<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
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'm not registered it will send me an sms to alert me.<br>it'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 id="stopSpelling">Date: Mon, 9 Nov 2009 22:19:08 -0500<br>From: thomas.perron@gmail.com<br>To: asterisk-users@lists.digium.com<br>Subject: Re: [asterisk-users] SendText<br><br><div>Will text messages work to non-SIP enpoints using your logic/code?</div>
<div>thank you<br><br></div>
<div class="ecxgmail_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="ecxgmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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. &nbsp;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">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'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">http://www.venturevoip.com/news.php</a> (Daily Asterisk News)<br>
<a href="http://www.venturevoip.com/st.php">http://www.venturevoip.com/st.php</a> (SmoothTorque Predictive Dialer)<br><a href="http://www.venturevoip.com/c3.php">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/">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">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></div></blockquote></div>
<br>                                               <br /><hr />Windows 7: Unclutter your desktop. <a href='http://go.microsoft.com/?linkid=9690331&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009' target='_new'>Learn more.</a></body>
</html>