Additional functionality (Call-Events)
To work with my CRM, I wish to trigger events on call / end off call. For example, incoming call => trigger a HTTP REST API in background with variables like call_number etc.
I guess it is not much work to add such functionality, but I can't do it by myself. In simplest version, there are only two input fields in settings where the URL can be added for "Incoming Call" and "Call end" with the possibility to insert variables in the URI, for example %number_from% or %number_to%.
Is here anyone who is able to do it? I would pay for this functionality, because I can't find such functionality in any other WORKING SIP-Client for Mac .. :(
me too. That's how I have configured a Snom 320 desktop VoIP phone:
Each URL looks like this:
http://10.111.111.5:8070/snom?action=IncomingCall&local=$local&remote=$remote&active_url=$active_url&active_user=$active_user&active_host=$active_host&csta_id=$csta_id&call=$call&display_local=$display_local&display_remote=$display_remote&expansion_module=$expansion_module&active_key=$active_key&phone_ip=$phone_ip&nr_ongoing_calls=$nr_ongoing_calls&context_url=$context_url&cancel_reason=$cancel_reason
A simpler version of this functionality would help a lot. My use case: I have a small http server written in Golang on my MacBook which stores these actions in a text file and provides this information as iCal URL for Calendar app.