Commit Graph

25434 Commits

Author SHA1 Message Date
Brian West d645d01e55 FS-5695 --resolve 2013-08-21 11:20:08 -05:00
Chris Rienzo 83e33dd150 mod_rayo: use XMPP URI instead of FS UUID for join/unjoin 2013-08-20 17:27:24 -04:00
Ben Langfeld 93fec8dd75 mod_rayo: Remove compensation for Punchblock Rayo spec incompatibility 2013-08-20 17:27:11 -04:00
Nathan Neulinger 1d30a502b8 FS-5164 - fix segv on ring handling due to listener not being defined 2013-08-20 13:02:17 -05:00
Nathan Neulinger cad11edb76 FS-5164 --resolve add support for setting user variables w/ skinny 2013-08-20 09:25:10 -05:00
Anthony Minessale 93c7e496c7 FS-5708 --resolve 2013-08-19 23:48:38 +05:00
Ken Rice 8566ffa82a Revert FS-5708 ; build issues
This reverts commit 77d0ee21b2.
2013-08-16 17:54:03 -05:00
Anthony Minessale 2449371329 FS-5709 --resolve 2013-08-17 02:16:38 +05:00
Anthony Minessale 77d0ee21b2 FS-5708 --resolve 2013-08-17 02:14:19 +05:00
Moises Silva 64ade54a73 FS-5528 --resolve 2013-08-16 09:56:09 -04:00
Anthony Minessale ed6a090483 FS-5700 --resolve 2013-08-15 21:20:22 +05:00
Anthony Minessale 43a11b00aa Fix segfault in mod_conference
This was introduced by commit a4408e62a6.

FS-5612 --resolve
2013-08-15 15:59:35 +00:00
Chris Rienzo f7d4ff390a mod_rayo: move alias definition to config file, tweak console command completion to make testing easier 2013-08-14 18:00:45 -04:00
Moises Silva 06a2ec1d4c Merge remote-tracking branch 'origin/v1.2.stable' into v1.2.stable-ftdm_em_playback 2013-08-14 14:28:59 -04:00
Anthony Minessale b0371ee702 FS-5701 --resolve 2013-08-14 21:00:52 +05:00
Ken Rice a29b2c2f7f FS-5648 --resolve 2013-08-14 09:49:48 -05:00
Ken Rice 6726059e47 FS-5694 --resolve 2013-08-14 09:09:08 -05:00
Chris Rienzo a8f2e68467 mod_unimrcp: add example config for Vestec 2013-08-14 10:06:32 -04:00
Chris Rienzo 217a7c5ff8 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:55 -04:00
Anthony Minessale 2131cd6cf2 FS-5683 --resolve 2013-08-14 02:25:04 +05:00
Anthony Minessale 5bf89d1d87 FS-5453 --resolve 2013-08-14 02:14:01 +05:00
Anthony Minessale bdc2d307c4 FS-5698 --resolve 2013-08-14 02:10:55 +05:00
Travis Cross e84e92dc85 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:51 +00:00
Seven Du 1220189096 redirect /portal to /portal/index.html 2013-08-13 18:32:20 +08:00
Seven Du 6c853fc7c8 auto subscribe to background_job when use bgapi 2013-08-13 18:32:20 +08:00
Seven Du 74dae33b8e add api/bgapi event functions 2013-08-13 18:32:20 +08:00
Brian West 300fb130a0 doh blonde moment 2013-08-12 17:27:43 -05:00
Brian West d882089c10 url_decode 2013-08-12 15:20:49 -05:00
Anthony Minessale 2a2cccca8d 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:04:38 +05:00
Anthony Minessale c5cc61517e FS-5689 --resolve 2013-08-12 00:05:34 +05:00
Anthony Minessale 85af177084 FS-5682 --resolve missed a spot on the stable port 2013-08-11 23:40:56 +05:00
Seven Du 2535ae8504 cleanup and refactor ws, this should work on Linux now 2013-08-11 22:49:11 +08:00
Seven Du 31ba2eb291 trying to fix crashes on Linux 2013-08-11 22:49:10 +08:00
Chris Rienzo 9b954c379c mod_rayo: add offer-uri param (default true) to toggle between URI and number in to/from of offer 2013-08-10 09:30:50 -04:00
Chris Rienzo ed45fbd4bd FS-5686 reversed send/recv direction 2013-08-09 09:55:31 -04:00
Chris Rienzo 791d8bfb36 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:46 -04:00
Anthony Minessale 4296b5e257 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:34 +05:00
Anthony Minessale 1ba3cc0d3e FS-5665 --resolve this should push the extra ones into the variable and convert it to an array 2013-08-08 22:24:51 +05:00
Chris Rienzo 6fd5c9fd9d mod_rayo: reply with temporary failure if no clients available to accept call 2013-08-08 12:00:16 -04:00
Anthony Minessale 6f2671b2d5 FS-5682 revert 2013-08-08 20:32:01 +05:00
Seven Du cdecb33c7a fix for some FireFox cases
Chrome send "Connection: Upgrade" while FF has "Connection: keep-alive, Upgrade"
2013-08-08 22:56:19 +08:00
Seven Du 4c69219dfa fix return value 2013-08-08 15:08:25 +08:00
Seven Du f9487a9aa8 FS-5670 --resolve allow debug rtp if rtp is not attached to a session 2013-08-08 08:48:40 +08:00
Anthony Minessale bd1c6106dc FS-5682 2013-08-08 05:15:18 +05:00
Anthony Minessale 05444a6ebd FS-5661 --resolve 2013-08-07 21:22:45 +05:00
Chris Rienzo 22ab34c507 FS-5679 --resolve mod_rayo: SIP 180 doesn't result in ringing event 2013-08-06 16:21:38 -04:00
Chris Rienzo d57282489a FS-5668 --resolve mod_rayo: offer from/to do not match SIP 2013-08-06 15:30:37 -04:00
Chris Rienzo fe5e8241c0 mod_rayo: fix crash on originate error 2013-08-06 14:53:11 -04:00
Chris Rienzo 86ea09c9e3 FS-5669 --resolve mod_rayo: return error if <document> is missing in <output> 2013-08-06 11:07:10 -04:00
Ben Langfeld 9d9844ec46 mod_rayo: Commands executed against a dead call should return item-not-found 2013-08-06 10:30:31 -04:00