Displaying 7 results from an estimated 7 matches for "rswitch".
Did you mean:
  switch
  
2009 Nov 03
1
mac question
Hi there,
currently, I've updated R on my Mac (OS X) to version 2.10. I was 
wondering if I have to install all additional packages again???
In Windows, I just needed to copy the library folder of the old 
installation but how does it work with Mac?
Can anybody give me a hint?
Antje
2009 Jul 05
4
chan_mobile help.
...Serial                 0
  bNumConfigurations      1
My /etc/bluetooth/hcid.conf 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...
2007 Mar 06
0
chan_cellphone won't pair with phone
...--- 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 to connect to
devices.
[razr]
address=xx:xx:xx:xx:xx:xx     ; retrieved from "cell search" CLI command
port=4
context=incoming-mobile
2006 Feb 21
0
chan_bluetooth jabra 200 / 250
...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 enable;
        encrypt enable;
Feb 21 15:39:47 NOTICE[20343]: /usr/src/chan_bluetooth/chan_bluetooth.c:2226
try_connect: Initialised bluetooth link to device jabra
 [HS]      jabra > AT^SPTT=?
 [HS]      jabra < ERROR
this is hitting keys on the headset:
[H...
2008 Jan 07
0
chan_mobile and W300i
...nf
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.
[adapter]
id=intuix
address=00:11:67:2E:B4:XX
[W300i]
address=00:16:B8:5F:C2:XX ; the address of the phone
port=4 ;handfreeprofile       ; the rfcomm port number (from mobile se...
2007 Dec 13
1
chan_mobile problems
I built asterisk-trunk at 92526 and asterisk-addons-trunk at 496.  I have my
Bluetooth cell phone connected.  It almost works.
In mobile.conf, I have "context=incoming-mobile" for the phone, and that
looks like:
context incoming-mobile {
    _. => {
        VoiceMail(9999,b);
        Hangup();
    };
}
Calls to the cell phone get directed answered by Asterisk and directed
to
2008 Jan 14
2
What is connect-debounce wrt usb?
...L MTU: 192:8 SCO MTU: 64:8
        UP RUNNING PSCAN
        RX bytes:8862 acl:38 sco:0 events:393 errors:0
        TX bytes:2358 acl:38 sco:0 commands:154 errors:0
        Features: 0xff 0xff 0x8f 0xf8 0x18 0x18 0x00 0x80
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
        Name: 'sip2'
        Class: 0x000100
        Service Classes: Unspecified
        Device Class: Computer, Uncategorized
        HCI Ver: 1.2 (0x2) HCI Rev: 0x512 LMP Ver: 1.2 (0x2) LMP Subver: 
0x512
        Manufacturer: Cambridge Sil...