asterisk@frameweb.it
2007-May-17 01:40 UTC
[asterisk-users] how to define a key to decline incoming call
Hi all. We have Snom phones which do have a defined key in order to drop incoming call WITHOUT answering. Pressing that key, a "SIP/2.0 486 Busy Here" message is sent back. We have other phones (I.E. DECT Siemens C450IP, or ATCOM 320 or other) which DO NOT have any key to do that (or the key does not work, as is with Siemens C450 IP ): you have to answer and immediatly after hangup the call. Acting on feature.conf we succed in defining keys for blind transfer or attended transfer: the last thing we need is the ability to drop an incoming call without answering it. Is there any way to define a key (or double-key, i.e. "*4") to send back a "SIP/2.0 486 Busy Here" message ? thanks in advance, Andrea Chi ricevesse questa mail per errore e' gentilmente pregato di cancellarla. Visitate il sito http://www.frameweb.it
Alex Balashov
2007-May-17 08:35 UTC
[asterisk-users] how to define a key to decline incoming call
On Thu, 17 May 2007, asterisk@frameweb.it said something to this effect:> Is there any way to define a key (or double-key, i.e. "*4") to send back > a "SIP/2.0 486 Busy Here" message ?Can't you do something like Hangup() or direct to voicemail from the features.conf directives? Never actually tried, so I could be blowing smoke here... -- Alex -- Alex Balashov <sasha@presidium.org>
Steve Langstaff
2007-May-17 09:25 UTC
[asterisk-users] how to define a key to decline incoming call
How are you proposing to seize the line to dial the feature code without answering the call?> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > asterisk@frameweb.it > Sent: 17 May 2007 09:41 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] how to define a key to decline incoming call > > Hi all. > We have Snom phones which do have a defined key in order to > drop incoming call WITHOUT answering. > > Pressing that key, a "SIP/2.0 486 Busy Here" message is sent back. > > We have other phones (I.E. DECT Siemens C450IP, or ATCOM 320 > or other) which DO NOT have any key to do that (or the key > does not work, as is with Siemens C450 IP ): you have to > answer and immediatly after hangup the call. > > Acting on feature.conf we succed in defining keys for blind > transfer or attended transfer: the last thing we need is the > ability to drop an incoming call without answering it. Is > there any way to define a key (or double-key, i.e. "*4") to > send back a "SIP/2.0 486 Busy Here" message ? > > thanks in advance, > > Andrea > > Chi ricevesse questa mail per errore e' gentilmente pregato > di cancellarla. > > Visitate il sito http://www.frameweb.it > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Anselm Martin Hoffmeister
2007-May-18 00:10 UTC
[asterisk-users] how to define a key to decline incoming call
Am Donnerstag, den 17.05.2007, 10:40 +0200 schrieb asterisk@frameweb.it:> Hi all. > We have Snom phones which do have a defined key in order to drop incoming > call WITHOUT answering. > > Pressing that key, a "SIP/2.0 486 Busy Here" message is sent back. > > We have other phones (I.E. DECT Siemens C450IP, or ATCOM 320 or other) > which DO NOT have any key to do that (or the key does not work, as is with > Siemens C450 IP ): you have to answer and immediatly after hangup the call. > > Acting on feature.conf we succed in defining keys for blind transfer or > attended transfer: the last thing we need is the ability to drop an > incoming call without answering it. Is there any way to define a key (or > double-key, i.e. "*4") to send back a "SIP/2.0 486 Busy Here" message ? > > thanks in advance,Please have a look at http://www.voip-info.org/wiki/view/Asterisk+Cmd+Dial Especially the M() parameter. There is an "example 2" that needs only little changing to match your idea. You could, for example, wait 2 secs in that macro before bridging the calls - and reject call if "1" is pressed within 2 seconds, or similar. Of course this prepends 2 seconds to any call bridging. For the Siemens Gigasets, most of them (and I do not know the C450IP, only the C450) show a soft button "Ignore" which meens "stop ringing, but do not tell the caller". Combined with a Dial() timeout and following voicemail this works like "stop disturbing, eventually the voicemail will take the call". No idea about the ATCOM though, so having that Macro stuff might be the most universal method available. BR Anselm
Stephen Bosch
2007-May-18 07:53 UTC
[asterisk-users] how to define a key to decline incoming call
Anselm Martin Hoffmeister wrote:> Am Donnerstag, den 17.05.2007, 10:40 +0200 schrieb asterisk@frameweb.it: >> Hi all. >> We have Snom phones which do have a defined key in order to drop incoming >> call WITHOUT answering. >> >> Pressing that key, a "SIP/2.0 486 Busy Here" message is sent back. >> >> We have other phones (I.E. DECT Siemens C450IP, or ATCOM 320 or other) >> which DO NOT have any key to do that (or the key does not work, as is with >> Siemens C450 IP ): you have to answer and immediatly after hangup the call. >> >> Acting on feature.conf we succed in defining keys for blind transfer or >> attended transfer: the last thing we need is the ability to drop an >> incoming call without answering it. Is there any way to define a key (or >> double-key, i.e. "*4") to send back a "SIP/2.0 486 Busy Here" message ? >> >> thanks in advance, > > Please have a look at > http://www.voip-info.org/wiki/view/Asterisk+Cmd+Dial > > Especially the M() parameter. There is an "example 2" that needs only > little changing to match your idea. You could, for example, wait 2 secs > in that macro before bridging the calls - and reject call if "1" is > pressed within 2 seconds, or similar. > > Of course this prepends 2 seconds to any call bridging. > > For the Siemens Gigasets, most of them (and I do not know the C450IP, > only the C450) show a soft button "Ignore" which meens "stop ringing, > but do not tell the caller". Combined with a Dial() timeout and > following voicemail this works like "stop disturbing, eventually the > voicemail will take the call". No idea about the ATCOM though, so having > that Macro stuff might be the most universal method available.Do these sets not have a "Do not disturb" button? For sets that do, what is the behaviour when one presses the DND button while the phone is ringing? -Stephen-