Hi!
I'm about to make an SMPP connection to a carrier that specifies several
conditions that must be acomplished.
1) I must accept any message codified in 7, 8 or 16 bits. Data code
Scheme 0, 2, 3, 8, F5.
Is everything ok with Kannel's defaults for this, or should something be
changed?
------------
2) I must send every message codified in 7 bits ASCII 128 Data code
Scheme 0.
AFAIK, 7 bits is the default with Data code Scheme 0, so this would be
ok, right?
------------
3) I must accept every SMS with Message Type: Ermes, Fax, Text, Pager or IVR
Is this ok with Kannel?
------------
4) I must set the Validity Period to 12 hours on some cases and 24 hours
on other cases.
I guess here I must use the send-sms "validity" variable.
Now, on it's description it says: "Note: you must have your Kannel box
time synchronized with the SMS Center."
That means my server time would have to be synchronized with the one of
the carrier?? So if I need this on several difrerent countries I should
have a different server for each one??
------------
5) I got a connection where I got:
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
There's no need to add a + at the beggining of the short code number nor
the recipients number, right? I've tested both, putting it and not
putting it and both worked...
Thanks in advance,
Juan