- 08 10月, 2014 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
- 07 10月, 2014 12 次提交
-
-
由 Mike Jerris 提交于
* commit '56535519': FS-5106 fire an event when a sip client doesn't respond to option-ping
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
fix obvious seg in setting a record file name to every participant and not checking for the recording member which does not have a session
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
* commit '490efb71': FS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local configuration
-
由 Mike Jerris 提交于
* commit 'eaaf9468': FS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP INFO message
-
由 Mike Jerris 提交于
* commit '747322dc': Remove Contact header from BYE and CANCEL requests.
-
由 Mike Jerris 提交于
Merge pull request #65 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-220-ftmod_libpri-don-t-close-channel to master * commit '7ec7c920': OPENZAP-220 fix blocked into read and add cause for a correct hangup
-
由 Chris Rienzo 提交于
switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for start time and switch_micro_time_now() for current time. These are different time sources that may not be in sync and could cause the query to timeout prematurely.
-
由 Matteo Brancaleoni 提交于
-
由 Markus von Arx 提交于
-
由 Markus von Arx 提交于
-
- 06 10月, 2014 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 03 10月, 2014 10 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
FS-6781: #resolve #comment lets change this to always do confirm to match the other place where we set this
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 02 10月, 2014 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
%FEATURE add bypass_media_resume_on_hold and bypass_media_after_hold variables to be set to true to enable these functions on a per channel basis
-
由 Anthony Minessale 提交于
-
由 Spencer Thomason 提交于
Per rfc3261 the Contact header is not applicable and MUST not appear in the request. FS-5868 #resolve
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
the other way works better revert 91ffe171 to use high quality on stereo calls
-
由 Flavio Grossi 提交于
When all-reg-options-ping is enabled, this adds a new custom event to mod_sofia (sofia::sip_user_state), which is fired when a client stops responding to such ping packets (or when it is reachable again). Add two needed new columns to the sip_registrations table: - ping_status, which is "Reachable" or "Unreachable" depending on the client status; - ping_count, which tracks the number of ping responses received and is used to provide some kind of hysteresis to avoid firing the event in case of transitory network failures. Then ping_count is checked against two threshold values, sip-user-ping-min and sip-user-ping-max in a similar fashion as the ping-{max,min} options for the gateways. These two values are configurable in the profile's xml configuration file. Also, if unregister-on-options-fail is enabled, the client is unregistered based on the number of OPTIONS failure which is also checked against the sip-user-ping-{min,max} values.
-
- 01 10月, 2014 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-6822 #comment The code in question appears to have been added by me (18f20e24). I think this patch is the correct solution.
-