<div dir="ltr">Maybe it has something to do with mutt config and maybe mutt is even clearing an env variable with the same name when it's getting executed as user 'freeswitch' from the dialplan. When you execute that script from command line you do it as a regular user, try to become the freeswitch user (su) and see if it still works.<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 27, 2019 at 8:31 PM Mike Jerris <<a href="mailto:mike@freeswitch.org" target="_blank">mike@freeswitch.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Do you not see the file at all?  Might be a permissions or working directory issue.<br>
<br>
> On Nov 27, 2019, at 8:54 AM, thomas peterseil <<a href="mailto:thomas.peterseil@mine-project.eu" target="_blank">thomas.peterseil@mine-project.eu</a>> wrote:<br>
> <br>
> hello freeswitch-list,<br>
> i would like to start from the dialplan a bash script and the<br>
> freeswitch is handing over one variable to the script. in the cli i<br>
> see the correct start of the script:<br>
> <br>
> [NOTICE] mod_dptools.c:2120 Executing command: /root/scripts/test1.sh 3333<br>
> <br>
> the script is very simple:<br>
> <br>
> #!/bin/bash<br>
> number=$1<br>
> <br>
> mutt -s "Call $number" <a href="mailto:thomas.peterseil@mine-project.eu" target="_blank">thomas.peterseil@mine-project.eu</a> <<br>
> /root/mailtexte/registrierung.txt<br>
> echo "$number" > test1.txt<br>
> <br>
> i get the email with the variable in the subject, that works fine, but<br>
> i can´t see the 3333 in the test1.txt file.<br>
> when i start the script from the command line with ./test1.sh 3333 all<br>
> is working fine. can somebody give me a hint why it doesn´t work from<br>
> the dialplan.<br>
<br>
<br>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div>