VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
support at telium.io Guest
|
Posted: Wed Nov 10, 2021 10:42 pm Post subject: [Freeswitch-users] ESL asynchronous use |
|
|
I’m trying to figure out asynchronous use of the ESL (from C). If I call esl_connect_timeout with a timeout of 0, what happens if the connection is not made immediately? Is there some callback function indicating success/failure?
If the esl connection is lost (FreeSwitch crashes), is there a callback function indicating the lost connection? Or do I need to issue a status/keepalive to ensure function succeeds?
Looking a bit at the esl.c code I’m wondering if the above are synchronous only…(polling for status) |
|
Back to top |
|
|
brian at freeswitch.com Guest
|
|
Back to top |
|
|
support at telium.io Guest
|
Posted: Thu Nov 11, 2021 6:52 pm Post subject: [Freeswitch-users] ESL asynchronous use |
|
|
No crash, just learning how to use the ESL. I strongly prefer async design, so wondering if connect and disconnect have some sort of success/failure callback.
Or is the only way to check success to send a command over the socket?
Same with disconnect, do we need to wait for a send failure?
From: Brian West [mailto:brian@freeswitch.com]
Sent: Thursday, November 11, 2021 8:46 AM
To: Telium Technical Support <support@telium.io>
Cc: FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] ESL asynchronous use
If you have a crash you should perform a back trace and submit an issue on github.
/b
On Wed, Nov 10, 2021 at 7:50 PM Telium Technical Support <support@telium.io (support@telium.io)> wrote:
--
Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url][url=https://twitter.com/freeswitch] |
|
Back to top |
|
|
grcamauer at gmail.com Guest
|
Posted: Fri Nov 12, 2021 8:41 am Post subject: [Freeswitch-users] ESL asynchronous use |
|
|
There is a SESSION_HEARTBEAT event that you can monitor to see if FS has stopped responding. It also has a lot of other useful information.
Guillermo
On Thu, Nov 11, 2021 at 8:56 PM Telium Technical Support <support@telium.io (support@telium.io)> wrote:
--
Guillermo Ruiz Camauer |
|
Back to top |
|
|
support at telium.io Guest
|
Posted: Sun Nov 14, 2021 3:32 am Post subject: [Freeswitch-users] ESL asynchronous use |
|
|
I looked at the ESL C code and I *THINK* that I have to poll using the esl_recv_event_timed function (to look for the SESSION_HEARTBEAT event).
Is there already a callback function that I can hook into to be notified of events? If not, at which frequency should I poll for events (sleep inbetween) based on anyones experience? I don’t like blocking code so I’m hoping there is already a callback function setup.
Or is there some other way to handle this?
From: FreeSWITCH-users [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Guillermo Ruiz Camauer
Sent: Friday, November 12, 2021 8:31 AM
To: FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] ESL asynchronous use
There is a SESSION_HEARTBEAT event that you can monitor to see if FS has stopped responding. It also has a lot of other useful information.
Guillermo Quote: | Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â |
On Thu, Nov 11, 2021 at 8:56 PM Telium Technical Support <support@telium.io (support@telium.io)> wrote:
--
Guillermo Ruiz Camauer |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
|
Back to top |
|
|
support at telium.io Guest
|
|
Back to top |
|
|
david.villasmil.work a... Guest
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|