]> 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:41 +0000 (06:27 -0600)
commit8e21c25ce5d8df20b07e2334f342a07235ed9e05
treedc3944550dacd156379cfc5080e915faac973085
parentfbeae922ab9928126a040b074624817ba1e026d8
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