[Home]

Summary:ASTERISK-03058: [patch] manager events callerid inconsitency
Reporter:k3v (k3v)Labels:
Date Opened:2004-12-21 14:37:53.000-0600Date Closed:2008-01-15 15:17:50.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) channel-event-callerid-fix.patch.txt
Description:channel.c reports 'CalleridName' and 'Callerid' fields in manager events, whereas manager.c uses 'CallerIDName' and 'CallerID' (Status).  This caused me grief in parsing the event values.  Changed channel.c to match others.

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

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2004-12-21 16:52:01.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2004-12-22 17:53:23.000-0600

manually fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:17:40.000-0600

Repository: asterisk
Revision: 4518

U   trunk/channel.c

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

Make event parameter names consistent for callerid (bug ASTERISK-3058)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:17:50.000-0600

Repository: asterisk
Revision: 4530

U   branches/v1-0/channel.c

------------------------------------------------------------------------
r4530 | russell | 2008-01-15 15:17:50 -0600 (Tue, 15 Jan 2008) | 2 lines

Make case in manager events consistent (bug ASTERISK-3058)

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

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