Navigation


Changeset 434:a94ecaaf15ec in freeDiameter


Ignore:
Timestamp:
Jul 28, 2010, 3:04:38 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Added command line PPR

Location:
extensions/app_sip
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.h

    r433 r434  
    127127{
    128128        char username[200];
    129         char label1[200];
    130         char value1[200];
    131         char label2[200];
    132         char value2[200];
    133         char desthost[200]; 
    134 };
     129        char datatype1[255];
     130        char datatype2[255];
     131        char datatype3[255];
     132        int accounting;
     133};
     134
    135135int app_sip_RTR_cb(struct rtrsipaor structure);
    136136int app_sip_PPR_cb(struct pprsipaor structure);
Note: See TracChangeset for help on using the changeset viewer.