Ignore:
Timestamp:
Feb 28, 2019 9:09:42 AM (5 years ago)
Author:
nanang
Message:

Re #2147: Added logging and explicit SIP error code for assertions in SIP message verification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r5930 r5937  
    12411241             * No we can't handle the incoming INVITE request. 
    12421242             */ 
     1243            pjsua_perror(THIS_FILE, "Request verification failed", status); 
     1244 
    12431245            if (response) 
    12441246                err_code = (*response)->msg->line.status.code; 
Note: See TracChangeset for help on using the changeset viewer.