SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
Hi, I use kannel SMPP ESME and i get this error whenever i try to send a MT message : SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm.

SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
Hi, I use kannel SMPP ESME and i get this error whenever i try to send a MT message : SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm.

Re : SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
CHANSON À : Kidi Kidi Cc : users@kannel.org Envoyé le : Jeu 7 octobre 2010, 23h 12min 58s Objet : Re: SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm. I have exactly the same issue at the moment and I try to determine if it is a Kannel or SMSC issue: I

Can't receive smpp Mo message

2010-10-10 Thread Kidi Kidi
I can't receive smpp Mo message, but i can sent MT message very well. Could you help me? this is my smsc = smpp config file : group = smsc smsc = smpp smsc-id = smscid host = xx.xx.xx.xx port = receive-port = 2775 smsc-username = xxx smsc-password = xxx transceiver-mode = true system-type

How to change Phone Number to Name when getting SMS on phone screen

2011-03-22 Thread Kidi Kidi
Hi all, When i get a SMS on my phone i see the FROM number, but i want to change this number to alphabetical value. For exemple i want that if i send a SMS to somebody, this person must see the name of my school instead of my phone number. I know that it's possible, but kannel can do that?

How to change Phone Number to Name when getting SMS on phone screen

2011-03-22 Thread Kidi Kidi
Great Thanks hamza, I don't understand, could you give me more explanation please? De : "ha...@aeon.pk" À : Kidi Kidi Cc : users@kannel.org Envoyé le : Mar 22 mars 2011, 14h 07min 21s Objet : Re: How to change Phone Number to Name when getti

Re : How to change Phone Number to Name when getting SMS on phone screen

