- 08 11月, 2016 1 次提交
-
-
由 Andy Newlands 提交于
Add exec: flag, 'P' (for "Priority") to bind_digit_action so that a match is returned as soon as it is found, without waiting for the inter-digit timeout to expire. This can be very useful where the system needs to be more responsive to the user. By default, if multiple bindings are enabled and one or more use a regex, switch_ivr_dmachine_check_match waits for the inter-digit timeout to expire before returning a match. This ensures overlapping patterns, such as "^\d{4}$" and "^\12{3}$" can both be reliably matched When the 'P' flag is specified with bind_digit_action, whose action is exec, a match is returned as soon as the condition is satisfied, regardless of whether or not a longer match may be possible if further digits were entered. For example: <action application="bind_digit_action" data="test,~^*\d{2}$, exec[P]:execute_extension,myextn,self,self"/> <action application="bind_digit_action" data="test,~^#\d{2}$", exec:execute_extension,myotherextn,self,peer"/> The first example causes a match to be returned immediately after the 2nd digit is received, whereas the second example defaults to waiting for the inter-digit timeout to expire before returning. In cases where the 'P' flag is used with a regex and string, and both are matched, the more explicit, string match will be returned. For example: <action application="bind_digit_action" data="test,~^*\d{2}$, exec[P]:execute_extension,myextn,self,self"/> <action application="bind_digit_action" data="test,*12, exec[P]:execute_extension,myotherextn,self,self"/> If "*12" is matched, myotherextn is executed, because "*12" is more explicit/specific than "^*\d{2}$" If the 'P'(riority) flag is not used, behaviour is unchanged from previous versions. This ensures backward compatibility. FS-9325 #resolve
-
- 05 11月, 2016 1 次提交
-
-
由 Seven Du 提交于
-
- 04 11月, 2016 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Mike Jerris 提交于
* commit '3ff49127': FS-9698 fire custom sofia::bye_response event when response to BYE is received and fire-bye-response-events profile param is true
-
由 Mike Jerris 提交于
* commit 'dd17a57c': FS-9694 [mod_dptools] Add origination_uuid support to pickup endpoint
-
由 Chris Rienzo 提交于
FS-9698 fire custom sofia::bye_response event when response to BYE is received and fire-bye-response-events profile param is true
-
- 03 11月, 2016 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
* commit '6e4e48c6': FS-9693 use local time instead of utc for date-time comparison
-
由 François 提交于
-
由 Seven Du 提交于
-
- 02 11月, 2016 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
- 01 11月, 2016 2 次提交
-
-
由 Brian West 提交于
-
由 Brian West 提交于
-
- 31 10月, 2016 6 次提交
-
-
由 Mike Jerris 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
Merge pull request #1025 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:configure_enable_amr to master * commit 'a0284af8': FS-9670: add autodetection of opencore-amrnb lib and "--disable-amr" option to configure script
-
由 Brian West 提交于
-
由 Brian West 提交于
FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown-on-fail is set to true
-
- 28 10月, 2016 4 次提交
-
-
由 Brian West 提交于
* commit '70591d0e': FS-9680: Fix typo.
-
由 Josh Allmann 提交于
-
由 Anthony Minessale II 提交于
* commit '4a15d0a3': FS-9654: Fix RTP packet drops
-
由 Josh Allmann 提交于
There was issue with certain endpoints that would lead to dropping nearly every other RTP packet from the callee. The scenario is as follows: the caller (bridged through FreeSWITCH) offers codecs A and B with payload types X and Y, respectively. The callee answers with codec B and payload type X. The fix is to use the sender's expected payload type when checking against the received RTP packet, rather than the receiver's.
-
- 27 10月, 2016 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Dragos Oancea 提交于
-
- 26 10月, 2016 2 次提交
-
-
由 Anthony Minessale II 提交于
* commit 'd98a3ad2': FS-9660: Fix BW calculation for SDP media clause
-
由 Anthony Minessale 提交于
-
- 25 10月, 2016 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
Merge pull request #1018 in FS/freeswitch from ~GIAVAC/fs-9643-master:feature/FS-9643-mod_opus-log-encoded-stats-at-end to master * commit '6c11284d': FS-9643 mod_opus Log encoded stats at end of call Log count of encoded FEC frames in debug mode
-
由 Italo Rossi 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
Merge pull request #1022 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:mod_amr-bandwidth-efficient to master * commit '63900a6d': FS-9664: mod_amr: add AMR NB transcoding capability in bandwidth-efficient mode. Tested with VOLTE devices.
-
- 24 10月, 2016 1 次提交
-
-
由 Brian West 提交于
-