[Home]

Summary:ASTERISK-11927: app_voicemail fails to load with monolithic asterisk build: "res_adsi.so" not found
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2008-04-27 09:18:56Date Closed:2008-04-27 23:48:56
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:app_voicemail tries to verify that res_adsi has been loaded. In order to do that it test-loads "res_adsi.so" .

However if res_adsi is built into the Asterisk binary, the name of the module to use should then be "res_adsi" rather than "res_adsi.so".

As a result, voicemail fails to even load.
Comments:By: Digium Subversion (svnbot) 2008-04-27 23:42:16

Repository: asterisk
Revision: 114708

U   branches/1.4/apps/app_voicemail.c
U   branches/1.4/channels/chan_gtalk.c

------------------------------------------------------------------------
r114708 | tilghman | 2008-04-27 23:42:15 -0500 (Sun, 27 Apr 2008) | 5 lines

When modules are embedded, they take on a different name, without the ".so"
extension.  Specifically check for this name, when we're checking if a module
is loaded.
(Closes issue ASTERISK-11927)

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

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

By: Digium Subversion (svnbot) 2008-04-27 23:48:02

Repository: asterisk
Revision: 114709

_U  trunk/
U   trunk/channels/chan_gtalk.c
U   trunk/channels/chan_jingle.c

------------------------------------------------------------------------
r114709 | tilghman | 2008-04-27 23:48:02 -0500 (Sun, 27 Apr 2008) | 13 lines

Merged revisions 114708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114708 | tilghman | 2008-04-27 23:47:39 -0500 (Sun, 27 Apr 2008) | 5 lines

When modules are embedded, they take on a different name, without the ".so"
extension.  Specifically check for this name, when we're checking if a module
is loaded.
(Closes issue ASTERISK-11927)

........

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

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

By: Digium Subversion (svnbot) 2008-04-27 23:48:56

Repository: asterisk
Revision: 114710

_U  branches/1.6.0/
U   branches/1.6.0/channels/chan_gtalk.c
U   branches/1.6.0/channels/chan_jingle.c

------------------------------------------------------------------------
r114710 | tilghman | 2008-04-27 23:48:55 -0500 (Sun, 27 Apr 2008) | 21 lines

Merged revisions 114709 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r114709 | tilghman | 2008-04-27 23:53:20 -0500 (Sun, 27 Apr 2008) | 13 lines

Merged revisions 114708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114708 | tilghman | 2008-04-27 23:47:39 -0500 (Sun, 27 Apr 2008) | 5 lines

When modules are embedded, they take on a different name, without the ".so"
extension.  Specifically check for this name, when we're checking if a module
is loaded.
(Closes issue ASTERISK-11927)

........

................

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

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