Hello, i dont get this feature, how can i send a text to a certain SIP-phone that support this kind of messaging. The WIKI shows an example, but it shows how the receiving phone got to make a call to receive a message. Thx for a hint! :)
I used the outgoing spool directory, added a variable like TEXT=Hello world and going to context send_my_text. tehn send_my_text has exten => s,1,SendText($TEXT) Works great. Jerry ----------- Hello, i dont get this feature, how can i send a text to a certain SIP-phone that support this kind of messaging. The WIKI shows an example, but it shows how the receiving phone got to make a call to receive a message. Thx for a hint! :)
Hmm, thx for answering... i understand the idea with the spool directory..When somebody wants to send a message, the variable in spool directorry gets set to message-text. But how can i use the new context, e.g. i want to sent "Hello" to sip:105@myasterisk ? Christian Jerry Geis schrieb:> I used the outgoing spool directory, added a variable like TEXT=Hello > world > and going to context send_my_text. tehn send_my_text has exten => > s,1,SendText($TEXT) > > Works great. > > Jerry > > > ----------- > > Hello, > > i dont get this feature, how can i send a text to a certain SIP-phone > that support this kind of messaging. The WIKI shows an example, but it > shows how the receiving phone got to make a call to receive a message. > > Thx for a hint! :) > > _______________________________________________ > 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 > >
Ok, i did some research and its working fine - is there a way to change the change the callerID to something like: MessageCenter or something like this? I always get this realm "asterisk". is it the realm, right ? Christian Jerry Geis schrieb:> I used the outgoing spool directory, added a variable like TEXT=Hello > world > and going to context send_my_text. tehn send_my_text has exten => > s,1,SendText($TEXT) > > Works great. > > Jerry > > > ----------- > > Hello, > > i dont get this feature, how can i send a text to a certain SIP-phone > that support this kind of messaging. The WIKI shows an example, but it > shows how the receiving phone got to make a call to receive a message. > > Thx for a hint! :) > > _______________________________________________ > 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 > >