我是restcomm的新手,在restcomm-helloworld的例子中我只是在ip中改变
params.put("pref_proxy_domain", "sip:192.168.1.119:5082");
params.put("pref_sip_user", "bob");
params.put("pref_sip_password", "1234");
device = RCClient.createDevice(params, this);
在 android 中,我收到了这个错误。
我使用本地IP地址注册请告诉android端或服务器端的任何变化?
在本地ip web应用程序上完美运行。