<br><br><div class="gmail_quote">2008/12/17 Mark Michelson <span dir="ltr"><<a href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Giedrius Augys wrote:<br>
> Hello,<br>
><br>
> I want that after client and queue member call would be established,<br>
> cmd queue runs some 'procedures' . So I am using cmd Queue option<br>
> 'gosub'. This is my example of ael :<br>
><br>
> context QUEUE {<br>
> _X. => {<br>
> Ringing();<br>
> Wait(4);<br>
> Answer();<br>
> Queue(${Queue},wr,,,60,,,check-record);<br>
> Hangup();<br>
> };<br>
> };<br>
><br>
> macro check-record() {<br>
> Set(MEMBERNUMBER=${CUT(MEMBERINTERFACE,@,1)});<br>
> Set(MEMBERNUMBER=${CUT(MEMBERNUMBER,/,2)});<br>
> return;<br>
> };<br>
><br>
> Everything works normal, but when the client's and queue call<br>
> establishes , I get this WARNING:<br>
><br>
> -- Local/123@cc-out-da9a;1 answered SIP/xxx.xxx.xx-12d132d0<br>
> [Dec 17 20:52:12] WARNING[3849]: pbx.c:3656 __ast_pbx_run:<br>
> SIP/sip.call.lt-12d132d0 already has PBX structure??<br>
> == Starting SIP/sip.call.lt-12d132d0 at check-record,s,0 failed so<br>
> falling back to exten 's'<br>
> -- Executing [s@check-record:1] Set("SIP/sip.call.lt-12d132d0",<br>
> "MEMBERNUMBER=Local/123") in new stack<br>
> -- Executing [s@check-record:2] Set("SIP/sip.call.lt-12d132d0",<br>
> "MEMBERNUMBER=123") in new stack<br>
><br>
> What I'm missing? Something wrong with ael syntax/structure ?<br>
><br>
> Thanks in advance<br>
><br>
> --<br>
> Pagarbiai / Best Regards,<br>
> Giedrius Augys<br>
><br>
<br>
</div></div>This is a bug you are experiencing, which I fixed recently in a series of<br>
commits. Assuming you are using a 1.6 tag, the next build should have this<br>
problem fixed.<br>
<br>
Mark Michelson<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.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" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>Hi,<br> yes I'm using 1.6.0.1 version.<br clear="all"><br>-- <br>Pagarbiai / Best Regards,<br>Giedrius Augys<br>