- logging routines now use a MUTEX to be thread safe.

- fix: local UA to UA RTP proxying did not proplery handle HOLD/unHOLDing
  a call
This commit is contained in:
Thomas Ries
2004-02-07 17:37:50 +00:00
parent c9d86d78d7
commit 9df56bc3b8
5 changed files with 49 additions and 14 deletions
+3 -1
View File
@@ -99,8 +99,10 @@ rtp_port_high = 7080
# Timeout for RTP streams
# after this number of seconds, an RTP stream is considered dead
# and proxying for it will be stopped.
# Be aware that this timeout also applies to streams that are
# in HOLD.
#
rtp_timeout = 120
rtp_timeout = 300
######################################################################
# Proxy authentication