Diva Server 2FX + ptp + callerid(number)

Hello @all,

I set up amportal for the company I’m working for. It’s particularly working fine, but when I make an outgoing call, the called party always see then number 302895-0 but I want to use for example 302895-10.

So I set the Outbound CID to “test” <30289510> for an test extension, but it doesnt’t have any effect.
The next thing I tried was setting in capi.conf outgoingmsn=30289510, defaultcid=30289510 and msn=30289510 to force the wanted calleridnumber to 30289510 for every outgoing call, but this doesn’t work either.
Setting the number per customdialstring in freepbx CustomTrunk->CustomDialString: Capi/isdn/30289510:$OUTNUM$ didn’t work, too.
At the moment I think it’s a DivaServer 2FX problem. Perhaps I didn’t initialized it correctly.

This is my capi.conf:

[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8

[isdn]
language=de
mode=immediate
isdnmode=did
msn=30289510
defaultcid=30289510
incomingmsn=*
outgoingmsn=30289510
controller=1
softdtmf=0
relaxdtmf=0
accountcode=
context=capi-in
echosquelch=1
echocancel=yes
echotail=64
devices=2

Does anybody have any suggestions?