[Asterisk-Users] Reorder tone ...when it should be Busy...

Steven Critchfield critch at basesys.com
Wed Jan 21 06:20:59 MST 2004


On Wed, 2004-01-21 at 06:34, Lenny Tropiano / asterisk.org Mailing list
wrote:
> I've noticed I have an issue with my Dialplan ... apparently instead of a busy
> signal when the caller is busy it falls through and gets a Congestion... 
> What's the proper syntax for this, reorder tone when there is a reorder and
> busy when there is a busy...
> 
> SBC is a T1/PRI.
> 
> [macro-sbc-outdial]
> exten => s,1,Dial(${ARG1}/${ARG2})
> exten => s,2,Congestion

without a timeout passed to the dial, priority 2 doesn't get called. 

> exten => s,102,Playback(noservice)

This is where busy goes, so maybe you should relookup what the priority
returns are from dial and deal with what you think you are implementing.

> exten => s,103,Congestion

-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-users mailing list