Carl Youngblood
2006-May-05 17:35 UTC
[Asterisk-Users] How to determine if a device is in a call
I have gotten intercom working on my office phones (Linksys SPA-942s), but I have noticed that if someone is in a call, it places the call on hold and sends the intercom audio to the person holding the phone that is being paged. I'd like to add logic to my dialplan that doesn't send a page to a phone that is currently in a call. But to do this I need a function that will tell me if a device is in a call. Any suggestions? Thanks, Carl
Moises Silva
2006-May-05 18:43 UTC
[Asterisk-Users] How to determine if a device is in a call
Check in voip-info.org about sip.conf parameter "call-limit". It may help you. Regards On 5/5/06, Carl Youngblood <carl@youngbloods.org> wrote:> I have gotten intercom working on my office phones (Linksys SPA-942s), > but I have noticed that if someone is in a call, it places the call on > hold and sends the intercom audio to the person holding the phone that > is being paged. I'd like to add logic to my dialplan that doesn't > send a page to a phone that is currently in a call. But to do this I > need a function that will tell me if a device is in a call. Any > suggestions? > > Thanks, > Carl > _______________________________________________ > --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 >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
Wes Baehr
2006-May-05 18:45 UTC
[Asterisk-Users] How to determine if a device is in a call
Show application chanisavail Should be what you need Wes Baehr Ability Business Computing, Ltd. Office: 330.882.0455 x25 Cell: 330.882.0455 x35 wbaehr@abilitybusiness.com -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Carl Youngblood Sent: Friday, May 05, 2006 8:35 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] How to determine if a device is in a call I have gotten intercom working on my office phones (Linksys SPA-942s), but I have noticed that if someone is in a call, it places the call on hold and sends the intercom audio to the person holding the phone that is being paged. I'd like to add logic to my dialplan that doesn't send a page to a phone that is currently in a call. But to do this I need a function that will tell me if a device is in a call. Any suggestions? Thanks, Carl _______________________________________________ --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 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.4/332 - Release Date: 5/4/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.4/332 - Release Date: 5/4/2006
Alexander Lopez
2006-May-05 23:23 UTC
[Asterisk-Users] How to determine if a device is in a call
See: http://www.sineapps.com/news.php?rssid=1130 snip...> I have gotten intercom working on my office phones (Linksys SPA-942s), > but I have noticed that if someone is in a call, it places the call on > hold and sends the intercom audio to the person holding the phone that > is being paged. I'd like to add logic to my dialplan that doesn't > send a page to a phone that is currently in a call. But to do this I > need a function that will tell me if a device is in a call. Any > suggestions? > > Thanks, > CarlSnip.