[Mobicents/RestComm] 606f42: Revert "RESTCOMM-630: Don't show Voice/SMS for SMS...

2016-01-12 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 606f42e7deae33a4917b46656cf65cdc29062db6
  
https://github.com/Mobicents/RestComm/commit/606f42e7deae33a4917b46656cf65cdc29062db6
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css

  Log Message:
  ---
  Revert "RESTCOMM-630: Don't show Voice/SMS for SMS/Voice-only numbers"

This reverts commit 90b07efa7d8b1bfee8edbac220a849ad27641516.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e081b3: Send Email Rest Api #758 - need to extend for get.

2016-01-12 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: e081b371f284fec7ddcbc619c9d12b28835647b0
  
https://github.com/Mobicents/RestComm/commit/e081b371f284fec7ddcbc619c9d12b28835647b0
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
M 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/Mail.java
M restcomm/restcomm.http/pom.xml
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/EmailMessageConverter.java

  Log Message:
  ---
  Send Email Rest Api #758 - need to extend for get.


  Commit: 593facfd5192e5a3a799234e6130382a9bf3daf7
  
https://github.com/Mobicents/RestComm/commit/593facfd5192e5a3a799234e6130382a9bf3daf7
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java

  Log Message:
  ---
  Send Email Rest Api #758 - fixes.


  Commit: 242b0888152502160b2b46dc919122408564745e
  
https://github.com/Mobicents/RestComm/commit/242b0888152502160b2b46dc919122408564745e
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
M 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/Mail.java
M restcomm/restcomm.http/pom.xml
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/EmailMessageConverter.java

  Log Message:
  ---
  Merge branch 'issue-758' of https://github.com/leftyb/RestComm into 
leftyb-issue-758


  Commit: 390f182f800efce73e303278079adde865c8dfb9
  
https://github.com/Mobicents/RestComm/commit/390f182f800efce73e303278079adde865c8dfb9
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java

  Log Message:
  ---
  Added Xml endpoint, modified Json enpoint to be clear that it returns Json, 
added EmailMessage security permission, added return response according to the 
MediaType
This refer to #758


  Commit: 08c574f1b267ff74fdfb616e61cec8e7bf27f09b
  
https://github.com/Mobicents/RestComm/commit/08c574f1b267ff74fdfb616e61cec8e7bf27f09b
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M restcomm/restcomm.email.api/pom.xml
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailRequest.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailResponse.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/Mail.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailService.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailService.java
R 
restcomm/restcomm.email.api/src/test/java/org/mobicents/servlet/restcomm/email/api/EmailServiceTest.java
R restcomm/restcomm.email.api/src/test/resources/emailServiceTest.xml
M restcomm/restcomm.email/pom.xml
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailRequest.java
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailResponse.java
A 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailService.java
R 
restcomm/restcomm.email/src/main/java/org/mobicents/se

[Mobicents/RestComm] afc84f: Merge branch 'master' into restcomm-xms-1.0.0

2016-01-12 Thread George Vagenas
  Branch: refs/heads/master_xms_merged
  Home:   https://github.com/Mobicents/RestComm
  Commit: afc84fcd6427a9772e51102ca599f9bd1b677848
  
https://github.com/Mobicents/RestComm/commit/afc84fcd6427a9772e51102ca599f9bd1b677848
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.email.api/pom.xml
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailRequest.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailResponse.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/Mail.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailService.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailService.java
R 
restcomm/restcomm.email.api/src/test/java/org/mobicents/servlet/restcomm/email/api/EmailServiceTest.java
R restcomm/restcomm.email.api/src/test/resources/emailServiceTest.xml
M restcomm/restcomm.email/pom.xml
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailRequest.java
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailResponse.java
A 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailService.java
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/Mail.java
A 
restcomm/restcomm.email/src/test/java/org/mobicents/servlet/restcomm/email/EmailServiceTest.java
A restcomm/restcomm.email/src/test/resources/emailServiceTest.xml
M restcomm/restcomm.http/pom.xml
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/EmailMessageConverter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/ConfVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ProjectApplicationsApi.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapper.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SettingsRestService.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/HttpScheme.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/WorkspaceSettings.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/SettingsModel.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClient.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDao.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsWorkspaceSettingsDao.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/ProfileDao.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/WorkspaceSettingsDao.java
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js
M restcomm/restcomm.rvd/src/main/webapp/js/app/directives.js
M restcomm/restco

[Mobicents/RestComm] 4e740f: Added WorkspaceBootstrapper and tests.

2016-01-11 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4e740fd3ce2d0d534289cb459b12ad02725f7535
  
https://github.com/Mobicents/RestComm/commit/4e740fd3ce2d0d534289cb459b12ad02725f7535
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapper.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java

  Log Message:
  ---
  Added WorkspaceBootstrapper and tests.

Refers #734


  Commit: b5f42ccfc81c7716de27887068bb62f1b5c51494
  
https://github.com/Mobicents/RestComm/commit/b5f42ccfc81c7716de27887068bb62f1b5c51494
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapper.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDao.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/ProfileDao.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Progress on RVD/#734.
Added user profile DAO and model classes and started writing the respective 
tests.

Refers #734


  Commit: ac041f3aba730d772485ea456d2af0ed88965389
  
https://github.com/Mobicents/RestComm/commit/ac041f3aba730d772485ea456d2af0ed88965389
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/TestUtils.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Added unit tests and support test classes for ProfileDao.

Refers #734


  Commit: 0ce3e9caaecb08863f51f6188471a51b8e4c4c0f
  
https://github.com/Mobicents/RestComm/commit/0ce3e9caaecb08863f51f6188471a51b8e4c4c0f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SettingsRestService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/SettingsModel.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/WorkspaceSettings.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDao.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Modified /settings service to work with user profiles instead of workspace 
settings.

Refers #734


  Commit: 5461d97e248a06ff714324d791f6295079419dc9
  
https://github.com/Mobicents/RestComm/commit/5461d97e248a06ff714324d791f6295079419dc9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/WorkspaceSettings.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClient.java

  Log Message:
  ---
  Modification in WebTrigger logic.
- Updated WebTrigger logic to work with various sources for deciding how to 
contact restcomm.
  Workspace .settings file, user profile and JBoss connectors are used.
- Encapsulated this algorithm in RestcommClient.

Refers #734


  Commit: 763ecf662c9a05501e3e418a9a4111a39209a911
  
https://github.com/Mobicents/RestComm/commit/763ecf662c9a05501e3e418a9a4111a39209a911
  Author: Orestis Tsakiridis &l

[Mobicents/RestComm] 8e172f: #777 VoiceInterpreter no longer asks the Conferenc...

2016-01-11 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 8e172f7ee62b70c690e3e3b3470246faf26614c8
  
https://github.com/Mobicents/RestComm/commit/8e172f7ee62b70c690e3e3b3470246faf26614c8
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  #777 VoiceInterpreter no longer asks the Conference to remove the participant 
during Finished state.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a637e8: #627 MmsConferenceController now listens to MediaG...

2016-01-11 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: a637e8f9278041aba91e10854cbfb5e96a9c11f3
  
https://github.com/Mobicents/RestComm/commit/a637e8f9278041aba91e10854cbfb5e96a9c11f3
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsConferenceController.java

  Log Message:
  ---
  #627 MmsConferenceController now listens to MediaGroupResponse in order to 
set the playing flag to false. Also, the Media Group will send these responses 
back at the controller instead of the Conference.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 8e172f: #777 VoiceInterpreter no longer asks the Conferenc...

2016-01-10 Thread hrosa
  Branch: refs/heads/issue777
  Home:   https://github.com/Mobicents/RestComm
  Commit: 8e172f7ee62b70c690e3e3b3470246faf26614c8
  
https://github.com/Mobicents/RestComm/commit/8e172f7ee62b70c690e3e3b3470246faf26614c8
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  #777 VoiceInterpreter no longer asks the Conference to remove the participant 
during Finished state.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2016-01-10 Thread hrosa
  Branch: refs/heads/issue777
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a637e8: #627 MmsConferenceController now listens to MediaG...

2016-01-10 Thread hrosa
  Branch: refs/heads/issue627
  Home:   https://github.com/Mobicents/RestComm
  Commit: a637e8f9278041aba91e10854cbfb5e96a9c11f3
  
https://github.com/Mobicents/RestComm/commit/a637e8f9278041aba91e10854cbfb5e96a9c11f3
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsConferenceController.java

  Log Message:
  ---
  #627 MmsConferenceController now listens to MediaGroupResponse in order to 
set the playing flag to false. Also, the Media Group will send these responses 
back at the controller instead of the Conference.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2016-01-10 Thread hrosa
  Branch: refs/heads/issue627
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a03759: New release candidate 7.5.0.770

2016-01-09 Thread CloudBees DEV@Cloud
  Branch: refs/tags/7.5.0.770
  Home:   https://github.com/Mobicents/RestComm
  Commit: a03759d1db394cdb33899b3218beda18e237676b
  
https://github.com/Mobicents/RestComm/commit/a03759d1db394cdb33899b3218beda18e237676b
  Author: CloudBees DEV@Cloud <nob...@cloudbees.com>
  Date:   2016-01-09 (Sat, 09 Jan 2016)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.docs/jdocbook-mobicents/pom.xml
M restcomm/restcomm.docs/jdocbook-telscale/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-mobicents/pom.xml
M restcomm/restcomm.docs/sources-telscale/pom.xml
M restcomm/restcomm.docs/sources/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.traffic.throttling/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.rvd/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate 7.5.0.770


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 4116d4: Removed Tomcat binary, added the backup build.xml ...

2016-01-08 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4116d48827a683195d638e9f1bb85f2a13130f64
  
https://github.com/Mobicents/RestComm/commit/4116d48827a683195d638e9f1bb85f2a13130f64
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M release/build.xml
A release/build.xml_orig

  Log Message:
  ---
  Removed Tomcat binary, added the backup build.xml file


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] adeafb: Fixon BCC - rest Api

2016-01-08 Thread lefteris
  Branch: refs/heads/leftyb-issue-758
  Home:   https://github.com/Mobicents/RestComm
  Commit: adeafbcc3ea8907be56d776c49dc4b989d3a78ab
  
https://github.com/Mobicents/RestComm/commit/adeafbcc3ea8907be56d776c49dc4b989d3a78ab
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java

  Log Message:
  ---
  Fixon BCC - rest Api


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] aa381c: AdminUI applications list based on Applications RE...

2016-01-08 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue530_UpgradeRVDWorkspace
  Home:   https://github.com/Mobicents/RestComm
  Commit: aa381c72bddc9c7cd37ec36edee2edf2e482f6de
  
https://github.com/Mobicents/RestComm/commit/aa381c72bddc9c7cd37ec36edee2edf2e482f6de
  Author: Guilherme Humberto Jansen <guilherme.jan...@telestax.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RasRestService.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/ApplicationsEndpointTest.java
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  ---
  AdminUI applications list based on Applications REST API. Issue #552.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e081b3: Send Email Rest Api #758 - need to extend for get.

2016-01-08 Thread George Vagenas
  Branch: refs/heads/leftyb-issue-758
  Home:   https://github.com/Mobicents/RestComm
  Commit: e081b371f284fec7ddcbc619c9d12b28835647b0
  
https://github.com/Mobicents/RestComm/commit/e081b371f284fec7ddcbc619c9d12b28835647b0
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
M 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/Mail.java
M restcomm/restcomm.http/pom.xml
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/EmailMessageConverter.java

  Log Message:
  ---
  Send Email Rest Api #758 - need to extend for get.


  Commit: 593facfd5192e5a3a799234e6130382a9bf3daf7
  
https://github.com/Mobicents/RestComm/commit/593facfd5192e5a3a799234e6130382a9bf3daf7
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java

  Log Message:
  ---
  Send Email Rest Api #758 - fixes.


  Commit: 242b0888152502160b2b46dc919122408564745e
  
https://github.com/Mobicents/RestComm/commit/242b0888152502160b2b46dc919122408564745e
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
M 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/Mail.java
M restcomm/restcomm.http/pom.xml
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/EmailMessageConverter.java

  Log Message:
  ---
  Merge branch 'issue-758' of https://github.com/leftyb/RestComm into 
leftyb-issue-758


  Commit: 390f182f800efce73e303278079adde865c8dfb9
  
https://github.com/Mobicents/RestComm/commit/390f182f800efce73e303278079adde865c8dfb9
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesXmlEndpoint.java

  Log Message:
  ---
  Added Xml endpoint, modified Json enpoint to be clear that it returns Json, 
added EmailMessage security permission, added return response according to the 
MediaType
This refer to #758


  Commit: 08c574f1b267ff74fdfb616e61cec8e7bf27f09b
  
https://github.com/Mobicents/RestComm/commit/08c574f1b267ff74fdfb616e61cec8e7bf27f09b
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M restcomm/restcomm.email.api/pom.xml
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailRequest.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/EmailResponse.java
A 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/api/Mail.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailService.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailInterpreter.java
R 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/EmailService.java
R 
restcomm/restcomm.email.api/src/test/java/org/mobicents/servlet/restcomm/email/api/EmailServiceTest.java
R restcomm/restcomm.email.api/src/test/resources/emailServiceTest.xml
M restcomm/restcomm.email/pom.xml
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailRequest.java
R 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailResponse.java
A 
restcomm/restcomm.email/src/main/java/org/mobicents/servlet/restcomm/email/EmailService.java
R 
restcomm/restcomm.email/src/main/java/org/mo

[Mobicents/RestComm] 8aa474: New release candidate 7.5.0.769

2016-01-08 Thread CloudBees DEV@Cloud
  Branch: refs/tags/7.5.0.769
  Home:   https://github.com/Mobicents/RestComm
  Commit: 8aa474ebf445b20487cf9202f715982add9ee3d6
  
https://github.com/Mobicents/RestComm/commit/8aa474ebf445b20487cf9202f715982add9ee3d6
  Author: CloudBees DEV@Cloud <nob...@cloudbees.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.docs/jdocbook-mobicents/pom.xml
M restcomm/restcomm.docs/jdocbook-telscale/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-mobicents/pom.xml
M restcomm/restcomm.docs/sources-telscale/pom.xml
M restcomm/restcomm.docs/sources/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.traffic.throttling/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.rvd/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate 7.5.0.769


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e3b8c0: FallBackURL construction problem. Issue #479

2016-01-08 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: e3b8c0f41b8b24888b01ce7b2e0f9ee62b0a3758
  
https://github.com/Mobicents/RestComm/commit/e3b8c0f41b8b24888b01ce7b2e0f9ee62b0a3758
  Author: lefteris <lible...@gmail.com>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java
M 
restcomm/restcomm.ussd/src/main/java/org/mobicents/servlet/restcomm/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  FallBackURL construction problem.  Issue #479


  Commit: 576f20ced075578fe6abf699fba6da0fdf69c197
  
https://github.com/Mobicents/RestComm/commit/576f20ced075578fe6abf699fba6da0fdf69c197
  Author: Pete Royle <p...@screamingcoder.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java

  Log Message:
  ---
  Attempt at defining what the caller ID should look like when callerId 
