[Home]

Summary:ASTERISK-00186: app_dial go on in context (next prio after connection) patch
Reporter:thaeger (thaeger)Labels:
Date Opened:2003-08-28 05:10:41Date Closed:2008-01-15 14:33:27.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) go_on.diff
Description:Here is a very little Patch for a new option in the "Dial" application.
It makes it possible that the extensions context will go on after the destination channel hangs up.
I think it is a good option if you want to implement an calling card platform or etc.

Feel free to integrate it in the regular ast code tree.

Martin,

now the patch is maked with the -u option :-).

Regards,

Thomas

****** ADDITIONAL INFORMATION ******

Using like:

exten => _X.,1,Dial,Zap/g1|60|rg

the "g" as option tells the dial app returns 0, so that the next priority will be called.
Comments:By: Mark Spencer (markster) 2003-08-28 11:35:33

Applied to CVS (with modifications)

By: Digium Subversion (svnbot) 2008-01-15 14:33:27.000-0600

Repository: asterisk
Revision: 1445

U   trunk/apps/Makefile
U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r1445 | markster | 2008-01-15 14:33:27 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow "g" option in dial to go to next extension (bug ASTERISK-186)

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

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