| 16:51.17 | *** join/#asterisk-dev infobot (ibot@208.53.50.136) | 
| 16:51.17 | *** topic/#asterisk-dev is Asterisk Development Discussion -=- http://www.asterisk.org/developers -=- Tier 2 and 3.14159265 support is in #asterisk -=- Check out our blog! blogs.asterisk.org -=- Follow on Twitter at @AsteriskDev | 
| 17:00.24 | scgm11_ | and what about AST_FORMAT_SLINEAR I cant find where is defined | 
| 17:01.19 | file | it doesn't exist anymore, it was replaced... 5+ years ago... with something ast_format_slin which is a pointer to a media format | 
| 17:03.53 | scgm11_ | ok great | 
| 17:22.11 | *** join/#asterisk-dev hehol (~hehol@gatekeeper.loca.net) | 
| 20:36.33 | *** join/#asterisk-dev CELYA_1 (~Thunderbi@LFbn-1-5358-11.w90-105.abo.wanadoo.fr) | 
| 20:56.57 | *** join/#asterisk-dev scgm11_ (~scgm11@r186-52-166-87.dialup.adsl.anteldata.net.uy) | 
| 22:49.02 | Kobaz | anyone have any patches for building dahdi against kernel 4.16 ? | 
| 22:59.01 | Kobaz | df | 
| 22:59.04 | Kobaz | <PROTECTED> | 
| 23:00.49 | Kobaz | ah | 
| 23:00.49 | Kobaz | https://issues.asterisk.org/jira/browse/DAHLIN-359 | 
| 23:00.53 | Kobaz | looks like we have some patches | 
| 23:01.01 | jpsharp | Not to ask the obvious, but do you have dahdi hardware that you need the drivers for? | 
| 23:01.11 | Kobaz | jpsharp: doesn't matter in this case | 
| 23:01.16 | Kobaz | using it for timing | 
| 23:04.59 | jpsharp | ah. | 
| 23:05.13 | jpsharp | uses timerfd | 
| 23:06.25 | Kobaz | yeah | 
| 23:06.25 | Kobaz | i' | 
| 23:06.34 | Kobaz | i think i'm hitting performance issues with pthread | 
| 23:06.53 | Kobaz | had to emergency upgrade a box and we're on a newer kernel and dahdi's not building | 
| 23:07.12 | Kobaz | i have no idea what's going on yet, but kernel version, and timing pthread are the major differences | 
| 23:11.05 | rmudgett | pthread is the last choice for timing.  timerfd is the first choice for timing | 
| 23:12.08 | *** part/#asterisk-dev kharwell (kharwell@nat/digium/x-qpgomsrmqgydsmxo) | 
| 23:14.17 | Kobaz | switched to timerfd | 
| 23:14.21 | Kobaz | going to do some performance testing here | 
| 23:18.21 | jpsharp | It's all we use on our 400+ Asterisk instances. |