surendra reddy
2005-Jul-20 07:07 UTC
[Asterisk-Users] getting problem in Picking up the parked call
Hi all. I am trying following scenerio for call park & pickup. voice is flowing established between B & C, after call-pickup ( instead of A & B ). can anyone please clarify why it is happening like this, ( or ) do i need some more configuration for park&pickup ? A B C Talking ------------------------------------> pressed #, dialed 700 Dialed 701 Talking <------------------------------------------------> I am using the asterisk parkedcalls context in features.conf. *features.conf :* -------------------------- [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parked for ; (default is 45 seconds) transferdigittimeout => 3 ; Number of seconds to wait between digits when transfering a call courtesytone = beep ; Sound file to play to the parked caller ; when someone dials a parked call xfersound = beep ; to indicate an attended transfer is complete xferfailsound = beeperr ; to indicate a failed transfer adsipark = yes ; if you want ADSI parking announcements ;findslot => next ; Continue to the 'next' parking space. Defaults to 'first' available pickupexten = *8 ; Configure the pickup extension. Default is *8 featuredigittimeout = 500 ; Max time (ms) between digits for ; feature activation. Default is 500 [featuremap] blindxfer => #1 ; Blind transfer disconnect => *0 ; Disconnect ;automon => *1 ; One Touch Record atxfer => *2 ; Attended transfer And i added *callgroup=1 & pickupgroup=1* for my sip extensions in *sip.conf*. And I add *include => parkedcalls* in *extensions.conf *Thanks, Surendra. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050720/e79c03e1/attachment.htm
surendra reddy
2005-Jul-20 07:31 UTC
[Asterisk-Users] getting problem in Picking up the parked call
Hi all. I am trying following scenerio for call park & pickup. voice is flowing established between B & C, after call-pickup ( instead of A & B ). can anyone please clarify why it is happening like this, ( or ) do i need some more configuration for park&pickup ? A B C Talking ------------------------------------> pressed #, dialed 700 Dialed 701 Talking <------------------------------------------------> I am using the asterisk parkedcalls context in features.conf. *features.conf :* -------------------------- [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parked for ; (default is 45 seconds) transferdigittimeout => 3 ; Number of seconds to wait between digits when transfering a call courtesytone = beep ; Sound file to play to the parked caller ; when someone dials a parked call xfersound = beep ; to indicate an attended transfer is complete xferfailsound = beeperr ; to indicate a failed transfer adsipark = yes ; if you want ADSI parking announcements ;findslot => next ; Continue to the 'next' parking space. Defaults to 'first' available pickupexten = *8 ; Configure the pickup extension. Default is *8 featuredigittimeout = 500 ; Max time (ms) between digits for ; feature activation. Default is 500 [featuremap] blindxfer => #1 ; Blind transfer disconnect => *0 ; Disconnect ;automon => *1 ; One Touch Record atxfer => *2 ; Attended transfer And i added *callgroup=1 & pickupgroup=1* for my sip extensions in *sip.conf*. And I add *include => parkedcalls* in *extensions.conf *Thanks, Surendra.