[Home]

Summary:ASTERISK-02295: [Patch] Busy/Congestion apps don't work with PRI
Reporter:egnarf (egnarf)Labels:
Date Opened:2004-08-30 09:35:11Date Closed:2008-01-15 15:06:15.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040830-pri_indications.diff
( 1) 20040831-pri_indications.diff
Description:Asterisk doesn't send BUSY/CONGESTION indications on a PRI when the Busy or Congestion apps are used.

This patch is an attempt to implement this functionality.
Comments:By: Mark Spencer (markster) 2004-08-30 09:47:02

We do the indications in-band. If you want it out of band you have to use HANGUPCAUSE and then the Hangup application.  

I won't apply this patch unless you have an option to explicitly turn on this behavior, with the default behavior being the existing model.

By: egnarf (egnarf) 2004-08-30 11:06:52

Sure, I'll add an option for it.
But what should I call it?
Is "prioutofboundindication = yes" good? Seems long =)

By: Mark Spencer (markster) 2004-08-30 11:10:42

how about just:

"priindication = outofband" or "priindication = inband"

By: egnarf (egnarf) 2004-08-30 13:32:26

Sounds good.
I'll try to post a patch implementing the following tomorrow:
 priindication = outofband   - My way.
 priindication = inband or no priindication directive     - Current way.

By: egnarf (egnarf) 2004-08-31 07:17:36

Uploaded new version. The code now only sends OOB indications if priindication=outofband set in zapata.conf

Also added a note about it to zapata.conf.sample.

By: Mark Spencer (markster) 2004-08-31 09:44:23

Added to CVS with some modifications...

By: Digium Subversion (svnbot) 2008-01-15 15:06:15.000-0600

Repository: asterisk
Revision: 3689

U   trunk/channels/chan_zap.c
U   trunk/configs/zapata.conf.sample

------------------------------------------------------------------------
r3689 | markster | 2008-01-15 15:06:15 -0600 (Tue, 15 Jan 2008) | 2 lines

Permit in-band and out-of-band Busy/Congestion (bug ASTERISK-2295)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3689