Summary: | ASTERISK-03165: [patch] Print groups in dumpchan() | ||
Reporter: | Olle Johansson (oej) | Labels: | |
Date Opened: | 2005-01-02 12:46:44.000-0600 | Date Closed: | 2008-01-15 15:19:25.000-0600 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) printgroup.txt | |
Description: | This patch * Moves print_group function out of chan_sip to utils.c * Reformats output from dumpchan() * Adds readable printing of groups (callgroup, pickupgroup) to dumpchan Disclaimer on file | ||
Comments: | By: Olle Johansson (oej) 2005-01-02 12:47:24.000-0600 ...also adds some never-to-be-used error codes to chan_sip to get rid of compiler warnings... By: Brian West (bkw918) 2005-01-02 12:47:56.000-0600 Bravo!!! By: Mark Spencer (markster) 2005-01-02 18:45:30.000-0600 Merged with obvious changes to prevent segfaults. Sometime you should tell me on IRC whether you actually tested your changes to app_dumpchan :) By: Russell Bryant (russell) 2005-01-04 00:16:48.000-0600 not in 1.0 By: Digium Subversion (svnbot) 2008-01-15 15:19:25.000-0600 Repository: asterisk Revision: 4636 U trunk/apps/app_dumpchan.c U trunk/channels/chan_sip.c U trunk/include/asterisk/utils.h U trunk/utils.c ------------------------------------------------------------------------ r4636 | markster | 2008-01-15 15:19:25 -0600 (Tue, 15 Jan 2008) | 2 lines Merge OEJ's print groups feature (bug ASTERISK-3165, with changes) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=4636 |