Commit Graph

14952 Commits

Author SHA1 Message Date
Anthony Minessale d98a1eb4f3 FS-5883 --resolve 2013-10-17 21:05:32 +05:00
Travis Cross 67c0f489bc 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:55:42 +00:00
Chris Rienzo 697a6fcb71 FS-5884 --resolve mod_rayo: detect unjoin mismatch 2013-10-17 09:43:10 -04:00
Marc Olivier Chouinard f8abd0cc1d Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-10-16 19:49:55 +00:00
Anthony Minessale bbabf652f8 FS-5861 regression typo 2013-10-16 23:35:31 +05:00
Chris Rienzo d61a5b8135 FS-5773 --resolve mod_ssml: allow rendering of documents if TTS is not configured 2013-10-15 15:50:45 -04:00
Chris Rienzo b29a4eb39f FS-5865 --resolve mod_rayo: fix join/unjoin IQ result for mixers 2013-10-15 14:17:56 -04:00
Brian West be4dec6f15 Fix my snafu and allow <stun_server>[:port] [<source_ip>[:<source_port]] 2013-10-14 17:36:17 -05:00
Anthony Minessale 647cd68270 remove timestamp and raw_rtp flag from loopback frames 2013-10-15 00:02:00 +05:00
Anthony Minessale 4edd7b7422 FS-5835 --resolve 2013-10-14 21:03:42 +05:00
Brian West 331b205cb0 doh, use the decoded value 2013-10-11 17:24:04 -05:00
Brian West c35ec2e208 url_decode the cid_name when you vm_cc 2013-10-11 17:21:24 -05:00
Anthony Minessale 1716dbc214 move shutdown of session to after switch_event 2013-10-10 22:23:33 +05:00
Michael Jerris 167071cc77 FS-5866 2013-10-10 11:49:23 -04:00
Anthony Minessale 6c5da6435d FS-5861 --resolve 2013-10-10 04:40:56 +05:00
Chris Rienzo f7c9c401a3 FS-5865 mod_rayo: send IQ result after join/unjoin completes 2013-10-09 17:40:01 -04:00
Anthony Minessale fadb5fe316 FS-5857 --resolve 2013-10-09 02:42:14 +05:00
Anthony Minessale 12409dbeff FS-5849 --resolve 2013-10-08 21:57:12 +05:00
Anthony Minessale cb3cb7ff70 FS-5851 --resolve 2013-10-08 20:35:15 +05:00
Anthony Minessale 0ecd7504b6 FS-5848 --resolve 2013-10-07 19:00:45 +05:00
Anthony Minessale 4df12655f2 FS-5840 --resolve
Conflicts:
	src/switch_ivr_async.c
