summaryrefslogtreecommitdiff
path: root/configs/samples/sip.conf.sample
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-06-03 09:33:08 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-06-03 09:35:53 +0300
commit538c6415c6d255876a808d69acd9f5ebd603b286 (patch)
tree9dd9ea48fafae8565ca3d262f02a7039d8868503 /configs/samples/sip.conf.sample
parent48843a107d050eff2e2c7078078ffee4e782a81b (diff)
chan_sip: Support auth username for callbackextension feature
ASTERISK-20527 #close Change-Id: I659cf7f00836a09d09d146ad226a40477d731239
Diffstat (limited to 'configs/samples/sip.conf.sample')
-rw-r--r--configs/samples/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 8f28e2680..a7b74df69 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -786,7 +786,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; A similar effect can be achieved by adding a "callbackextension" option in a peer section.
; this is equivalent to having the following line in the general section:
;
-; register => username:secret@host/callbackextension
+; register => fromuser:secret:username@host/callbackextension
;
; and more readable because you don't have to write the parameters in two places
; (note that the "port" is ignored - this is a bug that should be fixed).