Description:
We are encountering failures in SIPp test scenarios due to unsolicited NOTIFY and OPTIONS messages being sent after successful registration.
Observed Behavior:
After SIP registration, server sends NOTIFY messages at exponential intervals (1s, 2s, 4s, 8s...).
The SBC sends OPTIONS messages every 15 seconds.
SIPp terminates the scenario with unexpected message errors, even when these messages are marked as optional.
NOTE: We are using this for Functional Testing so we are limiting the no of messages to 1
sipp <proxy_ip>:<proxy_port>
-sf <scenario_file_path>
-inf <data_file_path>
-i <local_ip>
-p
-au <sip_username>
-ap <sip_password>
-trace_err
-error_file <output_dir>/sipp_uas_trace_errors.log
-trace_msg
-message_file <output_dir>/sipp_uastrace_messages.log
-log_file <output_dir>/sipp_uas_log.txt
-trace_logs
-m 1
Can someone please help on this ?