如何编辑sip消息的头参数(android-ngn-stack)

时间:2017-07-04 12:15:43

标签: android sip telecommunication ims

我正在使用android-ngn-stack制作一个Android IMS客户端,所以我想修改一些标题参数,以便我可以在这个标题中编辑并删除参数,添加参数,modifi参数。

非常感谢,for example , how can i set max forwards to 100 instead of 70

1 个答案:

答案 0 :(得分:0)

可以使用SipStack类中的'setMaxFDs'方法设置最大转发值:

  public boolean setMaxFDs(long max_fds) {
    return tinyWRAPJNI.SipStack_setMaxFDs(swigCPtr, this, max_fds);
  }