[asterisk-users] busy() not setting PRI_CAUSE

Justin Killen jkillen at allamericanasphalt.com
Wed Jul 9 18:57:35 CDT 2014


The description of busy() in the asterisk documentation wiki states:

"This application will indicate the busy condition to the calling channel."

Wouldn't 'indicate the busy condition' on a PRI channel imply setting cause 17?

-Justin
________________________________
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Eric Wieling
Sent: Wednesday, July 09, 2014 4:38 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] busy() not setting PRI_CAUSE

Generally if you want to send a cause 17 to the caller you would use Hangup(17) and let the caller's switch generate the busy tone.

If the dialplan has already answered the call, then you might want to use Busy or Playtones.

From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Justin Killen
Sent: Wednesday, July 09, 2014 8:15 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] busy() not setting PRI_CAUSE

Okay, I think I need a sanity check here - If I call a person that's on the phone, I should get a busy signal.

Now more specifically, a call comes into the pbx via PRI.  The destination dialplan runs busy(20).  Now, the PRI causecode should get set to 17 (user busy) so that the originating end can play a busy tone, correct?

-Justin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140709/e6bfe336/attachment.html>


More information about the asterisk-users mailing list