Version 1.1.1

This patch works for me when doing REFER. It adds a CRLF to the REFER
request

diff -u AmSipDialog.cpp.orig AmSipDialog.cpp
--- AmSipDialog.cpp.orig        2008-08-26 05:41:36.000000000 +0800
+++ AmSipDialog.cpp     2009-07-15 16:16:23.000000000 +0800
@@ -453,7 +453,7 @@
 {
   switch(status){
   case Connected:
-    return sendRequest("REFER", "", "", "Refer-To: "+refer_to);
+    return sendRequest("REFER", "", "", "Refer-To: "+refer_to + CRLF);
   case Disconnecting:
   case Pending:
     DBG("refer(): we are not yet connected."


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to