[asterisk-bugs] [Asterisk 0014881]: [patch] smsq uses '|' rather than ', ' for options in call file
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Apr 12 17:34:21 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14881
======================================================================
Reported By: stegro
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14881
Category: Applications/app_sms
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 188030
Request Review:
======================================================================
Date Submitted: 2009-04-12 17:25 CDT
Last Modified: 2009-04-12 17:34 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).
======================================================================
----------------------------------------------------------------------
(0103125) stegro (reporter) - 2009-04-12 17:34
http://bugs.digium.com/view.php?id=14881#c103125
----------------------------------------------------------------------
A clarification: this is only a problem when smsq is being used to enqueue
an MT (mobile terminated) message, i.e. when passing it the '-t' flag.
(I'm fairly sure this isn't a dupe of 0012779: that seems to relate to MO
messages, enqueued without the '-t' flag.)
Issue History
Date Modified Username Field Change
======================================================================
2009-04-12 17:34 stegro Note Added: 0103125
======================================================================
More information about the asterisk-bugs
mailing list