Hi Daniele,
I have been testing the visdn-hfc-e1 driver (configured as a TE) with asterisk-1.2.4 to an Australian ETSI-PRI ISDN line and found a couple of bugs as follows:-

--- ie_channel_identification.c.orig      2006-05-16 16:00:06.000000000 +1000
+++ ie_channel_identification.c     2006-05-17 16:51:25.000000000 +1000
@@ -295,7 +295,6 @@ static int q931_ie_channel_identification_write_to_buf_pra
            (buf + len);
      oct_3d->raw = 0;
      oct_3d->ext = 1;
-     len++;
 
      if (oct_3->info_channel_selection == Q931_IE_CI_ICS_PRA_INDICATED) {
            int i;
 

--- chan_visdn.c.orig   2006-05-16 16:00:17.000000000 +1000
+++ chan_visdn.c  2006-05-17 16:41:27.000000000 +1000
@@ -4025,7 +4026,7 @@ static void visdn_q931_connect_channel
 
      char pipeline[100], dest[100];
      snprintf(pipeline, sizeof(pipeline),
-           "%s/B%d",
+           "%s/%d",
            ic->intf->remote_port,
            channel->id+1);

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

Reply via email to