VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
qulix at mail.ru Guest
|
Posted: Thu Mar 19, 2009 6:19 am Post subject: [Freeswitch-users] Good time, people! |
|
|
Hello!
Has anybody faced such a problem with xml_curl?
2009-03-18 23:24:41 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing 1000->********** in context default
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:114 file_callback() Oversized file detected [136089828 bytes]
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:241 xml_url_fetch() Error encountered!
Tcpdump log tells that transaction is allright (xml dialplan is fine and etc)
But FS says its oversized =\ what could be wrong?
My trunk is :
FreeSWITCH Version 1.0.trunk (12573).
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Mar 19, 2009 8:22 am Post subject: [Freeswitch-users] Good time, people! |
|
|
Any reason you're feeding it a 130+ meg file over XML_CURL?
/b
On Mar 19, 2009, at 6:05 AM, Леша... wrote:
Quote: | Hello!
Has anybody faced such a problem with xml_curl?
2009-03-18 23:24:41 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
Processing 1000->********** in context default
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:114 file_callback()
Oversized file detected [136089828 bytes]
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:241 xml_url_fetch() Error
encountered!
Tcpdump log tells that transaction is allright (xml dialplan is fine
and etc)
But FS says its oversized =\ what could be wrong?
My trunk is :
FreeSWITCH Version 1.0.trunk (12573).
|
_______________________________________________
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 |
|
|
qulix at mail.ru Guest
|
Posted: Thu Mar 19, 2009 4:01 pm Post subject: [Freeswitch-users] Good time, people! |
|
|
Thats the thing!!
Im using tcpdump to watch for packets - and i dont see any mistakes =\
The xml i sent is allright, its like a piece from my static worked xml dialplan.
But I cant understand why does FS recognise it as a 130+ mb file
Maybe i need to update s0mthing?)
Brian West ÐÉÛÅÔ:
Quote: | Any reason you're feeding it a 130+ meg file over XML_CURL?
/b
On Mar 19, 2009, at 6:05 AM, ìÅÛÁ... wrote:
Quote: | Hello!
Has anybody faced such a problem with xml_curl?
2009-03-18 23:24:41 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
Processing 1000->********** in context default
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:114 file_callback()
Oversized file detected [136089828 bytes]
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:241 xml_url_fetch() Error
encountered!
Tcpdump log tells that transaction is allright (xml dialplan is fine
and etc)
But FS says its oversized =\ what could be wrong?
My trunk is :
FreeSWITCH Version 1.0.trunk (12573).
|
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Mar 19, 2009 4:10 pm Post subject: [Freeswitch-users] Good time, people! |
|
|
can you do a raw request with wget?
/b
On Mar 19, 2009, at 3:48 PM, ìÅÛÁ... wrote:
Quote: | Thats the thing!!
Im using tcpdump to watch for packets - and i dont see any mistakes =\
The xml i sent is allright, its like a piece from my static worked
xml dialplan.
But I cant understand why does FS recognise it as a 130+ mb file
Maybe i need to update s0mthing?)
|
_______________________________________________
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 |
|
|
qulix at mail.ru Guest
|
|
Back to top |
|
|
sprice at gmail.com Guest
|
Posted: Thu Mar 19, 2009 4:44 pm Post subject: [Freeswitch-users] Good time, people! |
|
|
Are you setting a Content Length header in the HTTP response??
2009/3/19 ìÅÛÁ... <qulix@mail.ru>:
Quote: | Thats the thing!!
Im using tcpdump to watch for packets - and i dont see any mistakes =\
The xml i sent is allright, its like a piece from my static worked xml dialplan.
But I cant understand why does FS recognise it as a 130+ mb file
Maybe i need to update s0mthing?)
Brian West ÐÉÛÅÔ:
Quote: | Any reason you're feeding it a 130+ meg file over XML_CURL?
/b
On Mar 19, 2009, at 6:05 AM, ìÅÛÁ... wrote:
Quote: | Hello!
Has anybody faced such a problem with xml_curl?
2009-03-18 23:24:41 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
Processing 1000->********** in context default
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:114 file_callback()
Oversized file detected [136089828 bytes]
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:241 xml_url_fetch() Error
encountered!
Tcpdump log tells that transaction is allright (xml dialplan is fine
and etc)
But FS says its oversized =\ what could be wrong?
My trunk is :
FreeSWITCH Version 1.0.trunk (12573).
|
_______________________________________________
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
|
--
Shannon
_______________________________________________
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 |
|
|
qulix at mail.ru Guest
|
Posted: Thu Mar 19, 2009 4:54 pm Post subject: [Freeswitch-users] Good time, people! |
|
|
As I see theres only :
Content-Type: text/html; charset=utf-8
But no Content Length
SP ÐÉÛÅÔ:
Quote: | Are you setting a Content Length header in the HTTP response??
2009/3/19 ìÅÛÁ... <qulix@mail.ru>:
Quote: | Thats the thing!!
Im using tcpdump to watch for packets - and i dont see any mistakes =\
The xml i sent is allright, its like a piece from my static worked xml dialplan.
But I cant understand why does FS recognise it as a 130+ mb file
Maybe i need to update s0mthing?)
Brian West ÐÉÛÅÔ:
Quote: | Any reason you're feeding it a 130+ meg file over XML_CURL?
/b
On Mar 19, 2009, at 6:05 AM, ìÅÛÁ... wrote:
Quote: | Hello!
Has anybody faced such a problem with xml_curl?
2009-03-18 23:24:41 [INFO] mod_dialplan_xml.c:252 dialplan_hunt()
Processing 1000->********** in context default
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:114 file_callback()
Oversized file detected [136089828 bytes]
2009-03-18 23:24:43 [ERR] mod_xml_curl.c:241 xml_url_fetch() Error
encountered!
Tcpdump log tells that transaction is allright (xml dialplan is fine
and etc)
But FS says its oversized =\ what could be wrong?
My trunk is :
FreeSWITCH Version 1.0.trunk (12573).
|
_______________________________________________
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
|
|
_______________________________________________
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
|