On 18:39, Fri 24 Jun 05, Christian Hiller wrote: > 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 >
If it's a callfile you can use the keyword callerid Else do it in the context in extensions.conf: s,1,SetCallerID(your name) s,2,SendText($TEXT) > > 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 > >[email protected] > >http://lists.digium.com/mailman/listinfo/asterisk-users > >To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- Michiel van Baak http://michiel.vanbaak.info [EMAIL PROTECTED] GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?" _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
