I would have to read the source code to know for sure.   Is it too much trouble 
to try my suggestion?


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

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-boun...@lists.digium.com<mailto:asterisk-users-boun...@lists.digium.com>
 [mailto:asterisk-users-boun...@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-boun...@lists.digium.com<mailto:asterisk-users-boun...@lists.digium.com>
 [mailto:asterisk-users-boun...@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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to