[Asterisk-Users] CAPI - displaying individual MSN

Armin Schindler armin at melware.de
Tue Oct 18 03:26:07 MST 2005


On Tue, 18 Oct 2005, Stefan Günther wrote:
..
> Each user has a different numer, e.g. 83044910, 83044911, 83044912 and
> so on.
> This number should appear on the display of the called party, but how do
> I configure this?
> With the above configuration the display always shows 8304490.
> I've tried to change the number in the dialplan, but this doesn't change
> anything:
> 
> exten => _90[23456789].,1,SetCIDNum(83044912)
> exten => _90[23456789].,2,Dial(Capi/g1/${EXTEN:1},30,tr)
> 
> If I remove the mns line in the capi.conf or set msn=* or msn=830449*
> Asterisk isn't able to open the CAPI channel.

msn= does not exist anymore, it has no effect.
Use incomingmsn=* to specify which MSN shall be handled by Astreisk.

Are you sure you have PtMP (MSN) connection? When you have numbers like
83044910, 83044911, 83044912,... and the display shows 8304490, then it 
looks like a PtP connection with base number 830449-X.
If thats the case, you should
- switch to isdnmode=did
- SetCIDNum(12), instead of SetCIDNum(83044912)

Armin


More information about the asterisk-users mailing list