mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
219 stars 78 forks source link

[BUGFIX] Fix ACK/BYE being sent to self #56

Closed chewi closed 10 years ago

chewi commented 10 years ago

We shouldn't over-rely on the "last" headers provided by SIPp because if a 200 OK was sent immediately before then the to/from headers will be reversed.

benlangfeld commented 10 years ago

@jowens any thoughts?

chewi commented 10 years ago

Just pushed an amendment. I missed [peer_tag_param] and that was causing FreeSWITCH to not recognise the ACK and punt the call after 30 seconds. In my defence, [peer_tag_param] is not properly documented anywhere!

benlangfeld commented 10 years ago

Can I get a changelog entry?

chewi commented 10 years ago

Rebased and added.

benlangfeld commented 10 years ago

Will merge once conflicts are resolved.

chewi commented 10 years ago

Rebased again.