Anthony Minessale
fb68746eed
add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling
2011-06-16 14:37:22 -05:00
Anthony Minessale
9df8169d1f
add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns
2011-06-16 14:32:14 -05:00
Anthony Minessale
927fde18c9
FS-3349 --resolve
2011-06-16 12:01:39 -05: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
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
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
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 c5a2275f62940eacb3449967211a9ab800d03a56 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
Mathieu Rene
36f812d938
CNG frames need to have codec set too
2011-06-14 00:35:18 -04:00
Mathieu Rene
692a5967d1
should be INT32_MAX
2011-06-13 18:25:27 -04:00
Mathieu Rene
affcdb0a4f
Make all sockets non-blocking
2011-06-13 16:42:18 -04:00
Michael S Collins
2e01654115
Remove duplicate output from rtmp status profile xxx API command
2011-06-13 13:22:38 -07: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
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
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
Anthony Minessale
ba496a110a
FS-3336 --resolve
2011-06-10 09:44:38 -05:00
Anthony Minessale
c5a2275f62
FS-3340
2011-06-10 09:41:30 -05:00
Anthony Minessale
f4916c44b7
add func
2011-06-09 15:42:09 -05:00
Anthony Minessale
b1cf5bee30
wait for thread to start in mod conference to avoid one in a million race on heavy traffic
2011-06-09 15:31:18 -05:00
Anthony Minessale
7e6b59ffe1
add some various api util
2011-06-09 12:17:32 -05:00
Anthony Minessale
7d2e2ce071
FS-3214 forgot 1 important line
2011-06-09 10:57:04 -05:00
Anthony Minessale
b14340a5da
dig into the database to figure out what profile to send mwi on when they are not willing to alais the domain to the profile =/
2011-06-09 10:45:28 -05:00
Anthony Minessale
7200408062
revert e2ed8c08ef4dec7d872f6d67227d4a4ffcc40b27
2011-06-09 10:36:35 -05:00
Anthony Minessale
7330a06f99
FS-3214 try this patch too
2011-06-09 10:22:40 -05:00
Anthony Minessale
e2ed8c08ef
pop ::<profile_name> off the domain name in mwi events to hint at the profile
2011-06-08 19:32:18 -05:00
Anthony Minessale
07a797522a
FS-3214 try this patch
2011-06-08 18:50:21 -05:00
Anthony Minessale
e8962d5687
move muted/unmuted indications to main thread via flags
2011-06-08 15:08:41 -05:00
Anthony Minessale
079f48458e
add check_sync to sofia cli (like flush_inbound_reg without the unreg)
2011-06-08 11:09:03 -05:00
Daniel Swarbrick
8d8e5a23a6
Mask remote party identity in SIP presence if channel var presence_privacy=true
2011-06-07 13:58:12 +02:00
Jeff Lenk
0675b59beb
FS-3321 release rwlock on error
2011-06-06 21:28:14 -05:00
Travis Cross
ef8b793c38
resolve FS-3309; zeromq moves around upstream sources
...
Since zeromq doesn't maintain a single canonical URL for a given
version, we try both possible locations before giving up.
2011-06-06 19:17:10 +00:00
Travis Cross
f25085e06b
lower log-level of failed ivr_originate
...
ivr_originate can fail due to causes such as NO_ANSWER and
ATTENDED_TRANSFER. It seems excessive to log these normal events
with LOG_ERROR. Lowering to LOG_NOTICE.
2011-06-06 17:54:17 +00:00
Christopher Rienzo
5099d3b8e3
fix mod_unimrcp reloadxml issue
2011-06-03 20:41:09 +00:00
Christopher Rienzo
94e9957e51
FS-3311 fire SWITCH_EVENT_RECORD_STOP after closing file
2011-06-03 18:48:02 +00:00
Anthony Minessale
68c389df46
FS-3326 --resolve ok thx
2011-06-03 09:45:07 -05:00
Jeff Lenk
5923f71a84
more code analysis mostly trivial except string formating changes
2011-06-01 22:36:19 -05:00
Anthony Minessale
37c2b1ff7b
fix race
2011-06-01 17:40:56 -05:00
Anthony Minessale
51c215809f
only accept info dtmf when its configured to
2011-06-01 13:19:28 -05:00
Anthony Minessale
64f8ad3f84
FS-3324 --resolve I think this is a misconfiguration where you have nat detected and no external ip configured
2011-06-01 10:59:38 -05:00
Jeff Lenk
3b81d1fcdd
vs2010 reswig
2011-06-01 10:50:15 -05:00