search for: thetechguide

Displaying 10 results from an estimated 10 matches for "thetechguide".

2006 Jan 27
1
chan_bluetooth: successful compile and outbound cell calls: Still tweaking inbound setup. WAS: Cannot compile chan_bluetooth on Asterisk 1.2.1
...esh Londhe <lvnilesh@gmail.com> wrote: > Since T616 is not answering (and incoming calls are going to Cingular > voicemail after 30 sec,) I suspect the problem focus area is... > > > -- Executing Answer("BLT/T616", "") in new stack > > Is http://www.thetechguide.com/howto/asterisk/bluetoothfiles.tar.gz > tar xzf bluetoothfiles.tar.gz the latest source (r40?) > > On 1/26/06, Nilesh Londhe <lvnilesh@gmail.com> wrote: > > Here are my findings with my experiment using Sony Erisson T616 with > > Cingular Service and connected to aster...
2006 Jun 03
1
Fw: Compiling chan_bluetooth
Just to close the thread. The problem was that I was using an old version of the code. If anyone has the same problem, you can download the code from here: http://www.thetechguide.com/howto/asterisk/bluetoothfiles.tar.gz Good luck, Danko ----- Original Message ----- From: "Danko Miocevic" <danko@santirso.com.ar> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digiu...
2006 Feb 07
2
Asterisk with USB
Hello everybody! I've seen that you can connect your cellphone via bluetooth, but I've a Motorola V300 and it doesn't have that feature, so I wish to connect it via USB cable, is it pissible con use my cellphone with asterisk like that? I 've not been able to find information on how to do this, I'l appreciate any help. Thanks in advance! -- Facundo Ameal.
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to handle both personal and business calls. Now, the business callers will hear music while on hold, so the default MOH needs to play regular music. Personal callers should hear rings, not music. I have this working except for one specific case. If someone calls during the day (we're night people), asterisk will not ring
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
I set up a call forwarding script in extensions.conf which uses the AstDB but I'm wondering if I reboot the server, will the entry in AstDB still reside? What the script does is when a call comes in, it check to see if there is a null value or a call forward number. If null, it will call the local office connections. If there is a number, it calls that. Now I just need to know if I reboot
2006 Mar 06
4
Asterisk download file locations
This is a request to the website manager for asterisk.org. The build scripts for our ITSP product include the URLs to download the Asterisk files, such as: wget "http://ftp.digium.com/pub/asterisk/asterisk-1.2.5.tar.gz" However, if a new version is released, asterisk-1.2.5.tar.gz is moved to the "old" directory. This breaks our scripts until we can update them and send
2004 Apr 02
7
Welltech FXO: initial tests
Hi, After a long way of problems (shipping, customs, etc) finally I got Welltech working. Here below my comments. - The documentation is poor and have errors - The web configuration is not complete. However is useful for the basic configuration parameters. The command line is necessary for modify all parameters. - The software upgrade is easy. Initially the gw came with H323, we upgrade to
2006 Mar 08
1
Any way to change dns timeout value? Asterisk hangs if internet unreachable
I don't have the most reliable internet connection in the world. Whenever it goes out, I can't receive any incoming calls at all, not even from pstn. When it first goes out I can still make outgoing calls through pstn, but eventually that fails too (as does voicemail, everything's out). Yes, asterisk and the local phones are all on the same network and can communicate fine. Ok,
2006 Feb 06
0
Some feedback and issues on using chan_bluetooth
I have a Motorola Razr successfully connected to asterisk using a bluetooth dongle and chan_bluetooth. Here's some issues I've run across: - You have to ignore the instructions in bluetooth.conf, saying to run "sdptool search --bdaddr xx:xx:xx:xx:xx:xx 0x111F" to determine the correct channel to use for your phone. My phone reported Channel 7, but will not work with anything
2006 Jan 19
1
Cannot compile chan_bluetooth on Asterisk 1.2.1
The short of it: I am unable to compile chan_bluetooth on Asterisk 1.2.1 on CentOS 4.2. I installed using the Asterisk@Home 2.2 iso. Server is a plain Celeron 2.93GHz box. Asterisk source is in /usr/src/asterisk, newest chan_bluetooth source is in /usr/src/asterisk-test/bluetooth/chan_bluetooth (I have two older versions in other directories). Steps taken: Followed the instructions here to a