[chan-capi-users] Problem with dialed incoming number

Armin Schindler armin at melware.de
Mon Oct 27 16:33:53 CET 2008


On Mon, 27 Oct 2008, Elmar Haneke wrote:
> I do have some trouble thatt not all digits of the dialed number are
> evaluated in asterisk. In the logs it looks like the caller did forget
> do dial the last digit(s).
>
> Host-OS: 	Debian/Lenny
> Asterisk: 	1.4.20
> Chan-Capi:	1.1.1
> Divas4Linux:	3.0.10	(Diva Server 4BRI-Card)
>
> The card is connected to thee parts of an p2p-ISDN (Anlagenanschluß).
>
> The Problem seems to happen on Callers using an analoge telephone line.
> Using an digital device (isdn or GSM) I get nearly all digits dialed.
>
> What configuration has to be set to avoid this problem?

Without the config or log I can guess only:
Make sure you have configured the correct length of number you expect
in extensions.conf and nothing like _XX.,1,...
Otherwise any number (before the dialer has finished dialing) matches.
E.g. if your p2p line has a three digits extension, you need to
configure
   exten => _XXX,1,...
and not
   exten => _X.,1,...

Armin


More information about the Chan-capi-users mailing list