MeetMe And Dynamic_features
Hello, I am trying to use a dynamic_features during a MeetMe conference without any luck. The dynamic_features defined macro works great during a normal call, but is ignored while on a MeetMe conference.
extensions.conf
[macro-RaiseHand]
exten => s,1,DumpChan(1)
features.conf RaiseHand => #5,peer/caller,Macro(RaiseHand)
extensions.ael Set(DYNAMIC_FEATURES=RaiseHand);
MeetMe(1234,F);
I have tried with and without the F parameter…
Any suggestion?
Leandro