Hi Everyone,
I am running Freeswitch 1.10.8 on an AWS EC2 server.
I am not sure if this is a bug or a configuration issue on the Freeswitch because it is intermittent when we are doing attended transfers.
Here’s the scenario:
Person A calling Person B then Person B answers Person A
Person A calling Person C then Person C answers Person A
Person A initiate a transfer to connect Person B and Person C
Expectation: Person B should connect to Person C
The results are intermittent sometimes it is successful and sometimes failed.
When I tried to add a delay after the bridge let’s say sleep or delay for 10 seconds
The transfer is consistently successful but once the delay is done that’s the time the call drops.
That means, the attended transfer is successful but the Freeswitch tries to hangup the sessions which cause the attended transfer to fail.
I am rooting for a configuring issue at this moment but if there’s anything I missed in this scenario or configuration. That would be nice.
Parameters that I have played while debugging the feature:
- hangup_after_bridge
- continue_on_fail
- park_after_bridge
- park_timeout
- transfer_after_bridge
- ignore_early_media
- absolute_codec_string
- session setAutoHangup
I really appreciate the help.
Thank you.
Joenil