On Thu, 2004-03-11 at 07:51, Zot O'Connor wrote:
> Is there an easy way to make the voicemail system say the extension
> number after the directory find (via name)?
> 
> People want to know the extension once they have found the person to
> speed up the process.
> 
> Thanks!

Actually I solved the problem (BTW asking people to leave it in their
voicemails only works if you get voicemail...  otherwise you have to
answer your phone with the extension).

        exten => 102,1,Playback(transfer)
        exten => 102,2,NoOp("Test")
        exten => 102,3,SayDigits(${EXTEN})

I put the noop in there since sometime the beginning of SayDigits was
dropped.

This works very well.


-- 
-- 
Zot O'Connor <[EMAIL PROTECTED]>
White Knight Hackers, Inc.

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
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