Hello again!
Is there anyway to parse arguments though app_followme ??
I’ve read somewere that it is possible , but I counld’n make it work
(bugs.digium.com/view.php?id=5574)
I have the following lines in the extensions.conf
…
[internal]
exten => 2000.,1,Answer()
exten => 2000.,n,Dial(SIP/${EXTEN})
exten => 2000.,n,Followme(2000, 2001)
…
And in the followme.conf:
…
[2000] ; example
music =>default
context =>internal
number =>${ARG1} ; I would expect the 2001 argument to be parsed here
…
Is it implemented?
Is there something wrong?
Thank you!