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
????
Multiple Targets
Moderator: Brekeke Support Team
Multiple Targets
lead,follow or get out of the way
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@
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@