Action URLs

Copyright (c) 2005-2017 by Global IP Telecommunications | Phone +49 6445 2799710
Vorheriges Thema  

Enterprise Cloud unterstützt Action URLs. Definieren Sie für ein- und ausgehende Anrufe individuelle URL Aufrufe zur Anbindung an Ihre Webbrowser basierte Kundenverwaltung.





Unterstützte Events:


Event

Beschreibung

[OnIncomingCall]

ActionURL when you get an incoming calls

[OnCallConnected]

ActionURL when a call connects

[OnOutgoingCall]

ActionURL when an outgoing call starts

[OnCallDisconnected]

ActionURL when a call disconnects

[OnCallHold]

ActionURL when a call will be set on hold


Unterstützte Variablen:


Variable

$Account

$LineID

$LocalParty

$RemoteParty

$RemoteAlias

$CallDurationSeconds

$CallCreatedTime

$CallConnectedTime

$CallDisconnectedTime

$CallOrigin

$CallGUID



Aufbau einer Action URL:


1=ext:http://www.YourWebCRM.com?... -> ext: Öffnet die URL in einem eigenständigen Browser, andernfalls erfolgt der URL Aufruf im verborgenen ("silent").


[OnIncomingCall]

1=ext:%AutoprovURL%phonecall.aspx?action=Incoming&RemoteAlias=<base64($RemoteAlias)>&RemoteParty=<base64($RemoteParty)>&CallerID=<base64($LocalParty)>&CallerIDAlias=<base64($Account)>&callid=<base64($callguid)>&callduration=<base64($calldurationseconds)>&createtime=<base64($callcreatedtime)>&connectedtime=<base64($callconnectedtime)>&disconnectedtime=<base64($calldisconnectedtime)>&origin=<base64($callorigin)>