RestComm / sip-servlets

Leading SIP - IMS - WebRTC Application Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
240 stars 181 forks source link

Expires Header Not to Spec #345

Open mjruschak opened 7 years ago

mjruschak commented 7 years ago

Expires Header values are supposed to be 2 * 32-1 but since the API uses an Java int, the max value can not contain 2 * 32-1. We are trying to implement a 3GPP specified application which calls for setting the value to the max value. Can you provide guidance? Is there a roadmap that contains a fix the JAIN SIP API to make it compliant?

gsaslis commented 7 years ago

Hi @mjruschak !

we don't have any such work planned in our roadmap, so we'd welcome your contribution here!