Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-22 Thread Walker Haddock
Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Paul, I applied the patch successfully last night on the CVS from last night. I set the incominglimit=1 in sip.conf. I am still getting the ring in the Grandstream phones. I posted a bug report on the bugtracker. If you would like

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-22 Thread Paul Liew
- Original Message - From: Walker Haddock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 11:10 PM Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Paul, I applied the patch successfully last

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-21 Thread Walker Haddock
On Tue, Oct 21, 2003 at 09:32:44AM +1000, Paul Liew wrote: Sorry, to repost - but I left a /* comment - here it is again Paul --- chan_sip.c.save 2003-10-20 21:51:52.0 +1000 +++ chan_sip.c 2003-10-21 09:26:41.0 +1000 @@ -959,7 +959,9 @@ return 0;

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-21 Thread Paul Liew
- Original Message - From: Walker Haddock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:50 AM Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Paul, I'm getting a patch error when I diff to the chan_sip.c that I just got from CVS this morning

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-21 Thread Walker Haddock
On Wed, Oct 22, 2003 at 09:46:52AM +1000, Paul Liew wrote: - Original Message - From: Walker Haddock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:50 AM Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Paul, I'm getting a patch error when

[Asterisk-Users] Call Waiting on SIP phones

2003-10-20 Thread Paul Liew
Hi All, This is the first time I'm submitting a patch, and I hope it fixes more than it breaks. I'm putting it here, since John Todd mentioned a while ago about the heavy load Mark and crew have at Digium (doing such good work), so I thought all of us could test this first, and if ok submit for

[Asterisk-Users] Call Waiting on SIP phones

2003-10-20 Thread Paul Liew
Sorry, to repost - but I left a "/*" comment - here it is again Paul --- chan_sip.c.save 2003-10-20 21:51:52.0 +1000+++ chan_sip.c 2003-10-21 09:26:41.0 +1000@@ -959,7 +959,9 @@ return 0; } switch(event) {+ /* Incoming and outging affects the inUse counter */ case

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-20 Thread John Todd
Sorry, to repost - but I left a /* comment - here it is again Paul [code block removed] Paul - A few questions and comments: 1) So, does this also make incominglimit and outgoinglimit work as expected? The current method doesn't do quite what the average user thinks it would do. 2) Your

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-20 Thread Tilghman Lesher
On Monday 20 October 2003 18:21, Paul Liew wrote: Hi All, This is the first time I'm submitting a patch, and I hope it fixes more than it breaks. I'm putting it here, since John Todd mentioned a while ago about the heavy load Mark and crew have at Digium (doing such good work), so I thought

Re: [Asterisk-Users] Call Waiting on SIP phones

2003-10-20 Thread Paul Liew
- Original Message - From: John Todd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 10:29 AM Subject: Re: [Asterisk-Users] Call Waiting on SIP phones Paul - A few questions and comments: 1) So, does this also make incominglimit and outgoinglimit work