View Single Post
Unread 07-27-2009, 06:10 PM   #1
vk4akp
Member
 
Join Date: Mar 2007
Location: Ipswich Queensland Australia
Posts: 91
Thanks: 0
Thanked 8 Times in 8 Posts
vk4akp is on a distinguished road
Send a message via ICQ to vk4akp Send a message via AIM to vk4akp Send a message via MSN to vk4akp Send a message via Yahoo to vk4akp Send a message via Skype™ to vk4akp
Question Asterisk configuration to dail out via SipBroker?

Hi Guys,

I can't for the life of me make this work!.

It's simple I want an extension in Asterisk to dial out via Sipbroker.

For the test I am trying to make it dial GOOG411.

Extensions.conf

exten => 411,1,Dial(SIP/*18004664411@sipbroker-out/${EXTEN:0}) ;; Dial Goog411

sip.conf

[sipbroker-out]
type=peer
fromuser=xxxxxx@voxalot.com ;; My Account name on SipBroker.
secret=<my password>
fromdomain=shazam.zapto.org ;; My Asterisk Servers Domain name.
host=sipbroker.com
port=5060
canreinvite=yes


I can't for the life of me make this work. I have poured and poured over the SipBroker WiKi on this. But I still can't find the problem.

It's definately the SIP.conf file I believe because I get the following error.

[Jul 28 03:43:43] WARNING[19567]: chan_sip.c:2925 create_addr: No such host: sipbroker-out/411

Any help appreciated!

.-.-.
vk4akp is offline   Reply With Quote