so this doesn't fix the issue anyway?

On Mon, Jun 25, 2012 at 4:26 PM, <[email protected]> wrote:

> Yeah, I had corrected that in the patch I posted to the JIRA.
>
>
> ------------------------------
> *From: *"Domenico Chierico" <[email protected]>
>
> *To: *"Discussion list for users of sipXecs software" <
> [email protected]>
> *Sent: *Monday, June 25, 2012 6:56:19 AM
>
> *Subject: *Re: [sipx-users] new patch for XX-10177
>
> or maybe
>
> if (readBuffer(i) == '\r' || readBuffer(i) == '\n')
>
> On Mon, Jun 25, 2012 at 11:30 AM, Domenico Chierico <
> [email protected]> wrote:
>
>>  see something strange in the code, can this be a leftover:
>>
>> if (readBuffer(i) == '\r' && readBuffer(i) == '\n')
>>
>> shouldn't be something like:
>>
>> if (readBuffer(i) == '\r' && readBuffer(i+1) == '\n')
>>
>> On Fri, Jun 22, 2012 at 8:43 PM, Hay, Nathan <[email protected]>wrote:
>>
>>> I believe we are experiencing this problem.
>>>
>>> When I turn up the logging, I get these lines over and over again in the
>>> sipXproxy log:
>>>
>>> "2012-06-22T17:33:13.804499Z":26:SIP:WARNING:sip1.cedarville.edu:SipClientTcp-18:4159E940:SipXProxy:"SipMessage::getResponseSendAddress
>>> No VIA address, using
>>> >From address"
>>> "2012-06-22T17:33:13.804534Z":27:SIP:ERR:sip1.cedarville.edu:SipClientTcp-18:4159E940:SipXProxy:"SipMessage::convertProtocolStringToEnum
>>> unrecognized protocol:"
>>> "2012-06-22T17:33:13.804561Z":28:SIP:ERR:sip1.cedarville.edu:SipClientTcp-18:4159E940:SipXProxy:"SipTransaction::doFirstSend
>>> protocol not explicitly set - using
>>> UDP"
>>> "2012-06-22T17:33:13.804765Z":29:SIP:ERR:sip1.cedarville.edu:SipClientTcp-18:4159E940:SipXProxy:"Url::parseString
>>> no valid host found at char 0 in ';tag=jSD67t',
>>> uriForm = name-addr"
>>>
>>> This is causing high CPU usage and crashing our system every week or
>>> so.  We have about 700 users and 550 phones defined on our system.
>>>
>>> Any suggestions for a resolution?  Can I provide anything from our
>>> system to help you resolve this bug?
>>>
>>> Thanks,
>>>
>>> Nathan
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Fri, Jun 22, 2012 at 11:28 AM, andrewpitman <[email protected]
>>> > wrote:
>>>
>>>>
>>>>
>>>> Nah, I can just pull the source down with git, patch,
>>>> compile and build my own rpms.  Thanks!
>>>>
>>>> I'll also post the patch to the JIRA.
>>>> --
>>>>
>>>> _______________________________________________
>>>> sipx-users mailing list
>>>> [email protected]
>>>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>>>>
>>>
>>>
>>>
>>> --
>>> Nathan P. Hay
>>> Network Engineer | Information Technology
>>> Cedarville University | www.cedarville.edu
>>> 937-766-7905
>>> twitter: @nathanphay
>>>
>>>
>>> _______________________________________________
>>> sipx-users mailing list
>>> [email protected]
>>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>>>
>>
>>
>
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to