Branch: refs/heads/Geolocation-issue1798
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: dd6a0777dc314aa1bd37d48fdc89fd828216859f
      
https://github.com/RestComm/Restcomm-Connect/commit/dd6a0777dc314aa1bd37d48fdc89fd828216859f
  Author: Fernando Mendioroz <fernando.mendio...@telestax.com>
  Date:   2017-02-11 (Sat, 11 Feb 2017)

  Changed paths:
    M restcomm/pom.xml
    M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionType.java
    M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java
    A restcomm/restcomm.geolocation.api/pom.xml
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/CreateGeolocationSession.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/DestroyGeolocationSession.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GeolocationServiceResponse.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GeolocationSessionAttribute.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GeolocationSessionInfo.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GeolocationSessionRequest.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GeolocationSessionResponse.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/connect/geolocation/api/GetLastGeolocationRequest.java
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/maven-archiver/pom.properties
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/site/checkstyle.html
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/site/checkstyle.rss
    A 
restcomm/restcomm.geolocation.api/src/main/java/org/restcomm/site/images/rss.png
    A restcomm/restcomm.geolocation/pom.xml
    A 
restcomm/restcomm.geolocation/src/main/java/org/restcomm/connect/geolocation/GeolocationService.java
    A 
restcomm/restcomm.geolocation/src/main/java/org/restcomm/connect/geolocation/GeolocationServiceException.java
    A 
restcomm/restcomm.geolocation/src/main/java/org/restcomm/connect/geolocation/GeolocationSession.java
    A 
restcomm/restcomm.geolocation/src/main/java/org/restcomm/connect/geolocation/GeolocationSessionException.java
    M restcomm/restcomm.interpreter/pom.xml
    A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/GeolocationInterpreter.java
    A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/GeolocationInterpreterBuilder.java
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/rcml/Nouns.java
    M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/rcml/Verbs.java
    M 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/interpreter/Interpreter.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/GeolocationNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/GeolocationNounJsonDeserializer.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/GeolocationNounJsonSerializer.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/GeolocationStep.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/GeolocationStepConverter.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/ImmediateGeolocationNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/ImmediateNounConverter.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/NotificationGeolocationNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/NotificationNounConverter.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/RcmlGeolocationNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/RcmlGeolocationStep.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/RcmlImmediateNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/model/steps/geolocation/RcmlNotificationNoun.java

  Log Message:
  -----------
  First commit for RC Geolocation API stage II, adding service/plugin, 
interpreter, RCML noun and vervs and RVD classes. Issue #1798


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/Geolocation-issue1798/4a5870-dd6a07%40github.com.

Reply via email to