View previous topic :: View next topic |
Author |
Message |
mdupuis at ocg.ca Guest
|
Posted: Sat Mar 05, 2016 11:06 pm Post subject: [asterisk-users] Pass variable to voicemail script |
|
|
I have a custom voicemail script which reformats and forwards the attached voicemail wav file to the recipient.
I would like to make use of a channel variable in my script; is there a way to pass a channel variable to this voicemail script? |
|
Back to top |
|
|
decipher.hk at gmail.com Guest
|
Posted: Mon Mar 07, 2016 7:37 am Post subject: [asterisk-users] Pass variable to voicemail script |
|
|
March 6 2016 1:06 AM, "Michelle Dupuis" <mdupuis@ocg.ca> wrote:
Quote: | I have a custom voicemail script which reformats and forwards the attached voicemail wav file to
the recipient.
I would like to make use of a channel variable in my script; is there a way to pass a channel
variable to this voicemail script?
|
How you call the custom script?
--
Rodrigo RamÃrez Norambuena
http://www.rodrigoramirez.com
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
asterisk at voipbusine... Guest
|
Posted: Mon Mar 07, 2016 9:16 am Post subject: [asterisk-users] Pass variable to voicemail script |
|
|
Hello;
If you are talking about the ‘externnotify’ parameter in voicemail.conf, the variables are passed simply as @ARGV.
Regards;
John V.
Tech Support
Tech Support
VoIP Business Solutions
240-215-3479 x325
support@voipbusiness.us (fsd@voipbusiness.us)
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michelle Dupuis
Sent: Saturday, March 05, 2016 11:06 PM
To: Asterisk Users List
Subject: [asterisk-users] Pass variable to voicemail script
I have a custom voicemail script which reformats and forwards the attached voicemail wav file to the recipient.
I would like to make use of a channel variable in my script; is there a way to pass a channel variable to this voicemail script? |
|
Back to top |
|
|
support at telium.ca Guest
|
Posted: Mon Mar 07, 2016 9:37 am Post subject: [asterisk-users] Pass variable to voicemail script |
|
|
Quote: | If you are talking about the ‘externnotify’ parameter in voicemail.conf, the variables are passed simply as @ARGV.
|
I’m referring to the mailcmd= setting in voicemail.conf. Asterisk runs this when emailing a voicemail (with attachment) |
|
Back to top |
|
|
|