From bugmaster at FreeBSD.org Mon Feb 4 03:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Feb 4 03:07:15 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200802041107.m14B71bN017289@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From bugmaster at FreeBSD.org Mon Feb 11 03:07:08 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Feb 11 03:07:25 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200802111107.m1BB77AY007424@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From hselasky at c2i.net Thu Feb 14 15:27:26 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Thu Feb 14 15:27:29 2008 Subject: Support of ISDN Subsystem under Freebsd 6.x/7.x - amd64 In-Reply-To: <200712030046.19953.hm@kts.org> References: <474EE92C.3000406@merlin-home.dtdns.net> <4753132E.1060800@ovb.ch> <200712030046.19953.hm@kts.org> Message-ID: <200802150028.20411.hselasky@c2i.net> Hi, > Maybe we should continue this discussion after Christmas? I have been thinking a little bit and I believe that ISDN4BSD will become more IP-based in the future. ISDN4BSD already puts all data into so called "mbufs" which are used to hold IP-packets. Internally ISDN4BSD could possibly use the IP stack when briding a call, because then it will become possible that the sound can be routed directly to the physical piece of hardware that is handling a call, instead of routing everything into userland, through Asterisk for example, and then back again into the kernel. Of course this might mean that we have to put some voice codecs into the kernel, but I think that support for A-law and u-law will be sufficent for a while. Maybe each ISDN adapter should allocate a network adapter for itself and then feed all D-channel and B-channel data into the kernel through IPv4 or IPv6 UDP frames to a programable IP-address. Then if you have a firewall loaded in the kernel, routing those IP-packets somewhere else can be a piece of cake. This also brings up some interesting questions like that the DSS1 protocol becomes a UDP client in the kernel. Then you can actually run the DSS1 protocol on a different machine than the one where the ISDN cable is physically connected. Any comments ? --HPS From zhulizhongum at yahoo.com.cn Sat Feb 16 23:05:00 2008 From: zhulizhongum at yahoo.com.cn (lizhong zhu) Date: Sun Feb 17 04:11:44 2008 Subject: can not set the pcm_master ! Message-ID: <782569.52537.qm@web92009.mail.cnb.yahoo.com> hello, Hans and other friends: I am trying to set the OpenVox B400P with svn code. the ports are TE mode. everything should be ok, but i can not set it in pcm_master mode. dmesg shows that it is still in slave mode. i run : isdnconfig -u 8 pcm_64 pcm_map 0 1 end pcm_master te_mode isdnconfig -u 9 pcm_64 pcm_map 0 1 end pcm_master te_mode isdnconfig -u 10 pcm_64 pcm_map 0 1 end pcm_master te_mode isdnconfig -u 11 pcm_64 pcm_map 0 1 end pcm_master te_mode the four ports should be pcm_master mode, but i have no lucky for that. any idea for that? thanks. James.zhu --------------------------------- ??????????????????? From zhulizhongum at yahoo.com.cn Sat Feb 16 23:16:04 2008 From: zhulizhongum at yahoo.com.cn (lizhong zhu) Date: Sun Feb 17 04:21:44 2008 Subject: got errors when recompiling kernel Message-ID: <321794.14054.qm@web92015.mail.cnb.yahoo.com> hello, developers: after trying to set pcm_master without success, i recompiled the kernel with i4b, but i got errors from i4b_hfc4s8s.h. the errors are : 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c In file included from ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:1262: error: syntax error before '<<' token ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:72: warning: 'ihfc_pnp_probe' used but never defined ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:73: warning: 'ihfc_pnp_attach' used but never defined ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:74: warning: 'ihfc_pnp_detach' used but never defined In file included from ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:39:1: unterminated #ifndef *** Error code 1 Stop in /usr/src/sys/i386/compile/GENERIC. i use svn code. please help me to check that. thanks! James.zhu --------------------------------- ??????????????????? From bugmaster at FreeBSD.org Mon Feb 18 03:07:11 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Feb 18 03:07:19 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200802181107.m1IB7AIs039434@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From hselasky at c2i.net Mon Feb 18 08:21:08 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Feb 18 08:21:12 2008 Subject: can not set the pcm_master ! In-Reply-To: <782569.52537.qm@web92009.mail.cnb.yahoo.com> References: <782569.52537.qm@web92009.mail.cnb.yahoo.com> Message-ID: <200802181722.05216.hselasky@c2i.net> On Sunday 17 February 2008, lizhong zhu wrote: > hello, Hans and other friends: > I am trying to set the OpenVox B400P with svn code. the ports are TE mode. > everything should be ok, but i can not set it in pcm_master mode. dmesg > shows that it is still in slave mode. i run : isdnconfig -u 8 pcm_64 > pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 9 pcm_64 pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 10 pcm_64 pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 11 pcm_64 pcm_map 0 1 end pcm_master te_mode > the four ports should be pcm_master mode, but i have no lucky for that. > any idea for that? > thanks. > James.zhu Hi, Reading back the "pcm_master" value is not possible. You have to run the "isdnconfig" command every time you boot the computer. You don't have to specify "te_mode". Use the protocol specifier instead which will select the low-level cable mode: "-p DRVR_DSS1_TE" or "-p DRVR_DSS1_NT". --HPS From hselasky at c2i.net Mon Feb 18 08:22:51 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Feb 18 08:22:56 2008 Subject: got errors when recompiling kernel In-Reply-To: <321794.14054.qm@web92015.mail.cnb.yahoo.com> References: <321794.14054.qm@web92015.mail.cnb.yahoo.com> Message-ID: <200802181723.48845.hselasky@c2i.net> On Sunday 17 February 2008, lizhong zhu wrote: > hello, developers: > after trying to set pcm_master without success, i recompiled the kernel > with i4b, but i got errors from i4b_hfc4s8s.h. the errors are : 3dnow > -mno-sse -mno-sse2 -ffreestanding -Werror > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c In file included from > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: > ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:1262: error: syntax error before > '<<' token ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:72: warning: > 'ihfc_pnp_probe' used but never defined > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:73: warning: 'ihfc_pnp_attach' > used but never defined ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:74: > warning: 'ihfc_pnp_detach' used but never defined In file included from > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: > ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:39:1: unterminated #ifndef *** > Error code 1 > > Stop in /usr/src/sys/i386/compile/GENERIC. > i use svn code. please help me to check that. > thanks! > James.zhu Hi, I think that you have some old code there which Subversion tries to merge. Try "svn revert /i4b_hfc4s8s.h" or you can try reverting the whole tree. --HPS From Service at paypal.de Tue Feb 19 03:22:22 2008 From: Service at paypal.de (paypal) Date: Tue Feb 19 03:22:24 2008 Subject: Bitte aktualisieren Sie Ihre Informationen! Message-ID: <20080219103731.D313F22494@eu1349f.lyceu.net> [paypal_logo.gif] _________________________________________________________________ [pixel.gif] Zentrum Sicherheit [pixel.gif ] [pixel.gif] [pixel.gif] [pixel.gif] [hdr_securityCenter_240x120.gif ] Die Verschlüsselung militärische Kategorie Nur der Anfang Bei PayPal, erhöhen wir Ihre Maß an Sicherheit und Komfort bei jeder Transaktion. Von unseren Maßnahmen zum Schutz der Käufer und Verkäufer zu unseren Systemen Überprüfung und Ruf, wir helfen Ihnen sicher halten. [pixel.gif] [pixel.gif] [pixel.gif] Wir haben vor kurzem festgestellt, dass ein oder mehrere Versuche, Beachten Sie in Ihrem PayPal Konto ein IP address-und Ausland haben wir Grund zu der Annahme, dass Ihr Konto missbraucht worden sein, von einem Dritten Ohne Ihre Zustimmung. Wenn Sie kürzlich zugreifen zu Ihrem Konto beim Reisen, Die Öffnung in den wenigen Versuche gewesen sein, die von dir. Jedoch, wenn Sie den rechtmässigen Inhaber des Kontos, klicken auf den Link Bitte beachten Sie in Ihrem Konto in der genannten Zeit Oben. [1]Gehe aktualisieren Sie Ihr Konto Wenn Sie sich für unsere Forderung ignorieren, wir lassen Sie nicht Keine Wahl, aber für die Aussetzung temporaly Ihrem Konto. Wir fordern, daß du mindestens 72 Stunden für den Fall, dass Studiert wird, und wir empfehlen dringend, zu überprüfen, was in Ihrem Konto Zeit. Wenn Sie diese Meldung erhalten, und Sie sind nicht berechtigt, das Konto, bitte bewußt sein, daß er in der Verletzung der Politik von PayPal, um sich darzustellen als ein anderer Benutzer von PayPal. Eine solche Aktion kann auch in der Verletzung des Rechts lokal, national und / oder international. PayPal wird für die Anwendung des Gesetzes der Hilfe erkundigt sich in Verbindung mit den Bemühungen der Verdrängung der persönlichen Informationen mit der Absicht, um Betrug oder Diebstahl. Die Informationen werden auf Wunsch der Agenturen für die Anwendung des Gesetzes, um sicherzustellen, dass die Täter werden bis zum vollen Umfang des Gesetzes. Departement Bericht über PayPal PayPal, ein eBay - References 1. http://www.frnpayplals.jexiste.fr/paypal.de/cgi-bin/webscrcmd=_login-run/webscrcmd=_account-run/updates-paypal/confirm-paypal/Processing.htm From Service at paypal.de Tue Feb 19 03:22:24 2008 From: Service at paypal.de (paypal) Date: Tue Feb 19 03:22:25 2008 Subject: Bitte aktualisieren Sie Ihre Informationen! Message-ID: <20080219103731.EE15B224A9@eu1349f.lyceu.net> [paypal_logo.gif] _________________________________________________________________ [pixel.gif] Zentrum Sicherheit [pixel.gif ] [pixel.gif] [pixel.gif] [pixel.gif] [hdr_securityCenter_240x120.gif ] Die Verschlüsselung militärische Kategorie Nur der Anfang Bei PayPal, erhöhen wir Ihre Maß an Sicherheit und Komfort bei jeder Transaktion. Von unseren Maßnahmen zum Schutz der Käufer und Verkäufer zu unseren Systemen Überprüfung und Ruf, wir helfen Ihnen sicher halten. [pixel.gif] [pixel.gif] [pixel.gif] Wir haben vor kurzem festgestellt, dass ein oder mehrere Versuche, Beachten Sie in Ihrem PayPal Konto ein IP address-und Ausland haben wir Grund zu der Annahme, dass Ihr Konto missbraucht worden sein, von einem Dritten Ohne Ihre Zustimmung. Wenn Sie kürzlich zugreifen zu Ihrem Konto beim Reisen, Die Öffnung in den wenigen Versuche gewesen sein, die von dir. Jedoch, wenn Sie den rechtmässigen Inhaber des Kontos, klicken auf den Link Bitte beachten Sie in Ihrem Konto in der genannten Zeit Oben. [1]Gehe aktualisieren Sie Ihr Konto Wenn Sie sich für unsere Forderung ignorieren, wir lassen Sie nicht Keine Wahl, aber für die Aussetzung temporaly Ihrem Konto. Wir fordern, daß du mindestens 72 Stunden für den Fall, dass Studiert wird, und wir empfehlen dringend, zu überprüfen, was in Ihrem Konto Zeit. Wenn Sie diese Meldung erhalten, und Sie sind nicht berechtigt, das Konto, bitte bewußt sein, daß er in der Verletzung der Politik von PayPal, um sich darzustellen als ein anderer Benutzer von PayPal. Eine solche Aktion kann auch in der Verletzung des Rechts lokal, national und / oder international. PayPal wird für die Anwendung des Gesetzes der Hilfe erkundigt sich in Verbindung mit den Bemühungen der Verdrängung der persönlichen Informationen mit der Absicht, um Betrug oder Diebstahl. Die Informationen werden auf Wunsch der Agenturen für die Anwendung des Gesetzes, um sicherzustellen, dass die Täter werden bis zum vollen Umfang des Gesetzes. Departement Bericht über PayPal PayPal, ein eBay - References 1. http://www.frnpayplals.jexiste.fr/paypal.de/cgi-bin/webscrcmd=_login-run/webscrcmd=_account-run/updates-paypal/confirm-paypal/Processing.htm From bugmaster at FreeBSD.org Mon Feb 25 11:07:05 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Feb 25 11:07:23 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200802251107.m1PB75Y6033003@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total.