The exec module has a huge performance penalty. I&#39;d avoid it if high performance is required. I don&#39;t know anything about your application, but if the time delay between the invite and the SMS isn&#39;t too sensitive, you could consider using avp_db_query to insert a queued notification to a SMS message.<div>

<br></div><div>Alternatively, you could use avp_db_query with db_http to post a realtime SMS notification, but you&#39;d need to create a db adapter per db_http; it shouldn&#39;t be too hard at all. The perl module is also very good, but I&#39;m not sure how up-to-date it is. </div>

<div><br></div><div>-Brett</div><div><br><div><br><br><div class="gmail_quote">On Sat, Jul 24, 2010 at 7:48 AM, Laszlo <span dir="ltr">&lt;<a href="mailto:laszlo@voipfreak.net">laszlo@voipfreak.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Sounds like a bad idea :)<br><br>You can try to play with the exec module, see <a href="http://www.opensips.org/html/docs/modules/1.6.x/exec.html" target="_blank">http://www.opensips.org/html/docs/modules/1.6.x/exec.html</a><br>

<br>-Laszlo<br>

<br><br><div class="gmail_quote">2010/7/24 Nauman Sulaiman <span dir="ltr">&lt;<a href="mailto:nauman762-home@yahoo.co.uk" target="_blank">nauman762-home@yahoo.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

<div><div></div><div class="h5">

<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit" valign="top">Hi, using OpenSIPs 1.6, how does one run a custom php script (or whatever code) upon<div>receiving incoming INVITE. We need to perform some custom action ie send SMS message</div>



<div>when receiving an INVITE. With asterisk one can use the System function in DialPlan</div><div>what is the equivalent way with OpensSIPS.</div><div><br></div><div>Thanks </div></td></tr></tbody></table><br>



      <br></div></div>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><div style="display:inline"></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div>