Call2Cal URL Log Format
Description:
Starting with version 1.2 Call2Cal is able to post new calls directly to a script on the internet.
The URL can be set using the user interface and will receive the following arguments via HTTP-GET:
- CallerName
- Name of the call partner in the addressbook if found (empty by default)
- CallerNumber
- Number of the call partner (empty by default)
- CallDurationSec
- Duration of the call in seconds (-1 by default)
- CallStartTs
- Timestamp of the beginning of the call (-1 by default)
- CallEndTs
- Timestamp of the end of the call (-1 by default)
- PhoneLocation
- Location of the phone at the end of the call (empty by default)
- CallType
- Type of call, can be
ifor incoming,ofor outgoing ormfor missed. (? by default) - TimeZone
- Timezone of the phone at the end of the call (empty by default)
- PhoneLocationLon
- Longitude of the phone's position at the end of the call (-1 by default)
- PhoneLocationLat
- Latitude of the phone's position at the end of the call (-1 by default)
- PhoneLocationAccuracy
- Accuracy in meter of the fix on the location (-1.0 by default)
- PhoneLocationFixAge
- Age of the fix on the location in seconds (0 by default)
Default values will be used if no value could be determined, for example PhoneLocation might be empty if the last fix on the location is too old.