[Home]

Summary:ASTERISK-00017: Using variables in extension-designations
Reporter:oliver (oliver)Labels:
Date Opened:2003-07-27 09:28:35Date Closed:2004-09-25 02:40:14
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:It would be nice to be able to use variables like this:

exten => ${VAR},1,... (Use "VAR" as the extension)
exten => 123${VAR}123,1,... (Same, but in combination with fixed digits)
Comments:By: Mark Spencer (markster) 2003-08-03 13:34:08

I've added this functionality to CVS. Please be sure it works for you so I can close this ticket.  Thanks!

By: oliver (oliver) 2003-08-03 17:51:55

Heya Mark.  I did some tests and it seems to work great.  You can close the ticket and I'll let you know in case I find any problems at a later time.  Thanks for implementing it!