Re: [Asterisk-Users] Multi phone presentation

2003-11-10 Thread Brian West
I use this on my 7960 to use blind xfer to parking. exten => _2XX,1,Answer exten => _2XX,2,Wait(1) exten => _2XX,3,ParkAndAnnounce(pbx-transfer:PARKED|7200|SIP/${EXTEN:1}|default,${EXTEN:1},1) Ie if i'm on exten 11.. I blind xfer to 211. It waits 1 second.. calls me back with the parking number

Re: [Asterisk-Users] Multi phone presentation

2003-11-10 Thread Rich Adamson
> >>>2) Put on hold and pick up on a different phone set. > >>> > >>> > >>The right thing for this is call parking but it doesn't work to well > >>with IP Phones.. > >> > > > >Could you clarify what doesn't work well? Is there a SIP deficiency? > > > It does not work so well becasue the IP Phone (

Re: [Asterisk-Users] Multi phone presentation

2003-11-10 Thread WipeOut
costas wrote: 2) Put on hold and pick up on a different phone set. The right thing for this is call parking but it doesn't work to well with IP Phones.. Could you clarify what doesn't work well? Is there a SIP deficiency? It does not work so well becasue the IP Phone (GS specifi

Re: [Asterisk-Users] Multi phone presentation

2003-11-10 Thread Robert Hajime Lanning
>>> >>>2) Put on hold and pick up on a different phone set. >>> >>The right thing for this is call parking but it doesn't work to well >>with IP Phones.. > > Could you clarify what doesn't work well? Is there a SIP deficiency? The SIP phone needs to be able to do supervised transfers. Some phon

Re: [Asterisk-Users] Multi phone presentation

2003-11-09 Thread costas
>> >>2) Put on hold and pick up on a different phone set. >> >The right thing for this is call parking but it doesn't work to well >with IP Phones.. > Could you clarify what doesn't work well? Is there a SIP deficiency? -- Costas Menico Meezon Software Corp 201-224-8111 [EMAIL PROTECTED] -- __

Re: [Asterisk-Users] Multi phone presentation

2003-11-09 Thread Rich Adamson
> Does anyone have sample * configuration on how I can get an incoming call > to ring all SIP phones (small setup, say 4 phones) at the same time. extensions.conf [globals] PHONE1=SIP/3000 PHONE2=SIP/3001 [inbound-bus] exten => s,1,Dial(${PHONE1}&${PHONE

Re: [Asterisk-Users] Multi phone presentation

2003-11-09 Thread WipeOut
costas wrote: Hi, Does anyone have sample * configuration on how I can get an incoming call to ring all SIP phones (small setup, say 4 phones) at the same time. 1) I would like to pickup up any phone and the ringing should stop (of course) Example.. exten => s,1,Dial(sip/123&sip/234&zap/2) Will

Re: [Asterisk-Users] Multi phone presentation

2003-11-09 Thread Robert Hajime Lanning
> Does anyone have sample * configuration on how I can get an incoming call > to ring all SIP phones (small setup, say 4 phones) at the same time. > > 1) I would like to pickup up any phone and the ringing should stop (of > course) exten => s,1,Dial(SIP/set1&SIP/set2&SIP/set3&SIP/set4,t) > 2) Pu

[Asterisk-Users] Multi phone presentation

2003-11-09 Thread costas
Hi, Does anyone have sample * configuration on how I can get an incoming call to ring all SIP phones (small setup, say 4 phones) at the same time. 1) I would like to pickup up any phone and the ringing should stop (of course) 2) Put on hold and pick up on a different phone set. Do I need speci