Commit Graph

25002 Commits

Author SHA1 Message Date
Chris Rienzo 96eba0d6a8 mod_rayo: add support for speech recognizers other than pocketsphinx, fixed some input component bugs, allow simultaneous dtmf and voice input. 2013-08-14 09:41:11 -04:00
Anthony Minessale 8859df6789 FS-5683 --resolve 2013-08-14 02:24:53 +05:00
Anthony Minessale 94b1b6218c FS-5453 --resolve 2013-08-14 02:13:49 +05:00
Anthony Minessale ae64753112 FS-5698 --resolve 2013-08-14 02:08:54 +05:00
Anthony Minessale ef62351c47 FS-5693 --resolve 2013-08-14 02:00:36 +05:00
Travis Cross 44df6c46b3 Add lua script for proxying ZRTP SAS values to legacy phones
Ken is creating a bump-in-the-wire box for legacy IP phones and might
find this script useful.
2013-08-13 20:29:01 +00:00
Michael Jerris 1cd58ddba8 FS-5564: fix gcc extension for unsigned char bitfield type 2013-08-13 15:40:33 -04:00
Moises Silva 5c6c33fb4f mod_oreka: use zstr instead of only checking for null as some caller profile data may be an empty string 2013-08-13 11:58:56 -04:00
Seven Du 3bd1395149 redirect /portal to /portal/index.html 2013-08-13 18:30:19 +08:00
Seven Du f1540c6326 auto subscribe to background_job when use bgapi 2013-08-13 18:30:19 +08:00
Seven Du 3901ff4ddd add api/bgapi event functions 2013-08-13 18:30:18 +08:00
Brian West 3ec15cce68 doh blonde moment 2013-08-12 17:27:31 -05:00
Brian West 56d1d07d61 url_decode the callee_name 2013-08-12 15:19:36 -05:00
Anthony Minessale 4efeced015 FS-5682 --resolve there was one other change to allow them to copy over by setting them on the A leg. Exporting the sip_multipart variable or setting it in {} on the dial string should already work. This patch should make it work with setting it too. 2013-08-12 19:05:04 +05:00
Anthony Minessale e9adbb7ac6 FS-5687 this patch adds a debouncer to that info message. if you still have problems try altering switch_rtp.c:5469 to add 0 condition so it skips that whole block and retest eg... if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) { 2013-08-12 00:57:47 +05:00
Anthony Minessale a9cf555d3a FS-5689 --resolve 2013-08-12 00:05:11 +05:00
Seven Du 017691598c cleanup and refactor ws, this should work on Linux now 2013-08-11 22:47:42 +08:00
Seven Du e1cc972702 trying to fix crashes on Linux 2013-08-11 11:29:04 +08:00
Chris Rienzo 83ba706049 mod_rayo: add offer-uri param (default true) to toggle between URI and number in to/from of offer 2013-08-10 09:30:33 -04:00
Chris Rienzo 60e8ca1bcc FS-5686 reversed send/recv direction 2013-08-09 09:54:45 -04:00
Chris Rienzo 0defeeee35 FS-5686 --resolve mod_rayo: allow re-join to mixers so that audio direction can be changed. Added support for audio direction in mixers. Allow unjoin without mixer-name or call-id 2013-08-09 09:42:10 -04:00
Anthony Minessale 4eee5aee8c FS-5682 --resolve new syntax <action application="set" data="sip_multipart=application/pidf+xml:1234"/> use push instead of set to add more to the same channel 2013-08-08 22:55:13 +05:00
Anthony Minessale 1b01e9f01a FS-5682 revert 2013-08-08 22:55:13 +05:00
Steve Underwood a3c1cf0577 Fixed inclusion of a header file that isn't actually finished. 2013-08-09 00:25:18 +08:00
Chris Rienzo c906cdc86a Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-08-08 11:59:41 -04:00
Chris Rienzo 5f6d3f0f8e mod_rayo: reply with temporary failure if no clients available to accept call 2013-08-08 11:59:17 -04:00
Seven Du 5d49d9280e fix for some FireFox cases
Chrome send "Connection: Upgrade" while FF has "Connection: keep-alive, Upgrade"
2013-08-08 22:57:14 +08:00
Steve Underwood 365fc08719 Changed spandsp from using TRUE and FALSE to using C99 true and false. It seems
like the quirks we used to get using those with C++ have gone away.
2013-08-08 21:40:28 +08:00
Seven Du bf9809c10c fix return value 2013-08-08 15:07:46 +08:00
Seven Du 5c7d1ab8d7 fix spandsp build 2013-08-08 09:05:31 +08:00
Seven Du f7e6c6d6c0 FS-5670 --resolve allow debug rtp if rtp is not attached to a session 2013-08-08 08:22:00 +08:00
Anthony Minessale eead164cc2 FS-5682 2013-08-08 05:15:10 +05:00
Anthony Minessale 3682e54d19 FS-5680 --resolve this patch should auto set this variable on dtls enabled channels 2013-08-08 04:20:36 +05:00
Anthony Minessale 116ebc0244 FS-5661 --resolve 2013-08-07 21:22:26 +05:00
Anthony Minessale 11d6c0877a FS-5665 --resolve this should push the extra ones into the variable and convert it to an array 2013-08-07 20:59:08 +05:00
Anthony Minessale 14ca0b5498 FS-5655 --resolve 2013-08-07 20:40:25 +05:00
Chris Rienzo e94c931102 FS-5679 --resolve mod_rayo: SIP 180 doesn't result in ringing event 2013-08-06 16:21:22 -04:00
Chris Rienzo 68253e3748 FS-5668 --resolve mod_rayo: offer from/to do not match SIP 2013-08-06 15:30:22 -04:00
Chris Rienzo d285e79867 mod_rayo: fix crash on originate error 2013-08-06 14:52:56 -04:00
Chris Rienzo 25b068714d FS-5669 --resolve mod_rayo: return error if <document> is missing in <output> 2013-08-06 11:05:35 -04:00
Ben Langfeld 9ad14d1d33 mod_rayo: Commands executed against a dead call should return item-not-found 2013-08-06 10:26:38 -04:00
Anthony Minessale f53bde459b add new file 2013-08-05 23:49:59 +05:00
Steve Underwood df669f700a A cleanup of FAX image size/resolution matching accuracy. Squashing of bi-level
images should now be correct. This is now close to supporting grey scale and
colour.
2013-08-06 02:38:06 +08:00
Steve Underwood 13e8532398 Hopefully all the spandsp functions now use custom allocation routines 2013-08-06 01:17:05 +08:00
Steve Underwood 799402dd5b More movements of spandsp to the sue of custom allocation routines 2013-08-06 01:10:48 +08:00
Steve Underwood d5e4089c22 Moved a lot of spandsp to the use of custom allocation functions 2013-08-06 00:49:15 +08:00
Steve Underwood 7c744ce1d8 Added custom allocation functions to spandsp 2013-08-05 23:50:28 +08:00
Seven Du 95ae3732a8 FS-5655 --resolve msvc has so many versions, makes it complicated 2013-08-05 23:27:16 +08:00
Anthony Minessale 80f9168226 FS-5664 --resolve 2013-08-03 18:49:55 +05:00
Nathan Neulinger 4d9ff80a01 mod_skinny work on FS-5632 - few more cases 2013-08-02 21:25:51 -05:00