<div>My custom channel driver fails  on timer related things,</div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">like following dial works for SIP but doesent works for chan_x.i.e it timeouts after 5 sec</span></div>

<div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">but when i use for <a href="http://chan_x.it">chan_x.it</a> dosent timeout.</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "><br>

</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">exten=&gt;s,1,answer()</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">exten =&gt; 
s,2,Playback(hello-world)</span></div>
<p class="MsoNormal"><font size="2" face="Arial"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">exten =&gt; 
s,3,WaitExten(5)</span></font></p><div><br></div><div>its seems that following function are not implemented on the kernel(easyarm)</div><div><br></div><div><br></div><div> <b>syscall timerfd_create </b></div><div><b> fallocate</b></div>

<div><b> timerfd_settime </b></div><div><b> timerfd_gettime </b></div><div><b>signalfd4 </b></div><div><b>eventfd2 </b></div><div><b> epoll_create1 </b></div><div><b>dup3 </b></div><div><b>pipe2 </b></div><div><b>inotify_init1 </b></div>

<div><br></div><div>Are this this function are needed?</div><div><br></div>