<div>Will text messages work to non-SIP enpoints using your logic/code?</div>
<div>thank you<br><br></div>
<div class="gmail_quote">On Mon, Nov 9, 2009 at 8:59 PM, Matt Riddell <span dir="ltr">&lt;<a href="mailto:lists@venturevoip.com">lists@venturevoip.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">On 10/11/09 12:58 PM, Thomas Perron wrote:<br>&gt; Does anyone have any success with sending a text message from<br>&gt; extensions.conf<br>&gt; to an PSTN endpoint such as a cell phone?<br>&gt;<br>&gt; If so, kindly send configuration for this part.  I am working on an IVR<br>
&gt; and want<br>&gt; callers to get a text message at a particular part of the call, after<br>&gt; dialing a defined character (such as 22).<br><br></div></div>We use clickatel.<br><br>Basically we use the PHP API and call it via an AGI which sends texts.<br>
<br>Therefore the extensions.conf is pretty sparse:<br><br>exten =&gt; s,1,Read(destination)<br>exten =&gt; s,2,AGI(agi://<a href="http://127.0.0.1/send_sms.php" target="_blank">127.0.0.1/send_sms.php</a>)<br><br>Pseudo code for send_sms is:<br>
<br>1. Read AGI variables<br>2. Get destination variable<br>3. Include clickatel API file<br>4. call send_sms function<br><br>We also provide an API from our telephone exchanges, but to be fair<br>you&#39;re likely better off just using clickatel yourself :D<br>

<div>
<div></div>
<div class="h5"><br>--<br>Cheers,<br><br>Matt Riddell<br>Director<br>_______________________________________________<br><br><a href="http://www.venturevoip.com/news.php" target="_blank">http://www.venturevoip.com/news.php</a> (Daily Asterisk News)<br>
<a href="http://www.venturevoip.com/st.php" target="_blank">http://www.venturevoip.com/st.php</a> (SmoothTorque Predictive Dialer)<br><a href="http://www.venturevoip.com/c3.php" target="_blank">http://www.venturevoip.com/c3.php</a> (ConduIT3 PABX Systems)<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>