[Freeswitch-users] Segmentation fault (core dumped)
    Miha Zoubek 
    miha at softnet.si
       
    Mon Dec  5 13:04:20 MSK 2011
    
    
  
Hi,
I have added this in mod_radius_cdr.c and run make&make install.
   if (channel){
                 const char *no_radius_start = 
switch_channel_get_variable(channel, "no_radius_start");
                 if (switch_true(no_radius_start)){
                         switch_log_printf(SWITCH_CHANNEL_LOG, 
SWITCH_LOG_DEBUG, "[mod_radius_cdr] Skipping Radius Start\n");
                         return SWITCH_STATUS_SUCCESS;
                 }
         }
and for radius_stop.
if (channel){
                 const char *no_radius_stop = 
switch_channel_get_variable(channel, "no_radius_stop");
                 if (switch_true(no_radius_stop)){
                         switch_log_printf(SWITCH_CHANNEL_LOG, 
SWITCH_LOG_DEBUG, "[mod_radius_cdr] Skipping Radius Stop\n");
                         return SWITCH_STATUS_SUCCESS;
                 }
         }
When I run call a get this:
Segmentation fault (core dumped)
Do you know why I am getting this?
Regrdas,
Miha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20111205/fc194d0a/attachment-0001.html 
    
    
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list