[Freeswitch-users] Split string and play charachters
Grant Bagdasarian
GB at cm.nl
Tue Feb 11 11:48:53 MSK 2014
I think I found it.
I currently don't have a test machine, so I would appreciate it if someone could confirm this.
The languages section should be in freeswitch.xml. In my case, it is not, since I've built the freeswitch.xml from scratch.
I should add a lang directory and add .xml files for each language.
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Grant Bagdasarian
Sent: Tuesday, February 11, 2014 8:49 AM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Split string and play charachters
Hello Duvid,
I tried what was in the posting, but I'm still getting the same error.
I located it in the source code, and the following code is executed in switch_xml.c
SWITCH_DECLARE(switch_status_t) switch_xml_locate_language(switch_xml_t *root, switch_xml_t *node, switch_event_t *params, switch_xml_t *language, switch_xml_t *phrases, switch_xml_t *macros, const char *str_language) {
switch_status_t status = SWITCH_STATUS_FALSE;
if (switch_xml_locate("languages", NULL, NULL, NULL, root, node, params, SWITCH_TRUE) != SWITCH_STATUS_SUCCESS) {
switch_xml_t sub_macros;
if (switch_xml_locate("phrases", NULL, NULL, NULL, root, node, params, SWITCH_TRUE) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Open of languages and phrases failed.\n");
goto done;
}
...
The code is trying to locate something, somewhere in a xml file, but I can't figure out which xml it's trying to locate the language and phrases in.
Does anyone know which XML is being referenced here?
Regards,
Grant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140211/76eb320b/attachment.html
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list