hi Tony,<br><br>Thanks for your reply<br><br>I tried with the same but it dont work for me and I used DAHDI channel and PRI following are<br><br>mine chan_dahdi.conf setting<br><br>[channels]<br>language=en<br>context=from-pstn<br>
switchtype=euroisdn<br>pridialplan=local<br>prilocaldialplan=local<br>callerid=asreceived<br>signalling=pri_cpe<br>usecallerid=yes<br>hidecallerid=no<br>callwaiting=yes<br>usecallingpres=yes<br>callwaitingcallerid=yes<br>
threewaycalling=yes<br>transfer=yes<br>cancallforward=yes<br>callreturn=yes<br>echocancel=yes<br>echocancelwhenbridged=yes<br>resetinterval=never<br>rxgain=0.0<br>txgain=0.0<br>callgroup=1<br>pickupgroup=1<br>immediate=no<br>
group=0<br>channel =&gt; 1-15<br>channel =&gt; 17-31<br><br><br><br><br><br><div class="gmail_quote">On Thu, May 14, 2009 at 6:40 PM, Tony Mountifield <span dir="ltr">&lt;<a href="mailto:tony@softins.clara.co.uk">tony@softins.clara.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In article &lt;<a href="mailto:cf554c8c0905140447n50c720eeg8b0d0728d00afb5f@mail.gmail.com">cf554c8c0905140447n50c720eeg8b0d0728d00afb5f@mail.gmail.com</a>&gt;,<br>

<div class="im">DHAVAL INDRODIYA &lt;<a href="mailto:dhaval.it01034@gmail.com">dhaval.it01034@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; how can I set/get variable  &quot;USERUSERINFO&quot;  when Dialing through PRI(E1)<br>
&gt; line via DAHDI Channel<br>
<br>
</div>Just like a normal variable: Set(__USERUSERINFO=whatever) in the sending<br>
dialplan before the Dial command.<br>
<br>
Then on the receiving end, you can refer to ${USERUSERINFO} in the dialplan<br>
for the answered call.<br>
<br>
However, to make this work, you need to make sure chan_dahdi.c contains the<br>
following line when it is compiled:<br>
<br>
#define SUPPORT_USERUSER<br>
<br>
This is required on both ends of the call. It is a pity it has never become<br>
the default.<br>
<br>
Regards<br>
Tony<br>
--<br>
Tony Mountifield<br>
Work: <a href="mailto:tony@softins.co.uk">tony@softins.co.uk</a> - <a href="http://www.softins.co.uk" target="_blank">http://www.softins.co.uk</a><br>
Play: <a href="mailto:tony@mountifield.org">tony@mountifield.org</a> - <a href="http://tony.mountifield.org" target="_blank">http://tony.mountifield.org</a><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>