I would like to use a GOIP1 with Asterisk 13. Unfortunately the configuration files that work with Asterisk 11 don’t work with 13. Neither inbound or outbound calls work. I am open to using chan_sip or pjsip. For now I’m using chan_sip, here are the settings from sip.conf:
[GOIP1]
type=peer
qualify=yes
port=5060
insecure=port,invite
host=192.168.1.140 #address of GOIP device
dtmfmode=rfc2833
context=from-internal
[goip_1]
type=friend
secret=xyz
qualify=yes
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
On Asterisk 13 this is the output of sip show peers:
GOIP1 192.168.1.140 Auto (No) No 5060 OK (7 ms)
goip_1 (Unspecified) D Auto (No) No 0 UNKNOWN
And on Asterisk 11 the output of sip show peers:
GOIP1 192.168.1.140 Auto (No) No 5060 OK (6 ms)
goip_1/goip_1 (Unspecified) D Auto (No) No 0 OK (50 ms)
Thanks!