Hi,

I am new to visdn and have a strange problem: At first everything seemed
to work as it should (very basic setup, one HFC-PCI card in NT mode,
visdn-patchlevel 625).

But the phone never receives a CONNECT message on outgoing calls. It
doesn't matter if I make a call to the echo test or via IAX. The last
message visdn sends is the PROGRESS message. Nothing happens when the
other side answers the phone. Both parties can talk to each other but
the ISDN phone on the local side stays in call progress mode. Then, when
the other side hangs up the call goes from N3_OUTGOING_CALL_PROCEEDING
state directly to N12_DISCONNECT_INDICATION state.

My /etc/visdn/device-pci-0000:01:01.0:

<netdev visdn0>
  protocol lapd
  role NT
  mode P2MP
</netdev>

<port st0>
  attribute role NT
  attribute timer_t1 1500
  attribute timer_t3 1500

  <chan D>
    connectmodule netdev visdn0
  </chan>
</port>


/etc/asterisk/visdn.conf:

[global]
network_role = private
tones_option = yes
language = en
outbound_called_ton = unknown
force_outbound_cli =
force_outbound_cli_ton = no
clir_mode = default_off
cli_rewriting = No
national_prefix = 0
international_prefix = 00
network_specific_prefix =
subscriber_prefix =
abbreviated_prefix =
overlap_sending = Yes
overlap_receiving = No
autorelease_dlc = 10
call_bumping = No

[visdn0]
network_role = private
context = visdn0_in
language = de
tones_option = yes
outbound_called_ton = unknown
force_outbound_cli =
force_outbound_cli_ton = no
clip_default_name = vISDN
clip_default_number = 300
clip_numbers = 300
clir_mode = default_off
overlap_sending = Yes
overlap_receiving = No


/etc/asterisk/extensions.conf: (the relevant part)

[visdn0_in]
exten => s,1,VISDNOverlapDial()
exten => _00.,1,Dial(IAX2/iaxprovider/${EXTEN})


What am I doing wrong?

Thanks in advance!
Tobias

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to