[Asterisk-Users] DID setup from goiax.com

trixter aka Bret McDanel trixter at 0xdecafbad.com
Wed Oct 19 01:59:57 MST 2005


On Wed, 2005-10-19 at 14:24 +0800, Ronald Wiplinger wrote:
> Can anybody post a step by step setup guide, please?

Its like anything else once you have signed up ...

in iax.conf
register => PHONENUMBER:PASSWORD at server1.goiax.com/goiax-in

[goiax]
type            = peer
host            = server1.goiax.com
context         = default
secret          = PASSWORD
allow           = gsm
;allow          = ulaw
;disallow       = all
notransfer      = yes
qualify         = yes
auth            = md5
username        = PHONENUMBER


replace PHONENUMBER with the 8782xxxx number you were issued.  Replace
PASSWORD with your password from you account signup.

Then in extensions.conf
; for outbound
exten => _1NXXXXXXXXX,1,Dial(IAX2/PHONENUMBER at goiax/${EXTEN},90,R)
exten => _1NXXXXXXXXX,2,Busy
exten => _1NXXXXXXXXX,102,Congestion
exten => _1NXXXXXXXXX,202,playback(tt-weasels)

; for inbound
exten => goiax-in,1,DO WHATEVER HERE

asterisk -rx reload

you should be set.  


-- 
Trixter http://www.0xdecafbad.com     Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051019/af439439/attachment.pgp


More information about the asterisk-users mailing list