[Home]

Summary:ASTERISK-07946: [patch] ExternalIVR does not hangup the channel when asked to
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2006-10-17 20:35:21Date Closed:2007-01-22 22:46:29.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_externalivr
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) externalivr.diff
Description:The ExternalIVR application includes an 'H' command to hangup a channel, but this option currently just exits the application leaving the channel up.  The attached patch fixes this and also adds an 'E' command ('E' is for exit) which mimics the current behavior.  An 'E' event is also included to signal the exit vs a hangup.

I have also added a 'V' command for setting a channel variable.
Comments:By: jmls (jmls) 2006-11-05 12:54:14.000-0600

If this is a bug in 1.2 and 1.4, should we split this patch into
a) the bug fix (so that it be applied to 1.2/1.4)
b) the enhancements (to be applied to trunk)

or will Kevin just tell me to be quiet ?
;)

By: Matthew Nicholson (mnicholson) 2007-01-11 10:24:47.000-0600

What is the word on this one?

By: Joshua C. Colp (jcolp) 2007-01-22 22:46:29.000-0600

Put into trunk as of revision 51592. Thanks Matt!