Module: sems Branch: master Commit: 43af5bd0739015e246ae270300f7be5ba8c82eb3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=43af5bd0739015e246ae270300f7be5ba8c82eb3
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Sep 29 16:19:58 2011 +0200 nicer namepsaced varname --- .../parallel_calls/CCParallelCalls.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/sbc/call_control/parallel_calls/CCParallelCalls.cpp b/apps/sbc/call_control/parallel_calls/CCParallelCalls.cpp index 8938a39..f669534 100644 --- a/apps/sbc/call_control/parallel_calls/CCParallelCalls.cpp +++ b/apps/sbc/call_control/parallel_calls/CCParallelCalls.cpp @@ -33,7 +33,7 @@ #include <string.h> -#define SBCVAR_PARALLEL_CALLS_UUID "pcalls_uuid" +#define SBCVAR_PARALLEL_CALLS_UUID "pcalls::uuid" unsigned int CCParallelCalls::refuse_code = 402; string CCParallelCalls::refuse_reason = "Too Many Simultaneous Calls"; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
