Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Linux's timerfd API



     Is anybody famailiar with Linux's timerfd API (see
http://www.kernel.org/doc/man-pages/online/pages/man2/timerfd_create.2.html ).
I was wondering if people think this is a good idea and/or what it
would take to implement it in NetBSD.

     The reason why I'm interested in it is that newer versions
Asterisk can use it to provide timing for mixing streams for a
conference bridge.  Currently, there is no way to do any sort
conferencing using Asterisk on NetBSD.

     The other way that Asterisk does timing is to use a timer device
that is part of DAHDI (Asterisk's hardware driver).  You can use
external boxes that use SIP to communicate with Asterisk in order to
connect physical phone lines, so the lack of DAHDI support in NetBSD
isn't a show-stopper.  But, the lack of conferencing support is a
fairly major limitation.  Adding DAHDI support to NetBSD is still on my
project list, but this API could make a nice addition in the meantime.

     For those that don't know, Asterisk is an open source VOIP PBX.


Home | Main Index | Thread Index | Old Index