Andrew Thompson
10d696ebac
Added conference UUID to xml_list
2011-02-02 00:01:38 -05:00
Anthony Minessale
fb66abfab4
more loopback improvements
2011-02-01 16:22:36 -06: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
Daniel Swarbrick
c8f5c66c35
mostly complete implementation of channel list via SNMP
2011-01-31 15:41:58 +01:00
Anthony Minessale
2ad81ac82f
fix || where it should be or in sql stmt that may cause stray records in the calls table
2011-01-29 13:44:06 -06:00
Marc Olivier Chouinard
49a5effcdf
mod_callcenter: Add error response for queue load and queue reload (FS-2988)
2011-01-29 03:09:06 -05:00
Daniel Swarbrick
068d36a5c9
partial implementation of channel list via snmp
2011-01-28 22:32:26 +01:00
Daniel Swarbrick
b3ac44f555
add support for getting current call count
2011-01-28 20:36:18 +01:00
Daniel Swarbrick
08f494b808
typo
2011-01-28 20:14:10 +01:00
Travis Cross
c64b78577f
.gitignore compressed files
2011-01-28 09:01:47 +00:00
Brian West
9ade16e929
swigall
2011-01-27 18:38:16 -06:00
Brian West
314a2a1e20
FS-3004
2011-01-27 15:53:01 -06:00
Daniel Swarbrick
608be370bc
reduce agentx heartbeat to 2s, add management hook for mutex lock/unlock
2011-01-27 21:33:17 +01:00
Anthony Minessale
4b941542a3
fix out of place parens in logic test
2011-01-27 10:34:05 -06:00
Anthony Minessale
b889b44f1d
add channel data to speech events when chosen to fire
2011-01-27 10:28:56 -06:00
Anthony Minessale
008e527c0f
FS-3012
2011-01-27 08:18:22 -06:00
Leon de Rooij
425df0c783
Added test_reactive to mod_lua freeswitch.Dbh
2011-01-27 14:17:49 +01:00
Leon de Rooij
a01814794c
Added optional core: prefix to first arg passed to freeswitch.Dbh for giving direct access to sqlite db
2011-01-27 13:10:26 +01:00
Anthony Minessale
6f58e6aa42
FS-2771
2011-01-26 15:19:28 -06:00
Luke Dashjr
02082c930c
MERGE: OpenMethods DTMF recognition via ASR modules
2011-01-26 14:56:05 -06:00
Luke Dashjr
89253a1391
MERGE: OpenMethods ASR enhancements: multiple concurrent grammars and dialplan access to start-input-timers
2011-01-26 14:54:36 -06:00
Luke Dashjr
15e65cfafb
MERGE: DTMF recognition via ASR modules (implemented in UniMRCP)
2011-01-26 14:40:35 -06:00
Daniel Swarbrick
0e0431ecc6
update mod_sofia management interface OID
2011-01-26 20:07:33 +01:00
Anthony Minessale
7c62476711
revert change from 2800ea199d
and add disconnect packet on listener kill
2011-01-25 14:13:22 -06:00
Daniel Swarbrick
83d5cd6ff6
whoops, tab craziness
2011-01-25 20:04:29 +01:00
Daniel Swarbrick
4b731fd64c
tidy up subagent and #defines
2011-01-25 20:00:32 +01:00
Daniel Swarbrick
636c1ecb4e
wrap potentially non-threadsafe snmp operations in mutex; support snmpwalk in subagent
2011-01-25 19:19:31 +01:00
Anthony Minessale
02d1af647b
use switch_queue_trypop_timeout instead of a timer in mod_loopback to improve audio quality when not using bowout features
2011-01-25 11:26:32 -06:00
Anthony Minessale
28465f38a0
update syntax
2011-01-25 11:12:16 -06:00
Anthony Minessale
d164a79764
add moh by default to uuid_broadcast when only broadcasting to A leg
...
use aleg arg to disable this
2011-01-25 11:10:59 -06:00
Daniel Swarbrick
6477d3f87e
make mod_snmp module unload more failsafe
2011-01-25 00:27:18 +01:00
Mathieu Rene
24bcd10582
don't hold loadable_modules.mutex while a module shutdown function is run, so that we do not prevent new channels from being created.
2011-01-24 17:55:18 -05:00
Jeff Lenk
4eb5bbf41c
FS-3000 revert previous - flush digits after pin error
2011-01-24 14:49:42 -06:00
Anthony Minessale
976859bb45
fix unreachable condition with a null args to make any key stop playback/record etc without dequing and remove hard-coded flush digits in play_and_get_digits be sure to flush it yourself before using
2011-01-24 14:04:26 -06:00
Anthony Minessale
a8f5bf60a8
fix proper display of meta digit in log lines
2011-01-24 12:18:02 -06:00
Anthony Minessale
6e4c30ea37
update code in mod_celt to match API of 0.10.0
2011-01-24 09:49:27 -06:00
Anthony Minessale
7a1dcb6958
add record_restart_time_limit_on_dtmf var
2011-01-24 09:43:16 -06:00
Anthony Minessale
6294bc1620
have samples_out reflect what was written to the FH not the file even with buffering
2011-01-24 09:42:11 -06:00
Jeff Lenk
b88cd3457a
FS-3000 mod_conference: if more digits than the length of the correct pin the remaining digits are accounted for next retry
2011-01-22 22:51:48 -06:00