-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Labels
Description
Hello. I am trying to do the load balancer test using SIPp. I am using the following commands for UAC and UAS :
run UAS :
sipp -sf Active-Media/uas-active.xml -i 192.168.1.10 -p 5064 -rtp_echo -m 500
run UAC :
sipp -sf Active-Media/uac-active.xml -i 192.168.1.10 192.168.1.10:5064 -rtp_echo -m 500 -r 100
It works fine until -r flag has value < 50. above this, it shows segmentation fault. Also tI don't face this problem with basic scenarios... only when I use RTP. could it be because of RTP port allocation or something ??
Any idea why this could be happening ??
Thanks in advance for help.
Regards Sahil