View previous topic :: View next topic |
Author |
Message |
josh at radianttiger.com Guest
|
Posted: Mon Sep 07, 2009 2:59 pm Post subject: [Freeswitch-users] mod_managed ILoadNotificationPlugin |
|
|
What is the purpose if the ILoadNotificationPlugin? I thought it could be used to start off background code, but code run from that point seems to be terminated when the method returns. Does it only exist to check dependencies? |
|
Back to top |
|
|
mgg at giagnocavo.net Guest
|
Posted: Tue Sep 08, 2009 7:18 am Post subject: [Freeswitch-users] mod_managed ILoadNotificationPlugin |
|
|
It’s to notify your plugin that it’s being loaded, and allow your plugin to opt out of being loaded.
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Josh Rivers
Sent: Monday, September 07, 2009 1:50 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] mod_managed ILoadNotificationPlugin
What is the purpose if the ILoadNotificationPlugin? I thought it could be used to start off background code, but code run from that point seems to be terminated when the method returns. Does it only exist to check dependencies? |
|
Back to top |
|
|
|