Just as an fyi.. one of the problems I am having with LiveVoip and my
guess is that some of you are also is that the LiveVoip call starts
making progress but for whatever reason it comes back and says nobody
available.

To combat this problem you will want to change the following line to
actually do something:
exten => dial-NOANSWER,1,Hangup


On Sun, 23 Jan 2005 01:50:21 -0500, Andrew Kohlsmith
<[EMAIL PROTECTED]> wrote:
> My nufone dialing macro looks something like this:
> exten => _NXXNXXXXXX,1,Macro(nufone-dial,${EXTEN})
> 
> [macro-nufone-dial]
> ... (skip some stuff that sets the account code for my own billing)
> exten => s,n,Dial(${NUFONEIAX}/1${ARG1},,g)
> exten => s,n,Goto(dial-${DIALSTATUS},1)
> 
> exten => dial-CANCEL,1,Hangup
> exten => dial-ANSWER,1,Hangup
> exten => dial-NOANSWER,1,Hangup
> exten => dial-BUSY,1,Busy
> exten => dial-CONGESTION,1,Macro(pri-dial,${ARG1},${ARG2})
> exten => dial-CHANUNAVAIL,1,Macro(pri-dial,${ARG1},${ARG2})
> 
> IMO I shouldn't have to try and use the backup on CONGESTION, only if the
> channel was unavailable.
>
_______________________________________________
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