Mathieu Rene
2b4f163826
Add libjpeg-dev to apt prereqs
2011-02-06 01:40:13 -05:00
Mathieu Rene
7386b9f8f5
Add session.ringReady() to check for CF_RING_READY
2011-02-06 01:29:02 -05:00
Mathieu Rene
0d5fcf65a0
xml_config: change min/max enforcements to >= instead of >
2011-02-06 01:28:51 -05:00
Anthony Minessale
2944364863
nm 40 doesn't work yet
2011-02-04 16:53:38 -06:00
Anthony Minessale
998a04d2cf
add 10 20 and 40ms
2011-02-04 16:25:00 -06:00
Anthony Minessale
e7d68a79dc
change signalling name to avoid polluting the namespace before its ready
2011-02-04 16:02:31 -06:00
Anthony Minessale
8f565277e3
add mod_opus
2011-02-04 15:33:36 -06:00
Christopher Rienzo
20976da411
forgot this spot when closing speech channel
2011-02-04 20:18:33 +00:00
Christopher Rienzo
e37dd41e31
FS-3201 fix truncated TTS
2011-02-04 20:08:43 +00:00
Anthony Minessale
b8b7266abb
add default to conf to demonstrate min-idle-cpu
2011-02-04 13:11:31 -06:00
Anthony Minessale
f4481b05ab
fix sql err
2011-02-04 13:06:08 -06:00
Jeff Lenk
e9e33f5160
FS-3033 VS2010 libportaudio project improvements for DirectX builds and switch to build DirectX by default
2011-02-04 12:48:07 -06:00
Anthony Minessale
36f6218b8b
add sanity check on jitterbuffer debug
2011-02-04 10:58:26 -06:00
Anthony Minessale
2ec2a9b0d3
skip blocking writes on fs_cli to avoid backing up event socket
2011-02-04 09:40:04 -06:00
Anthony Minessale
46f6c6e42d
fix regression from f60fdf653d
2011-02-04 08:56:30 -06:00
Anthony Minessale
b6ac001276
fix regression from f60fdf653d
2011-02-04 08:44:11 -06:00
Jeff Lenk
2d190b37ab
fix iLBC under windows
2011-02-03 23:46:19 -06:00
Anthony Minessale
dc436b82a5
block control-z from fs cli and print a warning how to exit properly
2011-02-03 20:42:17 -06:00
Anthony Minessale
bdf678e401
dont run execute_on_fsk when there was no data collected
2011-02-03 20:12:36 -06:00
Anthony Minessale
e79174cacf
fix regression from d72cde9b76
2011-02-03 19:32:14 -06:00
Anthony Minessale
33b74ca8c7
FS-3006
2011-02-03 17:06:18 -06:00
Anthony Minessale
68d08547f3
try to improve iLBC compat
2011-02-03 16:27:22 -06:00
Anthony Minessale
e5fb456f3b
doh regression
2011-02-03 11:19:24 -06:00
Anthony Minessale
74a0cfd1e1
FS-3027
2011-02-03 10:19:04 -06:00
Jeff Lenk
b55b4eeaee
VS2010 fix minor build order problem
2011-02-03 10:04:25 -06:00
Anthony Minessale
f60fdf653d
fix possible bad pointer in global vars (please test)
2011-02-02 16:22:43 -06:00
Anthony Minessale
85913b70b4
only pass publish on when you have a subscription
2011-02-02 16:05:57 -06:00
Anthony Minessale
257bf9a46c
fix possible bad pointer in global vars (please test)
2011-02-02 16:05:51 -06:00
Anthony Minessale
4ae8282e6c
fix possible bad pointer in global vars (please test)
2011-02-02 15:43:26 -06:00
Brian West
89c5f3bf82
FS-3023
2011-02-02 11:04:49 -06:00
Anthony Minessale
83dea0ee45
FS-3024
2011-02-02 10:53:40 -06:00
Andrew Thompson
10d696ebac
Added conference UUID to xml_list
2011-02-02 00:01:38 -05:00
Brian West
43dd776c36
sigh
2011-02-01 16:36:02 -06:00
Anthony Minessale
fb66abfab4
more loopback improvements
2011-02-01 16:22:36 -06:00
David Yat Sin
93b85b5a4c
Merge branch 'master' of git.freeswitch.org:freeswitch
2011-02-01 14:55:06 -05:00
David Yat Sin
6a524a1d56
chlog: freetdm: Fix for only checking first progress indicator for early-media flag
2011-02-01 14:54:53 -05:00
Anthony Minessale
d72cde9b76
only execute execute_on_[answer|media|ring] async when its expressed in app::arg form vs 'app arg form'
2011-02-01 13:39:36 -06:00
Anthony Minessale
2404dd295a
try another approach to previous mod_loopback fix ... FS-3011
2011-02-01 11:46:15 -06:00
Anthony Minessale
45b3adda57
revert 02d1af647b
2011-02-01 11:43:02 -06:00
Anthony Minessale
52bf0423e2
try to fix SOA problem with early and answer audio with dissimilar sdp
2011-02-01 11:23:32 -06:00
Mathieu Parent
33848eb01c
Skinny: handle Enbloc messages
2011-02-01 08:56:26 +01:00
Marc Olivier Chouinard
2d6161e889
switch_xml: Fix a lock on reloadxml when stderr write is blocked. Also remove an error parsing print since reason generated were wrong and duplicate.
2011-02-01 01:33:08 -05:00
Jeff Lenk
e88b963962
vs2010 reswig
2011-01-31 22:08:37 -06:00
Michael Jerris
86d5e441da
add more details to xml_curl errors
2011-01-31 19:38:57 -05:00
Brian West
9470e70057
swigall
2011-01-31 17:58:15 -06:00
Travis Cross
1f1541b474
lower log-level of a mod_spy message
...
When a session loses a race to bridge a call, the CHANNEL_BRIDGE event
handler is still run, yet session_locate is going to return null as it
won't get a read-lock on the peer's session. Since this is a normal
and common condition, let's log this as a debug message rather than as
an error condition.
2011-01-31 20:54:48 +00:00
Travis Cross
766f2d6165
fix typo: cant -> can't
2011-01-31 20:53:15 +00:00
Brian West
1623e5d295
Merge branch 'openmethods-merged-dtmf-20110126' of git://scm.dashjr.org/var/scmroot/git/freeswitch
2011-01-31 14:13:03 -06:00
Jeff Lenk
256a82dbf2
OPENZAP-140 VS2010 build cleanup
2011-01-31 10:12:28 -06:00
Daniel Swarbrick
c8f5c66c35
mostly complete implementation of channel list via SNMP
2011-01-31 15:41:58 +01:00