SMS messages in XML packets
"janez kovac" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi!
Is it possible to configure Kannel for sending and receiving SMS messages
over specific XML packets predefined by local SMS provider?
Thanks, Gregor
Sample XML package:
*<Ssm_Packet>
<Version>1</Version>
<Packet_Id>{7212BE18-B6B6-11D3-83A7-0050DA33AABF}</Packet_Id>
<Protocol_ID>0</Protocol_ID>
<Priority>7</Priority>
<Source_Address>2:racuni </Source_Address>
<Destination_Address>1:041123456</Destination_Address>
<Body>041123456 1976 na vašem racunu je: 32,14 EUR</Body>
<Billing>
<Date>11.10.2005</Date >
<Time>16:04:21</Time>
<ServiceProvider>2104</ServiceProvider>
<Service>2</Service>
<Category>2</Category>
<Amount>321400</Amount>
<Description>Uporaba XYZ storitve</Description>
</Billing>
</Ssm_Packet>*