[asterisk-bugs] [Asterisk 0017158]: MeetMe Options S(10)L(10000)
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Apr 4 16:29:55 CDT 2011
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=17158
======================================================================
Reported By: chandrakantsolanki
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17158
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: reopened
Fixed in Version:
======================================================================
Date Submitted: 2010-04-09 06:09 CDT
Last Modified: 2011-04-04 16:29 CDT
======================================================================
Summary: MeetMe Options S(10)L(10000)
Description:
Hi
I have tried to create conference using MeetMe say ConfNo. 1234567, with
MeetMe Option sdmAS(10)L(10000).
I have print MeetMe Option in conf_exec() function of app_meetme.c after
ast_app_parse_options() this function.
I have found proper MeetMe Option i.e. sdmAS(10)L(10000) before call
ast_app_parse_options(), but after this function MeetMe Option just print
this value only as MeetMe Option sdmAS(10.
When I am looking for code. I found problem in main/app.c in
ast_app_parse_options() function, when it found ')' character, it will
store '\0' in variable so L(10000) option will not print.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-04 16:29 jrose Status acknowledged => closed
2011-04-04 16:29 jrose Description Updated
======================================================================
More information about the asterisk-bugs
mailing list