Hello everyone, I stuck in problem I have creating a time based IVR and its working fine. If my IVR playing in office hour it would standard IVR and if not they we have play a greeting message and place that call to voice mail of a extension. My problem is this I am able to transfer the call on voice mail but how to play greeting message first. I am using trixbox 2.2.8 anyone help is this regard would great full. -- Thanks Farooq Hussain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120924/7d135a34/attachment.htm>
Are you programming the dialplan yourself or are you using a GUI? Also, are you sure that your greetings message is playable by Asterisk? l. 2012/9/24 Farooq Hussain <farooqhussain786 at gmail.com>> Hello everyone, > > I stuck in problem I have creating a time based IVR and its working fine. > If my IVR playing in office hour it would standard IVR and if not they we > have play a greeting message and place that call to voice mail of > a extension. > > My problem is this I am able to transfer the call on voice mail but how to > play greeting message first. I am using trixbox 2.2.8 anyone help is this > regard would great full. > > -- > Thanks > > Farooq Hussain > > -- > _____________________________________________________________________ > -- 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 >-- Loway - home of QueueMetrics - http://queuemetrics.com Test-drive WombatDialer beta @ http://wombatdialer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120925/cea066d8/attachment-0001.htm>
You should be able to do a playback or background command before launching voicemail [voicemail-connect] Exten => s,1,playback(greeting) Exten => s,n,voicemail(100 at default,u) From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Lenz Emilitri Sent: Tuesday, September 25, 2012 5:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Help Required IVR Are you programming the dialplan yourself or are you using a GUI? Also, are you sure that your greetings message is playable by Asterisk? l. 2012/9/24 Farooq Hussain <farooqhussain786 at gmail.com> Hello everyone, I stuck in problem I have creating a time based IVR and its working fine. If my IVR playing in office hour it would standard IVR and if not they we have play a greeting message and place that call to voice mail of a extension. My problem is this I am able to transfer the call on voice mail but how to play greeting message first. I am using trixbox 2.2.8 anyone help is this regard would great full. -- Thanks Farooq Hussain -- _____________________________________________________________________ -- 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 -- Loway - home of QueueMetrics - http://queuemetrics.com Test-drive WombatDialer beta @ http://wombatdialer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120925/ea5f68d9/attachment.htm>