attribute is specified on a Dial tag, even though 
 is set to true


  Commit: 67147be04190ce6a4fc1a4f687a179af9aefc8a3
  
https://github.com/Mobicents/RestComm/commit/67147be04190ce6a4fc1a4f687a179af9aefc8a3
  Author: Pete Royle <p...@screamingcoder.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java

  Log Message:
  ---
  Tweaked the expected Contact header


  Commit: 90b07efa7d8b1bfee8edbac220a849ad27641516
  
https://github.com/Mobicents/RestComm/commit/90b07efa7d8b1bfee8edbac220a849ad27641516
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-11-18 (Wed, 18 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css

  Log Message:
  ---
  RESTCOMM-630: Don't show Voice/SMS for SMS/Voice-only numbers

Also some extra fixes:
- Change the pre-defined numbers in restcomm.script to be voice capable;
- Make client details buttons match the same style and position as numbers;
- Some styling improvements to the number/client details header;


  Commit: 258c324f8f472a0845757b1b6cac36948369e106
  
https://github.com/Mobicents/RestComm/commit/258c324f8f472a0845757b1b6cac36948369e106
  Author: George <gvage...@gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/Parser.java
A 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/ParserFailed.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/CallLifecycleTest.java

  Log Message:
  ---
  Work in progress for issue #689


  Commit: 99105e08f5bf98ae103ec11ac4a6d3cb3fcc009a
  
https://github.com/Mobicents/RestComm/commit/99105e08f5bf98ae103ec11ac4a6d3cb3fcc009a
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M release/build.xml
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/CallinfoConverter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SubVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsCallController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientDialNoun.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientNounConvert

[Mobicents/RestComm] e3b8c0: FallBackURL construction problem. Issue #479

2016-01-08 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: e3b8c0f41b8b24888b01ce7b2e0f9ee62b0a3758
  
https://github.com/Mobicents/RestComm/commit/e3b8c0f41b8b24888b01ce7b2e0f9ee62b0a3758
  Author: lefteris <lible...@gmail.com>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java
M 
restcomm/restcomm.ussd/src/main/java/org/mobicents/servlet/restcomm/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  FallBackURL construction problem.  Issue #479


  Commit: 3005c4b9323f11c5a32ceb971b9984afc0d7e5ec
  
https://github.com/Mobicents/RestComm/commit/3005c4b9323f11c5a32ceb971b9984afc0d7e5ec
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Log Message:
  ---
  Merge branch 'issue-479' of https://github.com/leftyb/RestComm into 
leftyb-issue-479

Conflicts:

restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java

restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java

restcomm/restcomm.ussd/src/main/java/org/mobicents/servlet/restcomm/ussd/telephony/UssdCallManager.java


  Commit: eba275f62ec208f3d80f83f1de17e2ae9cdcb690
  
https://github.com/Mobicents/RestComm/commit/eba275f62ec208f3d80f83f1de17e2ae9cdcb690
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Log Message:
  ---
  Merge branch 'leftyb-issue-479'


Compare: 
https://github.com/Mobicents/RestComm/compare/198d3f207efc...eba275f62ec2

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 90b07e: RESTCOMM-630: Don't show Voice/SMS for SMS/Voice-o...

2016-01-08 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 90b07efa7d8b1bfee8edbac220a849ad27641516
  
https://github.com/Mobicents/RestComm/commit/90b07efa7d8b1bfee8edbac220a849ad27641516
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-11-18 (Wed, 18 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css

  Log Message:
  ---
  RESTCOMM-630: Don't show Voice/SMS for SMS/Voice-only numbers

Also some extra fixes:
- Change the pre-defined numbers in restcomm.script to be voice capable;
- Make client details buttons match the same style and position as numbers;
- Some styling improvements to the number/client details header;


  Commit: a941053bdd2c79b0958ddf789961fd15fa49646f
  
https://github.com/Mobicents/RestComm/commit/a941053bdd2c79b0958ddf789961fd15fa49646f
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css

  Log Message:
  ---
  Merge branch 'RESTCOMM-630' of https://github.com/brainslog/RestComm into 
brainslog-RESTCOMM-630


  Commit: 198d3f207efcda3216c0a84f1f664fadd2b125a2
  
https://github.com/Mobicents/RestComm/commit/198d3f207efcda3216c0a84f1f664fadd2b125a2
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css

  Log Message:
  ---
  Merge branch 'brainslog-RESTCOMM-630'


Compare: 
https://github.com/Mobicents/RestComm/compare/86b242038a12...198d3f207efc

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 576f20: Attempt at defining what the caller ID should look...

2016-01-08 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 576f20ced075578fe6abf699fba6da0fdf69c197
  
https://github.com/Mobicents/RestComm/commit/576f20ced075578fe6abf699fba6da0fdf69c197
  Author: Pete Royle <p...@screamingcoder.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java

  Log Message:
  ---
  Attempt at defining what the caller ID should look like when callerId 
attribute is specified on a Dial tag, even though 
 is set to true


  Commit: 67147be04190ce6a4fc1a4f687a179af9aefc8a3
  
https://github.com/Mobicents/RestComm/commit/67147be04190ce6a4fc1a4f687a179af9aefc8a3
  Author: Pete Royle <p...@screamingcoder.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java

  Log Message:
  ---
  Tweaked the expected Contact header


  Commit: f646f53575a41ec3002bf2a234ed97584b6a3267
  
https://github.com/Mobicents/RestComm/commit/f646f53575a41ec3002bf2a234ed97584b6a3267
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java

  Log Message:
  ---
  Merge branch 'callerId_with_proxy' of https://github.com/spruceki/RestComm 
into spruceki-callerId_with_proxy


  Commit: da5802d9ac318c7a001ff8e69b38627c3a7ae0ca
  
https://github.com/Mobicents/RestComm/commit/da5802d9ac318c7a001ff8e69b38627c3a7ae0ca
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  This close #775


  Commit: a0f55b30156e50c6ee51d36b996c9874224aa49b
  
https://github.com/Mobicents/RestComm/commit/a0f55b30156e50c6ee51d36b996c9874224aa49b
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest

  Log Message:
  ---
  This close #635


  Commit: 86b242038a12b1f36ad4da19ea1fac0c74dc272e
  
https://github.com/Mobicents/RestComm/commit/86b242038a12b1f36ad4da19ea1fac0c74dc272e
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest

  Log Message:
  ---
  Merge branch 'spruceki-callerId_with_proxy'


Compare: 
https://github.com/Mobicents/RestComm/compare/e1b1fcca2f9a...86b242038a12

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e1b1fc: This close #774

2016-01-08 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: e1b1fcca2f9a9bcb6c4010c32cc796357955edb2
  
https://github.com/Mobicents/RestComm/commit/e1b1fcca2f9a9bcb6c4010c32cc796357955edb2
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.monitoring.service/src/main/java/com/telestax/servlet/MonitoringService.java

  Log Message:
  ---
  This close #774


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 0679be: #767 Updated conference state diagram.

2016-01-08 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 0679be65c1340761643dd3665aee6e1b19c4754c
  
https://github.com/Mobicents/RestComm/commit/0679be65c1340761643dd3665aee6e1b19c4754c
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M architecture_diagrams/mscontrol/conference.dia
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsConferenceController.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Conference.java

  Log Message:
  ---
  #767 Updated conference state diagram.

Fixed issue in the MmsConferenceController: the controller now asks to join a 
conference instead of a bridge.

Introduced new state Evicting in the Conference actor, that asks the 
participants to leave. Once all participants reply with Left, the conference 
moves to a stopping state.


  Commit: ee75337537c537da8982fad080dfdb43fed5d166
  
https://github.com/Mobicents/RestComm/commit/ee75337537c537da8982fad080dfdb43fed5d166
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/mobicents/servlet/restcomm/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  #767 Registered a player listener to the JSR309 conference media group. 
Player events are now properly received.


  Commit: b1c9273c27d5f537b6a01e66de79fb68dcaf3a9e
  
https://github.com/Mobicents/RestComm/commit/b1c9273c27d5f537b6a01e66de79fb68dcaf3a9e
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M architecture_diagrams/mscontrol/conference.dia
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/mobicents/servlet/restcomm/mscontrol/jsr309/Jsr309ConferenceController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsConferenceController.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Conference.java

  Log Message:
  ---
  Merge branch 'issue767' into restcomm-xms-1.0.0


Compare: 
https://github.com/Mobicents/RestComm/compare/62b3b8510853...b1c9273c27d5

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 0ce3e9: Modified /settings service to work with user profi...

2016-01-08 Thread Orestis Tsakiridis
  Branch: refs/heads/issue734_rvd_per_user_credential_storage
  Home:   https://github.com/Mobicents/RestComm
  Commit: 0ce3e9caaecb08863f51f6188471a51b8e4c4c0f
  
https://github.com/Mobicents/RestComm/commit/0ce3e9caaecb08863f51f6188471a51b8e4c4c0f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SettingsRestService.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/SettingsModel.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/WorkspaceSettings.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDao.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProjectStorage.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Modified /settings service to work with user profiles instead of workspace 
settings.

Refers #734


  Commit: 5461d97e248a06ff714324d791f6295079419dc9
  
https://github.com/Mobicents/RestComm/commit/5461d97e248a06ff714324d791f6295079419dc9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/client/WorkspaceSettings.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClient.java

  Log Message:
  ---
  Modification in WebTrigger logic.
- Updated WebTrigger logic to work with various sources for deciding how to 
contact restcomm.
  Workspace .settings file, user profile and JBoss connectors are used.
- Encapsulated this algorithm in RestcommClient.

Refers #734


Compare: 
https://github.com/Mobicents/RestComm/compare/ac041f3aba73...5461d97e248a

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 885331: Updated version of Dialogic JSR309 driver.

2016-01-08 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 885331536345bfa9708444f31a8d0ae5448974df
  
https://github.com/Mobicents/RestComm/commit/885331536345bfa9708444f31a8d0ae5448974df
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M release/build.xml
R restcomm/configuration/dlgc_JSR309.properties
M restcomm/configuration/dlgmsc-5.0-alpha.jar

  Log Message:
  ---
  Updated version of Dialogic JSR309 driver.

Removed unnecessary configuration for JSR309 implementation. Configuration is 
now built programmatically so there is no need for static files.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] dec12b: New release candidate 7.5.0.768

2016-01-07 Thread CloudBees DEV@Cloud
  Branch: refs/tags/7.5.0.768
  Home:   https://github.com/Mobicents/RestComm
  Commit: dec12bacd21966b1fdb5e635ba99428d5cd59c83
  
https://github.com/Mobicents/RestComm/commit/dec12bacd21966b1fdb5e635ba99428d5cd59c83
  Author: CloudBees DEV@Cloud <nob...@cloudbees.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.docs/jdocbook-mobicents/pom.xml
M restcomm/restcomm.docs/jdocbook-telscale/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-mobicents/pom.xml
M restcomm/restcomm.docs/sources-telscale/pom.xml
M restcomm/restcomm.docs/sources/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.traffic.throttling/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.rvd/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate 7.5.0.768


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] ee7533: #767 Registered a player listener to the JSR309 co...

2016-01-07 Thread hrosa
  Branch: refs/heads/issue767
  Home:   https://github.com/Mobicents/RestComm
  Commit: ee75337537c537da8982fad080dfdb43fed5d166
  
https://github.com/Mobicents/RestComm/commit/ee75337537c537da8982fad080dfdb43fed5d166
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/mobicents/servlet/restcomm/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  #767 Registered a player listener to the JSR309 conference media group. 
Player events are now properly received.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a1ec7b: Progress on identity automated test setup.

2016-01-07 Thread Orestis Tsakiridis
  Branch: refs/heads/sso_issue738_integration_tests
  Home:   https://github.com/Mobicents/RestComm
  Commit: a1ec7b1ac8e8273c328974fe0b6c2089b98b52cc
  
https://github.com/Mobicents/RestComm/commit/a1ec7b1ac8e8273c328974fe0b6c2089b98b52cc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
A release/master-realm-for-testing.json
M restcomm/restcomm.identity/pom.xml
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/KeycloakApi.java
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationTool.java
A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityTestTool.java
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java
R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiTest.java
A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolIT.java
R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java
A 
restcomm/restcomm.identity/src/test/resources/org/mobicents/servlet/restcomm/identity/default-realm.json

  Log Message:
  ---
  Progress on identity automated test setup.
- Modified identity/pom.xml so that it properly handles test files for unit VS 
integration tests
- Added test tool to handle quick creation/removal or realms for testing
- Added a sample master realm file that allows administrative tasks on realms

Refers #738


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 62ff39: allow sms FROM to use the external IP instead of l...

2016-01-07 Thread lefteris
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: 62ff393e8bfe453d8e333d4156d3a98c74088768
  
https://github.com/Mobicents/RestComm/commit/62ff393e8bfe453d8e333d4156d3a98c74088768
  Author: Charles Roufay <charles.rou...@telestax.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-mobicents/src/main/resources/META-INF/MANIFEST.MF
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsSession.java

  Log Message:
  ---
  allow sms FROM to use the external IP instead of local IP of Restcomm


  Commit: bd78257b70dbbed8258620f7e997532a7db96333
  
