On Sat, 23 Jul 2005, Razza wrote:> All,
> before I start, I have read the readme and realise the dial syntax has
> changed since 3.5.....(and I really wish it hadn't).... anyway can
> somone please help me round a config issue?
>
> Previously I had a capi.caonf as follows. This config allowed me to have
> multiple MSN's on the same ISDN/Fritz! card under seperate contexts.
>
> ------------------------------------------------------------------
> [general]
> nationalprefix=0
> internationalprefix=00
> rxgain=0.8
> txgain=0.4
> echocancel=yes
> ;
> [interfaces]
> context=work_incoming
> msn=123456
> incomingmsn=123456
> controller=1
> softdtmf=1
> accountcode> devices=2
> ;
> context=pers_incoming
> msn=654321
> incomingmsn=654321
> controller=1
> softdtmf=1
> accountcode> devices=2
Two sections for just one card? That's not necessary and even wrong.
With this config, chan_capi thinks you have 4 b-channels available.
A simple ',' between msns in one line would do it.
> No matter how hard I try using the new syntax, I can't get outgoing
> calls to use the second MSN?
> Any help would be greatly appreciated!
> PS - why the change?
With the new syntax, you specify your own msn for outgoing calls in
the extensions.conf by using SetCallerId(xxxxx).
Armin