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

[Help] remove SIP hander #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/sbc/ReplacesMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "AmUtils.h"
#include "AmUriParser.h"
#include "AmSipHeaders.h"
#include "log.h"

bool findTag(const string replaces, const string& tag, size_t& p1, size_t& len);

Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
ngcp-sems (1.4.3+spce3.0.1) unstable; urgency=low

[ Stefan Sayer ]
* [a8e16f8] core: added AmUriParser functions to bring inline with 1.6
* [2e5eb44] core: AmUriParser: fix headers in nameaddr_str, added parse_nameaddr function alias
* [16597a6] utils: added URL_encode and URL_decode functions
* [f9220a2] sbc: fix call transfers with Replaces through SBC
* [26035b6] sbc: update SBCCallRegistry only on positive replies to INVITE
* [6e77a3a] sbc: call registry: more verbosity on new entry

[ Andrew Pogrebennyk ]
* [4bfecd5] Fix the ReplacesMapper.cpp compilation.

-- Andrew Pogrebennyk <apogrebennyk@sipwise.com> Thu, 03 Oct 2013 23:18:11 +0200

ngcp-sems (1.4.3+spce3.0.0) unstable; urgency=low

[ Stefan Sayer ]
Expand Down