Hi, Is there a way to send and receive SMS over SIP protocol with Asterisk ? I mean, between two SIP phones like below... SIP_phone "A" (sending sms) ====> Asterisk ========>SIP_phone "B" (receiving sms) ... Is it possible ? If so, how could I do it ? Thanks, Angel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050713/b7896f21/attachment.htm
Do you mean SMS or a a SIP MESSAGE, the only sure way I can think of to send SMS with SIP, and I'm no SIP expert here, is if there was an SMS MIME type and you just used SIP for the transport, and even if there is such a type I doubt anyone has implemented anything for it yet, let alone *. As to does Asterisk support MESSAGE requests with a plain/text MIME type, you can use the ap. SendText() , look it up on the wiki Regards, Shidan http://www.nuovotel.com On 7/13/05, Angel Diaz <adiaz@sinergis.com> wrote:> > > Hi, > Is there a way to send and receive SMS over SIP protocol with Asterisk ? > I mean, between two SIP phones like below... > > SIP_phone "A" (sending sms) ====> Asterisk ========>SIP_phone "B" (receiving > sms) ... Is it possible ? If so, how could I do it ? > > Thanks, > Angel. > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Well, I mean Instant messaging between two SIP users registered on Asterisk-sip server. The thing is, some sip phones supports instant messaging but, how can I get this feature work in asterisk ? Angel> Date: Wed, 13 Jul 2005 20:17:22 -0400 > From: Shidan <shidan@gmail.com> > Subject: Re: [Asterisk-Users] SMS over SIP and Asterisk ?? > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > Message-ID: <429b380e05071317172f467d98@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Do you mean SMS or a a SIP MESSAGE, the only sure way I can think of > to send SMS with SIP, and I'm no SIP expert here, is if there was an > SMS MIME type and you just used SIP for the transport, and even if > there is such a type I doubt anyone has implemented anything for it > yet, let alone *. > > As to does Asterisk support MESSAGE requests with a plain/text MIME > type, you can use the ap. SendText() , look it up on the wiki > > Regards, > > Shidan > http://www.nuovotel.com > > > On 7/13/05, Angel Diaz <adiaz@sinergis.com> wrote: > > > > > > Hi, > > Is there a way to send and receive SMS over SIP protocol withAsterisk ?> > I mean, between two SIP phones like below... > > > > SIP_phone "A" (sending sms) ====> Asterisk ========>SIP_phone "B"(receiving> > sms) ... Is it possible ? If so, how could I do it ? > > > > Thanks, > > Angel. > > > >