leon at scarlet-intern... Guest
|
Posted: Wed Mar 25, 2009 5:23 am Post subject: [Freeswitch-users] user_data sends two header_strings named |
|
|
Hi,
I think this is a bug in mod_commands.c :
When using "user_data" function from mod_commands (mod_commands.c,
line 358)
A header string "key" is added to params (mod_commands.c, line 362)
Then switch_xml_locate_user is called (switch_xml.c, line 1712)
And that function adds another header string "key" (switch_xml.c, line
1740)
This results in two keys with the same name being sent ( to in my case
mod_xml_curl ).
I opened an issue in jira for this (is it alright like that ?) :
http://jira.freeswitch.org/browse/MODAPP-242
regards,
Leon
_______________________________________________
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 |
|