Multiple Targets

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
agorman
Posts: 2
Joined: Thu Aug 30, 2007 7:57 pm
Location: Texas USA

Multiple Targets

Post by agorman »

1. Brekeke Product Name and version:
Sip Server Advance 2.1.6.2/239

2. Java version:
1.5.0_12

3. OS type and the version:
Sun OS
5.10

4. UA (phone), gateway or other hardware/software involved:

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

6. Your problem:
I need to be able to send to multiple targets but I need to modify the invite

$request="^INVITE";
To="sip:2223(.*)@"

P-Asserted-Identity=sip:+%1@1.1.1.1
To=sip:%1@2.2.2.1 , 2.2.2.2

????
lead,follow or get out of the way
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

here is post about multiple targets
http://www.brekeke-sip.com/wiki/index.p ... i=6837946e

and add "To=sip:%1@" in the deploy patterns
$request=^INVITE
To=sip:2223(.*)@

$target=1.1.1.1, 2.2.2.1 , 2.2.2.2
To=sip:%1@
agorman
Posts: 2
Joined: Thu Aug 30, 2007 7:57 pm
Location: Texas USA

Post by agorman »

Tried that earlier, it just truncates the number but does not send it to the
provider
lead,follow or get out of the way
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

Did you see where it was sent to from the packets?
Post Reply