Hello Friends, I am using asterisk 1.2 and ooh323 (ported with asterisk 1.2 addons) for my ip phones with H323 enabled. I am not able to get call pickup working. The call transfer (both blind and attended ) work fine . I have tried a lot of work arounds but it always fails doing so.
I try to pickup a call using *8 and I have also tried *8#, no luck in either methods. My configuration files are as under:- extensions.conf:- [incomming] exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,n,Answer ; Answer the line exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => s,n(restart),BackGround(demo-congrats) ; Play a congratulatory message exten => s,n,WaitExten(20) ; Wait for an extension to be dialed. exten => s,n,Dial(OH323/192.168.1.194,t) , Dial the operator exten => #,1,Playback(demo-thanks) ; "Thanks for trying the demo" exten => #,n,Hangup ; Hang them up. exten => t,1,Goto(#,1) ; If they take too long, give up exten => i,1,Playback(invalid) ; "That's not valid, try again" include => testing [default] include => incomming include => testing [testing] exten => 61,1,Dial(OOH323/192.168.1.194,100,Tt) exten => 62,1,Dial(OOH323/192.168.1.196,100,Tt) exten => 63,1,Dial(OOH323/192.168.1.192,100,Tt) ;exten => 64,1,Dial(OOH323/192.168.1.203,100,Tt) ;exten => _7.,1,Pickup(${EXTEN:[EMAIL PROTECTED]) exten => _*6.,1,Pickup(${EXTEN:[EMAIL PROTECTED]) include => parkedcalls include => featuremap features.conf:- pickupexten = *8 ; Configure the pickup extension. Default is *8 (Its uncommented) ooh323.conf:- [vivek] type=friend ip=192.168.1.194 context=testing ;dtmfmode=inband group=1 Callgroup=1 pickupgroup=1 [santosh] type=friend ip=192.168.1.196 context=testing group=1 Callgroup=1 pickupgroup=1 [binu] type=friend ip=192.168.1.192 context=testing group=1 Callgroup=1 pickupgroup=1 Please help. Help will be very much appreciated. Thanks a lot all of you to atleast read this. Goodbye With warm regards. Vivek J. Joshi. [EMAIL PROTECTED] Trikon electronics Pvt. Ltd. --Truth springs from argument amongst friends.