Commit Graph

31658 Commits

Author SHA1 Message Date
Brian West b86f7a6d30 FS-9816 yasm is not a runtime dependency, its only needed to build libvpx when compiling 2016-12-06 08:29:14 -06:00
Seven Du 6528ae00b5 FS-9817 #resolve fix regression from 828d6eaf01 2016-12-06 11:33:01 +08:00
Anthony Minessale II dc63b63ec0 Merge pull request #1095 in FS/freeswitch from bugfix/FS-9810-ws-write-fail-on-slow-network to master
* commit 'b26fa6e17ce40f5ad982b41142389bca0d420427':
  FS-9810 fix ws write fail on slow network
2016-12-05 15:09:39 -06:00
Mike Jerris a9c13d3fc6 Merge pull request #1098 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9813 to master
* commit '01decbf434ea323c155fec5e863f5e51e55bad97':
  FS-9813 [mod_kazoo] add kz_http_put
2016-12-05 12:02:13 -06:00
Brian West 8b40ddee8b Merge pull request #1094 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9805 to master
* commit 'fdfc024a521d2f08966226d8c95b03bf4c19fb85':
  FS-9805: Organized prompts in phrase_en.xml
  FS-9805: Created script to compare XML traslation files with phrase_en.xml
2016-12-05 07:56:05 -06:00
Brian West d28138ea4a FS-9812 fix label that is only used when zrtp or srtp are enabled 2016-12-05 06:38:44 -06:00
Luis Azedo 01decbf434 FS-9813 [mod_kazoo] add kz_http_put 2016-12-05 08:09:35 +00:00
Brian West 2af53f5a30 Merge pull request #1080 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9788 to master
* commit '347c93f1c1360d7f03d337d4b428cd24ad6d7b16':
  FS-9788: Add close() option to FileIO implementation
2016-12-04 06:53:51 -06:00
Brian West 8853873d68 Merge pull request #1090 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-9798-implement-native-postgresql-in-javascript to master
* commit 'fff5b939b58d47aed98b5f26b21282e82e25ee14':
  FS-9798 [mod_v8] Implement native PostgreSQL in JavaScript by adding a Database Handler (DBH) class
2016-12-04 06:53:07 -06:00
Seven Du b26fa6e17c FS-9810 fix ws write fail on slow network 2016-12-04 12:49:46 +08:00
Sergey Safarov fdfc024a52 FS-9805: Organized prompts in phrase_en.xml 2016-12-03 01:39:17 -05:00
Sergey Safarov 26aa8531fe FS-9805: Created script to compare XML traslation files with phrase_en.xml 2016-12-03 01:39:17 -05:00
Brian West 89063a1a4c FS-9765 one tweak from submitted patch to use switch_channel_var_true instead of switch_channel_get_variable no need to allocate on every hold/unhold just to check if this is enabled. 2016-12-02 11:51:49 -06:00
Brian West c9a05d7e60 Merge pull request #1077 in FS/freeswitch from ~STEPHALNET/freeswitch:FS-9777 to master
* commit '86bcee03518ff5ecbb7bae8e78f3821b4027ad09':
  remove redundant `if (rep)` statement
2016-12-02 11:44:04 -06:00
Brian West 5ec6248dff Merge pull request #1086 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9794 to master
* commit 'ac14496c73c8f15e1b433189fe6bf78e31b772ec':
  FS-9794: Set the result cause of an originate failed cause to variable originate_failed_cause
2016-12-02 11:36:33 -06:00
Brian West 69bec7b3b9 Merge pull request #1093 in FS/freeswitch from bugfix/FS-9804-phrases to master
* commit 'e91a428fd3b0f5921aa855e221d80c78cd1bf121':
  FS-8733 FS-9804 various phrase updates
  FS-9804 broken closing tag
2016-12-02 11:33:52 -06:00
nneul at mst.edu e91a428fd3 FS-8733 FS-9804 various phrase updates 2016-12-02 10:45:17 -06:00
nneul at mst.edu 712b4bd5fd FS-9804 broken closing tag 2016-12-02 10:24:30 -06:00
Brian West 6c6f842b47 FS-9799 rotate and increase log file size 2016-12-02 09:09:15 -06:00
Brian West dac1b67c20 Merge pull request #888 in FS/freeswitch from ~MZAKA/freeswitch:bugfix/FS-9277-sip-info-record to master
* commit 'addf7555bff15889d73e48bf70445d6d27d79fce':
  FS-9277: sip info with record: on and off doesn't start and stop call recording sessions
2016-12-01 20:22:57 -06:00
Anthony Minessale a0180288cf FS-9803 #resolve [Add support for arbitrary data as hash keys] 2016-12-01 18:11:52 -06:00
Brian West 44d69cb2b9 Merge pull request #1091 in FS/freeswitch from bugfix/FS-9801-phrase-files to master
* commit 'f51bf04095256168ddf75b5d344e5d957d7d7173':
  FS-9801 fix incorrect xml sections for phrase files
