From b402d3a0efd53fb2ba52785e47db9d73d444f466 Mon Sep 17 00:00:00 2001 From: tilghman Date: Wed, 19 Aug 2009 21:22:04 +0000 Subject: Merged revisions 213098 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r213098 | tilghman | 2009-08-19 16:05:17 -0500 (Wed, 19 Aug 2009) | 9 lines Better parsing for the "register" line Allows characters that are otherwise used as delimiters to be used within certain fields (like the secret). (closes issue #15008, closes issue #15672) Reported by: tilghman Patches: 20090818__issue15008.diff.txt uploaded by tilghman (license 14) Tested by: lmadsen, tilghman ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@213117 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index b2050879f..0dbc53612 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -447,7 +447,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[@domain][:secret[:authuser]]@host[:port][/extension][~expiry] +; register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry] ; ; ; -- cgit v1.2.3