[Asterisk-Users] multiple line usage on Polycom IP300

Wiley Siler wsiler at education2020.com
Tue Apr 12 08:05:28 MST 2005


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: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] 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?



-- 
Josiah Bryan
IT Coordinator
Productive Concepts, Inc.
jbryan at productiveconcepts.com
(765) 964-6009, ext. 224
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at 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



More information about the asterisk-users mailing list