[Asterisk-Users] Voicemailmain automatic extension detection?

Jesse Keating jkeating at gamehouse.com
Wed Oct 5 13:25:40 MST 2005


On Wed, 2005-10-05 at 15:46 -0400, Mason Loring Bliss wrote:
> 
> Is there a way I can have "voice mail check" calls coming from my internal
> users automatically get to the right extension, without having the user
> enter their extension?
> 
> I'm thinking that I could have the local SPA boxes translate, or have
> each user live in a context where the extension in question exists
> uniquely per user, but both of these seem kludgey.
> 
> Thanks in advance for clues!

I use this in extensions.conf:

exten => 999,1,Answer(); Voicemail call number
exten => 999,2,Wait(1);
exten => 999,3,VoicemailMain(${CALLERIDNUM}); This requires username of SIPs to be their VM box #


Users are still asked for password, but an added 's' above (I forget
exactly where) will make that go away too.

-- 
Jesse Keating
GameHouse -- Systems Engineer




More information about the asterisk-users mailing list