Re: [Astlinux-users] trunk status and other developments

2009-09-16 Thread Michael Keuter
>  > I strongly recommend using mISDN-socket branch with LCR and 
>chan_lcr-driver.
>
>Does anyone know anything about mISDN-socket? How does this relate to mISDNv2?
>
>Tom

Hi Tom,

yes the mISDN-socket branch IS mISDNv2. And chan_lcr ONLY works with mISDNv2.

http://git.misdn.org/?p=mISDN.git;a=shortlog;h=socket

http://git.misdn.org/?p=lcr.git;a=shortlog

Michael

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] trunk status and other developments

2009-09-16 Thread Tom Chadwin
Darrick Hartman wrote:
> Future Development:
> We may need to work out a better option for ISDN support (the current
> code won't compile against Asterisk 1.6).  We will need input from
> ISDN users to decide which direction to go.  Michael is going to
> research a few options and report back to the list.  He mention zaphfc
> which ties in ISDN hardware as a dahdi channel and mISDNv2 + LCR.  LCR
> sounds like a pretty big package.  Please voice your opinion when the
> options are presented.  It would be helpful to have some coding
> assistance related to this.

Is bristuff an option? The compatibility of HFC cards from different
manufacturers (eg Beronet and Junghanns) with bristuff and mISDN seems
an issue, but not an insurmountable one. For what it's worth (back on
my BRI echo issue), I was told the following:

> please keep in mind, that echo cancellation with mISDN 1.1.7 doesn't work
> very well. (To be honest: not really at all, since timing can get easily out 
> of
> sync and *add* echo to the line.)

> I strongly recommend using mISDN-socket branch with LCR and chan_lcr-driver.

Does anyone know anything about mISDN-socket? How does this relate to mISDNv2?

Tom

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] trunk status and other developments

2009-09-06 Thread Michael Keuter
>Just wanted to update the list on the status of a few items in trunk and
>some other development.
>
>Trunk:
>**Known issues**
>
>To my knowledge, these are the last remaining issues before we can
>branch trunk to 0.7.  AstLinux 0.7 will be the last branch with Asterisk
>1.4.  After we branch trunk, zaptel and all Asterisk 1.4 related code
>will be removed from trunk.

Hi Darrick,

for trunk there is still another "known issue" that "ide=nodma" is 
not working on (at least my) geni586 box (PIII 1GHz) with the 
2.6.27.xx Kernel. (There are threads in the dev-lists).

Michael

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] trunk status and other developments

2009-09-05 Thread Philip Prindeville
Also there were some minor changes to the IPsec configuration that allow
more control over ciphers, hashes, etc.

And some minor changes to hostapd that allow a little more control over
radio parameters.

Both will require hand-editing of your rc.conf file, as the new syntax
is incompatible with the old one.


Darrick Hartman wrote:
> Just wanted to update the list on the status of a few items in trunk and 
> some other development.
>
> 0.6 Branch:
> This branch is in maintenance mode.  I will be creating a new release 
> soon which has the fix in 1.4.26.2, the new MOH files and an updated 
> version of the Asterisk-gui.  There will no new features, only fixes and 
> security updates.
>
> Trunk:
> **Known issues**
> misdnv1 still does not result in a working chan_midsn.so module for 
> Asterisk.  Not sure if this is problem with where asterisk is looking 
> for libs and included header files or if it's related to the way midsnv1 
> is compiling.  Instead of spending a bunch more time on this, I'm going 
> to recommend that we revert back to svn r3020 which is known to work and 
> produce working mISDN code.
>
> res-snmp.so in Asterisk (at least 1.4) fails to compile.  Philip was 
> looking at this earlier last week.  If we can't get that resolved, I'm 
> suggesting we revert the related netsnmp package changes, comment the 
> lines related to res-snmp in the asterisk.mk file again, and move on. 
> It would be nice to get this to build, but we can focus on that in the 
> future.
>
> Philip is also working on recently added code for the Solos DSL hardware 
> and linux-atm packages.  Additionally, the wifi code is still undergoing 
> heavy development.
>
> To my knowledge, these are the last remaining issues before we can 
> branch trunk to 0.7.  AstLinux 0.7 will be the last branch with Asterisk 
> 1.4.  After we branch trunk, zaptel and all Asterisk 1.4 related code 
> will be removed from trunk.
>
>
> Future Development:
> We may need to work out a better option for ISDN support (the current 
> code won't compile against Asterisk 1.6).  We will need input from ISDN 
> users to decide which direction to go.  Michael is going to research a 
> few options and report back to the list.  He mention zaphfc which ties 
> in ISDN hardware as a dahdi channel and mISDNv2 + LCR.  LCR sounds like 
> a pretty big package.  Please voice your opinion when the options are 
> presented.  It would be helpful to have some coding assistance related 
> to this.
>
> I recently created an 'asterisk-beta' branch which contains current code 
> from trunk with some changes to allow Asterisk 1.6.2.0-rc1 to build. 
> I'm running an image built from that code right now.
>
> As a reminder, the folks at Digium recommended that all users of 
> Asterisk replace their music on hold files with the new OP-sound 
> versions.  These will be included with future releases of AstLinux.  To 
> replaced those files now, create a new MOH class with the path 
> /mnt/kd/moh and copy the various files into that directory.  The new 
> files seem less annoying than the old ones anyway.
>
> Darrick
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.
>   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.