2013-10-06 05:03:49 +05:00
Nathan Neulinger f0e8eb2a5e FS-5832 additional hostname updates for failover behavior 2013-10-04 10:45:29 -05:00
Nathan Neulinger 85844e5792 FS-5832 - additional case of switchname/hostname 2013-10-04 10:45:17 -05:00
Anthony Minessale ad98f844ba 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-04 10:45:11 -05:00
Michael Jerris 88be913119 FS-5604: prefix outbound_name with = to completely replace the name instead of (name) cidname 2013-10-02 17:30:46 -04:00
Anthony Minessale 731009d01d remove ssl_init not manadatory in stable 2013-10-01 20:11:55 +05:00
Anthony Minessale c48a1ba53a change default to use event dispatch 2013-10-01 20:10:42 +05:00
Anthony Minessale 78e04cd322 FS-5549 regression 2013-09-30 22:11:36 +05:00
Nathan Neulinger d4c56db14d 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:34 -05:00
Jeff Lenk 0291ed5460 FS-5829 --resolve 2013-09-29 09:25:14 -05:00
Anthony Minessale 0a9ed88019 improve thread pool logic 2013-09-27 23:37:15 +05:00
Seven Du 2f28507eb6 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:39:04 +08:00
Seven Du a037665d48 add contributor 2013-09-27 06:27:43 +08:00
Seven Du f07bc13311 use sonar_channel_event to get a verbose event 2013-09-27 06:27:36 +08:00
Seven Du 21b4bd16b7 refactor sonar, remove global vars so it can run multiple sonar at a time 2013-09-27 06:27:27 +08:00
Seven Du 73e89edd3b fire event when done ping 2013-09-27 06:27:18 +08:00
Seven Du 871b8945fe add some statistics on sonar 2013-09-27 06:27:09 +08:00
Seven Du 887999e540 fix crash on zstr 2013-09-27 06:26:58 +08:00
Nathan Neulinger 0e37c99cd6 FS-5819 remove pointless comparison 2013-09-26 12:55:11 -05:00
Michael Jerris 09e45cdda2 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:32:11 -04:00
Seven Du 3d3a8f264a FreeSWITCH will choose the right system defaults for you 2013-09-26 03:46:25 +08:00
Michael Jerris 9464e437b0 FS-5819: fix var type usage outside the range of the enum 2013-09-24 13:47:06 -04:00
Michael Jerris 8688d291d4 FS-5819: fix incorrect true type in call to switch_core_session_reset 2013-09-24 13:46:59 -04:00
Anthony Minessale 3565eb5abc move thread launch to be after config check for back-compat mode in event handler 2013-09-24 08:53:31 +05:00
Anthony Minessale 4f56354b04 FS-5820 --resolve 2013-09-24 05:25:50 +05:00
Brian West 36893d713f Add ability to specifiy the source port on the stun request 2013-09-23 14:03:26 -05:00
Nathan Neulinger 9df0a987cd add send of DisplayPromptStatusMessage and ForwardAll stimulus 2013-09-23 13:18:30 -05:00
Anthony Minessale b85150d74d FS-5549 --resolve 2013-09-23 22:26:57 +05:00
Anthony Minessale 73d1bbc01f FS-5815 --resolve 2013-09-23 21:53:11 +05:00
Nathan Neulinger ec5520dfdb add functions for sending forward stat message (mod_skinny) 2013-09-23 11:49:41 -05:00
Jeff Lenk 835594fe9e fix windows compiler warnings 2013-09-21 16:22:05 -05:00
Anthony Minessale 4bbce38eb6 FS-5806 please test HEAD 2013-09-20 23:37:54 +05:00
Anthony Minessale 8084c28d62 FS-5807 contd 2013-09-20 23:34:57 +05:00
Anthony Minessale 235a7c5683 FS-5807 --resolve 2013-09-20 21:41:19 +05:00
Anthony Minessale 79897b6ba4 FS-5812 --resolve 2013-09-20 20:03:51 +05:00
Anthony Minessale 1575c0393e FS-5802 --resolve 2013-09-20 00:08:23 +05:00
Anthony Minessale 2e8daeb69a FS-5717 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.c
2013-09-19 21:14:46 +05:00
Seven Du 6afb17a138 fix regression from 9074a12455 2013-09-19 22:24:56 +08:00
Chris Rienzo 40a870f542 FS-5790 --resolve mod_rayo: fix buffer overflow when reading stereo .wav file 2013-09-18 23:20:44 -04:00
Anthony Minessale c26e2ec1dd FS-5798 --resolve 2013-09-18 20:05:04 +05:00
Jeff Lenk 82476d3d10 FS-5761 2013-09-17 22:38:43 -05:00
Anthony Minessale 9ef1aedb53 update cc banner 2013-09-18 05:14:13 +05:00
Anthony Minessale 8885ba1c7b FS-5797 --resolve 2013-09-18 00:29:13 +05:00
Nathan Neulinger 507008ac11 FS-5796 --resolve add cfwdall extension param for mod_skinny 2013-09-17 13:08:31 -05:00
Anthony Minessale fe0105238a cleanup 2013-09-17 20:43:29 +05:00
Chris Rienzo 33b78057d7 mod_rayo: fixed prompt state machine - wrong state transition when output finishes before input starts 2013-09-16 20:13:42 -04:00
Anthony Minessale 3c6ba5d0f9 FS-5761 --resolve this solution is sufficient 2013-09-16 22:28:30 +05:00
Anthony Minessale f20298bc62 FS-4865 --resolve 2013-09-16 22:24:23 +05:00
Chris Rienzo 8b3bc7d784 Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable 2013-09-15 23:24:04 -04:00
Chris Rienzo f0b42e7971 mod_rayo: fix reloadxml issue 2013-09-15 23:23:56 -04:00
William King f7b902b107 How did the use after free not blowup in the last 3 years since it was modified? 2013-09-15 16:19:38 -07:00
William King b03ba503cd 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:30 -07:00
William King 6d39b55723 Don't risk the double free, use switch_safe_free here same as in ~15 lines. 2013-09-15 15:58:43 -07:00
Anthony Minessale d3e265a385 FS-5793 --resolve 2013-09-14 23:59:53 +05:00
Anthony Minessale 6aaa4f176d FS-5791 --resolve 2013-09-14 21:01:50 +05:00
Brian West c181598996 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:08 -05:00
Chris Rienzo 496658364d FS-5788 --resolve used wrong variable for setting custom origination SIP headers 2013-09-12 12:15:18 -04:00
Chris Rienzo 8e5fa835b4 mod_ssml: added ordinal, telephone configuration 2013-09-12 11:59:23 -04:00
Anthony Minessale 66650b3707 FS-5740 --resolve 2013-09-12 20:41:52 +05:00
Anthony Minessale 7eed9481c6 FS-5781 --resolve try now 2013-09-12 20:40:10 +05:00
Anthony Minessale cc986efede mitigate zoiper endless loop bug by not sending notify with expires: 0 when zoiper is detected 2013-09-12 20:21:52 +05:00
Anthony Minessale 8258abc3ac 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:55 +05:00
Anthony Minessale ea5e88414b FS-5779 --resolve 2013-09-12 09:27:16 +05:00
Anthony Minessale a6db7e7810 FS-5777 --resolve 2013-09-12 01:35:59 +05:00
Anthony Minessale 5714ca0d18 FS-5779 --resolve 2013-09-12 01:29:45 +05:00
Anthony Minessale 480ef2a92d 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:14 +05:00
Anthony Minessale ab63580e2d FS-5774 --resolve 2013-09-11 03:00:58 +05:00
Anthony Minessale 931027802a FS-5772 improve odds a little more but the phone is broken here
Conflicts:
	src/include/switch_types.h
