I have the same problem even with AEL.<br>When call is finished from macro "dialout" asterisk just stops all futher processing.<br>I haven't found any solution yet.<br><br><div><span class="gmail_quote">On 8/13/06,
<b class="gmail_sendername">Dovid Bender</b> <<a href="mailto:asteriskusers@dovid.net">asteriskusers@dovid.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Please include what you send to the macro from your extensions.conf so we<br>can see what you are sending down to the macro.<br><br><br>----- Original Message -----<br>From: "Attilla De Groot" <<a href="mailto:mail@youmeandvoip.nl">
mail@youmeandvoip.nl</a>><br>To: "Asterisk Users Mailing List - Non-Commercial Discussion"<br><<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>><br>Sent: Sunday, August 13, 2006 4:56 AM
<br>Subject: [asterisk-users] Macro inside macro<br><br><br>> Hi all,<br>><br>><br>> I'm making a little macro te record conversations if a user want so and<br>> if it's recorded the recording should be e-mailed.
<br>> This is what I have come up with right now:<br>><br>> [macro-record]<br>> exten => s,1,Setvar(CALLFILENAME=CALL-${ARG1}-${MACRO_EXTEN:4}-$<br>> {TIMESTAMP})<br>> exten => s,2,Monitor(wav,${CALLFILENAME},m})
<br>> exten => s,3,GotoIf($["${ARG1}" = "conference"]?macro-record|s|<br>> 4:macro-record|s|5)<br>> exten => s,4,Macro(conference|${ARG2})<br>> exten => s,5,Macro(dialout|${ARG2}|${ARG3})
<br>> exten => h,6,System(/etc/asterisk/mail.sh <a href="mailto:mail@youmeandvoip.nl">mail@youmeandvoip.nl</a> $<br>> {CALLFILENAME} &)<br>><br>><br>> The conversation gets recorded perfectly and it's also possible to dial,
<br>> but somehow the script doesn't get executed and I don't know why (the<br>> script works manually, I already tested this).<br>><br>> Can anyone helpyp me with the solution ?<br>><br>><br>> Best regards,
<br>> Attilla<br>> _______________________________________________<br>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>><br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:
<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br>><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by
<a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Michael Strelnikov