[asterisk-users] help connecting cell phone, chan_bluetooth

2006-09-11 Thread Mauricio Mantilla
t still can't connect, cause I'm still getting the same message in the asterisk CLI, every few seconds. Does anyone have an idea of what could be wrong? can it be something wrong with my phone or my bluetooth dongle? or something about configuring asterisk?Any help would be

[asterisk-users] help chan_bluetooth

2006-09-08 Thread Mauricio Mantilla
t still can't connect, cause I'm still getting the same message in the asterisk CLI. Does anyone have an idea of what could be wrong?Any help would be really appreciated,Mauricio Mantilla ___ --Bandwidth and Colocation provided by Easynews.

[asterisk-users] sounds format

2006-07-25 Thread Mauricio Mantilla
Hi all, I'm doing an IVR, and I need to record some sounds and use some others that have already been recorded.I've seen several sound formats like gsm, g729, slin, and even wav.What is the best sound format to use for playback in asterisk?? Thanks,Maurici

Re: [asterisk-users] Simple But important question (for me)

2006-07-19 Thread Mauricio Mantilla
I'm doing something similar, using a php script to access a postgres database. I'ts quite easy using the phpagi class.Take a look at: http://phpagi.sourceforge.net/ good luck,Mauricio MantillaOn 7/19/06, Stefan Reuter <[EMAIL PROTECTED]> wrote: Camilo Echeverry wrote:> 1- receive the call (obvious)

Re: [asterisk-users] phpagi problem

2006-07-18 Thread Mauricio Mantilla
Yeah, I wrote it on a different file and it worked, i guess there was some hidden character in the script that was messing it up.Thank you anyway,Mauricio MantillaOn 7/17/06, Time Bandit <[EMAIL PROTECTED]> wrote: > #!/usr/bin/php -q>  > require('/var/lib/asterisk/agi-bin/phpagi.php');> $agi = new

[asterisk-users] phpagi problem

2006-07-17 Thread Mauricio Mantilla
Hi all,I'm trying to write a script using phpagi, but there's something that's not working and I can't figure out why.Here's my code:#!/usr/bin/php -q  phprequire('/var/lib/asterisk/agi-bin/phpagi.php'); $agi = new AGI(); $agi->say_digits(62410); $cid = $agi->get_variable("dir");$agi->say_digits($

[asterisk-users] THOR-2 support

2006-07-14 Thread Mauricio Mantilla
Hi all,I'm new to asterisk and I just installed it.I already have a PCMCIA THOR-2 which supports two T1/E1 and I noticed asterisk doesn't support this card, but I found that I would have to write a "glue code" in order to work with this card.I'm not familiar with this code writing, but I'd really a

[asterisk-users] Re: PCMCIA card support

2006-07-12 Thread Mauricio Mantilla
Well, the thing is that I already have the THOR-2 card, so I'm looking for a way to work with itThanks, anyway ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.

[asterisk-users] Re: PCMCIA card support

2006-07-12 Thread Mauricio Mantilla
Well, the thing is that I already have the THOR-2 card, so I'm looking for a way to work with itThanks, anyway ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists

[asterisk-users] PCMCIA card support

2006-07-12 Thread Mauricio Mantilla
Hi all,I'm new to asterisk and I just installed it.I already have a PCMCIA THOR-2 which supports two T1/E1 and I noticed asterisk doesn't support this card, but I fount over the ineternet that I would have to write a "glue code" in order to work with this card. I'm not familiar with this code writi