Dialplan: Read Extension Configuration [Solved]

Hi,

could anybody explain me, how can I read some of the configured values of an specific extension?

I would like to read and use the Voicemail email address configured for a called Extension from the Dialplan.

Thank you.

Regards,
KK

You should be able to use the VM_INFO Function for this.

wiki.asterisk.org/wiki/display/ … on_VM_INFO

This sort of information is defined by the dialplan itself, so there is no general way of finding it out (it may be equivalent to the Turing halting problem).

Asterisk is a toolkit for constructing PABXes rather than a ready made one.

[quote=“johnkiniston”]You should be able to use the VM_INFO Function for this.

wiki.asterisk.org/wiki/display/ … on_VM_INFO[/quote]

Thank you @johnkiniston, that worked!