Displaying 1 result from an estimated 1 matches for "gw8028".
Did you mean:
08028
2010 Apr 08
1
Linksys/Sipura SPA-3201 FXO/FSA with Asterisk
..., at the time the call lands on the
Asterisk server:
== Using SIP RTP CoS mark 5
== Using SIP VRTP CoS mark 6
The logic is that the SPA is registered as an extension on my system,
and incoming calls are routed into the system VIA that extension. The
dialplan that the SPA connects to is:
[gw8028]
exten => 8028,1,Answer
exten => 8028,n,Set(CallerNum=${CALLERID(num)})
exten => 8028,n,Set(CallerName=${CALLERID(name)})
exten => 8028,n,Set(CDR(accountcode)="8203")
exten => 8028,n,Set(CDR(UserField)="POTS")
exten...