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" <[EMAIL PROTECTED]> To: "asterisk-users" <[EMAIL PROTECTED]> 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).. >From the CLI.. dev02*CLI> show application Dial -= Info about application 'Dial' =- [-snip-] 't' -- allow the called user transfer the calling user 'T' -- to allow the calling user to transfer the call. [-snip-] Remember to include "parkedcalls" in the appropiate context.. later _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
