[asterisk-users] B410p, Ast1.4, France Télecom Numeris Double T0 problem
Benoit
maverick at maverick.eu.org
Mon Jan 5 06:01:33 CST 2009
Olivier Fauchon a écrit :
> Hi.
>
> When I call my RNIS numbers (with a mobile phone for example), I can
> see 2 incoming calls on the IPBX, which should not happend.
>
> I'm not sure if it's a problem with the telco France Telecom and their
> ISDN setup, or if it's a problem
> with the MISDN driver on the IPBX itself.
>
> I'm stuck ...
>
> Any advices for troubleshooting that?
> Someone provide working configuration files for such setup ?
>
>
I'm using asterisk 1.4 with latest 2.6.24 debian/ethnhalf and mISDN
1.1.8 with no problem,
well not on this subject at least.
> CONFIG FILES:
>
> *** /etc/asterisk/misdn.conf:
>
> [general]
> debug=0
> method=standard
> append_digits2exten=yes
> bridging=yes
> bridging=no
>
well, you should make up your mind and choose one :)
> language=fr
> echocancel=yes
> echotraining=yes
> jitterbuffer=4000
> jitterbuffer_upper_threshold=0
> use_callingpres=yes
> presentation=allowed
>
> [default]
> context=numeris
> language=fr
> nationalprefix=0
> internationalprefix=00
> rxgain=0
> txgain=0
> ;dialplan=0
> use_callingpres=yes
> presentation=allowed
> senddtmf=yes
>
> [numeris]
> context=numeris-in
> ports=1,2,3,4
> msns=*
>
Anyway, here is mine:
[general]
misdn_init=/etc/misdn-init.conf
debug=0
ntdebugflags=0
ntdebugfile=/var/log/misdn-nt.log
ntkeepcalls=no
[default]
context=misdn
language=fr
musicclass=default
senddtmf=yes
far_alerting=no
allowed_bearers=all
nationalprefix=0
internationalprefix=00
rxgain=0
txgain=0
te_choose_channel=no
pmp_l1_check=no
reject_cause=16
need_more_infos=no
nttimeout=no
method=standard
overlapdial=yes
dialplan=0
localdialplan=0
cpndialplan=0
early_bconnect=yes
incoming_early_audio=no
nodialtone=no
presentation=-1
screen=-1
jitterbuffer=4000
jitterbuffer_upper_threshold=0
hdlc=no
max_incoming=-1
max_outgoing=-1
[FT]
ports = 1,2
context = from-rnis-t0
msns = *
max_incoming=4
max_outgoing=4
>
>
> *** /etc/misdn-init.conf
>
> card=1,0x4
> te_ptmp=1,2,3,4
> poll=128
> dsp_poll=128
> dsp_options=0
> dtmfthreshold=100
> debug=0
>
card=1,0x4,rxclock
te_ptp=1,2
nt_ptp=3,4
option=1,master_clock
poll=128
debug=0
I see you don't synch your clock with the peer, which could lead to
weird stuff,
also you are using ptmp which has proven to be problematic in my case
Have you searched within http://www.asterisk-france.net/community/ ?
More information about the asterisk-users
mailing list