Hello to all
I have clients registered with names (joao, manuel, etc...) and clients registered with numbers (123, 120,...).

To make the number clients receive voicemail, I have this:

exten => _XXXXX,1,Answer
exten => _XXXXX,2,Wait(1)
exten => _XXXXX,3,VoiceMail(u${EXTEN})
exten => _XXXXX,4,Playback(vm-goodbye)
exten => _XXXXX,5,Hangup


but for the name clients.... I need these 5 lines for each...

exten => pereira,1,Answer
exten => pereira,2,Wait(1)
exten => pereira,3,VoiceMail(u${EXTEN})
exten => pereira,4,Playback(vm-goodbye)
exten => pereira,5,Hangup

Is there any way I can solve this? making all calls that reach this point go to the voicemail?

Thanks
Joao


_______________________________________________
--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