Jeff Johnson
2009-Nov-20 22:40 UTC
[asterisk-users] Trasnfer to a different VM box after leaving a VM
Anyone have any advise on how to allow an inbound caller to leave to voicemail on one extension, and after doing so without hanging up , transfer to another extension to leave another voicemail. I know this can be done when you call into your own voicemail, but I can't seem to find anything on how to it when an unknown inbound caller leaves a message on an extension. Apparently this was a feature on the customers old key system. Thanks in advance. J Johnson This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of the company. Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091120/25628c2f/attachment-0001.htm
Danny Nicholas
2009-Nov-20 22:55 UTC
[asterisk-users] Trasnfer to a different VM box after leaving a VM
Just return the caller to a new spot in the dialplan instead of hanging up. That's what we do. - exten => s,n,Voicemail(100 at default) - exten => s,n,Goto(default|s|1) _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jeff Johnson Sent: Friday, November 20, 2009 4:40 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Trasnfer to a different VM box after leaving a VM Anyone have any advise on how to allow an inbound caller to leave to voicemail on one extension, and after doing so without hanging up , transfer to another extension to leave another voicemail. I know this can be done when you call into your own voicemail, but I can't seem to find anything on how to it when an unknown inbound caller leaves a message on an extension. Apparently this was a feature on the customers old key system. Thanks in advance. J Johnson This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of NeturallySpeaking, LLC. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091120/2290baaf/attachment.htm