774056846 hace 4 meses
padre
commit
f13d7c7073
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/core/callcenter/esl/utils/esl_event_util.py

+ 2 - 0
src/core/callcenter/esl/utils/esl_event_util.py

@@ -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):