Hello!
I’m using the app_followme normally but now I want to use AstDB to store followme data.
I’ve read somewere that followme can fetch data store in AstDB, is it right?
(Here: voip-info.org/wiki/view/Aste … d+FollowMe)
I’ve tried this way without success:
In the extension.conf I have the following context:
…
[internal]
exten => _X.,1,Answer()
exten => _X.,n,Dial(SIP/${EXTEN})
exten => _X.,n,Followme(${EXTEN})
…
And in the “folowme.conf”
…
[2000] ; example
music =>default
context =>internal
number =>2000/FM1 ; the number “2001” is stored there
…
According the what I’ve read, this would make followme use the data stored in the FM1/2000 key/Family. But through the console I can see it tries to dial “2000/FM1” instead of 2001.
Is this feature implemented ???
Thank you!