[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jan 9 14:15:21 CST 2012


branch "master" has been updated
       via  db6f6d2229821b9d2382fcd80870979e081e4b0a (commit)
      from  7b1b2d7e9ca1ab56e2080fca98c76f020c4a3b36 (commit)

Summary of changes:
 src/TestEndpoint.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit db6f6d2229821b9d2382fcd80870979e081e4b0a
Author: Brent Eagles <beagles at digium.com>
Date:   Mon Jan 9 16:45:04 2012 -0330

    Fix enum name ambiguity build issue.

diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index 5c9c7bc..a8996c8 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -256,7 +256,7 @@ public:
         mConnectedLine = new ConnectedLine(idSeq2);
 
         RedirectionSeq redirects;
-        RedirectionReasonPtr reason = new RedirectionReason(Unknown);
+        RedirectionReasonPtr reason = new RedirectionReason(AsteriskSCF::SessionCommunications::PartyIdentification::V1::Unknown);
         RedirectionPtr redirect = new Redirection(dialedId, connectedId, reason);
         redirects.push_back(redirect);
         mRedirections = new Redirections(redirects);

-----------------------------------------------------------------------


-- 
asterisk-scf/release/test_channel.git



More information about the asterisk-scf-commits mailing list