Termination Route Sensitive Billing (TRSB) Dial-Plan Settings
The following Dial Plan settings are required for the TRBS functionality.....
'From PBX 1' will look like the following:
Matching Patterns
-----------------
port=^15062
$localhost=^true
$request=^INVITE
$outbound=^true
$geturi(From)=sip:(.+)-(.+)-(.+)@(.+)
Deploy Pattern
--------------
$auth=false
&net.sip.hide.loopback=true
$b2bua=true
X-PBX-Param=
From=sip:%3@%4
$session=com.sample.radius.proxy.MTRadiusAcct %1 %2 %3 %4
'To PBX' will look like the following:
Matching Patterns
-----------------
$request=^INVITE
$registeredsender=^true
$geturi(From)=sip:(.+)@(.+)
$geturi(To)=sip:(.+)@(.+)
Deploy Pattern
--------------
$auth=true
$target=127.0.0.1:15060
$transport=udp
$b2bua=false
&net.sip.fixed.addrport.uac=true
$session=com.sample.radius.proxy.MTIntRadiusAcct
http://svkwiki.com/wiki/Termination-Route-Selection-(TRSB)-Dial-Plan-Settings

