Sorry i didnt read your mail properly . I thought your problem is with cdr&#39;s. Here&#39;s link to cdr problem&nbsp; :) <br><br><a href="http://lists.digium.com/pipermail/asterisk-dev/2007-June/028085.html">http://lists.digium.com/pipermail/asterisk-dev/2007-June/028085.html
</a><br><br>see the next message for patch .<br><br><div><span class="gmail_quote">On 29/06/07, <b class="gmail_sendername">Eric ManxPower Wieling</b> &lt;<a href="mailto:eric@fnords.org">eric@fnords.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Rob Schall wrote:<br>&gt; Eric &quot;ManxPower&quot; Wieling wrote:<br>&gt;&gt; Rob Schall wrote:
<br>&gt;&gt;<br>&gt;&gt;&gt; I currently have about 50 polycom 501 phones on my asterisk setup.<br>&gt;&gt;&gt; The dialplan is set to work with mysql (realtime), and all of the<br>&gt;&gt;&gt; extensions for the phones route through the same macro (stdexten).
<br>&gt;&gt;&gt; This all works fine until I tried to set up notify status.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On voip-info, they say do something like...<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; 4444,hint,SIP/4444<br>&gt;&gt;&gt; 4444,1,Dial(SIP/4444)
<br>&gt;&gt;&gt; blah blah blah<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; This functionality works fine. But what if you have a macro<br>&gt;&gt;&gt; s,hint,SIP/${ARG1}<br>&gt;&gt;&gt; s,1,Dial(SIP/${ARG1}<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; this adds a &quot;s&quot; hint which obviously doesn&#39;t work, instead of a hint
<br>&gt;&gt;&gt; for 4444 as it should.<br>&gt;&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Yes.&nbsp;&nbsp;Put in the correct hint.&nbsp;&nbsp;There is no reason that<br>&gt;&gt; &quot;4444,hint,SIP/4444&quot; would not work in a macro.<br>&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>&gt;&gt;<br>&gt;&gt; asterisk-users mailing list
<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;&gt;<br>&gt; So, if I understand you correctly, my macro would look something vaguely
<br>&gt; like...<br>&gt;<br>&gt; [macro-stdexten]<br>&gt; ${ARG1},hint,SIP/${ARG1}<br>&gt; s,1,Dial(${ARG1})?<br>&gt;<br>&gt; This will work? My understand was that by going into a macro, you were<br>&gt; going to be using the &quot;s&quot; extension. I&#39;m not sure how that hint would
<br>&gt; get called if its not inside the s extension.<br><br>I have no idea, but as I understand it, Hints are separate from extensions.<br><br>I guess you could do something like:<br><br>[macro-stdexten]<br>exten =&gt; s,1,Goto(${MACRO_EXTEN},1)
<br><br>exten =&gt; _XXXX,hint,SIP/${ARG1}<br>exten =&gt; _XXXX,1,Dial(${ARG1})<br><br>I do this sort of thing in many of my macros that Dial somewhere.&nbsp;&nbsp;I<br>seem to remember something about hints not working for pattern matching.
<br>or working weirdly.<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>