- 28 5月, 2014 11 次提交
-
-
由 Travis Cross 提交于
If getting the DB handle failed during the load or reload of the configuration, we would leak the XML structure we just allocated for the configuration.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
The goal here is to describe theory. We want to illuminate what the code is trying to do and what the core concepts are.
-
- 27 5月, 2014 5 次提交
-
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Travis Cross 提交于
-
- 24 5月, 2014 5 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
If FS is not behind NAT, then every call generates at least three INFO-level log messages: [INFO] switch_nat.c:589 NAT port mapping disabled This is useless noise. The message is only interesting if you do have NAT enabled but mapping disabled, which might indicate a configuration issue. With this change, we just skip the entire nat_add_mapping function if the NAT system isn't initialized or we're not behind NAT.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Store some initial details about the channel separately so we can preserve them across e.g. transfers and display them with show channels. With this commit, we store the original caller ID (name and number) and IP address, and the call destination, dialplan, and context. FS-4296 --resolve Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
-
由 Travis Cross 提交于
Revert "FS-4296 --resolve initial calling/called nums in 'show channels'" This reverts commit b08138d0.
-
- 23 5月, 2014 6 次提交
-
-
由 Chris Rienzo 提交于
-
由 Ken Rice 提交于
Store initial caller and destination numbers in 'channels' table, so `show channels` can display it. Patch provided by Mariusz Czułada <manieq.net@gmail.com>
-
由 Anthony Minessale 提交于
back off locking contention on sql queues when they are nearly full to allow the system to recover from an attack
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
Since we're all about WebRTC, We should compile and enable OPUS by default to lower the number of steps to complete a WebRTC setup
-
由 Marc Olivier Chouinard 提交于
FS-6482 Commit 7e15c938 broke MWI for device having no transport parameters (plain UDP connection)
-
- 22 5月, 2014 8 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Travis Cross 提交于
Right now mod_java fails to build on sid and jessie. We have a possible solution, but we'll just disable the build of the module while we test and verify.
-
由 Travis Cross 提交于
Ken noticed a build error. We need to use the system ldap library anyway, so we'll just drop mod_ldap here until we make that change.
-
由 Travis Cross 提交于
Previously we would detect the missing LDNS system library at configure time, but would only break during the build of mod_enum. With this change, if mod_enum is enabled in modules.conf and the system doesn't have a usable LDNS library we break during configure.
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
CID:1215198 don't set variables that are not used, and clean up the bail out usage condition to be more sane
-
由 Travis Cross 提交于
The correct fix is to use gcc-4.7 or newer. If the compiler borked this, one should trust nothing else it produces. Revert "FS-6524,FS-6494: the compiler for rpi seems to be strangely mis-optimizing this if/else block. Yes, its already set to this value, but without the else block, it 'magically' hits the if blocks above, unless you sleep, print a log, or add the else" This reverts commit 1ca1d637.
-
- 21 5月, 2014 3 次提交
-
-
由 William King 提交于
-
由 Travis Cross 提交于
Introduced in commit e6ac87f5.
-
由 Jeff Lenk 提交于
-
- 20 5月, 2014 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-