~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/registrar/reg_mod.h

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#define USERNAME_MAX_SIZE      64
57
57
#define DOMAIN_MAX_SIZE        128
58
58
#define CALLID_MAX_SIZE        255
59
 
#define UA_MAX_SIZE            255
60
59
 
61
60
#define PATH_MODE_STRICT        2
62
61
#define PATH_MODE_LAZY          1
71
70
#define REG_OUTBOUND_SUPPORTED  1
72
71
#define REG_OUTBOUND_REQUIRE    2
73
72
 
 
73
#define REG_REGID_OUTBOUND      0
 
74
#define REG_REGID_ALWAYS        1
 
75
 
74
76
/* Maximum of 999 to keep flow-timer to 3 digits
75
77
   - make sure to update reply.c:add_flow_timer() if the number of digits
76
78
     increases! */
94
96
extern int path_use_params;
95
97
extern int reg_gruu_enabled;
96
98
extern int reg_outbound_mode;
 
99
extern int reg_regid_mode;
97
100
extern int reg_flow_timer;
98
101
 
99
102
extern str sock_hdr_name;