Changeset 4724 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c
- Timestamp:
- Jan 31, 2014 8:52:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c
r4714 r4724 1800 1800 static pj_str_t err_same_num = 1801 1801 {"Destination call number must not be the " 1802 "same as the call being transfer ed\n", 74};1802 "same as the call being transferred\n", 74}; 1803 1803 1804 1804 pj_cli_sess_write_msg(cval->sess, err_same_num.ptr,
Note: See TracChangeset
for help on using the changeset viewer.