Re: AW: [Asterisk-Users] chan_capi-cm-0.6 can't be loaded with latest asterisk version from cvs

2005-11-12 Thread Faris Raouf

[EMAIL PROTECTED] wrote:

Thanks Armin, this version is working, but I still have an undefined symbol
in another module:


[pbx_wilcalu.so]Nov  5 18:51:12 WARNING[11348]: loader.c:325
__load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol:
ast_pthread_create
Nov  5 18:51:12 WARNING[11348]: loader.c:554 load_modules: Loading module
pbx_wilcalu.so failed!

Can you also help me on that issue?

Thanks and Regards

Markus



To my knowledge, that module has nothing to do with CAPI. I don't 
honestly know what it does. (will call you)


What I can say is that with 1.2 RC2 (latest from CVS) and chan_capi-cd 
0.6 (latest from sourceforge cvs) as of 20:00 12/11/05 GMT on RedHat 9, 
I get exactly the same error when loading on a freshly sanitised system 
with all traces of previous asterisk installations removed.


HOWEVER, if you add a noload = pbx_wilcalu.so in modules.conf you can 
make the error go away. (but this is probably a bad thing since I don't 
know what that module does!)


But unfortunately, for me at least, I then end up with errors about:

app_capiCD.so
app_capiHOLD.so
app_capiRETRIEVE.so
app_capiECT.so
and
app_capiMCID.so


For example:

[app_capiCD.so]Nov 12 20:24:55 WARNING[19197]: loader.c:325 
__load_resource: /usr/lib/asterisk/modules/app_capiCD.so: undefined 
symbol: ast_capi_MessageNumber
Nov 12 20:24:55 WARNING[19197]: loader.c:554 load_modules: Loading 
module app_capiCD.so failed!


# Ouch ... error while writing audio data: : Broken pipe

No matter which of the modules you comment out above, the same thing 
happens -- the error is always about app_capi_MessageNumber


Armin (or anybody) -- have I missed something out/done something wrong, 
or is it a compatibility issue between chan_capi-cm 0.6 and Asterisk 1.2 
RC2?



Faris.

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: AW: [Asterisk-Users] chan_capi-cm-0.6 can't be loaded with latest asterisk version from cvs

2005-11-12 Thread Armin Schindler
On Sat, 12 Nov 2005, Faris Raouf wrote:
 [EMAIL PROTECTED] wrote:
  Thanks Armin, this version is working, but I still have an undefined
  symbol
  in another module:
  
  
  [pbx_wilcalu.so]Nov  5 18:51:12 WARNING[11348]: loader.c:325
  __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined
  symbol:
  ast_pthread_create
  Nov  5 18:51:12 WARNING[11348]: loader.c:554 load_modules: Loading module
  pbx_wilcalu.so failed!
  
  Can you also help me on that issue?
  
  Thanks and Regards
  
  Markus
  
 
 To my knowledge, that module has nothing to do with CAPI. I don't honestly
 know what it does. (will call you)
 
 What I can say is that with 1.2 RC2 (latest from CVS) and chan_capi-cd 0.6
 (latest from sourceforge cvs) as of 20:00 12/11/05 GMT on RedHat 9, I get
 exactly the same error when loading on a freshly sanitised system with all
 traces of previous asterisk installations removed.
 
 HOWEVER, if you add a noload = pbx_wilcalu.so in modules.conf you can make
 the error go away. (but this is probably a bad thing since I don't know what
 that module does!)
 
 But unfortunately, for me at least, I then end up with errors about:
 
 app_capiCD.so
 app_capiHOLD.so
 app_capiRETRIEVE.so
 app_capiECT.so
 and
 app_capiMCID.so
 
 
 For example:
 
 [app_capiCD.so]Nov 12 20:24:55 WARNING[19197]: loader.c:325 __load_resource:
 /usr/lib/asterisk/modules/app_capiCD.so: undefined symbol:
 ast_capi_MessageNumber
 Nov 12 20:24:55 WARNING[19197]: loader.c:554 load_modules: Loading module
 app_capiCD.so failed!
 
 # Ouch ... error while writing audio data: : Broken pipe
 
 No matter which of the modules you comment out above, the same thing happens
 -- the error is always about app_capi_MessageNumber
 
 Armin (or anybody) -- have I missed something out/done something wrong, or is
 it a compatibility issue between chan_capi-cm 0.6 and Asterisk 1.2 RC2?

I cannot tell abything about the pbx_wilcalu.so issue, but with current
chan_capi-cm all app_capi* modules are obsolete and may not be used any
more. Just have a look at the chan_capi-cm package/cvs-contents, them
modules are removed, so why are you trying to load these?
As stated in README, the functionality is not part of chan_capi.so itself.

Armin

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


AW: [Asterisk-Users] chan_capi-cm-0.6 can't be loaded with latest asterisk version from cvs

2005-11-05 Thread mbodbg
Thanks Armin, this version is working, but I still have an undefined symbol
in another module:

...

[pbx_wilcalu.so]Nov  5 18:51:12 WARNING[11348]: loader.c:325
__load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol:
ast_pthread_create
Nov  5 18:51:12 WARNING[11348]: loader.c:554 load_modules: Loading module
pbx_wilcalu.so failed!

...

Can you also help me on that issue?

Thanks and Regards

Markus



-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 5. November 2005 18:25
An: [EMAIL PROTECTED]
Cc: asterisk-users@lists.digium.com
Betreff: Re: [Asterisk-Users] chan_capi-cm-0.6 can't be loaded with latest
asterisk version from cvs

Please try chan_capi-cm CVS HEAD on sourceforge.net

Armin


On Sat, 5 Nov 2005 [EMAIL PROTECTED] wrote:
 Hello all,
 
 I've been using chan_capi-cm-0.6 as CAPI channel driver, the driver was
 working fine until I've reinstalled asterisk last week. I retrieved the
 latest asterisk version from cvs and then build and installed it.
 
 When rebuilding the capi channel driver with the latest asterisk headers I
 receive the following warning:
 
 ... 
 
 chan_capi.c:4014: Warning implicit declaration of function 
 use_ast_mutex_init_intstead_of_pthread__mutex_init 
 
 ...
 
 If I start asterisk, it fails with the following error:
 
 [chan_capi.so]Nov  5 17:16:51 WARNING[2830]: loader.c:325 __load_resource:
 /usr/lib/asterisk/modules/chan_capi.so: undefined symbol:
 use_ast_mutex_init_instead_of_pthread_mutex_init
 Nov  5 17:16:51 WARNING[2830]: loader.c:554 load_modules: Loading module
 chan_capi.so failed!
 
 Any help would be appreciated!
 
 Markus
 
 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 



___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users