Displaying 1 result from an estimated 1 matches for "storenumber".
Did you mean:
somenumber
2008 Jan 31
2
How to get called number in featuremap
...sk configuration.
I want to get called number in features.conf.
I am defining a feature in features.conf and that feature got executed on
pressing a particular DTMF key sequence.
As I want to execute my own application on pressing that key which will use
called number.
testfeature => 3,peer,AGI,StoreNumber|<CalledNumber>
Here I want to use called number in place of <CalledNumber> tag. When I use
any variable *${DIALEDPEERNUMBER} *then it does not resolve the variable in
features.conf.
if i use following then it does not work.
testfeature => 3,peer,AGI,StoreNumber|*${DIALEDPEERNUMBER...