Parked calls lingering in FOP2
I just added parked calls to FOP2, and restarted, logged in and out and all that..
My parked calls are lingering there after they are gone. Am I supposed to have hints for parked calls?
http://wewt.net/old/gallery/forum/fop2.jpg
Also, using DAHDI/1, DAHDI/2, etc didn't work for me.. I put in DAHDI/i1, etc.. that works,. but it shows the whole channel name..
My parked calls are lingering there after they are gone. Am I supposed to have hints for parked calls?
http://wewt.net/old/gallery/forum/fop2.jpg
Also, using DAHDI/1, DAHDI/2, etc didn't work for me.. I put in DAHDI/i1, etc.. that works,. but it shows the whole channel name..
Comments
We're using the transfer button on the Polycom..
/usr/local/fop2/fop2_server -X 3
and send pirvately your capture to me. Quick explanation:
In fop 2.11 we take the AMI park events to the letter, that means that when you do a native transfers to a park extension, the ami event is ParkedChannel: YOURSELF (not the bridged channel), and a millisecond after that: UnparkedChannel: YOURSELF. And it actually makes some sense, because you are dialing the parking extension to hear the parking lot, but the event signals the channel being parked as your own, and just destroys it moment later. Fop then showed the call for a brief moment, and then removes it because ami says so.
In fop 2.20 I tried to do a workaround, detecting when the park event shows that you are parking yourself, and mantaining the park relations and status internally. I did some updates on that behaviour in the last month, so you might want to update if you are not using a recent fop 2.20 version.
Will it be possible to support SIP transfers to conferences and parking lots or will I have to retrain the users to use the native asterisk transfer methods?
callevents=yes
Before the next MeetMe conference I will do a fop2_server -X 3 and send you the output.
EDIT: changed "post here" to "send you"