RestComm / jain-sip

Disclaimer: This repository is a git-svn mirror of the project found at http://java.net/projects/jsip whose original repository is developed collaboratively by the Advanced Networking Technologies Division at the National Institute of Standards and Technology (NIST) - an agency of the United States Department of Commerce and by a community of individual and enterprise contributors. TeleStax, Inc. will perform some productization work, new features experimentation branches, etc for its TelScale jSIP product that doesn't concern the community from the main repository hence this git repository.
http://www.restcomm.com/
141 stars 151 forks source link

IOException when receiving requests that have headers in compact form #166

Open brunofmrosa opened 7 years ago

brunofmrosa commented 7 years ago

Hi, I'm having an issue in my application when receiving requests that have headers in compact form, namely the call-id header. I have the following exception in the log file DEBUG [gov.nist.javax.sip.stack.NioTcpMessageChannel] (NioSelector-TCP-2405:200:671:1986:36:0:0:88%ens225/5080) IOException closing sock java.io.IOException: received message with no Call-IDmyAddress:myport (...) I'm assuming that this behavior is the one described in issue #139, isn't it? Since issue #56 says that compact form headers in incoming requests should work, I'm I doing anything wrong, perhaps missing a configuration or so? Or is there any work around to solve this? Thanks