Ignore:
Timestamp:
Aug 5, 2008 8:14:39 PM (16 years ago)
Author:
bennylp
Message:

Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE requests

File:
1 edited

Legend:

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

    r2186 r2194  
    689689                         status); 
    690690            PJSUA_UNLOCK(); 
     691            pjsip_endpt_respond_stateless(pjsua_var.endpt, rdata, 400, NULL, 
     692                                          NULL, NULL); 
    691693            return PJ_TRUE; 
    692694        } 
     
    701703                     status); 
    702704        PJSUA_UNLOCK(); 
     705        pjsip_endpt_respond_stateless(pjsua_var.endpt, rdata, 400, NULL, 
     706                                      NULL, NULL); 
    703707        return PJ_TRUE; 
    704708    } 
Note: See TracChangeset for help on using the changeset viewer.