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

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to