<br><br><div class="gmail_quote">2009/6/17 Tilghman Lesher <span dir="ltr">&lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt;</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="h5">On Wednesday 17 June 2009 03:45:54 Olivier wrote:<br>
&gt; 2009/6/15 Tilghman Lesher &lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt;<br>
&gt;<br>
&gt; &gt; On Monday 15 June 2009 04:03:48 am Olivier wrote:<br>
&gt; &gt; &gt; I&#39;ve just discovered IMPORT function existence.<br>
&gt; &gt; &gt; It can be use to import values from channel&#39;s Variable section but<br>
&gt; &gt; &gt; unfortunately, il can&#39;t be use to access to values from Info section<br>
&gt; &gt; &gt; (I&#39;m referring here to sections Info and Variables dumped by DumpChan<br>
&gt; &gt; &gt; application).<br>
&gt; &gt;<br>
&gt; &gt; You&#39;re mistaken.<br>
&gt; &gt;<br>
&gt; &gt; &gt; Is there a way to work around this and access from one channel for<br>
&gt; &gt;<br>
&gt; &gt; instance<br>
&gt; &gt;<br>
&gt; &gt; &gt; to another channel&#39;s CallerIDNum variable ?<br>
&gt; &gt;<br>
&gt; &gt; ${IMPORT(SIP/foo-abcd1234,CALLERID(num))} works fine.<br>
&gt;<br>
&gt; Yes, you&#39;re right, this works fine.<br>
&gt;<br>
&gt; The reason why I was wrong is because I closely followed DumpChan output<br>
&gt; like this :<br>
&gt; - DumpChan output is :<br>
&gt; Dumping Info For Channel: SIP/7530-082f6160:<br>
&gt; ===========================================================================<br>
&gt;===== Info:<br>
&gt; Name=               SIP/7530-082f6160<br>
&gt; Type=               SIP<br>
&gt; UniqueID=           1245227926.4<br>
&gt; CallerIDNum=        7530<br>
&gt; CallerIDName=       Michele<br>
&gt; DNIDDigits=         7531<br>
&gt; RDNIS=              (N/A)<br>
&gt; ...<br>
&gt;<br>
&gt; I then tried :<br>
&gt; ${IMPORT(SIP/7530-082f6160,CallerIDNum)} which fails<br>
&gt;<br>
&gt; Maybe, it should be preferable to teach DumpChan to output data like this :<br>
&gt;<br>
&gt; Dumping Info For Channel: SIP/7530-082f6160:<br>
&gt; ===========================================================================<br>
&gt;===== Info:<br>
&gt; Name=               SIP/7530-082f6160<br>
&gt; Type=               SIP<br>
&gt; UniqueID=           1245227926.4<br>
&gt; CALLERID(num)=        7530<br>
&gt; CALLERID(name)=       Michele<br>
<br>
</div></div>Actually, that would be:<br>
Name                                 ...<br>
CHANNEL(channeltype)     ...<br>
CHANNEL(uniqueid)           ...<br>
CALLERID(num)                  ...<br>
CALLERID(name)                ...<br>
CALLERID(dnid)                  ...<br>
CALLERID(rdnis)                 ...<br>
<br>
It&#39;s certainly a possibility.  If you wanted to dedicate the time to putting<br>
that patch together and submitting it on the issue tracker, I don&#39;t really<br>
see a reason why it wouldn&#39;t be committed.</blockquote><div><br>OK, I&#39;ll try to do that<br>Thanks ! <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Tilghman<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>
</div></div></blockquote></div><br>