In my asterisk setup, 112 would transfer the call to 8100 and get a message back that the call was set to lot 8100 or another value up to 8199. 112 would then tell 113 to pickup 81xx and they would have 2 minutes to do so.
Regards, -- Danny Nicholas -- _____ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of cool dude Sent: Wednesday, February 17, 2010 2:14 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] call parking i am working on call parking, i had made three extensions, 112 113 114 call parking range 8100-8199 now any call comes, exten 112 receives it after receiving it called party i.e who received the call puts the caller on hold n than called party is hearing moh. now plz tell me how exten 113 pick up the call from call park.these r features sip and extension.conf vi features.conf [general] parkext => 8100 parkpos => 8100-8199 context => parkedcalls parkingtime => 120 ~ ########################################################################### sip.conf [general] port = 5060 bindaddr = 0.0.0.0 context = others [112] type=friend context=my-phones secret=1234 host=dynamic [113] type=friend context=my-phones secret=1234 host=dynamic [114] type=friend context=my-phones secret=1234 host=dynamic ########################################################################## vi /extensions.conf [from-zaptel] exten => s,1,wait(2) exten => s,n,Dial(SIP/112,20) exten => s,n,Hangup() include = parkedcalls include = my-phones [my-phones] exten => 112,1,Dial(SIP/112) exten => 113,1,Dial(SIP/113) exten => 114,1,Dial(SIP/114) ############################################################################ ### thx _____ The INTERNET now has a personality. YOURS! See <http://in.rd.yahoo.com/tagline_yyi_1/*http:/in.yahoo.com/> your Yahoo! Homepage.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users