kannel-sqlbox 0.7.2-3ubuntu1 source package in Ubuntu

Changelog

kannel-sqlbox (0.7.2-3ubuntu1) oneiric; urgency=low

  * 1002_as-needed.patch: fix FTBFS (LP: #770876).
 -- Ilya Barygin <email address hidden>   Sat, 13 Aug 2011 15:35:16 +0400

Upload details

Uploaded by:
Ilya Barygin
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kannel-sqlbox_0.7.2.orig.tar.gz 115.3 KiB 8d220ff4c1f026c91b2d5eb23d4b59468228f7d9d6cf8358989169dffeda1428
kannel-sqlbox_0.7.2-3ubuntu1.debian.tar.gz 7.5 KiB c8fb85e48f627decc1766b2e8b6cc3bb4743afad3203ddd39cf9fd3bb3a24b6b
kannel-sqlbox_0.7.2-3ubuntu1.dsc 1.9 KiB eb01b93131e465496ff527f2dc176c8da52167821fffc9fe9312352a405fdf64

Available diffs

View changes file

Binary packages built by this source

kannel-sqlbox: SQL helper application for Kannel WAP and SMS gateway

 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet. It also works as an SMS/SMPP gateway, for
 providing SMS based services for GSM phones.
 .
 Sqlbox is a special Kannel box that sits between bearerbox and smsbox
 and uses a database queue to store and forward messages.
 .
 Messages are queued on a configurable table (defaults to send_sms) and
 moved to another table (defaults to sent_sms) afterwards.
 .
 You can also manually insert messages into the send_sms table and they
 will be sent and moved to the sent_sms table as well. This allows for
 fast and easy injection of large amounts of messages into Kannel.