Hi list! Finally I got my Asterisk works with my two phones... It was a problem on my Firewall (for the phone of my wife) and on my Dialplan (for forwarding calls). Now all works as expected, at least in the simulation I did with AsteriskNOW. Hopefully it will work later, when Deutsche Telekom changes my ISDN to VoIP... Well, now I have some time to spend with "fooling"... My phone will receive calls from 3 numbers. All that was done in my dialplan. Now, it would be nice, if I can signaling on the phone which number will be called, so that, for example, if I receive a call for +493511111111 I get a message on the display or the phone ring with a particular tone, and if I receive a call for +493512222222 the phone write something other on the display or ring with another tone. Is it possible? Maybe it depends from phone... I use a Thomson ST2022. Thanks a lot Luca Bertoncello (lucabert at lucabert.de)
> Finally I got my Asterisk works with my two phones... > It was a problem on my Firewall (for the phone of my wife) and on my Dialplan > (for forwarding calls). > > Now all works as expected, at least in the simulation I did with AsteriskNOW. > Hopefully it will work later, when Deutsche Telekom changes my ISDN to VoIP... > > Well, now I have some time to spend with "fooling"... > My phone will receive calls from 3 numbers. All that was done in my dialplan. > Now, it would be nice, if I can signaling on the phone which number will be > called, so that, for example, if I receive a call for +493511111111 I get a > message on the display or the phone ring with a particular tone, and if I > receive a call for +493512222222 the phone write something other on the > display or ring with another tone. > > Is it possible? Maybe it depends from phone... I use a Thomson ST2022. >I don't know your phones, but there are multiple ways to achieve that. By far the easiest method is to work with multiple SIP identities. You can adjust quite a few parameters, like display text, ring tone, timings, forwarding .... While you are busy with this, you can add additional accounts that operate as intercoms (baby monitors) so you don't have to wait for an answer. Interesting exercise, but might disturb peace in the house. If your phone supports only a single identity, then you have to adjust caller ids, etc with Asterisk. jg
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 05/31/2015 02:31 PM, Luca Bertoncello wrote:> Hi list! > > Now all works as expected, at least in the simulation I did with > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom > changes my ISDN to VoIP...Don't worry, Asterisk works very well with Deutsche Telekom and there new ip-based connections ... - -- DavaoSOFT, the home of ERPel ERPel, das deutsche Warenwirtschaftssystem fuer LINUX http://www.davaosoft.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVasmmAAoJEG6MZewV4LQAPf4H/iN9V52VMz1OMb6QI4WHC125 G1erQWVdUssq65/+/2tnQ7kQZwt56HhdlbieBZcLK0BpO0xnSVFZ2AGd0nzbWn9h 4NR8E6PRYfODXh/vs5INoNEhBL8s/EpnzfyseBpLCqhxJGFgtJ7FREJiRd1Y4J+j Y+vao2lLf+d0yOw8S9Z3Zklctx9+X2H0fzfkPYiBqXvj229KQHRquexi7PfaBI5Q B7Ol5GfkdZy7rSctZOtTCyOwwEcLh08931EQFN5SC8dpDnZFj5vfRSVMzRt3w3vm x44rekn8Qc2G46Y9cPWmtMTTVnQi5sAL/elnEP8qb1B6//0dPCJ88cXpFrhI+CQ=XV7F -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Guenther Boelter <gboelter at gmail.com> schrieb:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 05/31/2015 02:31 PM, Luca Bertoncello wrote: > > Hi list! > > > > Now all works as expected, at least in the simulation I did with > > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom > > changes my ISDN to VoIP... > > Don't worry, Asterisk works very well with Deutsche Telekom and there > new ip-based connections ...That's a good news... Currenty I configured my sip.conf so: register => 00493511111111:MYSECRET at pbxluca/00493511111111 register => 00493512222222:MYSECRET at pbxfax/00493512222222 register => 00493513333333:MYSECRET at pbxanika/00493513333333 register => 4444444444:MYVERYSECRET at messagenet/4444444444 [pbxluca] type=peer defaultuser=00493511111111 secret= MYSECRET dtmfmode=rfc2833 host=172.16.34.132 context=luca_incoming outboundproxy=172.16.34.132 port=5060 fromuser=00493511111111 fromdomain=172.16.34.132 usereqphone=yes canreinvite=no insecure=invite qualify=yes qualifyfreq=600 [pbxfax] type=peer defaultuser=00493512222222 secret= MYSECRET dtmfmode=rfc2833 host=172.16.34.132 context=fax_incoming outboundproxy=172.16.34.132 port=5060 fromuser=00493512222222 fromdomain=172.16.34.132 usereqphone=yes canreinvite=no insecure=invite qualify=yes qualifyfreq=600 [pbxanika] type=peer defaultuser=00493513333333 secret= MYSECRET dtmfmode=rfc2833 host=172.16.34.132 context=anika_incoming outboundproxy=172.16.34.132 port=5060 fromuser=00493513333333 fromdomain=172.16.34.132 usereqphone=yes canreinvite=no insecure=invite qualify=yes qualifyfreq=600 [messagenet] type=peer defaultuser=4444444444 secret=MYVERYSECRET dtmfmode=rfc2833 host=sip.messagenet.it context=messagenet_incoming outboundproxy=sip.messagenet.it port=5061 fromuser=4444444444 fromdomain=sip.messagenet.it usereqphone=yes canreinvite=no insecure=invite qualify=yes qualifyfreq=60 Am I right if I say, that I just have to change "defaultuser", "host", "secret", "outboundproxy" and "fromdomain" with the data from Telekom and it works? I thinks, it should be: defaultuser=00493513333333 secret= MYSECRET host=tel.t-online.de context=anika_incoming outboundproxy=tel.t-online.de port=5060 fromuser=00493513333333 fromdomain=tel.t-online.de I'm not sure, where I should write my Login (from my DSL-Line)... I see this page (in German): http://hilfe.telekom.de/hsp/cms/content/HSP/de/3378/FAQ/theme-133631783/Auftrag/theme-82239611/IP-basierter-Anschluss/faq-350884716;jsessionid=A18F587E00F25C8FC26ACF3685481D72 Could you please help me? Thanks Luca Bertoncello (lucabert at lucabert.de) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAlVqzVAACgkQ8Ggznj+1EDifYwCgiQTeZQsUljAP5CNpteeFW5aV ugMAn0BnmlGJRHqBJA19DXPgqv0ZUqq1 =vt3E -----END PGP SIGNATURE-----
On Sun, 31 May 2015, Luca Bertoncello wrote:> Now, it would be nice, if I can signaling on the phone which number will > be called, so that, for example, if I receive a call for +493511111111 I > get a message on the display or the phone ring with a particular tone, > and if I receive a call for +493512222222 the phone write something > other on the display or ring with another tone. > > Is it possible? Maybe it depends from phone... I use a Thomson ST2022.You can fiddle with the caller ID to change what is displayed on the phone. 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- -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Steve Edwards <asterisk.org at sedwards.com> schrieb:> You can fiddle with the caller ID to change what is displayed on the > phone. > > 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-Thank you very much! I'll try it and report to the list. Regards Luca Bertoncello (lucabert at lucabert.de)
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)