[chan-capi-users] Primux ISDN PRI adapter - Analog call in

Armin Schindler armin at melware.de
Tue Aug 18 09:36:08 CEST 2009


Hi,

On Tue, 18 Aug 2009, Giancarlo Galvagno wrote:
> I have a big problem with a Primux ISDN PRI adapter, Trixbox 1.4.
> The adapter works fine for dialing out.
> Also, it works fine for dialing in if I call from an ISDN line or a cellphone
> But when I dial from an analog phone, ( by example 0184716302 )Asterisk receives only 0184716, not the last three digits: in this case, from the Asterisk side the IVR catch the call and I cannot reach my extension 302
> I have several times contacted the manufacturer of the Primux Card ( Gerdes ) but they did not find any suggestion.
> Has someone in the past had the same problem ?

that's not a problem of the card, but of the dialplan of Trixbox. The 
default dialplan seems to 'accept' any call from ISDN trunk. This means that 
even if digits follow, there was already a match in the dialplan and other
digits are ignored. So you need to change the dialplan of Trixbox from e.g.
  exten => _X.,1,...
to
  exten => _018471XXXX,1,...

Armin



More information about the Chan-capi-users mailing list