admin's activity

From 12/02/2009 to 12/31/2009

12/31/2009

03:14 AM messagingtoolkit Support: RE: Decode And Encode Wap Push,Vcalendar,Vcard,Smart Messaging with pdu lib
WAP push is still part of the core library. At this moment it will not be ported to the PDU library yet until the MMS and SmartGateway milestones are completed. admin

12/29/2009

04:34 AM messagingtoolkit Support: RE: Decode And Encode Wap Push,Vcalendar,Vcard,Smart Messaging with pdu lib
All the above are Smart SMS. PDU library does not handle those as they are actually not PDU per se. For details, refer https://twit88.com/platform/boards/1/topics/show/2 admin

12/28/2009

07:32 AM messagingtoolkit Support: RE: Sending SMS From a localhost
In the coming release of messagingtoolkit smartgateway, it allows you to expose the send sms function through HTTP or .NET remoting. You can also implement the same functions using the core library admin

12/23/2009

09:48 PM messagingtoolkit Support: RE: Multiple Gateway Support
Check out release 1.0.0.6. The Bulk Gateway source code is included to show how to use multiple modems using MessageGatewayService admin
03:10 PM messagingtoolkit MMS Feature Available Soon in Release 1.1.0.0
In the upcoming release 1.1.0.0, you should be able to send MMS using the core library. There is a delay in rolling out this release as there are a lot of testing and coding has be to done since MMS is fundamentally different from SMS. admin
03:06 PM messagingtoolkit Bulk Gateway Source Code Included in Release 1.0.0.6
We have decided to include the source code of Bulk Gateway in release 1.0.0.6 Bulk Gateway source code will show you how to use multiple gateway feature available in the library to send out messages in bulk. This release is not a patch relea... admin
03:02 PM messagingtoolkit setup.exe
admin

12/21/2009

01:03 PM messagingtoolkit Support: RE: Multiple Gateway Support
Hi, Check out the class MessagingGatewayService, you can use it to support multiple gateways. admin

12/18/2009

09:37 PM messagingtoolkit Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, Please try using the attached patch. Thanks admin

12/17/2009

11:00 AM messagingtoolkit Support: RE: How to check whether Received Message is broken or not
Hi, You need to attach the full log file here in order for us to check. It maybe a problem due to the operator, the modem, etc. The log file will tell. admin

12/15/2009

04:16 PM messagingtoolkit Support: RE: How to check whether Received Message is broken or not
What is the model of phone that you used ? Can you check if the model supports display of long messages? admin

12/14/2009

06:52 PM messagingtoolkit Support: RE: Does Messaging ToolKit works with CDMA as well?
From the log file, the modem does not support PDU mode 2009.12.09-11.24.11:Verbose: Sending: AT+CMGF=0 2009.12.09-11.24.11:Verbose: Data from queue: 2009.12.09-11.24.11:Verbose: Received: ERROR Such, the toolkit will not work wit... admin
06:53 AM messagingtoolkit Support: RE: How to check whether Received Message is broken or not
Hi, Using the demo program, can you try changing from "Trigger" to "Polling" and try again. Let us know the result. admin
06:20 AM messagingtoolkit Support: RE: Detect Call Ended
Hi, The library can detect incoming call. However, currently AT command cannot detect if the call has ended. admin
02:13 AM messagingtoolkit Support: RE: How to check whether Received Message is broken or not
Have you tried with the demo program for this ? If you encounter this problem using the demo program, do let us know. Normally if you handset support long message, it should have no problem admin

12/13/2009

12:40 AM messagingtoolkit Support: RE: Call to messageGateway.Find(config) with invalid COM-port hangs
Hi, This is a bit tricky. The COM port exists but is not a valid port for the modem. So when the library sends the AT command, there is no response after waiting for 30 seconds for each command. We have patched it such that if during conn... admin
12:38 AM messagingtoolkit setup.exe
admin

12/12/2009

08:09 PM messagingtoolkit Support: RE: Bugs in PDU Decoder and PDU Encoder
This is a bug with the 7 bits data encoding. Pls redownload version 1.0.0.5. We have already patched it. admin
08:22 AM messagingtoolkit New Gateway Diagnostics Tool in Release 1.0.0.5
A new demo program which can be used to diagnose the features or capabilities of the modem or handset is now available. You can use it to check if the gateway supports message sending and receiving. For further information, read "here":http:... admin
07:50 AM messagingtoolkit Support: RE: Bugs in PDU Decoder and PDU Encoder
I don't see the error using the exact information. Can you try with the latest version again. We just release another version with diagnostics tool. The msg reference is an octet in the SMS submit PDU and max. value is only ff = 255 admin
12:24 AM messagingtoolkit Support: RE: Terminal And Pdu
From the sample PDU that you attached in another thread, here is the output PDU LENGTH IS 36 BYTES ADDRESS OF DELIVERING SMSC NUMBER IS : +62818445009 TYPE OF NR. : International NPI : ISDN/Telephone (E.164/163) MESSAGE HEADER FLAGS ... admin

