Search found 3 matches

by mwill
Mon Nov 22, 2010 12:10 pm
Forum: Brekeke SIP Server Forum
Topic: Complete List of timeout command
Replies: 7
Views: 6155

net.sip.timeout.inviting = 60000 net.sip.timeout.provisioning =60000 net.sip.timeout.ringing = 1200000 net.sip.timeout.accepted = 36000000 net.sip.timeout.talking = 0 net.sip.timeout.bye = 60000 net.sip.timeout.expand.inviting = false net.sip.timeout.expand.provisioning = false net.sip.timeout ...
by mwill
Mon Nov 22, 2010 12:00 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15888

Try "$replaceuri = off" in the Deploy Pattern.
by mwill
Tue Nov 16, 2010 12:25 pm
Forum: Brekeke SIP Server Forum
Topic: ReINVITE request/response proxying
Replies: 10
Views: 15888

if both SIP Server and the IP500 PBX are on the same network, set the following.

net.sip.replacecontact = false

if there are NAT between both, set the following.

net.sip.replacecontact.nat = false


you can set these variables at [Configuration] > [Advanced] page.