RECORD-ROUTE

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
haydenconn
Posts: 2
Joined: Mon Mar 16, 2009 1:34 pm

RECORD-ROUTE

Post by haydenconn »

1. Brekeke Product Name and version:
SIP Server 2.2.6.2/276

2. Java version:
1.6.0_11

3. OS type and the version:
Windows 2003 5.2

4. UA (phone), gateway or other hardware/software involved:
CISC ASA 5505, Speech Server 2007

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
8

6. Your problem:
Original RECORD-ROUTE from VoIP provider (nexVortex) is being replaced on responses. This is causing billing issues with provider. Using recommended Speech Server dial plan.

$request=^INVITE
$registered=false
$outbound=false
To=sip:18665555555@

$transport=TCP
$auth=false
&net.sip.transport.follow.request=true
To=sip:18665555555@10.0.50.107:5055
Haddas
Posts: 170
Joined: Thu Jan 17, 2008 11:55 am

Post by Haddas »

Can you paste both Record-Route headers here?

Try "$b2bua=true" in the Matching patterns.
haydenconn
Posts: 2
Joined: Mon Mar 16, 2009 1:34 pm

Post by haydenconn »

Resolved the issue with the following lines:

$transport=TCP
$auth=false
&net.sip.addrecordroute.lr=false
&net.sip.addrecordroute=false
&net.sip.transport.follow.request=true
Record-Route=<sip:18665555555@original IP:5060>
To=sip:18665555555@10.0.50.107:5055

Might try the $b2bua=true at some point for curiosity.

Thanks
Post Reply