2016-12-01 12:42:11 -06:00
nneul at mst.edu f51bf04095 FS-9801 fix incorrect xml sections for phrase files 2016-12-01 12:40:46 -06:00
Mike Jerris d2b41b6b61 FS-9800: [core] add new accessor functions to core statistics for use in modules 2016-12-01 13:12:04 -05:00
Brian West 9120a3f534 FS-9779 fix compiler issue 2016-12-01 09:38:31 -06:00
Andrey Volk fff5b939b5 FS-9798 [mod_v8] Implement native PostgreSQL in JavaScript by adding a Database Handler (DBH) class 2016-12-01 15:45:18 +03:00
Brian West 7f1ee9adf6 Merge pull request #1088 in FS/freeswitch from ~ROMANAT/freeswitch:feature/FS-9734-add-channel-vars-att_xfer to master
* commit 'c20fa5e8f7cef34086c26ef6e0bbd81b2be7df4b':
  FS-9734: updated keys to be set in memory on att_xfer execution
2016-11-30 17:28:38 -06:00
romana c20fa5e8f7 FS-9734: updated keys to be set in memory on att_xfer execution 2016-11-30 17:37:59 -05:00
Mike Jerris b338bb559b FS-9782: [mod_sofia] on recovery, flip the order of the record route on inbound calls only, use the record route in the same order on inbound calls and in reverse order on outbound calls as the initial route set when doing the recover invite. Account for the call direction based on how sip considers it, not based on freeswitch direction so inbound calls after recovery are treated as outbound in this logic 2016-11-30 15:32:03 -07:00
Brian West a39b862e1d FS-9734: fix this so we don't allocate memory using switch_channel_get_variable on every digit, Only do it once. 2016-11-30 15:20:29 -06:00
Brian West 8d250296fc tweak our bashrc %ignore 2016-11-30 14:29:21 -06:00
Marc Olivier Chouinard ac14496c73 FS-9794: Set the result cause of an originate failed cause to variable originate_failed_cause 2016-11-30 15:19:43 -05:00
Marc Olivier Chouinard 347c93f1c1 FS-9788: Add close() option to FileIO implementation 2016-11-30 14:28:39 -05:00
Brian West 9d249a66ff Merge pull request #1057 in FS/freeswitch from ~ROMANAT/freeswitch:feature/FS-9734-add-channel-vars-att_xfer to master
* commit 'aadd81d6d33dc6402d10ae452394aa8ddd3d1176':
  FS-9734: added new channel vars in att_xfer which allow cancel, hangup and conf keys to be changed
2016-11-30 10:37:46 -06:00
Seven Du c2141c98b2 FS-9787 #resolve remove duplicated headers in conference del-member events 2016-12-01 00:15:12 +08:00
Seven Du 49d730e7f9 FS-9736 #resolve add conference json_list 2016-11-30 23:54:18 +08:00
Brian West d2ea7dcc5e FS-9771 fix rpm build 2016-11-29 18:54:17 -06:00
Mike Jerris d498e8a8b3 FS-9782: [mod_sofia] on recovery, don't flip the order of the record route ever, on outbound calls use the record route in the reverse order as the initial route set when doing the recover invite 2016-11-29 15:04:17 -07:00
Brian West 0b0b95f3e6 Merge pull request #1079 in FS/freeswitch from ~F93/freeswitch:feature/FS-9780-increasing-max_command_tries-in-mod_spandsp to master
* commit '8b601977a7bc8990280446cf19145ff10b8f6188':
  FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6
2016-11-29 10:30:01 -06:00
Roman Sukhov 8b601977a7 FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6 2016-11-29 17:51:31 +03:00
Stephane Alnet 86bcee0351 remove redundant `if (rep)` statement 2016-11-29 12:02:26 +01:00
Ken Rice a910c4f239 FS-9779 Disable mod_raven in ubuntu builds for the time being until the build issues on ubuntu for this new module are resolved 2016-11-28 18:03:09 -06:00
Mike Jerris dfff24d8fa libblade initial checkin 2016-11-28 16:35:09 -05:00
Brian West 0e71187815 Merge pull request #1075 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:conf_opus_adj_bitrate to master
* commit '366ddc0c10112b140916bd42f87fe2b17e50e6a0':
  FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus
2016-11-28 10:43:28 -06:00
Brian West 9cf54a270f Merge pull request #1076 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:add_conf_xml_amr to master
* commit '6b6cc67fbe2534db7914974cc7ad9ababc1ecddd':
  FS-9771: add xml settings for mod_amr to reflect the recent code additions
2016-11-28 10:42:46 -06:00
Dragos Oancea 6b6cc67fbe FS-9771: add xml settings for mod_amr to reflect the recent code additions 2016-11-24 16:58:15 -05:00
Dragos Oancea 366ddc0c10 FS-9770: xml config: add new config setting 'adjust-bitrate' for mod_opus 2016-11-24 16:37:11 -05:00
Mike Jerris 7884bee06a FS-9768: [build] don't limit to just clang 2016-11-23 15:05:12 -06:00
Mike Jerris 73d9ee1dbc Merge pull request #1073 in FS/freeswitch from ~SBRYLDT/freeswitch:bugfix/FS-9767-crypto_sign_keypair-buffer-overrun to master
* commit '198a6debffeaf49b1fdb04135717231cbcc52f0d':
  FS-9767: Fixed the size of the keys to use crypto_sign_XXXXBYTES for proper key size Also added parsing of identity in message_mutable to force directing test messages which are now recieved by the designated peer
2016-11-23 14:26:47 -06:00
Shane Bryldt 198a6debff FS-9767: Fixed the size of the keys to use crypto_sign_XXXXBYTES for proper key size
Also added parsing of identity in message_mutable to force directing test messages
which are now recieved by the designated peer
2016-11-23 20:20:26 +00:00