Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Doug
At 23:04 1/16/2010, Tilghman Lesher wrote: That's incorrect. module show shows only those modules which are currently loaded. BTW, there is also the command module show like fax, which is much easier than typing out the whole module name, may show you more modules than you were aware of,

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread IT-Connect
Hallo there! I had my own experience get RxFax/TxFax successful running with spandsp. I only got spandsp-0.0.4 running, because on newer package, there aren't created some needed libraries (don't remember the right one this moment) *find /usr -iname \*spandsp\** shows me following output:

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Tzafrir Cohen
On Sun, Jan 17, 2010 at 11:10:25AM +0100, IT-Connect wrote: Hallo there! I had my own experience get RxFax/TxFax successful running with spandsp. I only got spandsp-0.0.4 running, because on newer package, there aren't created some needed libraries (don't remember the right one this moment)

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread IT-Connect
Am 17.01.2010 11:28, schrieb Tzafrir Cohen: What is the output of: ls -l /usr/lib/libspandsp.so* lrwxrwxrwx 1 root root 19 18. Sep 19:40 /usr/lib/libspandsp.so - libspandsp.so.0.0.2 lrwxrwxrwx 1 root root 19 18. Sep 19:40 /usr/lib/libspandsp.so.0 - libspandsp.so.0.0.2

[asterisk-users] How to escape the Pound-Char in Callfiles

2010-01-17 Thread Dominik
Hello, I'm using Asterisk 1.6.2.0 and I like to call extension #8 from callfile. Unfortunately the #-char ist interpreted just as comment. I got a Invalid file contents in /var/spool/asterisk/outgoing/callfile, deleting from asterisk. When I try to escape with \ oder use quotes, I got: \#8,1

[asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Dominik
Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten = 222, n, SendText(\n) exten = 222, n,

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Tzafrir Cohen
I accidentally answered someone else. So here goes again: On Sun, Jan 17, 2010 at 02:11:17AM -0600, Doug wrote: [Jan 17 01:28:16] NOTICE[2479] loader.c: 145 modules will be loaded. [Jan 17 01:28:16] WARNING[2479] loader.c: Error loading module 'app_fax.so': libspandsp.so.2: cannot open

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Steve Underwood
On 01/17/2010 06:10 PM, IT-Connect wrote: Hallo there! I had my own experience get RxFax/TxFax successful running with spandsp. I only got spandsp-0.0.4 running, because on newer package, there aren't created some needed libraries (don't remember the right one this moment) Spandsp only

Re: [asterisk-users] Cross compiling Asterisk, Dahdi..

2010-01-17 Thread Gordon Henderson
On Sun, 17 Jan 2010, Tzafrir Cohen wrote: On Sat, Jan 16, 2010 at 03:54:44PM +, Gordon Henderson wrote: Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other than the one you're currently typing on? Now.. I have been doing this for some time,

Re: [asterisk-users] Cross compiling Asterisk, Dahdi..

2010-01-17 Thread Gordon Henderson
On Sun, 17 Jan 2010, Tzafrir Cohen wrote: On Sat, Jan 16, 2010 at 07:00:26AM -1000, Jean-Denis Girard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gordon Gordon Henderson a écrit : Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other

Re: [asterisk-users] Cross compiling Asterisk, Dahdi..

2010-01-17 Thread Tzafrir Cohen
On Sun, Jan 17, 2010 at 11:37:43AM +, Gordon Henderson wrote: On Sun, 17 Jan 2010, Tzafrir Cohen wrote: On Sat, Jan 16, 2010 at 03:54:44PM +, Gordon Henderson wrote: Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other than the one

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Peter
Somewhere \n needs to be converted into utf8 new line. Asterisk should do this for you but it doesnt. Try opening the dialplan in hex mode and insert hex code for utf8 new line where the line break should be. Peter On 17 jan 2010, at 12.09, Dominik wrote: Hello, I'm using Asterisk

