Ignore:
Timestamp:
Feb 8, 2006 10:44:25 PM (18 years ago)
Author:
bennylp
Message:

Finished invite session UAS implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_util.c

    r156 r160  
    13041304    } 
    13051305 
     1306    /* Feed the request to the transaction. */ 
     1307    pjsip_tsx_recv_msg(tsx, rdata); 
     1308 
    13061309    /* Send the message. */ 
    13071310    status = pjsip_tsx_send_msg(tsx, tdata); 
Note: See TracChangeset for help on using the changeset viewer.