Commit Graph

29541 Commits

Author SHA1 Message Date
Dragos Oancea be6e6ea5fb FS-7801: mod_opus: added support to set CBR mode 2015-07-08 20:03:54 -04:00
Brian West e994b75e8b Test case start for multicanvas test 2015-07-08 17:16:06 -05:00
Brian West 2b099c9260 Adding test case for FS-7200 2015-07-08 17:02:06 -05:00
Mike Jerris bc59612815 Merge pull request #310 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7648-fix-regex-tests to master
* commit '66a2ba22a0f548a3f53c95a1210b8d169aedd5f8':
  FS-7648 Fix regex "all" and "xor" tests.
2015-07-08 17:01:32 -05:00
Mike Jerris 6548d619c8 Merge pull request #168 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-7200:master to master
* commit '57a76001d076cc7f0eb7ca8064b3eb48a1b6cf42':
  FS-7200, fix dialplan parsing when using date/time matches
2015-07-08 16:51:39 -05:00
Mike Jerris 569c75c17d Merge pull request #336 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7799 to master
* commit '31ade5f9680ddbb25f6b18ebf879ce537b9f5a6e':
  FS-7799 Add API command uuid_write_png to mod_png
2015-07-08 15:59:03 -05:00
Bradley Jokinen 31ade5f968 FS-7799 Add API command uuid_write_png to mod_png
This adds the API command uuid_write_png to mod_png which takes a uuid and
file as input. This command takes a screenshot from the session associated
with the given uuid and writes it to the given file. If an absolute path
is not specified, the images directory is used as a prefix.
2015-07-08 15:36:44 -05:00
William King 49a26049cb Merge pull request #177 in FS/freeswitch from ~VIPKILLA/freeswitch-fs-7232:master to master
* commit '521b3037016e276ddc8e1aae50ecaf6464b3a433':
  change event header 'call-direction' to 'presence-call-direction'
2015-07-08 14:58:31 -05:00
Mike Jerris 530afd0dc6 Merge pull request #293 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_shout to master
* commit 'b17564e8a3d8d1d5f56be7f58a97b8308a05f901':
  FS-7705: mod_shout - dependency declaration added to SPEC file.
2015-07-07 15:33:21 -05:00
Mike Jerris ae5ce2ec97 Merge pull request #330 in FS/freeswitch from ~MARKL/freeswitch-fs-7778:master to master
* commit '97394bd679ca39d630010449adf6fcef0d01466f':
  FS-7778 Fix ALTER TABLE statement to use single quotes.
2015-07-07 15:25:51 -05:00
William King cba690e395 Merge pull request #311 in FS/freeswitch from ~LAZEDO/freeswitch:feature/sms_delivery_report to master
* commit '05c476f9f8ba14b2db8a81e241d1ccb7b6530ea4':
  FS-7764 #resolve
2015-07-07 11:23:50 -05:00
Mike Jerris 0e8ea8573b Merge pull request #329 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7776 to master
* commit 'eaf6430e0d3cb72525fbd7af4975341439d62c49':
  FS-7776 #resolve add mod_kazoo to build system
2015-07-07 11:20:15 -05:00
Mike Jerris 8cd05e6b24 Merge pull request #331 in FS/freeswitch from ~CRIENZO/freeswitch:fs-7780-add-max-session-transfers to master
* commit '05cc8bb37d4ec19446943c98cfb6e21cd6aaf9e9':
  FS-7780 add new channel variable max_session_transfers.  If set, this variable is used to count the number of session transfers allowed instead of the max_forwards variable.  If not set, the existing behavior is preserved.
2015-07-07 11:16:03 -05:00
Mike Jerris 5b76e4ade9 Merge pull request #327 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-keep-fec-on to master
* commit 'b3f453b02f62da450681c4b584bda838134c1317':
  FS-7772: mod_opus: add functionality to keep FEC enabled on the encoder by modifying the bitrate if packet loss changes (Opus codec specific behaviour).
2015-07-07 11:13:57 -05:00
Mike Jerris 367a7a73b7 Merge pull request #334 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-8khz-fix-init-ptime-40ms to master
* commit '12d240308cd22f824ef30d9d879bdc56e22290fb':
  FS-7785: mod_opus: fix for invalid ptime 30 ms for opus@8000h . Replaced 30 ms with 40 ms.
2015-07-07 11:10:23 -05:00
Mike Jerris 7b61cad61b Merge pull request #335 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang to master
* commit '97ed52cbefebb192fa5c16e28eb7bc2733f9a77c':
  FS-7628: mod_erlang_event - removed unused var
2015-07-07 11:04:32 -05:00
Michael Jerris b5e7599ac1 FS-7762: [mod_av] handle buffer allocation failures of large buffers 2015-07-07 11:50:07 -04:00
Brian West a91ca3d5cf test sets for FS-7762 2015-07-07 08:48:24 -05:00
Sergey Safarov 97ed52cbef FS-7628: mod_erlang_event - removed unused var 2015-07-07 16:22:36 +03:00
Dragos Oancea 12d240308c FS-7785: mod_opus: fix for invalid ptime 30 ms for opus@8000h . Replaced 30 ms with 40 ms. 2015-07-07 07:59:17 -04:00
andywang1988 f767fe5ed6 Fixed Bug/FS-7754 2015-07-07 15:10:13 +08:00
Seven Du 3cec36f168 FS-7585 fix copyright copy and paste error 2015-07-07 08:12:18 +08:00
Dragos Oancea b3f453b02f FS-7772: mod_opus: add functionality to keep FEC enabled on the encoder by modifying the bitrate if packet loss changes (Opus codec specific behaviour). 2015-07-06 18:27:37 -04:00
Luis Azedo eaf6430e0d FS-7776 #resolve add mod_kazoo to build system 2015-07-06 23:13:00 +01:00
Michael Jerris 5f33fb35c5 rename debug trace 2015-07-06 17:28:13 -04:00
Brian West 8a5b66b4b9 update docs %nojira 2015-07-06 16:23:00 -05:00
William King fb173c9af7 Merge pull request #332 in FS/freeswitch from feature/FS-7783-play_and_get_digits-capture-invalid to master
* commit 'eed386bc8d843d01cda4c0ab99382aa3c49f41c5':
  FS-7783 Add channel variable for capturing DTMF input when using play_and_get_digits when the response does not match
