[asterisk-users] Sellvoip configuration....Please Help!!!!

Joe Dennick joe at dennick.net
Fri Feb 23 06:42:25 MST 2007


What you have in your sip.conf only handles inbound calls.  You need to 
add something like the following to your extensions.conf to enable 
outbound calls:

Exten => _1NXXNXXXXXX, 1, 
Dial(IAX2/XXXXXX0000000000:password at 72.5.55.200/${EXTEN})
Exten => _1NXXNXXXXXX, 2, 
Dial(IAX2/XXXXXX0000000000:password at 70.42.34.200/${EXTEN})
Exten => _1NXXNXXXXXX, 3, Congestion()''

Please note that XXXXXX0000000000 is your username (as assigned by 
SellVOIP), and password is the password that SellVOIP assigned to your.

Good luck and have fun!

Joe

a.mucci at cingusoft.com wrote:
> hi guy, i have a problem, i have an sellvoip account and i want 
> configure asterisk for outbound calls.
> this is my sip.conf
> register => XXXXX0000000000:PassWord at 70.42.34.200 ; this is one of the 
> sellvoip server
>
>
> [sellvoip_out]
> type=friend
> secret=PassWord
> username=XXXXXX0000000000
> host=70.42.34.200
> dtmfmode=rfc2833
> context=testing
> disallow=all
> allow=ulaw
>
> extensions.conf
>
> this is a semplified context
> [testing]
> exten => 100,1,Dial(SIP/joe)
> exten => 101,1,Dial(SIP/andrea)
> exten => 110,1,Dial(SIP/joe2)
> exten => 611,1,Echo()
>
> whit this configuration i cant create outbound calls, i obtain this 
> Warning message
>
> WARNING[14512]: cdr.c:509 ast_cdr_disposition: Cause not hendled
>
>
> Tanks for your help!
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users


More information about the asterisk-users mailing list