diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 5ab633cb29..22953bbcf0 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -2831,6 +2831,7 @@ static int sip_call(struct ast_channel *ast, char *dest, int timeout) if ( res != -1 ) { p->callingpres = ast->cid.cid_pres; p->jointcapability = ast_translate_available_formats(p->capability, p->prefcodec); + p->jointnoncodeccapability = p->noncodeccapability; /* If there are no audio formats left to offer, punt */ if (!(p->jointcapability & AST_FORMAT_AUDIO_MASK)) {