<div>Hi Mick. Its information will very help and I thank its attention, if I will be able help in some thing you can ask.</div>
<div>Regards</div>
<div>&nbsp;</div>
<div>Josué<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/6/12, Mick &lt;<a href="mailto:mick@wow.nailed.org">mick@wow.nailed.org</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Josué,<br><br>These pages will give you some good info.<br><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Sms">
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Sms</a><br><a href="http://www.automated.it/asterisk/sms.html">http://www.automated.it/asterisk/sms.html</a><br><br>I don't have the send from asterisk part ready yet, but to receive SMS
<br>from a phone, in your extensions.conf you will need something like<br>this.<br><br>; SMS Message Center<br>SMSC=0198339100<br><br>; Receiving messages FROM a phone:<br>[smsphone]<br>exten = ${SMSC},1,Goto(smsmorx,s,1)
<br><br>[smsmorx]<br>exten =&gt; s,1,Answer<br>exten =&gt; s,2,Wait(1)<br>exten =&gt; s,3,SMS(${CALLERIDNUM},sa)<br>exten =&gt; s,4,System(someapptohandlelocalsms ${EXTEN})<br>exten =&gt; s,5,Hangup<br><br>I had a lot of problems with certain versions of app_sms.
<br>What is working now for me is Asterisk <a href="http://1.2.9.1">1.2.9.1</a>, but with<br>app_sms.c from Asterisk <a href="http://1.2.7.1">1.2.7.1</a>.<br>Get it from here<br><a href="http://svn.digium.com/view/asterisk/tags/1.2.7.1/apps/app_sms.c?rev=19815">
http://svn.digium.com/view/asterisk/tags/1.2.7.1/apps/app_sms.c?rev=19815</a><br><br><br>Hope this helps.<br><br>Mick.<br><br><br><br><br><br>On Mon, 12 Jun 2006 08:26:38 -0300<br>&quot;Josué Conti&quot; &lt;<a href="mailto:josueconti@gmail.com">
josueconti@gmail.com</a>&gt; wrote:<br><br>&gt; Mick, as good?<br>&gt; How to configure sms with asterisk?<br>&gt;<br>&gt; Best Regards<br>&gt;<br>&gt; Josué<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>