Commit Graph

15302 Commits

Author SHA1 Message Date
Anthony Minessale dddbcacf0e FS-5925 --resolve 2013-10-31 09:28:31 -05:00
Anthony Minessale 75ad91e185 FS-5844 --resolve 2013-10-30 20:26:01 -05:00
Anthony Minessale bd41690d89 FS-4067 this should make g722 work 2013-10-30 19:16:23 -05:00
Anthony Minessale ee0a7f0ecf FS-4067 missed another val 2013-10-30 18:13:04 -05:00
Anthony Minessale 57f5306410 FS-4067 missed a 0 2013-10-30 18:09:11 -05:00
Anthony Minessale ca893da3fb FS-5923 2013-10-30 17:52:49 -05:00
Anthony Minessale b5d53b6341 remove_debug 2013-10-30 17:26:06 -05:00
Anthony Minessale 30f7480c9c FS-5680 revert, set this variable globally in vars.xml instead 2013-10-30 14:21:21 -05:00
Anthony Minessale e2e8a57d9d add ring_wait callstate for devstate interface 2013-10-30 14:08:34 -05:00
Anthony Minessale c32bd46853 FS-5924 --resolve 2013-10-30 20:30:17 +05:00
Anthony Minessale 88a13f1fc2 update err msg 2013-10-29 13:40:27 -05:00
Brian West abc230ed50 FS-5909 use correct ip in patched sdp 2013-10-29 12:58:53 -05:00
Brian West 1844058b59 Allow proxy media on pickup endpoint 2013-10-29 12:58:28 -05:00
Anthony Minessale b4a3455acc fifo tweaks for tracking user count 2013-10-29 11:36:31 -05:00
William King 40c1053221 Fixing printf arg mismatch 2013-10-28 17:01:13 -07:00
William King 9ce66748af Minor code duplicatation removal. 2013-10-28 16:56:50 -07:00
Anthony Minessale 8244fb62e8 more opus neg drama 2013-10-29 03:44:24 +05:00
Anthony Minessale 562ef81dd9 fix webrtc rtcp issue on reinvite 2013-10-29 03:44:07 +05:00
Anthony Minessale 6c04b74e33 FS-5917 --resolve 2013-10-29 02:07:50 +05:00
Anthony Minessale ce83817318 webrtc tweaks 2013-10-28 23:39:33 +05:00
Anthony Minessale 0b1ac40a15 revert 2013-10-28 10:20:42 -05:00
Anthony Minessale 7d89ca45b6 clear before calling callback 2013-10-28 10:14:05 -05:00
William King 0b9e01be47 FS-5382: Adding a secondary time format thanks to Buklov. 2013-10-24 23:40:40 -07:00
Anthony Minessale 556e243361 FS-5910 --resolve 2013-10-24 14:29:29 -05:00
Anthony Minessale 3089eee77c minor refactor 2013-10-24 23:59:41 +05:00
Anthony Minessale 328997fb77 examples of new json api interface 2013-10-24 23:56:02 +05:00
Anthony Minessale daee478115 tweak api 2013-10-24 23:55:07 +05:00
Anthony Minessale 6b2c9e4478 change codec negotiation for edge opus cases 2013-10-24 01:23:18 -05:00
Anthony Minessale e659814a84 missed a spot 2013-10-23 23:21:31 -05:00
Anthony Minessale a4a8948774 tweak to devstate 2013-10-23 23:09:14 -05:00
Anthony Minessale 916a75e9cf device state tweaks 2013-10-23 20:45:34 -05:00
Anthony Minessale 8ab31493d7 make exception for g722 2013-10-24 05:04:23 +05:00
Anthony Minessale 55c86bff80 use the actual_sps not the effective on codec load strings 2013-10-23 16:39:32 -05:00
Anthony Minessale 3370002913 delete resources on csv mod shutdown 2013-10-23 03:03:29 +05:00
Brian West 045b764062 Remove duplicated code 2013-10-22 15:44:50 -05:00
Anthony Minessale e809b41dde add in-memory use_count for fifo-events 2013-10-22 14:47:00 -05:00
Anthony Minessale 73bbd83dc4 FS-5900 --resolve wow, that's a good find 2013-10-22 09:54:58 -05:00
Steve Underwood eee96c60c9 Tweaks 2013-10-19 18:51:50 +08:00
Chris Rienzo 6354b055f2 mod_rayo: allow unjoin of call without specifying call-uri, fix unjoin of call on hold so that b-leg is not hung up, allow unjoin command to b-leg 2013-10-18 15:14:50 -04:00
Anthony Minessale bf78270540 send video break on floor change 2013-10-18 19:14:30 +05:00
Chris Rienzo da5fd53417 mod_rayo: fix hangup after unjoining bridged calls 2013-10-18 09:47:30 -04:00
William King e0054af96f Fixing a use after free 2013-10-17 22:27:34 -07:00
Anthony Minessale 70ea252505 tweak 2013-10-18 01:32:31 +05:00
Anthony Minessale 37774268c0 FS-5882 --resolve 2013-10-17 22:40:07 +05:00
Anthony Minessale 6a7793f72a change dtmf vol to 13 2013-10-17 12:33:55 -04:00
Anthony Minessale b1a3a106ec FS-5852 --resolve 2013-10-17 12:18:01 -04:00
Anthony Minessale 9246309a21 comment out 2013-10-17 12:07:37 -04:00
Travis Cross 9921007a4b Ensure that flite gets configured before building
Without this change, we would only configure flite if its Makefile did
not exist.  However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure.  So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.

