Re: get +CMT but pdu_extract failed
Matti Ärmänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! In kannel version 1.3.2 you can fix this by adding line: broken = true to the modem configuration section group = modems. The other alternative is to set the initialisation strting to: init-string = "AT+CNMI=3,1,0,0,0" This is tested with SonyEricsson GT-47 m2m module. Check the archives, I have posted regarding this issue before. I have had no problems in running version 1.3.2. Regards, Matti Please check the archives KIANG HENG wrote: >Hi, > >I am using Kannel 1.2.1 stable release running on >Redhat FC1. > >I manage to set up the SMSbox linking to Sony Ericsson >T630 GSM phone. > >SMS sending was successful. SMS receiving was received >by the bearerbox. However, the bearerbox did not seem >to be able to extract out the SMS message content and >raised "pdu_extract failed" message. > >I traced the error messaged. I found out that the >processing stops at at2_pdu_extract function of >smsc_at.c. The processing went into "goto nomsg" of >this condition. > >if (! privdata->modem->broken && tmp == -1) > goto nomsg; > >of at2_pdu_extract function. > >The SMS message that I sent is "test,123". How to >further troubleshoot this issue or anyone had come >across the similar issue? > >Any help will be greatly appreciated. > >Thanks >Heng > > > > > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail is new and improved - Check it out! >http://promotions.yahoo.com/new_mail > > > >