Voxalot / SIP Broker Support Forums

Voxalot / SIP Broker Support Forums (https://forum.sipbroker.com/index.php)
-   SIP Broker Support (https://forum.sipbroker.com/forumdisplay.php?f=9)
-   -   Call out using sipbroker - asterisk config (https://forum.sipbroker.com/showthread.php?t=3654)

capron 01-01-2009 07:02 PM

Call out using sipbroker - asterisk config
 
I just want too be able too dial out using sipbroker codes

This simple exampel do not work I hear nothing.

extentions.conf

[dialsipbroker]
exten => 666,1,Set(CALLERID(all)=<"reg name in sipbroker ?" >)
exten => 666,2,Dial(SIP/*266300@sipbroker.com) ; Moonkys test

When I dial 666 and whants too hear monkys it connects but I hear noting tcpdum shows me rtp sound only goes form me too the moonkys. I belive there is a NAT problem.



I also tried this but I dont need in calls from sipbroker

sip.conf

[sipbroker-out]
type=peer
context=sipbroker_inbound
fromuser= reg name in sipbroker ?
fromdomain= ???
host=sipbroker.com
port=5060
nat=yes
canreinvite=yes


extentions.conf

[dialsipbroker-out]
exten => s,1,Set(CALLERID(all)=<${CALLERID(num)}>)
exten => s,n,Dial(SIP/sipbroker-out/${EXTEN:0}) ;
exten => s,n,Hangup

emoci 01-03-2009 06:30 AM

Use 'anon' as a username, and no password...


All times are GMT. The time now is 07:05 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.