Vladimir Mikhelson <vlad <at> mikhelson.com> writes:

> 
> 
>     Hi,
>     Here is the reply from the developer as to what can be done
>     immediately to remove the offending logging.
>     "He can just ignore these messages, they say that chan_ooh323 don't
>     known indication signal 33 (AST_CONTROL_PVT_CAUSE_CODE) and
>     processing of this signal isn't mandatory.
>     If he would to remove this messages he can comment ast_log string in
>     chan_ooh323 in ooh323_indicate function on the bottom of function:
>            default:
>                     ast_log(LOG_WARNING, "Don't know how to indicate
>     condition %d on %s\n",
>     
                                                                       
>     condition, callToken);"


Hi! Thanks a lot for your post!!!!
Have same problem with asterisk 11.8.1 + dongle.
I Have this message - "WARNING[8081][C-00000007]: channel.c:1002 
channel_indicate: [Dongle/gsm-mega-08-0100000007] Don't know how to indicate 
condition 33".
So i find a file named channel.c and comment like that - 
/*      default:
                        ast_log (LOG_WARNING, "[%s] Don't know how to 
indicate condition %d\n", ast_channel_name(channel), condition);
                        res = -1;
                        break; */  
And it's work =) Warning is gone....


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to