Re: [asterisk-users] OT - Chan-mobile -Bluetooth dongle on remote LAN workstation

2013-02-01 Thread Sebastian Arcus
On 31/01/13 10:15, Olivier wrote: 2013/1/31 Sebastian Arcus s...@open-t.co.uk mailto:s...@open-t.co.uk On 31/01/13 07:25, Olivier wrote: Hello, On a LAN, is it possible to install a bluetooth dongle on one workstation (at this time, this workstation OS is not

Re: [asterisk-users] OT - Chan-mobile -Bluetooth dongle on remote LAN workstation

2013-02-01 Thread Hans Witvliet
-Original Message- From: Olivier oza_4...@yahoo.fr Reply-to: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Subject: [asterisk-users] OT - Chan-mobile

[asterisk-users] RJ11 x RJ45

2013-02-01 Thread Luis H. Forchesatto
Saudações. Como que se faz um conector RJ45 em uma ponta e RJ11 e outra. Pretendo conectar a linha de um ATA em uma placa Khomp KFXO IP. A ponta que tem o conector RJ45 está crimpada com a sequencia 568B e vai ser conectada na placa Khomp, mas a ponta RJ11 eu não sei como deve ficar. Li alguns

Re: [asterisk-users] RJ11 x RJ45

2013-02-01 Thread Chris Bagnall
On 1/2/13 12:41 pm, Luis H. Forchesatto wrote: Como que se faz um conector RJ45 em uma ponta e RJ11 e outra. Pretendo conectar a linha de um ATA em uma placa Khomp KFXO IP. A ponta que tem o conector RJ45 está crimpada com a sequencia 568B e vai ser conectada na placa Khomp, mas a ponta RJ11 eu

[asterisk-users] record filename + extension

2013-02-01 Thread Joseph
When recording the filename I use: exten = _NXX,n,Set(recordfilename=${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y_%m_%d_%H%M)}.wav) This works OK but I would like to add to the name the local extension from which the calls is originating, what is the variable called? -- Joseph --

Re: [asterisk-users] record filename + extension

2013-02-01 Thread A J Stiles
On Friday 01 February 2013, Joseph wrote: When recording the filename I use: exten = _NXX,n,Set(recordfilename=${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y_%m_%d_ %H%M)}.wav) This works OK but I would like to add to the name the local extension from which the calls is originating, what is the

[asterisk-users] send record file to email

2013-02-01 Thread Bob Kyeyune
Hello; how do i embed and send the recorded file to email automagically exten = _1XXX,3,MixMonitor(${CALLFILENAME}|b|/usr/sbin/wav2mp3 ${CALLFILENAME} ${peeremail} ${EXTEN} ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)} ) Regards. Kyeyune Bob Network IT Engineer +256 774 702 258

Re: [asterisk-users] OT - Chan-mobile -Bluetooth dongle on remote LAN workstation

2013-02-01 Thread Don Kelly
-Original Message- snip What I had in mind is to use someone's cellphone as a presence detector. Let me explain: - as the first thing you take along when leaving a room or location, is your own cellphone, why not use chan_mobile and a bluetooth dongle on your on PC (as you're not

Re: [asterisk-users] send record file to email

2013-02-01 Thread A J Stiles
On Friday 01 February 2013, Bob Kyeyune wrote: Hello; how do i embed and send the recorded file to email automagically exten = _1XXX,3,MixMonitor(${CALLFILENAME}|b|/usr/sbin/wav2mp3 ${CALLFILENAME} ${peeremail} ${EXTEN} ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)} ) Regards. Kyeyune Bob

Re: [asterisk-users] send record file to email

2013-02-01 Thread Carlos Alvarez
On Fri, Feb 1, 2013 at 8:35 AM, A J Stiles asterisk_l...@earthshod.co.ukwrote: On Friday 01 February 2013, Bob Kyeyune wrote: Hello; how do i embed and send the recorded file to email automagically exten = _1XXX,3,MixMonitor(${CALLFILENAME}|b|/usr/sbin/wav2mp3 ${CALLFILENAME}