Re: [asterisk-users] Changing ring cadence on FXS lines

2010-01-17 Thread Tzafrir Cohen
On Fri, Jan 15, 2010 at 04:52:15PM +, Noah I. Engelberth wrote: Is there a way I can change the ring cadence on FXS lines on a system using a Digium Wildcard TDM2400 card? I recently deployed a new phone system, and the customer has a few POTS phones in areas where they don't have data

[asterisk-users] receive text

2010-01-17 Thread Thomas Perron
Is there any code that I can cut/paste that will allow me to receive an SMS text on Asterisk? and, where can I capture the incoming text? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Steve Underwood
On 01/17/2010 04:11 PM, Doug wrote: At 23:04 1/16/2010, Tilghman Lesher wrote: That's incorrect. module show shows only those modules which are currently loaded. BTW, there is also the command module show like fax, which is much easier than typing out the whole module name, may

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Olivier
2010/1/17 Dominik d0m1...@geekmail.de Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten

[asterisk-users] Dial String command after audio background

2010-01-17 Thread Thomas Perron
exten = s,1,Answer() exten = s,n,Background(astcc-please-enter-your) exten = s,n,Background(zip-code) exten = s,n,WaitExten(5) exten = s,n,Read(NUMBER,,5) exten = s,n,SayDigits(${NUMBER}) exten = 22042,n,Dial(SIP/sipvendor/111,120,A(ginger3)) exten =

Re: [asterisk-users] Dial String command after audio background

2010-01-17 Thread Timm Korte
Am 17.01.2010 18:39, schrieb Thomas Perron: exten = s,1,Answer() exten = s,n,Background(astcc-please-enter-your) exten = s,n,Background(zip-code) exten = s,n,WaitExten(5) exten = s,n,Read(NUMBER,,5) exten = s,n,SayDigits(${NUMBER}) you might want to add a GoTo(${NUMBER},1) as well as start

Re: [asterisk-users] Cross compiling Asterisk, Dahdi..

2010-01-17 Thread Gordon Henderson
On Sun, 17 Jan 2010, Tzafrir Cohen wrote: I doubt it, but am willing to check - it's a vanilla kernel off kernel.org, compiled as per the instructions - the way I've been doing it for ever. I use make menuselect, then select the options I want. Module loading is enabled. Make the kernel (make

[asterisk-users] help with picking out a digium card.

2010-01-17 Thread shawn bright
Hey all, We have been using a TDM400 card at work to provide our IVR. We we have upgraded our server and now require the same capability, but on a card that goes into a PCI Express. Any suggestions would be greatly appreciated. oh, and it has to work with the zaptel drivers for linux. thanks

Re: [asterisk-users] help with picking out a digium card.

2010-01-17 Thread David Backeberg
Some rack-mount servers I've encountered have an option to have the older-style PCI slots available in at least some slots. If you're really just using four FXS/FXO ports, it's unlikely you need very much horsepower, and you could use an older system for the foreseeable future. If you really need

Re: [asterisk-users] Dial String command after audio background

2010-01-17 Thread Thomas Perron
veilen danke timm cheers tom On Sun, Jan 17, 2010 at 2:10 PM, Timm Korte korte-ast-us...@easycrypt.de wrote: Am 17.01.2010 18:39, schrieb Thomas Perron: exten = s,1,Answer() exten = s,n,Background(astcc-please-enter-your) exten = s,n,Background(zip-code) exten = s,n,WaitExten(5) exten =

Re: [asterisk-users] help with picking out a digium card.

2010-01-17 Thread shawn bright
Hey thanks. the IVR server we are using is also the web server and database server. My employer wants everything to run off of the same box, then duplicate that box as a backup. The server is already here and, alas, only the new PCI express slots. THnaks for taking your time on this for me. Still

Re: [asterisk-users] help with picking out a digium card.

2010-01-17 Thread hin lee
You can also go with external FXO gateways, e.g. as AudioCodes Mediatrix, etc. This way you can avoid IRQ issue with standard cards. From: David Backeberg dbackeb...@gmail.com To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] receive text

