varchar(5) I have realtime working fine on my box, Instead of type "tinyint" for the priority column, I use type "varchar(5)", this allows me to not only use ,t,s,and i, but also hint.
-----Original Message----- ------------------------------ Message: 21 Date: Mon, 6 Mar 2006 05:28:00 -0600 From: [EMAIL PROTECTED] Subject: [Asterisk-Users] To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 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 of that column to something else then I think I will get errors as asterisk querying Mysql might go wrong. Please tell me how can I get this to work? Thanks, Manoj. ------------------------------ Message: 22 Date: Mon, 6 Mar 2006 11:26:46 +0000 (GMT) From: arun arora <[EMAIL PROTECTED]> Subject: [Asterisk-Users] problems in changing Festival's Default Voice in Asterisk To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi all, I m in a trouble using festival voices in asterisk. I am not able to change the default male voice of festival. Although i downloaded the us1 female voice and it iw working good in festival's CLI but it is not coming when i am usinf Festival in asterisk. I changed the default-voice-priority list directive and set us1_mbrole as first entry and also changed voice in festival CLI. But they didn't helped me anyways. so please anyone can tell me if there is any setting i am missing?? How to use festival female voice in asterisk. Thanks aRUnaR --------------------------------- Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060306/675f01 20/attachment-0001.htm ------------------------------ Message: 23 Date: Mon, 6 Mar 2006 10:12:02 -0300 From: Pablo Allietti <[EMAIL PROTECTED]> Subject: [Asterisk-Users] hangup on silence? To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 is possible to define a parameter to, hangup the line on silent? or ping dead or something? because all line have busy after the pc hangup :( -- ------------------------------ Message: 24 Date: Mon, 6 Mar 2006 13:31:32 +0100 From: "Giordano Grandis" <[EMAIL PROTECTED]> Subject: [Asterisk-Users] Capturing DTMF during a call To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi all, I have a simple and maybe also stupid question: if i'm in coversation on a Zap channel and the remote party send me a DTMF, could I capture it? Thanks all Giordano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060306/352730 48/attachment-0001.htm ------------------------------ Message: 25 Date: Mon, 6 Mar 2006 04:41:13 -0800 (PST) From: Dovid Bender <[EMAIL PROTECTED]> Subject: RE: [Asterisk-Users] Problem compiling ztdummy on centos 4, 2.6 kernel To: Asterisk Users Mailing List - Non-Commercial Discussion <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 plase email a detailed list of what you did. step by step. dovid --- Sina Bahram <[EMAIL PROTECTED]> wrote: > Yes, I did > > Take care, > Sina > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dovid Bender > Sent: Sunday, March 05, 2006 7:16 AM > To: Asterisk Users Mailing List - Non-Commercial > Discussion > Subject: Re: [Asterisk-Users] Problem compiling > ztdummy on centos 4, 2.6 > kernel > > did you uncommnet # from before ztdummy ? > > --- Sina Bahram <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > I hope everyone is doing well. I just joined the > list, and I've really > > enjoyed all I have read about asterisk so far. > > Unfortunately, I'm having a > > bit of trouble implementing this thing :). > > > > By the way ... I did my best to search the forums, > and also to use > > google extensively, and while I have found pages > with people with the > > same problem, ... The fix suggested on those > sites, didn't work for > > me. > > > > Here's what I have: > > > > Results of uname -r: > > 2.6.9-22.0.2.106.unsupportedsmp > > > > Arch: > > X86_64 > > > > If you need more specs on the machine or OS, > please let me know. > > > > I downloaded and have been following the asterisk > book, and in chapter > > three I followed all the instructions on > downloading the sources, > > untarring them, and so forth. > > > > Zaptel compiled without a hitch, as did the rest > of the asterisk > > packages. I modified udev, and I restarted the > box: ... I did: > > > > /etc/init.d/zaptel start > > > > I get: > > > > Loading zaptel framework: FATAL: Module zaptel > not found. > > > > > [FAILED] > > Waiting for zap to come online...Error: missing > /dev/zap! > > > > If I do > > > > /sbin/modprobe zaptel > > > > I get: > > FATAL: Module zaptel not found. > > > > If I do > > > > /sbin/modprobe ztdummy > > > > I get: > > > > FATAL: Module ztdummy not found. > > FATAL: Error running install command for ztdummy > > > > Also, if i run: > > > > /etc/init.d/zaptel reload > > > > I get: > > > > Reloading ztcfg: Notice: Configuration file is > /etc/zaptel.conf line > > 0: Unable to open master device '/dev/zap/ctl' > > 1 error(s) detected > > > > > [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+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: > > undefined > > reference > > to `printk' > > > ztdummy.o(.text+0x1b5):/usr/src/zaptel-1.2.4/ztdummy.c:240: > > undefined > > reference > > to `kfree' > > > ztdummy.o(.text+0x1e2):/usr/src/zaptel-1.2.4/ztdummy.c:261: > > undefined > > reference > > to `jiffies' > > ztdummy.o(.text+0x23d): In function `init_module': > > include/linux/timer.h:87: undefined reference to > `__mod_timer' > > ztdummy.o(.text+0x255): In function `init_module': > > /usr/src/zaptel-1.2.4/ztdummy.c:286: undefined > reference to `printk' > > ztdummy.o(.text+0x27c): In function > > `cleanup_module': > > /usr/src/zaptel-1.2.4/ztdummy.c:298: undefined > reference to > > `del_timer' > > > ztdummy.o(.text+0x288):/usr/src/zaptel-1.2.4/ztdummy.c:303: > > undefined > > reference > > to `zt_unregister' > > > ztdummy.o(.text+0x294):/usr/src/zaptel-1.2.4/ztdummy.c:304: > > undefined > > reference > > to `kfree' > > ztdummy.o(.text+0x39): In function > `ztdummy_timer': > > include/linux/timer.h:87: undefined reference to > `__mod_timer' > > ztdummy.o(.text+0x2b0): In function > > `cleanup_module': > > /usr/src/zaptel-1.2.4/ztdummy.c:310: undefined > reference to `printk' > > ztdummy.o(__param+0x10): undefined reference to > `param_set_int' > > ztdummy.o(__param+0x18): undefined reference to > `param_get_int' > > collect2: ld returned 1 exit status > > make: *** [ztdummy] Error 1 > > > > Any ideas? I know I posted things in some wrong > order here, but when I > > actually did them as a part of the install > progress: > > I followed the order > > layed out in chapter 3 of the book. > > > > Thanks for any assistance. > > > > Take care, > > Sina > > > > _______________________________________________ > > --Bandwidth and Colocation provided by > Easynews.com > > -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users End of Asterisk-Users Digest, Vol 20, Issue 33 ********************************************** _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
