search for: e_alloc

Displaying 2 results from an estimated 2 matches for "e_alloc".

Did you mean: r_alloc
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...ztdummy.o(.text+0x1f):/usr/src/zaptel-1.2.4/ztdummy.c:156: undefined reference t o `jiffies' ztdummy.o(.text+0x4d): In function `init_module': include/linux/slab.h:93: undefined reference to `malloc_sizes' ztdummy.o(.text+0x52):include/linux/slab.h:93: undefined reference to `kmem_cach e_alloc' ztdummy.o(.text+0x6a): In function `init_module': /usr/src/zaptel-1.2.4/ztdummy.c:232: undefined reference to `printk' ztdummy.o(.text+0x197):/usr/src/zaptel-1.2.4/ztdummy.c:192: undefined reference to `zt_register' ztdummy.o(.text+0x1a9):/usr/src/zaptel-1.2.4/ztdummy.c:239: undefi...
2006 Mar 06
1
Extension 's' in Realtime
Hi All, I was able to insert some extensions in Mysql DB and use them successfully. In Mysql extensions table the priority column is of type tinyint and when I give 's' value for it, it is not accepting that value as it takes only tinyints. Please tell how can I make that column accept values like t,s,i and make it work with asterisk in realtime without any problem? If I change the type