I'm having some problems trying to figure out how to Sipura SPA1001 boxes as extensions with the AsteriskNOW GUI.
I went in and create 4 users, each with extensions 6000, 6001, 6002, and 6003. These users ended up in users.conf.
I have two Sipura 1001's that supply 4 standard telephones. I added these to sip.conf, ie:
- Code: Select all
[spa1001_1]
type=friend
host=dynamic
context=numberplan-custom-1
secret=spa1001_1
callerid="SPA1001_1" <6000>
mailbox=6000
nat=0
I then went into extensions.conf (even though its auto generated) and added:
exten => 6000,1,Dial(SIP/spa1001_1,20,Ttm)
exten => 6000,2,Hangup
If I call extension 6000 from an xlite phone, it goes right to voicemail.
Am I supposed to be able to define these types of extensions with the GUI?
Thanks,
-- Jason