]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Merge branch 'master' of git.linphone.org:linphone
[linphone] / coreapi / linphonecore.h
index 53ad38e9e88b91670d34cefa7f4eb4b19cf57167..5196d93dc17fa31631468c6ed10326e729fa5ae0 100644 (file)
@@ -146,7 +146,7 @@ typedef struct _LinphoneCallLog{
        LinphoneCallStatus status; /**< The status of the call*/
        LinphoneAddress *from; /**<Originator of the call as a LinphoneAddress object*/
        LinphoneAddress *to; /**<Destination of the call as a LinphoneAddress object*/
-       char start_date[128]; /**<Human readable string containg the start date*/
+       char start_date[128]; /**<Human readable string containing the start date*/
        int duration; /**<Duration of the call in seconds*/
        char *refkey;
        void *user_pointer;
@@ -156,6 +156,7 @@ typedef struct _LinphoneCallLog{
     int video_enabled;
        struct _LinphoneCore *lc;
        time_t start_date_time; /**Start date of the call in seconds as expressed in a time_t */
+       const char* call_id; /**unique id of a call*/
 } LinphoneCallLog;