2011-03-23 Thread Kidi Kidi
number or it >can >be text. (The from field is also called the MASK field.) It can also be >specified in different parts of Kannel configuration file depending on how you >have Kannel configured. > >Richard > >From:users-boun...@kannel.org [mailto:users-boun...@ka

KANNEL delivery-method=confirmed problem

2010-03-06 Thread Kidi Kidi
Hello every body, I can't send a wap push with a confirmed delivery method (delivery-method=confirmed), but with unconfirmed one there is no problem. I browse the net, but i can't find a solution for it. I think it's a kannel bug, or if you are a solution for it don't hesitate. This the error i

HOW TO GET RESULT NOTIFICATION WITH ppg-notify-requested-to ?

2010-03-06 Thread Kidi Kidi
This attribute specifies the address that the PPG should use for notification of results. I receive the push on my phone but i can get any result notification on my server. this is my PAP ducument : http://www.wapforum.org/DTD/pap_1.0.dtd";> http://my_server:1100/wap/servlet"; progress-not

Re : Re : Kannel Configuration to set up an SMS gateway

2010-03-07 Thread Kidi Kidi
Re : Kannel Configuration to set up an SMS gateway... Dim 7 Mars 2010, 14 h 08 min 42 s De : Kidi Kidi ...Ajouter dans les contacts À : mpl li For me this happens whenever my sim card has run out of units. So buy Mobile (Prepaid Recharge) Card to try

Re : Special characters @$_

2010-03-08 Thread Kidi Kidi
Hi Sandesh, To get Special Characters like @$_ on handset, you can try to add to your sendsms URL this : &coding=-1&charset=iso-8859-7. Do a thing like that : http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar&coding=-1&charset=iso-8859-7... Sandesh Po

Re : HOW TO GET RESULT NOTIFICATION WITH ppg-notify-requested-to ?

2010-03-08 Thread Kidi Kidi
read User's guide before addressing this group. There is a whole chapter devoted to this. BR, Nikos - Original Message - >From: Kidi Kidi >To: users@kannel.org >Sent: Saturday, March 06, 2010 7:27 > PM >Subject: HOW TO GET RESULT NOTIFICATION > WITH

How to send SMS with UDH using HTTP SMSC

2010-03-10 Thread Kidi Kidi
Hello all, I'm able to send sms with parameters : udh, dlr-url, dlr-mask using a modem (smsc = at). Now i try to use a HTTP SMSC (smsc = http) and i want to know if it's possible and how can i do that.

Re : How to send SMS with UDH using HTTP SMSC

2010-03-11 Thread Kidi Kidi
thank you sangprabv for your answer, I) Firstly If i send a normal text message (sms without UDH), the remote server get it and send back a normal text message (everything goes well). (send-url = "http://remote_server:13025/cgi-bin/sendsms?username=12&password=34&from=%P&to=%p&&text=%a) but if i

Re : How to send SMS with UDH using HTTP SMSC

2010-03-11 Thread Kidi Kidi
great thanks, I route the wap push to my HTTP SMSC like the example below. Nikos you said that "wapbox will place the appropriate UDH header". So you mean i need UDH no more in my send-url or do i misunderstand what you said? i got this in my send-url : send-url ="http://remote_server:13025/cgi-

Re :How to send SMS with UDH using HTTP SMSC

2010-03-11 Thread Kidi Kidi
Hi Nikos, Do i need UDH to send this through a HTTP SMSC ? I succeed to send this with my modem. == WAP configuration group = ppg ppg-url = /wappush ppg-port = 6080 concurrent-pushes = 50 ppg-ssl-port = 8090 users = 1024 ppg-allow-ip = "192.168.1.*;127.0.0.1" trusted-pi = false service-name

RE : How to send SMS with UDH using HTTP SMSC

2010-03-11 Thread Kidi Kidi
Excuse me for my "lots of questions",So with "/wappush" we don't need to add UDH, kannel add it for us. I already used "/wappush" with a modem (smsc = at) without udh. Now i want to know how to send a wap push using (/wappush) to a remote server through a HTTP SMSC or Internet. 1) In the e

UDH is a platform dependent parameter or not

2010-03-15 Thread Kidi Kidi
Hi all, I want to use kannel HTTP SMSC to send sms and wap content (pap, SI, ...) with UDH to a telecom company. I want to know if all the sms gateways (or the modern ones) support UDH.

Re : Redirecting HTTP response as SMS to a port

2010-03-15 Thread Kidi Kidi
Hi PradeepChandar Rajarathnam, These parts in the kannel userguide may help you : Setting up multi-operator Kannel Using the HTTP interface to send SMS messages

RE : Redirecting HTTP response as SMS to a port

2010-03-15 Thread Kidi Kidi
Hi, I have also a UDH problem. I want to use UDH to send a content to particular port through a HTTP SMSC. But i don't know if all telecom support it.

Linking UDH to text

2010-03-15 Thread Kidi Kidi
Hi, is there any way of sending "udh={udh-headers}&text={payload}" just like "send={udh-headers}{payload}" so i dont have to break up the messages.

Re : Linking UDH to text

2010-03-17 Thread Kidi Kidi
Hi, I want to send a sms with udh to a remote server, but this one doesn't use udh. How can i merge my udh with my text so that i dont have to use udh parameter (just text parameter) ?I read userguide without success. Hi, is there any way of sending "udh={udh-headers}&text={payload}" just

Operator don't use udh for http smsc, is there an alternative?

2010-03-19 Thread Kidi Kidi
Hi all, I want to send sms with udh through my http smsc but my operator don't use udh parameter. How can i do to send rich sms like ringtone, wap push, ... (which use udh) ?

HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-21 Thread Kidi Kidi
I get this error whenever i send a sms through my http smsc using " system-type = generic". Though the sms is sent since i receive it on my mobile phone. But, when i use " system-type =kannel", i don't get this error and everythinggoes all right. Some people have already reported this error but

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-22 Thread Kidi Kidi
Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online               Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Sun, Mar 21, 2010 at 4:32 AM, Kidi Kidi wrote: >

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
S online               Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com |-- On Sun, Mar 21, 2010 at 4:32 AM, Kidi Kidi wrote: > I get this error whenever i send a sms through m

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
lquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Mar 24, 2010 at 4:05 PM, Kidi Kidi wrote: > Hi, > > I get the error below whenever i send a messa

Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-24 Thread Kidi Kidi
he nexts lines after the "... SMSC response was..." line You need to set status-xxx-regex according to the responses your call receives. It has no sens to just copy-paste the default parameter in your config Regards Alvaro On Wed, Mar 24, 2010 at 5:45 PM, Kidi Kidi wrote: > &

Re : SMS from another timezone has wrong timestamp?

2010-03-25 Thread Kidi Kidi
1) To give kannel gateway Universal Time (GMT) : ./configure --disable-localtime + other options make make install 2) ALSO TRY : linux change time and date with command line set date : date +%Y%m%d -s "20081128" set time : date +%T -s "10:13:13" > I have kannel running in a CET timezone. >

Re : Integration with sql db

2010-03-25 Thread Kidi Kidi
Hi, To use an external db like mysql, oracle, ... with kannel, have a look at kannel userguide this part : External delivery report (DLR) storage. Table of Contents : External delivery report (DLR) storage ..65

Re : Re : HTTP SMSC sending sms error : Message was rejected. SMSC response was:

2010-03-25 Thread Kidi Kidi
o the message and trows the error. What is the nexts lines after the "... SMSC response was..." line You need to set status-xxx-regex according to the responses your call receives. It has no sens to just copy-paste the default parameter in your config Regards Alvaro On Wed, Mar 24,