Steve Edwards <asterisk.org at sedwards.com> schrieb:> You can fiddle with the ring tone by phone specific configuration and > phone specific SIP headers (sipaddheader(Alert-Info: ...)). > > These seem relevant: > > http://www.voip-info.org/wiki/view/RTTTL+melodies+for+ST2030 (the > discussion looks relevant as well). > > http://www.asteriskguru.com/tutorials/thomson_st2030.html > > http://www.freepbx.org/support/documentation/howtos/how-to-enable-distinctive-ringing-alert-info-for-calls-from-particular-Hi Steve! Thank you very much! It seems to run! I wrote that: exten => _00493513333333,n,Set(__ALERT_INFO=Bellcore-r3) exten => _00493513333333,n,SIPAddHeader("Alert-Info:<http://www.notused.com>\;info=alert-external\;x-line-id=0") and the phone rings with another melody. Very curious is, that if I don't write BOTH lines, it does not run... And, unfortunately, I just have two melody: the "normal" and this one, but it is better than nothing! Now, if it will be possible to add a text on the display, it will be perfect, but I didn't found any option for that... Thanks Luca Bertoncello (lucabert at lucabert.de)
> Hi Steve! > > Thank you very much! > It seems to run! > > I wrote that: > > exten => _00493513333333,n,Set(__ALERT_INFO=Bellcore-r3) > exten => _00493513333333,n,SIPAddHeader("Alert-Info:<http://www.notused.com> >\;info=alert-external\;x-line-id=0") > > and the phone rings with another melody. > Very curious is, that if I don't write BOTH lines, it does not run... > > And, unfortunately, I just have two melody: the "normal" and this one,but it> is better than nothing! > Now, if it will be possible to add a text on the display, it will beperfect,> but I didn't found any option for that...Look into Set(CALLERID(name)) and Set(CALLERID(num)) to manipulate the caller id name and number that show up on the phone. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150601/b23cccb9/attachment.html>
Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb:> Look into Set(CALLERID(name)) and Set(CALLERID(num)) to manipulate the > caller id name and number that show up on the phone.Hi Kevin thank you very much for the suggestion. I think it's not the right way, since I'd like to display the right number and the name from address book... If I change it, I'll not get the right data on the display, isn't it? Anyway, I'll try tomorrow... Thanks Luca Bertoncello (lucabert at lucabert.de)
Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb:> Look into Set(CALLERID(name)) and Set(CALLERID(num)) to manipulate the > caller id name and number that show up on the phone.Hi Kevin! Thanks! It works! I can set the name of the line with CALLERID(name) and see the caller number, too. And, it the number is in the address book, I see the name, too. Perfect! Regards Luca Bertoncello (lucabert at lucabert.de)