[Home]

Summary:ASTERISK-07834: [patch] Missing MemberName if setinterfacevar is set
Reporter:jmls (jmls)Labels:
Date Opened:2006-09-28 13:22:58Date Closed:2006-10-02 15:59:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.diff
( 1) app_queue2.diff
Description:If the option setinterfacevar is set, then the variable MEMBERINTERFACE is set with the appropriate interfacename. I think that it's a *minor* bug that MEMBERNAME is not set at the same time. patch attached.

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

I classified it as a bug - then it _may_ get included in 1.4 :)
Comments:By: Russell Bryant (russell) 2006-10-02 11:11:58

I personally don't really have a problem with including this.  However, the new variable should be noted in configs/queues.conf.sample and doc/channelvariables.txt as well.

By: Anthony LaMantia (alamantia) 2006-10-02 15:35:13

jmls, is it possible for you to update these sample and documentation files and update them to this issue in mantis or is this something you would like us to do?

By: jmls (jmls) 2006-10-02 15:36:30

I'll do it, no worries.

By: jmls (jmls) 2006-10-02 15:47:01

diffs against 1.4 branch attached as requested

By: Joshua C. Colp (jcolp) 2006-10-02 15:59:23

Put into trunk as of revision 44218. Thanks!