<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 3:03 PM, Yves A. <span dir="ltr"><<a href="mailto:yves030@gmx.de" target="_blank">yves030@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello List,<br>
<br>
I made the changes in the q931.c sourcefile and got rid of the 35 character constraint.<br>
thanks for your attention.<br>
yves<br>
<br>
Am 16.06.2014 15:23, schrieb Yves A.:<div class=""><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
seems, I found the right place by myself... no wonder I could not find it in asterisk sources....<br>
the constraint is located in the sources of libpri.... I will change that, recompile and post feedback here...<br>
<br>
thanks anyways,<br>
yves<br>
<br>
Am 16.06.2014 14:57, schrieb Yves A.:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br>
<br>
I am using the Q931 / ISDN USER-USER-INFO field for transferring data between the caller and the called party.<br>
This works fine as long as the information does not exceed 35 characters...<br>
Unfortunately sometimes I need more space and due to the Q931 Specs I think there should be space for max. 128 octets (bytes/characters)...<br>
Can someone point me to the place in the sources where I can check and adopt this?<br>
I have tested this on an asterisk 11.3 and on an asterisk 1.6.2.24.... both show the same limit of 35 characters...<br></blockquote></blockquote></div></div></blockquote><div><br></div><div>That restriction has been there since the feature was put into the code.<br>
</div><div>This would be the reason for the 35 character restriction:<br><br></div><div>ITU Q.931 Section 4.5.30:<br></div><div>{quote}<br>In USER INFORMATION messages sent in association with a circuit-mode connection, the User-<br>
user information element has a network dependent maximum size of 35 or 131 octets. For USER<br>INFORMATION messages sent in a temporary or permanent user-user signalling connection, the<br>user information field contained inside this information element has a maximum size equal to the<br>
maximum size of messages defined in clause 3, that is 260 octets.<br></div><div><div>{quote}<br><br></div><div>Richard<br></div></div></div><br></div></div>