]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_agi: Make Verbose message for 'stream file' match other playbacks
authorMatthew Jordan <mjordan@digium.com>
Wed, 24 Dec 2014 15:27:53 +0000 (15:27 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 24 Dec 2014 15:27:53 +0000 (15:27 +0000)
commit76e69500f01bb9a6076f19e95c0a2a9c348b107c
tree77414b782c252b7396f78809706a5963d813640d
parentc9af0b8c7ee643a809569c101743f8176e76f147
res/res_agi: Make Verbose message for 'stream file' match other playbacks

The Verbose message displayed when a file is played back via 'stream file'
was formatted differently than other playbacks:
* It didn't include the channel name
* It didn't include the channel language
It does, however, include the playback offset as well as any escape digits.
That information was kept; however, this patch updates the formatting to more
closely match the Verbose messages displayed when a file is played back by
'control stream file', Playback, ControlPlayback, or any other file playback
operation.
........

Merged revisions 429519 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@430094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_agi.c