SMS "forwarding" possible !?

2006-03-02 Thread Jon Björkebäck
Hi! I got a question regarding Kannel's ability to act as an SMS "relay". I got this setup: ___ A ->| SMS-C |> GSM-network B ->|___| A and B are clients that talks CIMD2. The problem is that the SMSC only takes one connection at the time. Clients have to wait for

Device Fails to Open (Take 2)

2006-03-02 Thread Julius David Bacolod
(Basically it's my same previous problem that I posted earlier)I have here a Nokia Phone GSM Modem running on Fedora Linux 3. I try to run ./bearerbox using root and this I get... [EMAIL PROTECTED] gw]# ./bearerbox -v 1

Re: sending frensh characters with s endsms-user (accents like é à ç ...)

2006-03-02 Thread Zouari Fourat
There's no difference between a non accentuated MO and an accentuated one in the MWI flag, both of them got -1, the difference is on the Coding flag (accentuated msg got 3, normal one got 1) I think there's no actions todo with the operator, because when trying whith another gateway software, it wo

Question related to Kannel+SQLbox (bug?)

2006-03-02 Thread Chronis Nikos
Hello,   Could you please help me on somes issues?   I have the last CVS+SQLBOX of Kannel   1. I would like to get the DLRs report like this: - 1. smsc submit (8) or smsc reject (16) - 2. message buffered (4) - 3. delivery success (1) or delivery failure (2)   What I would simply to have is 

Re: Question related to Kannel+SQLbox (bug?)

2006-03-02 Thread Chronis Nikos
Correction:   Minimum 2 statues (2 différents posts)   Exemple for a success: http://localhost/./deliverystatus.cgi?status=8 (submit to smsc) http://localhost/./deliverystatus.cgi?status=1 (delivered)   exemple for pending and success http://localhost/./deliverystatus.cgi?status=8

Delivery synchronisation

2006-03-02 Thread Chronis Nikos
Hello,   How to synchronise the delivery status? Because, Kannel DELETE the entry into DLR table after checked it...   I am running Kannel with SQLbox.   For be simple: is it possible to grep the submit_sm_response with the message_id into a dlr-url? When you send a sms, your webserver get so

Kannel with GPRS and EDGE

2006-03-02 Thread Danny Zenzano
Title: Kannel with GPRS and EDGE HI, I have Kannel gateway working with GSM. and I want to know:  what I need to connect kannel with GPRS / EDGE?           I will have to add something to Kannels configuration? I appreciate the collaboration and help that you give me. Danny.

Problems with WAP-PUSH Proxy Gateway

2006-03-02 Thread Jonny Karlsson
Hello! I have configured a WAP-PUSH proxy gateway. I have tried to send WAP-PUSH messages both to a real mobile phone through a virtual SMSC and to the Nokia 7210 SDK emulator. I have also tried to send the WAP-push messages both using a php script and the test_ppg program. Kannel shows no erro

Running Kannel as Service

2006-03-02 Thread Ngurah Bagus
Hi, all, I'm not sure whether this has been asked before, but how do you make a startup script for bearerbox and smsbox, if it's possible? For info, I'm using Fedora Core 3 with Kannel 1.4.0. I'm not overly proficient in Linux so please use small words :D Cheers,-- A. A. Ngurah Bagus W.Systems Ad

Re: Running Kannel as Service

2006-03-02 Thread Heru Tjatur
On Fri, 2006-03-03 at 12:47 +0700, Ngurah Bagus wrote: > Hi, all, > > I'm not sure whether this has been asked before, but how do you make a > startup script for bearerbox and smsbox, if it's possible? For info, > I'm using Fedora Core 3 with Kannel 1.4.0. > I'm not overly proficient in Linux so

Re: Running Kannel as Service

2006-03-02 Thread luke devon
Open your kannel distribution folder and go into folder called "utils".   Luke.Heru Tjatur <[EMAIL PROTECTED]> wrote: On Fri, 2006-03-03 at 12:47 +0700, Ngurah Bagus wrote:> Hi, all,> > I'm not sure whether this has been asked before, but how do you make a> startup script for bearerbox and sm

modified udh to send wap push messages

2006-03-02 Thread Hillel
Hi, I've recently got a request to send wap push messages and would like to test using sendsms with a modified udh. Does anyone have any examples or a good reference on how to modify the udh to request a JAR from a server? Thanks