projects
/
sip-router
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First working release
[sip-router]
/
config.h
1
/*
2
* $Id
3
*/
4
5
6
7
#ifndef config_h
8
#define config_h
9
10
/* default sip port if none specified */
11
#define SIP_PORT 5060
12
13
#define CFG_FILE "./sip_router.cfg"
14
15
/* receive buffer size */
16
#define BUF_SIZE 65507
17
18
#endif