Hi, I have a voicemail broadcast AGI that has been running fine for years - it collects extensions and then EXECs the Voicemail app, like this: EXEC Voicemail \"%s\" (%s is the extension list like AAA&BBB&CCC etc) This works fine, but after leaving the message and pressing "#", I just get "Thank you" and a hangup. I would like to have the option to review, re-record, or cancel. It isn't clear how to enable this option via EXEC. I tried: EXEC Voicemail \"%s,review=yes\" but there is no effect at all. Any clues? Thanks, j
Why not use an ALIAS and let sendmail send the email to a distribution group? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Wednesday, April 12, 2017 1:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: [asterisk-users] AGI Exec Voicemail Hi, I have a voicemail broadcast AGI that has been running fine for years - it collects extensions and then EXECs the Voicemail app, like this: EXEC Voicemail \"%s\" (%s is the extension list like AAA&BBB&CCC etc) This works fine, but after leaving the message and pressing "#", I just get "Thank you" and a hangup. I would like to have the option to review, re-record, or cancel. It isn't clear how to enable this option via EXEC. I tried: EXEC Voicemail \"%s,review=yes\" but there is no effect at all. Any clues? Thanks, j -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Its not about email - the Voicemail app allows you to record a message that gets dropped into multiple voicemail boxes. Thanks, j On 04/12/2017 12:15 PM, Telium Technical Support wrote:> Why not use an ALIAS and let sendmail send the email to a distribution > group? > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jeff > LaCoursiere > Sent: Wednesday, April 12, 2017 1:09 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users at lists.digium.com> > Subject: [asterisk-users] AGI Exec Voicemail > > > Hi, > > I have a voicemail broadcast AGI that has been running fine for years - it > collects extensions and then EXECs the Voicemail app, like this: > > EXEC Voicemail \"%s\" > > (%s is the extension list like AAA&BBB&CCC etc) > > This works fine, but after leaving the message and pressing "#", I just get > "Thank you" and a hangup. I would like to have the option to review, > re-record, or cancel. It isn't clear how to enable this option via EXEC. I > tried: > > EXEC Voicemail \"%s,review=yes\" > > but there is no effect at all. > > Any clues? > > Thanks, > > j > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >