Skip to content

SIPp failing due to unsolicited NOTIFY and OPTIONS messages after registration #814

@piyer8x8

Description

@piyer8x8

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_uas
trace_messages.log
-log_file <output_dir>/sipp_uas
_log.txt
-trace_logs
-m 1

Can someone please help on this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions