angel-popov
angel-popov
looks like #19
Hi Hori, app.nexmoCallbackBaseUrl points to URL that will be used from the Nexmo server for invoking web hooks, e.g. http://host:port/demo-app-root/api For example, when a call is received on nexmo side,...
callback parameter is specified in the property. Note that it could accept user and password in the url. app.nexmoCallbackBaseUrl=https://user:[email protected]/demo-application/api In nexmo voice setup - we should add https://user:[email protected]/demo-application/api/event - as...
Hi, In the application.properties file, there should be a path to the shiro file. Something like: shiro.configLocations=file:/usr/local/tomcat/conf/shiro.ini Note that there is 'file:' prefix before the path. Also make sure that...