You cannot disable call waiting on the polycoms. Therefore you need to use SetGroup and CheckGroup to keep Asterisk from sending more than one call to the same SIP peer at the same time. The polycom will ALWAYS accept a second call on a line that's in use.

Wiley Siler wrote:

If you have two lines registered to one phone then you need to do the
following...
This assumes extensions 1001 and 1002 are your line appearances...

exten => 1001,1,Dial(1001,20,trf) ;we are dialing line 1
        -- After 20 seconds it will timeout and go to the next line
exten => 1001,2,Dial(1002,20,trf) ;just told it to dial line 1002
exten => 1001,3,Do your voice Mail Here
exten => 1001,4,Hangup

You could alternately just use a GoTo after the 1st dial attempt times
out and send the call to 1002

If you are talking about getting a second call while on line 1, then you
just need to enable call waiting on the Asterisk box.
The phone should automatically show a second incoming call and allow you
to place call 1 on hold.

W


-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josiah Bryan Sent: Tuesday, April 12, 2005 7:42 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] multiple line usage on Polycom IP300

On Tuesday 12 April 2005 10:18 am, MobilPete wrote:

can anyone help ??
trying to get Polycom IP300 to utilize both lines, would like calls to


roll to open line when incoming call arrives while user is on line 1. Looked everywhere and tried many things with no luck.


Do you have your lines register sepratly? E.g. is there a seperate entry
in sip.conf for each line or do they both register as the same sip
device?





--
Always do right. This will gratify some people and astonish the rest.
Mark Twain
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to