[Home]

Summary:ASTERISK-03268: patch: smsq.c does not use correct queue name when sub address used
Reporter:revk (revk)Labels:
Date Opened:2005-01-14 05:26:30.000-0600Date Closed:2008-01-15 15:21:41.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_sms
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) x
Description:Is using smsq to send a message from a sub address, e.g. --queue=123-1, then the call created in outgoing does not have the full queue name in the application "Data:" field (e.g. just 123 not 123-1). As such app_sms finds no matching queued entries to send.

****** ADDITIONAL INFORMATION ******

Patch included
Comments:By: Mark Spencer (markster) 2005-01-14 09:16:08.000-0600

Fixed in CVS head, but please use cvs diff -u format and next time don't forget to mention your disclaimer and get +1 extra karma!

By: Digium Subversion (svnbot) 2008-01-15 15:21:41.000-0600

Repository: asterisk
Revision: 4791

U   trunk/utils/smsq.c

------------------------------------------------------------------------
r4791 | markster | 2008-01-15 15:21:40 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix small issue with smsq and sub addresses (bug ASTERISK-3268)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4791