I have exaused all options to make both my polycome, my soft-phone and now my asterisk box to register with my carrier in Canada. It has 1000,000 subscribers. I have heard that in the past this modem did work, but the company may have disabled the port. The modem web interface has ZERO options to set for the modem. I need to know if I need the commercial version and can I used any LTE modem of my choosing? Pep-wave or Cradle Point comes to mind?
I was also told to enable LTS and it will work but really? port scan shows 5060 closed!
Here is the ver I am using! Asterisk 13.18.3~dfsg-1ubuntu4
sip show peers default/374848_server (Unspecified) Auto (No) No 0 Unmonitored
sip show registry
mysipservice:5060 N myusername 105 Registered Thu, 05 Dec 2024 15:47:32
1 SIP registrations.
my sip.conf
making a call CLI feed back
Call from ‘200’ (192.168.12.5:5060) to extension ‘125xxxxxxx’ rejected because extension not found in context ‘default’.
Sip settings in sip.conf
[general]
context=public ; Default context for incoming calls. Defaults to ‘default’
register =>374848_server:I123454321i@seattle.voip.ms:5060/default
allow=ulaw
allow=alaw
allow=g722
allow=g729
[default]
type=friend
username=374848_server
secret=I123454321i ; Make sure this is correct
dtmfmode=rfc2833
;host=seattle.voip.ms
context=inbound
canreinvite=no
fromuser=200
register=yes
fromdomain=seattle.voip.ms
register_timeout=5
[200]
type=friend
username=200 ; The username or extension number
secret=123454321 ; The SIP password
host=dynamic ; The host can be dynamic if the device gets its IP from DHCP
context=default ; The dialplan context to use
callerid=“Polycom 200” <200>
;codec=alaw,g729,gsm,opus,pcmu,pcma,g722 ; Audio codecs
nat=yes ; If the device is behind NAT
qualify=yes ; Keep track of device status
dtmfmode=rfc2833 ; DTMF signaling method
BTW I am really rusty!!! its been years since setting up a asterisk box.
this line is in the [default] context in extensions
exten => NXXNXXXXXXX,1,Dial(SIP/seattle.voip.ms/${EXTEN})
I also have in sip.conf
[general]
context=public
register => username:password@seattle.voip.ms:5060/default