1. Brekeke Product Name and version:2.4.3.0/286
2. Java version:1.6.0_18
3. OS type and the version:Windows 2003 5.2
4. UA (phone), gateway or other hardware/software involved:Asterisk & Voipswitch
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :1
6. Your problem:We want to accept a call from an asterisk server authenticate only via IP and DID and route the call to a Voipswitch server wich will only authenticate using a gwclient username and password
Dialplan is currently
$request=^INVITE
To=sip:(14164610207)@
$addr=204.xxx.xxx.xxx
$auth=false
To=sip:btel@204.xxx.xxx.xxx
$continue=true
Outbound route with authentication
Moderator: Brekeke Support Team
dial plan
$request=^INVITE
To=sip:(14164610207)@
$addr=asterisk_IP
$auth=false
To=sip:btel@voipswitch_IP
set authentication user and password at asterisk
the call from asterisk to number 14164610207 will be route to btel@voipswitch_IP
if auth is set on at viopswitch, Asterisk should send auth info back to voipswitch through brekeke
$request=^INVITE
To=sip:(14164610207)@
$addr=asterisk_IP
$auth=false
To=sip:btel@voipswitch_IP
set authentication user and password at asterisk
the call from asterisk to number 14164610207 will be route to btel@voipswitch_IP
if auth is set on at viopswitch, Asterisk should send auth info back to voipswitch through brekeke