[Home]

Summary:ASTERISK-14367: Option g don't work if caller hangup call
Reporter:Badalian Vyacheslav (slavon)Labels:
Date Opened:2009-06-24 07:17:42Date Closed:2011-06-07 14:08:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello.

If i call and end call option G does not work. If called side end call it's ok.

Thanks

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

1 => {
Dial(DAHDI/g1/S${EXTEN},180,g);
Verbose("-- cid name/num: ${CALLERID(name)}/${CALLERID(num)} to ${EXTEN:5} status ${DIALSTATUS} case ${HANGUPCAUSE} -- ");
}
Comments:By: Mark Michelson (mmichelson) 2009-06-24 09:03:52

Please read the documentation for the g option more carefully.

"    g    - Proceed with dialplan execution at the current extension if the\n"
"           <b>destination channel</b> hangs up.\n"