<div>Hi Greyman,</div>
<div>&nbsp;</div>
<div>Thank you very much for reply.</div>
<div>But unfortunately even after adding these lines in the file &#39;channel.c&#39; didn&#39;t help me. It gives &#39;undefined reference&#39; for all curl functions. Should I check availability of any other file for these errors?</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>&nbsp;</div>
<div>&amp; Regards</div>
<div>&nbsp;</div>
<div>Prashant Sharma<br><br></div>
<div class="gmail_quote">On Mon, Mar 3, 2008 at 2:53 PM, Grey Man &lt;<a href="mailto:greymanvoip@gmail.com">greymanvoip@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Mon, Mar 3, 2008 at 6:27 AM, Prashant Sharma &lt;<a href="mailto:prashant.ruby@gmail.com">prashant.ruby@gmail.com</a>&gt; wrote:<br>&gt; Hi Tilghman,<br>&gt;<br>&gt; Thanks for taking interest in my problem.<br>
&gt;<br>&gt; I just want to send a http post request to my website without changing the<br>&gt; dial plan. So I have added slightly modified http post code and some other<br>&gt; code to channel.c got from &lt;curl/curl.h&gt;.<br>
&gt; After adding the code I compiled the asterisk code and got the error:<br>&gt;<br>&gt; channel.o(.text+0x....): channel.c:xxxx: undefined reference to<br>&gt; &#39;curl_global_init&#39;<br>&gt;<br>&gt;<br><br></div>Try adding the following above the first include in channel.c. It&#39;s<br>
what I&#39;ve done in app_dial.c to get the Curl library to link properly.<br><br>/*** MODULEINFO<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;depend&gt;Curl&lt;/depend&gt;<br>&nbsp;***/<br><br>Regards,<br><br>Greyman.<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>&nbsp; <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>