[asterisk-dev] timer functions
Alok Prasad
alok.prasad7 at gmail.com
Mon May 16 06:36:48 CDT 2011
My custom channel driver fails on timer related things,
like following dial works for SIP but doesent works for chan_x.i.e it
timeouts after 5 sec
but when i use for chan_x.it dosent timeout.
exten=>s,1,answer()
exten => s,2,Playback(hello-world)
exten => s,3,WaitExten(5)
its seems that following function are not implemented on the kernel(easyarm)
*syscall timerfd_create *
* fallocate*
* timerfd_settime *
* timerfd_gettime *
*signalfd4 *
*eventfd2 *
* epoll_create1 *
*dup3 *
*pipe2 *
*inotify_init1 *
Are this this function are needed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110516/ed3f5190/attachment.htm>
More information about the asterisk-dev
mailing list