AMAZING!!!!!!!!<br><br>Thank you so much...<br><br><div><span class="gmail_quote">On 7/30/07, <b class="gmail_sendername">Kevin P. Fleming</b> &lt;<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</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;">Fadil Sutomo wrote:<br><br>&gt; In order to use this field, then each client has to use this field
<br>&gt; through sip.conf.<br>&gt; For example:<br>&gt; [Xlite]<br>&gt; username=Fadil<br>&gt; secret=fadil<br>&gt; ..<br>&gt; ..<br>&gt; database_location=/home/fadil/MySQL<br>&gt;<br>&gt; I modify chan_sip in order to do this.
<br>&gt;<br>&gt; Now, what I want to do is to access this location &quot;on-the-fly&quot;, that is<br>&gt; accessing this field while the phone is answered. And I am doing this in<br>&gt; app_dial.c.<br>&gt;<br>&gt; Now my question: is there any way from app_dial.c to access the field
<br>&gt; that I created in chan_sip.c (database_location) ?<br><br>It would do you good to read the sample config files and documentation;<br>this functionality is already available. Change that line to:<br><br>setvar=database_location=/home/fadil/MySQL
<br><br>and you will magically have a variable called &#39;DATABASE_LOCATION&#39; in the<br>dialplan (and elsewhere) with that value in it.<br><br>--<br>Kevin P. Fleming<br>Director of Software Technologies<br>Digium, Inc. - &quot;The Genuine Asterisk Experience&quot; (TM)
<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br>