- 28 5月, 2014 27 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
We were making a copy of the fifo name and stripping any domain name, but then not using the value.
-
由 Travis Cross 提交于
Reduce number of local variables where possible; consolidate lines.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
This marker value is only used in one place.
-
由 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 3 次提交
-
-
由 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
-