If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.

In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.

This change has the side-effect of fixing mod_flite in the Debian
packages.

FS-5873 --resolve
2013-10-17 13:54:47 +00:00
Chris Rienzo 1c3704e78f FS-5884 --resolve mod_rayo: detect unjoin mismatch 2013-10-17 09:42:52 -04:00
Jeff Lenk 4819ee18ab windows compiler warning 2013-10-16 21:47:09 -05:00
Anthony Minessale 2ffe831206 refactor and add more plumbing 2013-10-17 03:58:09 +05:00
Anthony Minessale af4c91764d only test for reneg after 20 sec with no activity 2013-10-17 03:58:09 +05:00
Anthony Minessale b694cb09a6 google changed something in DTLS 2013-10-17 03:58:09 +05:00
Anthony Minessale b474c89708 FS-5861 regression typo 2013-10-16 14:33:25 -04:00
Raymond Chandler 25e7be1c60 FS-2731 apply patch 2013-10-16 10:56:01 -04:00
William King 00c46450ff In a case where calls to phones with presence enabled as well as presence disabled,
there were cases where the presence enabled calls weren't turning off lights
due to the fact that there were calls still up on the phone(though those calls had presence disabled).
2013-10-15 19:09:39 -07:00
Anthony Minessale c94dd25e4e swigall 2013-10-15 15:31:28 -05:00
Anthony Minessale 4a172402d2 some refactoring and plumbing for 1.4 2013-10-16 02:24:32 +05:00
Chris Rienzo 778ac5341a FS-5773 --resolve mod_ssml: allow rendering of documents if TTS is not configured 2013-10-15 15:51:04 -04:00
Chris Rienzo ca32b7e357 FS-5865 --resolve mod_rayo: fix join/unjoin IQ result for mixers 2013-10-15 14:17:33 -04:00
Anthony Minessale 850c154bd4 fix vid switching in webrtc 2013-10-15 04:57:57 +05:00
Brian West 230e005a08 Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]] 2013-10-14 17:36:37 -05:00
Anthony Minessale 323d4c73d1 remove timestamp and raw_rtp flag from loopback frames 2013-10-14 13:06:41 -05:00
Brian West 4108193d42 doh, use the decoded value 2013-10-11 17:23:47 -05:00
Brian West 40aeedcbe4 url_decode the cid_name when you vm_cc 2013-10-11 17:20:46 -05:00
Anthony Minessale 1cd6d44b06 move shutdown of session to after switch_event 2013-10-10 22:23:22 +05:00
Michael Jerris ca0e8eaf53 FS-5866 2013-10-10 11:48:57 -04:00
Anthony Minessale 55ed8c7b13 FS-5861 --resolve 2013-10-09 17:46:27 -05:00
Chris Rienzo 396d2c6cb1 FS-5865 mod_rayo: send IQ result after join/unjoin completes 2013-10-09 17:39:33 -04:00
Travis Cross 87831d1672 Document purpose of sofia profile aliasing 2013-10-09 20:09:14 +00:00
Anthony Minessale 9d228e4fe9 FS-5857 --resolve 2013-10-08 15:47:57 -05:00
Anthony Minessale 6e6a77fa86 FS-5849 --resolve
Conflicts:
	src/mod/applications/mod_conference/mod_conference.c
