aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-30 20:51:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-30 20:51:17 +0000
commitc4cf6f91329fc38a621f7e1e704fe82ab063fd97 (patch)
tree8e78102947dd11c948e05595fb1eb83706b265c5 /configs
parentad5fb449de5be8fcc69ecdeb1ef7981be30ff7d9 (diff)
Add support for specifying the registration expiry on a per registration basis in the register line. This comes from a Switchvox patch. (issue AST-24)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114912 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 7a3d11460..1b2a1c8a5 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -390,7 +390,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
; Format for the register statement is:
-; register => [transport://]user[:secret[:authuser]]@host[:port][/extension]
+; register => [transport://]user[:secret[:authuser]]@host[:port][/extension][~expiry]
;
;
;