@@ -392,6 +392,8 @@ def getCallId(e):
call_id = e.getHeader(VARIABLE_SIP_LIBRA_CALLID)
if not call_id:
call_id = getApplicationData(e).get(SIP_H_P_LIBRA_CALL_ID)
+ if not call_id:
+ call_id = e.getHeader(VARIABLE_SIP_H_P_LIBRA_NEED_HOLD_MUSIC)
return call_id
def getOriginationUuid(e):