The phone does get the message. Immediately after SendText() happens in the conf the little message light lights up and if I click it then I get the message. I was however looking for a way to write to thephone's display as if it were a console. The only way I've found so far has been with sipsak, which wasn't really working out too well for me so I was hoping I could do this from inside asterisk rather than execl()ing programs from whithin asterisk.
<br><br><div><span class="gmail_quote">On 7/28/06, <b class="gmail_sendername">Joshua Colp</b> &lt;<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
----- Original Message -----<br>From: Guillermo Roditi<br>[mailto:<a href="mailto:groditi@gmail.com">groditi@gmail.com</a>]<br>To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>Sent: Fri, 28
<br>Jul 2006 14:26:48 -0300<br>Subject: [asterisk-users] SendText() &amp; displaying<br>text messages on a SIP&nbsp;&nbsp;handset's screen<br><br><br>&gt; Hi, I moved a thread over to this list earlier today and since then I have<br>
&gt; been toying with SendText() which, unfortunately sends what i can only guess<br>&gt; is a landline SMS to my SIP handset.<br><br>SendText is generic, all it does is call the function responsible for sending text of the channel (ie: SIP). Now, the SIP channel driver does have the capability to send text messages but what the phone does with them is up to it. Did you try a sip debug to see if chan_sip was indeed sending your phone a message?
<br><br>&gt; I was hoping there would be a way to display custom message on the handset's<br>&gt; display. is anyone aware of how this could be done? I was previously trying<br>&gt; to use sipsak through execl in res_features.c but that didnt seem very
<br>&gt; fruitful.<br>&gt;<br>&gt; also if anyone who knows where i can find some good thoroough documentation<br>&gt; on what exactly park and announce is and how to enable it i'd really<br>&gt; appreciate it.&nbsp;&nbsp;I am new to asterisk and i am finding myself pretty lost..
<br>&gt;<br>&gt;<br><br>Joshua Colp<br>Digium<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>