VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
tculjaga at gmail.com Guest
|
Posted: Wed Sep 16, 2009 9:05 am Post subject: [Freeswitch-users] reloadxml question |
|
|
hi,
I've build a custom module for FS and everytihng work well except reloadxml command ... m'I missing something in my module? ... i used mod_skeleton as a template when i started.
When i start the FS without my module reloadxml works fine ... as soon as i include my module within modules.conf.xml and start FS .. it hangs.
So, it is definitelly up to the custom module ... but what can it be?
freeswitch@l01freeswitch1>
freeswitch@l01freeswitch1>
freeswitch@l01freeswitch1> reloadxml
nothing happens ... i have to kill freeswitch (kill -9) to get the shell.
T. |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Sep 16, 2009 9:15 am Post subject: [Freeswitch-users] reloadxml question |
|
|
Yes you're missing a switch_xml_free(xml); some place.
/b
On Sep 16, 2009, at 8:49 AM, Tihomir Culjaga wrote:
Quote: | hi,
I've build a custom module for FS and everytihng work well except
reloadxml command ... m'I missing something in my module? ... i
used mod_skeleton as a template when i started.
When i start the FS without my module reloadxml works fine ... as
soon as i include my module within modules.conf.xml and start FS ..
it hangs.
So, it is definitelly up to the custom module ... but what can it be?
freeswitch@l01freeswitch1>
freeswitch@l01freeswitch1>
freeswitch@l01freeswitch1> reloadxml
nothing happens ... i have to kill freeswitch (kill -9) to get the
shell.
T.
|
_______________________________________________
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 |
|
|
tculjaga at gmail.com Guest
|
Posted: Wed Sep 16, 2009 9:31 am Post subject: [Freeswitch-users] reloadxml question |
|
|
perfect,
thanks.
T.
On Wed, Sep 16, 2009 at 4:05 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
tculjaga at gmail.com Guest
|
Posted: Wed Sep 16, 2009 1:00 pm Post subject: [Freeswitch-users] reloadxml question |
|
|
well, it is a specific module for delivering some sort of services...
Actually, we are trying to build a SIP Application Server based on freeswitch in core... the server will/should be in charge of delivering various services e.g.
international call routing (route calls to international destinations according to src_number, dst_prefix, user_qos_group, asr, acd.... )
hubbing (route traffic between carriers according to whatever you want)
local number portability (... no need to explain)
location based services (special services e.g. call distribution for emergency services, local services ... lets say the user dials 101 and he always gets the closest/preferred store... )
legal intercept (not allowed to talk about )
Voice VPNs
Network Announcement
Limited postpaid services
radius authorization (no accounting)
...
The idea is not to route calls through FS... it is going to be used just as a ticketing server. FS needs to respond with an appropriate SIP message containing routing decision. This way we make FS stateless as no calls are going through and in the same time it holds all the services/routing logic we need.
so, there are 2 main things:
1. all relevant routing parameters are loaded into a DKA memory map
2. all user parameter queries are done towards an OpenLDAP database
remember i was asking questions about performance and how to fine tune the monster ... well that's it.
i'm able to run at 400+ CPS on a single server.
we will see how it will finish ... so far, we are at 80% of the project and I plan to switch some real traffic soon.
T.
On Wed, Sep 16, 2009 at 5:00 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
|
|
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
|