freeswitch报错

女生的网名这么多〃 提交于 2020-11-13 05:14:45

1.         2010-10-26 11:01:58.448513 [ERR] sofia_reg.c:816 Can not do authorization without a complete from header in REGISTER request from 10.248.17.109:32275

`    

  if (!to_user) {
        to_user = from_user;
    }
    if (!to_host) {
        to_host = from_host;
    }

    if (!to_user || !to_host) {
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Can not do authorization without a complete header in REGISTER request from %s:%d\n", 
                          network_ip, network_port);

        nua_respond(nh, SIP_401_UNAUTHORIZED, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END());
        switch_goto_int(r, 1, end);
    }

 

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