From 127a6fc1144b777a59a8db16491a4a5dd929dd33 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 30 Jul 2013 19:10:30 +0000 Subject: Update res_pjsip_endpoint_identifier_constant.c to use reorganized endpoint structure. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395779 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip_endpoint_identifier_constant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_pjsip_endpoint_identifier_constant.c b/res/res_pjsip_endpoint_identifier_constant.c index 2430dc9e4..18d57b0b7 100644 --- a/res/res_pjsip_endpoint_identifier_constant.c +++ b/res/res_pjsip_endpoint_identifier_constant.c @@ -42,7 +42,7 @@ static struct ast_sip_endpoint *constant_identify(pjsip_rx_data *rdata) 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; } -- cgit v1.2.3