https://github.com/Mobicents/RestComm/commit/bd78257b70dbbed8258620f7e997532a7db96333
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M README.md
A load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
A load_tests/readme.txt
A load_tests/resources/audio/demo-prompt-one-minute.wav
A load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
A load_tests/resources/pcap/demo-prompt.wav
A load_tests/resources/pcap/dtmf_2833_1.pcap
A load_tests/resources/pcap/dtmf_2833_9.pcap
A load_tests/resources/pcap/dtmf_2833_hash.pcap
A load_tests/resources/pcap/message.pcap
A load_tests/resources/pcap/welcome_message.pcap
A load_tests/resources/pcap/welcome_message_all.pcap
A load_tests/resources/pcap/welcome_message_not_working.pcap
A load_tests/resources/pcap/welcome_msg.pcap
A load_tests/sipp-3.4/.gitignore
A load_tests/sipp-3.4/LICENSE.txt
A load_tests/sipp-3.4/Makefile.am
A load_tests/sipp-3.4/Makefile.in
A load_tests/sipp-3.4/README.md
A load_tests/sipp-3.4/THANKS
A load_tests/sipp-3.4/aclocal.m4
A load_tests/sipp-3.4/auto-generate-files.sh
A load_tests/sipp-3.4/compile
A load_tests/sipp-3.4/config.guess
A load_tests/sipp-3.4/config.sub
A load_tests/sipp-3.4/configure
A load_tests/sipp-3.4/configure.ac
A load_tests/sipp-3.4/cpplint.py
A load_tests/sipp-3.4/depcomp
A load_tests/sipp-3.4/include/actions.hpp
A load_tests/sipp-3.4/include/auth.hpp
A load_tests/sipp-3.4/include/call.hpp
A load_tests/sipp-3.4/include/call_generation_task.hpp
A load_tests/sipp-3.4/include/comp.h
A load_tests/sipp-3.4/include/config.h.in
A load_tests/sipp-3.4/include/deadcall.hpp
A load_tests/sipp-3.4/include/infile.hpp
A load_tests/sipp-3.4/include/listener.hpp
A load_tests/sipp-3.4/include/logger.hpp
A load_tests/sipp-3.4/include/md5.h
A load_tests/sipp-3.4/include/message.hpp
A load_tests/sipp-3.4/include/milenage.h
A load_tests/sipp-3.4/include/prepare_pcap.h
A load_tests/sipp-3.4/include/reporttask.hpp
A load_tests/sipp-3.4/include/rijndael.h
A load_tests/sipp-3.4/include/rtpstream.hpp
A load_tests/sipp-3.4/include/scenario.hpp
A load_tests/sipp-3.4/include/screen.hpp
A load_tests/sipp-3.4/include/send_packets.h
A load_tests/sipp-3.4/include/sip_parser.hpp
A load_tests/sipp-3.4/include/sipp.hpp
A load_tests/sipp-3.4/include/socket.hpp
A load_tests/sipp-3.4/include/socketowner.hpp
A load_tests/sipp-3.4/include/sslcommon.h
A load_tests/sipp-3.4/include/stat.hpp
A load_tests/sipp-3.4/include/strings.hpp
A load_tests/sipp-3.4/include/task.hpp
A load_tests/sipp-3.4/include/time.hpp
A load_tests/sipp-3.4/include/variables.hpp
A load_tests/sipp-3.4/include/watchdog.hpp
A load_tests/sipp-3.4/include/xp_parser.h
A load_tests/sipp-3.4/install-sh
A load_tests/sipp-3.4/missing
A load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
A load_tests/sipp-3.4/pcap/g711a.pcap
A load_tests/sipp-3.4/sipp.1
A load_tests/sipp-3.4/sipp.dtd
A load_tests/sipp-3.4/src/.dirstamp
A load_tests/sipp-3.4/src/actions.cpp
A load_tests/sipp-3.4/src/auth.cpp
A load_tests/sipp-3.4/src/call.cpp
A load_tests/sipp-3.4/src/call_generation_task.cpp
A load_tests/sipp-3.4/src/comp.c
A load_tests/sipp-3.4/src/deadcall.cpp
A load_tests/sipp-3.4/src/fortune.cpp
A load_tests/sipp-3.4/src/infile.cpp
A load_tests/sipp-3.4/src/listener.cpp
A load_tests/sipp-3.4/src/logger.cpp
A load_tests/sipp-3.4/src/md5.c
A load_tests/sipp-3.4/src/message.cpp
A load_tests/sipp-3.4/src/milenage.c
A load_tests/sipp-3.4/src/prepare_pcap.c

[Mobicents/RestComm] 45c79d: allow sms FROM to use the external IP instead of l...

2016-01-07 Thread Charles Roufay
  Branch: refs/heads/charles_smpp
  Home:   https://github.com/Mobicents/RestComm
  Commit: 45c79deb503fb56eab450e5e401fff3986d035d2
  
https://github.com/Mobicents/RestComm/commit/45c79deb503fb56eab450e5e401fff3986d035d2
  Author: Charles Roufay <charles.rou...@telestax.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-mobicents/src/main/resources/META-INF/MANIFEST.MF
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsSession.java

  Log Message:
  ---
  allow sms FROM to use the external IP instead of local IP of Restcomm


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 483dd0: Work in progress for #757

2016-01-07 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 483dd0b03f2350a10b87da424eefcd581326549c
  
https://github.com/Mobicents/RestComm/commit/483dd0b03f2350a10b87da424eefcd581326549c
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  Work in progress for #757


  Commit: dd041f038436021623d6ea8a7422ec213dc50bb1
  
https://github.com/Mobicents/RestComm/commit/dd041f038436021623d6ea8a7422ec213dc50bb1
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  Removed not needed logging statement


  Commit: 6665061f00c2aea5cb9602584ca03f4de412c9ae
  
https://github.com/Mobicents/RestComm/commit/6665061f00c2aea5cb9602584ca03f4de412c9ae
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/Parser.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialActionTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest

  Log Message:
  ---
  Work in progress for #766


  Commit: 12c5b5b871c7ef66e2632dbeaad72651ba813476
  
https://github.com/Mobicents/RestComm/commit/12c5b5b871c7ef66e2632dbeaad72651ba813476
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/Parser.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/Hangup.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java

  Log Message:
  ---
  Fixes for issue #689


  Commit: 1be826259a47733b690df94a38b3f662246dcff4
  
https://github.com/Mobicents/RestComm/commit/1be826259a47733b690df94a38b3f662246dcff4
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/CallLifecycleTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialForkTest.java

  Log Message:
  ---
  Fixes for testsuite


  Commit: be0cb8569396ee6f330c8d5f138984b23566ac57
  
https://github.com/Mobicents/RestComm/commit/be0cb8569396ee6f330c8d5f138984b23566ac57
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/ConfVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.interpreter/src/test/java/org/mobicents/servlet/restcomm/interpreter/rcml/ParserTest.java
M 
restcomm/restcomm.ussd/src/main/java/org/mobicents/servlet/restcomm/ussd/interpreter/UssdInterpreter.java

  Log Message:
  ---
  Fixes for Parser actor.
This refers to #689


  Commit: 69f63b030ea4806382e05d2164221c7ddbeb8af6
  
https://github.com/Mobicents/RestComm/commit/69f63b030ea4806382e05d2164221c7ddbeb8af6
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/ConfVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/in

[Mobicents/RestComm] 642966: Revert "Revert "Merge branch 'raas' of https://git...

2016-01-07 Thread lefteris
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: 64296632318f9c14cc8abf03ce391faa5c71e1f1
  
https://github.com/Mobicents/RestComm/commit/64296632318f9c14cc8abf03ce391faa5c71e1f1
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M README.md
A load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
A load_tests/readme.txt
A load_tests/resources/audio/demo-prompt-one-minute.wav
A load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
A load_tests/resources/pcap/demo-prompt.wav
A load_tests/resources/pcap/dtmf_2833_1.pcap
A load_tests/resources/pcap/dtmf_2833_9.pcap
A load_tests/resources/pcap/dtmf_2833_hash.pcap
A load_tests/resources/pcap/message.pcap
A load_tests/resources/pcap/welcome_message.pcap
A load_tests/resources/pcap/welcome_message_all.pcap
A load_tests/resources/pcap/welcome_message_not_working.pcap
A load_tests/resources/pcap/welcome_msg.pcap
A load_tests/sipp-3.4/.gitignore
A load_tests/sipp-3.4/LICENSE.txt
A load_tests/sipp-3.4/Makefile.am
A load_tests/sipp-3.4/Makefile.in
A load_tests/sipp-3.4/README.md
A load_tests/sipp-3.4/THANKS
A load_tests/sipp-3.4/aclocal.m4
A load_tests/sipp-3.4/auto-generate-files.sh
A load_tests/sipp-3.4/compile
A load_tests/sipp-3.4/config.guess
A load_tests/sipp-3.4/config.sub
A load_tests/sipp-3.4/configure
A load_tests/sipp-3.4/configure.ac
A load_tests/sipp-3.4/cpplint.py
A load_tests/sipp-3.4/depcomp
A load_tests/sipp-3.4/include/actions.hpp
A load_tests/sipp-3.4/include/auth.hpp
A load_tests/sipp-3.4/include/call.hpp
A load_tests/sipp-3.4/include/call_generation_task.hpp
A load_tests/sipp-3.4/include/comp.h
A load_tests/sipp-3.4/include/config.h.in
A load_tests/sipp-3.4/include/deadcall.hpp
A load_tests/sipp-3.4/include/infile.hpp
A load_tests/sipp-3.4/include/listener.hpp
A load_tests/sipp-3.4/include/logger.hpp
A load_tests/sipp-3.4/include/md5.h
A load_tests/sipp-3.4/include/message.hpp
A load_tests/sipp-3.4/include/milenage.h
A load_tests/sipp-3.4/include/prepare_pcap.h
A load_tests/sipp-3.4/include/reporttask.hpp
A load_tests/sipp-3.4/include/rijndael.h
A load_tests/sipp-3.4/include/rtpstream.hpp
A load_tests/sipp-3.4/include/scenario.hpp
A load_tests/sipp-3.4/include/screen.hpp
A load_tests/sipp-3.4/include/send_packets.h
A load_tests/sipp-3.4/include/sip_parser.hpp
A load_tests/sipp-3.4/include/sipp.hpp
A load_tests/sipp-3.4/include/socket.hpp
A load_tests/sipp-3.4/include/socketowner.hpp
A load_tests/sipp-3.4/include/sslcommon.h
A load_tests/sipp-3.4/include/stat.hpp
A load_tests/sipp-3.4/include/strings.hpp
A load_tests/sipp-3.4/include/task.hpp
A load_tests/sipp-3.4/include/time.hpp
A load_tests/sipp-3.4/include/variables.hpp
A load_tests/sipp-3.4/include/watchdog.hpp
A load_tests/sipp-3.4/include/xp_parser.h
A load_tests/sipp-3.4/install-sh
A load_tests/sipp-3.4/missing
A load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
A load_tests/sipp-3.4/pcap/g711a.pcap
A load_tests/sipp-3.4/sipp.1
A load_tests/sipp-3.4/sipp.dtd
A load_tests/sipp-3.4/src/.dirstamp
A load_tests/sipp-3.4/src/actions.cpp
A load_tests/sipp-3.4/src/auth.cpp
A load_tests/sipp-3.4/src/call.cpp
A load_tests/sipp-3.4/src/call_generation_task.cpp
A load_tests/sipp-3.4/src/comp.c
A load_tests/sipp-3.4/src/deadcall.cpp
A load_tests/sipp-3.4/src/fortune.cpp
A load_tests/sipp-3.4/src/infile.cpp
A load_tests/sipp-3.4/src/listener.cpp
A load_tests/sipp-3.4/src/logger.cpp
A load_tests/sipp-3.4/src/md5.c
A load_tests/sipp-3.4/src/message.cpp
A load_tests/sipp-3.4/src/milenage.c
A load_tests/sipp-3.4/src/prepare_pcap.c
A load_tests/sipp-3.4/src/reporttask.cpp
A load_tests/sipp-3.4/src/rijndael.c
A load_tests/sipp-3.4/src/rtpstream.cpp
A load_tests/sipp-3.4/src/scenario.cpp
A load_tests/sipp-3.4/src/screen.cpp
A load_tests/sipp-3.4/src/send_packets.c
A load_tests/sipp-3.4/src/sip_parser.cpp
A load_tests/sipp-3.4/src/sipp.cpp
A load_tests/sipp-3.4/src/sipp_unittest.cpp
A load_tests/sipp-3.4/src/socket.cpp
A load_tests/sipp-3.4/src/socketowner.cpp
A load_tests/sipp-3.4/src/sslinit.c
A load_tests/sipp-3

[Mobicents/RestComm] 146946: Revert "Merge branch 'raas' of https://github.com/...

2016-01-07 Thread lefteris
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: 14694690a97ff9ad5c9b21f06d5268579e3917a9
  
https://github.com/Mobicents/RestComm/commit/14694690a97ff9ad5c9b21f06d5268579e3917a9
  Author: lefteris <lible...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M README.md
R load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
R load_tests/readme.txt
R load_tests/resources/audio/demo-prompt-one-minute.wav
R load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
R load_tests/resources/pcap/demo-prompt.wav
R load_tests/resources/pcap/dtmf_2833_1.pcap
R load_tests/resources/pcap/dtmf_2833_9.pcap
R load_tests/resources/pcap/dtmf_2833_hash.pcap
R load_tests/resources/pcap/message.pcap
R load_tests/resources/pcap/welcome_message.pcap
R load_tests/resources/pcap/welcome_message_all.pcap
R load_tests/resources/pcap/welcome_message_not_working.pcap
R load_tests/resources/pcap/welcome_msg.pcap
R load_tests/sipp-3.4/.gitignore
R load_tests/sipp-3.4/LICENSE.txt
R load_tests/sipp-3.4/Makefile.am
R load_tests/sipp-3.4/Makefile.in
R load_tests/sipp-3.4/README.md
R load_tests/sipp-3.4/THANKS
R load_tests/sipp-3.4/aclocal.m4
R load_tests/sipp-3.4/auto-generate-files.sh
R load_tests/sipp-3.4/compile
R load_tests/sipp-3.4/config.guess
R load_tests/sipp-3.4/config.sub
R load_tests/sipp-3.4/configure
R load_tests/sipp-3.4/configure.ac
R load_tests/sipp-3.4/cpplint.py
R load_tests/sipp-3.4/depcomp
R load_tests/sipp-3.4/include/actions.hpp
R load_tests/sipp-3.4/include/auth.hpp
R load_tests/sipp-3.4/include/call.hpp
R load_tests/sipp-3.4/include/call_generation_task.hpp
R load_tests/sipp-3.4/include/comp.h
R load_tests/sipp-3.4/include/config.h.in
R load_tests/sipp-3.4/include/deadcall.hpp
R load_tests/sipp-3.4/include/infile.hpp
R load_tests/sipp-3.4/include/listener.hpp
R load_tests/sipp-3.4/include/logger.hpp
R load_tests/sipp-3.4/include/md5.h
R load_tests/sipp-3.4/include/message.hpp
R load_tests/sipp-3.4/include/milenage.h
R load_tests/sipp-3.4/include/prepare_pcap.h
R load_tests/sipp-3.4/include/reporttask.hpp
R load_tests/sipp-3.4/include/rijndael.h
R load_tests/sipp-3.4/include/rtpstream.hpp
R load_tests/sipp-3.4/include/scenario.hpp
R load_tests/sipp-3.4/include/screen.hpp
R load_tests/sipp-3.4/include/send_packets.h
R load_tests/sipp-3.4/include/sip_parser.hpp
R load_tests/sipp-3.4/include/sipp.hpp
R load_tests/sipp-3.4/include/socket.hpp
R load_tests/sipp-3.4/include/socketowner.hpp
R load_tests/sipp-3.4/include/sslcommon.h
R load_tests/sipp-3.4/include/stat.hpp
R load_tests/sipp-3.4/include/strings.hpp
R load_tests/sipp-3.4/include/task.hpp
R load_tests/sipp-3.4/include/time.hpp
R load_tests/sipp-3.4/include/variables.hpp
R load_tests/sipp-3.4/include/watchdog.hpp
R load_tests/sipp-3.4/include/xp_parser.h
R load_tests/sipp-3.4/install-sh
R load_tests/sipp-3.4/missing
R load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
R load_tests/sipp-3.4/pcap/g711a.pcap
R load_tests/sipp-3.4/sipp.1
R load_tests/sipp-3.4/sipp.dtd
R load_tests/sipp-3.4/src/.dirstamp
R load_tests/sipp-3.4/src/actions.cpp
R load_tests/sipp-3.4/src/auth.cpp
R load_tests/sipp-3.4/src/call.cpp
R load_tests/sipp-3.4/src/call_generation_task.cpp
R load_tests/sipp-3.4/src/comp.c
R load_tests/sipp-3.4/src/deadcall.cpp
R load_tests/sipp-3.4/src/fortune.cpp
R load_tests/sipp-3.4/src/infile.cpp
R load_tests/sipp-3.4/src/listener.cpp
R load_tests/sipp-3.4/src/logger.cpp
R load_tests/sipp-3.4/src/md5.c
R load_tests/sipp-3.4/src/message.cpp
R load_tests/sipp-3.4/src/milenage.c
R load_tests/sipp-3.4/src/prepare_pcap.c
R load_tests/sipp-3.4/src/reporttask.cpp
R load_tests/sipp-3.4/src/rijndael.c
R load_tests/sipp-3.4/src/rtpstream.cpp
R load_tests/sipp-3.4/src/scenario.cpp
R load_tests/sipp-3.4/src/screen.cpp
R load_tests/sipp-3.4/src/send_packets.c
R load_tests/sipp-3.4/src/sip_parser.cpp
R load_tests/sipp-3.4/src/sipp.cpp
R load_tests/sipp-3.4/src/sipp_unittest.cpp
R load_tests/sipp-3.4/src/socket.cpp
R load_tests/sipp-3.4/src/socketowner.cpp
R load_tests/sipp-3.4/src/sslinit.c
R load_tests/sipp-3

