Jump to content

Recommended Posts

Posted

Hello,

I can register SIP Device created in kazoo on all SIp phones, but dome how doesnt register on kazoo..

 

Sample configuration below

Let me know what am i missing on

 

username=XXXX
secret=YYYY
host=20201126085320.sip.XXXX.com
port=5060
type=friend
fromuser=XXXX
nsecure=port,invite
disallow=all
allow=alaw,g729
qualify=yes
nat=force_rport,comedia

 

Posted
On 1/6/2021 at 5:06 AM, fmateo05 said:

Are you trying the register for use as Normal SIP phone? or to use it as trunking?

Trying to use it as trunk.

  • 2 weeks later...
Posted (edited)

Gagan it looks like you are missing the "register" string in sip.conf. A look at your kazoo logs or SIP trace when you try to send a call from Asterisk into Kazoo would confirm, but it looks like with what you have, your Asterisk isn't actually trying to register. To have it do that, you need to have an additional line in the [general] section of sip.conf like this:

register=>SIP_ID:Password@20201126085320.sip.XXXX.com

Also you have "nsecure" where it should be "insecure" 😄

Edited by RuhNet (see edit history)
×
×
  • Create New...