Re: [asterisk-users] Call Presence for Offhook/Onhook Only

2012-10-22 Thread Danny Nicholas
You could do a simple PHP/Perl script to query hints and ring only the
not-in-use phones.  Or more simply that that do a ChanIsAvail() against the
list and ring the returned array. If I do
ChanIsAvail(line1/line2/line3/line4/line5) and 1 and 3 are in use, it
returns an array with 2/4/5 and I can Dial the array.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Chris Owen
Sent: Monday, October 22, 2012 3:17 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Call Presence for Offhook/Onhook Only


We have a customer with a dozen phones and they want nearly all of them to
ring.Unfortunately this causes a firestorm of call presence
notifications that overwhelm something on their network.   Any existing
calls get gappy audio for a few milliseconds when a new call comes in and
when someone picks it up due to all the state changes between ringing and
not ringing.  They have a T-1 dedicated to voice so it isn't a bandwidth
issue per se.   We've been through a handful of routers and QOS settings but
nothing has worked.   Turning off the busy lamps fixes the problem but of
course that isn't really a long term solution.

Really I don't think anyone cares about the busy lamps for ringing.   They
just want to know when someone is on the phone.

Is there any way short of hacking code that we can make notifications ignore
changes involving ringing and just report inuse/notinuse?

We are using 1.8.x if that matters.

Chris

--
-
Chris Owen- Garden City (620) 275-1900 -  Lottery (noun):
President  - Wichita (316) 858-3000 -A stupidity tax
Hubris Communications Inc  www.hubris.net
-






--
_
-- 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


Re: [asterisk-users] Call Presence for Offhook/Onhook Only

2012-10-22 Thread isrlgb
Check the notifyringing option in sip.conf

-Original Message-
From: Chris Owen ow...@hubris.net
Sender: asterisk-users-boun...@lists.digium.com
Date: Mon, 22 Oct 2012 15:17:27 
To: Asterisk Users Mailing List - Non-Commercial 
Discussionasterisk-users@lists.digium.com
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Subject: [asterisk-users] Call Presence for Offhook/Onhook Only

--
_
-- 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


--
_
-- 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


Re: [asterisk-users] Call Presence for Offhook/Onhook Only

2012-10-22 Thread Chris Owen
On Oct 22, 2012, at 4:25 PM, Danny Nicholas da...@debsinc.com wrote:

 You could do a simple PHP/Perl script to query hints and ring only the
 not-in-use phones.  Or more simply that that do a ChanIsAvail() against the
 list and ring the returned array. If I do
 ChanIsAvail(line1/line2/line3/line4/line5) and 1 and 3 are in use, it
 returns an array with 2/4/5 and I can Dial the array.

I don't think the problem isn't the phones that are in using getting the 
notifications so much as just the shear number of phones getting them.   If we 
only ring a few phones the problem goes away even if the phone you are on is 
one of the ones getting the notifications.

Chris

--
-
Chris Owen- Garden City (620) 275-1900 -  Lottery (noun):
President  - Wichita (316) 858-3000 -A stupidity tax
Hubris Communications Inc  www.hubris.net
-







smime.p7s
Description: S/MIME cryptographic signature
--
_
-- 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

Re: [asterisk-users] Call Presence for Offhook/Onhook Only

2012-10-22 Thread Chris Owen
On Oct 22, 2012, at 4:11 PM, isr...@gmail.com wrote:

 Check the notifyringing option in sip.conf

Interesting.   Looks like exactly what I want other than it looks like it is a 
global only setting?   I'll play with it tonight but any idea if this is still 
global only?

Chris

--
-
Chris Owen- Garden City (620) 275-1900 -  Lottery (noun):
President  - Wichita (316) 858-3000 -A stupidity tax
Hubris Communications Inc  www.hubris.net
-







smime.p7s
Description: S/MIME cryptographic signature
--
_
-- 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

Re: [asterisk-users] Call Presence for Offhook/Onhook Only

2012-10-22 Thread Chris Owen
On Oct 22, 2012, at 4:11 PM, isr...@gmail.com wrote:

 Check the notifyringing option in sip.conf

Looks like this really doesn't do what I had hoped:

;notifyringing = no ; Control whether subscriptions already INUSE 
get sent
; RINGING when another call is sent (default: 
yes)

Chris

--
-
Chris Owen- Garden City (620) 275-1900 -  Lottery (noun):
President  - Wichita (316) 858-3000 -A stupidity tax
Hubris Communications Inc  www.hubris.net
-







smime.p7s
Description: S/MIME cryptographic signature
--
_
-- 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