[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:12 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).
====================================================================== 

---------------------------------------------------------------------- 
 (0103201) svnbot (reporter) - 2009-04-14 00:29
 http://bugs.digium.com/view.php?id=14881#c103201 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 188208

_U  branches/1.6.1/
U   branches/1.6.1/utils/smsq.c

------------------------------------------------------------------------
r188208 | tilghman | 2009-04-14 00:29:11 -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=188208 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-14 00:29 svnbot         Checkin                                      
2009-04-14 00:29 svnbot         Note Added: 0103201                          
======================================================================




More information about the asterisk-bugs mailing list