492 Commits

Author SHA1 Message Date
Anthony Minessale
5382972a39 FS-3215 2011-04-01 10:35:20 -05:00
Anthony Minessale
44304f4962 the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. BTW: Going forward can you attach the patch or give me instructions on how to get it in raw format or merge it to our local git, I don't really have the time to figure it out just to pull in a patch...... 2011-03-31 19:44:29 -05:00
Anthony Minessale
913ec9861e FS-3176 forget the last patch I forgot there is no way to know the right codec using it the file string way, you will just have to manually specify en.PCMA as before but now it should work 2011-03-31 15:01:58 -05:00
Anthony Minessale
e52e44e39c change mod_dptools to use the better method of fetching user xml that does not hang onto the xml root 2011-03-31 13:44:24 -05:00
Jeff Lenk
78e16b86e6 fix regression from Commit:4ae8282e6c6df0e296113e9b4b4a1383e1af8ad7 2011-03-31 09:38:48 -05:00
Anthony Minessale
eefdb764cf merge file_string into dptools 2011-03-29 20:35:34 -05:00
Anthony Minessale
45edec4ce3 FS-3193 note I changed the variable name to auto_cause 2011-03-29 12:52:12 -05:00
Mathieu Rene
cb6f1ed61d Fix storage class for 'cause' in user_outgoing_channel() so that each call has its very own hangup cause 2011-02-22 20:25:16 -05:00
Anthony Minessale
330d741853 reset signal_bond variable back to its original value on failed dial in att_xfer 2011-02-08 11:27:41 -06:00
Anthony Minessale
46f6c6e42d fix regression from f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59 2011-02-04 08:56:30 -06:00
Anthony Minessale
b6ac001276 fix regression from f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59 2011-02-04 08:44:11 -06:00
Anthony Minessale
4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -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
Joao Mesquita
1c95ad98cd Export the variables to the b leg as well 2011-01-20 22:43:50 -03:00
Andrew Thompson
300348916e Log error when there's no IVR menus configured when you call 'ivr' DP app 2011-01-09 14:42:42 -05:00
Anthony Minessale
b262f44ce2 add temp_hold_music var that is only valid until you transfer the call and finishing touches on bind meta to A-D 2011-01-05 18:58:56 -06:00
Anthony Minessale
27869d7a26 add bind meta on A-D and refactor 2011-01-05 17:53:27 -06:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Anthony Minessale
650393fb90 add recovery_refresh app and api and use it in mod_conference to send a message to the channel telling it to sync its recovery snapshot 2010-12-29 13:15:14 -06:00
Anthony Minessale
34a0ca5096 drop rtp frame that was already replaced with a cng frame 2010-12-22 20:38:57 -06:00
Anthony Minessale
d547096164 dramatic jitterbuffer changes 2010-12-10 17:47:46 -06:00
Jeff Lenk
c6e7988bf8 FS-2904 detect_speech documentation incomplete 2010-12-09 14:25:39 -06:00
Anthony Minessale
743c87883b tweak 2010-10-15 12:55:59 -05:00
Anthony Minessale
37298f56bd add event data 2010-10-08 17:45:40 -05:00
Anthony Minessale
1d921b1cfa improve dmachine stuff some more 2010-10-08 13:50:15 -05:00
Anthony Minessale
9537197b4d add some goodies 2010-10-07 18:30:47 -05:00
Anthony Minessale
4aa9a83898 refactor export code and add new bridge_export app which is like export but exports across when one channel bridges another 2010-10-01 17:26:12 -05:00
Anthony Minessale
cfa30468e8 sprinkle digit_timeout into switch_ivr_read and switch_ivr_play_and_get_digits and the higher level variants 2010-09-23 18:37:45 -05:00
Anthony Minessale
46c6650a94 pass originate flags into session_request so we can selectivly skip throttling 2010-08-26 12:19:49 -05:00
Luke Dashjr
92a9bacc44 MERGE: expose ASR start_input_timers to dialplan via IVR and mod_dptools 2010-08-22 20:24:53 -05:00
Luke Dashjr
8f483f41c7 MERGE: document all of detect_speech's valid syntax 2010-08-22 20:24:24 -05:00
Luke Dashjr
0f39c8f9c3 expose ASR enable/disable grammar (and disable all grammars) to dialplan via mod_dptools 2010-08-22 20:22:03 -05:00
Luke Dashjr
439df43cae document all of detect_speech's valid syntax 2010-08-22 18:17:36 -05:00
Luke Dashjr
d395b654fb expose ASR start_input_timers to dialplan via mod_dptools 2010-08-22 18:07:24 -05:00
Anthony Minessale
c98b863181 supress error message 2010-07-23 09:40:57 -05:00
Anthony Minessale
c3dcc603b1 fifo update 2010-07-15 01:00:08 -05:00
Anthony Minessale
ccb9a4eb0d fix seg in user_recurse_variables=false edge case 2010-07-06 10:25:58 -05:00
Anthony Minessale
0c826b1fc8 add sched_cancel function to cancel any impending sched_X funcs 2010-07-02 14:06:53 -05:00
Jeff Lenk
a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Rupa Schomaker
cb6f978d93 mod_limit is now a backwards compatible shim 2010-06-20 19:03:38 -05:00
Rupa Schomaker
a040a605e6 add backward compatible shims 2010-06-20 19:03:38 -05:00
Rupa Schomaker
d5ad29b585 typo 2010-06-19 20:07:39 -05:00
Rupa Schomaker
1c17da93ef rationalize some logging 2010-06-19 19:06:27 -05:00
Rupa Schomaker
0e8a26f840 sync changes in branch rupa_limit 2010-06-19 07:49:34 -05:00
Anthony Minessale
2ff5af80fa skip invalid uuids on eavesdrop runs 2010-06-18 17:00:29 -05:00
Anthony Minessale
3d5350045d send display of caller who left message during vm playback 2010-06-17 15:04:09 -05:00
Anthony Minessale
f4324eb3d4 add queued arg to ring_ready app to send 182 2010-06-15 16:14:39 -05:00
Michael Jerris
d9eb01974f add block_dtmf and unblock_dtmf apps 2010-06-07 21:14:47 -04:00
Anthony Minessale
bc6334a610 FSCORE-617 2010-06-07 16:47:35 -05:00
Anthony Minessale
2492c2899a FSCORE-567 2010-06-07 09:34:44 -05:00