[Mobicents/RestComm] f9947c: New release candidate 7.5.0.767

2016-01-06 Thread CloudBees DEV@Cloud
  Branch: refs/tags/7.5.0.767
  Home:   https://github.com/Mobicents/RestComm
  Commit: f9947ce80f01d97c2bc9a7c46ebe27ea12eec6f2
  
https://github.com/Mobicents/RestComm/commit/f9947ce80f01d97c2bc9a7c46ebe27ea12eec6f2
  Author: CloudBees DEV@Cloud <nob...@cloudbees.com>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.docs/jdocbook-mobicents/pom.xml
M restcomm/restcomm.docs/jdocbook-telscale/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-mobicents/pom.xml
M restcomm/restcomm.docs/sources-telscale/pom.xml
M restcomm/restcomm.docs/sources/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.traffic.throttling/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.rvd/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate 7.5.0.767


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] ac041f: Added unit tests and support test classes for Prof...

2016-01-06 Thread Orestis Tsakiridis
  Branch: refs/heads/issue734_rvd_per_user_credential_storage
  Home:   https://github.com/Mobicents/RestComm
  Commit: ac041f3aba730d772485ea456d2af0ed88965389
  
https://github.com/Mobicents/RestComm/commit/ac041f3aba730d772485ea456d2af0ed88965389
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/TestUtils.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Added unit tests and support test classes for ProfileDao.

Refers #734


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 258c32: Work in progress for issue #689

2016-01-06 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 258c324f8f472a0845757b1b6cac36948369e106
  
https://github.com/Mobicents/RestComm/commit/258c324f8f472a0845757b1b6cac36948369e106
  Author: George <gvage...@gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/Parser.java
A 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/rcml/ParserFailed.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/CallLifecycleTest.java

  Log Message:
  ---
  Work in progress for issue #689


  Commit: 99105e08f5bf98ae103ec11ac4a6d3cb3fcc009a
  
https://github.com/Mobicents/RestComm/commit/99105e08f5bf98ae103ec11ac4a6d3cb3fcc009a
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M release/build.xml
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/CallinfoConverter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SubVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsCallController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientDialNoun.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientNounConverter.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/RcmlClientNoun.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/upgrade/UpgradeService.java
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/dialstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/emailStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/externalServiceStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/faxStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/gatherstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/hangupstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/logStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/pauseStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/playstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/recordStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/redirectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rejectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rvdproject-schema.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/saystep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/smsStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdCollectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdLanguageStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdSayStep.json
M restcomm/restcomm.rvd/src/main/webapp/js/app/steps.js
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
A 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/CallFail.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java
A 
restcomm/restcomm.testsuite/src/test/re

[Mobicents/RestComm] 4c96d1: Added REST endpoints that return recordings for a ...

2016-01-06 Thread George Vagenas
  Branch: refs/heads/issue689
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4c96d1e29bd492d92c03e1e57005830484d72a3d
  
https://github.com/Mobicents/RestComm/commit/4c96d1e29bd492d92c03e1e57005830484d72a3d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  ---
  Added REST endpoints that return recordings for a call. Both JSON and XML 
versions are provided. Also added the respective dao call and mybatis mappings. 
Fixes #356.


  Commit: 51c815a73bc89e6b52134889f090c2d4f4928c0c
  
https://github.com/Mobicents/RestComm/commit/51c815a73bc89e6b52134889f090c2d4f4928c0c
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
A restcomm/restcomm.rvd/src/main/webapp/css/joint.css
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
A restcomm/restcomm.rvd/src/main/webapp/js/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  RESTCOMM-168: Bird's-eye view for RVD Projects


  Commit: c04c18482fcbfaeff3026ed778a1db48089565ae
  
https://github.com/Mobicents/RestComm/commit/c04c18482fcbfaeff3026ed778a1db48089565ae
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/index.html
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
R restcomm/restcomm.rvd/src/main/webapp/js/joint.js
R restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  RESTCOMM-168: Bird's-eye view for RVD Projects fixes


  Commit: 2e690258a1d7960ece4a34e729b076da1de6333f
  
https://github.com/Mobicents/RestComm/commit/2e690258a1d7960ece4a34e729b076da1de6333f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html

  Log Message:
  ---
  Added warning when user sets RVD Say/Play loop to 0. Also renamed the label 
and fixed styling.

Fixes #712


  Commit: e40e601ac7c864a9613ad4872b9ddd6f62e5d783
  
https://github.com/Mobicents/RestComm/commit/e40e601ac7c864a9613ad4872b9ddd6f62e5d783
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
A restcomm/restcomm.rvd/src/main/webapp/css/joint.css
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/index.html
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  Merge branch 'brainslog-RESTCOMM-168-II'


  Commit: a244fe337f1b59055e7f4c65a5ad576462763f4e
  
https://github.com/Mobicents/RestComm/commit/a244fe337f1b59055e7f4c65a5ad576462763f4e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html

  Log Message:
  ---
  Merge branch 'issue712_rvd_loop_ux'


  Commit: 7f7f00bc126256241028dc70e5f5429a7f62cf72
  
https://

[Mobicents/RestComm] 0679be: #767 Updated conference state diagram.

2016-01-06 Thread hrosa
  Branch: refs/heads/issue767
  Home:   https://github.com/Mobicents/RestComm
  Commit: 0679be65c1340761643dd3665aee6e1b19c4754c
  
https://github.com/Mobicents/RestComm/commit/0679be65c1340761643dd3665aee6e1b19c4754c
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
M architecture_diagrams/mscontrol/conference.dia
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsConferenceController.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Conference.java

  Log Message:
  ---
  #767 Updated conference state diagram.

Fixed issue in the MmsConferenceController: the controller now asks to join a 
conference instead of a bridge.

Introduced new state Evicting in the Conference actor, that asks the 
participants to leave. Once all participants reply with Left, the conference 
moves to a stopping state.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 3b05ea: New release candidate 7.5.0.766

2016-01-05 Thread CloudBees DEV@Cloud
  Branch: refs/tags/7.5.0.766
  Home:   https://github.com/Mobicents/RestComm
  Commit: 3b05eaa2d19feb922a9c2d6374769192d63c3cae
  
https://github.com/Mobicents/RestComm/commit/3b05eaa2d19feb922a9c2d6374769192d63c3cae
  Author: CloudBees DEV@Cloud <nob...@cloudbees.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.docs/jdocbook-mobicents/pom.xml
M restcomm/restcomm.docs/jdocbook-telscale/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-mobicents/pom.xml
M restcomm/restcomm.docs/sources-telscale/pom.xml
M restcomm/restcomm.docs/sources/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.traffic.throttling/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.rvd/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate 7.5.0.766


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2016-01-05 Thread otsakir
  Branch: refs/heads/issue713_rvd_validation_conflict_ux
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 4c96d1: Added REST endpoints that return recordings for a ...

2016-01-05 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4c96d1e29bd492d92c03e1e57005830484d72a3d
  
https://github.com/Mobicents/RestComm/commit/4c96d1e29bd492d92c03e1e57005830484d72a3d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  ---
  Added REST endpoints that return recordings for a call. Both JSON and XML 
versions are provided. Also added the respective dao call and mybatis mappings. 
Fixes #356.


  Commit: 2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  
https://github.com/Mobicents/RestComm/commit/2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  Author: lefteris <lible...@gmail.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsCallController.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/CallFail.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java

  Log Message:
  ---
  Invalid RCML detection. issue #532.


  Commit: 17de08eba8025429d786fe48f83cc990ee7c09dc
  
https://github.com/Mobicents/RestComm/commit/17de08eba8025429d786fe48f83cc990ee7c09dc
  Author: lefteris <lible...@gmail.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M release/build.xml
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-sip-connectors.sh
R 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/dont-config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf
M restcomm/configuration/config-scripts/utils/read-network-props.sh
M restcomm/configuration/mms-server-beans.xml
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov10_2016.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov2_2015.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Oct26_2015.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/registrations.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/registrations.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/.gitignore
M restcomm/restcomm.commons/pom.x

[Mobicents/RestComm] 0ea673: Restricted conferences to support audio only

2016-01-05 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 0ea673e07b58eb96d9ef92f222597ba38452201f
  
https://github.com/Mobicents/RestComm/commit/0ea673e07b58eb96d9ef92f222597ba38452201f
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/mobicents/servlet/restcomm/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  Restricted conferences to support audio only


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 4e740f: Added WorkspaceBootstrapper and tests.

2016-01-05 Thread Orestis Tsakiridis
  Branch: refs/heads/issue734_rvd_per_user_credential_storage
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4e740fd3ce2d0d534289cb459b12ad02725f7535
  
https://github.com/Mobicents/RestComm/commit/4e740fd3ce2d0d534289cb459b12ad02725f7535
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapper.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java

  Log Message:
  ---
  Added WorkspaceBootstrapper and tests.

Refers #734


  Commit: b5f42ccfc81c7716de27887068bb62f1b5c51494
  
https://github.com/Mobicents/RestComm/commit/b5f42ccfc81c7716de27887068bb62f1b5c51494
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapper.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/UserProfile.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDao.java
A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/storage/ProfileDao.java
M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/bootstrap/WorkspaceBootstrapperTest.java
A 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/storage/FsProfileDaoTest.java

  Log Message:
  ---
  Progress on RVD/#734.
Added user profile DAO and model classes and started writing the respective 
tests.

Refers #734


Compare: 
https://github.com/Mobicents/RestComm/compare/4e740fd3ce2d^...b5f42ccfc81c

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] b67001: Added new load test scenario for a health ivr

2016-01-05 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: b670017d850d078c83d61059488c48d1c843ddaf
  
https://github.com/Mobicents/RestComm/commit/b670017d850d078c83d61059488c48d1c843ddaf
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A load_tests/tests/health-ivr/health-entry.zip
A load_tests/tests/health-ivr/health-ivr-sipp.xml
A load_tests/tests/health-ivr/health-ivr.sh
A load_tests/tests/health-ivr/health-queue.zip

  Log Message:
  ---
  Added new load test scenario for a health ivr


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 4c96d1: Added REST endpoints that return recordings for a ...

2016-01-05 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4c96d1e29bd492d92c03e1e57005830484d72a3d
  
https://github.com/Mobicents/RestComm/commit/4c96d1e29bd492d92c03e1e57005830484d72a3d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  ---
  Added REST endpoints that return recordings for a call. Both JSON and XML 
versions are provided. Also added the respective dao call and mybatis mappings. 
Fixes #356.


  Commit: b7f009eb04a6d748f0a37985cc4aac9b93468a6d
  
https://github.com/Mobicents/RestComm/commit/b7f009eb04a6d748f0a37985cc4aac9b93468a6d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsXmlEndpoint.java

  Log Message:
  ---
  Call's recordings endpoint refactoring.
- Moved Call's recordings method from CallRecordings endpoint into Calls 
endpoint.

Refers #356


  Commit: ee230f53f6fdf855a11f0dc1cabb23270cd6cdff
  
https://github.com/Mobicents/RestComm/commit/ee230f53f6fdf855a11f0dc1cabb23270cd6cdff
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  ---
  Merge branch 'issue356_call_recordings' into issue356_merging (master)

Conflicts:

restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java


  Commit: ea8f7ac795abb1507315992dc19da78a5ea0c054
  
https://github.com/Mobicents/RestComm/commit/ea8f7ac795abb1507315992dc19da78a5ea0c054
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/CallsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommCallsTool.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  ---
  Added integration tests for Call recordings method.

Refers #356


  Commit: c6d481fd5f61bd646fa98dca77160cc7d34a6d90
  
https://github.com/Mobicents/RestComm/commit/c6d481fd5f61bd646fa98dca77160cc7d34a6d90
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/CallsEndpointTest.java

  Log Message:
  ---
  Minor fix for integrations tests

Refers #356


  Commit: eaa564a2e574eb8a5f04c1df3f2fbab864f29c05
  
https://github.com/Mobicents/RestComm/commit/eaa564a2e574eb8a5f04c1df3f2fbab864f29c05
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java

  Log Message:
  ---
  Fixed converter initialization for call recordings

Refers #356


Compare: 
https://github.com/Mobicents/RestComm/compare/0885da9278c8...eaa564a2e574

-- 

--- 
Y

[Mobicents/RestComm] cdb6f6: Media server build #24

2016-01-04 Thread lefty
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: cdb6f6022a6cbd0992b7a7cb13fdfd669869e7d3
  
https://github.com/Mobicents/RestComm/commit/cdb6f6022a6cbd0992b7a7cb13fdfd669869e7d3
  Author: lefty <eleftherios.ba...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Media server build #24


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-android-sdk] bdce3e: Fixed #263: Change default user in Olympus App (ha...

2016-01-04 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: bdce3eab90d239f32c3a555fd19f00a7af55d0bb
  
https://github.com/Mobicents/restcomm-android-sdk/commit/bdce3eab90d239f32c3a555fd19f00a7af55d0bb
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M Examples/restcomm-helloworld/.idea/gradle.xml
M Examples/restcomm-helloworld/.idea/misc.xml
M Examples/restcomm-helloworld/.idea/vcs.xml
M Examples/restcomm-helloworld/app/app.iml
M 
Examples/restcomm-helloworld/app/src/main/java/com/telestax/restcomm_helloworld/MainActivity.java
M Examples/restcomm-olympus/.idea/misc.xml
M Examples/restcomm-olympus/app/app.iml
M restcomm.android.client.sdk/restcomm.android.client.sdk.iml

  Log Message:
  ---
  Fixed #263: Change default user in Olympus App (had forgotten to update hello 
world the first time I fixed that). Also, added verbose logging to hello world 
to facilitate easier debugging by community


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2016-01-04 Thread otsakir
  Branch: refs/heads/issue356
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] b7f009: Call's recordings endpoint refactoring.

2016-01-04 Thread Orestis Tsakiridis
  Branch: refs/heads/issue356_call_recordings
  Home:   https://github.com/Mobicents/RestComm
  Commit: b7f009eb04a6d748f0a37985cc4aac9b93468a6d
  
https://github.com/Mobicents/RestComm/commit/b7f009eb04a6d748f0a37985cc4aac9b93468a6d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsXmlEndpoint.java

  Log Message:
  ---
  Call's recordings endpoint refactoring.
- Moved Call's recordings method from CallRecordings endpoint into Calls 
endpoint.

