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