Author: sayer
Date: 2008-05-29 19:52:26 +0200 (Thu, 29 May 2008)
New Revision: 995

Modified:
   trunk/core/AmSession.cpp
Log:
488 reply (instead of 606) if no compatible codec found

Modified: trunk/core/AmSession.cpp
===================================================================
--- trunk/core/AmSession.cpp    2008-05-27 09:24:29 UTC (rev 994)
+++ trunk/core/AmSession.cpp    2008-05-29 17:52:26 UTC (rev 995)
@@ -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