VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
lucabert at lucabert.de Guest
|
Posted: Tue Dec 29, 2015 10:27 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Hi again!
With the "call pickup"-function I can now pickup a call directed to another
phone in my Asterisk. Very nice.
My problem, now, is that I can't see on my phone, that the other phone (in
another room) rings.
Is it possible to signal the incoming call on other extension? I use two
phones "Thomson ST2022".
Thanks a lot
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 5:04 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Hi Ishfaq
Thanks a lot, but it does not seems to work...
Here my configuration:
sip.conf:
[general]
allowsubscribe=yes
subscribecontext = default
notifyringing = yes
notifycid = yes
callcounter = yes
extensions.conf:
[anika_incoming]
exten => _00493512222222,hint,SIP/00493511111111
exten => _00493512222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _00493512222222,n,Dial(local/2222222@anika_incoming)
exten => _03512222222,hint,SIP/00493511111111
exten => _03512222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _03512222222,n,Dial(local/2222222@anika_incoming)
exten => _2222222,hint,SIP/00493511111111
exten => _2222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _2222222,n,Set(CALLERID(num)=${IF($[ "${CALLERID(num):0:3}" = "+49" ]?0${CALLERID(num):3}:${CALLERID(num)})}) ; Damit das "+49" mit "0" ersetzt wird
exten => _2222222,n,Set(CHANNEL(musicclass)=default)
exten => _2222222,n,Dial(SIP/00493512222222,19,RcxX)
exten => _2222222,n,Verbose(2,Voicemail for Anika)
exten => _2222222,n,Set(CALLERID(name)=) ; Damit in der E-Mail der AB nicht den Namen steht
exten => _2222222,n,VoiceMail(00493512222222,us)
exten => _2222222,n,Hangup
then I reloaded the core (core reload), SIP (sip reload) and Dialplan
(dialplan reload) and I called the 03512222222 from my mobile phone.
It rings, but on the other phone (03511111111) is nothing to see...
Where is my error?
Thanks
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Wed Dec 30, 2015 5:16 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 30 December 2015 at 10:03, Luca Bertoncello <lucabert@lucabert.de (lucabert@lucabert.de)> wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> schrieb:
Hi Ishfaq
Thanks a lot, but it does not seems to work...
Here my configuration:
sip.conf:
[general]
allowsubscribe=yes
subscribecontext = default
notifyringing = yes
notifycid = yes
callcounter = yes
extensions.conf:
[anika_incoming]
exten => _00493512222222,hint,SIP/00493511111111
exten => _00493512222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _00493512222222,n,Dial(local/2222222@anika_incoming)
exten => _03512222222,hint,SIP/00493511111111
exten => _03512222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _03512222222,n,Dial(local/2222222@anika_incoming)
exten => _2222222,hint,SIP/00493511111111
exten => _2222222,1,Verbose(2,Call for Anika - [${CALLERID(num)}])
exten => _2222222,n,Set(CALLERID(num)=${IF($[ "${CALLERID(num):0:3}" = "+49" ]?0${CALLERID(num):3}:${CALLERID(num)})}) ; Damit das "+49" mit "0" ersetzt wird
exten => _2222222,n,Set(CHANNEL(musicclass)=default)
exten => _2222222,n,Dial(SIP/00493512222222,19,RcxX)
exten => _2222222,n,Verbose(2,Voicemail for Anika)
exten => _2222222,n,Set(CALLERID(name)=) ; Damit in der E-Mail der AB nicht den Namen steht
exten => _2222222,n,VoiceMail(00493512222222,us)
exten => _2222222,n,Hangup
then I reloaded the core (core reload), SIP (sip reload) and Dialplan
(dialplan reload) and I called the 03512222222 from my mobile phone.
It rings, but on the other phone (03511111111) is nothing to see...
Where is my error?
Thanks
Luca Bertoncello
(lucabert@lucabert.de (lucabert@lucabert.de))
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
The hints have to be in the same contexts in extensions.conf as defines in the sip.conf subscribecontext which can be set per peer.
Also, have you configured the phones as well?
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 5:20 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | The hints have to be in the same contexts in extensions.conf as defines in
the sip.conf subscribecontext which can be set per peer.
|
Well, [anika_incoming] will be included in [default], of course...
But I tried to define anika_incoming in subscribecontext, too. No changes...
Quote: | Also, have you configured the phones as well?
|
What do you mean?
Thanks
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Wed Dec 30, 2015 5:32 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 30 December 2015 at 10:19, Luca Bertoncello <lucabert@lucabert.de (lucabert@lucabert.de)> wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> schrieb:
Quote: | The hints have to be in the same contexts in extensions.conf as defines in
the sip.conf subscribecontext which can be set per peer.
|
Well, [anika_incoming] will be included in [default], of course...
But I tried to define anika_incoming in subscribecontext, too. No changes...
Quote: | Also, have you configured the phones as well?
|
What do you mean?
Thanks
Luca Bertoncello
(lucabert@lucabert.de (lucabert@lucabert.de))
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
BLF is an interaction between the phones and the server. You need to configure function buttons on the phones to display the presence state of individual peers that have been set up on the server.
This command in the asterisk cli will help you:
core show hints
If you see an entry for the peer then the server is set up correctly and if the Watchers column > 0 then you have set up the phone correctly.
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 5:42 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | BLF is an interaction between the phones and the server. You need to
configure function buttons on the phones to display the presence state of
individual peers that have been set up on the server.
This command in the asterisk cli will help you:
core show hints
If you see an entry for the peer then the server is set up correctly and if
the Watchers column > 0 then you have set up the phone correctly.
|
Unfortunately the Watchers are 0...
And I didn't find any option on my phone (Thomson ST2022) to enable the BLF...
Any other idea?
I wrote a little expect-Script to send the phone an advice and having an LED
blinking, but I think it is a little bit exaggerated...
Thanks
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Wed Dec 30, 2015 5:50 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 30 December 2015 at 10:41, Luca Bertoncello <lucabert@lucabert.de (lucabert@lucabert.de)> wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> schrieb:
Quote: | BLF is an interaction between the phones and the server. You need to
configure function buttons on the phones to display the presence state of
individual peers that have been set up on the server.
This command in the asterisk cli will help you:
core show hints
If you see an entry for the peer then the server is set up correctly and if
the Watchers column > 0 then you have set up the phone correctly.
|
Unfortunately the Watchers are 0...
And I didn't find any option on my phone (Thomson ST2022) to enable the BLF...
Any other idea?
I wrote a little expect-Script to send the phone an advice and having an LED
blinking, but I think it is a little bit exaggerated...
Thanks
Luca Bertoncello
(lucabert@lucabert.de (lucabert@lucabert.de))
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Do you have a link to the user guide for your exact phone model?
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 6:24 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | Do you have a link to the user guide for your exact phone model?
|
Unfortunately not...
I have a Thomson ST2022, but I can just find in Internet manual for the
ST2030...
Regards
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
patrick at laimbock.com Guest
|
Posted: Wed Dec 30, 2015 8:27 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 12/30/15 12:24, Luca Bertoncello wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | Do you have a link to the user guide for your exact phone model?
|
Unfortunately not...
I have a Thomson ST2022, but I can just find in Internet manual for the
ST2030...
|
The administrator manual can be found at:
http://www.manualslib.com/manual/909341/Thomson-St2020.html?page=5
To download click the green Download button at the top.
In the right column there is also a link to the User Guide.
Cheers,
Patrick
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 10:05 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Patrick Laimbock <patrick@laimbock.com> schrieb:
Quote: | On 12/30/15 12:24, Luca Bertoncello wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | Do you have a link to the user guide for your exact phone model?
|
Unfortunately not...
I have a Thomson ST2022, but I can just find in Internet manual for the
ST2030...
|
The administrator manual can be found at:
http://www.manualslib.com/manual/909341/Thomson-St2020.html?page=5
To download click the green Download button at the top.
|
Hi, Patrick!
Thank you very much!
Unfortunately I didn't found anything about BLF...
Regards
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Wed Dec 30, 2015 10:06 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 30 December 2015 at 15:04, Luca Bertoncello <lucabert@lucabert.de (lucabert@lucabert.de)> wrote:
Looks like your phones do not support it. And it is a very common feature.
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 10:09 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Quote: | Looks like your phones do not support it. And it is a very common feature.
|
I think so...
Maybe I can write a little program running on my PC to receive a message from
Asterisk if someone calls the other phone...
I'll think about that...
Or maybe is there already such a program running on Linux?
Regards
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Wed Dec 30, 2015 10:13 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
On 30 December 2015 at 15:09, Luca Bertoncello <lucabert@lucabert.de (lucabert@lucabert.de)> wrote:
Quote: | Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> schrieb:
Quote: | Looks like your phones do not support it. And it is a very common feature.
|
I think so...
Maybe I can write a little program running on my PC to receive a message from
Asterisk if someone calls the other phone...
I'll think about that...
Or maybe is there already such a program running on Linux?
Regards
Luca Bertoncello
(lucabert@lucabert.de (lucabert@lucabert.de))
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Look up fop2
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
lucabert at lucabert.de Guest
|
Posted: Wed Dec 30, 2015 10:16 am Post subject: [asterisk-users] Signaling ringing on other extension |
|
|
Ishfaq Malik <ish@pack-net.co.uk> schrieb:
Thank you very much, but I prefer a standalone application, if it's
possibile...
Any other suggestion?
Thanks
Luca Bertoncello
(lucabert@lucabert.de)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|