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/
142 stars 151 forks source link

Speedy NOTIFY on B2BUA to proxy chained app fails #60

Closed jaimecasero closed 8 years ago

jaimecasero commented 8 years ago

the NOTIFY is considered initial request instead of subsquent, so the dialog from the original SUBSCRIBE is not correlated.

jaimecasero commented 8 years ago

Apparently findSubscribeTransaction called form DialogFilter fails to match proper client TX. Since both the B2BUA and proxy applications have a different tx with the same details (callid, from tag, event header... RFC 3265 3.3.4) the wrong tx is matched (the TX created by the Proxy dont have any dialog, since is a proxy).