VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
diego.viola at gmail.com Guest
|
Posted: Tue May 26, 2009 8:35 pm Post subject: [Freeswitch-users] XML config error |
|
|
Hi, I have downloaded the latest freeswitch trunk, and when I do
reloadxml I get this.
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
Any ideas? I haven't edited that file myself.
Thanks,
Diego
_______________________________________________
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 |
|
|
jason at jasonjgw.net Guest
|
Posted: Tue May 26, 2009 9:18 pm Post subject: [Freeswitch-users] XML config error |
|
|
Diego Viola <diego.viola@gmail.com> wrote:
Quote: | Hi, I have downloaded the latest freeswitch trunk, and when I do
reloadxml I get this.
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
Any ideas? I haven't edited that file myself.
|
Have a look in that file to see whether there's a syntax error there. If so,
and if it's in the source tree, fix it and submit a patch.
_______________________________________________
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 |
|
|
diego.viola at gmail.com Guest
|
Posted: Tue May 26, 2009 9:25 pm Post subject: [Freeswitch-users] XML config error |
|
|
I just updated it, it was a bug that got fixed already.
22:19 <@bkw__> diegoviola: already fixed
22:19 <@bkw__> update
22:19 <@bkw__> close the }
22:20 <@bkw__> it was a bug we fixed already this morning that catches
unclosed global preprocess vars
Thanks,
Diego
On Tue, May 26, 2009 at 10:16 PM, Jason White <jason@jasonjgw.net> wrote:
Quote: | Diego Viola <diego.viola@gmail.com> wrote:
Quote: | Hi, I have downloaded the latest freeswitch trunk, and when I do
reloadxml I get this.
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
Any ideas? I haven't edited that file myself.
|
Have a look in that file to see whether there's a syntax error there. If so,
and if it's in the source tree, fix it and submit a patch.
_______________________________________________
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: Wed May 27, 2009 8:05 am Post subject: [Freeswitch-users] XML config error |
|
|
next time try this:
1) Read the error.....
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
ok, so there appears to be a problem in
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml line 12
and the problem appears to be unterminated ${var}
I bet if you went and looked there it might have jumped out at you
I just noticed a typo in the error text while writing this email so, you can always learn from reading carefully......
On Tue, May 26, 2009 at 9:24 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
--
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 |
|
|
diego.viola at gmail.com Guest
|
Posted: Wed May 27, 2009 11:33 am Post subject: [Freeswitch-users] XML config error |
|
|
Thanks Anthony,
Will do that next time
On Wed, May 27, 2009 at 9:04 AM, Anthony Minessale
<anthony.minessale@gmail.com> wrote:
Quote: | next time try this:
1) Read the error.....
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/
autoload_configs/../jingle_profiles/client.xml
line 12
ok, so there appears to be a problem in
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
and the problem appears to be unterminated ${var}
I bet if you went and looked there it might have jumped out at you
I just noticed a typo in the error text while writing this email so, you can
always learn from reading carefully......
On Tue, May 26, 2009 at 9:24 PM, Diego Viola <diego.viola@gmail.com> wrote:
Quote: |
I just updated it, it was a bug that got fixed already.
22:19 <@bkw__> diegoviola: already fixed
22:19 <@bkw__> update
22:19 <@bkw__> close the }
22:20 <@bkw__> it was a bug we fixed already this morning that catches
unclosed global preprocess vars
Thanks,
Diego
On Tue, May 26, 2009 at 10:16 PM, Jason White <jason@jasonjgw.net> wrote:
Quote: | Diego Viola <diego.viola@gmail.com> wrote:
Quote: | Hi, I have downloaded the latest freeswitch trunk, and when I do
reloadxml I get this.
Error [unterminated ${var}] in line
/usr/local/freeswitch/conf/autoload_configs/../jingle_profiles/client.xml
line 12
Any ideas? I haven't edited that file myself.
|
Have a look in that file to see whether there's a syntax error there. If
so,
and if it's in the source tree, fix it and submit a patch.
_______________________________________________
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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org
pstn:213-799-1400
_______________________________________________
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 |
|
|
|
|
|
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
|