On March 9, 2005 08:41 am, Jean-Michel Hiver wrote:
> I'm using VoIPJet and NuFone as a fallback, and it seems that both of
> them are circuit busy!

What exactly is the return code for nufone?  Your dialplan should look 
something like this:

exten => whatever,1,Dial([EMAIL PROTECTED]/${EXTEN},,g)
exten => whatever,2,NoOp(DIALSTATUS IS ${DIALSTATUS}, HANGUPCAUSE IS 
${HANGUPCAUSE})
exten => whatever,3,Hangup

(obviously if you do other magic in your dialplan this needs to be adjusted.  
The important part is the 'g' flag to Dial (go on after hangup), and the NoOp 
which echos the dialstatus and hangupcause variables to the console.

Nufone is rock-solid stable.  I have been using them for about 5kmin/month 
over the past year with *no* issues, which is why I'd like to see what you're 
getting back for a dialstatus and hangupcause.

-A.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to