Asterisk VoIP server talking to Inode SIP gateway

After some problems to get an Asterisk server talking to an Inode Telenode gateway (incoming calls did not work) I tried the following configuration for sip.conf and it worked like a charm:

context=default
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
nat=yes
allow=all
externip=81.223.xxx.yyy
localnet=10.0.0.0/255.255.255.0
register=0999999999:password@px.voip.inode.at
incominglimit=10

and users.conf:

context=DID_trunk_1
dialformat=${EXTEN:1}
canreinvite=yes
hasexten=no
hasiax=no
hassip=yes
host=px.voip.inode.at
port=5060
type=peer
registeriax=no
registersip=yes
secret=password
trunkname=Custom - Telenode
trunkstyle=customvoip
username=0999999999
callerid=0999999999
fromdomain=px.voip.inode.at
contact=0999999999
fromuser=0999999999
allow=alaw
insecure=very

AsteriskNow helps a lot when setting up an Asterisk server and is actually a time saver. Just download the ISO image and make a fresh installation, then access Asterisk from within the browser to setup all needed options.

Share and Enjoy:
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Twitter
  • Google Bookmarks
  • LinkedIn
  • PDF
  • Reddit
  • RSS
  • Slashdot
This entry was posted in Linux, Software. Bookmark the permalink.

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

*

Du kannst folgende HTML-Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>