Actually that worked perfectly, now I have another issue. I don't know the parking system too well. <br><br>I'm not sure whether I should hack res_features.c to include a ast_sendtext() call to peer to send the message or if I can do it from the conf file through SendText(). the issue is whether the conf file knows who parked the call in order to send them the message or whther this is something that happens in res_features.c
<br><br><br><br><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: Asterisk Users Mailing List - Non-Commercial<br>Discussion [mailto:<a href="mailto:asterisk-users@lists.digium.com">
asterisk-users@lists.digium.com</a>]<br>Sent: Fri, 28 Jul 2006<br>17:51:26 -0300<br>Subject: Re: [asterisk-users] SendText() &amp; displaying text<br>messages on&nbsp;&nbsp;&nbsp;&nbsp; aSIPhandset's screen<br><br><br>&gt; for amessage that says test test
<br>&gt;<br>&gt; ------------------------------------------<br>&gt;<br>&gt; MESSAGE <a href="mailto:sip:338@10.0.2.13">sip:338@10.0.2.13</a> SIP/2.0<br>&gt; Via: SIP/2.0/UDP <a href="http://10.0.2.13:32827">10.0.2.13:32827
</a>;branch=z9hG4bK.39f5be5f;rport;alias<br>&gt; To: <a href="mailto:sip:338@10.0.2.13">sip:338@10.0.2.13</a><br>&gt; Call-ID: <a href="mailto:423999170@10.0.2.13">423999170@10.0.2.13</a><br>&gt; CSeq: 1 MESSAGE<br>&gt; Content-Type: text/plain
<br>&gt; Max-Forwards: 70<br>&gt; User-Agent: sipsak 0.9.6<br>&gt; From: sip:sipsak@10.0.2.13:32827;tag=1945b6c2<br>&gt; Content-Length: 9<br>&gt; Content-Disposition: desktop<br>&gt;<br>&gt; test test<br>&gt;<br>&gt;<br>
&gt;<br><br>Ah, it must be the:<br><br>Content-Disposition: desktop<br><br>That does it... interesting. You may be able to hack chan_sip up a bit and add that header in.<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>