[Freeswitch-users] mod_managed socket binding problem

Brian West brian at freeswitch.org
Tue Oct 12 09:16:28 PDT 2010


You would have to shutdown and close the socket in your module shutdown routine.

/b

On Oct 12, 2010, at 11:01 AM, babak yakhchali wrote:

> Hi
> I'm creating a module in mod_managed to accept snmp request and respond by returning the result of calling some apis. I'm creating a udp socket to listen for snmp reqs. problem is whenever the module is reloaded, because first a new load occurs, in the new one the socket can not be bind, because of the previous socket still running. how can I stop the old socket?
> thanx
> _________




More information about the FreeSWITCH-users mailing list