Re: [asterisk-users] Can't load cdr_radius.so module?

2009-12-24 Thread David Cunningham
I'm not familiar with cdr_radius, but is there a debugging option? Anything
in /var/log/messages?

On Thu, Dec 24, 2009 at 1:35 AM, Zhang Shukun  wrote:

> Thank you !
>
> i have load cdr_radius.so successfully! but another error occur.
>
>-- Executing [4...@tutorial:1] Dial("SIP/ivan-0a07dc80",
> "SIP/test") in new stack
>-- Called test
>-- SIP/test-0a08b0f0 is ringing
>-- SIP/test-0a08b0f0 answered SIP/ivan-0a07dc80
>-- Packet2Packet bridging SIP/ivan-0a07dc80 and SIP/test-0a08b0f0
>
> [Dec 24 09:30:32] ERROR[10747]: cdr_radius.c:227 radius_log: Failed to
> record Radius CDR record!
>  == Spawn extension (tutorial, 4321, 1) exited non-zero on
> 'SIP/ivan-0a07dc80'
>
> it says "Failed to record Radius CDR record". Could you tell me ,
> what's wrong with it?
>
>
> 2009/12/23 Olle E. Johansson :
> >
> > 23 dec 2009 kl. 11.25 skrev David Cunningham:
> >
> >> Shukun,
> >>
> >> It tells you "No such file or directory". Is the file in your modules
> directory?
> > Actually, to be more specific. The module cdr_radius.so exists, but can't
> bind to the radius library "libradiusclient-ng.so.2".
> > Check LD_LIBRARY_PATH
> >
> > /O
> >>
> >> On Wed, Dec 23, 2009 at 10:09 AM, Zhang Shukun 
> wrote:
> >> hi , all
> >> when i do the command "module load cdr_radius.so" ,error happens.
> >> i have installed radiusclient-ng , what's wrong with it? thanks!
> >> error message as follow:
> >>
> >>
> >> ZHANGSHUKUN*CLI> module load cdr_radius.so
> >> Unable to load module cdr_radius.so
> >> Command 'module load cdr_radius.so' failed.
> >> [Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
> >> Error loading module 'cdr_radius.so': libradiusclient-ng.so.2: cannot
> >> open shared object file: No such file or directory
> >> [Dec 23 17:55:41] WARNING[31072]: loader.c:730 load_resource: Module
> >> 'cdr_radius.so' could not be loaded.
> >>
> >>
> >>
> >>
> >> --
> >> Regards,
> >> Sucan
> >>
> >> ___
> >> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> >>
> >> asterisk-users mailing list
> >> To UNSUBSCRIBE or update options visit:
> >>   http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >>
> >>
> >> --
> >> David Cunningham
> >> Voisonics
> >> IVR development, VOIP consultancy
> >> http://voisonics.com/
> >> US toll-free: +1 888 842 2720
> >> UK: +44 (0) 20 3411 5024
> >> Australia: +61 (0) 2 9037 2180
> >>
> >> ___
> >> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> >>
> >> asterisk-users mailing list
> >> To UNSUBSCRIBE or update options visit:
> >>   http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> > ---
> > o...@edvina.net - http://edvina.net
> > Open Unified Communication - building platforms with SIP and XMPP
> > From PBX to large scale implementations for carriers. Contact us today!
> >
> >
> >
> >
> > ___
> > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
>
>
> --
> Regards,
> Sucan
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
David Cunningham
Voisonics
IVR development, VOIP consultancy
http://voisonics.com/
US toll-free: +1 888 842 2720
UK: +44 (0) 20 3411 5024
Australia: +61 (0) 2 9037 2180
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Can't load cdr_radius.so module?

2009-12-23 Thread Zhang Shukun
Thank you !

i have load cdr_radius.so successfully! but another error occur.

-- Executing [4...@tutorial:1] Dial("SIP/ivan-0a07dc80",
"SIP/test") in new stack
-- Called test
-- SIP/test-0a08b0f0 is ringing
-- SIP/test-0a08b0f0 answered SIP/ivan-0a07dc80
-- Packet2Packet bridging SIP/ivan-0a07dc80 and SIP/test-0a08b0f0

[Dec 24 09:30:32] ERROR[10747]: cdr_radius.c:227 radius_log: Failed to
record Radius CDR record!
  == Spawn extension (tutorial, 4321, 1) exited non-zero on 'SIP/ivan-0a07dc80'

it says "Failed to record Radius CDR record". Could you tell me ,
what's wrong with it?


2009/12/23 Olle E. Johansson :
>
> 23 dec 2009 kl. 11.25 skrev David Cunningham:
>
>> Shukun,
>>
>> It tells you "No such file or directory". Is the file in your modules 
>> directory?
> Actually, to be more specific. The module cdr_radius.so exists, but can't 
> bind to the radius library "libradiusclient-ng.so.2".
> Check LD_LIBRARY_PATH
>
> /O
>>
>> On Wed, Dec 23, 2009 at 10:09 AM, Zhang Shukun  wrote:
>> hi , all
>>     when i do the command "module load cdr_radius.so" ,error happens.
>> i have installed radiusclient-ng , what's wrong with it? thanks!
>> error message as follow:
>>
>>
>> ZHANGSHUKUN*CLI> module load cdr_radius.so
>> Unable to load module cdr_radius.so
>> Command 'module load cdr_radius.so' failed.
>> [Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
>> Error loading module 'cdr_radius.so': libradiusclient-ng.so.2: cannot
>> open shared object file: No such file or directory
>> [Dec 23 17:55:41] WARNING[31072]: loader.c:730 load_resource: Module
>> 'cdr_radius.so' could not be loaded.
>>
>>
>>
>>
>> --
>> Regards,
>> Sucan
>>
>> ___
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>>
>> --
>> David Cunningham
>> Voisonics
>> IVR development, VOIP consultancy
>> http://voisonics.com/
>> US toll-free: +1 888 842 2720
>> UK: +44 (0) 20 3411 5024
>> Australia: +61 (0) 2 9037 2180
>>
>> ___
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
> ---
> o...@edvina.net - http://edvina.net
> Open Unified Communication - building platforms with SIP and XMPP
> From PBX to large scale implementations for carriers. Contact us today!
>
>
>
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Regards,
Sucan

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Can't load cdr_radius.so module?

2009-12-23 Thread Olle E. Johansson

23 dec 2009 kl. 11.25 skrev David Cunningham:

> Shukun,
> 
> It tells you "No such file or directory". Is the file in your modules 
> directory?
Actually, to be more specific. The module cdr_radius.so exists, but can't bind 
to the radius library "libradiusclient-ng.so.2".
Check LD_LIBRARY_PATH 

/O
> 
> On Wed, Dec 23, 2009 at 10:09 AM, Zhang Shukun  wrote:
> hi , all
> when i do the command "module load cdr_radius.so" ,error happens.
> i have installed radiusclient-ng , what's wrong with it? thanks!
> error message as follow:
> 
> 
> ZHANGSHUKUN*CLI> module load cdr_radius.so
> Unable to load module cdr_radius.so
> Command 'module load cdr_radius.so' failed.
> [Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
> Error loading module 'cdr_radius.so': libradiusclient-ng.so.2: cannot
> open shared object file: No such file or directory
> [Dec 23 17:55:41] WARNING[31072]: loader.c:730 load_resource: Module
> 'cdr_radius.so' could not be loaded.
> 
> 
> 
> 
> --
> Regards,
> Sucan
> 
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> 
> -- 
> David Cunningham
> Voisonics
> IVR development, VOIP consultancy
> http://voisonics.com/
> US toll-free: +1 888 842 2720
> UK: +44 (0) 20 3411 5024
> Australia: +61 (0) 2 9037 2180
> 
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

---
o...@edvina.net - http://edvina.net 
Open Unified Communication - building platforms with SIP and XMPP
>From PBX to large scale implementations for carriers. Contact us today!




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] Can't load cdr_radius.so module?

2009-12-23 Thread David Cunningham
Shukun,

It tells you "No such file or directory". Is the file in your modules
directory?

On Wed, Dec 23, 2009 at 10:09 AM, Zhang Shukun  wrote:

> hi , all
> when i do the command "module load cdr_radius.so" ,error happens.
> i have installed radiusclient-ng , what's wrong with it? thanks!
> error message as follow:
>
>
> ZHANGSHUKUN*CLI> module load cdr_radius.so
> Unable to load module cdr_radius.so
> Command 'module load cdr_radius.so' failed.
> [Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
> Error loading module 'cdr_radius.so': libradiusclient-ng.so.2: cannot
> open shared object file: No such file or directory
> [Dec 23 17:55:41] WARNING[31072]: loader.c:730 load_resource: Module
> 'cdr_radius.so' could not be loaded.
>
>
>
>
> --
> Regards,
> Sucan
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
David Cunningham
Voisonics
IVR development, VOIP consultancy
http://voisonics.com/
US toll-free: +1 888 842 2720
UK: +44 (0) 20 3411 5024
Australia: +61 (0) 2 9037 2180
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] Can't load cdr_radius.so module?

2009-12-23 Thread Zhang Shukun
hi , all
 when i do the command "module load cdr_radius.so" ,error happens.
i have installed radiusclient-ng , what's wrong with it? thanks!
error message as follow:


ZHANGSHUKUN*CLI> module load cdr_radius.so
Unable to load module cdr_radius.so
Command 'module load cdr_radius.so' failed.
[Dec 23 17:55:41] WARNING[31072]: loader.c:380 load_dynamic_module:
Error loading module 'cdr_radius.so': libradiusclient-ng.so.2: cannot
open shared object file: No such file or directory
[Dec 23 17:55:41] WARNING[31072]: loader.c:730 load_resource: Module
'cdr_radius.so' could not be loaded.




-- 
Regards,
Sucan

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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