Problems with caller presentation

I have problems with caller presentation. Wghen I call a number I set my presentation to many ways. It doesn’t work. Numbers ale always hidden.

My zapata options:
usecallerid=yes
usecallingpres=yes
callerid=asreceived

Can someone tell me how does it work, or someone has a good configuration.

Do You have callerid information in Master.csv or in CDR records ?

-FD

[quote=“fdragowski”]Do You have callerid information in Master.csv or in CDR records ?

-FD[/quote]

Yes I do. I have all information about call in cdr. I need to show callerid to the other side. Variable CALLERID is set. I am using SetCallerPres but it doesn’t work. My Telco provider states that everything should be okej with caller presentation but Asterisk doesn’t coupe with it.

asterisk have infos about callerid and name,
can You try it on SIP phone (ip phone or connected by sip gateway) ?
i presume taht You telephones supports number presentation.

have a look at section “Analog handset features” on (if You are using analog phones):
voip-info.org/wiki/index.php … apata.conf

-FD

[quote=“fdragowski”]asterisk have infos about callerid and name,
can You try it on SIP phone (ip phone or connected by sip gateway) ?
i presume taht You telephones supports number presentation.

have a look at section “Analog handset features” on (if You are using analog phones):
voip-info.org/wiki/index.php … apata.conf

-FD[/quote]

I was trying almost everything. On this page there is one section Caller ID Options. You do not have many possibilites to choose. It seems to be easy but it doesn’t work.
Something is wrong. I do not need caller presentation in SIP. I am calling from PB250 ( analog phone ), through asterisk to GSM Telco span or PSTN Telco ( energis or Centertel ). I do not see the number on my cellphone. It is unkown. I have Sangoma card 4xE1.

Did You try set “static” callerid before channel declaration in zapata.conf ?
callerid = “Przemek”
channel =>
in extensions.conf You may also try setting before Dial()
SetCallerPres(allowed_not_screened)
voip-info.org/wiki/index.php … callerpres

(i thought earlier about presentation on handset)
-FD

It doesn’t work. I have from Telco 1000 numbers (DDI). Base is 500938000. I have to call through this numbers. I tried static <base_number>, SetCallerPres also doesn’t work. Suprise, but today I have to set this presentation.

It occurs that I forward good Caller ID, but Telco doesn’t show it well.
I am waiting for Telco response. Frankly speaking I’m better in programming than in telecom.