Install chan mobile on ubuntu
http://letitknow.wordpress.com/2011/05/05/how-to-install-asterisk-1-8-on-ubuntu-server-11-04/
תוכן עניינים |
ubuntu 14.04
Bluetooth pre request
apt-get install bluez-utils bluez-hcidump
chan_mobile Bluetooth Device has disconnected
ubuntu 10.04 / R linux
chan_mobile is an addon, so it needs to be enabled before Asterisk is compiled
apt-get install bluez-utils bluez-hcidump libbluetooth-dev
see allso Compile Asterisk
ubuntu 12.04 / T netbook
chan_mobile.c mbl_request: Request to call on device which is not connected / already in use.
כאשר מנסים לחייג דרך הטלפון המחובר עפים על:
הבעיה שזה באמת לו מחובר לפי הפקודה
mobile show devices
והפתרון פה הוא שינוי קוד וקימפול
- http://forums.asterisk.org/viewtopic.php?f=1&t=78042
- http://www.stocksy.co.uk/articles/Networks/use_an_old_mobile_phone_as_a_gsm_gateway_in_asterisk/
mobile search
Address Name Usable Type Port 00:25:4B:72:A2:CD iphone Yes Phone 8
[adapter] id=pabx address=74:F0:6D:B8:18:38
[iphone]
address = 00:25:4B:72:A2:CD
port = 2
context = from-iphone
adapter = pabx
diff chan_mobile.conf chan_mobile.conf_org
15,16c15,16
< id=pabx
< address=74:F0:6D:B8:18:38
---
> id=blue
> address=00:09:DD:60:01:A3
22,24c22,24
< ;[adapter]
< ;id=dlink
< ;address=00:80:C8:35:52:78
---
> [adapter]
> id=dlink
> address=00:80:C8:35:52:78
34,39d33
<
< [iphone]
< address = 00:25:4B:72:A2:CD
< port = 2
< context = from-iphone
< adapter = pabx