Refers #356


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2016-01-04 Thread otsakir
  Branch: refs/heads/issue356
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a82074: Updated SIP Servlets version to fix jain-sip udp i...

2015-12-30 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: a82074fd1626866a89ab03a7da8a4adc7259ee6e
  
https://github.com/Mobicents/RestComm/commit/a82074fd1626866a89ab03a7da8a4adc7259ee6e
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-12-30 (Wed, 30 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated SIP Servlets version to fix jain-sip udp issue.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e4f824: Testsuite cases and migration algorithm improvemen...

2015-12-30 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue530_UpgradeRVDWorkspace
  Home:   https://github.com/Mobicents/RestComm
  Commit: e4f8249418a89b2dc9e339ad436c75fc85a34cc9
  
https://github.com/Mobicents/RestComm/commit/e4f8249418a89b2dc9e339ad436c75fc85a34cc9
  Author: Guilherme Humberto Jansen <guilherme.jan...@telestax.com>
  Date:   2015-12-30 (Wed, 30 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/RvdProjectsMigrationHelper.java
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/RvdProjectsMigrator.java
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
M restcomm/restcomm.commons/src/test/resources/restcomm.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/ApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisApplicationsDao.java
M 
restcomm/restcomm.email.api/src/main/java/org/mobicents/servlet/restcomm/email/api/CreateEmailInterpreter.java
M restcomm/restcomm.testsuite/pom.xml
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/RestcommRvdProjectsMigratorTool.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/RvdProjectsMigratorWorkspaceMigratedTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/RvdProjectsMigratorWorkspaceMixedTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/RvdProjectsMigratorWorkspaceOriginalTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callLifecycleTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_AvailablePhoneNumbers_Test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest2.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_workspaceMigration.xml
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module1.node
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module1.step7
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module1.step9
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module2.node
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module2.step8
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module3.node
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module3.step11
A 
restcomm/restcomm.testsuite/src/test/resources/workspace-migration-scenarios/migrated/workspace/PR2cbed2a2a56947cdbeaa8b0af8a6c02d/data/module4.node
A 
re

[Mobicents/RestComm] f603f0: Media server build #23

2015-12-30 Thread lefty
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: f603f03da0f654922d2d0b83d8ff57bb09116222
  
https://github.com/Mobicents/RestComm/commit/f603f03da0f654922d2d0b83d8ff57bb09116222
  Author: lefty <eleftherios.ba...@telestax.com>
  Date:   2015-12-30 (Wed, 30 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Media server build #23


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] c71d6a: #682 Added load tests for hello-play, hello-play-o...

2015-12-29 Thread George
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: c71d6a5c6ce8380648bb04a43bd34f8ed96c4af7
  
https://github.com/Mobicents/RestComm/commit/c71d6a5c6ce8380648bb04a43bd34f8ed96c4af7
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
A load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
A load_tests/readme.txt
A load_tests/resources/audio/demo-prompt-one-minute.wav
A load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
A load_tests/resources/pcap/demo-prompt.wav
A load_tests/resources/pcap/dtmf_2833_1.pcap
A load_tests/resources/pcap/dtmf_2833_9.pcap
A load_tests/resources/pcap/dtmf_2833_hash.pcap
A load_tests/resources/pcap/message.pcap
A load_tests/resources/pcap/welcome_message.pcap
A load_tests/resources/pcap/welcome_message_all.pcap
A load_tests/resources/pcap/welcome_message_not_working.pcap
A load_tests/resources/pcap/welcome_msg.pcap
A load_tests/sipp-3.4/.gitignore
A load_tests/sipp-3.4/LICENSE.txt
A load_tests/sipp-3.4/Makefile.am
A load_tests/sipp-3.4/Makefile.in
A load_tests/sipp-3.4/README.md
A load_tests/sipp-3.4/THANKS
A load_tests/sipp-3.4/aclocal.m4
A load_tests/sipp-3.4/auto-generate-files.sh
A load_tests/sipp-3.4/compile
A load_tests/sipp-3.4/config.guess
A load_tests/sipp-3.4/config.sub
A load_tests/sipp-3.4/configure
A load_tests/sipp-3.4/configure.ac
A load_tests/sipp-3.4/cpplint.py
A load_tests/sipp-3.4/depcomp
A load_tests/sipp-3.4/include/actions.hpp
A load_tests/sipp-3.4/include/auth.hpp
A load_tests/sipp-3.4/include/call.hpp
A load_tests/sipp-3.4/include/call_generation_task.hpp
A load_tests/sipp-3.4/include/comp.h
A load_tests/sipp-3.4/include/config.h.in
A load_tests/sipp-3.4/include/deadcall.hpp
A load_tests/sipp-3.4/include/infile.hpp
A load_tests/sipp-3.4/include/listener.hpp
A load_tests/sipp-3.4/include/logger.hpp
A load_tests/sipp-3.4/include/md5.h
A load_tests/sipp-3.4/include/message.hpp
A load_tests/sipp-3.4/include/milenage.h
A load_tests/sipp-3.4/include/prepare_pcap.h
A load_tests/sipp-3.4/include/reporttask.hpp
A load_tests/sipp-3.4/include/rijndael.h
A load_tests/sipp-3.4/include/rtpstream.hpp
A load_tests/sipp-3.4/include/scenario.hpp
A load_tests/sipp-3.4/include/screen.hpp
A load_tests/sipp-3.4/include/send_packets.h
A load_tests/sipp-3.4/include/sip_parser.hpp
A load_tests/sipp-3.4/include/sipp.hpp
A load_tests/sipp-3.4/include/socket.hpp
A load_tests/sipp-3.4/include/socketowner.hpp
A load_tests/sipp-3.4/include/sslcommon.h
A load_tests/sipp-3.4/include/stat.hpp
A load_tests/sipp-3.4/include/strings.hpp
A load_tests/sipp-3.4/include/task.hpp
A load_tests/sipp-3.4/include/time.hpp
A load_tests/sipp-3.4/include/variables.hpp
A load_tests/sipp-3.4/include/watchdog.hpp
A load_tests/sipp-3.4/include/xp_parser.h
A load_tests/sipp-3.4/install-sh
A load_tests/sipp-3.4/missing
A load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
A load_tests/sipp-3.4/pcap/g711a.pcap
A load_tests/sipp-3.4/sipp.1
A load_tests/sipp-3.4/sipp.dtd
A load_tests/sipp-3.4/src/.dirstamp
A load_tests/sipp-3.4/src/actions.cpp
A load_tests/sipp-3.4/src/auth.cpp
A load_tests/sipp-3.4/src/call.cpp
A load_tests/sipp-3.4/src/call_generation_task.cpp
A load_tests/sipp-3.4/src/comp.c
A load_tests/sipp-3.4/src/deadcall.cpp
A load_tests/sipp-3.4/src/fortune.cpp
A load_tests/sipp-3.4/src/infile.cpp
A load_tests/sipp-3.4/src/listener.cpp
A load_tests/sipp-3.4/src/logger.cpp
A load_tests/sipp-3.4/src/md5.c
A load_tests/sipp-3.4/src/message.cpp
A load_tests/sipp-3.4/src/milenage.c
A load_tests/sipp-3.4/src/prepare_pcap.c
A load_tests/sipp-3.4/src/reporttask.cpp
A load_tests/sipp-3.4/src/rijndael.c
A load_tests/sipp-3.4/src/rtpstream.cpp
A load_tests/sipp-3.4/src/scenario.cpp
A load_tests/sipp-3.4/src/screen.cpp
A load_tests/sipp-3.4/src/send_packets.c
A load_tests/sipp-3.4/src/sip_parser.cpp
A load_tests/sipp-3.4/src/sipp.cpp
A load_tests/sipp-3.4/src/sipp_unittest.cpp
A load_tests/sipp-3.4/src/socket.cpp
A load_tests/sipp-3.4/src/socketowner.cpp
A load_tests/sipp-3.4/src/sslinit.c
A load_tests/sipp-3.4/src/sslthread

[Mobicents/RestComm] 4c96d1: Added REST endpoints that return recordings for a ...

2015-12-29 Thread Orestis Tsakiridis
  Branch: refs/heads/issue356_call_recordings
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4c96d1e29bd492d92c03e1e57005830484d72a3d
  
https://github.com/Mobicents/RestComm/commit/4c96d1e29bd492d92c03e1e57005830484d72a3d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  ---
  Added REST endpoints that return recordings for a call. Both JSON and XML 
versions are provided. Also added the respective dao call and mybatis mappings. 
Fixes #356.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 840436: WIP on issue #713

2015-12-29 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 840436f2f8349dddf024514bd0c81da70daad3d8
  
https://github.com/Mobicents/RestComm/commit/840436f2f8349dddf024514bd0c81da70daad3d8
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html

  Log Message:
  ---
  WIP on issue #713


  Commit: ad8234c80b92441bd9ee740650dc6dc745d52939
  
https://github.com/Mobicents/RestComm/commit/ad8234c80b92441bd9ee740650dc6dc745d52939
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html

  Log Message:
  ---
  Final touches on  #713.
Removed log elements and added translation strings.

Fixes #713


  Commit: 0885da9278c8227f0ea889fa429e686407c24e41
  
https://github.com/Mobicents/RestComm/commit/0885da9278c8227f0ea889fa429e686407c24e41
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html

  Log Message:
  ---
  Merge branch 'issue713_rvd_validation_conflict_ux'


Compare: 
https://github.com/Mobicents/RestComm/compare/d53a5804e097...0885da9278c8

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] a97d4a: Added "Before Connect"/Url attribute to Dial/Clien...

2015-12-29 Thread George Vagenas
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: a97d4a54db881ed4c8798054e47dcdf52915eeb9
  
https://github.com/Mobicents/RestComm/commit/a97d4a54db881ed4c8798054e47dcdf52915eeb9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientDialNoun.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientNounConverter.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/RcmlClientNoun.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/upgrade/UpgradeService.java
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/dialstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/emailStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/externalServiceStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/faxStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/gatherstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/hangupstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/logStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/pauseStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/playstep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/recordStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/redirectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rejectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rvdproject-schema.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/saystep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/smsStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdCollectStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdLanguageStep.json
A 
restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdSayStep.json
M restcomm/restcomm.rvd/src/main/webapp/WEB-INF/rvd.xml
M restcomm/restcomm.rvd/src/main/webapp/js/app/steps.js
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  ---
  Added "Before Connect"/Url attribute to Dial/Client noun.
- Updated UI Dial/noun control
- Advanced JSON schema version to 1.5 to accomodate project definition changes.
- Updated client noun step models
- Added logic to server side that will generate the rcml url attribute.

Refers #706


  Commit: 3a83ef1670ef5b9f639d3049a47e6c129bdad655
  
https://github.com/Mobicents/RestComm/commit/3a83ef1670ef5b9f639d3049a47e6c129bdad655
  Author: George <gvage...@gmail.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/dial-client-entry-with-screening-relative-url.xml
A 
restcomm/restcomm.testsuite/src/test/resources/dial-client-entry-with-screening-url.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest
A restcomm/restcomm.testsuite/src/test/resources/screening.xml

  Log Message:
  ---
  Support for relative urls for SubVoiceInterpreter (screening url).
This close #711


  Commit: 4fccf78cc361a8dea20ec3072b22511f44ab73f3
  
https://github.com/Mobicents/RestComm/commit/4fccf78cc361a8dea20ec3072b22511f44ab73f3
  Author: George <gvage...@gmail.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M restcomm/restcomm.testsuite/src/test/resources/screening.xml

  Log Message:
  ---
  Changed screening.xml to have a  verb. This refers to #711


  Commit: 2fa92b5bfa044b62a1526d375972ea40cd3e8c49
  
https://github.com/Mobicents/RestComm/commit/2fa92b5bfa044b62a1526d375972ea40cd3e8c49
  Author: George <gvage...@gmail.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobi

[Mobicents/RestComm] d53a58: Wait 30 seconds for the file to be available and t...

2015-12-28 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: d53a5804e0974ba3834b224f7531ec608f3ae939
  
https://github.com/Mobicents/RestComm/commit/d53a5804e0974ba3834b224f7531ec608f3ae939
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/amazonS3/S3AccessTool.java

  Log Message:
  ---
  Wait 30 seconds for the file to be available and then timeout.
This closes #754


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 7ce882: Removed SIPp binary. Instead, added instructions o...

2015-12-28 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 7ce8820fbfacc648560ef2ef269e77b2024e117b
  
https://github.com/Mobicents/RestComm/commit/7ce8820fbfacc648560ef2ef269e77b2024e117b
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
M load_tests/readme.txt
R load_tests/sipp-3.4/.gitignore
R load_tests/sipp-3.4/LICENSE.txt
R load_tests/sipp-3.4/Makefile.am
R load_tests/sipp-3.4/Makefile.in
R load_tests/sipp-3.4/README.md
R load_tests/sipp-3.4/THANKS
R load_tests/sipp-3.4/aclocal.m4
R load_tests/sipp-3.4/auto-generate-files.sh
R load_tests/sipp-3.4/compile
R load_tests/sipp-3.4/config.guess
R load_tests/sipp-3.4/config.sub
R load_tests/sipp-3.4/configure
R load_tests/sipp-3.4/configure.ac
R load_tests/sipp-3.4/cpplint.py
R load_tests/sipp-3.4/depcomp
R load_tests/sipp-3.4/include/actions.hpp
R load_tests/sipp-3.4/include/auth.hpp
R load_tests/sipp-3.4/include/call.hpp
R load_tests/sipp-3.4/include/call_generation_task.hpp
R load_tests/sipp-3.4/include/comp.h
R load_tests/sipp-3.4/include/config.h.in
R load_tests/sipp-3.4/include/deadcall.hpp
R load_tests/sipp-3.4/include/infile.hpp
R load_tests/sipp-3.4/include/listener.hpp
R load_tests/sipp-3.4/include/logger.hpp
R load_tests/sipp-3.4/include/md5.h
R load_tests/sipp-3.4/include/message.hpp
R load_tests/sipp-3.4/include/milenage.h
R load_tests/sipp-3.4/include/prepare_pcap.h
R load_tests/sipp-3.4/include/reporttask.hpp
R load_tests/sipp-3.4/include/rijndael.h
R load_tests/sipp-3.4/include/rtpstream.hpp
R load_tests/sipp-3.4/include/scenario.hpp
R load_tests/sipp-3.4/include/screen.hpp
R load_tests/sipp-3.4/include/send_packets.h
R load_tests/sipp-3.4/include/sip_parser.hpp
R load_tests/sipp-3.4/include/sipp.hpp
R load_tests/sipp-3.4/include/socket.hpp
R load_tests/sipp-3.4/include/socketowner.hpp
R load_tests/sipp-3.4/include/sslcommon.h
R load_tests/sipp-3.4/include/stat.hpp
R load_tests/sipp-3.4/include/strings.hpp
R load_tests/sipp-3.4/include/task.hpp
R load_tests/sipp-3.4/include/time.hpp
R load_tests/sipp-3.4/include/variables.hpp
R load_tests/sipp-3.4/include/watchdog.hpp
R load_tests/sipp-3.4/include/xp_parser.h
R load_tests/sipp-3.4/install-sh
R load_tests/sipp-3.4/missing
R load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
R load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
R load_tests/sipp-3.4/pcap/g711a.pcap
R load_tests/sipp-3.4/sipp.1
R load_tests/sipp-3.4/sipp.dtd
R load_tests/sipp-3.4/src/.dirstamp
R load_tests/sipp-3.4/src/actions.cpp
R load_tests/sipp-3.4/src/auth.cpp
R load_tests/sipp-3.4/src/call.cpp
R load_tests/sipp-3.4/src/call_generation_task.cpp
R load_tests/sipp-3.4/src/comp.c
R load_tests/sipp-3.4/src/deadcall.cpp
R load_tests/sipp-3.4/src/fortune.cpp
R load_tests/sipp-3.4/src/infile.cpp
R load_tests/sipp-3.4/src/listener.cpp
R load_tests/sipp-3.4/src/logger.cpp
R load_tests/sipp-3.4/src/md5.c
R load_tests/sipp-3.4/src/message.cpp
R load_tests/sipp-3.4/src/milenage.c
R load_tests/sipp-3.4/src/prepare_pcap.c
R load_tests/sipp-3.4/src/reporttask.cpp
R load_tests/sipp-3.4/src/rijndael.c
R load_tests/sipp-3.4/src/rtpstream.cpp
R load_tests/sipp-3.4/src/scenario.cpp
R load_tests/sipp-3.4/src/screen.cpp
R load_tests/sipp-3.4/src/send_packets.c
R load_tests/sipp-3.4/src/sip_parser.cpp
R load_tests/sipp-3.4/src/sipp.cpp
R load_tests/sipp-3.4/src/sipp_unittest.cpp
R load_tests/sipp-3.4/src/socket.cpp
R load_tests/sipp-3.4/src/socketowner.cpp
R load_tests/sipp-3.4/src/sslinit.c
R load_tests/sipp-3.4/src/sslthreadsafe.c
R load_tests/sipp-3.4/src/stat.cpp
R load_tests/sipp-3.4/src/strings.cpp
R load_tests/sipp-3.4/src/task.cpp
R load_tests/sipp-3.4/src/time.cpp
R load_tests/sipp-3.4/src/variables.cpp
R load_tests/sipp-3.4/src/watchdog.cpp
R load_tests/sipp-3.4/src/xp_parser.c
M load_tests/tests/conference/conference-app.zip

  Log Message:
  ---
  Removed SIPp binary. Instead, added instructions on where to download latest 
binary and how to install.

Replaced conference RCML with a proper RVD application.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-com

[Mobicents/RestComm] bfbb30: Increased allowed number of max participants in a ...

2015-12-28 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: bfbb30c1825b3ca099e3d68c136193baf82da6c5
  
https://github.com/Mobicents/RestComm/commit/bfbb30c1825b3ca099e3d68c136193baf82da6c5
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/mobicents/servlet/restcomm/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  Increased allowed number of max participants in a conference room.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 313426: Added simple KeycloakApi class.

2015-12-24 Thread Orestis Tsakiridis
  Branch: refs/heads/sso_issue738_integration_tests
  Home:   https://github.com/Mobicents/RestComm
  Commit: 313426646fe61fc90b6b08e4fa3f93f83178f531
  
https://github.com/Mobicents/RestComm/commit/313426646fe61fc90b6b08e4fa3f93f83178f531
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/http/CustomHttpClientBuilder.java
A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/KeycloakApi.java

  Log Message:
  ---
  Added simple KeycloakApi class.
It can be used for directly accessing keycloak admin API.
Will later use it in integration tests.

Refers #738


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-ios-sdk] d0367f: Fixed #336: First time Olympus is installed (with ...

