Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
aqsyounas at gmail.com
Guest





PostPosted: Fri Feb 19, 2016 5:42 am    Post subject: [Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register su Reply with quote

Hi.

I am able to compile mod_avmd without any error. But when i try to load it i see this error in console. 


freeswitch@internal> load mod_avmd
+OK Reloading XML
-ERR [module load file routine returned an error]


2016-02-19 05:27:31.644461 [INFO] mod_enum.c:880 ENUM Reloaded
2016-02-19 05:27:31.644461 [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!
2016-02-19 05:27:31.644461 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_avmd.so
**Module load routine returned an error**





These are the lines I see in mod_avmd.c but unable to understand. 




        if (switch_event_reserve_subclass(AVMD_EVENT_BEEP) != SWITCH_STATUS_SUCCESS) {
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't register subclass %s!\n", AVMD_EVENT_BEEP);
                return SWITCH_STATUS_TERM;
        }





Any pointer is much appreciated. 


Best Regards.


This email has been sent from a virus-free computer protected by Avast.
www.avast.com [url=#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2][/url]
Back to top
vma at 440hz.fr
Guest





PostPosted: Fri Feb 19, 2016 6:34 am    Post subject: [Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register su Reply with quote

Hi,
Looks like you are trying to load a module that is already loaded. Try a reload. Also, sometimes the event subclass doesn’t unregister properly when you do a reload so you need to restart freeswitch when you get this error.
Best Regards,
Vallimamod
.



Quote:
On 19 Feb 2016, at 11:40, Aqs Younas <aqsyounas@gmail.com (aqsyounas@gmail.com)> wrote:
Hi.
I am able to compile mod_avmd without any error. But when i try to load it i see this error in console.

freeswitch@internal> load mod_avmd
+OK Reloading XML
-ERR [module load file routine returned an error]

2016-02-19 05:27:31.644461 [INFO] mod_enum.c:880 ENUM Reloaded
2016-02-19 05:27:31.644461 [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!
2016-02-19 05:27:31.644461 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_avmd.so
**Module load routine returned an error**



These are the lines I see in mod_avmd.c but unable to understand.


if (switch_event_reserve_subclass(AVMD_EVENT_BEEP) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't register subclass %s!\n", AVMD_EVENT_BEEP);
return SWITCH_STATUS_TERM;
}



Any pointer is much appreciated.

Best Regards.


Back to top
aqsyounas at gmail.com
Guest





PostPosted: Fri Feb 19, 2016 6:58 am    Post subject: [Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register su Reply with quote

Perfect. Thank you. !

This email has been sent from a virus-free computer protected by Avast.
www.avast.com [url=#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2][/url]

On 19 February 2016 at 16:33, Vallimamod Abdullah <vma@440hz.fr (vma@440hz.fr)> wrote:
Quote:
Hi,

Looks like you are trying to load a module that is already loaded. Try a reload. Also, sometimes the event subclass doesn’t unregister properly when you do a reload so you need to restart freeswitch when you get this error.

Best Regards,
Vallimamod
.





Quote:
On 19 Feb 2016, at 11:40, Aqs Younas <aqsyounas@gmail.com (aqsyounas@gmail.com)> wrote:

Hi.

I am able to compile mod_avmd without any error. But when i try to load it i see this error in console. 


freeswitch@internal> load mod_avmd
+OK Reloading XML
-ERR [module load file routine returned an error]


2016-02-19 05:27:31.644461 [INFO] mod_enum.c:880 ENUM Reloaded
2016-02-19 05:27:31.644461 [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!
2016-02-19 05:27:31.644461 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_avmd.so
**Module load routine returned an error**





These are the lines I see in mod_avmd.c but unable to understand. 




        if (switch_event_reserve_subclass(AVMD_EVENT_BEEP) != SWITCH_STATUS_SUCCESS) {
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't register subclass %s!\n", AVMD_EVENT_BEEP);
                return SWITCH_STATUS_TERM;
        }





Any pointer is much appreciated. 


Best Regards.







_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Fri Feb 19, 2016 7:45 am    Post subject: [Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register su Reply with quote

On Fri, Feb 19, 2016 at 4:40 AM, Aqs Younas <aqsyounas@gmail.com (aqsyounas@gmail.com)> wrote:
Quote:
Hi.

I am able to compile mod_avmd without any error. But when i try to load it i see this error in console. 


freeswitch@internal> load mod_avmd
+OK Reloading XML
-ERR [module load file routine returned an error]


2016-02-19 05:27:31.644461 [INFO] mod_enum.c:880 ENUM Reloaded
2016-02-19 05:27:31.644461 [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!
2016-02-19 05:27:31.644461 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_avmd.so
**Module load routine returned an error**





These are the lines I see in mod_avmd.c but unable to understand. 




        if (switch_event_reserve_subclass(AVMD_EVENT_BEEP) != SWITCH_STATUS_SUCCESS) {
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't register subclass %s!\n", AVMD_EVENT_BEEP);
                return SWITCH_STATUS_TERM;
        }





Any pointer is much appreciated. 


Best Regards.


This email has been sent from a virus-free computer protected by Avast.
www.avast.com [url=#1121851626_DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2][/url]

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--

Brian West
brian@freeswitch.org (brian@freeswitch.org)


Twitter: @FreeSWITCH , @briankwest
http://www.freeswitchbook.com
http://www.freeswitchcookbook.com
Got Bugs? Report them here! | Reddit: /r/freeswitch
T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378)
iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest
Back to top
aqsyounas at gmail.com
Guest





PostPosted: Fri Feb 19, 2016 8:01 am    Post subject: [Freeswitch-users] [ERR] mod_avmd.c:226 Couldn't register su Reply with quote

I was using NewFies Dialer Smile

On 19 February 2016 at 17:44, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:





On Fri, Feb 19, 2016 at 4:40 AM, Aqs Younas <aqsyounas@gmail.com (aqsyounas@gmail.com)> wrote:


Quote:
Hi.

I am able to compile mod_avmd without any error. But when i try to load it i see this error in console. 


freeswitch@internal> load mod_avmd
+OK Reloading XML
-ERR [module load file routine returned an error]


2016-02-19 05:27:31.644461 [INFO] mod_enum.c:880 ENUM Reloaded
2016-02-19 05:27:31.644461 [ERR] mod_avmd.c:226 Couldn't register subclass avmd::beep!
2016-02-19 05:27:31.644461 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_avmd.so
**Module load routine returned an error**





These are the lines I see in mod_avmd.c but unable to understand. 




        if (switch_event_reserve_subclass(AVMD_EVENT_BEEP) != SWITCH_STATUS_SUCCESS) {
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't register subclass %s!\n", AVMD_EVENT_BEEP);
                return SWITCH_STATUS_TERM;
        }





Any pointer is much appreciated. 


Best Regards.


This email has been sent from a virus-free computer protected by Avast.
www.avast.com [url=#-55043839_1121851626_DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2][/url]



_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--

Brian West
brian@freeswitch.org (brian@freeswitch.org)


Twitter: @FreeSWITCH , @briankwest
http://www.freeswitchbook.com
http://www.freeswitchcookbook.com
Got Bugs? Report them here! | Reddit: /r/freeswitch
T:[url=tel:%2B19184209001]+19184209001[/url] | F:[url=tel:%2B19184209002]+19184209002[/url] | M:+1918424WEST (9378)
iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest











_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services