2010-01-17 Thread Steve Murphy
On Sun, Jan 17, 2010 at 7:34 AM, Thomas Perron thomas.per...@gmail.comwrote: Is there any code that I can cut/paste that will allow me to receive an SMS text on Asterisk? and, where can I capture the incoming text? See chan_mobile in the asterisk-addons... For certain cell phones there is a

Re: [asterisk-users] receive text

2010-01-17 Thread mickael ropars
you can also use fix phone SMS sending and receiving if your provider allow sending and receiving SMS over the fixed phone line (.using FXO/FXS interface) the other way is to use kamalio (send and receive SMS through serial interface) this can be a good solution but I think this can not be used

Re: [asterisk-users] jitterbuffer and PLC

2010-01-17 Thread Matt Riddell
On 16/01/10 12:56 AM, nak...@02.246.ne.jp wrote: Hi, I have a question about jitterbuffer and PLC. Do you get the same results if you use: iax2 test losspct x Where x is the loss percent you'd like to test? -- Cheers, Matt Riddell Managing Director

[asterisk-users] Will SIP connection stop automaticlly when detect no voice between the channel after a period of time?

2010-01-17 Thread Zhang Shukun
hi, in my test, i noticed that sip connection will hangup automaticlly when no speaks between the channel. about half a minute. is this the asterisk inner mechanism or is my configuration error? Thanks! messages on the cli as follow: -- SIP/1003-001d is ringing --

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Doug
At 04:28 1/17/2010, Tzafrir Cohen wrote: On Sun, Jan 17, 2010 at 11:10:25AM +0100, IT-Connect wrote: Hallo there! I had my own experience get RxFax/TxFax successful running with spandsp. I only got spandsp-0.0.4 running, because on newer package, there aren't created some needed libraries

Re: [asterisk-users] Faxing: Anyone have a compiled executable?

2010-01-17 Thread Doug
At 09:12 1/17/2010, Steve Underwood wrote: spandsp follows the normal default behaviour for application using the autotools, but this behaviour can be a nuisance for some people. By default it puts the library in /usr/local when you do a make install. On many machines this directory exists,

[asterisk-users] How to play the voicemail recorded?

2010-01-17 Thread Zhang Shukun
Hi,all i want to hear the voicemail recorded, but when hear if you want to play message , press 3, after i press 3 i only hear that that's the time the file recorded. not the content. do you know how to hear content of voicemail fle? debug message: == Parsing

[asterisk-users] What's customer_id mean?

2010-01-17 Thread Zhang Shukun
hi ,all I do'nt know exactly what customer_id mean? while if i have password i could visit the voicemail box. CREATE TABLE voicemail_users ( uniqueid int(11) NOT NULL auto_increment, customer_id int(11) NOT NULL default '0', context varchar(50) NOT NULL default '', mailbox int(5) NOT NULL

Re: [asterisk-users] iaxmodem / hylafax receive problem

2010-01-17 Thread Lee Howard
Kingsley Tart wrote: Jan 14 12:44:49.39: [ 3403]: -- [9:AT+FRH=3\r] Jan 14 12:44:56.39: [ 3403]: -- [0:] Jan 14 12:44:56.39: [ 3403]: MODEM Empty line Jan 14 12:44:56.39: [ 3403]: MODEM TIMEOUT: waiting for v.21 carrier Jan 14 12:44:56.39: [ 3403]: -- data [1] Jan 14 12:44:56.39: [ 3403]: --

Re: [asterisk-users] How to play the voicemail recorded?

2010-01-17 Thread Zhang Shukun
Sorry. I can hear now. last time i have not record successfully. 2010/1/18 Zhang Shukun bit...@gmail.com: Hi,all i want to hear the voicemail recorded, but when hear if you want to play message , press 3, after i press 3 i only hear that that's the time the file recorded. not the content.