Module: sems Branch: master Commit: e0736a63d4dcc60e1afc24cf67fa0c0efff7d0ca URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e0736a63d4dcc60e1afc24cf67fa0c0efff7d0ca
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Nov 24 16:06:52 2011 +0100 simplified SIP uac auth (use AmUACAuth, see AmUACAuth.h) --- apps/announcement/Announcement.cpp | 23 +--- apps/announcement/Announcement.h | 2 +- apps/annrecorder/AnnRecorder.cpp | 19 +--- apps/annrecorder/AnnRecorder.h | 2 +- apps/callback/CallBack.cpp | 21 +--- apps/callback/CallBack.h | 3 +- apps/click2dial/Click2Dial.cpp | 21 +--- apps/click2dial/Click2Dial.h | 2 +- apps/dsm/DSM.cpp | 18 +--- apps/dsm/DSMCall.h | 3 +- apps/examples/announce_auth/AnnounceAuth.cpp | 172 ++++++++++++-------------- apps/examples/announce_auth/AnnounceAuth.h | 78 ++++++------ apps/examples/b2b_connect/b2b_connect.cpp | 21 +--- apps/examples/b2b_connect/b2b_connect.h | 2 +- apps/examples/dtmftester/DtmfTester.cpp | 19 +--- apps/examples/dtmftester/DtmfTester.h | 2 +- apps/examples/early_record/EarlyRecord.cpp | 19 +--- apps/examples/early_record/EarlyRecord.h | 2 +- apps/examples/serviceline/ServiceLine.cpp | 17 +--- apps/examples/serviceline/ServiceLine.h | 2 +- apps/reg_agent/RegistrationAgent.cpp | 12 +- apps/webconference/WebConference.cpp | 21 +--- apps/webconference/WebConferenceDialog.h | 2 +- core/AmUACAuth.cpp | 48 +++++++ core/AmUACAuth.h | 26 ++++ core/ampi/UACAuthAPI.h | 5 +- doc/Readme.uac_auth.txt | 23 +--- 27 files changed, 245 insertions(+), 340 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=e0736a63d4dcc60e1afc24cf67fa0c0efff7d0ca _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
