Changes between Initial Version and Version 1 of Ticket #73
- Timestamp:
- Jan 21, 2007 3:26:03 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #73 – Description
initial v1 10 10 status = pjsip_regc_send(regc, tdata); 11 11 12 // Signal client registrationto destroy itself after all transactions complete12 // Signal regc to destroy itself after all transactions complete 13 13 status = pjsip_regc_destroy(regc); 14 14 }}}