zecdav
1
Dear all,
i have configured two Phones 101 and 102.
Features.conf
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
parkingtime => 45
Extensions.conf
[incoming]
include => parkedcalls
exten => 101,1,Dial(SIP/101,tT)
exten => 102,1,Dial(SIP/102,tT)
If a call 102 from 101 and i try to transfer to 700, it says parking attemp failed. Same thing if i try from 102 to 101.
What is the error in the configuration?
Thanks and regards,
Davide
zecdav
2
Can somebody post a working configuration of Call Parking?
=> should be = although it might tolerate this.
parkedcalls needs to be included in the context that is the target for transfers.
I believe that the sample configuration, supplied with Asterisk, is a working one for parked calls.
zecdav
4
Sorry, i solved.
There was a mistake in sip.conf configuration. I set parkinglot = general instead of parkinglot = default.
Sorry and regards,
Davide