Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在sipp中完成这个场景。
当我拨打电话时,如果它返回 486 状态(忙),它可以调用暂停一段时间,然后继续调用。
您可以使用标签和“下一个”属性。像这样的东西:
<label id="10" /> ... <recv response="486" optional="true" next="10" /> <pause milliseconds="1000" /> </recv>
希望这可以帮助