Displaying 20 results from an estimated 700 matches similar to: "Latest chan_mobile"
2007 Jun 03
2
Chan_mobile issue
Hello,
I just did a fresh svn install of 1.4 trunk everything. Everything
compiles and installs just fine.
When I get to asterisk-addons, I cannot select chan_mobile in
menuselect.
Chan_mobile is not even an option in menuselect for asterisk trunk.
I tried the latest patch which failed in many places but did add an
option for chan_mobile in menuselect for asterisk but it still cannot be
2009 May 05
2
chan_mobile and DTMF
Hello list,
I recently started testing the chan_mobile addon and after a successful
installation and configuration I have a couple of problems that I can't fix
without your help.
I am using opensuse 11.1, asterisk 1.6.1 with bluez 4.22 (installed from rpm
packages) and a Nokia N80 phone. Apparently all works fine except the DTMF.
Seems impossible to catch DTMF when nothing (no song) is
2010 Jul 02
1
Woohoo! Windows Server 2008 RC2 on Xen 4.0
Surely you hear plenty about what''s not working, so I thought I''d shoot
a quick message on something that did work. I got Windows Server 2008
RC2 installed. I have yet to even activate it and prove all internal
features/devices work, but installation alone satisfied me! I had to
fight a couple issues and I''ll mention them here, i think they''d be
pretty
2008 Jan 07
0
chan_mobile and W300i
Hi,
I'm trying to use a mobile phone (ericsson W300i) with asterisk through
bluetooth. After some sutrggling, I foun chan_mobile.
As some one already used this mobile with what result?
I'm considering a simple asterisk system (for home use/test purpose) with :
- one SIP service provider (with link to PSTN)
- one SIP phone (a softphone on the asterisk box)
- one mobilephone (ericsson
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
2009 Apr 08
0
chan_mobile sms compatible phone
hi
i look the list at http://www.voip-info.org/wiki/view/chan_mobile i tryed
whit an N80 and many non listed phones i cant get any one to work to send
sms.
someone know a phone thats really works to send sms? wich one?
thanks!!!
David
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part
2010 Jan 29
0
chan_mobile problem with audio (distorted)
Hello to all.
I have installed asterisk-1.6.2.1 + asterisk-addons-1.6.2.0 (for chan_mobile) + bluez-4.60.
Bluetooth Dongle: Canyon CN-BTU4 (0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode))
Device Descriptor:
bLength 18
2007 Jun 18
0
no sound with chan_mobile
I am new to Asterisk (1.4.5), and I am trying to get chan_mobile working.
My intention is to use it as a cheap GSM gateway.
In the dialplan I configured that all mobile numbers should go thru the
mobile channel. The current situation is that I can setup the call via the
mobile channel (bluetooth), but sound is still thru the bluetooth attached
phone's speaker and microphone.
I searched
2008 May 13
1
chan_mobile install with Asterisk 1.4.19
Does anybody know if i can make (chan_mobile) module to be installed and work with Asterisk 1.4.19 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080513/57510b8a/attachment.htm
2009 Aug 28
0
chan_mobile on macosx ppc
Hi,
i would like to use chan_mobile on my ibook g4.
I want to connect my bluetooth phone but the compilation of bluez is
failing.. does somebody did that before....
thanks for the help,
magopieri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090828/8091b32d/attachment.htm
2009 Jul 18
1
chan_mobile one device per dongle?
Hello,
I read on the wiki that chan_mobile supports one device per dongle. Is this
still the case?
2009 Jul 05
4
chan_mobile help.
I've been failing to get chan_mobile working, so am looking to the experts
to help :o)
I have followed this guide -
http://www.voipphreak.ca/2008/10/30/installing-and-configuring-chan_mobile-for-bluetooth-presence-support-in-asterisk-16/
and this guide -
http://www.geek-pages.com/articles/asterisk/howto_build_and_configure_chan_mobile_on_trixbox.html
and tried hybrids of the two which is
2011 May 13
0
Bug#626644: xen-utils-4.1: xl fails because /var/lib/xen is missing
Package: xen-utils-4.1
Version: 4.1.0-3
Severity: normal
After *manually* creating /var/lib/xen xl create <configfile> worked fine.
Probably it would be better to have the directory created when installing
this package?
Error when /var/lib/xen is missing:
xl create /etc/xen/domU/sandbox-debian-unstable.cfg -c
Parsing config file /etc/xen/domU/sandbox-debian-unstable.cfg
xc: info: VIRTUAL
2007 Jul 23
0
chan_mobile - no Audio (Asterisk + bluetooth + chan_mobile)
Hi people!
I installed Asterisk (from Trunk Asterisk SVN-trunk-r76213) and the
chan_mobile for to use Asterisk + Bluetooth.
My Asterisk has dialed normally ( Dial(mobile/mycellphone/99999999) ), but I
don't have audio.
Someone can help me?
Thanks
Moacir O. de Souza Junior
Belo Horizonte - Minas Gerais - Brasil
-------------- next part --------------
An HTML attachment
2009 Jul 02
4
Using a mobile phone via USB as an extension
I have had a search for this, but didn't come up with any results, so maybe I am
using the wrong terms, sorry if this is an FAQ.
For those who want to forward their incoming voice calls to a mobile, it could
be a cheaper option to call a mobile from another mobile on the same network.
This probably wouldn't be useful for users in USA, Canada or Hong Kong as costs
to call a mobile is
2007 Aug 22
1
Chan_mobile and Asterisk SVN-branch-1.4-r80183 compile error
Hi all,
I receive this error while compiling chan_mobile:
gcc -g -c -fPIC -fPIC -o chan_mobile.o chan_mobile.c
chan_mobile.c: In function `mbl_load_config':
chan_mobile.c:1745: erreur: trop d'arguments pour la fonction ?
ast_config_load ?
make[1]: *** [chan_mobile.o] Erreur 1
make[1]: Leaving directory `/usr/src/asterisk-addons'
Does anyone know what's the problem?
--
2007 Dec 02
1
What is the status and future of chan_mobile
I have been looking forward for months to get chan_mobile working. I am
limited to using prepackaged Asterisk code, mostly Trixbox.
I have recently heard that chan_mobile is considered 'beta' and there is
no effort to move it into the main code of Asterisk. Not even for
Asterisk 1.6.
So what is the future for chan_mobile? It is easy to make a very strong
case for a cellular trunk.
2015 Jun 08
1
chan_mobile and hardphones?
Hi,
I have configured a certified asterisk 13 server with chan_mobile and
res_pjsip. I have a Cisco 7940 hardphone and I use ekiga as softphone
client.
Now the problem is, using the hardphone I'm able to call the softphone
and hear everything properly. But when I call from the hardphone to some
number that has to be dialed via chan_mobile, I'm not able to hear what
the other side says (I
2013 Mar 10
2
chan_mobile
Hi,
I've been looking at the list at:
http://www.voip-info.org/wiki/view/chan_mobile
But when googling of any of the "known working" devices, there ain't any
for sale anymore, probably replaced by more recent types.
So, anyone around here who bought recently an BT-dongle that is working
with asterisk?
hw
2009 Nov 09
0
chan_mobile Voice setting
Hello all,
I have successfully paired my mobile with asterisk, and chan_mobile
already run very well, but sometimes when i restart asterisk chan_mobile
fails to initialize with the error:
chan_mobile.c: Incorrect voice setting for adapter toshiba, it must be
0x0060 - see 'man hciconfig' for details.
I have tried several bluetooth adapters, as well as setting Class in