Support Hatemis Posted March 21, 2014 Report Share Posted March 21, 2014 Hello, I need help for use fonction click to call via url http://wiki.snomone.com/index.php?title=Click_to_Dial I would make calls in use links with authentification inside.. But I don't understand the link for auth... http://pbx/remote_call.htm?user=123%40domain1.com&dest=123456789&auth=123%40domain1.com%3Asecret If my account is "301" and my password "password" , I put auth=301@pbx.company.com:password full link: http://172.16.122.100/remote_call.htm?user=301@pbx.company.com&dest=0102030405&auth=301@pbx.company.com:password Is it ok? because that don't work Thanks for your reply Quote Link to comment Share on other sites More sharing options...
Vodia support Posted March 21, 2014 Report Share Posted March 21, 2014 Password should be the web password of the extension. Check this example Output should look like this. I took out the http so you can see the whole string. pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440@pbx.company.com%3Asecret Quote Link to comment Share on other sites More sharing options...
Support Hatemis Posted March 24, 2014 Author Report Share Posted March 24, 2014 it works not. If " &auth=myextwebpassword" is web password of extension, "secret" must be replaced by what? I tried with : pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440@pbx.company.com%3Asecret pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440%3Asecret pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440@pbx.company.com:secret pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440@pbx.company.com%3AmyExtSipPassword pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440@pbx.company.com pbx.company.com/remote_call.htm?user=440&dest=9786854321&auth=myextwebpassword@440 Tests with pbx.company.com = IP address SnomOne in IE and Chrome. but none works. I see also what: AddressIpPBX/remote_call.htm?user=40&dest=9786854321 => I get dialog box for log on AddressIpPBX:80 but I cannot log with -Extension (40) +WebPassword -Extension (40) +SipPassword -Extension (40@pbx.company.com) +WebPassword -Extension (40@pbx.company.com) +SipPassword - admin + WebPassword I don't understand :-/ On http://AddressIpPBX, I log with extension or admin correctly Quote Link to comment Share on other sites More sharing options...
Vodia support Posted March 25, 2014 Report Share Posted March 25, 2014 Try using this method. http://vodia.com/documentation/wac Quote Link to comment Share on other sites More sharing options...
Support Hatemis Posted March 26, 2014 Author Report Share Posted March 26, 2014 Hello.. it works if I use that, but the objectif is to have an interoperability with CRM/. For use click to call,in this software, I need to call via URL. Quote Link to comment Share on other sites More sharing options...
Support Hatemis Posted March 26, 2014 Author Report Share Posted March 26, 2014 I make others tests. With link following : pbx/remote_call.htm?user=41@pbx.company.com&dest=9876543210&auth=41@pbx.company.com:MyExtWebPassword it's work correctly in Chrome. In Internet Explorer (11), authentification automatic works not... I get dialog box for log in.. I can log with 41@pbx.company.com and password. The call runs. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 26, 2014 Report Share Posted March 26, 2014 There are several ways to start a call with the remote_call.htm link. If you have already a session, then the session authentication will be used. This is interesting if you are logged in from a web browser. Otherwise there are two ways for authentication. If the HTTP request contains a HTTP header "Authorization", it must contain a Basic authentication according to the RFC. In single domain environments where the domain names contain localhost, the username may not include the domain (123 instead of 123@domain). But it is better to include the domain anyway. Otherwise the URL itself may contain the authentication in the form username:password. The username is the username as used in the user parameter in the URL. Make sure that special characters are escaped using %xx. This click to dial works only if the extension has a web password set. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.