Lenny Tropiano / asterisk.org Mailing list
2004-Jan-21  05:34 UTC
[Asterisk-Users] Reorder tone ...when it should be Busy...
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
exten => s,102,Playback(noservice)
exten => s,103,Congestion
Steven Critchfield
2004-Jan-21  06:20 UTC
[Asterisk-Users] Reorder tone ...when it should be Busy...
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,Congestionwithout 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@basesys.com>