[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "sip-registrar" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Sun Jun 26 23:15:05 CDT 2011


branch "sip-registrar" has been updated
       via  88ffb9a73f100b9ff902a0fc5be754c57d6e9646 (commit)
       via  219a552954cf8b42990dd2e0eac55ec77be841c3 (commit)
       via  c1445edc298ff6e9364422138a4d8b44263bcc84 (commit)
       via  e9b2b78a7a003410aa78df5e85a161b40f83c30f (commit)
       via  e3ec1c045fcd9198a1460ed15113b4d5c09ab813 (commit)
       via  8686e1c58347265169e6a9e9c2ae2aa696caa308 (commit)
       via  082ed561c4a31434af9cf5f8b26bd2881bf83dac (commit)
       via  f6073fff0cdda2017d9cb15fe137e53bb595f444 (commit)
       via  aa3d3e031f0e4d824532b9b91b506cf8513ad880 (commit)
      from  922a60880d6a1a313aa250f243ef671d10d64c27 (commit)

Summary of changes:
 slice/AsteriskSCF/SIP/SIPRegistrarIf.ice           |    8 +-
 slice/AsteriskSCF/System/WorkQueue/WorkQueueIf.ice |  144 ++++++++++----------
 2 files changed, 74 insertions(+), 78 deletions(-)


- Log -----------------------------------------------------------------
commit 88ffb9a73f100b9ff902a0fc5be754c57d6e9646
Author: Mark Michelson <mmichelson at digium.com>
Date:   Sun Jun 26 22:39:22 2011 -0500

    Switch Registrar operations to be AMD.

diff --git a/slice/AsteriskSCF/SIP/SIPRegistrarIf.ice b/slice/AsteriskSCF/SIP/SIPRegistrarIf.ice
index 1b4c843..9190677 100644
--- a/slice/AsteriskSCF/SIP/SIPRegistrarIf.ice
+++ b/slice/AsteriskSCF/SIP/SIPRegistrarIf.ice
@@ -106,19 +106,19 @@ interface Registrar
      * The return value is the map of all AoRs and their
      * bindings.
      */
-     ContactDict addListener(RegistrarListener *listener);
+     ["amd"] ContactDict addListener(RegistrarListener *listener);
      /**
       * Remove a listener.
       */
-     void removeListener(RegistrarListener *listener);
+     ["amd"] void removeListener(RegistrarListener *listener);
      /**
       * Get the mapping of all active registrations.
       */
-     BindingDict getAllBindings();
+     ["amd"] BindingDict getAllBindings();
      /**
       * Get all bindings associated with a particular AoR
       */
-     BindingSeq getAORBindings(string aor);
+     ["amd"] BindingSeq getAORBindings(string aor);
 };
 
 }; // end module V1

commit 219a552954cf8b42990dd2e0eac55ec77be841c3
Merge: 922a608 c1445ed
Author: Mark Michelson <mmichelson at digium.com>
Date:   Sat Jun 25 16:06:19 2011 -0500

    Merge branch 'master' into sip-registrar


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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list