[Home]

Summary:ASTERISK-19551: Dial with Gosub autoservice error message is misleading
Reporter:Dare Awktane (awktane)Labels:
Date Opened:2012-03-15 18:47:13Date Closed:2012-04-06 08:32:19
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Applications/app_dial
Versions:1.8.10.1 10.2.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Easy fix. Under Macro processing the following line was removed a long time ago:
ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n");

It still exists and should be removed from under the GoSub processing. There's no need for it as it will happen any time the caller hangs up but the line to the called party still exists.
Comments:By: Kinsey Moore (kmoore) 2012-04-06 08:33:18.309-0500

Fixed in revisions 361329, 361330, and 361331.