2013-10-08 11:09:04 -05:00
Anthony Minessale b5ca53f2f9 FS-5851 --resolve 2013-10-08 09:40:08 -05:00
Brian West c0dc8ed6ff deal with rtp keep alives 2013-10-07 11:38:08 -05:00
Anthony Minessale 5ba88abf14 FS-5848 --resolve 2013-10-07 08:05:10 -05:00
Anthony Minessale 96b66ad015 FS-5840 --resolve 2013-10-05 18:07:10 -05:00
Marc Olivier Chouinard a34095a4b7 FS-5843 Give this a try 2013-10-04 15:47:19 -04:00
Marc Olivier Chouinard 9104aab9de FS-5843 --resolve Thanks 2013-10-04 15:21:27 -04:00
Nathan Neulinger d78a804df6 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-10-02 16:42:54 -05:00
Nathan Neulinger fa45e08d0b FS-5838 fix segfaults in unload of mod_format_cdr 2013-10-02 16:42:49 -05:00
Michael Jerris 80f1cf36f3 FS-5604: prefix outbound_name with = to completely replace the name instead of (name) cidname 2013-10-02 17:30:27 -04:00
Nathan Neulinger 912e05d86c FS-5832 additional hostname updates for failover behavior 2013-10-02 12:24:34 -05:00
Nathan Neulinger 3b36e9908d FS-5599 implement mod_format_cdr 2013-10-02 12:22:36 -05:00
Nathan Neulinger a4a0c3fcea FS-5832 - additional case of switchname/hostname 2013-10-01 20:50:42 -05:00
Anthony Minessale 6d2280df08 update to opus 1.0.3 2013-10-01 11:06:36 -05:00
Anthony Minessale b518b09f7c FS-5832 --resolve this should dedicate the interfaces per box assuming the hostnames on the box are distinct and the switchname param is set to be identical on the 2 boxes allowing the hostname as the sep key for the box-specific tables, the aliases table is still shared and sticky aliases should be used to keep them in tact. 2013-10-01 09:46:28 -05:00
Anthony Minessale 5e43037fc6 change default to use event dispatch 2013-10-01 20:10:24 +05:00
Anthony Minessale c9444f6ff1 FS-5549 regression 2013-09-30 11:17:07 -05:00
Nathan Neulinger 4158d92ed6 FS-5826 - seems to improve behavior, possibility of issue with FS-5180, but not enough details on that problem to tell. Current symptom is definitely measurable though. --resolve 2013-09-30 09:32:14 -05:00
Jeff Lenk 8efc1d08a2 FS-5829 --resolve 2013-09-29 09:22:49 -05:00
Anthony Minessale 012e321f61 improve thread pool logic 2013-09-27 23:37:05 +05:00
Seven Du 9b3f737a94 add both sdev and mdev, it was so confused most time
ref: http://www.plug.org/pipermail/plug/2005-June/002144.html
2013-09-27 07:38:32 +08:00
Seven Du 629856000d add contributor 2013-09-27 06:25:52 +08:00
Seven Du ce6a5bdf2e use sonar_channel_event to get a verbose event 2013-09-27 06:23:11 +08:00
Seven Du 33acb29a5b refactor sonar, remove global vars so it can run multiple sonar at a time 2013-09-27 06:13:05 +08:00
Seven Du 17bd89c2a5 fire event when done ping 2013-09-27 05:26:02 +08:00
Seven Du 2af0cf891d add some statistics on sonar 2013-09-27 04:56:07 +08:00
Seven Du e09cdf9c3a fix crash on zstr 2013-09-27 03:31:21 +08:00
Seven Du 7081f11ab2 we do not need this anymore since we have vid-floor 2013-09-27 03:27:18 +08:00
Nathan Neulinger 5b92970f55 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-09-26 12:53:50 -05:00
Nathan Neulinger ea51b86970 FS-5819 remove pointless comparison 2013-09-26 12:53:44 -05:00
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
Seven Du 07d009537f FreeSWITCH will choose the right system defaults for you 2013-09-26 03:44:37 +08:00
Seven Du 135b1d70bb only write when it make sense 2013-09-26 02:16:31 +08:00
Michael Jerris 9155e6b217 FS-5819: fix var type usage outside the range of the enum 2013-09-24 13:27:39 -04:00
Michael Jerris e6bfd00502 FS-5819: fix incorrect true type in call to switch_core_session_reset 2013-09-24 13:25:51 -04:00
Anthony Minessale d1c58a8e24 move thread launch to be after config check for back-compat mode in event handler 2013-09-23 21:59:01 -05:00
Anthony Minessale 99c681f367 FS-5820 --resolve 2013-09-23 18:31:16 -05:00
Brian West b9fa4e123f Add ability to specifiy the source port on the stun request 2013-09-23 14:02:54 -05:00
Nathan Neulinger 23530ebb23 add send of DisplayPromptStatusMessage and ForwardAll stimulus 2013-09-23 13:18:00 -05:00
Anthony Minessale c214648d88 FS-5549 --resolve 2013-09-23 11:32:29 -05:00
Anthony Minessale ab70133ec1 FS-5815 --resolve 2013-09-23 10:58:25 -05:00
Nathan Neulinger 1dc04136e2 add functions for sending forward stat message (mod_skinny) 2013-09-23 11:49:22 -05: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 75da9d1e73 FS-5807 --resolve 2013-09-20 10:47:39 -05:00
Anthony Minessale 8ceb262b9e FS-5806 please test HEAD 2013-09-20 10:20:01 -05:00
Anthony Minessale df713c9994 FS-5812 --resolve 2013-09-20 09:09:22 -05:00
Anthony Minessale 3efed6d095 FS-5802 --resolve 2013-09-19 13:14:11 -05:00
Anthony Minessale 6521de294c FS-5717 --resolve 2013-09-19 10:15:02 -05:00
Seven Du 4c5b8751ff fix regression from 9074a12455 2013-09-19 22:21:28 +08:00
Chris Rienzo de9bebc779 FS-5790 --resolve mod_rayo: fix buffer overflow when reading stereo .wav file 2013-09-18 23:20:26 -04:00
Raymond Chandler a7ab24ef4c FS-2731 refactor a bit to make this actually usable and more cross-endpoint compatible 2013-09-18 16:00:03 -04:00
Anthony Minessale 0df6c2d094 FS-5798 --resolve 2013-09-18 09:10:34 -05:00
Jeff Lenk f42b17e807 FS-5761 2013-09-17 22:37:03 -05:00
Anthony Minessale 232b3bb4be update cc banner 2013-09-18 05:13:46 +05:00
Anthony Minessale 1d992ea9ea FS-5797 --resolve 2013-09-17 13:34:56 -05:00
Nathan Neulinger 1fa0c8b312 FS-5796 --resolve add cfwdall extension param for mod_skinny 2013-09-17 13:08:09 -05:00
Marc Olivier Chouinard dffe48aaec Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-09-16 22:00:35 -04:00
Anthony Minessale 903461559e swigall 2013-09-16 19:56:24 -05:00
Anthony Minessale 802794b9f1 FS-5794 --resolve 2013-09-16 19:56:02 -05:00
Anthony Minessale 52f4507619 del mod_html5 2013-09-17 06:26:20 +05:00
Chris Rienzo 4b8ad5b549 mod_rayo: fixed prompt state machine - wrong state transition when output finishes before input starts 2013-09-16 20:13:26 -04:00
Anthony Minessale 5f29412021 FS-5761 --resolve this solution is sufficient 2013-09-16 22:28:20 +05:00
Anthony Minessale f613105a25 FS-4865 --resolve 2013-09-16 22:23:49 +05:00
Chris Rienzo 10cc47919f Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-09-15 23:24:29 -04:00
Chris Rienzo 27d2761ac0 mod_rayo: fix reloadxml issue 2013-09-15 23:23:07 -04:00
William King b91d6e430a How did the use after free not blowup in the last 3 years since it was modified? 2013-09-15 16:19:19 -07:00
William King aa222c7aea While sofia does garbage collection, in other locations we still call su_free after calls to sip_header_as_string. So adding it here too since we've finished using the full_contact variable. 2013-09-15 16:05:11 -07:00
William King 3329141e74 Don't risk the double free, use switch_safe_free here same as in ~15 lines. 2013-09-15 15:57:17 -07:00
Anthony Minessale 60f5dec57e FS-5793 --resolve 2013-09-14 13:06:06 -05:00
Anthony Minessale ea0653689f FS-5791 --resolve 2013-09-14 10:07:25 -05:00
Brian West 5197c726be add via_protocol to request so you can be informed if you wish to force expires due to tcp keepalives being on. 2013-09-12 15:24:19 -05:00
Marc Olivier Chouinard 743b094416 FS-5767 --resolve allow odbc variable to be used for postgresql even if odbc is not present 2013-09-12 16:10:54 -04: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
Chris Rienzo 8ee46a316f FS-5788 --resolve used wrong variable for setting custom origination SIP headers 2013-09-12 12:13:22 -04:00
Chris Rienzo a49c3a253a mod_ssml: added ordinal, telephone configuration 2013-09-12 11:58:53 -04:00
Anthony Minessale 6c384012ed FS-5740 --resolve 2013-09-12 20:42:16 +05:00
Anthony Minessale 3392db98bf FS-5781 --resolve try now 2013-09-12 20:39:57 +05:00
Anthony Minessale 6b6bceb730 mitigate zoiper endless loop bug by not sending notify with expires: 0 when zoiper is detected 2013-09-12 20:21:41 +05:00
Anthony Minessale bb54a4b2e3 FS-4819 --resolve we can match the one offered just for the sake of interop since it probably won't hurt anything, if it does we can take further action 2013-09-12 10:02:44 +05:00
Anthony Minessale 1780e22805 FS-5779 --resolve 2013-09-12 09:27:06 +05:00
Anthony Minessale 1d8820dc23 FS-5777 --resolve 2013-09-12 01:35:49 +05:00
Anthony Minessale bd41ecc396 FS-5779 --resolve 2013-09-12 01:29:32 +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 8def066077 FS-5774 --resolve 2013-09-11 03:01:45 +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 38cd508a12 FS-5772 --resolve this is sort of a hack but less painful than reporting bugs to polycom 2013-09-10 23:14:30 +05:00
Anthony Minessale 98a092b37d FS-5766 --resolve 2013-09-10 03:03:10 +05:00
Chris Rienzo 6a842ab21d mod_rayo: fix record complete URI when recording to HTTP 2013-09-09 16:22:49 -04:00
Brian West 53307c8f35 regression from FS-5614 on forward 2013-09-09 13:38:25 -05:00
Anthony Minessale 149acf0c11 oops 2013-09-09 22:53:54 +05:00
Seven Du 054225b80a refactor to use the new switch_core_session_refresh_video function 2013-09-10 01:52:21 +08:00
Seven Du 9074a12455 FS-5769 --resolve 2013-09-10 00:59:55 +08:00
Anthony Minessale 7b03cb511c FS-5717 --resolve 2013-09-09 20:08:48 +05:00
Michael Jerris 58e7db0c6d FS-5763: --resolve add configure check for lzma and newer readhat/sl tinfo stuff 2013-09-07 12:21:33 -07:00
Anthony Minessale c4add0663c FS-5762 FS-5765 --resolve 2013-09-06 23:28:46 +05:00
Anthony Minessale c811580626 doh 2013-09-06 05:55:50 +05:00
Ken Rice 432fb076d8 avoid a segfault if you dont have an xml_cdr config 2013-09-05 19:05:16 -05:00
Anthony Minessale af85dcc5c0 FS-5757 2013-09-06 04:48:56 +05:00
Anthony Minessale 6100e1f0d6 missed a spot on last conf commit 2013-09-06 02:45:10 +05:00
Anthony Minessale 21f1743b30 FS-5757 take 200 2013-09-06 01:52:11 +05:00
Anthony Minessale 2b5e18af41 revert 2013-09-06 00:50:17 +05:00
Anthony Minessale 471772489a revert 2013-09-06 00:48:18 +05:00
Anthony Minessale e195b8512d revert f24d1cde3d 2013-09-06 00:32:03 +05:00
Anthony Minessale a79b7baf12 add define for thread pool debug 2013-09-06 00:07:50 +05:00
Anthony Minessale b513d1ff02 fix possible issue with double read of frames in conf 2013-09-06 00:05:00 +05:00
Anthony Minessale 2967c97d11 FS-5757 --resolve 2013-09-05 20:35:31 +05:00
Jeff Lenk 36b840543d mod_gsmopen fix complier errors windows 2013-09-05 10:24:33 -05:00
Giovanni Maruzzelli 6a64f1b5eb FS-5727 and FS-5729 gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code 2013-09-05 11:38:47 +02:00
Giovanni Maruzzelli dc10a5562e gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code 2013-09-05 11:37:04 +02:00
Anthony Minessale 9337413715 FS-5759 --resolve regression from e45774e764 re: FS-5620 2013-09-05 05:39:03 +05:00
Anthony Minessale 32437d0412 FS-5747 move reloadxml event outside of mutex 2013-09-05 04:09:53 +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 5b4b1dce71 FS-5754 2013-09-04 14:15:44 -05:00
Anthony Minessale ae171ba53a FS-5757 revert 2013-09-04 22:15:54 +05:00
Anthony Minessale 5bf27df0a4 FS-5752 --resolve 2013-09-04 21:05:13 +05:00
Anthony Minessale e3ac4010e6 FS-5605 --resolve 2013-09-04 21:00:26 +05:00
Anthony Minessale 56e617324b FS-5757 --resolve 2013-09-04 20:30:25 +05:00
Anthony Minessale 0dcbc18322 fix issue with default video echo 2013-09-04 02:58:05 +05:00
Anthony Minessale 787b7a73e2 FS-5748 --resolve regression from FS-5665 511efc5cf0 2013-09-04 01:08:00 +05:00
Chris Rienzo 9b4e967248 mod_http_cache: use case-insensitive domain to profile hash 2013-09-03 10:05:13 -04:00
Nathan Neulinger 699abafeab FS-5608 improvement in behavior, on EXECUTE it will now send the stop ring tone message to device 2013-09-03 08:53:48 -05:00
Anthony Minessale dc9815461f FS-5741 --resolve 2013-09-02 22:56:58 +05:00
Chris Rienzo dd6b8a828a mod_http_cache: added <domain> to <profile> configuration 2013-08-30 23:41:31 -04:00
Chris Rienzo 7012a1c422 mod_rayo: tweak to allow duplicate <tag> for SISR 2013-08-30 18:17:43 -04:00
Chris Rienzo 9ff85aacbe mod_rayo: add some hacky support for SISR in DTMF recognizer 2013-08-30 17:45:37 -04:00
Anthony Minessale 8f0dbcaaf8 FS-4757 this should fix it but I am not happy with the way this is done but since polycom is one of the only phones that does this right I have no other choice 2013-08-29 22:23:08 +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 76ba6a2342 FS-5737 --resolve 2013-08-28 23:26:07 +05:00
Chris Rienzo 580f8c21e7 mod_ssml: add default config for interpret-as='characters' 2013-08-28 13:52:37 -04:00
Anthony Minessale 482afbf964 swigall 2013-08-28 10:34:00 -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
Seven Du b16a13c091 fix crash, no all members has channel 2013-08-28 20:37:23 +08:00
Nathan Neulinger c60dfb50d5 fix variable setting from skinny and mismatched logging 2013-08-27 12:31:25 -05:00
Chris Rienzo 56a3791349 FS-5733 --resolve mod_rayo: don't use nested <input> when creating dtmf-only match. 2013-08-26 18:57:04 -04: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 a524fadf17 FS-5722 --resolve 2013-08-23 20:28:33 +05:00
Anthony Minessale 952c37d940 FS-5296 --resolve 2013-08-22 02:30:59 +05:00
Anthony Minessale b4792e7a4e recommit 2013-08-21 22:26:04 +05:00
Anthony Minessale 0624f61d48 revert 2013-08-21 22:24:20 +05:00
Anthony Minessale e052d98a28 add isfocus to outbound invites 2013-08-21 22:21:26 +05:00
Anthony Minessale 655fe8408d fix rfc4579 method=bye handling 2013-08-21 22:00:47 +05:00
Chris Rienzo d2fb03eda1 mod_rayo: use XMPP URI instead of FS UUID for join/unjoin 2013-08-20 17:26:07 -04:00
Ben Langfeld c695f2322b mod_rayo: Remove compensation for Punchblock Rayo spec incompatibility 2013-08-20 16:27:40 -04:00
Nathan Neulinger 790bf9a947 FS-5164 - fix segv on ring handling due to listener not being defined 2013-08-20 13:01:40 -05:00
Nathan Neulinger 7fc4f5996f FS-5164 --resolve add support for setting user variables w/ skinny 2013-08-20 09:24:43 -05:00
Anthony Minessale 2c6427ccb7 FS-5708 --resolve 2013-08-19 23:48:17 +05:00
Seven Du f284746703 fix rtp flags 2013-08-19 20:52:34 +08:00
Jeff Lenk 84e4b38be3 FS-5690 --resolve with bizarre workaround 2013-08-18 17:26:13 -05:00
Steve Underwood 56725ad2f2 Tweaks for colour FAXing 2013-08-19 01:38:02 +08:00
Ken Rice 1facd34bde Revert "FS-5708 ... problems with build on this one
This reverts commit c21f65ac55.
2013-08-16 17:53:12 -05:00
Anthony Minessale 8e45f23d02 FS-5709 --resolve 2013-08-17 02:16:28 +05:00
Anthony Minessale c21f65ac55 FS-5708 --resolve 2013-08-17 02:13:49 +05:00
Anthony Minessale d35db852a8 follow up to last commit 2013-08-16 12:17:00 -04:00
Anthony Minessale 80e2633bb7 add mutex in media_engine to prevent double read in video thread 2013-08-16 20:34:34 +05:00
Moises Silva 6a2cd0632b FS-5528 --resolve 2013-08-16 09:52:14 -04:00
Steve Underwood dfc34d5a96 Some new FAX related variables introduced, to allow access to colour FAXing.
This should be treated as experimental right now.
2013-08-16 10:22:23 +08:00
Anthony Minessale b76c39ade1 FS-5700 --resolve 2013-08-15 21:19:57 +05:00
Chris Rienzo 4ae41dd1bd mod_rayo: move alias definition to config file, tweak console command completion to make testing easier 2013-08-14 18:00:30 -04:00
Anthony Minessale 624189be16 FS-5701 --resolve 2013-08-14 21:00:18 +05:00
Ken Rice 129a509cfb FS-5648 --resolve 2013-08-14 09:48:05 -05:00
Ken Rice cae7d029ab FS-5694 --resolve 2013-08-14 09:09:22 -05:00
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
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
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