Hi All, How to park and pickup a call? The scenario of park and pickup described as below. UserA made a call to UserB, and the call ware connected, Then UserB parked (or hold) the call, and told UserC to pickup the call on one line, and then, UserC pressed some keys to pickup the call. Who can tell me what's the Park/Pickup's typical flow in the Asterisk. And how to set the sip.conf, extensions.conf and parking.conf to implement it. Zhang Peihao zhangpeihao@net-2com.com 2004-01-14
Zhang Peihao wrote:>Hi All, > >How to park and pickup a call? The scenario of park and pickup >described as below. > >UserA made a call to UserB, and the call ware connected, >Then UserB parked (or hold) the call, and told UserC to pickup >the call on one line, and then, UserC pressed some keys to >pickup the call. > >Who can tell me what's the Park/Pickup's typical flow in >the Asterisk. And how to set the sip.conf, extensions.conf >and parking.conf to implement it. > > >AFAIK call parking does not work with a number of SIP UA's because the call is transferred into the parking location and then the SIP UA terminates the call so you will not hear which location the call was parked to.. You may be able to setup a workaround to the problem using the "t" option in your extension configuration and then use the # key to perform the transfer instead of the SIP transfer key on your phone.. later..
Hi WipeOut, Can you give me a sample? Zhang Peihao 2004-01-14 ----- Original Message ----- From: "WipeOut" <wipe_out@users.sourceforge.net> To: "asterisk-users" <asterisk-users@lists.digium.com> Sent: 2004-01-14 11:59:00 Subject: Re: Re: [Asterisk-Users] How to park and pickup a call Zhang Peihao wrote:>Hi All, > >How to park and pickup a call? The scenario of park and pickup >described as below. > >UserA made a call to UserB, and the call ware connected, >Then UserB parked (or hold) the call, and told UserC to pickup >the call on one line, and then, UserC pressed some keys to >pickup the call. > >Who can tell me what's the Park/Pickup's typical flow in >the Asterisk. And how to set the sip.conf, extensions.conf >and parking.conf to implement it. > > >AFAIK call parking does not work with a number of SIP UA's because the call is transferred into the parking location and then the SIP UA terminates the call so you will not hear which location the call was parked to.. You may be able to setup a workaround to the problem using the "t" option in your extension configuration and then use the # key to perform the transfer instead of the SIP transfer key on your phone.. later.. _______________________________________________ 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
Hi WipeOut, Can you give me a sample? Zhang Peihao 2004-01-14 ----- Original Message ----- From: "WipeOut" <wipe_out@users.sourceforge.net> To: "asterisk-users" <asterisk-users@lists.digium.com> Sent: 2004-01-14 11:59:00 Subject: Re: Re: [Asterisk-Users] How to park and pickup a call Zhang Peihao wrote:>Hi All, > >How to park and pickup a call? The scenario of park and pickup >described as below. > >UserA made a call to UserB, and the call ware connected, >Then UserB parked (or hold) the call, and told UserC to pickup >the call on one line, and then, UserC pressed some keys to >pickup the call. > >Who can tell me what's the Park/Pickup's typical flow in >the Asterisk. And how to set the sip.conf, extensions.conf >and parking.conf to implement it. > > >AFAIK call parking does not work with a number of SIP UA's because the call is transferred into the parking location and then the SIP UA terminates the call so you will not hear which location the call was parked to.. You may be able to setup a workaround to the problem using the "t" option in your extension configuration and then use the # key to perform the transfer instead of the SIP transfer key on your phone.. later.. _______________________________________________ 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
Zhang Peihao wrote:>Hi WipeOut, > >Can you give me a sample? > >Zhang Peihao >2004-01-14 > >In your extensions.conf you can try using the "t" option on the Dial app.. so somthing like this.. exten => 1234,1,Dial(SIP/1234,10,t) Where 10 is the timeout and "t" is the option to enable the # key to perform a transfer ( you may want to add "T" as well)..
Hi WipeOut, That's OK now. Thank you vrey much! By the way, I have an other question, are there any way to implement MeetMe conference If I haven't zaptel device? Zhang Peihao 2004-01-15 ----- Original Message ----- From: "WipeOut" <wipe_out@users.sourceforge.net> To: "asterisk-users" <asterisk-users@lists.digium.com> Sent: 2004-01-14 13:35:00 Subject: Re: Re: [Asterisk-Users] How to park and pickup a call Zhang Peihao wrote:>Hi WipeOut, > >Can you give me a sample? > >Zhang Peihao >2004-01-14 > >In your extensions.conf you can try using the "t" option on the Dial app.. so somthing like this.. exten => 1234,1,Dial(SIP/1234,10,t) Where 10 is the timeout and "t" is the option to enable the # key to perform a transfer ( you may want to add "T" as well)..
> >By the way, I have an other question, are there any way to >implement MeetMe conference If I haven't zaptel device? > >Zhang Peihao >2004-01-15 >Yes, there is. Modify the Makefile in the /usr/src/zaptel directory, ie, change #ztdummy to ztdummy and run make clean; make install Find more information at: http://www.automated.it/guidetoasterisk.htm Regards... Girish _________________________________________________________________ Get head-hunted by 10,000 recruiters. http://go.msnserver.com/IN/35984.asp Post your CV on naukri.com today.