[asterisk-bugs] [JIRA] (ASTERISK-21765) [patch] - FILE function's length argument counts from beginning of file rather than the offset
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Thu Mar 19 11:31:35 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-21765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225492#comment-225492 ]
Corey Farrell commented on ASTERISK-21765:
------------------------------------------
[~mjordan]: Looks like this patch broke the unit test: {{/funcs/func_env/func_file}}.
> [patch] - FILE function's length argument counts from beginning of file rather than the offset
> ----------------------------------------------------------------------------------------------
>
> Key: ASTERISK-21765
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21765
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Functions/func_dialplan
> Affects Versions: 11.2.1, 11.3.0
> Environment: AsteriskNow64 3.0.0
> Asterisk 11.2.1 and Asterisk 11.3.0
> Reporter: John Zhong
> Attachments: file_read_390821.patch
>
>
> AsteriskNow64 3.0.0 running under VMWare workstation.
> There are two issues have been found while I am testing our HiTPM with AsteriskNow64 3.0.0 integration.
> Reproduce steps:
> 1) Install netcat
> 2) Create two test files as:
> echo 0123456789 >/tmp/0123456789.txt
> base64 -w 0 /var/lib/asterisk/sounds/en/vm-login.ulaw > /tmp/vm-login.ulaw.b64
> 3) Run: ifconfig;nc -l 4573
> 4) Add a peer for SIP client into sip.conf
> 5) Create an extension for an AGI(agi://[the_ip_address_of_nc_listen_on])
> 6) Call the AGI extension
> 7) If setup is correct, the nc windows should have AGI headers
> 8) Send following commands by nc:
> {noformat}
> GET VARIABLE FILE("/tmp/0123456789.txt,2,5")
> and
> GET VARIABLE FILE("/tmp/vm-login.ulaw.b64,4080,5100")
> {noformat}
> 9) Verify the result:
> {noformat}
> GET VARIABLE FILE("/tmp/0123456789.txt,2,5")
> 200 result=1 (234)
> {noformat}
> Base on previous version Asterisk and current document, it should
> return (23456), the first argument is offset and the second argument
> should be length, but it is the 1 before the end position now.
> [Edit by Rusty Newton - removed secondary issue as you shouldn't file two bugs in one report. Filing a new issue report.]
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list