Skip to content

Commit

Permalink
RADIUS/Diameter: Fix AVP type for Sip-From-Tag, Sip-To-Tag
Browse files Browse the repository at this point in the history
This patch fixes a copy/paste error in commit a2c6c62.
  • Loading branch information
liviuchircu committed Jan 29, 2024
1 parent b9ebc83 commit f8205d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/dictionary.opensips
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#### Attributes ###
ATTRIBUTE Sip-Method 204 integer # Proprietary, acc
ATTRIBUTE Sip-Response-Code 205 integer # Proprietary, acc
ATTRIBUTE Sip-From-Tag 206 integer # Proprietary, acc
ATTRIBUTE Sip-To-Tag 207 integer # Proprietary, acc
ATTRIBUTE Sip-From-Tag 206 string # Proprietary, acc
ATTRIBUTE Sip-To-Tag 207 string # Proprietary, acc
ATTRIBUTE Sip-Uri-User 208 string # Proprietary, auth_aaa
ATTRIBUTE Sip-Uri-Host 209 string # Proprietary, auth_aaa
ATTRIBUTE Sip-Group 211 string # Proprietary, group
Expand Down

0 comments on commit f8205d1

Please sign in to comment.