VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
leon at scarlet-intern... Guest
|
Posted: Mon Oct 06, 2008 7:37 am Post subject: [Freeswitch-users] unload of mod_xml_cdr doesn't work proper |
|
|
Hello all,
I've been trying out mod_xml_cdr, and found out that if I unload and
again load the module, then cdr's get posted twice to the webserver
(or more often, depending on the amount of times the xml_cdr module
has been unloaded/loaded). (I'm sure I'm sending back 200/Ok's)
I only tested it when loading the module the first time from
post_load_modules (through mod_xml_curl) the first time, and after
that unloaded and loaded the mod_xml_cdr module from the cli.
When unloading, the cli also gives this message:
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1131
do_shutdown() mod_xml_cdr has no shutdown routine
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1137
do_shutdown() mod_xml_cdr unloaded
Does anyone have this same problem ?
(I'm rebuilding the latest SVN update now, but it takes a while before
I can test it)
thanks & regards,
Leon
_______________________________________________
Freeswitch-users mailing list
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 |
|
|
leon at scarlet-intern... Guest
|
Posted: Mon Oct 06, 2008 9:36 am Post subject: [Freeswitch-users] unload of mod_xml_cdr doesn't work proper |
|
|
Hi again,
I just verified that behaviour is the same in the latest SVN 9850.
regards,
Leon
On Oct 6, 2008, at 2:34 PM, Leon de Rooij wrote:
Quote: | Hello all,
I've been trying out mod_xml_cdr, and found out that if I unload and
again load the module, then cdr's get posted twice to the webserver
(or more often, depending on the amount of times the xml_cdr module
has been unloaded/loaded). (I'm sure I'm sending back 200/Ok's)
I only tested it when loading the module the first time from
post_load_modules (through mod_xml_curl) the first time, and after
that unloaded and loaded the mod_xml_cdr module from the cli.
When unloading, the cli also gives this message:
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1131
do_shutdown() mod_xml_cdr has no shutdown routine
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1137
do_shutdown() mod_xml_cdr unloaded
Does anyone have this same problem ?
(I'm rebuilding the latest SVN update now, but it takes a while before
I can test it)
thanks & regards,
Leon
_______________________________________________
Freeswitch-users mailing list
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
|
_______________________________________________
Freeswitch-users mailing list
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 |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Oct 06, 2008 9:41 am Post subject: [Freeswitch-users] unload of mod_xml_cdr doesn't work proper |
|
|
how about rev 9852?
On Mon, Oct 6, 2008 at 9:33 AM, Leon de Rooij <leon@scarlet-internet.nl (leon@scarlet-internet.nl)> wrote:
Quote: | Hi again,
I just verified that behaviour is the same in the latest SVN 9850.
regards,
Leon
On Oct 6, 2008, at 2:34 PM, Leon de Rooij wrote:
Quote: | Hello all,
I've been trying out mod_xml_cdr, and found out that if I unload and
again load the module, then cdr's get posted twice to the webserver
(or more often, depending on the amount of times the xml_cdr module
has been unloaded/loaded). (I'm sure I'm sending back 200/Ok's)
I only tested it when loading the module the first time from
post_load_modules (through mod_xml_curl) the first time, and after
that unloaded and loaded the mod_xml_cdr module from the cli.
When unloading, the cli also gives this message:
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1131
do_shutdown() mod_xml_cdr has no shutdown routine
2008-10-06 14:20:05 [CONSOLE] switch_loadable_module.c:1137
do_shutdown() mod_xml_cdr unloaded
Does anyone have this same problem ?
(I'm rebuilding the latest SVN update now, but it takes a while before
I can test it)
thanks & regards,
Leon
_______________________________________________
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
|
_______________________________________________
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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
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
|