Hi,
I am really hoping someone can help me with this…
I am not exactly a newbie to Asterisk, I use it for home and my own business. But I am trying to set it up in a corporate environment to do call processing for multiple geographically dispersed offices.
Each office has 3 SIP accounts, 2 which have 2 channels each for incoming calls and 1 for outgoing calls with 4 channels.
If anyone has done this sort of setup, I would appreciate some insight. Otherwise, please look at my configuration (which is not working).
#sip.conf
; Melbourne
register => 0390240222:secret@sip.internode.on.net/0390240222
register => 0390241597:secret@sip.internode.on.net/0390241597
register => 0390241614:secret@sip.internode.on.net/0390241614
[mlb-outgoing]
type=peer
secret=secret
username=0390241614
host=sip.internode.on.net
fromdomain=sip.internode.on.net
fromuser=0390241614
context=mlb-outgoing
canreinvite=no
insecure=very
nat=never
qualify=yes
disallow=all
allow=alaw
allow=ulaw
[mlb-incoming1]
type=peer
host=sip.internode.on.net
context=from-nodephone
[mlb-incoming2]
type=peer
host=sip.internode.on.net
context=from-nodephone
#extensions.conf
[from-nodephone]
exten => 0390240222,1,Goto(mlb-incoming,s,1)
exten => 0390241597,1,Goto(mlb-incoming,s,1)
[mlb-incoming]
exten => 0390240222,1,Dial(SIP/500,20)
exten => 0390240222,2,Voicemail(u500)
[Melbourne]
exten => 500,1,Dial(SIP/500,20) ;Reception
exten => 500,2,Voicemail(u500)
Can anyone offer any suggestions? Am I going about this the right way?
Regards,
Trent.