2015-12-23 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: d0367f2f1201f954ba0d35597e03b2ab7ef12140
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/d0367f2f1201f954ba0d35597e03b2ab7ef12140
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.pbxproj
M 
Lab/restcomm-messenger-debug/restcomm-olympus/Base.lproj/Main_Universal.storyboard
M Lab/restcomm-messenger-debug/restcomm-olympus/Utils.m
R 
Lab/restcomm-messenger-debug/restcomm-olympus/img/restcomm-logo-call-139x54.png
R 
Lab/restcomm-messenger-debug/restcomm-olympus/img/restcomm-logo-call-139...@2x.png
A 
Lab/restcomm-messenger-debug/restcomm-olympus/img/restcomm-logo-call-139x58.png
A 
Lab/restcomm-messenger-debug/restcomm-olympus/img/restcomm-logo-call-139...@2x.png
M Lab/restcomm-messenger-debug/restcomm-olympus/restcomm-olympus-Info.plist
M README.md

  Log Message:
  ---
  Fixed #336: First time Olympus is installed (with new settings) registrarless 
calls don't work. Added updated image in call screen to use olympus instead of 
Client. Updated README.md to point to latest iOS TestFairy .ipa


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-android-sdk] 9f0f14: Fixed #263: Change default user in Olympus App. Al...

2015-12-23 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: 9f0f14058b689ce2d292cc495855df6ebc65ca27
  
https://github.com/Mobicents/restcomm-android-sdk/commit/9f0f14058b689ce2d292cc495855df6ebc65ca27
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M Examples/restcomm-olympus/.idea/gradle.xml
M Examples/restcomm-olympus/.idea/misc.xml
M Examples/restcomm-olympus/app/app.iml
M Examples/restcomm-olympus/app/build.gradle
M 
Examples/restcomm-olympus/app/src/main/java/com/telestax/restcomm_olympus/MainActivity.java
M Examples/restcomm-olympus/app/src/main/res/layout/fragment_about.xml
M Examples/restcomm-olympus/app/src/main/res/xml/preferences.xml
M README.md
M restcomm.android.client.sdk/restcomm.android.client.sdk.iml
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/impl/SipManager.java

  Log Message:
  ---
  Fixed #263: Change default user in Olympus App. Also remove the JAIN logging 
that was forgotten, update the version to BETA4


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] c783ae: Minor fixes in tests

2015-12-23 Thread Orestis Tsakiridis
  Branch: refs/heads/sso_issue738_integration_tests
  Home:   https://github.com/Mobicents/RestComm
  Commit: c783ae3c81c859a8231608d4ea37de6e2b17a2b1
  
https://github.com/Mobicents/RestComm/commit/c783ae3c81c859a8231608d4ea37de6e2b17a2b1
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java

  Log Message:
  ---
  Minor fixes in tests

Refers #738


  Commit: 2d6acb97c53e1d99f93508d4eda93eda9c00e444
  
https://github.com/Mobicents/RestComm/commit/2d6acb97c53e1d99f93508d4eda93eda9c00e444
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M restcomm/restcomm.identity/pom.xml

  Log Message:
  ---
  Changes in restcomm.identity.pom

Replaced keycloak background execution strategy. A normal keycloak instance now 
runs on
custom port together together with restcomm. Used maven-antrun-plugin to 
start/stop
keycloak using the correct ports.

Refers #738


Compare: 
https://github.com/Mobicents/RestComm/compare/94b6ba20...2d6acb97c53e

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-android-sdk] 645701: Fixed #260: Use TCP for signalling instead of UDP

2015-12-23 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: 6457016fec02c86e6402c3e7834509db95463f4e
  
https://github.com/Mobicents/restcomm-android-sdk/commit/6457016fec02c86e6402c3e7834509db95463f4e
  Author: Antonis Tsakiridis <atsaki...@gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
M Examples/restcomm-olympus/app/build.gradle
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/SipProfile.java

  Log Message:
  ---
  Fixed #260: Use TCP for signalling instead of UDP


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] dab94d: Reduce the delay of the LCM with connectedLeg=true...

2015-12-23 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: dab94db1d71ab3e5c395a6ec4e3c9cbd9989add1
  
https://github.com/Mobicents/RestComm/commit/dab94db1d71ab3e5c395a6ec4e3c9cbd9989add1
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java

  Log Message:
  ---
  Reduce the delay of the LCM with connectedLeg=true.
This refers to #707


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-ios-sdk] 4f3626: Outstanding fixes from old mac

2015-12-22 Thread Antonis Tsakiridis
  Branch: refs/heads/atsakiridis_outstanding-fixes
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: 4f3626a9be2d1bf6a5f899a46664da96ca7b0b88
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/4f3626a9be2d1bf6a5f899a46664da96ca7b0b88
  Author: Antonis Tsakiridis <atsaki...@gmail.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.pbxproj
M 
Lab/restcomm-messenger-debug/restcomm-messenger/Base.lproj/Main_Universal.storyboard
M Lab/restcomm-messenger-debug/restcomm-messenger/MainTableViewController.mm
M Lab/restcomm-messenger-debug/restcomm-messenger/TestFairy/TestFairy.h
M Lab/restcomm-messenger-debug/restcomm-messenger/TestFairy/libTestFairy.a
M Lab/restcomm-messenger-debug/restcomm-messenger/Utils.m
M 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist
M RestCommClient/RestCommClient.xcodeproj/project.pbxproj
M RestCommClient/RestCommClient/CliInterface/ssc_sip.mm
M RestCommClient/RestCommClient/Media/MediaWebRTC.m
M RestCommClient/RestCommClient/common.h

  Log Message:
  ---
  Outstanding fixes from old mac


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 840436: WIP on issue #713

2015-12-22 Thread Orestis Tsakiridis
  Branch: refs/heads/issue713_rvd_validation_conflict_ux
  Home:   https://github.com/Mobicents/RestComm
  Commit: 840436f2f8349dddf024514bd0c81da70daad3d8
  
https://github.com/Mobicents/RestComm/commit/840436f2f8349dddf024514bd0c81da70daad3d8
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html

  Log Message:
  ---
  WIP on issue #713


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-ios-sdk] cc4740: First part of project rename from messenger to oly...

2015-12-22 Thread Antonis Tsakiridis
  Branch: refs/heads/atsakiridis_issue332
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: cc47406c8ba74c465da963b76ff208a6fae94208
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/cc47406c8ba74c465da963b76ff208a6fae94208
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
R Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.pbxproj
R 
Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.xcworkspace/contents.xcworkspacedata
R 
Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.xcworkspace/xcshareddata/restcomm-messenger.xcscmblueprint
R 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist
R 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Prefix.pch
A 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-olympus-Info.plist
A 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-olympus-Prefix.pch
R 
Lab/restcomm-messenger-debug/restcomm-messengerTests/restcomm-messengerTests-Info.plist
A 
Lab/restcomm-messenger-debug/restcomm-messengerTests/restcomm-olympusTests-Info.plist
A Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.pbxproj
A 
Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.xcworkspace/contents.xcworkspacedata
A 
Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.xcworkspace/xcshareddata/restcomm-messenger.xcscmblueprint

  Log Message:
  ---
  First part of project rename from messenger to olympus


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-ios-sdk] b2e3cb: First part of enterprise distribution

2015-12-22 Thread Antonis Tsakiridis
  Branch: refs/heads/atsakiridis_issue332
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: b2e3cb7913c96fec6fb2393e803dd645cd2c581c
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/b2e3cb7913c96fec6fb2393e803dd645cd2c581c
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.pbxproj
M 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist

  Log Message:
  ---
  First part of enterprise distribution


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-ios-sdk] b2e3cb: First part of enterprise distribution

2015-12-22 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: b2e3cb7913c96fec6fb2393e803dd645cd2c581c
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/b2e3cb7913c96fec6fb2393e803dd645cd2c581c
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.pbxproj
M 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist

  Log Message:
  ---
  First part of enterprise distribution


  Commit: cc47406c8ba74c465da963b76ff208a6fae94208
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/cc47406c8ba74c465da963b76ff208a6fae94208
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
R Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.pbxproj
R 
Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.xcworkspace/contents.xcworkspacedata
R 
Lab/restcomm-messenger-debug/restcomm-messenger.xcodeproj/project.xcworkspace/xcshareddata/restcomm-messenger.xcscmblueprint
R 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist
R 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Prefix.pch
A 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-olympus-Info.plist
A 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-olympus-Prefix.pch
R 
Lab/restcomm-messenger-debug/restcomm-messengerTests/restcomm-messengerTests-Info.plist
A 
Lab/restcomm-messenger-debug/restcomm-messengerTests/restcomm-olympusTests-Info.plist
A Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.pbxproj
A 
Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.xcworkspace/contents.xcworkspacedata
A 
Lab/restcomm-messenger-debug/restcomm-olympus.xcodeproj/project.xcworkspace/xcshareddata/restcomm-messenger.xcscmblueprint

  Log Message:
  ---
  First part of project rename from messenger to olympus


  Commit: a72516ecf9797c166c25abbecda43e8a712125e0
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/a72516ecf9797c166c25abbecda43e8a712125e0
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
R Lab/restcomm-messenger-debug/restcomm-messenger/ARDVideoCallView.h
R Lab/restcomm-messenger-debug/restcomm-messenger/ARDVideoCallView.m
R Lab/restcomm-messenger-debug/restcomm-messenger/AboutTableViewController.h
R Lab/restcomm-messenger-debug/restcomm-messenger/AboutTableViewController.m
R Lab/restcomm-messenger-debug/restcomm-messenger/AppDelegate.h
R Lab/restcomm-messenger-debug/restcomm-messenger/AppDelegate.m
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Base.lproj/Main_Universal.storyboard
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Base.lproj/Main_iPad.storyboard
R Lab/restcomm-messenger-debug/restcomm-messenger/CallViewController.h
R Lab/restcomm-messenger-debug/restcomm-messenger/CallViewController.m
R 
Lab/restcomm-messenger-debug/restcomm-messenger/ContactDetailsTableViewController.h
R 
Lab/restcomm-messenger-debug/restcomm-messenger/ContactDetailsTableViewController.m
R 
Lab/restcomm-messenger-debug/restcomm-messenger/ContactUpdateTableViewController.h
R 
Lab/restcomm-messenger-debug/restcomm-messenger/ContactUpdateTableViewController.m
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/Contents.json
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-29x29.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-29...@2x-1.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-29...@2x.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-40x40.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-40...@2x-1.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-40...@2x.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-60...@2x.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-60...@3x.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-76x76.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/AppIcon.appiconset/icon-76...@2x.png
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/LaunchImage.launchimage/Contents.json
R 
Lab/restcomm-messenger-debug/restcomm-messenger/Images.xcassets/LaunchImage.launchimage/splash-320x...@2x.png
R 
Lab/restcomm-messenger-debug/

[Mobicents/RestComm] 2f97ad: Invalid RCML detection. issue #532.

2015-12-21 Thread George Vagenas
  Branch: refs/heads/issue689
  Home:   https://github.com/Mobicents/RestComm
  Commit: 2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  
https://github.com/Mobicents/RestComm/commit/2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  Author: lefteris <lible...@gmail.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsCallController.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/CallFail.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java

  Log Message:
  ---
  Invalid RCML detection. issue #532.


  Commit: 17de08eba8025429d786fe48f83cc990ee7c09dc
  
https://github.com/Mobicents/RestComm/commit/17de08eba8025429d786fe48f83cc990ee7c09dc
  Author: lefteris <lible...@gmail.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M release/build.xml
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-sip-connectors.sh
R 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/dont-config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf
M restcomm/configuration/config-scripts/utils/read-network-props.sh
M restcomm/configuration/mms-server-beans.xml
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov10_2016.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov2_2015.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Oct26_2015.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/registrations.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/registrations.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/.gitignore
M restcomm/restcomm.commons/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java
M restcomm/restcomm.dao/pom.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/ApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/DaoUtils.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RegistrationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAvailablePhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisCallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRegistrationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restc

