Displaying 7 results from an estimated 7 matches for "pin_help".
Did you mean:
fib_help
2006 Feb 21
0
chan_bluetooth jabra 200 / 250
...nterface to use (number - e.g '0')
interface = 0
[00:07:A4:03:7B:64]
name = jabra
type = HS
channel = 1
autoconnect = yes
[root@nasa bluetooth]# cat hcid.conf
options {
autoinit yes;
security auto;
# security user;
pairing multi;
# pin_helper /usr/bin/bluepin;
pin_helper /etc/bluetooth/givepin;
}
# Default settings for HCI devices
device {
name "asterisk";
class 0x120104;
# class 0x200404;
iscan enable; pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
auth...
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
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
...t; > phone asking if I wanted to allow asterisk to connect, and then asked
> > > > > > > > > for a pin. This took a bit of figuring out, but I got passed that.
> > > > > > > > > In /etc/bluetooth/hcid.conf, there's a line that says "pin_helper
> > > > > > > > > /usr/bin/bluepin;" (it may have a different path, the important thing
> > > > > > > > > is the pin_helper part). Now backup the script in question, i.e. in
> > > > > > > > > my case mv /usr/bi...
2009 Jul 05
4
chan_mobile help.
...is as follows -
# HCId options
options {
autoinit yes;
security auto;
pairing multi;
passkey "0202";
}
device {
name "AstTest";
class 0x3e0100;
iscan enable; pscan enable;
discovto 0;
lm accept;
lp rswitch,hold,sniff,park;
}
options {
autoinit yes;
security auto;
pairing multi;
pin_helper /etc/bluetooth/pin;
}
My /etc/asterisk/mobile.conf is as follows -
[general]
interval=30 ; Number of seconds between trying to connect to
devices.
; The following is a list of adapters we use.
; id must be unique and address is the bdaddr of the adapter from hciconfig.
; Each adapter...
2007 Mar 06
0
chan_cellphone won't pair with phone
...-rw-r--r-- 1 root root 1428 Mar 3 18:36 hcid.conf
-rwxr-xr-x 1 root root 27 Mar 3 18:36 pinhelper
-rw-r--r-- 1 root root 297 Oct 2 18:40 rfcomm.conf
--- pinhelper ---
#!/bin/sh
echo "PIN:0000"
--- hcid.conf ---
options {
autoinit yes;
security auto;
pairing multi;
pin_helper /etc/bluetooth/pinhelper;
}
device {
name "Asterisk PBX";
class 0x3e0100;
iscan enable; pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
auth enable;
encrypt enable;
}
--- cellphone.conf ---
[general]
interval=60 ; Number of seconds between trying...
2007 Mar 25
1
Chan_cellphone and CentOS 4.x
I ran into a problem today while trying to compile chan_cellphone version 17
on a CentOS 4.4 machine. Apparently the bluez and autoconf versions were to
old and as I tried to install the latest version, I found that the new
bluez-lib would install and allow the chan_cellphone to compile, but
bluez-utils required an update to D-sub which in turn required python 2.4 or
better. That apparently in not
2008 Jan 07
0
chan_mobile and W300i
...I didn't get much?
W300i handfreeprofile seems to be on port 4 and it was not detected it was
detected (port=0)
Here are some config I use :
more /etc/bluetooth/hcid.conf
options {
autoinit yes;
security auto
pairing multi;
passkey "XXXX";
pin_helper /etc/bluetooth/pin-helper;
}
device {
name "Asterisk PBX"
class 0x000100;
iscan enable; pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
}
more mobile.conf
[general]
interval=10 ; Number of seconds between trying to connect to devices.
[...