Giovanni Maruzzelli
a80b68367c
FS-4278 skypopen: oss driver compiles on kernels >= 3.4.0
2012-06-20 11:28:57 +02:00
kapil
7b97ff470f
adding "xmlshow m2ua <m2ua_interface_name> clusterstatus" CLI command.
2012-06-20 13:53:51 +05:30
kapil
2512694e43
removing warnings
2012-06-20 12:12:28 +05:30
kapil
31d48a8c3a
adding "<>" or "[]" from the code itself , instead of passing from
...
config xml for MID field
2012-06-20 12:01:04 +05:30
David Yat Sin
a54ec05fdb
fix for compilation error on 64-bit
2012-06-20 02:06:31 -04:00
David Yat Sin
50e3e563da
Updated conf
2012-06-20 00:38:05 -04:00
David Yat Sin
dd4764bc19
Changed megaco.conf.xml to media_gateway.conf.xml
2012-06-20 00:35:10 -04:00
dschreiber
d6c482e40f
Added support for Content-Type and other optional headers when doing an HTTP PUT
2012-06-19 21:25:00 -07:00
Michael Jerris
6ea4a5c503
typo
2012-06-19 22:43:28 -04:00
David Yat Sin
6aa8c9b80d
freetdm: Improvements to ftdm core flag CLI command
2012-06-19 22:35:37 -04:00
Michael Jerris
773fb5e3a5
use reg call id on reboot notifies and pass it back in reverse auth lookup
2012-06-19 21:58:43 -04:00
David Yat Sin
ae17b90f68
Changed megaco commands to mg
2012-06-19 17:54:01 -04:00
David Yat Sin
cb73fdf2f6
Added parsing for additional parameters for UI team to test their code
2012-06-19 17:30:03 -04:00
Michael Jerris
f351a908ff
wow grandstream
2012-06-19 16:02:14 -04:00
Michael Jerris
ea503ea23e
fix pnp config for grandstream
2012-06-19 14:22:57 -04:00
kapil
8846e1fea1
issue fix
2012-06-19 23:36:38 +05:30
dschreiber
1e696d2c93
FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues.
2012-06-19 09:13:29 -07:00
dschreiber
6069adece5
Revert "add thread safe hash multi delete function and make callback optional"
...
I don't see this command being used anywhere. Since I don't like to touch core files unless absolutely necessary I'm reverting these two changes. I've emailed the author, Tamas, for an explanation. The other patches for FS-3432 (merged in now) appear to work fine without this commit.
This reverts commit fbcb86226581cdcc66fc7b633b505906c207a4cd.
2012-06-19 08:51:28 -07:00
dschreiber
7e6018985c
Merge remote branch 'origin/master' into FS-3432
2012-06-19 08:10:54 -07:00
Jeff Lenk
28fd1f97ea
FS-4321 fix startup with odbc
2012-06-19 09:02:12 -05:00
kapil
743e91569e
adding enable/disable MEGACO stack looging CLI command
2012-06-19 17:00:39 +05:30
Jeff Lenk
f9d279664c
add test version of mod_redis to vs2010 solution - not built by default
2012-06-18 17:07:54 -05:00
David Yat Sin
0a9f34aa09
Fixed compile issues again on 32-bit
2012-06-18 15:27:45 -04:00
David Yat Sin
0cefb8d633
Fixed compile issues again on 32-bit
2012-06-18 15:01:08 -04:00
David Yat Sin
56c8534827
Fixed compile issues again on 32-bit
2012-06-18 14:34:12 -04:00
David Yat Sin
32106afc43
Fixed compile issues again on 32-bit
2012-06-18 12:51:38 -04:00
David Yat Sin
3b8b2e256d
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-06-18 12:30:33 -04:00
Anthony Minessale
1bfda1ecfc
FS-4318 --resolve
2012-06-18 10:30:33 -05:00
kapil
9ba7dfe7b8
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-06-18 17:42:02 +05:30
kapil
3b4c725b1c
fixing cli issues
2012-06-18 17:41:05 +05:30
Stefan Knoblich
81b9ab7316
Terminate sed substitution command with semicolon to fix error on OSX.
...
sed: 1: "/#define *SWITCH_VERSIO ...": bad flag in substitute command: '}'
Reported-by: scruz in #freeswitch @ irc.freenode.net
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2012-06-18 13:32:43 +02:00
Travis Cross
068586f28f
Refactor and check for more errors
2012-06-16 19:32:27 +00:00
David Yat Sin
74de83c6eb
Trying without rad_auth
2012-06-15 16:48:53 -04:00
David Yat Sin
07b260d18b
Trying to re-use same Makefile as mod_rad_cdr
2012-06-15 16:17:01 -04:00
David Yat Sin
af39d4c9d2
missed one
2012-06-15 16:16:11 -04:00
David Yat Sin
a47b4e756b
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3
2012-06-15 16:14:00 -04:00
David Yat Sin
92b55af071
missing functions rename
2012-06-15 16:08:18 -04:00
David Yat Sin
2f5ac62433
added mod_distributor
2012-06-15 15:46:53 -04:00
Travis Cross
2c634751cc
Don't use perl for portability
...
This amends commit f8be71ac6df5dc17a9bb67662c59b01da7a46884.
This still should resolve FS-4303.
What's going on here is that we need a portable way to access
strftime. date(1posix) doesn't provide enough. And without perl, I
can't think of a better way to get to it than just using C. So the
logic for generating the extended revision has been moved into a small
self-contained and hopefully portable C program.
2012-06-14 22:47:21 +00:00
David Yat Sin
6502e96f50
Fix for hard link for freeradius-client
2012-06-14 18:23:12 -04:00
Daniel Swarbrick
9bd1c33115
Don't pass null pointers to bson_append_string(). Thanks Tamas Cseke for original patch.
...
Fixes FS-4309
2012-06-14 20:11:57 +02:00
Anthony Minessale
a49dc84a15
swigall
2012-06-14 11:32:14 -05:00
Anthony Minessale
830755ac85
allow event consumer to supply size as optional arg
2012-06-14 11:31:46 -05:00
Christopher Rienzo
b472edf444
switch to a signal in mod_posix_timer that doesn't conflict with valgrind
2012-06-14 12:03:50 +00:00
Daniel Swarbrick
2b48cf8778
Resolve unused-but-set-variable introduced by c608ca3 and remove a line of redundant code.
2012-06-14 12:16:08 +02:00
kapil
6b542763d9
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
...
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cli.c
2012-06-14 15:45:51 +05:30
kapil
69197b1d0c
fixing cli issues
2012-06-14 15:40:57 +05:30
Brian West
ae50f474b4
Why limit the query to profile_name passed. All the underlying callbacks deal with the profile not matching the one passed and will do the right thing.
2012-06-13 16:27:29 -05:00
David Yat Sin
bb075a6f10
Added radius
2012-06-13 14:02:56 -04:00
Anthony Minessale
c608ca35d8
don't print ASS
2012-06-13 11:29:14 -05:00