[Home]

Summary:ASTERISK-03003: [patch] app_disa does not set callerid properly (new structs)
Reporter:k3v (k3v)Labels:
Date Opened:2004-12-15 11:49:37.000-0600Date Closed:2008-01-15 15:16:48.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) disa-callerid.patch.txt
Description:DISA set only chan->cid_num, but not name, and did not parse the two parts from the ourcallerid string.

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

DISA has an option to get callerid from args, or from a file.  With the old chan->callerid the format was fine, but during the conversion the string was just tossed into chan->cid_num.
This patch fixes that by parsing the string into its parts.

Comments:By: k3v (k3v) 2004-12-15 11:50:03.000-0600

Oh yeah, disclaimer on file too.

By: Mark Spencer (markster) 2004-12-15 15:24:31.000-0600

Fixed in CVS head

By: Digium Subversion (svnbot) 2008-01-15 15:16:48.000-0600

Repository: asterisk
Revision: 4460

U   trunk/apps/app_disa.c

------------------------------------------------------------------------
r4460 | markster | 2008-01-15 15:16:47 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix DISA with callerid (bug ASTERISK-3003)

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

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