1. Brekeke Product Name and version: ondo sip server 2.0.4.1
2. Java version: java 1.5
3. OS type and the version: windows xp
4. UA (phone), gateway or other hardware/software involved: xlite
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
we are trying to execute a scenario as follows:
xlite phone1 -> ondo sip server -> application server (acting as a proxy) -> ondo sip server -> xlite phone2
first rule looks like:
Matching Patterns:
$request=^INVITE
$addr=217\.2\.42\.27$ ( Application Server Address)
To=sip:(.*)@
$registered ("%1")=true
Deploy Patterns
To=sip:%1@
second rule looks like:
Matching Patterns:
$request=^INVITE
Deploy Patterns
$target=217.2.42.27:5070 ( Application Server Address)
When the INVITE is forwarded from the application server to the ONDO, the ONDO forwards it back to the application server.
the application server again proxies it back to the ONDO which responds with a 482 loop detected.
What could cause this and is this a bug with the ONDO server?
Any help would be appreciated.
Thanks,
Manik Gupta.
482 loop detected
Moderator: Brekeke Support Team
-
- Posts: 3
- Joined: Thu May 17, 2007 4:46 am
Re: 482 loop detected
I can send the ethereal captures as well. Please let me know how do I attach that with this post.
Thanks,
Manik Gupta
Thanks,
Manik Gupta
manikgupta wrote:1. Brekeke Product Name and version: ondo sip server 2.0.4.1
2. Java version: java 1.5
3. OS type and the version: windows xp
4. UA (phone), gateway or other hardware/software involved: xlite
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
we are trying to execute a scenario as follows:
xlite phone1 -> ondo sip server -> application server (acting as a proxy) -> ondo sip server -> xlite phone2
first rule looks like:
Matching Patterns:
$request=^INVITE
$addr=217\.2\.42\.27$ ( Application Server Address)
To=sip:(.*)@
$registered ("%1")=true
Deploy Patterns
To=sip:%1@
second rule looks like:
Matching Patterns:
$request=^INVITE
Deploy Patterns
$target=217.2.42.27:5070 ( Application Server Address)
When the INVITE is forwarded from the application server to the ONDO, the ONDO forwards it back to the application server.
the application server again proxies it back to the ONDO which responds with a 482 loop detected.
What could cause this and is this a bug with the ONDO server?
Any help would be appreciated.
Thanks,
Manik Gupta.