Hi,
I need a little help to configure asterisk with voipbuster.
This is a part of my iax.conf
register => cyro:****@iax.voipbuster.com
[voipbuster]
type=peer
host=iax.voipbuster.com
username=cyro
secret=***
notransfer=yes
context=default
qualify=yes
disallow=all
allow=gsm
and this is a line in my extensions.conf
exten => 4321,1,Dial,IAX2/cyro@voipbuster/0039091343749
and this is what happens…
Asterisk Ready.
– Registered to ‘213.61.187.156’, who sees us as 82.52.191.98:4569
Aug 17 04:12:50 NOTICE[1319]: chan_iax2.c:5675 socket_read: Peer ‘voipbuster’ is
now REACHABLE!
– Executing Dial(“SIP/burp5fd4”, “IAX2/cyro@voipbuster/0039091343749”) in
new stack
– Called cyro@voipbuster/0039091343749
– Call accepted by 213.61.187.156 (format gsm)
– Format for call is gsm
– Hungup ‘IAX2/voipbuster/4’
== No one is available to answer at this time
Aug 17 04:13:19 WARNING[1327]: pbx.c:1948 ast_pbx_run: Timeout, but no rule 't’
in context ‘default’
Well… voipbuster seems to accept the call… but after some seconds it hungups…
Can someone help me ? Is someone using voipbuster with asterisk?
thank you.