[asterisk-bugs] [Asterisk 0014881]: [patch] smsq uses '|' rather than ', ' for options in call file
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 14 00:29:47 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14881
======================================================================
Reported By: stegro
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 14881
Category: Applications/app_sms
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 188030
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-04-12 17:25 CDT
Last Modified: 2009-04-14 00:29 CDT
======================================================================
Summary: [patch] smsq uses '|' rather than ',' for options in
call file
Description:
The version of utils/smsq shipped with all 1.6 versions still uses the '|'
option separator, rather than ','.
For example, the shipped smsq.c will generate a .call file containing:
Data: 0|s
rather than
Data: 0,s
The execution of the SMS app therefore expects the queue to be called
'0|s', rather than queue '0' with option 's' (act as service centre talking
to a phone).
======================================================================
----------------------------------------------------------------------
(0103202) svnbot (reporter) - 2009-04-14 00:29
http://bugs.digium.com/view.php?id=14881#c103202
----------------------------------------------------------------------
Repository: asterisk
Revision: 188209
_U branches/1.6.2/
U branches/1.6.2/utils/smsq.c
------------------------------------------------------------------------
r188209 | tilghman | 2009-04-14 00:29:47 -0500 (Tue, 14 Apr 2009) | 13
lines
Merged revisions 188206 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r188206 | tilghman | 2009-04-14 00:27:53 -0500 (Tue, 14 Apr 2009) | 6
lines
Application delimiter is ',', not '|'.
(closes issue http://bugs.digium.com/view.php?id=14881)
Reported by: stegro
Patches:
smsq.patch uploaded by stegro (license 752)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=188209
Issue History
Date Modified Username Field Change
======================================================================
2009-04-14 00:29 svnbot Checkin
2009-04-14 00:29 svnbot Note Added: 0103202
======================================================================
More information about the asterisk-bugs
mailing list