fix: set callerid to phone number
This commit is contained in:
parent
e5754edd33
commit
377da49818
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ let
|
||||||
[${key}](${m.endpointTemplate})
|
[${key}](${m.endpointTemplate})
|
||||||
auth = auth-${key}
|
auth = auth-${key}
|
||||||
aors = ${key}
|
aors = ${key}
|
||||||
|
callerid = ${phone.displayName} <${phone.extension}>
|
||||||
${mailboxLine}${vmVar}${obVars}
|
${mailboxLine}${vmVar}${obVars}
|
||||||
[auth-${key}](auth-userpass)
|
[auth-${key}](auth-userpass)
|
||||||
username = ${key}
|
username = ${key}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue