Displaying 1 result from an estimated 1 matches for "externcmd".
Did you mean:
externc
2015 Jun 16
4
howto copy a voicemail message to another machine ?
...icemail as an
argument. The remote machine command would email the message.
I'm thinking of:
same =>n,VoiceMail(vm,u)
same =>n,System(ssh myserver "emailVM '_THE_VOICEMAIL_MESSAGE_'")
What variables can I use for _THE_VOICEMAIL_MESSAGE_
Or is this better done with externcmd in voicemail.conf ?:
externcmd => ssh myserver "emailVM '_THE_VOICEMAIL_MESSAGE_'"
But same question. And can externcmd take arguments ?
sean