View previous topic :: View next topic |
Author |
Message |
gerry at pstn2.net Guest
|
Posted: Wed Apr 29, 2009 10:22 am Post subject: [Freeswitch-users] Very confusing startup error |
|
|
All of a sudden I'm getting this startup error when I start FreeSwitch:
C:\DVLP\FreeSwitch>freeswitch
Error including C:\DVLP\FreeSwitch\conf\autoload_configs\..\sip_profiles\internal/*.xml (Invalid argument)
Cannot Initialize [[error near line 2423]: unexpected closing tag </context>]
However, none of the files in conf have a tag called </context>. All files are conforming xml. I can't seem to find what's changed.
Any ideas?
|
|
Back to top |
|
|
gk at exram.de Guest
|
Posted: Wed Apr 29, 2009 10:44 am Post subject: [Freeswitch-users] Very confusing startup error |
|
|
At least your dialplan should have a tag named <context>. See default dialplan ! Original Message processed by David.InfoCenter Subject: [Freeswitch-users] Very confusing startup error (29-Apr-2009 17:26) From: Gerry Hull <gerry@pstn2.net> (gerry@pstn2.net) To: gk@exram.de (gk@exram.de) All of a sudden I'm getting this startup error when I start FreeSwitch: C:\DVLP\FreeSwitch>freeswitchError including C:\DVLP\FreeSwitch\conf\autoload_configs\..\sip_profiles\internal/*.xml (Invalid argument)Cannot Initialize [[error near line 2423]: unexpected closing tag </context>] However, none of the files in conf have a tag called </context>. All files are conforming xml. I can't seem to find what's changed. Any ideas? |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Apr 29, 2009 10:48 am Post subject: [Freeswitch-users] Very confusing startup error |
|
|
The first is an error that is unrelated to the second error.
Check out freeswitch.xml.fsxml line 2423 you'll have an extra </context> line there.
/b
On Apr 29, 2009, at 10:21 AM, Gerry Hull wrote:
Quote: | All of a sudden I'm getting this startup error when I start FreeSwitch:
C:\DVLP\FreeSwitch>freeswitch
Error including C:\DVLP\FreeSwitch\conf\autoload_configs\..\sip_profiles\internal/*.xml (Invalid argument)
Cannot Initialize [[error near line 2423]: unexpected closing tag </context>]
However, none of the files in conf have a tag called </context>. All files are conforming xml. I can't seem to find what's changed.
Any ideas?
|
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
gerry at pstn2.net Guest
|
Posted: Wed Apr 29, 2009 11:08 am Post subject: [Freeswitch-users] Very confusing startup error |
|
|
Thanks Guys!
I could not find my problem -- but you pointed me in the correct direction. I had a mismatched tag in my public.xml in the dialpan.
So, is freeswitch.xml.fsxml a logged representation of the complete config file in memory?
On Wed, Apr 29, 2009 at 11:36 AM, Guido Kuth <gk@exram.de (gk@exram.de)> wrote:
|
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Wed Apr 29, 2009 11:42 am Post subject: [Freeswitch-users] Very confusing startup error |
|
|
On Wed, Apr 29, 2009 at 8:54 AM, Gerry Hull <gerry@pstn2.net (gerry@pstn2.net)> wrote:
Quote: | Thanks Guys!
I could not find my problem -- but you pointed me in the correct direction. I had a mismatched tag in my public.xml in the dialpan.
So, is freeswitch.xml.fsxml a logged representation of the complete config file in memory?
|
Affirmative.
-MC |
|
Back to top |
|
|
|