2013-09-11 02:57:49 +05:00
Anthony Minessale f5ba0bb7d4 FS-5772 --resolve this is sort of a hack but less painful than reporting bugs to polycom
Conflicts:
	src/mod/endpoints/mod_sofia/sofia.c
2013-09-10 23:16:09 +05:00
Anthony Minessale 07f2d94d9c FS-5766 --resolve stable equiv 2013-09-10 03:03:27 +05:00
Chris Rienzo c6e866fe9e mod_rayo: fix record complete URI when recording to HTTP 2013-09-09 16:23:05 -04:00
Brian West de2ddb0fab regression from FS-5614 on forward 2013-09-09 13:37:48 -05:00
Anthony Minessale 9ad4cdb2d5 oops 2013-09-09 22:54:09 +05:00
Seven Du 5d29139896 FS-5769 --resolve 2013-09-10 01:08:52 +08:00
Anthony Minessale 8ceab4ce11 FS-5717 --resolve 2013-09-09 20:09:00 +05:00
Anthony Minessale b2c621bafc FS-5768 --resolve 2013-09-08 03:27:57 +05:00
Anthony Minessale d3092d630d FS-5762 FS-5765 --resolve 2013-09-06 23:28:59 +05:00
Anthony Minessale f81bc47f52 doh 2013-09-06 05:56:06 +05:00
Ken Rice 2bcba16740 avoid a segfault if you dont have an xml_cdr config 2013-09-05 19:04:10 -05:00
Anthony Minessale e6e4c62913 FS-5757 2013-09-06 04:49:07 +05:00
Anthony Minessale a5e28f93c6 FS-5757 2013-09-06 02:06:38 +05:00
Anthony Minessale ecd9788a6d revert 2013-09-06 00:50:29 +05:00
Anthony Minessale fcfa721c6c revert 2013-09-06 00:48:27 +05:00
Anthony Minessale c8bc6a74a8 revert f24d1cde3d 2013-09-06 00:41:03 +05:00
Anthony Minessale fdc7cd03d7 add define for thread pool debug 2013-09-06 00:08:01 +05:00
Anthony Minessale 8f62bc6252 FS-5757 --resolve 2013-09-05 20:58:23 +05:00
Anthony Minessale ac875b7810 FS-5757 --resolve 2013-09-05 20:36:03 +05:00
Anthony Minessale a07dd2dc58 FS-5759 --resolve regression from e45774e764 re: FS-5620 2013-09-05 05:39:18 +05:00
Anthony Minessale 59231cde16 FS-5747 move reloadxml event outside of mutex 2013-09-05 04:10:06 +05:00
Anthony Minessale e1e13a7f5f FS-5754 2013-09-05 03:43:32 +05:00
Anthony Minessale 4158393f4e 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:54 +05:00
Anthony Minessale 670b496c48 FS-5757 revert 2013-09-04 22:16:37 +05:00
Anthony Minessale 0cf4e2accd FS-5752 --resolve 2013-09-04 21:05:26 +05:00
Anthony Minessale 6729593b13 FS-5605 --resolve 2013-09-04 21:00:38 +05:00
Anthony Minessale 05811bb085 FS-5757 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia.c
2013-09-04 20:36:55 +05:00
Anthony Minessale cbdcaba541 FS-5748 --resolve regression from FS-5665 511efc5cf0 2013-09-04 01:08:14 +05:00
Chris Rienzo 01ad34b58a mod_http_cache: use case-insensitive domain to profile hash 2013-09-03 10:05:30 -04:00
Nathan Neulinger cc069d7307 FS-5608 improvement in behavior, on EXECUTE it will now send the stop ring tone message to device 2013-09-03 08:54:10 -05:00
Anthony Minessale 9fa2079d63 FS-5741 --resolve 2013-09-02 22:57:09 +05:00
Chris Rienzo 511549cf6d mod_http_cache: added <domain> to <profile> configuration 2013-08-30 23:41:15 -04:00
Chris Rienzo cd16b03cb1 mod_rayo: tweak to allow duplicate <tag> for SISR 2013-08-30 18:18:08 -04:00
Chris Rienzo 255ffd4620 mod_rayo: add some hacky support for SISR in DTMF recognizer 2013-08-30 17:43:10 -04:00
Anthony Minessale 6476adc45e 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:20 +05:00
Chris Rienzo 48fb8999da mod_ssml: add default config for interpret-as='characters' 2013-08-28 13:52:53 -04:00
Anthony Minessale 1d09cdba96 swigall 2013-08-28 21:32:02 +05:00
Anthony Minessale 66170be9d8 FS-5734 documentation will need to be updated to request languages instead of phrases 2013-08-28 21:25:52 +05:00
Nathan Neulinger 6ac01bdd1f fix variable setting from skinny and mismatched logging 2013-08-27 12:31:57 -05:00
Chris Rienzo 4990a541bf FS-5733 --resolve mod_rayo: don't use nested <input> when creating dtmf-only match. 2013-08-26 18:57:25 -04:00
Anthony Minessale 1233172101 FS-5731 --resolve 2013-08-26 20:25:26 +05:00
Anthony Minessale 87f273f054 FS-5722 --resolve 2013-08-23 20:28:06 +05:00
Anthony Minessale d816fd9b0e FS-5296 stable version 2013-08-22 02:32:39 +05:00
Anthony Minessale c73179c6ad git fail, b4792e7 won't cherry pick but the patch manually applied fine 2013-08-21 22:27:56 +05:00
Anthony Minessale 706aa0903c fix rfc4579 method=bye handling 2013-08-21 22:01:01 +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
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 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
Seven Du 1220189096 redirect /portal to /portal/index.html 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
Jeff Lenk c5abe3ed27 mod_xml_rpc revert extra stuff 2013-08-06 00:16:10 +08:00
Jeff Lenk 7b2ed3405e FS-5655 try this 2013-08-06 00:16:03 +08:00
Seven Du 3aaab08cc6 more cleanup 2013-08-06 00:15:57 +08:00
Seven Du 2fa9e67651 trying to fix windows build 2013-08-06 00:15:51 +08:00
Seven Du 7d48b0b3cc cleanup code, less dependency 2013-08-06 00:15:44 +08:00
Seven Du 5b5b231164 add settings disabled by default
The new websocket stuff breaks windows build so please fix, thanks
2013-08-06 00:15:36 +08:00
Seven Du fb4c5e6fe8 make websocket work with abyss 2013-08-06 00:13:58 +08:00
Seven Du 92a99c4141 add ws 2013-08-06 00:13:35 +08:00
Anthony Minessale 03dc7082b2 FS-5664 --resolve 2013-08-03 18:50:17 +05:00
Nathan Neulinger fa2530306f mod_skinny work on FS-5632 - few more cases 2013-08-02 21:26:15 -05:00
Nathan Neulinger 36726ee0ef mod_skinny work on FS-5632 - first pass 2013-08-02 21:12:16 -05:00
Nathan Neulinger 1e3bfef390 FS-5662 --resolve implement call pickup group functionality in mod_skinny. Currently treats callPickup and grpCallPickup identically, may revisit when I find out more about what's different between the two 2013-08-02 14:12:23 -05:00
Nathan Neulinger e20dd10b59 mod_skinny: implement per device setting of ext- extensions 2013-08-02 13:53:49 -05:00
Nathan Neulinger d9905fa72b make default conf example work properly based on FS-5335 feedback/testing 2013-08-02 11:21:58 -05:00
Nathan Neulinger 85c986c8b4 mod_skinny: add minimal handling of MeetMe button to send to a conference creation extension 2013-08-02 10:55:09 -05:00
Chris Rienzo c1bc8a5ad7 FS-5657 --resolve fix mod_rayo build errors in CentOS 5 2013-08-01 14:37:43 -04:00
Chris Rienzo 99a0f6bfc8 FS-5659 --resolve Add logging for spandsp dtmf detector when dtmf_verbose channel variable is set to true
Conflicts:

	src/mod/applications/mod_spandsp/mod_spandsp_fax.c
2013-08-01 14:02:56 -04:00
Seven Du 2543982a4f add SHORT_DATE_TIME support 2013-08-01 09:51:28 +08:00
Nathan Neulinger b472e1c9b7 mod_skinny: allow to work with native pgsql 2013-07-31 17:17:36 -05:00
Nathan Neulinger a8e779fab6 mod_skinny: filter sip mwi events 2013-07-31 17:17:32 -05:00
Chris Rienzo 343cddd914 mod_spandsp: added UUID command completion to start/stop_tone_detect commands 2013-07-31 07:16:51 -04:00
Nathan Neulinger b38a7f5392 mod_skinny: initial reg wasn't able to clean up due to missing device name, add new function to clean up given explicit device name, also add more logging 2013-07-30 14:36:00 -05:00
Seven Du b18bb26c9d add back the log line deleted by accident 2013-07-30 22:13:16 +08:00