码迷,mamicode.com
首页 > 其他好文 > 详细

freeswitch报错

时间:2019-04-23 18:59:18      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:gis   free   class   ade   auth   host   register   int   ||   

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报错

标签:gis   free   class   ade   auth   host   register   int   ||   

原文地址:https://www.cnblogs.com/keystone/p/10758170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!