hi daniel,
Thanx a lot. There was actually a problem in my configuration. I corrected it. The problem was with the reply route handling. Thanx again. Can someone pls suggest what could be the best way to handle broken calls from the configuration script. I've read earlier that one can implement it through the gateway if gateway supports it. But pls suggest the best approach to handle it through the script. And can u pls make me understand what exactly are failed transactions. Thanx again.
Jayesh.
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Configure your gateways to hang up after a certain amount if idle time.
idle time = no RTP/RTCP packets received
Some gateways also supports session timer. They will send reINVITEs after a certain time, and if the reINVITE fails, the call will be hang up.
regards, klaus
jayesh nambiar wrote:
hi daniel,
Thanx a lot. There was actually a problem in my configuration. I corrected it. The problem was with the reply route handling. Thanx again. Can someone pls suggest what could be the best way to handle broken calls from the configuration script. I've read earlier that one can implement it through the gateway if gateway supports it. But pls suggest the best approach to handle it through the script. And can u pls make me understand what exactly are failed transactions. Thanx again.
Jayesh.
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello,
On 08/12/05 09:24, jayesh nambiar wrote:
hi daniel,
Thanx a lot. There was actually a problem in my configuration. I corrected it. The problem was with the reply route handling. Thanx again. Can someone pls suggest what could be the best way to handle broken calls from the configuration script. I've read earlier that one can implement it through the gateway if gateway supports it. But pls suggest the best approach to handle it through the script. And can u pls make me understand what exactly are failed transactions.
a failed transaction is a SIP request that has received a negative reply (reply code >=300) or has not received any reply during a certain period of time (time out). In openser, inside a failure_route[] you can process again the SIP request when one of the two events I mentioned happened.
Daniel
Thanx again.
Jayesh.
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users