Possibility To Access PJSIP Variables From Dialplan
Hi all,
is it possible to access PJSIP configuration variables from the dialplan
? Exemple: I want to get the username of a type = auth context.
Thanks for any hint
Daniel
Hi all,
is it possible to access PJSIP configuration variables from the dialplan
? Exemple: I want to get the username of a type = auth context.
Thanks for any hint
Daniel
One thought on - Possibility To Access PJSIP Variables From Dialplan
The AST_CONFIG dialplan function will let you pull things form any standard asterisk config file but it’s not optimized for reading files where the same “category” occurs more than once and it doesn’t understand “type”. So if you have both an aor and an auth named “1000” you might have an issue.