Andy Powell wrote:

This one came up a week or so ago on list... please check the archives before posting.

use 's' before the CALLERIDNUM

ie

exten => 999,2,VoicemailMain(s${CALLERIDNUM})




 -= Info about application 'VoiceMailMain2' =-

[Synopsis]:
Enter voicemail system

[Description]:
VoiceMailMain([EMAIL PROTECTED]): Enters the main voicemail system
for the checking of voicemail. The mailbox can be passed as the option,
which will stop the voicemail system from prompting the user for the mailbox.
->>>>>If the mailbox is preceded by 's' then the password check will be skipped. <------If
a context is specified, logins are considered in that voicemail context only.
Returns -1 if the user hangs up or 0 otherwise.
--------
Is that what you want??


Andy



On 03/06/2004 at 14:41 Reto Stauss wrote:



When a user dials 999 he is always asked for the mailbox and has to enter
his mailbox
number and password. As I understand this shouldn't happen because the
CALLERIDNUM is
passed over to VoicemailMain. It's annoying to have to enter the number
everytime ...


The voice mail configuration is read from MySQL. We are using the CVS
version from a few
days ago.


Extract from extensions.conf:

exten => 999,1,wait(1) exten => 999,2,VoicemailMain(${CALLERIDNUM}) exten => 999,3,Hangup

Any hints?

Thanks in advance
Reto

_______________________________________________
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





_______________________________________________ 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





--
Andres
Network Admin
http://www.telesip.net



_______________________________________________
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