]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings
authorAntoni Goldstein <action@gdevel.com>
Fri, 29 Mar 2019 14:04:46 +0000 (14:04 +0000)
committerSean Bright <sean.bright@gmail.com>
Wed, 24 Apr 2019 12:27:28 +0000 (08:27 -0400)
commit001e7762e4d4e1932a2a6aae735595ce77fbd4d0
tree1ca44b2c02c8034a2b01ae91ac93a17f3ff2e2d6
parent94bbd75745f93236a10d7dff5d77493bd6d63059
app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings

Added RINGTIME, RINGTIME_MS, PROGRESSTIME, PROGRESSTIME_MS variables filled
at the earliest received PROGRESS or RINGING.
Added millisecond versions of DIALEDTIME and ANSWEREDTIME.

Added millisecond versions of ast_channel_get_up_time and
ast_channel_get_duration in channel.c.

ASTERISK-28363

Change-Id: If95f1a7d8c4acbac740037de0c6e3109ff6620b1
apps/app_dial.c
doc/CHANGES-staging/app_dial_ringtime_progresstime.txt [new file with mode: 0644]
include/asterisk/channel.h
main/channel.c