637 Commits

Author SHA1 Message Date
Anthony Minessale
955dd099ca FS-7166 #resolve 2015-05-28 12:46:54 -05:00
Anthony Minessale
6789f37b39 # This is a combination of 2 commits.
# The first commit's message is:

FS-7166 #resolve

# This is the 2nd commit message:

revert
2015-05-28 12:46:54 -05:00
Anthony Minessale
836e2b2888 FS-7500: add switch_inthash variety of hash that can key on int 2015-05-28 12:46:53 -05:00
Anthony Minessale
d413bcd7b3 FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered 2015-05-21 09:50:49 -05:00
Moises Silva
b4250c87a5 Fix switch_ivr_parse_event() to not hangup a session when there is no media yet
If the lead-frames header is set but there is no media ready yet do not
attempt to read media from the channel and continue with command execution

FS-7455 #resolve
2015-04-20 18:23:57 -04:00
Anthony Minessale
83dd94193d FS-7166 #resolve 2015-01-23 21:16:47 -06:00
Anthony Minessale
99a5b50780 FS-7063 #resolve 2014-12-08 02:03:17 -06:00
Anthony Minessale
e4e9b1b9f9 have resume media on hold not send invite back out at the holder but rather enable media in the 200ok 2014-10-10 16:09:43 -05:00
Anthony Minessale
e8d6866899 use the more reliable offset_pos counter in file position parsing for seek in scripts 2014-09-23 21:01:25 +05:00
Italo Rossi
d55505ce2a Adding switchname to xml_cdr and json_cdr 2014-08-22 15:35:49 -03:00
Anthony Minessale
579a051867 add channels param the the silence generator function 2014-06-13 04:49:44 +05:00
Michael Jerris
269db09015 don't leak on xferext ivr event, CID:1214232 Resource leak 2014-05-16 14:50:18 +00:00
Anthony Minessale
717bcf617e FS-6515 --resolve 2014-05-10 00:35:32 +05:00
Tamas Cseke
064bf5dde0 FS-6371 --resolve json cdr is missing some caller profile times 2014-03-19 11:01:22 +01:00
Michael Jerris
1c5e61447b move libs/stfu into the core, as it is not really a lib 2014-03-17 09:44:14 -04:00
Anthony Minessale
804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Travis Cross
11ca1a2b2e Fix handling of send_silence_when_idle==0 in switch_ivr_sleep
When the channel variable send_silence_when_idle was set to zero,
switch_ivr_sleep was calling SWITCH_IVR_VERIFY_SILENCE_DIVISOR on it
anyway, causing it to be set to 400.  The only way to get the behavior
of not sending silence when idle was to unset the variable completely.

This corrects the behavior such that setting the value to zero has the
same effect as leaving it unset.
2014-03-03 23:21:58 +00:00
Brian West
a6deebffb5 FS-5934 force_transfer_context not being honored if you happen to do an attended this patch makes perfect sense. 2014-02-27 14:10:44 -06:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Anthony Minessale
635fbc4bd3 add loops var durning looped execution 2013-12-18 03:19:33 +05:00
Anthony Minessale
3e00d270d7 FS-6006 --resolve 2013-11-27 12:40:35 -06:00
Anthony Minessale
624189be16 FS-5701 --resolve 2013-08-14 21:00:18 +05:00
Jeff Lenk
adf5e2f6ec fix windows compiler warnings 2013-07-20 22:13:27 -05:00
Anthony Minessale
a6bffd38cb FS-5498 2013-07-19 12:03:51 -05:00
Anthony Minessale
745ab02e2b render arrays properly in xml_cdr 2013-07-10 10:29:45 -05:00
Anthony Minessale
8bcff4ca4d fix input event checker pre-empting return value from dtmf checker when both are present 2013-07-01 14:31:43 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Anthony Minessale
42c6a66e08 FS-5498 add profile-variables section to directory to specify profile variables to be set automatically 2013-06-11 09:38:58 -05:00
Anthony Minessale
8ac3178e45 FS-5242 2013-05-21 10:03:22 -05:00
Anthony Minessale
21c5db871b dress up event fired after parsing a message 2013-05-03 11:42:36 -05:00
Anthony Minessale
c0f736c9da FS-5242 2013-03-29 10:54:45 -05:00
Anthony Minessale
8efaea29af FS-5228 --resolve problem was actually in the send_silence code as used from park not uuid_displace but uuid_displace relies on the write stream so thus it was a symptom 2013-03-27 13:40:51 -05:00
Anthony Minessale
3b50675d25 FS-5231 --resolve 2013-03-27 12:41:17 -05:00
Anthony Minessale
ee7dd033fd fix race condition in state thread 2013-02-22 17:46:54 -06:00
Anthony Minessale
475c235df4 FS-5053 2013-02-10 17:29:16 -06:00
Jeff Lenk
099d7979b3 FS-4830 --resolve mod_json_cdr misses information 2013-02-10 11:53:29 -06:00
Anthony Minessale
8be9d429fb fix recursion error 2012-12-10 10:56:07 -06:00
Anthony Minessale
924c524197 fix some delay regressions 2012-12-05 13:17:50 -06:00
Anthony Minessale
b7e6f4ab82 FS-4853 2012-11-21 09:57:13 -06:00
Anthony Minessale
580e63ecfa check for signalling in sleep app on channels without media 2012-11-13 12:30:25 -06:00
Michael Jerris
1de65cbcd0 handle state update for hangup 2012-10-30 19:02:33 -04:00
Anthony Minessale
2246b84554 fix missing line 2012-10-23 11:06:15 -04:00
Anthony Minessale
4b6db1329c FS-4729 try this patch clean 2012-10-22 13:37:41 -04:00
Anthony Minessale
986fede6b0 make a way to get the jitter buffer down to the codecs 2012-10-18 15:29:00 -04:00
Anthony Minessale
c2893801cb add timestamps for on and off hold times to put in xml cdrs 2012-09-07 18:17:57 -05:00
Anthony Minessale
d528ceee19 regression from a9d72bc35d0e021f8db1ea480b1ddb0744d73bac 2012-09-06 11:32:50 -05:00
Anthony Minessale
a9d72bc35d fix small broadcast bug 2012-09-04 19:08:06 -05:00
Anthony Minessale
ffb553bef5 FS-4565 --resolve 2012-08-28 12:57:47 -05:00
Anthony Minessale
c0626e6801 FS-4487 --resolve 2012-08-07 07:35:41 -05:00
Anthony Minessale
63b6fa5f24 FS-4487 revert 2ed9281d1966de2f71aae4fc15aace2948b740b3 2012-08-07 07:30:22 -05:00