search for: ztdummy_tim

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

Did you mean: ztdummy_timer
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...[FAILED] If I go back to /usr/src/zaptel-1.2.4 and I do make ztdummy I get: cc ztdummy.o -o ztdummy /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../lib64/crt1.o(.text+0x21): In function `_start': : undefined reference to `main' ztdummy.o(.text+0xc): In function `ztdummy_timer': /usr/src/zaptel-1.2.4/ztdummy.c:154: undefined reference to `zt_receive' ztdummy.o(.text+0x18):/usr/src/zaptel-1.2.4/ztdummy.c:155: undefined reference t o `zt_transmit' ztdummy.o(.text+0x1f):/usr/src/zaptel-1.2.4/ztdummy.c:156: undefined reference t o `jiffies' ztdummy.o(.text+...
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