774056846 4 months ago
parent
commit
b66cd2a175
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/voip/bot.py

+ 1 - 0
src/core/voip/bot.py

@@ -554,6 +554,7 @@ class BotAgent:
             _sip_header = pj.SipHeader()
             _sip_header.hName = f"sip_h_{k}"
             _sip_header.hValue = str(v)
+            print('hangup, header_name=%s, header_value=%s'%(k, v))
             sip_header_vector.push_back(_sip_header)
         call_op_param.txOption.headers = sip_header_vector