sipp keeps resending message

大城市里の小女人 提交于 2020-04-17 19:29:14

问题


In a sipp scenario involving a register, I am getting the following error:

Discarding message which can't be mapped to a known SIPp call:

What I am seeing in the message log is a continuous repeat of the first message, a REGISTER message:

                             Messages  Retrans   Timeout   Unexpected-Msg
          [ NOP ]              
REGISTER ---------->         1         9         1                         
          [ NOP ]              
     401 <----------         0         0         0         0               
REGISTER ---------->         0         0         0                         
     200 <----------         0         0         0         0               
  INVITE ---------->         0         0         0                         
     100 <----------         0         0         0         0               
     180 <----------         0         0         0         0               
     183 <----------         0         0         0         0               
     200 <----------  E-RTD1 0         0         0         0               
     ACK ---------->         0         0                                   
   Pause [   5000ms]         0                             0        
     BYE ---------->         0         0         0                         
     200 <----------         0         0         0         0               

What cause cause the Call-ID to mismatch?

I am using SIPp v3.6.0-4-gcc24f9d-TLS-SCTP-PCAP-RTPSTREAM


回答1:


In the sipp scenario at https://github.com/rkday/sipp-samples/blob/master/uac-auth.xml, the Call-ID: was:

Call-ID: [call_id]///REGISTER

Removing the "///REGISTER" has fixed this, sipp now proceeds with the other messages.



来源:https://stackoverflow.com/questions/61262689/sipp-keeps-resending-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!