-
Notifications
You must be signed in to change notification settings - Fork 11
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
demo app application.properties id setting #89
Comments
Exactly. I admit the name is a bit misleading. Will clarify in the doc and change it in subsequent release. |
@ikrustev Could you provide some example here. I am trying to get the demo app working. |
@weihongchua here you are. Let me know if you need anything else:
|
Is the following the answer_url that needs to be configured in Nexmo voice application? One would have created multiple queue ids, how shall one populate the comms.queueId field? |
@angel-popov could you, please, verify the config I've posted here and answer the questions? |
callback parameter is specified in the property. Note that it could accept user and password in the url. In nexmo voice setup - we should add When router assigns a task to agent, the router calls task's callback-url. In the body of the request there is info about task, the queue and router. The db setup is something like this:Description:Replace or create router. Description:Replace or create queue. Description:Replace or create queue. Description:Replace or create queue. Description:Replace or create queue. Description:Replace or create queue. Description:Replace or create agent. Description:Set state=ready of the agent Description:Replace or create agent. Description:Set state=ready of the agent Description:Replace or create agent. Description:Set state=ready of the agent Description:Create new plan to queue NULL with predicate 1 ==1. |
In demo app application.properties, how do one find the id information to be set in the properties file?
is routerId = Ref Id?
comms.routerId=
comms.planId=
comms.queueId=
The text was updated successfully, but these errors were encountered: