Loop Detected
Moderator: Brekeke Support Team
Loop Detected
1. Brekeke Product Name and version: sip2_0_4_1_windows_only
2. Java version: jdk1.5.0_10
3. OS type and the version: WIn 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:
Hi,
I am using the Ondo server for sip phone, here i have my own proxy so the phone1 will send the call to ondo then the ondo sends to the proxy then the proxy have to forward the call to the phone2 thru ondo again
the rule i set here is
Matching Patterns Deploy Patterns
$request=^INVITE
$addr=^10\.232\.44\.235$ $target=10.232.15.18:5090
so here once the call reaches to 10.232.15.18:5090 then it gives loop detected error....
so plz help me to solve this
Shakir
2. Java version: jdk1.5.0_10
3. OS type and the version: WIn 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:
Hi,
I am using the Ondo server for sip phone, here i have my own proxy so the phone1 will send the call to ondo then the ondo sends to the proxy then the proxy have to forward the call to the phone2 thru ondo again
the rule i set here is
Matching Patterns Deploy Patterns
$request=^INVITE
$addr=^10\.232\.44\.235$ $target=10.232.15.18:5090
so here once the call reaches to 10.232.15.18:5090 then it gives loop detected error....
so plz help me to solve this
Shakir
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
changed Config and it worked
$request=^INVITE
$registered=true
To=sip:(.+)@(.+)
From=(2001.+)@(.+)
$addr=<Incoming from >
$auth=off
To=sip:%1@localhost or ip address
$replaceurl=true
$nat=true
$rtp=true
and it's working now on the same version .
hope this helps .
$registered=true
To=sip:(.+)@(.+)
From=(2001.+)@(.+)
$addr=<Incoming from >
$auth=off
To=sip:%1@localhost or ip address
$replaceurl=true
$nat=true
$rtp=true
and it's working now on the same version .
hope this helps .
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania