a.mucci@cingusoft.com
2007-Feb-23 01:13 UTC
[asterisk-users] Sellvoip configuration....Please Help!!!!
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@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!
Joe Dennick
2007-Feb-23 06:43 UTC
[asterisk-users] Sellvoip configuration....Please Help!!!!
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@72.5.55.200/${EXTEN}) Exten => _1NXXNXXXXXX, 2, Dial(IAX2/XXXXXX0000000000:password@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@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@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
Brad Templeton
2007-Feb-24 21:48 UTC
[asterisk-users] Sellvoip configuration....Please Help!!!!
On Fri, Feb 23, 2007 at 09:11:18AM +0100, a.mucci@cingusoft.com wrote:> hi guy, i have a problem, i have an sellvoip account and i want > configure asterisk for outbound calls.Alas, the best sellvoip configuration, I eventually had to conclude, was not to use sellvoip. They have good quality service, which makes this even more frustrating, but they are woefully understaffed, and can take months -- yes months, not hours, not days, not weeks -- to respond to support requests and tickets. They really are a good value when they work, but I had to abandon them, because problems can appear and you have no idea when they will be fixed.
broadbandvoice@comcast.net
2007-Feb-25 03:31 UTC
[asterisk-users] Sellvoip configuration....Please Help!!!!
Had the same problem with them. I now use didx.net, and would not say they're the best but atleast they have a good ticketing/help desk system and someone does respond. They also have a large selection of numbers. -------------- Original message -------------- From: Brad Templeton <brad+aster@templetons.com>> On Fri, Feb 23, 2007 at 09:11:18AM +0100, a.mucci@cingusoft.com wrote: > > hi guy, i have a problem, i have an sellvoip account and i want > > configure asterisk for outbound calls. > > > Alas, the best sellvoip configuration, I eventually had to conclude, > was not to use sellvoip. They have good quality service, which > makes this even more frustrating, but they are woefully understaffed, > and can take months -- yes months, not hours, not days, not weeks -- to > respond to support requests and tickets. They really are a good > value when they work, but I had to abandon them, because problems > can appear and you have no idea when they will be fixed. > _______________________________________________ > --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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070225/1665c220/attachment.htm