2015-07-06 16:22:32 -05:00
William King eed386bc8d FS-7783 Add channel variable for capturing DTMF input when using play_and_get_digits when the response does not match 2015-07-06 14:13:12 -07:00
Chris Rienzo 05cc8bb37d FS-7780 add new channel variable max_session_transfers. If set, this variable is used to count
the number of session transfers allowed instead of the max_forwards variable.  If not set, the existing
behavior is preserved.
2015-07-06 15:26:56 -04:00
Mark Lipscombe 97394bd679 FS-7778 Fix ALTER TABLE statement to use single quotes.
sofia_glue.c tries to issue an SQL "ALTER TABLE" statement to add the
ping_status column to sip_registrations, but fails because the default
is incorrectly quoted (double quotes vs single quotes).
2015-07-06 12:10:08 -03:00
Seven Du 08c7a1de34 FS-7777 #resolv 2015-07-04 14:10:29 +08:00
Mike Jerris a817701824 Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master
* commit '97c25275a629f88700d28513a98f234d821ac9d7':
  FS-7628: mod_erlang_event - added ipv6 support
2015-07-03 18:00:08 -05:00
Mike Jerris dde04772f7 Merge pull request #283 in FS/freeswitch from bugfix/FS-7572-broadcasting-multiple-wav-files-using to master
* commit '9049c004b70207a43b73c7b2b31d19410fc2c4bf':
  FS-7572: add some events for file open/close/fail when using file_string
2015-07-03 17:57:52 -05:00
Mike Jerris 6189ac0192 Merge pull request #274 in FS/freeswitch from bugfix/FS-7578-telephone-event-codec-clock-rate to master
* commit 'f35343a9cc26ba08b20571784f14a5ef36bca0fc':
  FS-7578: properly generate telephone-event in sdp for each rate of codec being offered
2015-07-03 17:32:35 -05:00
Mike Jerris 369a8855a0 Merge pull request #328 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7774 to master
* commit 'd66839debe4ca57eaff4d477d239f88a3e30c60d':
  FS-7774 add mod_kazoo  #resolve
2015-07-03 17:03:01 -05:00
karl anderson d66839debe FS-7774 add mod_kazoo
#resolve
2015-07-03 22:54:47 +01:00
William King 0244af22e6 FS-7730 fix default configs to provided sample load option for mod_sms and mod_smpp 2015-07-03 14:50:48 -07:00
Anthony Minessale 178ed75571 FS-7775: [mod_conference] fix threading issue causing stuck worker threads 2015-07-03 16:46:04 -05:00
Brian West f0417cdf57 FS-7760 test_pflag not test_flag 2015-07-03 16:35:52 -05:00
William King 774ef01784 Merge pull request #301 in FS/freeswitch from mod_smpp to master
* commit '775ce5c0a8a4acbacaa36d70c81e351fbb73c50d':
  Adding mod_smpp as an event_handler module.
2015-07-03 16:32:09 -05:00
William King 775ce5c0a8 Adding mod_smpp as an event_handler module.
FS-7730 #resolve
2015-07-03 14:26:05 -07:00
Mike Jerris 1a47cd0d44 Merge pull request #318 in FS/freeswitch from ~LAZEDO/freeswitch:feature/silence_hits_exausted to master
* commit 'c4bd342bdaae6f8881b0099d596e8309997121cb':
  FS-7771 #resolve
2015-07-03 15:11:27 -05:00
Mike Jerris 1ac1dfe4ce Merge pull request #315 in FS/freeswitch from ~LAZEDO/freeswitch:feature/xml_fetch_channels to master
* commit 'b2b9555d347b11e84a86b3de1c2de5f8f8d8437e':
  FS-7760 #resolve
2015-07-03 13:47:52 -05:00
karl anderson b2b9555d34 FS-7760 #resolve
added xml fetch for channels to externally support nightmare transfer
depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)
2015-07-03 19:28:17 +01:00
Anthony Minessale b6a6cde728 FS-7486 2015-07-03 14:22:20 -04:00
William King 20be305b1c Merge pull request #263 in FS/freeswitch from ~LAZEDO/freeswitch-fs-7463:FS-7463 to master
* commit 'e12608bd11c62de715c1d6eecf05a8fe8b8becb0':
  FS-7463 #resolve
2015-07-03 12:28:16 -05:00
Moises Silva e8cbfe9631 freetdm: Fix some GSM compilation errors and do a bit of code cleanup 2015-07-03 12:42:34 -04:00
Moises Silva 01a9e443ea freetdm: Declare __FTDM_FUNC__ macro and use it instead of __FUNCTION__ to deal with platform differences
OPENZAP-237 #resolve
2015-07-03 12:42:33 -04:00
karl anderson c4bd342bda FS-7771 #resolve
set a channel var if the recording is terminated due to silence hits
2015-07-03 10:36:58 +01:00
Anthony Minessale 2f836a2c53 FS-7744 amend 2015-07-02 16:12:28 -05:00