Thomas Winter
2006-Apr-24 08:54 UTC
[Asterisk-Users] SIP HEADER FROM: without CALLERID(name)
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
Thomas Winter wrote:> 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-Apr-24 15:24 UTC
[Asterisk-Users] SIP HEADER FROM: without CALLERID(name)
Am Monday 24 April 2006 18:39 schrieb Doug Lytle:> Thomas Winter wrote: > > 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)=" ") >Hi, Asterisk will use this space. -> FROM: " " <sip:CALLERID(number)@domain.tld best regards Thomas