12/11/2009

06:01 PM messagingtoolkit Support: RE: Messages are not recieving using Samsung SGH-J700i
From the log file, you phone does not support message listing (AT+CMGL) Can you try with the latest patch 1.0.0.4 and try sending and receive using trigger mode? We will releasing a diagnostic tool in a few days time. Using the tool u should... admin
05:37 AM messagingtoolkit Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, I don't see the error message? admin

12/10/2009

05:59 PM messagingtoolkit Support: RE: QR Code margins
It should be easy to modify the source code to achieve this. We will incorporate this feature into the next release. admin

12/09/2009

04:32 PM messagingtoolkit Patch Release 1.0.0.4 is out
This patch release fixes a number of issues. For details, refer to the WIKI page at https://twit88.com/platform/wiki/messagingtoolkit/Wiki_-_1004 admin
04:29 PM messagingtoolkit Support: RE: Unable to retrieve messages
Hi, Please download the patch release 1.0.0.4 Normally message indication comes in the format +CMTI: "ME",4 From the log file, the modem receives it in the format +CMTI: "ME", 4 The pattern does not match the expected. We have ad... admin
04:23 PM messagingtoolkit setup.exe
Release 1.0.0.4 admin
02:40 PM messagingtoolkit Support: RE: Text mode vs. PDU mode
We will be releasing a patch soon to fix various issues admin
01:54 AM messagingtoolkit Support: RE: Text mode vs. PDU mode
Hi, This is a bug. By default the toolkit will set to CMGF=0, but the constant is spelt wrongly. Please use the attached patch. Thanks for pointing out admin

12/08/2009

09:48 AM messagingtoolkit Support: RE: Exception when initializing modem
The library will actually check if SIM PIN is required using the command AT+CPIN? If no password is required, response will be +CPIN: READY OK When PIN is required, normally the response is +CPIN: SIM PIN OK But for your case, the res... admin
09:02 AM messagingtoolkit Support: RE: Messages are not recieving using Samsung SGH-J700i
You may want to check also the communication settings like baud rate, data bit, stop bits.. admin
08:59 AM messagingtoolkit Support: RE: How Masking Is possible?
check this out https://twit88.com/blog/2009/04/10/java-open-source-smpp-library/ admin
04:44 AM messagingtoolkit Support: RE: Exception when initializing modem
Hi, Attached are the pre-releases of version 1.0.0.4 which can show more logging information. Can you do the following 1. Overwrite existing binaries under c:\Program files\MessagingToolkit with the attached files. 2. Bring up the demo pro... admin

12/07/2009

01:56 PM messagingtoolkit Support: RE: Messages are not recieving using Samsung SGH-J700i
From the log file 1. The phone does not support receiving status report 2009.12.07-01.59.51:Info: Attention: The phone does not support notification about new status reports. As a fallback it will be disabled. 2. The phone does not seem... admin
01:35 AM messagingtoolkit Support: RE: How Masking Is possible?
Masking the sender name is not possible. You need to use a proper SMS gateway to do this, e.g. through SMPP protocol. admin

12/05/2009

08:32 AM messagingtoolkit Support: RE: How Masking Is possible?
If you are talking about masking the sender address/name, currently using AT command this is not possible admin

12/03/2009

03:16 PM messagingtoolkit Support: RE: Error sending SMS
Please overwrite existing libraries with the attached patch and test again. Steps to test 1. Run the "Demo" program 2. In "Send SMS", now there is check box to "Use Default SMSC", tick this before sending SMS Programmatically, you can ... admin
01:43 PM messagingtoolkit Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, CUSD and ATD are different. One is for USSD and another is for dialling. Unless you try to send a USSD command, then the toolkit will use AT+CUSD. admin
01:22 PM messagingtoolkit Support: RE: Error sending SMS
Hi, From the log file 2009.12.01-11.46.11:Verbose: Sending: 1B91200B3009300230033003300330003000300030053001300530F031000B813012828842F40010B005E8329BFD06 2009.12.01-11.46.17:Verbose: Sending watch dog message 2009.12.01-11.46.43:Info: Er... admin
« Previous
Next »
 

Also available in: Atom