我正在使用android-ngn-stack制作一个Android IMS客户端,所以我想修改一些标题参数,以便我可以在这个标题中编辑并删除参数,添加参数,modifi参数。
非常感谢,for example , how can i set max forwards to 100 instead of 70
答案 0 :(得分:0)
可以使用SipStack类中的'setMaxFDs'方法设置最大转发值:
public boolean setMaxFDs(long max_fds) {
return tinyWRAPJNI.SipStack_setMaxFDs(swigCPtr, this, max_fds);
}