[asterisk-users] @-sign gets transmitted as %40 in outgoing SIP packets (CallerID)
Markus
universe at truemetal.org
Mon Oct 17 09:29:22 CDT 2022
Am 17.10.2022 um 15:07 schrieb Joshua C. Colp:
> The number is sent as the user portion in SIP. That can't have the "@"
> in it, as that is invalid and against spec - it gets turned into "%40".
> If what you ACTUALLY want is the user portion to be "anonymous" and the
> domain portion to be "anonymous.invalid" then you may be able to set the
> callerid presentation[1] to not be allowed:
>
> Set(CALLERID(pres)=prohib)
Thank you very much, that was the solution! :)
More information about the asterisk-users
mailing list