Hi there,

I am configuring a small voicemail server and I am facing the following
problem.

Executing this command: exten => 1234,1,VoiceMail(${numb...@test)

When a user does not have a customized temporary greeting vm-intro message
is played asking for the message to the user but when the user has already a
temporary greeting both the temporary greeting and vm-intro are played.
Basically what I would like to do is to avoid this second scenario so when a
user has a customized temporary greeting just that is played and not
vm-intro is played.

I have seen that to avoid the reproduction of vm-intro I can use the s flag,
doing something like this:

exten => 1234,1,VoiceMail(s${numb...@test)

But the problem is that if I do that nothing is played for the users that
don't have personalized greeting.

Any help would be appreciated.

Thanks in advance,
Jonathan
-- 
Personal webpage - www.jonbaraq.eu
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to