freeswitch报错

Posted keystone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了freeswitch报错相关的知识,希望对你有一定的参考价值。

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);
    }

 

以上是关于freeswitch报错的主要内容,如果未能解决你的问题,请参考以下文章

FreeSWITCH安装报错“You must install libyuv-dev to build mod_fsv”的解决方案

centos 启动 报错 /dev/mapper/debian--vg-root 无法进系统

错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段

springcloud报错-------关于 hystrix 的异常 FallbackDefinitionException:fallback method wasn't found(代码片段

freeswitch怎么实现呼叫转移

freeswitch 编译