- 05 9月, 2014 1 次提交
-
-
由 Alexander Haugg 提交于
F-5946 add the patches. if in the sofia gateway config the param pin-monitoring is true, then every ping result raise an sofia::gateway-state event
-
- 04 9月, 2014 20 次提交
-
-
由 William King 提交于
-
由 William King 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
ref: commit ce96d95c
-
由 Travis Cross 提交于
...rather than `storage`. ref: commit ce96d95c
-
由 William King 提交于
-
由 Travis Cross 提交于
FS-5992 #resolve
-
由 Michael Jerris 提交于
-
由 Mike Jerris 提交于
* commit 'a159b587': fix missing "/" in path add support for cache directory make configs use specific directory variables instead of just base_dir so that one configuration can be used for fhs and legacy installations
-
由 Travis Cross 提交于
In `sofia status gateway ...` let's show the uptime in seconds rather than in microseconds. We'll output the uptime in microseconds in `xmlstatus` and we'll label it as such.
-
由 Steven Ayre 提交于
The 'UP' status indicates a gateway is online as determined by registration and/or SIP OPTIONS pinging. The time the gateway has been in the 'UP' status is recorded, and can be monitored using 'sofia status' and 'sofia xmlstatus'. This can be used to detect and graph when there are outages. ref: FS-6772 Reviewed-by:
Travis Cross <tc@traviscross.com>
-
由 Travis Cross 提交于
GCC doesn't like when variables that are set but never used.
-
由 Travis Cross 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
do not use this unless you understand what you are doing and you want to take the risk, you are warnned
-
由 Seven Du 提交于
-
- 03 9月, 2014 5 次提交
-
-
由 Travis Cross 提交于
What if the hash were destroyed by one thread holding the lock while another thread was waiting for the lock? The waiting thread would have already checked that the hash was non-null and would proceed on that assumption after acquiring the lock. With this commit we check only after acquiring the lock. ref: FS-6783 ref: FS-6775
-
由 Travis Cross 提交于
After consideration, this still looks correct. Thanks-to: Anthony Minessale <anthm@freeswitch.org> ref: FS-6783 ref: FS-6775
-
由 Travis Cross 提交于
ref: commit 3e24b3e2 ref: FS-6783 ref: FS-6775
-
由 Michael Jerris 提交于
-
由 Giovanni Maruzzelli 提交于
-
- 02 9月, 2014 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 01 9月, 2014 2 次提交
-
-
由 Russell Treleaven 提交于
-
由 Russell Treleaven 提交于
make configs use specific directory variables instead of just base_dir so that one configuration can be used for fhs and legacy installations
-
- 30 8月, 2014 5 次提交
-
-
由 Travis Cross 提交于
`switch_core_hash_first` allocates an iterator on each call that is never freed except when the hash table is empty. By using `switch_core_hash_first_iter` we allocate only one iterator, and that iterator is freed after the last item is processed.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
- 29 8月, 2014 2 次提交
-
-
由 Travis Cross 提交于
-
由 Brian West 提交于
-
- 28 8月, 2014 4 次提交
-
-
由 Chris Rienzo 提交于
-
由 Travis Cross 提交于
We're using -Wno-unused-result to work around what is arguably a GCC bug, but this option is not supported on older GCC versions. So on those versions we won't pass -Werror either. ref: commit b874048e
-
由 Chris Rienzo 提交于
mod_unimrcp: remove some dead code and TODOs. Reworked error handling a bit to try and prevent stuck channel
-
由 Travis Cross 提交于
It's reasonable for someone to change one or more of these directory permissions after installation. We shouldn't touch more than we need on upgrade. Each directory needs to be owned by the freeswitch user, but past that we can leave discretion to the system administrator.
-