Hi, In sip.conf, it's possible to add a line such as setvar=MYFIELD=foo and access this value from diaplan with SIPPEER function. 1. Which function is available to access values in users.conf such as vmsecret ? 2. Is it possible to extend users.conf with custom keys/values ? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090325/ca8e4b0a/attachment-0001.htm
Tilghman Lesher
2009-Mar-25 15:37 UTC
[asterisk-users] SIPPEER equivalent for users.conf ?
On Wednesday 25 March 2009 08:19:31 Olivier wrote:> In sip.conf, it's possible to add a line such as > setvar=MYFIELD=foo > and access this value from diaplan with SIPPEER function. > > 1. Which function is available to access values in users.conf such as > vmsecret ? > 2. Is it possible to extend users.conf with custom keys/values ?See dialplan function AST_CONFIG(). -- Tilghman