Re: [asterisk-users] @-sign gets transmitted as %40 in outgoing SIP packets (CallerID)

2022-10-17 Thread Markus
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

Re: [asterisk-users] @-sign gets transmitted as %40 in outgoing SIP packets (CallerID)

2022-10-17 Thread Joshua C. Colp
On Mon, Oct 17, 2022 at 10:02 AM Markus wrote: > Hi list, > > I'm using Asterisk 11.25.0 and would like to set > "anonymous@anonymous.invalid" as outgoing caller ID via SIP: > > Set(CALLERID(num)=anonymous@anonymous.invalid) > > However, when I look at the outgoing packet with tcpdump I see that

[asterisk-users] @-sign gets transmitted as %40 in outgoing SIP packets (CallerID)

2022-10-17 Thread Markus
Hi list, I'm using Asterisk 11.25.0 and would like to set "anonymous@anonymous.invalid" as outgoing caller ID via SIP: Set(CALLERID(num)=anonymous@anonymous.invalid) However, when I look at the outgoing packet with tcpdump I see that the @ is not being transmitted correctly: From: