aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-07 12:59:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-07 13:17:18 +0000
commit20cb4d4965bcb6bc70055e940b61fcac52b758c4 (patch)
tree8eb74fd5655c9cc211a8fcd33636df573cf1122d /unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch
parenta686c6b9a5a29a9585d1b7fd98c77dd0e84be65f (diff)
downloadaports-20cb4d4965bcb6bc70055e940b61fcac52b758c4.tar.bz2
aports-20cb4d4965bcb6bc70055e940b61fcac52b758c4.tar.xz
testing/sipwise-sems: move to unmaintained
Diffstat (limited to 'unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch')
-rw-r--r--unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch b/unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch
new file mode 100644
index 0000000000..af28271433
--- /dev/null
+++ b/unmaintained/sipwise-sems/sems-0004-fix-PRACK-route.patch
@@ -0,0 +1,14 @@
+diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp
+index d121606..17c9731 100644
+--- a/core/AmSipDialog.cpp
++++ b/core/AmSipDialog.cpp
+@@ -406,6 +406,9 @@ void AmSipDialog::onRxReply(const AmSipReply& reply)
+ else {
+ status = Early;
+ remote_tag = reply.to_tag;
++ route = reply.route;
++ if(!reply.to_uri.empty())
++ remote_uri = reply.to_uri;
+ }
+ }
+ else if(reply.code < 300){