Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect branch in ACK to 200 OK #9

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments
Open

Incorrect branch in ACK to 200 OK #9

GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

First reported by Dmitry dima dganenko@gmail.com on Jun 19, 2012.

---

SIP-RTMP gateway dosn't work corecctly with Smile CTI Server.
Developers of this server says that problem is that siprtmp violates rfc3261:
branch-id in ACK Via field for 200 OK response must not be identical to 
branch-id of original INVITE
How to fix this?

---
One option is to modify UserAgent's createRequest method in
http://code.google.com/p/p2p-sip/source/browse/trunk/src/std/rfc3261.py r64 
after line 1052
as follows
if method == 'ACK': Via.branch += 'ack'


Original issue reported on code.google.com by theinten...@gmail.com on 29 Jun 2012 at 9:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant