[asterisk-commits] mmichelson: trunk r395779 - /trunk/res/res_pjsip_endpoint_identifier_constant.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 30 14:10:34 CDT 2013
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;
}
More information about the asterisk-commits
mailing list