I try to send an email whose subject is: [fwd popopo] and Network SMS Gateway does not work.
This is the end of log file:
"29/12/2008 0.48.28[INFO]: Email received, congrats"
"29/12/2008 0.48.28[DEBUG]: Setting up com port"
"29/12/2008 0.48.28[DEBUG]: Opening COM port"
"29/12/2008 0.48.28[DEBUG]: Removed SMS from queue, ID: WQRWvxaslBtyoi6UvYlfvlFEIyMEAtDJotSvRak8bfBVxXqnqvPSvwXwke84aEmPyMWtkMMOP1yCSUvA0OYg4w1nlQFXLbMC6XeU"
"29/12/2008 0.48.28[DEBUG]: Sent to phone: AT"
"29/12/2008 0.48.31[DEBUG]: Reponse from phone:
OK
"
"29/12/2008 0.48.31[DEBUG]: Sent to phone: AT+CMGF=1"
"29/12/2008 0.48.34[DEBUG]: Reponse from phone:
OK
"
"29/12/2008 0.48.34[DEBUG]: Sent to phone: AT+CMGS=""3272993475"""
"29/12/2008 0.48.37[DEBUG]: Reponse from phone:
> "
"29/12/2008 0.48.37[DEBUG]: Sent to phone: [fwd popopo]
"
"29/12/2008 0.48.40[DEBUG]: Reponse from phone:
+CMS ERROR: 305
"
"29/12/2008 0.48.40[WARNING!]: An error occured while sending SMS"
"29/12/2008 0.48.40[WARNING!]: Expected: OK Got: +CMS ERROR: 305
"
The problem is with the way that the smsd communicated with the phone. Its currently only supports "text" mode and not PDU. This means that [] is not supported by the phone.
PDU mode is on the roadmap, but I am unsure when it actually will be done.
--
Esben