[Mobicents/RestComm] 7f7f00: Updated MMS 4.x to build 22

2015-12-21 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 7f7f00bc126256241028dc70e5f5429a7f62cf72
  
https://github.com/Mobicents/RestComm/commit/7f7f00bc126256241028dc70e5f5429a7f62cf72
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated MMS 4.x to build 22


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] b57575: Updated MMS 4.x to build 22

2015-12-21 Thread George Vagenas
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: b575756d496e02b2803343a3bcbdaae52deea23c
  
https://github.com/Mobicents/RestComm/commit/b575756d496e02b2803343a3bcbdaae52deea23c
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated MMS 4.x to build 22


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 6f8e6f: Update README.md

2015-12-21 Thread Jean Deruelle
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 6f8e6f8ee1bb8863860ad2d99439948b3fdc385c
  
https://github.com/Mobicents/RestComm/commit/6f8e6f8ee1bb8863860ad2d99439948b3fdc385c
  Author: Jean Deruelle <jean.derue...@gmail.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 51c815: RESTCOMM-168: Bird's-eye view for RVD Projects

2015-12-18 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 51c815a73bc89e6b52134889f090c2d4f4928c0c
  
https://github.com/Mobicents/RestComm/commit/51c815a73bc89e6b52134889f090c2d4f4928c0c
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
A restcomm/restcomm.rvd/src/main/webapp/css/joint.css
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
A restcomm/restcomm.rvd/src/main/webapp/js/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  RESTCOMM-168: Bird's-eye view for RVD Projects


  Commit: c04c18482fcbfaeff3026ed778a1db48089565ae
  
https://github.com/Mobicents/RestComm/commit/c04c18482fcbfaeff3026ed778a1db48089565ae
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/index.html
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
R restcomm/restcomm.rvd/src/main/webapp/js/joint.js
R restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  RESTCOMM-168: Bird's-eye view for RVD Projects fixes


  Commit: 2e690258a1d7960ece4a34e729b076da1de6333f
  
https://github.com/Mobicents/RestComm/commit/2e690258a1d7960ece4a34e729b076da1de6333f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html

  Log Message:
  ---
  Added warning when user sets RVD Say/Play loop to 0. Also renamed the label 
and fixed styling.

Fixes #712


  Commit: e40e601ac7c864a9613ad4872b9ddd6f62e5d783
  
https://github.com/Mobicents/RestComm/commit/e40e601ac7c864a9613ad4872b9ddd6f62e5d783
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
A restcomm/restcomm.rvd/src/main/webapp/css/joint.css
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/index.html
M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.js
A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.layout.DirectedGraph.js
M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html

  Log Message:
  ---
  Merge branch 'brainslog-RESTCOMM-168-II'


  Commit: a244fe337f1b59055e7f4c65a5ad576462763f4e
  
https://github.com/Mobicents/RestComm/commit/a244fe337f1b59055e7f4c65a5ad576462763f4e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-18 (Fri, 18 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html

  Log Message:
  ---
  Merge branch 'issue712_rvd_loop_ux'


Compare: 
https://github.com/Mobicents/RestComm/compare/58b10fecb7b6...a244fe337f1b

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 700c25: RESTCOMM-585: Display User Email Address in Profil...

2015-12-17 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 700c25e6c1ebd8dc7b95fe9ed1ebafea615b9e25
  
https://github.com/Mobicents/RestComm/commit/700c25e6c1ebd8dc7b95fe9ed1ebafea615b9e25
  Author: Alexandre Mendonça <brainslog...@gmail.com>
  Date:   2015-12-12 (Sat, 12 Dec 2015)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/modules/profile.html

  Log Message:
  ---
  RESTCOMM-585: Display User Email Address in Profile

Fixes #585


  Commit: 0179c1df1f024106e60d130f753c3f0d11a91c7e
  
https://github.com/Mobicents/RestComm/commit/0179c1df1f024106e60d130f753c3f0d11a91c7e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/modules/profile.html

  Log Message:
  ---
  Merge branch 'RESTCOMM-585' of https://github.com/brainslog/RestComm into 
brainslog-RESTCOMM-585


  Commit: 0178885896d62516bfb2a99d62e8681e8fa666d2
  
https://github.com/Mobicents/RestComm/commit/0178885896d62516bfb2a99d62e8681e8fa666d2
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/modules/profile.html

  Log Message:
  ---
  Merge branch 'brainslog-RESTCOMM-585'


Compare: 
https://github.com/Mobicents/RestComm/compare/4db5976c8ebc...0178885896d6

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 933334: Configured basic integration testing using a wildf...

2015-12-17 Thread Orestis Tsakiridis
  Branch: refs/heads/sso_issue738_integration_tests
  Home:   https://github.com/Mobicents/RestComm
  Commit: 94b6ba20c35a10df13f6ef3bbf0f99f0673c
  
https://github.com/Mobicents/RestComm/commit/94b6ba20c35a10df13f6ef3bbf0f99f0673c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M restcomm/restcomm.identity/pom.xml
A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiIT.java

  Log Message:
  ---
  Configured basic integration testing using a wildfly-swarm packaged keycloak. 
Currently experimenting in restcomm.identity module.

Refers #738


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 2163ae: Disabled dynamic routing option in RVD/ES.

2015-12-17 Thread Orestis Tsakiridis
  Branch: refs/heads/issue544_deprecate_rvd_dymanic_routing
  Home:   https://github.com/Mobicents/RestComm
  Commit: 2163ae5932c947aab7db4b029082e494942da43a
  
https://github.com/Mobicents/RestComm/commit/2163ae5932c947aab7db4b029082e494942da43a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
M 
restcomm/restcomm.rvd/src/main/webapp/templates/steps/externalServiceStep.html

  Log Message:
  ---
  Disabled dynamic routing option in RVD/ES.

Refers #544


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 2f97ad: Invalid RCML detection. issue #532.

2015-12-17 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  
https://github.com/Mobicents/RestComm/commit/2f97ad6f79d7bad55f766e1e0f4e1b76ffc65130
  Author: lefteris <lible...@gmail.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/mobicents/servlet/restcomm/mscontrol/mgcp/MmsCallController.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/CallFail.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java

  Log Message:
  ---
  Invalid RCML detection. issue #532.


  Commit: 17de08eba8025429d786fe48f83cc990ee7c09dc
  
https://github.com/Mobicents/RestComm/commit/17de08eba8025429d786fe48f83cc990ee7c09dc
  Author: lefteris <lible...@gmail.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
M release/build.xml
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-sip-connectors.sh
R 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/dont-config-mobicents-ms.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf
M restcomm/configuration/config-scripts/utils/read-network-props.sh
M restcomm/configuration/mms-server-beans.xml
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov10_2016.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Nov2_2015.sql
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Oct26_2015.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/registrations.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/available-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/registrations.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/.gitignore
M restcomm/restcomm.commons/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java
M restcomm/restcomm.dao/pom.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/ApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/DaoUtils.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RegistrationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAvailablePhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisCallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRegistrationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restc

[Mobicents/RestComm] 4db597: Updated SipServlet version to 646

2015-12-17 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4db5976c8ebc0075ac4affdf2e2687c82c8073c0
  
https://github.com/Mobicents/RestComm/commit/4db5976c8ebc0075ac4affdf2e2687c82c8073c0
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-17 (Thu, 17 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated SipServlet version to 646


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-android-sdk] 645701: Fixed #260: Use TCP for signalling instead of UDP

2015-12-16 Thread Antonis Tsakiridis
  Branch: refs/heads/atsakiridis_issue260
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: 6457016fec02c86e6402c3e7834509db95463f4e
  
https://github.com/Mobicents/restcomm-android-sdk/commit/6457016fec02c86e6402c3e7834509db95463f4e
  Author: Antonis Tsakiridis <atsaki...@gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
M Examples/restcomm-olympus/app/build.gradle
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/SipProfile.java

  Log Message:
  ---
  Fixed #260: Use TCP for signalling instead of UDP


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 979465: Updated version of SIP Servlets to 3.1.646

2015-12-16 Thread hrosa
  Branch: refs/heads/restcomm-xms-1.0.0
  Home:   https://github.com/Mobicents/RestComm
  Commit: 9794654004004403e67f8ee02bb9dbf2956fc578
  
https://github.com/Mobicents/RestComm/commit/9794654004004403e67f8ee02bb9dbf2956fc578
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated version of SIP Servlets to 3.1.646


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/restcomm-android-sdk] bad72c: Fixed #258: First time Olympus is installed, call ...

2015-12-15 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: bad72cb319497570d3fbbee7f06734ce5100a8b0
  
https://github.com/Mobicents/restcomm-android-sdk/commit/bad72cb319497570d3fbbee7f06734ce5100a8b0
  Author: Antonis Tsakiridis <atsaki...@gmail.com>
  Date:   2015-12-15 (Tue, 15 Dec 2015)

  Changed paths:
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/impl/SipManager.java

  Log Message:
  ---
  Fixed #258: First time Olympus is installed, call fails. Fixed #259: 
Exception if user credentials are wrong


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] ebca53: Added support for plaintext as well as md5'd passw...

2015-12-15 Thread Orestis Tsakiridis
  Branch: refs/heads/sso
  Home:   https://github.com/Mobicents/RestComm
  Commit: ebca5378f4ba95908d0f472bd5ea5d19c66d928b
  
https://github.com/Mobicents/RestComm/commit/ebca5378f4ba95908d0f472bd5ea5d19c66d928b
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-15 (Tue, 15 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/AccountKey.java
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/UserIdentityContext.java

  Log Message:
  ---
  Added support for plaintext as well as md5'd password in API key 
authentication.
Also, API key authentication can now work with account in addition to account 
sid.

Refers #699


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 0052b9: #682 Added load tests for hello-play, hello-play-o...

2015-12-15 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue530_UpgradeRVDWorkspace
  Home:   https://github.com/Mobicents/RestComm
  Commit: 0052b9aff841fea0a785e526017f43ecb2ab9dc4
  
https://github.com/Mobicents/RestComm/commit/0052b9aff841fea0a785e526017f43ecb2ab9dc4
  Author: hrosa <hdavidr...@gmail.com>
  Date:   2015-11-30 (Mon, 30 Nov 2015)

  Changed paths:
A load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
A load_tests/readme.txt
A load_tests/resources/audio/demo-prompt-one-minute.wav
A load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
A load_tests/resources/pcap/demo-prompt.wav
A load_tests/resources/pcap/dtmf_2833_1.pcap
A load_tests/resources/pcap/dtmf_2833_9.pcap
A load_tests/resources/pcap/dtmf_2833_hash.pcap
A load_tests/resources/pcap/message.pcap
A load_tests/resources/pcap/welcome_message.pcap
A load_tests/resources/pcap/welcome_message_all.pcap
A load_tests/resources/pcap/welcome_message_not_working.pcap
A load_tests/resources/pcap/welcome_msg.pcap
A load_tests/sipp-3.4/.gitignore
A load_tests/sipp-3.4/LICENSE.txt
A load_tests/sipp-3.4/Makefile.am
A load_tests/sipp-3.4/Makefile.in
A load_tests/sipp-3.4/README.md
A load_tests/sipp-3.4/THANKS
A load_tests/sipp-3.4/aclocal.m4
A load_tests/sipp-3.4/auto-generate-files.sh
A load_tests/sipp-3.4/compile
A load_tests/sipp-3.4/config.guess
A load_tests/sipp-3.4/config.sub
A load_tests/sipp-3.4/configure
A load_tests/sipp-3.4/configure.ac
A load_tests/sipp-3.4/cpplint.py
A load_tests/sipp-3.4/depcomp
A load_tests/sipp-3.4/include/actions.hpp
A load_tests/sipp-3.4/include/auth.hpp
A load_tests/sipp-3.4/include/call.hpp
A load_tests/sipp-3.4/include/call_generation_task.hpp
A load_tests/sipp-3.4/include/comp.h
A load_tests/sipp-3.4/include/config.h.in
A load_tests/sipp-3.4/include/deadcall.hpp
A load_tests/sipp-3.4/include/infile.hpp
A load_tests/sipp-3.4/include/listener.hpp
A load_tests/sipp-3.4/include/logger.hpp
A load_tests/sipp-3.4/include/md5.h
A load_tests/sipp-3.4/include/message.hpp
A load_tests/sipp-3.4/include/milenage.h
A load_tests/sipp-3.4/include/prepare_pcap.h
A load_tests/sipp-3.4/include/reporttask.hpp
A load_tests/sipp-3.4/include/rijndael.h
A load_tests/sipp-3.4/include/rtpstream.hpp
A load_tests/sipp-3.4/include/scenario.hpp
A load_tests/sipp-3.4/include/screen.hpp
A load_tests/sipp-3.4/include/send_packets.h
A load_tests/sipp-3.4/include/sip_parser.hpp
A load_tests/sipp-3.4/include/sipp.hpp
A load_tests/sipp-3.4/include/socket.hpp
A load_tests/sipp-3.4/include/socketowner.hpp
A load_tests/sipp-3.4/include/sslcommon.h
A load_tests/sipp-3.4/include/stat.hpp
A load_tests/sipp-3.4/include/strings.hpp
A load_tests/sipp-3.4/include/task.hpp
A load_tests/sipp-3.4/include/time.hpp
A load_tests/sipp-3.4/include/variables.hpp
A load_tests/sipp-3.4/include/watchdog.hpp
A load_tests/sipp-3.4/include/xp_parser.h
A load_tests/sipp-3.4/install-sh
A load_tests/sipp-3.4/missing
A load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
A load_tests/sipp-3.4/pcap/g711a.pcap
A load_tests/sipp-3.4/sipp.1
A load_tests/sipp-3.4/sipp.dtd
A load_tests/sipp-3.4/src/.dirstamp
A load_tests/sipp-3.4/src/actions.cpp
A load_tests/sipp-3.4/src/auth.cpp
A load_tests/sipp-3.4/src/call.cpp
A load_tests/sipp-3.4/src/call_generation_task.cpp
A load_tests/sipp-3.4/src/comp.c
A load_tests/sipp-3.4/src/deadcall.cpp
A load_tests/sipp-3.4/src/fortune.cpp
A load_tests/sipp-3.4/src/infile.cpp
A load_tests/sipp-3.4/src/listener.cpp
A load_tests/sipp-3.4/src/logger.cpp
A load_tests/sipp-3.4/src/md5.c
A load_tests/sipp-3.4/src/message.cpp
A load_tests/sipp-3.4/src/milenage.c
A load_tests/sipp-3.4/src/prepare_pcap.c
A load_tests/sipp-3.4/src/reporttask.cpp
A load_tests/sipp-3.4/src/rijndael.c
A load_tests/sipp-3.4/src/rtpstream.cpp
A load_tests/sipp-3.4/src/scenario.cpp
A load_tests/sipp-3.4/src/screen.cpp
A load_tests/sipp-3.4/src/send_packets.c
A load_tests/sipp-3.4/src/sip_parser.cpp
A load_tests/sipp-3.4/src/sipp.cpp
A load_tests/sipp-3.4/src/sipp_unittest.cpp
A load_tests/sipp-3.4/src/socket.cpp
A load_tests/sipp-3.4/src/socketowner.cpp
A load_tests/sipp-3.4/src/sslinit.c
A load_tests/sipp-3

[Mobicents/restcomm-android-sdk] 324c3d: Fixed #257: Loose routing flag is missing from REG...

2015-12-14 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-android-sdk
  Commit: 324c3ddb9cedd5673cf03055ec734361c0ecfcb3
  
https://github.com/Mobicents/restcomm-android-sdk/commit/324c3ddb9cedd5673cf03055ec734361c0ecfcb3
  Author: Antonis Tsakiridis <atsaki...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M Examples/restcomm-olympus/.idea/misc.xml
M restcomm.android.client.sdk/restcomm.android.client.sdk.iml
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/impl/SipManager.java
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/impl/sipmessages/Invite.java
M 
restcomm.android.client.sdk/src/main/java/org/mobicents/restcomm/android/sipua/impl/sipmessages/Register.java

  Log Message:
  ---
  Fixed #257: Loose routing flag is missing from REGISTER route


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] dbafc5: fix smpp outbound issue and check prevent Restcomm...

