There should be a way to configure an url containing the caller id from an incoming call to open, for CRM functionality.
I did have a ticket open on the old tracker related to this. I even had a patch at some stage. Might look it up again.
+1 Would love this!
Hello, there have been several releases of Telephone since this issue was created. Could you please download and run the latest version to confirm this issue still exists.
Sorry for the template response, just trying to clean up and close old issues here.
Asterisk IPBX allows sending Access-URL SIP header using Dial() or SendURL() applications which should be a rather quick solution to implement this :
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_SendURL
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Dial
https://github.com/asterisk/asterisk/commit/04e45cfda35bd3cb4e508aad9286b5deb99ccf56
Another way would be to mimic Zoiper's automation features to build an URL on the client-side :
http://www.zoiper.com/en/documentation/windows-installation-and-configuration#automation
I'd love to see some feature like that or #44 (execute script) as well.
Anybody with Mac developments skills willing to do so, or give pointers for some starting point in the codebase?
I plan to add call hooks after the call history.
Most helpful comment
I plan to add call hooks after the call history.