[Home]

Summary:ASTERISK-02066: [patch] Allow rejected VoIP dial to return to dialplan
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-07-19 14:26:38Date Closed:2011-06-07 14:05:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040719__dial_reject.diff.txt
Description:Currently, remotely rejected calls on some VoIP protocols will be reattempted ad infinitum until the calling leg is dropped.  This patch allows the rejection to be processed, by returning control to the dialplan.
Comments:By: Mark Spencer (markster) 2004-07-19 16:03:54

If there is a failure it should be caught by whatever is reading events, and most assuredly not in the write function.

By: Olle Johansson (oej) 2004-07-26 08:33:02

Not approved.