2015-12-14 Thread lefteris
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: dbafc5f6d551976413580e79d6742111e93f1425
  
https://github.com/Mobicents/RestComm/commit/dbafc5f6d551976413580e79d6742111e93f1425
  Author: Charles Roufay <charles.rou...@telestax.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsSession.java

  Log Message:
  ---
  fix smpp outbound issue and check prevent Restcomm from using SMPP for SMS to 
Restcomm client


  Commit: a1def6867724a451d6f3202530e90f3e538d2a08
  
https://github.com/Mobicents/RestComm/commit/a1def6867724a451d6f3202530e90f3e538d2a08
  Author: George <gvage...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/CallinfoConverter.java

  Log Message:
  ---
  Added NPE around this method.
This close #726


  Commit: 5a3c6a79d5f35b562210306316cbf34ee7ec1390
  
https://github.com/Mobicents/RestComm/commit/5a3c6a79d5f35b562210306316cbf34ee7ec1390
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Upgraded to MMS 4.x build 21 that fixes 
https://github.com/Mobicents/mediaserver/issues/64


  Commit: 1a26e8ad14a7b220836520a3050649bbbf747381
  
https://github.com/Mobicents/RestComm/commit/1a26e8ad14a7b220836520a3050649bbbf747381
  Author: lefteris <lible...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M restcomm/configuration/mms-server-beans.xml

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/raas' into raas


Compare: 
https://github.com/Mobicents/RestComm/compare/49f59ba27848...1a26e8ad14a7

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] b4b15f: Upgraded to MMS 4.x build 21 that fixes https://gi...

2015-12-14 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: b4b15f4c3ecc583236aaf4dcbd37923f71b67297
  
https://github.com/Mobicents/RestComm/commit/b4b15f4c3ecc583236aaf4dcbd37923f71b67297
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Upgraded to MMS 4.x build 21 that fixes 
https://github.com/Mobicents/mediaserver/issues/64


  Commit: b813b657c1e401de85617877994a12fed33787dc
  
https://github.com/Mobicents/RestComm/commit/b813b657c1e401de85617877994a12fed33787dc
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
A load_tests/prepare-mobicents-restcomm-jboss-7-server-for-perf.sh
A load_tests/readme.txt
A load_tests/resources/audio/demo-prompt-one-minute.wav
A load_tests/resources/pcap/SIP_CALL_RTP_G711.pcap
A load_tests/resources/pcap/demo-prompt.wav
A load_tests/resources/pcap/dtmf_2833_1.pcap
A load_tests/resources/pcap/dtmf_2833_9.pcap
A load_tests/resources/pcap/dtmf_2833_hash.pcap
A load_tests/resources/pcap/message.pcap
A load_tests/resources/pcap/welcome_message.pcap
A load_tests/resources/pcap/welcome_message_all.pcap
A load_tests/resources/pcap/welcome_message_not_working.pcap
A load_tests/resources/pcap/welcome_msg.pcap
A load_tests/sipp-3.4/.gitignore
A load_tests/sipp-3.4/LICENSE.txt
A load_tests/sipp-3.4/Makefile.am
A load_tests/sipp-3.4/Makefile.in
A load_tests/sipp-3.4/README.md
A load_tests/sipp-3.4/THANKS
A load_tests/sipp-3.4/aclocal.m4
A load_tests/sipp-3.4/auto-generate-files.sh
A load_tests/sipp-3.4/compile
A load_tests/sipp-3.4/config.guess
A load_tests/sipp-3.4/config.sub
A load_tests/sipp-3.4/configure
A load_tests/sipp-3.4/configure.ac
A load_tests/sipp-3.4/cpplint.py
A load_tests/sipp-3.4/depcomp
A load_tests/sipp-3.4/include/actions.hpp
A load_tests/sipp-3.4/include/auth.hpp
A load_tests/sipp-3.4/include/call.hpp
A load_tests/sipp-3.4/include/call_generation_task.hpp
A load_tests/sipp-3.4/include/comp.h
A load_tests/sipp-3.4/include/config.h.in
A load_tests/sipp-3.4/include/deadcall.hpp
A load_tests/sipp-3.4/include/infile.hpp
A load_tests/sipp-3.4/include/listener.hpp
A load_tests/sipp-3.4/include/logger.hpp
A load_tests/sipp-3.4/include/md5.h
A load_tests/sipp-3.4/include/message.hpp
A load_tests/sipp-3.4/include/milenage.h
A load_tests/sipp-3.4/include/prepare_pcap.h
A load_tests/sipp-3.4/include/reporttask.hpp
A load_tests/sipp-3.4/include/rijndael.h
A load_tests/sipp-3.4/include/rtpstream.hpp
A load_tests/sipp-3.4/include/scenario.hpp
A load_tests/sipp-3.4/include/screen.hpp
A load_tests/sipp-3.4/include/send_packets.h
A load_tests/sipp-3.4/include/sip_parser.hpp
A load_tests/sipp-3.4/include/sipp.hpp
A load_tests/sipp-3.4/include/socket.hpp
A load_tests/sipp-3.4/include/socketowner.hpp
A load_tests/sipp-3.4/include/sslcommon.h
A load_tests/sipp-3.4/include/stat.hpp
A load_tests/sipp-3.4/include/strings.hpp
A load_tests/sipp-3.4/include/task.hpp
A load_tests/sipp-3.4/include/time.hpp
A load_tests/sipp-3.4/include/variables.hpp
A load_tests/sipp-3.4/include/watchdog.hpp
A load_tests/sipp-3.4/include/xp_parser.h
A load_tests/sipp-3.4/install-sh
A load_tests/sipp-3.4/missing
A load_tests/sipp-3.4/pcap/dtmf_2833_0.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_1.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_2.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_3.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_4.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_5.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_6.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_7.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_8.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_9.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_pound.pcap
A load_tests/sipp-3.4/pcap/dtmf_2833_star.pcap
A load_tests/sipp-3.4/pcap/g711a.pcap
A load_tests/sipp-3.4/sipp.1
A load_tests/sipp-3.4/sipp.dtd
A load_tests/sipp-3.4/src/.dirstamp
A load_tests/sipp-3.4/src/actions.cpp
A load_tests/sipp-3.4/src/auth.cpp
A load_tests/sipp-3.4/src/call.cpp
A load_tests/sipp-3.4/src/call_generation_task.cpp
A load_tests/sipp-3.4/src/comp.c
A load_tests/sipp-3.4/src/deadcall.cpp
A load_tests/sipp-3.4/src/fortune.cpp
A load_tests/sipp-3.4/src/infile.cpp
A load_tests/sipp-3.4/src/listener.cpp
A load_tests/sipp-3.4/src/logger.cpp
A load_tests/sipp-3.4/src/md5.c
A load_tests/sipp-3.4/src/message.cpp
A load_tests/sipp-3.4/src/milenage.c
A load_tests/sipp-3.4/src/prepare_pcap.c
A load_tests/sipp-3.4/src/reporttask.cpp
A load_tests/sipp-3.4/src/rijndael.c
A load_tests/sipp-3.4/src/rtpstream.cpp
A load_tests/

[Mobicents/RestComm] b2cead: Added NPE around this method.

2015-12-14 Thread George
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: b2ceadcf5178e3c9492db96450341553fec9ea10
  
https://github.com/Mobicents/RestComm/commit/b2ceadcf5178e3c9492db96450341553fec9ea10
  Author: George <gvage...@gmail.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/CallinfoConverter.java

  Log Message:
  ---
  Added NPE around this method.
This close #726


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] bd76e9: fix smpp outbound issue and check prevent Restcomm...

2015-12-14 Thread Charles Roufay
  Branch: refs/heads/charles_smpp
  Home:   https://github.com/Mobicents/RestComm
  Commit: bd76e9eff3f10c7fa876d239aa93a6c86a5574c4
  
https://github.com/Mobicents/RestComm/commit/bd76e9eff3f10c7fa876d239aa93a6c86a5574c4
  Author: Charles Roufay <charles.rou...@telestax.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsSession.java

  Log Message:
  ---
  fix smpp outbound issue and check prevent Restcomm from using SMPP for SMS to 
Restcomm client


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 36df50: Fix for the Webtriggre #issue 700

2015-12-11 Thread lefteris
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: 36df5031fb4ee03b3c59ba57f66264a945cab95d
  
https://github.com/Mobicents/RestComm/commit/36df5031fb4ee03b3c59ba57f66264a945cab95d
  Author: lefteris <lible...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java

  Log Message:
  ---
  Fix for the Webtriggre #issue 700


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 49f59b: Comment out the G729 codec

2015-12-11 Thread George Vagenas
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: 49f59ba27848729f2f2805767232bd7472737225
  
https://github.com/Mobicents/RestComm/commit/49f59ba27848729f2f2805767232bd7472737225
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M restcomm/configuration/mms-server-beans.xml

  Log Message:
  ---
  Comment out the G729 codec


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] b95a27: Fixed indentation

2015-12-11 Thread George Vagenas
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: b95a278aaa60be333a84c3f4df53c5b36ea81ba4
  
https://github.com/Mobicents/RestComm/commit/b95a278aaa60be333a84c3f4df53c5b36ea81ba4
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M restcomm/configuration/mms-server-beans.xml

  Log Message:
  ---
  Fixed indentation


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2015-12-11 Thread gvagenas
  Branch: refs/heads/rass
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm]

2015-12-11 Thread gvagenas
  Branch: refs/heads/rass
  Home:   https://github.com/Mobicents/RestComm

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] e29fca: trying to fix the lowestPort and highestPort confi...

2015-12-11 Thread George Vagenas
  Branch: refs/heads/raas
  Home:   https://github.com/Mobicents/RestComm
  Commit: e29fca416a56caad6dd866728c717aa96e808eec
  
https://github.com/Mobicents/RestComm/commit/e29fca416a56caad6dd866728c717aa96e808eec
  Author: Jean Deruelle <jean.derue...@telestax.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M restcomm/configuration/mms-server-beans.xml

  Log Message:
  ---
  trying to fix the lowestPort and highestPort configuration or MMS
(cherry picked from commit 0dfe744)


  Commit: ee2ad07d57c919165af397cdde0e2ef7a8eba371
  
https://github.com/Mobicents/RestComm/commit/ee2ad07d57c919165af397cdde0e2ef7a8eba371
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M restcomm/configuration/mms-server-beans.xml

  Log Message:
  ---
  Added G729 codec at MMS server-beans.xml


Compare: 
https://github.com/Mobicents/RestComm/compare/36df5031fb4e...ee2ad07d57c9

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] 2eb8d8: RVD Projects Migrator, including new naming conven...

2015-12-11 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue530_UpgradeRVDWorkspace
  Home:   https://github.com/Mobicents/RestComm
  Commit: 2eb8d8dcb539e20438a4a681381fb60920cefd00
  
https://github.com/Mobicents/RestComm/commit/2eb8d8dcb539e20438a4a681381fb60920cefd00
  Author: Guilherme Humberto Jansen <guilherme.jan...@telestax.com>
  Date:   2015-12-12 (Sat, 12 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/RvdProjectMigrationHelper.java
A 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/RvdProjectsMigrator.java
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/applications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/clients.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/ClientsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/IncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisApplicationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisClientsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Application.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Sid.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ApplicationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/ApplicationConverter.java

  Log Message:
  ---
  RVD Projects Migrator, including new naming convention, database entities, 
IncomingPhoneNumbers and Clients URL replacement. Issue #530.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] f027c4: Additional tests for IdentityMigrationTool. Mock* ...

2015-12-11 Thread Orestis Tsakiridis
  Branch: refs/heads/sso
  Home:   https://github.com/Mobicents/RestComm
  Commit: f027c4f4a1c86637b1d630d992e3f728592b636e
  
https://github.com/Mobicents/RestComm/commit/f027c4f4a1c86637b1d630d992e3f728592b636e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationTool.java
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/MockAccountsDao.java
A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/MockMutableConfigurationSource.java
A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/MockMutableIdentityConfigurationSet.java

  Log Message:
  ---
  Additional tests for IdentityMigrationTool. Mock* classes also added.

Refers #601


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] d8450c: Minor fixes to IdentityMigrationTool tests added l...

2015-12-11 Thread Orestis Tsakiridis
  Branch: refs/heads/sso
  Home:   https://github.com/Mobicents/RestComm
  Commit: d8450cb70b7756b763527c4aaf03a09747749ba6
  
https://github.com/Mobicents/RestComm/commit/d8450cb70b7756b763527c4aaf03a09747749ba6
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationTool.java
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java

  Log Message:
  ---
  Minor fixes to IdentityMigrationTool tests added lately. Refers #601.


-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[Mobicents/RestComm] ef927c: Updated hardcoded settings for testing

2015-12-10 Thread Orestis Tsakiridis
  Branch: refs/heads/sso
  Home:   https://github.com/Mobicents/RestComm
  Commit: ef927caf931ee16eb6dcd2821083765bfaf3eff6
  
https://github.com/Mobicents/RestComm/commit/ef927caf931ee16eb6dcd2821083765bfaf3eff6
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiTest.java
M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java

  Log Message:
  ---
  Updated hardcoded settings for testing


  Commit: bd8cc29f4656203d602704202db62f176ee4d01d
  
https://github.com/Mobicents/RestComm/commit/bd8cc29f4656203d602704202db62f176ee4d01d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/RestcommConfiguration.java
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/ConfigurationSet.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/ConfigurationSetImpl.java
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSet.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSetImpl.java
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/MutableIdentityConfigurationSet.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/MutableIdentityConfigurationSetImpl.java
M 
restcomm/restcomm.commons/src/test/java/org/mobicents/servlet/restcomm/configuration/sets/CustomConfigurationSet.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SecuredEndpoint.java
M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java

  Log Message:
  ---
  OO improvements in identity configuration classes. They will allow for easier 
creation of test cases.


Compare: 
https://github.com/Mobicents/RestComm/compare/a2d3952d057c...bd8cc29f4656

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   5   6   7   8   9   10   >