<br><br><div class="gmail_quote">On Mon, Mar 1, 2010 at 1:31 PM, Wellie Chao <span dir="ltr">&lt;<a href="mailto:wchao@yahoo.com">wchao@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am using the xml_rpc interface like so:<br>
<br>
<a href="http://192.168.1.1:8080/webapi/show?calls" target="_blank">http://192.168.1.1:8080/webapi/show?calls</a><br>
<br>
I get a response in a table, which is a little bit undesirable because I<br>
want to parse the result in a program and don&#39;t want to parse a bunch of<br>
HTML (just seems inelegant and wasteful), so I instead tried the following<br>
request:<br>
<br>
<a href="http://192.168.1.1:8080/txtapi/show?calls" target="_blank">http://192.168.1.1:8080/txtapi/show?calls</a><br>
<br>
That works better, but then another wrinkle appears. Caller ID (and Callee<br>
ID) names sometimes have commas, which messes up the CSV.<br>
<br>
This appears to be a bug in mod_commands.c (or I suppose you could call it<br>
an artifact of somebody coding up something quickly and not worrying about<br>
the absolute correctness of something that is not critical to the core).<br>
There is also another bug with show calls via webapi in that the generated<br>
HTML has spurious &lt;td&gt; tags. I think the spurious &lt;td&gt; tag bug arises due<br>
to lines 3145-6 in mod/applications/mod_commands/mod_commands.c. Finally,<br>
another bug (or maybe just unimplemented feature) is that xmlapl isn&#39;t<br>
really different from webapi.<br>
<br>
These problems occur in the latest source tree (20100301).<br>
<br>
I am wondering if (a) one of the developers can fix these or (b) if I fix<br>
the bugs, how can I submit patches [and if I submit patches, will they be<br>
accepted into the main tree]?<br>
<br>
The fixes are pretty trivial and I&#39;d be happy to code them up if somebody<br>
will tell me how I can submit the patches (haven&#39;t done it before).<br></blockquote><div><br>Go to <a href="http://jira.freeswitch.org">jira.freeswitch.org</a> and sign up for an account. You can open an issue, assign it to yourself, and then submit a patch. Be sure to upload .txt files and not tar, gz, or bz2! Also, check out the bug reporting tips on this page:<br>
<a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>It gives some more details on reporting bugs and the things that you should be doing.<br>-MC<br></div></div>
<br>