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
