summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-sip::b2b::B2bDef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'net/b2bua/files/patch-sip::b2b::B2bDef.hxx')
-rw-r--r--net/b2bua/files/patch-sip::b2b::B2bDef.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/b2bua/files/patch-sip::b2b::B2bDef.hxx b/net/b2bua/files/patch-sip::b2b::B2bDef.hxx
new file mode 100644
index 000000000000..214906f27acc
--- /dev/null
+++ b/net/b2bua/files/patch-sip::b2b::B2bDef.hxx
@@ -0,0 +1,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;