mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix remnants of the pjsip renaming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395851 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -577,7 +577,7 @@ static struct ast_channel *chan_pjsip_new(struct ast_sip_session *session, int s
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* If res_sip_session is ever updated to create/destroy ast_sip_session_media
|
||||
/* If res_pjsip_session is ever updated to create/destroy ast_sip_session_media
|
||||
* during a call such as if multiple same-type stream support is introduced,
|
||||
* these will need to be recaptured as well */
|
||||
pvt->media[SIP_MEDIA_AUDIO] = ao2_find(session->media, "audio", OBJ_KEY);
|
||||
|
Reference in New Issue
Block a user