Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
Adding a +1 in deploy pattern to make call e.164
Author Message
eric9721
Brekeke Junior Member


Joined: 16 Dec 2009
Posts: 7
Location: Richardson, Tx

PostPosted: Fri Nov 16, 2012 2:18 pm    Post subject: Adding a +1 in deploy pattern to make call e.164 Reply with quote

1. Brekeke Product Name and Version:
Brekeke Sip Server 2.4.8.6/286.3
2. Java version:
1.6.0_31
3. OS type and the version:
Server 2003
4. UA (phone), gateway or other hardware/software involved:

5. Your problem:
I need to add a +1 to the deploy pattern. This is what I have today.

Matching Patterns
$addr = 192.168.XX.XX$
$request = ^INVITE
To = sip:9(.+)@
Deploy Patterns
$b2bua = true
$auth = false
$target = 1.1.1.1 as an example
To = sip:%1@

So I should send out +19722131111 for example.

Any idea how to accomplish this?
Back to top
View user's profile
hope
Brekeke Master Guru


Joined: 15 Jan 2008
Posts: 862

PostPosted: Fri Nov 16, 2012 2:58 pm    Post subject: Reply with quote

try
Matching Patterns
$addr = ^192\.168\..+
$request = ^INVITE
To = sip:9(.+)@
Deploy Patterns
$b2bua = true
$auth = false
To = sip:+1%1@1.1.1.1
Back to top
View user's profile
eric9721
Brekeke Junior Member


Joined: 16 Dec 2009
Posts: 7
Location: Richardson, Tx

PostPosted: Mon Nov 19, 2012 10:10 am    Post subject: Reply with quote

That worked! Thanks for your help!!!
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1