Moises Silva
|
c2a1935850
|
skip initial space in switch console and API execution - resolve issue #778
|
2011-07-04 15:30:33 -04:00 |
Moises Silva
|
1c09adb34f
|
Merge branch 'master' into smgmaster
|
2011-06-23 16:13:41 -04:00 |
Moises Silva
|
f3dc175941
|
freetdm: fix SS7 cgb and cgu commands causing segfault - fixes Sangoma issue #780
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c
|
2011-06-23 16:12:56 -04:00 |
Moises Silva
|
1b6d40d19b
|
Merge branch 'master' into smgmaster
|
2011-06-17 10:40:56 -04:00 |
Moises Silva
|
14099b814f
|
freetdm: OPENZAP-159 --resolved SS7 REL message collision
|
2011-06-17 10:40:20 -04:00 |
Moises Silva
|
2a9046fdb8
|
Merge branch 'master' into smgmaster
Conflicts:
build/modules.conf.in
|
2011-06-16 13:43:37 -04:00 |
Moises Silva
|
55db4ce54c
|
freetdm: OPENZAP-151 --resolved SS7 ANM and REL message collision
|
2011-06-16 13:40:36 -04:00 |
David Yat Sin
|
a8abef1013
|
Changed libsng_isdn and libsng_ss7 include paths
|
2011-06-16 13:29:58 -04:00 |
Moises Silva
|
751c963820
|
Merge remote-tracking branch 'fsorig/master'
|
2011-06-16 13:29:24 -04:00 |
Moises Silva
|
8e86ce232d
|
Merge branch 'smgmaster' into releases.3.4
|
2011-06-16 13:24:35 -04:00 |
David Yat Sin
|
d6e3e7fcd7
|
Changed libsng_isdn and libsng_ss7 include paths
|
2011-06-16 13:23:06 -04:00 |
Anthony Minessale
|
927fde18c9
|
FS-3349 --resolve
|
2011-06-16 12:01:39 -05:00 |
Moises Silva
|
af31a8cb61
|
freetdm: OPENZAP-158 --resolve map operator calling party category in the openr2 module
|
2011-06-16 12:32:04 -04:00 |
Christopher Rienzo
|
17099473a3
|
Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response.
|
2011-06-16 16:25:00 +00:00 |
Jeff Lenk
|
0555b702db
|
FS-3345 --resolve add more fax event information
|
2011-06-16 11:11:49 -05:00 |
Anthony Minessale
|
c6268da50c
|
enable recursion for scoped variables so applications that exec more apps will preserve the scope, the most recent app will mask variables just during the duration of that app
|
2011-06-16 09:43:32 -05:00 |
Jeff Lenk
|
a7613c0614
|
FS-3348 --resolve pocketsphinx build for 0.7 windows vs2008
|
2011-06-16 08:30:37 -05:00 |
Jeff Lenk
|
8092a289a0
|
pocketsphinx changes for 0.7 for windows - only build test so far for vs2010 - more to come
|
2011-06-15 18:45:02 -05:00 |
Moises Silva
|
441c5034f1
|
freetdm: OPENZAP-135 -- resolve infinite loop when all channels busy and hunt in round robin mode
|
2011-06-15 16:04:35 -04:00 |
Anthony Minessale
|
b2c3199f65
|
add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution)
|
2011-06-15 13:03:45 -05:00 |
Brian West
|
1a39d7fb34
|
Update PocketSphinx to the latest builds... only had to make two changes
|
2011-06-15 13:09:00 -05:00 |
Travis Cross
|
33692bb7d3
|
add downloaded zeromq libs to .gitignore
|
2011-06-15 17:14:03 +00:00 |
Anthony Minessale
|
8663278a69
|
revert
|
2011-06-15 11:16:04 -05:00 |
Anthony Minessale
|
06ec179b44
|
reapply
|
2011-06-15 10:29:44 -05:00 |
Anthony Minessale
|
bf7895278e
|
revert
|
2011-06-15 10:29:07 -05:00 |
Anthony Minessale
|
25604d60d5
|
FS-3326 revert 68c389d
|
2011-06-15 10:10:37 -05:00 |
Anthony Minessale
|
a20a3f3461
|
FS-3340 revert c5a2275f62 it breaks acking on session timers and initial invite
|
2011-06-15 10:02:34 -05:00 |
Anthony Minessale
|
f35a68141e
|
add conference member flag nomoh
|
2011-06-14 13:41:25 -05:00 |
Anthony Minessale
|
5081765575
|
remove superfluous hangup
|
2011-06-14 11:40:46 -05:00 |
Jeff Lenk
|
71c66bcf5a
|
OPENZAP-162 -- resolve
|
2011-06-14 08:47:46 -05:00 |
Mathieu Rene
|
36f812d938
|
CNG frames need to have codec set too
|
2011-06-14 00:35:18 -04:00 |
Mathieu Rene
|
d52a254d91
|
Lower default buffer size to 50ms
|
2011-06-13 18:27:28 -04:00 |
Mathieu Rene
|
692a5967d1
|
should be INT32_MAX
|
2011-06-13 18:25:27 -04:00 |
cypromis
|
0783ec8b23
|
added rtmp to specfile
|
2011-06-14 00:07:10 +02:00 |
Moises Silva
|
a419866293
|
Merge branch 'smgmaster' into releases.3.4
|
2011-06-13 17:37:00 -04:00 |
Moises Silva
|
c23c3d8730
|
freetdm: set proper flags when a given layer (ISUP, MTP3 etc) is started
and verify such flags on shutdown to avoid segfault when shutting down
a layer that was never started - fix issue #741
|
2011-06-13 17:36:38 -04:00 |
Mathieu Rene
|
affcdb0a4f
|
Make all sockets non-blocking
|
2011-06-13 16:42:18 -04:00 |
David Yat Sin
|
aa01e36c37
|
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
|
2011-06-13 16:22:20 -04:00 |
Michael S Collins
|
2e01654115
|
Remove duplicate output from rtmp status profile xxx API command
|
2011-06-13 13:22:38 -07:00 |
David Yat Sin
|
d043fe03aa
|
freetdm: Fix window compile
|
2011-06-13 16:22:10 -04:00 |
Anthony Minessale
|
3815d1885e
|
set variables based on input hash
|
2011-06-13 13:59:34 -05:00 |
Anthony Minessale
|
8de62867f5
|
doh
|
2011-06-13 13:43:14 -05:00 |
Anthony Minessale
|
4eaabd2817
|
add conf
|
2011-06-13 13:19:43 -05:00 |
Moises Silva
|
5882e06f70
|
Merge branch 'smgmaster' into releases.3.4
Conflicts:
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_out.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c
|
2011-06-13 14:18:23 -04:00 |
Anthony Minessale
|
0933a34369
|
RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- ClueCon! http://www.cluecon.com
|
2011-06-13 12:52:16 -05:00 |
Moises Silva
|
d19d4b96ab
|
use -base directory as the cwd for the process
|
2011-06-13 13:36:17 -04:00 |
David Yat Sin
|
2109627510
|
freetdm: Updated Visual Studio files to compile ftmod_sangoma_isdn_transfer.c
|
2011-06-13 13:14:42 -04:00 |
Mathieu Rene
|
52ad8b44a3
|
FS-3342 --resolve
|
2011-06-12 12:01:58 -04:00 |
Moises Silva
|
c4a2faf234
|
mod_sangoma_codec: nevermind, 50 is our limit for now due to L16 requirement
|
2011-06-10 14:36:35 -04:00 |
Jeff Lenk
|
c77fdb5e8c
|
OPENZAP-163 --resolve trivial compile warning
|
2011-06-10 11:55:22 -05:00 |