mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
stir_shaken: Fix memory leak, typo in config, tn canonicalization
* Fixed possible memory leak in tn_config:tn_get_etn() where we weren't releasing etn if tn or eprofile were null. * We now canonicalize TNs before using them for lookups or adding them to Identity headers. * Fixed a typo in stir_shaken.conf.sample. Resolves: #716
This commit is contained in:
committed by
typo in config
parent
6568c86989
commit
3d2def92e2
@@ -413,7 +413,7 @@ Must be set to "profile"
|
||||
|
||||
Default: none
|
||||
|
||||
-- endpoint_behhavior--------------------------------------------------
|
||||
-- endpoint_behavior--------------------------------------------------
|
||||
Actions to be performed for endpoints referencing this profile.
|
||||
Must be one of:
|
||||
- off -
|
||||
|
Reference in New Issue
Block a user