Author: mmichelson
Date: Tue Jul 30 14:10:30 2013
New Revision: 395779

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395779
Log:
Update res_pjsip_endpoint_identifier_constant.c to use reorganized endpoint 
structure.


Modified:
    trunk/res/res_pjsip_endpoint_identifier_constant.c

Modified: trunk/res/res_pjsip_endpoint_identifier_constant.c
URL: 
http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_endpoint_identifier_constant.c?view=diff&rev=395779&r1=395778&r2=395779
==============================================================================
--- trunk/res/res_pjsip_endpoint_identifier_constant.c (original)
+++ trunk/res/res_pjsip_endpoint_identifier_constant.c Tue Jul 30 14:10:30 2013
@@ -42,7 +42,7 @@
        if (!endpoint) {
                return NULL;
        }
-       ast_parse_allow_disallow(&endpoint->prefs, endpoint->codecs, "ulaw", 1);
+       ast_parse_allow_disallow(&endpoint->media.prefs, 
endpoint->media.codecs, "ulaw", 1);
        return endpoint;
 }
 


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to