Navigation


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


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.h

    r364 r368  
    8484
    8585
    86 static int ds_entry();
     86int ds_entry();
    8787void fd_ext_fini(void);
    8888int diamsip_default_cb( struct msg ** msg, struct avp * avp, struct session * sess, enum disp_action * act);
     
    103103#define SQL_CLEARFLAG_LEN 74
    104104
    105 static struct session_handler * ds_sess_hdl;
    106 static struct session *dssess;
     105extern struct session_handler * ds_sess_hdl;
    107106
    108107
     
    114113
    115114//Storage for some usefull AVPs
    116 static struct {
     115struct diamsip_dict{
    117116        struct dict_object * Auth_Session_State;
    118117        struct dict_object * Auth_Application_Id;
     
    139138        struct dict_object * Digest_Algorithm;
    140139        struct dict_object * Digest_HA1;
    141 } sip_dict;
     140};
     141
     142extern  struct diamsip_dict  sip_dict;
Note: See TracChangeset for help on using the changeset viewer.