summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-sip::b2b::B2bDef.hxx
blob: 214906f27acc2b435b1056f8650f12973826b384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- sip/b2b/B2bDef.hxx	2003/01/19 18:01:33	1.1
+++ sip/b2b/B2bDef.hxx	2003/01/19 18:02:05
@@ -95,7 +95,8 @@
 {
    BT_NONE=0,
    BT_USER_REQ=1,
-   BT_SESSION_TIMEOUT=5
+   BT_SESSION_TIMEOUT=5,
+   BT_SERVICE_UNAVAIL=15
 };
 
 typedef vector<Sptr<UaBase> >  UserAgentPeerList;