Author: jih
Date: 2008-05-30 07:21:36 +0200 (Fri, 30 May 2008)
New Revision: 996

Modified:
   branches/1.0.0/core/AmSession.cpp
Log:
* Backported non-compatible payload response fix from trunk.


Modified: branches/1.0.0/core/AmSession.cpp
===================================================================
--- branches/1.0.0/core/AmSession.cpp   2008-05-29 17:52:26 UTC (rev 995)
+++ branches/1.0.0/core/AmSession.cpp   2008-05-30 05:21:36 UTC (rev 996)
@@ -300,7 +300,7 @@
   m_payloads = sdp.getCompatiblePayloads(getPayloadProvider(), MT_AUDIO, 
r_host, r_port);
 
   if (m_payloads.size() == 0)
-    throw AmSession::Exception(606,"could not find compatible payload");
+    throw AmSession::Exception(488,"could not find compatible payload");
     
 /*
   if(payload.int_pt == -1){

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

Reply via email to