Hi
I am sending in table record.
------------------------------------------------------------------------------------------
Insert into SMSSERVER_IN
(ID, PROCESS, ORIGINATOR, TYPE, ENCODING,
MESSAGE_DATE, RECEIVE_DATE, TEXT, ORIGINAL_REF_NO,
ORIGINAL_RECEIVE_DATE,
GATEWAY_ID)
Values
(93, 0, '919811488535', 'I', '7',
TO_TIMESTAMP('7/16/2009 12:36:45.750000 PM','fmMMfm/fmDDfm/YYYY
fmHH12fm:MI:SS.FF AM'), TO_TIMESTAMP('4/16/2009 2:34:10.968000
PM','fmMMfm/fmDDfm/YYYY fmHH12fm:MI:SS.FF AM'), '1', NULL, NULL,
'modem1');
--------------------------------------------------------------------------------------------
In this table gateway_id stored as modem1.
I changed modem1 to SerialModem in out table.
then also i am having same problem
urs,
nandu
On Thu, Jul 16, 2009 at 2:22 PM, Thanasis <[email protected]> wrote:
>
> There is a discrepancy here:
>
> In your config file, you name your modem gateway as "SerialModem".
>
> But the row you've created sets the gateway_id field to "modem1". This
> message will never leave! Set the gateway_id field to "*" or at least
> to "SerialModem" (in order to match with your gateway).
>
> On Jul 16, 11:45 am, Vivek <[email protected]> wrote:
> > One row from out table
> > Insert into SMSSERVER_OUT
> > (ID, TYPE, RECIPIENT, TEXT, WAP_URL,
> > WAP_EXPIRY_DATE, WAP_SIGNAL, CREATE_DATE, ORIGINATOR, ENCODING,
> > STATUS_REPORT, FLASH_SMS, SRC_PORT, DST_PORT, SENT_DATE,
> > REF_NO, PRIORITY, STATUS, ERRORS, GATEWAY_ID)
> > Values
> > (68, 'O', '+919871515064', 'HI', NULL,
> > NULL, NULL, NULL, NULL, '7',
> > 1, NULL, NULL, NULL, NULL,
> > NULL, 1, 'U', 1, 'modem1');
> >
> > urs,
> > Vivek
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---