[Home]

Summary:ASTERISK-05838: stub functions for res_monitor, res_features, and res_adsi
Reporter:Michael Jerris (mikej)Labels:
Date Opened:2005-12-13 22:05:55.000-0600Date Closed:2011-06-07 14:10:41
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asteriskStubFunctionsRev1.diff
( 1) asteriskStubFunctionsRev2.diff
Description:removes module loading dependencies upon res modules.
Comments:By: Russell Bryant (russell) 2005-12-13 22:27:33.000-0600

cryptostub has gone completely missing in this patch.  :)

By: Michael Jerris (mikej) 2005-12-13 22:36:34.000-0600

This time, with all the files included!!!

By: Russell Bryant (russell) 2005-12-13 22:48:52.000-0600

This patch will not apply ...

By: Michael Jerris (mikej) 2005-12-13 22:55:04.000-0600

the other patch seemed to be blowing up on multiple of the same filename in the patch...weird... here is one w/o the other makefiles, which were just little cleanups anyways.

By: Russell Bryant (russell) 2005-12-13 23:16:33.000-0600

This one has multiple problems that keep it from compiling.

1) "asterisk/channel.h" is needed in include/asterisk/adsi.h and features.h

2) There is a typo where "__res" is used instead of "res" in res/res_monitor.c

3) stfunctions-functions/features.c both need stdio.h

4) There is a stray character in the first line of stubfunctions-monitor.c

By: Michael Jerris (mikej) 2005-12-13 23:17:43.000-0600

I'll fix it up... thanks for the testing... I will have a box I can compile and get it working on in the morning.

By: Russell Bryant (russell) 2005-12-13 23:29:51.000-0600

There is a related patch in ASTERISK-5775 that implements stub functions for res_adsi.  Maybe you guys can combine efforts.

By: Matt O'Gorman (mogorman) 2006-01-13 00:20:16.000-0600

hey mike, has this suffered a bit of bit rot? are we gonna get an update like you did with 5930

By: Olle Johansson (oej) 2006-02-02 01:36:43.000-0600

MikeJ: We're waiting for updates...

By: Tilghman Lesher (tilghman) 2006-03-01 16:18:39.000-0600

Reporter has apparently lost interest.  Reopen when you have a new patch to upload.