Add. log session uuid

This commit is contained in:
Alexey Melnichuk 2015-11-26 17:41:48 +03:00
parent 5bc286d5e2
commit 990dd7b9ed
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@
log.noticef([[<<< CALL RESULT >>>
uuid: = '%s'
task_session_uuid: = '%s'
answered: = '%s'
fax_file: = '%s'
wav_file: = '%s'
@ -91,6 +92,7 @@
fax_options = '%s'
]],
tostring(uuid) ,
tostring(fax_queue_task_session) ,
tostring(answered) ,
tostring(fax_file) ,
tostring(wav_file) ,