Hello everybody.
I’m not receiving text messages in my installation.
I’ve got Asterisk 11 over Centos 6, built from source with CHAN_MOBILE.
Bluetooth adapter and mobile phone are listed as “fully supported” in this page:
voip-info.org/wiki/view/chan_mobile
- MSI BToes 2.0 EDR Micro Dongle
- Nokia 6230
I can place and receive voice calls without any problems (this is fantastic, thank you *Developers and supporters). I can also send text messages using the MobileSendSMS application.
[color=#4000BF]CLI> mobile show devices[/color]
ID Address Group Adapter Connected State SMS
Nokia 6230 00:13:FD:07:11:A2 1 blue Yes Free Yes
If I stop Asterisk and do a
[color=#4000BF]rfcomm connect /dev/rfcomm0 00:13:FD:07:11:A2 1 &
minicom[/color]
where 00:13:FD… is my phone hardware address, i get the correct responses to the AT commands, eg.:
[color=#4000BF]AT+CMGF=1[/color]
OK
[color=#4000BF]AT+CMGR=1[/color]
+CMGR: “REC READ”,"+3936080xxxx","13/09/24,20:11:20+08"
You are a Playboy!
OK
All the prerequisites seems to be met! Then I log on the CLI with an “asterisk -rvvvvvvvvvvvvvv” and send a Sms to the mobile phone. The
[from-mobile]
exten => sms,1,Verbose(${SMSTXT})
exten => sms,n,Hangup()
context should be triggering the Verbose application! But I still can see no messages in the console nor in the logs.
My “almost working” CHAN_MOBILE.CONF:
[code][adapter]
id=blue
address=00:15:83:15:A3:10
[Nokia 6230]
address=00:13:FD:07:11:A2
port=13
context=from-mobile
adapter=blue
group=1[/code]
Does anyone has a clue?
Qzu