2145 Commits

Author SHA1 Message Date
Michael Jerris
6078451bae FS-5819: add missing status values that we check from apr to the enum so the compiler knows the right type to use for the enum 2013-09-26 13:31:41 -04:00
Jeff Lenk
cc806e21f1 FS-5807 -- fix windows warnings 2013-09-21 16:13:48 -05:00
Anthony Minessale
3c83138bb4 FS-5807 contd 2013-09-20 12:41:16 -05:00
Anthony Minessale
232b3bb4be update cc banner 2013-09-18 05:13:46 +05:00
Anthony Minessale
802794b9f1 FS-5794 --resolve 2013-09-16 19:56:02 -05:00
Anthony Minessale
d9216daedb Fix regression from ignoring breaks in video rtp sessions and add a flag to force a break when needed 2013-09-12 21:47:54 +05:00
Anthony Minessale
80e5a7cf0a FS-5778 --resolve use switch_core_event_hook_remove_receive_message() to bind to receive_message and case for new SWITCH_MESSAGE_ANSWER_EVENT, SWITCH_MESSAGE_PROGRESS_EVENT, SWITCH_MESSAGE_RING_EVENT 2013-09-11 22:58:00 +05:00
Anthony Minessale
ce4cfc97c4 FS-5772 improve odds a little more but the phone is broken here 2013-09-11 02:55:31 +05:00
Anthony Minessale
6100e1f0d6 missed a spot on last conf commit 2013-09-06 02:45:10 +05:00
Anthony Minessale
a5f2176ea4 deliver events with the core thread pool set events-use-dispatch=true in switch.conf.xml to use the old way 2013-09-05 03:42:40 +05:00
Anthony Minessale
73646cbaa8 FS-5737 reapply 2013-08-29 22:21:10 +05:00
Anthony Minessale
2e2e4caa45 FS-5737 revert 2013-08-29 22:20:00 +05:00
Anthony Minessale
0d26dbb318 FS-5737 --resolve 2013-08-29 21:03:01 +05:00
Anthony Minessale
5b8a1337d6 FS-5734 documentation will need to be updated to request languages instead of phrases 2013-08-28 21:25:35 +05:00
Anthony Minessale
7d6d688e53 FS-5731 --resolve 2013-08-26 20:25:14 +05:00
Raymond Chandler
863e6cfa3f FS-2731 significantly reworked version of Emmanuel's patch to allow subscribing and notifying for the as-feature-event events. we still need a module to handle the FS events for this automatically... coming soon to a repository near you 2013-08-23 15:54:49 -04:00
Anthony Minessale
952c37d940 FS-5296 --resolve 2013-08-22 02:30:59 +05:00
Anthony Minessale
8e45f23d02 FS-5709 --resolve 2013-08-17 02:16:28 +05:00
Anthony Minessale
d35db852a8 follow up to last commit 2013-08-16 12:17:00 -04:00
Anthony Minessale
116ebc0244 FS-5661 --resolve 2013-08-07 21:22:26 +05:00
Anthony Minessale
39ad799683 FS-4932 FS-5090 --resolve 2013-07-29 10:18:05 -05:00
Brian West
fb34ff9ade adding transfer-sound to ivr menu so you can specifiy a sound file to pay when a transfer takes place 2013-07-24 18:40:45 -05:00
Ken Rice
7fb4369932 peak sessions step 1 2013-07-20 20:11:46 -05:00
Ken Rice
5660f90509 add peak SPS for last 5 minutes 2013-07-19 22:40:59 -05:00
Anthony Minessale
e45774e764 FS-5620 --resolve 2013-07-19 21:51:18 -05:00
Anthony Minessale
c510f3f52e add peak sps to stats and a command to reset it 2013-07-19 15:16:42 -05:00
Anthony Minessale
75bdc43d82 FS-5573 --resolve 2013-07-19 14:05:03 -05:00
Anthony Minessale
70d78f1665 FS-5583 --resolve 2013-07-19 14:02:58 -05:00
Anthony Minessale
a6bffd38cb FS-5498 2013-07-19 12:03:51 -05:00
Brian West
f9c5f85444 REVERT FS-5555 2013-07-12 13:05:36 -05:00
Brian West
a8b4ccf7fb FS-5555 improvement --resolve 2013-07-12 11:50:10 -05:00
Anthony Minessale
5dbf2b3cf7 refactor some video code 2013-07-11 17:38:24 -05:00
Ken Rice
6240d5213f FS-5555 --resolve 2013-07-10 12:08:54 -05:00
Ken Rice
f30e40a80b --resolve FS-3922 2013-07-04 21:18:20 -05:00
Anthony Minessale
cd56d774a0 parse error response for code to only change roles on 487 2013-06-27 13:00:20 -05:00
Anthony Minessale
bf5fa172e5 FS-5547 --resolve 2013-06-26 10:47:40 -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
702c9af3f9 add novideo app 2013-06-20 13:08:09 -05:00
Anthony Minessale
e60f37f651 FS-5529 --resolve 2013-06-20 12:36:30 -05:00
Anthony Minessale
4baf0276d6 FS-5513 --resolve 2013-06-18 21:16:56 -05:00
Anthony Minessale
2fac3a8e83 refactor some of the video passthru code 2013-06-17 19:52:37 -05:00
Anthony Minessale
df1bba55ee FS-5498 2013-06-10 19:13:21 -05:00
Anthony Minessale
860ed3f9a6 add last callback run stamp to device records 2013-06-06 13:09:13 -05:00
Anthony Minessale
4240526ce3 add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device 2013-06-05 11:20:11 -05:00
Nathan Neulinger
ac0ed44b96 FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
2013-05-31 16:25:08 -05:00
William King
7d531c0966 It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same). 2013-05-25 07:15:49 -07:00
Anthony Minessale
6cdb46889c FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes 2013-05-22 11:01:39 -05:00
Anthony Minessale
2bafe135c0 remove flag 2013-05-17 16:13:19 -05:00
Anthony Minessale
ea881b191f media/srtp refactoring pass 2013-05-17 15:39:30 -05:00
Anthony Minessale
101b116daf FS-5011 try to fill gaps 2013-05-14 11:22:53 -05:00