- Timestamp:
- Dec 4, 2013 3:08:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/samples/pjsua2_demo.cpp
r4663 r4673 81 81 CallOpParam prm; 82 82 83 std::cout << "*** Incoming Call: " << ci.remoteU RI<< " ["83 std::cout << "*** Incoming Call: " << ci.remoteUri << " [" 84 84 << ci.stateText << "]" << std::endl; 85 85 … … 93 93 { 94 94 CallInfo ci = getInfo(); 95 std::cout << "*** Call: " << ci.remoteU RI<< " [" << ci.stateText95 std::cout << "*** Call: " << ci.remoteUri << " [" << ci.stateText 96 96 << "]" << std::endl; 97 97
Note: See TracChangeset
for help on using the changeset viewer.