Changeset 3352 for pjproject/trunk/pjsip-apps/src/python/_pjsua.c
- Timestamp:
- Oct 21, 2010 2:22:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/python/_pjsua.c
r3010 r3352 2184 2184 2185 2185 status = pjsua_im_send(acc_id, &to, mime_type, &content, 2186 &msg_data, (void *)user_data);2186 &msg_data, (void*)(long)user_data); 2187 2187 if (pool) 2188 2188 pj_pool_release(pool); … … 3711 3711 3712 3712 status = pjsua_call_send_im(call_id, mime_type, &content, 3713 &msg_data, (void *)user_data);3713 &msg_data, (void*)(long)user_data); 3714 3714 3715 3715 if (pool)
Note: See TracChangeset
for help on using the changeset viewer.