Discussion:
[Asterisk-Users] SIP HEADER FROM: without CALLERID(name)
Thomas Winter
2006-04-24 15:54:48 UTC
Permalink
Hi,

I dont want to have in the SIP HEADER the CALLERID(name) (the Display Name)
for the initial INVITE to an SIP proxy.

If I use SET(CALLERID(name)=) the display-name is "asterisk".

I want to have the SIP HEADER like this: FROM:
<sip:CALLERID(number)@domain.tld

thanks

best regards

Thomas
Doug Lytle
2006-04-24 16:39:06 UTC
Permalink
Post by Thomas Winter
Hi,
I dont want to have in the SIP HEADER the CALLERID(name) (the Display Name)
for the initial INVITE to an SIP proxy.
If I use SET(CALLERID(name)=) the display-name is "asterisk".
Just a guess, try:


SET(CALLERID(name)=" ")

Doug
Thomas Winter
2006-04-24 22:24:53 UTC
Permalink
Post by Doug Lytle
Post by Thomas Winter
Hi,
I dont want to have in the SIP HEADER the CALLERID(name) (the Display
Name) for the initial INVITE to an SIP proxy.
If I use SET(CALLERID(name)=) the display-name is "asterisk".
SET(CALLERID(name)=" ")
Hi,

Asterisk will use this space.
-> FROM: " " <sip:CALLERID(number)@domain.tld


best regards

Thomas
Olle E Johansson
2006-04-25 09:24:46 UTC
Permalink
Post by Thomas Winter
Post by Doug Lytle
Post by Thomas Winter
Hi,
I dont want to have in the SIP HEADER the CALLERID(name) (the Display
Name) for the initial INVITE to an SIP proxy.
If I use SET(CALLERID(name)=) the display-name is "asterisk".
SET(CALLERID(name)=" ")
Hi,
Asterisk will use this space.
We do insert "asterisk" when we have no caller ID name. In what
situations don't you
want a caller ID name at all? I am a bit curious here, in order to
understand.

Regards
/Olle


---
* Olle E. Johansson - ***@edvina.net
* Asterisk Training http://edvina.net/training/
Thomas Winter
2006-04-25 10:40:48 UTC
Permalink
Post by Olle E Johansson
Post by Thomas Winter
Post by Doug Lytle
Post by Thomas Winter
Hi,
I dont want to have in the SIP HEADER the CALLERID(name) (the Display
Name) for the initial INVITE to an SIP proxy.
If I use SET(CALLERID(name)=) the display-name is "asterisk".
SET(CALLERID(name)=" ")
Hi,
Asterisk will use this space.
We do insert "asterisk" when we have no caller ID name. In what
situations don't you
want a caller ID name at all? I am a bit curious here, in order to
understand.
Regards
/Olle
Hi,
I have an gateway provider.
He accepts mynumber in the displayname:
FROM: "mynumber" <sip:***@domain.tld>
or not using the displayname and number at all:
FROM: <sip:***@domain.tld> if I do not want to show mynumber on the
called POTS phone.

With * I have allways an displayname in the FROM field and can not disable
showing my CALLERID to the called phone.


best regards

Thomas
John Novack
2006-04-25 13:19:27 UTC
Permalink
Post by Olle E Johansson
Post by Thomas Winter
Post by Doug Lytle
Hi,
I dont want to have in the SIP HEADER the CALLERID(name) (the Display
Name) for the initial INVITE to an SIP proxy.
If I use SET(CALLERID(name)=) the display-name is "asterisk".
SET(CALLERID(name)=" ")
Hi,
Asterisk will use this space.
We do insert "asterisk" when we have no caller ID name. In what
situations don't you
want a caller ID name at all? I am a bit curious here, in order to
understand.
It would be nice to NOT have that "feature"
Is there an easy way to disable that?

John Novack
Post by Olle E Johansson
Regards
/Olle
Loading...