<br><br><div><span class="gmail_quote">On 11/12/06, <b class="gmail_sendername">Anselm Martin Hoffmeister</b> <<a href="mailto:anselm@hoffmeister-online.de">anselm@hoffmeister-online.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
while setting up a local SMS relay in my asterisk dialplan I found out<br>that the UDH handling in app_sms does not work as intended. I tracked<br>that down to app_sms.c code (see below).</blockquote><div><br>[snip] <br></div>
<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 not a registered asterisk developer and do not have SVN write<br>access or anything (just subscribed on the -dev mailing list though).
<br>Please tell me how to advance this such that this bug can be fixed.<br>If this means creating a patch file or so, please tell me to whom to<br>submit.</blockquote><div><br>Thanks for your help!<br><br>Patches should be in the form of a unified diff, made from a checkout of the Asterisk source code
<br>from subversion.<br><br>/usr/src/asterisk$ svn diff > mypatch <br></div><br>The patch should then be placed on the bug tracker (<a href="http://bugs.digium.com">bugs.digium.com</a>). Ordinarily, you'd also need to send in a disclaimer, as is explained in
<a href="http://www.digium.com/bugguidelines.html">http://www.digium.com/bugguidelines.html</a>. In this particular case, where it's a single line change, I'll bet the people with commit access will go ahead and apply it without a disclaimer. As a follow-up, you may want to respond to this thread with the bug number, so it's easy for the developers to find it.
<br><br>-Jared<br></div>