Navigation


Changeset 440:f38bff0bf3e9 in freeDiameter for extensions/app_sip/app_sip.h


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

Added dynamic port choice for app_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/app_sip.h

    r434 r440  
    6666        char mysql_prefix[10]; //default: as_
    6767        uint16_t  mysql_port; //if 0, default port will be used
    68        
     68        uint16_t rtr_port;
     69        uint16_t ppr_port;
    6970};
    7071extern struct as_conf * as_conf;
     
    135136int app_sip_RTR_cb(struct rtrsipaor structure);
    136137int app_sip_PPR_cb(struct pprsipaor structure);
    137 #define PORT 666 //TODO:put in conf file
     138
    138139
    139140int ds_entry();
Note: See TracChangeset for help on using the changeset viewer.