Navigation


Changeset 368:a1f26147ec61 in freeDiameter for extensions/app_sip/diamsip.c


Ignore:
Timestamp:
Jul 3, 2010, 12:40:00 AM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Corrected bugs on app_sip and rgwx_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/diamsip.c

    r364 r368  
    3636#include "diamsip.h"
    3737
    38 static struct disp_hdl * diamsip_MAR_hdl=NULL;
    39 static struct disp_hdl * diamsip_default_hdl=NULL;
     38struct disp_hdl * diamsip_MAR_hdl=NULL;
     39struct disp_hdl * diamsip_default_hdl=NULL;
     40struct session_handler * ds_sess_hdl;
     41
     42struct diamsip_dict sip_dict;
    4043
    4144int diamsip_default_cb( struct msg ** msg, struct avp * avp, struct session * sess, enum disp_action * act)
     
    4851}
    4952
    50 
    51 
    52 
    5353/* entry point */
    54 static int ds_entry()
     54int ds_entry()
    5555{
    5656        struct dict_object * app=NULL;
     
    110110        CHECK_FCT(fd_sess_handler_create(&ds_sess_hdl, free));
    111111       
    112 
    113         //listnonce=NULL;
    114112        return 0;
    115113}
     
    127125        close_mysql_connection();
    128126       
    129         //We delete the chained list of nonces
    130         //nonce_deletelistnonce();
    131         //TODO:NONCE
     127
    132128       
    133129        TRACE_ENTRY();
Note: See TracChangeset for help on using the changeset viewer.