Displaying 2 results from an estimated 2 matches for "gw5300".
Did you mean:
w5300
2003 Jul 17
3
Asterisk -> AS5300 SIP Interoperability
Greetings,
I am attempting to configure an AS5300 to provide a SIP based gateway to the PSTN from Asterisk. I have been unable to identify through the docs how specifically this should be configured in Asterisk and have not been able to get things working through trial and error.
I am sure I am missing something fairly obvious here but any guidance (or example cfgs) would be much appreciated.
2003 Dec 02
1
G.723.1
...it is supported in Pass Through
mode, but I don't understand whats the meaning of that.
I have a GW 5300 and an ATA 186 and I want to place calls to PSTN.
I setup this config:
[general]
port = 5060
bindaddr = xx.xx.xx.xx
context = sip
tos=throughput
maxexpirey=360
defaultexpirey=120
[gw5300]
type=friend
insecure=yes
host=xx.xx.xx.xx
disallow=all
allow=g723
allow=ulaw
canreinvite=no
reinvite=no
dtmfmode=rfc2833
[1500]
type=friend
username=1500
secret=xxxxx
disallow=all
allow=g723
allow=ulaw
host=dynamic
canreinvite=no
qualify=300
dtmfmode=rfc2833
and this extension.conf
[sip]
exten...