<div>OK.</div>
<div>Thanks</div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Nov 12, 2009 at 4:33 AM, Tarek Sawah <span dir="ltr">&lt;<a href="mailto:tareksawah@hotmail.com">tareksawah@hotmail.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>i have my own SMS provider as we sell SMS .. so i have setup my call center with SMS sending for several services and alerts like a Missed Call when i&#39;m not registered it will send me an sms to alert me.<br>it&#39;s pretty the same as Matt discribed.. you call an AGI which may use cURL to hit the HTTP API<br>
<br>-- AHD Tarek Sawah Integrated Digital Systems CCNA, MCSE, RHCE, VoIP Syria: +963 944 618286 USA: +1 347 562 2308 <br><br><br><br>
<hr>
Date: Mon, 9 Nov 2009 22:19:08 -0500<br>From: <a href="mailto:thomas.perron@gmail.com" target="_blank">thomas.perron@gmail.com</a><br>To: <a href="mailto:asterisk-users@lists.digium.com" target="_blank">asterisk-users@lists.digium.com</a><br>
Subject: Re: [asterisk-users] SendText 
<div>
<div></div>
<div class="h5"><br><br>
<div>Will text messages work to non-SIP enpoints using your logic/code?</div>
<div>thank you<br><br></div>
<div>On Mon, Nov 9, 2009 at 8:59 PM, Matt Riddell <span dir="ltr">&lt;<a href="mailto:lists@venturevoip.com" target="_blank">lists@venturevoip.com</a>&gt;</span> wrote:<br>
<blockquote style="PADDING-LEFT: 1ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>
<div></div>
<div>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><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><br></div></div>
<hr>
Windows 7: Unclutter your desktop. <a href="http://go.microsoft.com/?linkid=9690331&amp;ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009" target="_blank">Learn more.</a></div><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>