[Home]

Summary:ASTERISK-05418: [Patch] chan_misdn updates to compile in cvs head
Reporter:crich (crich)Labels:
Date Opened:2005-11-01 16:32:17.000-0600Date Closed:2008-01-15 15:53:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_misdn.patch.txt
( 1) isdn_lib_intern.h
Description:Hi,

since chan_misdn doesn't compile in cvs head currently i've made a patch ready which should fix the issues.

Some explanation for this patch:

chan_misdn consists mainly of 2 parts:

1. misdn/*.[ch] - contains only mISDN related stuff
2. chan_misdn.c - interfaces misdn/*.[ch] and asterisk


actually we tried to remove all interfaceings to mISDNuser files in chan_misdn.c

this patch finishes this work, but it needs a new file added in the asterisk/channels/misdn/ subdirectory.

So this patch consists of a cvs -u -N diff and the singel header file

isdn_lib_intern.h which needs to be copied into the above mentioned location.



Summary:

* removed pthread_mutex_* from chan_misdn.c
* removed direct stack interfaceing from chan_misdn.c
* removed any mISDNuser interfaceing from chan_misdn.c
* some minor other fixes



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

cvs diff -u -N in v1-2-0-beta2
Comments:By: Kevin P. Fleming (kpfleming) 2005-11-01 17:12:27.000-0600

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:53:28.000-0600

Repository: asterisk
Revision: 6938

U   trunk/ChangeLog
U   trunk/channels/chan_misdn.c
U   trunk/channels/misdn/ie.c
U   trunk/channels/misdn/isdn_lib.c
U   trunk/channels/misdn/isdn_lib.h
A   trunk/channels/misdn/isdn_lib_intern.h
U   trunk/channels/misdn/isdn_msg_parser.c
U   trunk/configs/misdn.conf.sample

------------------------------------------------------------------------
r6938 | kpfleming | 2008-01-15 15:53:27 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5418

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

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