- 09 6月, 2014 1 次提交
-
-
由 Simon Wunderlich 提交于
For numbers with variable length, there should be a timeout to wait for further digits before routing the number. This has been prepared with the skinny-wait target, which waited forever. This patch implements the digit timeout which routes the call after the timeout has elapsed. The timeout can be configured in the mod_skinny XML settings ("digit-timeout") and defaults to 2 seconds. This implementation has been requested and sponsored by Blackned GmbH. Signed-off-by:
Simon Wunderlich <sw@simonwunderlich.de> Signed-off-by:
Nathan Neulinger <nneul@neulinger.org>
-
- 08 6月, 2014 1 次提交
-
-
由 Jeff Lenk 提交于
-
- 05 6月, 2014 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
- 04 6月, 2014 5 次提交
-
-
由 Travis Cross 提交于
What we momentarily called log-uuid-chars is now better called log-uuid-length. Setting log-uuid-length will specify a truncation length for UUIDs displayed by setting log-uuid.
-
由 Steve Underwood 提交于
received as we queue a retry, causes the retry frame to remain queued in the HDLC entity.
-
由 Anthony Minessale 提交于
FS-6555: move -w to the right place so it silences the warnings in generated code instead of using gnu makeisms that didn't actually fix the problem
-
由 Travis Cross 提交于
If log-uuid-short is set, or -S is passed to fs_cli, we only display the first 8 hex digits of the UUID. The log-uuid-chars option may instead be set to specify some other truncation length for the UUID.
-
由 Travis Cross 提交于
Prior to this commit, an expression such as: esl_true("true") ? 42 : 0 ...would return 1 rather than 42.
-
- 03 6月, 2014 6 次提交
-
-
由 Ken Rice 提交于
FS-6563 --resolve update the freeswitch.spec file for building on Centos6, drop spidermonkey and add other requirements
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 02 6月, 2014 3 次提交
-
-
由 Anthony Minessale 提交于
Modify sofia profile to attempt to bind to the interface up to 3 tries with a 5 second wait between attempts. Add new profile params bind-attempts and bind-attempt-interval to modify default behavior. --NEEDSDOCS
-
由 William King 提交于
-
由 Michael Jerris 提交于
-
- 01 6月, 2014 1 次提交
-
-
由 Seven Du 提交于
-
- 30 5月, 2014 4 次提交
-
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
Brian and I decided to handle this by just stripping -ansi -pedantic from the mod_perl build instead. Revert "Since we can't tell if the system perl was built with pedantic, we have a problem because we default debug enabled which uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be -Wall (and -ansi -pedantic) The result is added to the shellvar being CFLAGS by default. Which then gets included for building mod_perl, Either way I think this is the correct corse of action to overcome these new builds of mod_perl." This reverts commit cb94340e.
-
由 Travis Cross 提交于
This means we don't have to set PERL_GCC_PEDANTIC which removes assertions that are helpful for debugging.
-
由 Brian West 提交于
Since we can't tell if the system perl was built with pedantic, we have a problem because we default debug enabled which uses AX_CFLAGS_WARN_ALL_ANSI, For the GNU CC compiler it will be -Wall (and -ansi -pedantic) The result is added to the shellvar being CFLAGS by default. Which then gets included for building mod_perl, Either way I think this is the correct corse of action to overcome these new builds of mod_perl.
-
- 29 5月, 2014 10 次提交
-
-
由 Michael Jerris 提交于
CID:1174726 Dereference before null check, CID:1214199 Dereference null return value; refactor channel_outgoing_channel to have failure conditions first to reduce indenting level
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
If we don't find it, we create a new one, and if we do find it, we don't use it.
-
由 William King 提交于
-
由 Travis Cross 提交于
We're asserting now, and we would have already blown up from dereferencing earlier.
-
由 Travis Cross 提交于
switch_event_expand_headers should only return null on a malloc failure, so we might as well just assert here.
-
由 Travis Cross 提交于
The node could conceivably disappear before we grab the globals mutex and we'd get back a null pointer.
-
由 Travis Cross 提交于
This would have briefly prevented setting outbound_per_cycle from the mod_fifo config file.
-
由 Travis Cross 提交于
We already decided to goto end if node is null, so it cannot be null here.
-
由 Travis Cross 提交于
This would have briefly caused the importance value in the fifo config file to be ignored.
-
- 28 5月, 2014 6 次提交
-
-
由 Anthony Minessale 提交于
FS-6513 --resolve This function was assuming the app was being run with execute_on_media so it did not properly check for established media. Now it will use the scheduler method automatically when this state is detected.
-
由 Brian West 提交于
-
由 Brian West 提交于
Nike edition of makefile for quickly building debian7 or centos 6.5 freeswitch takes care of all deps.
-
由 Travis Cross 提交于
Ask me sometime how I was "reminded" of this.
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-