Popups for each device
when a new call "Rings" in i get a popup on the display for each device that is tied to my extension
Example When you call 2004 it will issue a dial
This allows me to be able to answer the calls to my extension no mater where in the office i am working at that moment (warehouse desk, office desk, mobile softphone).
The problem that is presented is each one of these results in a Popup on Ringing I only need to have a single pop up not 3 of them
Is there a way to interupt the code that performs the popup so that it will show only a single popup no mater which of the Channels are ringing
my button looks like this
What I am looking for is a single popup whenever extension 2004 has a call coming in.
Any guidance is appreciated.
Example When you call 2004 it will issue a dial
All three of these phones ring upon receipt of a new call.SIP/8801&SIP4407&SIP1475
This allows me to be able to answer the calls to my extension no mater where in the office i am working at that moment (warehouse desk, office desk, mobile softphone).
The problem that is presented is each one of these results in a Popup on Ringing I only need to have a single pop up not 3 of them
Is there a way to interupt the code that performs the popup so that it will show only a single popup no mater which of the Channels are ringing
my button looks like this
[SIP/8801]
Label=Ronald Hartmann
Extension=2004
Context=internal-calls
type=extension
group=engineering
channel=SIP/4407
channel=SIP/1475
What I am looking for is a single popup whenever extension 2004 has a call coming in.
Any guidance is appreciated.
Comments
Now, you could modify checkdir.php in some way, and try to keep some kind of state on popups to prevent the call on any javascript code that you might output directly in checkdir.php (but you should not be using the preferences popup url in that case).