-
Notifications
You must be signed in to change notification settings - Fork 215
Implement dynamic RVD resolving based on configuration #2340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
otsakir
added a commit
that referenced
this issue
Jul 12, 2017
- Added singleton-like RcmlserverResolver class and respective unit test. - Hooked voice, sms and ussd entrypoints. Refers #2340
otsakir
added a commit
that referenced
this issue
Jul 13, 2017
otsakir
added a commit
that referenced
this issue
Jul 13, 2017
Issue merged with PR #2349 |
maria-farooq
pushed a commit
that referenced
this issue
Jul 20, 2017
* master: Patch for On Dial invalid/unregistered client, VoiceInterpreter should either execute Dial Action or move the the next verb This refer #2358 Patch for On Dial invalid/unregistered client, VoiceInterpreter should either execute Dial Action or move the the next verb This close #2358 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 6000 ms This refer to #2346 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 6000 ms This refer to #2346 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 1 minutes This refer to #2346 Added deveveloper doc for #2340 Minor tweak in logging statement #2340 Fixed the MySQL command to save privileges changes Chenged references to mariadb when mysql applies.. Patch to properly prepare S3Client for integration with S3Ninja for testing This close #2346 Add license scan status and report Added config-based RVD/rcmlserver resolver Conflicts Resolved: restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java
maria-farooq
pushed a commit
that referenced
this issue
Jul 21, 2017
* master: Patch for move to Pause after dialing an invalid client This refer to #2358 Added comment for restcomm.xml configuration option This refer to #2346 add section about officially supported language Print log messages for S3AccessTool if waiting/uploading the file takes more than X sec (configurable) This refer to #2346 Patch for On Dial invalid/unregistered client, VoiceInterpreter should either execute Dial Action or move the the next verb This refer #2358 Patch for On Dial invalid/unregistered client, VoiceInterpreter should either execute Dial Action or move the the next verb This close #2358 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 6000 ms This refer to #2346 Update S3AccessTool for integration with S3 Mock service. This refer to #2346 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 6000 ms This refer to #2346 Patch to provide custom executor for long/blocking tasks Patch to add FileUtils.waitFor on S3AccessTool This refer #2339 This refer #2324 Simulate long operation of FileUtils.waitFor putting the thread to sleep for 1 minutes This refer to #2346 Added deveveloper doc for #2340 Minor tweak in logging statement #2340 Fixed the MySQL command to save privileges changes Chenged references to mariadb when mysql applies.. Patch to properly prepare S3Client for integration with S3Ninja for testing This close #2346 Add license scan status and report Added config-based RVD/rcmlserver resolver Patch to provide custom executor for long/blocking tasks Patch to remove blocking on S3AccessTool This close #2339 This close #2324 Configure 'rvdUrl' in dashboard.json from advanced.conf/RVD_URL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement resolving of RVD based on restcomm.xml/ configuration section as outlined here:
https://docs.google.com/a/telestax.com/document/d/1CInMLv1OHyd-_O7f98fDntTpv1tsbpKm63yRtE_eTXE/edit?usp=sharing
Related issue:
#2296
The text was updated successfully, but these errors were encountered: