SMSOUT Format

SMSOUT Format SearchSearch
Author Message
Saeed Paksima
New member
Username: Paksima

Post Number: 13
Registered: 07-2004
Posted on Saturday, August 14, 2004 - 12:50 pm:   

Hi Bryce,

I was wondering if I can have the layout and format of each field in SMSOUT???? files. I need to retieve some info from the files for my app to make sure if the message has been sent out OK?


Thanks

Saeed
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3262
Registered: 10-2002
Posted on Monday, August 16, 2004 - 04:54 pm:   

Hi Saeed,

As you have observed, the SMSOUT log contains comma delimited entries.

There are basically two types of log entries that are included in SMSOUT logs.

The date/time is always the first item in a log entry.

The second item is either a request id (xxxxx.req) or the text "System".

If the second item is a request id, then the fields that follow are:

3.) IP address that submitted message

4.) Recipient phone number

5.) Status (OK -- SMSC name; Retry pending -- SMSC name; or Error info -- SMSC name).

6.) Message details

For the "System" entries, these entries denote a problem communicating with an SMSC, and the fields that follow are:

3.) blank

4.) SMSC name

5.) Error information


-bn
Saeed Paksima
New member
Username: Paksima

Post Number: 15
Registered: 07-2004
Posted on Tuesday, August 17, 2004 - 04:14 am:   

Thanks Bryce. That was a great help.