wapbox libxml2 and Nokia 7210 SDK error

2011-12-03 Thread Imran Aghayev

Hi, I setup wapbox and want to use it with Nokia SDK, configured it but when 
I've got this error trying to load some wap pages
...
ERROR: WML compiler: Compiling error: libxml2 returned a NULL pointer

How to solve this problem ? What is wrong ?

Thanks

  

confused with delivery reports

2011-06-01 Thread Imran Aghayev

Hi there,

I have sqlbox configured and working.

In currently built version I spotted that native 'dlr' table fills with 
dlr records and these records is not deleted, so i stopped

using my 'dlr_url' script and 'sms_delivery_reports' table.


Previously, I used custom table 'sms_delivery_reports' and callback script for 
'dlr_url' which was filling this table.

Could you please clarify why dlr table archives dlr reports and what for 
'dlr_url' then ?

Thank you,
Imran

  

smsbox-route sender patch

2011-05-26 Thread Imran Aghayev

I have a patch which will add routing based on sender number.

Does anyone need it, I am happy to share ?

Should I submit it to cvs/svn ?


Thanks,
Imran
  

smsbox-route with keywords

2011-03-15 Thread Imran Aghayev

Hi there,
I found the following link. Seems old patch but something I am looking for
http://www.mail-archive.com/devel@kannel.org/msg08124.html

Unfortunately, I was unable to patch svn copy taken from trunk. Could anyone 
who dealt with it explain
me how to apply this patch or latest trunk ?

Thanks

  

RE: SMSc delivery reports

2011-03-11 Thread Imran Aghayev

It is possible, i just need real working example.

It is possible to send MT from sendsms and switch it inside to MO and inject it 
back.

Real example please...

Thanks

> Date: Fri, 11 Mar 2011 08:43:53 -0500
> Subject: Re: SMSc delivery reports
> From: cornejo.alv...@gmail.com
> To: imran.agha...@hotmail.co.uk
> CC: leedj89...@aol.com; users@kannel.org
> 
> You can't MO means Mobile Originates ie it is sent from the device
> 
> 
> |-|
> Envíe y Reciba 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 Fri, Mar 11, 2011 at 4:48 AM, Imran Aghayev
>  wrote:
> > Hi,
> > Can u tell me how did u send MO-SMS through web interface?
> >
> > Thanks
> >
> >> To: users@kannel.org
> >> Subject: SMSc delivery reports
> >> From: leedj89...@aol.com
> >> Date: Thu, 10 Mar 2011 06:10:48 -0500
> >>
> >> Hi,
> >>
> >> I can send message to SMSc fine, and I know what to do with the reports
> >> once they come back from from SMSc...
> >>
> >> My question is from a SMSc end, how do the delivery ports get injected
> >> into Kannel. I have a SMSc and they receive my message but do not know
> >> how to send dlr back. Do they send it to port they received it on? Does
> >> it come in as a message or http request ? Obviously they have some kind
> >> of script their end that receives the message but where do they send
> >> DLR to?
> >>
> >> Hope you can help
> >>
> >> Lee
> >>
> >
  

RE: SMSc delivery reports

2011-03-11 Thread Imran Aghayev

Hi,
Can u tell me how did u send MO-SMS through web interface?

Thanks

> To: users@kannel.org
> Subject: SMSc delivery reports
> From: leedj89...@aol.com
> Date: Thu, 10 Mar 2011 06:10:48 -0500
> 
> Hi,
> 
> I can send message to SMSc fine, and I know what to do with the reports 
> once they come back from from SMSc...
> 
> My question is from a SMSc end, how do the delivery ports get injected 
> into Kannel. I have a SMSc and they receive my message but do not know 
> how to send dlr back. Do they send it to port they received it on? Does 
> it come in as a message or http request ? Obviously they have some kind 
> of script their end that receives the message but where do they send 
> DLR to?
> 
> Hope you can help
> 
> Lee
> 
  

RE: smsbox routing based on sender number

2011-03-10 Thread Imran Aghayev

I read it but haven't found information is it possible to route on the basis of 
sender number.
I want to know is it possible or impossible. 
If u know more than please please share ...

Thanks

To: users@kannel.org
From: cza...@thebestisp.co.uk
Subject: Re: smsbox routing based on sender number
Date: Wed, 9 Mar 2011 18:25:54 +







Hi, read the UG about smsbox-route group

Sent from my HTC

- Reply message -
From: "Imran Aghayev" 
To: 
Subject: smsbox routing based on sender number
Date: Wed, Mar 9, 2011 17:00




Folks,
I've got only one SMSC and various smsbox connections for different customers.
I want to route MO with receiver X received from smsc_id SM1 with sender number 
A to smsbox_id S1
amd the same receiver X received from smsc_id SM1 with sender number B to 
smsbox_id S2

How to do it ?
Imran
  

smsbox routing based on sender number

2011-03-09 Thread Imran Aghayev


Folks,
I've got only one SMSC and various smsbox connections for different customers.
I want to route MO with receiver X received from smsc_id SM1 with sender number 
A to smsbox_id S1
amd the same receiver X received from smsc_id SM1 with sender number B to 
smsbox_id S2

How to do it ?
Imran
  

RE: MO message

2011-03-09 Thread Imran Aghayev

Use smsbox-route

something like...

group = smsbox-route
smsc-id = HTTPSMSC
smsbox-id = ESME

> To: users@kannel.org
> Subject: MO message
> From: leedj89...@aol.com
> Date: Wed, 9 Mar 2011 11:44:42 -0500
> 
> Hi All,
> 
> 
> Thank you for support in kannel so far.
> 
> I have hopefully a very easy question that I cannot get my head round.
> 
> My set up is as follows:
> 
> ESME (Kannel Client) ---> Opensmppbox ---> Bearerbox ---> HTTP SMSC
> 
> I can send a message from the ESME and it is received at the SMSC fine.
> 
> How do I send a message from HTTP SMSC to ESME, routed though 
> opensmppbox?
> 
> Any one got example config ?
> 
> Thanks Again
> 
  

inbound routing - one gsm modem smsc multiple smsboxes

2011-02-19 Thread Imran Aghayev

Guys, please dont' ignore my message. Very urgent !

I really need help !

I have one smsc = at gsm modem and 2 smpp clients connected through opensmppbox.

If i use smscbox-route I can assign smsc to one smpp client or to another, 

but what I need is either of:
1. first smpp receive messages sent from my number and second smpp client 
receive messages sent from my friend's number.
basically to be able to route it by sender's number ! Is it possible and how ? 
config sample please

2. To load balance inbound traffic from same smsc between 2 smpp clients.
Is it possible  and how ? please give config sample

Thank you,
Imran



  

smsc reroute

2011-02-17 Thread Imran Aghayev

Can anyone give me an example of how-to use reroute functionality.
I need to turn MO message sent to my gsm modem smsc into MT and deliver to sme 
connected through smppbox
  

Routing incoming SMS to correct SME

2011-02-11 Thread Imran Aghayev

Hi there,
I am connected through opensmppbox with 2 different SME clients.
My question:
I sent a message and my friend also sent. How can I deliver first message to 
SME1 and second message to SME2 with help of kannel routing ?
Can it be done on sender address, receiver address or any other way ?

Please help, 
Thanks,
Imran
  

Kannel and Elite SMS Gateway and smppbox??

2010-11-09 Thread Imran Aghayev

Hi,
I've just found on the internet something called
http://www.thearchitech.com/kannel-smpp-v3-4-server

They say that it is smppbox and they sell it. Is it same smppbox as the one 
available through CVS or it is something else ?

Also same guys sell something called Elite SMS Gateway
http://www.elite-sms-software.com/core-system/smpp-server-api

It seems they are trying to make money on smppbox and kannel? Is it legal ?

Thank you,
Imran
  

kannel realtime configuration

2010-11-08 Thread Imran Aghayev

Hi there,

Two questions:



Does Kannel have possibility to keep configuration in database instead of text 
file ?

Does Kannel support real-time update of configuration without restarting 
bearerbox, smsbox, etc. ?





Thank you

  

RE: sqlbox sql-insert-table not working

2010-08-21 Thread Imran Aghayev

I am very near to lease this mailing list. The reason is replies have very 
basic level such as 'Are you sure?'.
I found it very unhelpful and if non standard situation asked it left 
unanswered.
Of course I am sure, the message left in send_sms table and not picked up by 
sqlbox.
How can I check why sqlbox doesn't read it, maybe in sqlbox log file but I 
don't see anything relatged to sql-insert-table there?

Thanks.

> From: nbalka...@gmail.com
> To: imran.agha...@hotmail.co.uk; users@kannel.org
> Subject: Re: sqlbox sql-insert-table not working
> Date: Sat, 21 Aug 2010 13:32:52 +0300
> 
> Hi,
> 
> Are you sure? It is moved to sent_sms as soon as it is sent to bearerbox. 
> Check there.
> 
> BR,
> Nikos
> - Original Message - 
> From: Imran Aghayev
> To: users@kannel.org
> Sent: Saturday, August 21, 2010 1:22 PM
> Subject: sqlbox sql-insert-table not working
> 
> 
> I want to send message by inserting in send_sms table.
> In sqlbox.conf I have:
> ...
> sql-insert-table = send_sms
> ...
> 
> but sqlbox doesn't pick it up. Why, what is wrong ?
> 
> 
> Thanks 
> 
  

sqlbox sql-insert-table not working

2010-08-21 Thread Imran Aghayev

I want to send message by inserting in send_sms table.
In sqlbox.conf I have:
...
sql-insert-table = send_sms
...

but sqlbox doesn't pick it up. Why, what is wrong ?


Thanks


  

RE: no dlr on status-success

2010-08-12 Thread Imran Aghayev

how-to set dlr-mask in smpp client ?

> Date: Thu, 12 Aug 2010 14:42:21 -0500
> Subject: Re: no dlr on status-success
> From: cornejo.alv...@gmail.com
> To: imran.agha...@hotmail.co.uk
> CC: users@kannel.org
> 
> check dlr type you ask for on each message. use 31 to get all dlrs available
> 
> Read manual for details
> 
> |-|
> Envíe y Reciba 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 Thu, Aug 12, 2010 at 2:31 PM, Imran Aghayev
>  wrote:
> > kannel generates DLR only if it catches failure. I need to have DLR on
> > success sending as well.
> > What is wrong ?
> >
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 65 3a 20 74 69 6d 65 6f 75 74
> > 3d 31 35 2c 20 6d   e: timeout=15, m
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 61 78 3d 31 30 30 0d 0a 43 6f
> > 6e 6e 65 63 74 69   ax=100..Connecti
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 6f 6e 3a 20 4b 65 65 70 2d 41
> > 6c 69 76 65 0d 0a   on: Keep-Alive..
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 54 72 61 6e 73 66 65 72 2d 45
> > 6e 63 6f 64 69 6e   Transfer-Encodin
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 67 3a 20 63 68 75 6e 6b 65 64
> > 0d 0a 43 6f 6e 74   g: chunked..Cont
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 65 6e 74 2d 54 79 70 65 3a 20
> > 74 65 78 74 2f 70   ent-Type: text/p
> > 2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 6c 61 69 6e 0d 0a 0d 0a 66 61
> > 69 6c 75 72 65 0a   lainfailure.
> > 2010-08-12 21:09:20 [8276] [18] DEBUG: Octet string dump ends.
> > 2010-08-12 21:09:20 [8276] [9] ERROR: HTTP[TMOBILE]: Message not accepted.
> > 2010-08-12 21:09:20 [8276] [9] DEBUG: SMSC[TMOBILE]: creating DLR message
> > 2010-08-12 21:09:20 [8276] [9] DEBUG: SMSC[TMOBILE]: DLR = 725d4049
> > 2010-08-12 21:09:20 [8276] [17] DEBUG: send_msg: sending msg to boxc:
> > 
> > 2010-08-12 21:09:20 [8276] [17] DEBUG: boxc_sender: sent message to
> > <127.0.0.1>
> > 2010-08-12 21:09:28 [8276] [11] DEBUG: Dumping 1 messages to store
> > 2010-08-12 21:09:29 [8276] [2] DEBUG: HTTP: Creating HTTPClient for
> > `89.240.195.169'.
> > 2010-08-12 21:09:29 [8276] [2] DEBUG: HTTP: Created HTTPClient area
> > 0x81b8d40.
> > 2010-08-12 21:09:29 [8276] [3] DEBUG: sql: SELECT count(*) FROM `dlr`
> > 2010-08-12 21:09:29 [8276] [3] DEBUG: column=count(*) buffer_type=8
> > max_length=0 length=21
> > 2010-08-12 21:09:29 [8276] [3] DEBUG: HTTP: Resetting HTTPClient for
> > `89.240.195.169'.
> >
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 61 78 3d 31 30 30 0d 0a 43 6f
> > 6e 6e 65 63 74 69   ax=100..Connecti
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 6f 6e 3a 20 4b 65 65 70 2d 41
> > 6c 69 76 65 0d 0a   on: Keep-Alive..
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 54 72 61 6e 73 66 65 72 2d 45
> > 6e 63 6f 64 69 6e   Transfer-Encodin
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 67 3a 20 63 68 75 6e 6b 65 64
> > 0d 0a 43 6f 6e 74   g: chunked..Cont
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 65 6e 74 2d 54 79 70 65 3a 20
> > 74 65 78 74 2f 70   ent-Type: text/p
> > 2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 6c 61 69 6e 0d 0a 0d 0a 6f 6b
> > 0a  lainok.
> > 2010-08-12 21:06:13 [8085] [16] DEBUG: Octet string dump ends.
> > 2010-08-12 21:06:25 [8085] [11] DEBUG: Dumping 0 messages to store
> >
> >
  

no dlr on status-success

2010-08-12 Thread Imran Aghayev

kannel generates DLR only if it catches failure. I need to have DLR on success 
sending as well.
What is wrong ?

2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 65 3a 20 74 69 6d 65 6f 75 74 3d 
31 35 2c 20 6d   e: timeout=15, m
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 61 78 3d 31 30 30 0d 0a 43 6f 6e 
6e 65 63 74 69   ax=100..Connecti
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 6f 6e 3a 20 4b 65 65 70 2d 41 6c 
69 76 65 0d 0a   on: Keep-Alive..
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 54 72 61 6e 73 66 65 72 2d 45 6e 
63 6f 64 69 6e   Transfer-Encodin
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 67 3a 20 63 68 75 6e 6b 65 64 0d 
0a 43 6f 6e 74   g: chunked..Cont
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 65 6e 74 2d 54 79 70 65 3a 20 74 
65 78 74 2f 70   ent-Type: text/p
2010-08-12 21:09:20 [8276] [18] DEBUG:   data: 6c 61 69 6e 0d 0a 0d 0a 66 61 69 
6c 75 72 65 0a   lainfailure.
2010-08-12 21:09:20 [8276] [18] DEBUG: Octet string dump ends.
2010-08-12 21:09:20 [8276] [9] ERROR: HTTP[TMOBILE]: Message not accepted.
2010-08-12 21:09:20 [8276] [9] DEBUG: SMSC[TMOBILE]: creating DLR message
2010-08-12 21:09:20 [8276] [9] DEBUG: SMSC[TMOBILE]: DLR = 725d4049
2010-08-12 21:09:20 [8276] [17] DEBUG: send_msg: sending msg to boxc: 
2010-08-12 21:09:20 [8276] [17] DEBUG: boxc_sender: sent message to <127.0.0.1>
2010-08-12 21:09:28 [8276] [11] DEBUG: Dumping 1 messages to store
2010-08-12 21:09:29 [8276] [2] DEBUG: HTTP: Creating HTTPClient for 
`89.240.195.169'.
2010-08-12 21:09:29 [8276] [2] DEBUG: HTTP: Created HTTPClient area 0x81b8d40.
2010-08-12 21:09:29 [8276] [3] DEBUG: sql: SELECT count(*) FROM `dlr`
2010-08-12 21:09:29 [8276] [3] DEBUG: column=count(*) buffer_type=8 
max_length=0 length=21
2010-08-12 21:09:29 [8276] [3] DEBUG: HTTP: Resetting HTTPClient for 
`89.240.195.169'.

2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 61 78 3d 31 30 30 0d 0a 43 6f 6e 
6e 65 63 74 69   ax=100..Connecti
2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 6f 6e 3a 20 4b 65 65 70 2d 41 6c 
69 76 65 0d 0a   on: Keep-Alive..
2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 54 72 61 6e 73 66 65 72 2d 45 6e 
63 6f 64 69 6e   Transfer-Encodin
2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 67 3a 20 63 68 75 6e 6b 65 64 0d 
0a 43 6f 6e 74   g: chunked..Cont
2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 65 6e 74 2d 54 79 70 65 3a 20 74 
65 78 74 2f 70   ent-Type: text/p
2010-08-12 21:06:13 [8085] [16] DEBUG:   data: 6c 61 69 6e 0d 0a 0d 0a 6f 6b 0a 
 lainok.
2010-08-12 21:06:13 [8085] [16] DEBUG: Octet string dump ends.
2010-08-12 21:06:25 [8085] [11] DEBUG: Dumping 0 messages to store

  

RE: dlr smppbox

2010-08-12 Thread Imran Aghayev

Do I understand correctly that smppbox uses mysql as temporary storage and the 
fact that
dlrs left in dlr table is only because smppbox couldn't deliver it to smsc ?

Which of these two parameters identify smppbox as smsc within kannel: 
smppbox-id or our-system-id ?

>From smpplogs below could anyone tell me to which smsc smppbox failed to 
>deliver report ? 

Thanks
From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk; alejandro.guerri...@gmail.com; users@kannel.org
Subject: RE: dlr smppbox
Date: Thu, 12 Aug 2010 15:17:11 +0200



















You are not getting a delivery report because the message was
not sent anywhere.

There was an attempt to deliver to a so-called http smsc. But it
didn’t point to a valid smsc.

 

Try an svn update on smppbox. Latest version knows how to handle
nacks from bearerbox.

 

== Rene

 





From: Imran Aghayev
[mailto:imran.agha...@hotmail.co.uk] 

Sent: Thursday, 12 August, 2010 14:08

To: rene.klu...@chimit.nl; alejandro.guerri...@gmail.com;
users@kannel.org

Subject: RE: dlr smppbox





 

Here is smppbox.log file output...

Please tell me why emse doesn't receive deliver_sm



2010-08-10 22:23:49 [9467] [13] DEBUG: Thread 13 (smppbox.c:function) maps to
pid 9467.

2010-08-10 22:23:49 [9467] [0] DEBUG: Started thread 13 (smppbox.c:function)

2010-08-10 22:23:49 [9467] [13] INFO: Client connected from <127.0.0.1>

2010-08-10 22:23:49 [9467] [13] DEBUG: Connecting to <127.0.0.1>

2010-08-10 22:23:49 [9467] [13] INFO: Connected to bearerbox at localhost port
13778.

2010-08-10 22:23:49 [9467] [13] DEBUG: Started thread 14
(smppbox.c:smpp_to_bearerbox)

2010-08-10 22:23:49 [9467] [14] DEBUG: Thread 14 (smppbox.c:smpp_to_bearerbox)
maps to pid 9467.

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP[SMPP Router]: Got PDU:

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP PDU 0x8186f40 dump:

2010-08-10 22:23:50 [9467] [14] DEBUG:   type_name: bind_transmitter

2010-08-10 22:23:50 [9467] [14] DEBUG:   command_id: 2 = 0x0002

2010-08-10 22:23:50 [9467] [14] DEBUG:   command_status: 0 =
0x

2010-08-10 22:23:50 [9467] [14] DEBUG:   sequence_number: 1 =
0x0001

2010-08-10 22:23:50 [9467] [14] DEBUG:   system_id: "aldo2"

2010-08-10 22:23:50 [9467] [14] DEBUG:   password: "aldo2"

2010-08-10 22:23:50 [9467] [14] DEBUG:   system_type:
"SMPP"

2010-08-10 22:23:50 [9467] [14] DEBUG:   interface_version: 52 =
0x0034

2010-08-10 22:23:50 [9467] [14] DEBUG:   addr_ton: 0 = 0x

2010-08-10 22:23:50 [9467] [14] DEBUG:   addr_npi: 0 = 0x

2010-08-10 22:23:50 [9467] [14] DEBUG:   address_range: NULL

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP PDU dump ends.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: smppbox[SMPP]: Multiple login:
disconnect.

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP[SMPP]: Sending PDU:

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP PDU 0x8187198 dump:

2010-08-10 22:23:50 [9467] [14] DEBUG:   type_name:
bind_transmitter_resp

2010-08-10 22:23:50 [9467] [14] DEBUG:   command_id: 2147483650 =
0x8002

2010-08-10 22:23:50 [9467] [14] DEBUG:   command_status: 0 =
0x

2010-08-10 22:23:50 [9467] [14] DEBUG:   sequence_number: 1 =
0x0001

2010-08-10 22:23:50 [9467] [14] DEBUG:   system_id: "aldo2"

2010-08-10 22:23:50 [9467] [14] DEBUG: SMPP PDU dump ends.

2010-08-10 22:23:51 [9467] [14] DEBUG: SMPP[SMPP]: Got PDU:

2010-08-10 22:23:51 [9467] [14] DEBUG: SMPP PDU 0x8186f40 dump:

2010-08-10 22:23:51 [9467] [14] DEBUG:   type_name: submit_sm

2010-08-10 22:23:51 [9467] [14] DEBUG:   command_id: 4 = 0x0004

2010-08-10 22:23:51 [9467] [14] DEBUG:   command_status: 0 =
0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   sequence_number: 2 =
0x0002

2010-08-10 22:23:51 [9467] [14] DEBUG:   service_type: NULL

2010-08-10 22:23:51 [9467] [14] DEBUG:   source_addr_ton: 1 =
0x0001

2010-08-10 22:23:51 [9467] [14] DEBUG:   source_addr_npi: 0 =
0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   source_addr:
"447939615261"

2010-08-10 22:23:51 [9467] [14] DEBUG:   dest_addr_ton: 1 =
0x0001

2010-08-10 22:23:51 [9467] [14] DEBUG:   dest_addr_npi: 0 =
0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   destination_addr:
"447939615261"

2010-08-10 22:23:51 [9467] [14] DEBUG:   esm_class: 0 = 0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   protocol_id: 0 = 0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   priority_flag: 0 =
0x

2010-08-10 22:23:51 [9467] [14] DEBUG:   schedule_delivery_time: NULL

2010-08-10 22

RE: dlr smppbox

2010-08-12 Thread Imran Aghayev
10 22:23:52 [9467] [14] DEBUG:   command_id: 6 = 0x0006
2010-08-10 22:23:52 [9467] [14] DEBUG:   command_status: 0 = 0x
2010-08-10 22:23:52 [9467] [14] DEBUG:   sequence_number: 3 = 0x0003
2010-08-10 22:23:52 [9467] [14] DEBUG: SMPP PDU dump ends.
2010-08-10 22:23:52 [9467] [14] DEBUG: SMPP[SMPP]: Sending PDU:
2010-08-10 22:23:52 [9467] [14] DEBUG: SMPP PDU 0x8187260 dump:
2010-08-10 22:23:52 [9467] [14] DEBUG:   type_name: unbind_resp
2010-08-10 22:23:52 [9467] [14] DEBUG:   command_id: 2147483654 = 0x8006
2010-08-10 22:23:52 [9467] [14] DEBUG:   command_status: 0 = 0x
2010-08-10 22:23:52 [9467] [14] DEBUG:   sequence_number: 3 = 0x0003
2010-08-10 22:23:52 [9467] [14] DEBUG: SMPP PDU dump ends.
2010-08-10 22:23:52 [9467] [14] DEBUG: Thread 14 (smppbox.c:smpp_to_bearerbox) 
terminates.


From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk; alejandro.guerri...@gmail.com; users@kannel.org
Subject: RE: dlr smppbox
Date: Wed, 11 Aug 2010 12:55:47 +0200



















Could you also post your smppbox.log?

 





From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Imran
Aghayev

Sent: Wednesday, 11 August, 2010 12:14

To: alejandro.guerri...@gmail.com; users@kannel.org

Subject: RE: dlr smppbox





 

I read it, it does not matter what is in log
file, Not found, ok or failure.

My question was about Delivery report not http smsc response.



At the bottom of log file you can see SMSC[EXTERNAL]: creating DLR message

So this DLR messages inserted to dlr table but esme doesn't receive it.

I need to find why esme didn't got deliver_sm ?



Thanks







Date:
Wed, 11 Aug 2010 11:34:55 +0200

Subject: Re: dlr smppbox

From: alejandro.guerri...@gmail.com

To: imran.agha...@hotmail.co.uk

CC: rene.klu...@chimit.nl; users@kannel.org



Did you _really_ read the log entry?



 





It
shows "404 Not Found" and a reference to "www.azeriguide.co.uk",
does that ring any bells?





 





Regards,





 





Alex





 



On
Wed, Aug 11, 2010 at 11:17 AM, Imran Aghayev 
wrote:



This
is what I have in bearebox log. smppbox inserts into dlr table and that is ok.

But esme didnt receive DLR message. Maybe problem is in boxc name SMPP ?

How to set smppbox name to SMPP ?



Thanks



2010-08-10 22:23:51 [9436] [9] ERROR: HTTP[EXTERNAL]: Message was rejected.
SMSC reponse was:

2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string at 0x81ab8b8:

2010-08-10 22:23:51 [9436] [9] DEBUG:   len:  278

2010-08-10 22:23:51 [9436] [9] DEBUG:   size: 279

2010-08-10 22:23:51 [9436] [9] DEBUG:   immutable: 0

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 21 44 4f 43 54 59 50
45 20 48 54 4d 4c 20 50   ..

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 74 69 74 6c 65 3e 34
30 34 20 4e 6f 74 20 46   404 Not F

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 75 6e 64 3c 2f 74 69
74 6c 65 3e 0a 3c 2f 68   ound..N

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 74 20 46 6f 75 6e 64
3c 2f 68 31 3e 0a 3c 70   ot Found.The requested U

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 52 4c 20 2f 63 67 69 2d
62 69 6e 2f 73 65 6e 64   RL /cgi-bin/send

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 73 6d 73 20 77 61 73 20
6e 6f 74 20 66 6f 75 6e   sms was not foun

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 64 20 6f 6e 20 74 68 69
73 20 73 65 72 76 65 72   d on this server

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 2e 3c 2f 70 3e 0a 3c 68
72 3e 0a 3c 61 64 64 72   ...  Server at

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 77 77 77 2e 61 7a 65 72
69 67 75 69 64 65 2e 63   www.azeriguide.c

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 2e 75 6b 20 50 6f 72
74 20 38 30 3c 2f 61 64   o.uk
Port 80..

2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string dump ends.

2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: creating DLR message

2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: DLR = c2ec14d5

2010-08-10 22:23:51 [9436] [27] DEBUG: send_msg: sending msg to boxc:


2010-08-10 22:23:51 [9436] [27] DEBUG: boxc_sender: sent message to
<127.0.0.1>















From:
rene.klu...@chimit.nl

To: imran.agha...@hotmail.co.uk;
users@kannel.org

Subject: RE: dlr smppbox



Date: Wed, 11 Aug 2010 00:26:45 +0200





1.

Registered_delivery flag is not a Kannel variable. It can be set
to 1 or 0. For its designated purposes, I refer to the SMPP specifications.

 

2. If you set registered_delivery flag to 1, you should get a
delivery report (deliver_sm), once upon Kannel receives it. Do you see anything
in your bearerbox logs indicating about that?

 

== Rene

 







From: Imran Aghayev [mailto:imran.agha...@hotmail.co.uk] 



Sent: Tuesday, 10 August,
2010 22:47



To: rene.klu...@chimit.nl; users@kannel.org

Subject: RE: dlr smppbox







 

Thanks,

I have 2 more questions:



1. When I set registered_delivery flag to 1 kannel writes to dlr table 

but when I set registed_delivery flag to 31 (1f in hex) it does not write
anything. Why a

RE: dlr smppbox

2010-08-11 Thread Imran Aghayev

I read it, it does not matter what is in log file, Not found, ok or failure.
My question was about Delivery report not http smsc response.

At the bottom of log file you can see SMSC[EXTERNAL]: creating DLR message
So this DLR messages inserted to dlr table but esme doesn't receive it.
I need to find why esme didn't got deliver_sm ?

Thanks

Date: Wed, 11 Aug 2010 11:34:55 +0200
Subject: Re: dlr smppbox
From: alejandro.guerri...@gmail.com
To: imran.agha...@hotmail.co.uk
CC: rene.klu...@chimit.nl; users@kannel.org

Did you _really_ read the log entry?
It shows "404 Not Found" and a reference to "www.azeriguide.co.uk", does that 
ring any bells?

Regards,
Alex
On Wed, Aug 11, 2010 at 11:17 AM, Imran Aghayev  
wrote:






This is what I have in bearebox log. smppbox inserts into dlr table and that is 
ok.
But esme didnt receive DLR message. Maybe problem is in boxc name SMPP ?
How to set smppbox name to SMPP ?

Thanks

2010-08-10 22:23:51 [9436] [9] ERROR: HTTP[EXTERNAL]: Message was rejected. 
SMSC reponse was:

2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string at 0x81ab8b8:
2010-08-10 22:23:51 [9436] [9] DEBUG:   len:  278
2010-08-10 22:23:51 [9436] [9] DEBUG:   size: 279
2010-08-10 22:23:51 [9436] [9] DEBUG:   immutable: 0

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 21 44 4f 43 54 59 50 45 20 48 
54 4d 4c 20 50   ..

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 74 69 74 6c 65 3e 34 30 34 20 
4e 6f 74 20 46   404 Not F
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 75 6e 64 3c 2f 74 69 74 6c 65 
3e 0a 3c 2f 68   ound..N
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 74 20 46 6f 75 6e 64 3c 2f 68 
31 3e 0a 3c 70   ot Found.The requested U
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 52 4c 20 2f 63 67 69 2d 62 69 6e 
2f 73 65 6e 64   RL /cgi-bin/send

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 73 6d 73 20 77 61 73 20 6e 6f 74 
20 66 6f 75 6e   sms was not foun
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 64 20 6f 6e 20 74 68 69 73 20 73 
65 72 76 65 72   d on this server

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 2e 3c 2f 70 3e 0a 3c 68 72 3e 0a 
3c 61 64 64 72   ...  Server at

2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 77 77 77 2e 61 7a 65 72 69 67 75 
69 64 65 2e 63   www.azeriguide.c
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 2e 75 6b 20 50 6f 72 74 20 38 
30 3c 2f 61 64   o.uk Port 80..

2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string dump ends.
2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: creating DLR message
2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: DLR = c2ec14d5
2010-08-10 22:23:51 [9436] [27] DEBUG: send_msg: sending msg to boxc: 

2010-08-10 22:23:51 [9436] [27] DEBUG: boxc_sender: sent message to <127.0.0.1>


From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk; users@kannel.org

Subject: RE: dlr smppbox
Date: Wed, 11 Aug 2010 00:26:45 +0200



















1.


Registered_delivery flag is not a Kannel variable. It can be set
to 1 or 0. For its designated purposes, I refer to the SMPP specifications.


 


2. If you set registered_delivery flag to 1, you should get a delivery
report (deliver_sm), once upon Kannel receives it. Do you see anything in your
bearerbox logs indicating about that?


 


== Rene


 






From: Imran Aghayev
[mailto:imran.agha...@hotmail.co.uk] 


Sent: Tuesday, 10 August, 2010 22:47

To: rene.klu...@chimit.nl; users@kannel.org

Subject: RE: dlr smppbox






 


Thanks,

I have 2 more questions:



1. When I set registered_delivery flag to 1 kannel writes to dlr table 

but when I set registed_delivery flag to 31 (1f in hex) it does not write
anything. Why and what is wrong ?



2. I use php esme client and after submit_sm I got only submit_sm_resp.

Then I wait for next PDU but never got deliver_sm pdu. Why ?



Thanks







From: rene.klu...@chimit.nl

To: imran.agha...@hotmail.co.uk; users@kannel.org

Subject: RE: dlr smppbox

Date: Tue, 10 Aug 2010 20:02:59 +0200



You will get a deliver_sm for every message that you request a
delivery report for.


 






From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Imran
Aghayev

Sent: Tuesday, 10 August, 2010 19:12

To: users@kannel.org

Subject: dlr smppbox






 


Dear all,

What happens if I will request Delivery report from smppbox ?





Thanks



  

  

RE: dlr smppbox

2010-08-11 Thread Imran Aghayev

This is what I have in bearebox log. smppbox inserts into dlr table and that is 
ok.
But esme didnt receive DLR message. Maybe problem is in boxc name SMPP ?
How to set smppbox name to SMPP ?

Thanks

2010-08-10 22:23:51 [9436] [9] ERROR: HTTP[EXTERNAL]: Message was rejected. 
SMSC reponse was:
2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string at 0x81ab8b8:
2010-08-10 22:23:51 [9436] [9] DEBUG:   len:  278
2010-08-10 22:23:51 [9436] [9] DEBUG:   size: 279
2010-08-10 22:23:51 [9436] [9] DEBUG:   immutable: 0
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 21 44 4f 43 54 59 50 45 20 48 
54 4d 4c 20 50   ..
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 3c 74 69 74 6c 65 3e 34 30 34 20 
4e 6f 74 20 46   404 Not F
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 75 6e 64 3c 2f 74 69 74 6c 65 
3e 0a 3c 2f 68   ound..N
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 74 20 46 6f 75 6e 64 3c 2f 68 
31 3e 0a 3c 70   ot Found.The requested U
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 52 4c 20 2f 63 67 69 2d 62 69 6e 
2f 73 65 6e 64   RL /cgi-bin/send
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 73 6d 73 20 77 61 73 20 6e 6f 74 
20 66 6f 75 6e   sms was not foun
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 64 20 6f 6e 20 74 68 69 73 20 73 
65 72 76 65 72   d on this server
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 2e 3c 2f 70 3e 0a 3c 68 72 3e 0a 
3c 61 64 64 72   ...  Server at
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 77 77 77 2e 61 7a 65 72 69 67 75 
69 64 65 2e 63   www.azeriguide.c
2010-08-10 22:23:51 [9436] [9] DEBUG:   data: 6f 2e 75 6b 20 50 6f 72 74 20 38 
30 3c 2f 61 64   o.uk Port 80..
2010-08-10 22:23:51 [9436] [9] DEBUG: Octet string dump ends.
2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: creating DLR message
2010-08-10 22:23:51 [9436] [9] DEBUG: SMSC[EXTERNAL]: DLR = c2ec14d5
2010-08-10 22:23:51 [9436] [27] DEBUG: send_msg: sending msg to boxc: 
2010-08-10 22:23:51 [9436] [27] DEBUG: boxc_sender: sent message to <127.0.0.1>


From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk; users@kannel.org
Subject: RE: dlr smppbox
Date: Wed, 11 Aug 2010 00:26:45 +0200



















1.

Registered_delivery flag is not a Kannel variable. It can be set
to 1 or 0. For its designated purposes, I refer to the SMPP specifications.

 

2. If you set registered_delivery flag to 1, you should get a delivery
report (deliver_sm), once upon Kannel receives it. Do you see anything in your
bearerbox logs indicating about that?

 

== Rene

 





From: Imran Aghayev
[mailto:imran.agha...@hotmail.co.uk] 

Sent: Tuesday, 10 August, 2010 22:47

To: rene.klu...@chimit.nl; users@kannel.org

Subject: RE: dlr smppbox





 

Thanks,

I have 2 more questions:



1. When I set registered_delivery flag to 1 kannel writes to dlr table 

but when I set registed_delivery flag to 31 (1f in hex) it does not write
anything. Why and what is wrong ?



2. I use php esme client and after submit_sm I got only submit_sm_resp.

Then I wait for next PDU but never got deliver_sm pdu. Why ?



Thanks







From: rene.klu...@chimit.nl

To: imran.agha...@hotmail.co.uk; users@kannel.org

Subject: RE: dlr smppbox

Date: Tue, 10 Aug 2010 20:02:59 +0200



You will get a deliver_sm for every message that you request a
delivery report for.

 





From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Imran
Aghayev

Sent: Tuesday, 10 August, 2010 19:12

To: users@kannel.org

Subject: dlr smppbox





 

Dear all,

What happens if I will request Delivery report from smppbox ?





Thanks



  

RE: dlr smppbox

2010-08-10 Thread Imran Aghayev

Thanks,
I have 2 more questions:

1. When I set registered_delivery flag to 1 kannel writes to dlr table 
but when I set registed_delivery flag to 31 (1f in hex) it does not write 
anything. Why and what is wrong ?

2. I use php esme client and after submit_sm I got only submit_sm_resp.
Then I wait for next PDU but never got deliver_sm pdu. Why ?

Thanks

From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk; users@kannel.org
Subject: RE: dlr smppbox
Date: Tue, 10 Aug 2010 20:02:59 +0200
















You will get a deliver_sm for every message that you request a
delivery report for.

 





From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Imran
Aghayev

Sent: Tuesday, 10 August, 2010 19:12

To: users@kannel.org

Subject: dlr smppbox





 

Dear all,

What happens if I will request Delivery report from smppbox ?





Thanks

  

dlr smppbox

2010-08-10 Thread Imran Aghayev

Dear all,
What happens if I will request Delivery report from smppbox ?



Thanks

  

RE: esme and http smsc delivery report

2010-08-07 Thread Imran Aghayev

I have system-type = generic cause I use non-kannel HTTP API to send messages.
You refer me to the previous email which doesn't have proper explanation.
http response statuses are the following:
status-success-regex = "ok"
status-permfail-regex = "failure"

I am not sure that the generic smsc I have sends DLRs, how to check it ?

Thanks



> From: nbalka...@gmail.com
> To: imran.agha...@hotmail.co.uk; users@kannel.org
> Subject: Re: esme and http smsc delivery report
> Date: Sat, 7 Aug 2010 22:34:16 +0300
> 
> Hi,
> 
> And, yes, I remember answering. So please read your mail and don't reapeat 
> the same questions.
> 
> You have to use
> 
> system-type = kannel
> 
> to receive DLRs from your http SMSc. Read User's guide about configuring it. 
> There are plenty of examples in there. You also have to include a dlr-mask 
> in your request to smppbox. If still having problems, post detailed relevant 
> bb logs.
> 
> BR,
> Nikos
> - Original Message - 
> From: Imran Aghayev
> To: users@kannel.org
> Sent: Saturday, August 07, 2010 7:44 PM
> Subject: esme and http smsc delivery report
> 
> 
> I already asked this question but didnt get the solution.
> It seems that nobody knows how to help me.
> 
> I have esme client connected to kannel through smppbox. In kannel I have 
> http smsc server.
> esme client sends a message which is is routed and sent out through http 
> smsc inside kannel.
> quesiton: How to setup kannel to report esme about delivery ? At the moment 
> esme after
> passing a message to kannel doesn't know was the delivery successful or not.
> I need to send back delivery report or something to inform esme about status 
> of submitted message.
> How to configure kannel to do it ? Please give examples !
> 
> Thanks 
> 
  

esme and http smsc delivery report

2010-08-07 Thread Imran Aghayev

I already asked this question but didnt get the solution.
It seems that nobody knows how to help me.

I have esme client connected to kannel through smppbox. In kannel I have http 
smsc server.
esme client sends a message which is is routed and sent out through http smsc 
inside kannel.
quesiton: How to setup kannel to report esme about delivery ? At the moment 
esme after
passing a message to kannel doesn't know was the delivery successful or not.
I need to send back delivery report or something to inform esme about status of 
submitted message.
How to configure kannel to do it ? Please give examples !

Thanks

  

php smpp client

2010-08-06 Thread Imran Aghayev

At the moment I am using PEAR Net_SMPP to connect to smppbox.
Can anyone advice me non PEAR Php smpp client which works fine with smppbox ?

Thanks


  

RE: generic http smsc statuses

2010-07-25 Thread Imran Aghayev

Hi,
I've done some tests. Kannel writes to log file if message were rejected 
probably vy status-permfail-regex parameter.
I want smsc to report it back somehow to sme or sqlbox about if message were 
rejected ot accepted in remote http smsc.
How to do it ?

Imran

> From: nbalka...@gmail.com
> To: sangpr...@gmail.com; imran.agha...@hotmail.co.uk
> CC: users@kannel.org
> Subject: Re: generic http smsc statuses
> Date: Sat, 24 Jul 2010 21:30:34 +0300
> 
> Hi,
> 
> Better yet, send a couple of tests and run bb witrh maximum detail logs. 
> There you can see the responses returned by your SMSC and configure these 
> parameters accordingly.
> 
> BR,
> Nkos
> - Original Message - 
> From: sangprabv
> To: Imran Aghayev
> Cc: nbalka...@gmail.com ; users@kannel.org
> Sent: Saturday, July 24, 2010 6:01 PM
> Subject: Re: generic http smsc statuses
> 
> 
> You need to refer to the API from your telco and check how do they response 
> each MT from partners (you). Standard Kannel HTTP SMSC will expect HTTP 
> response body from telco. Some telco uses XML to response MT, while others 
> maybe use HTTP Header responses, or even a SOAP format. So once again please 
> check the API from your telco to make sure it is compatible with Kannel, 
> otherwise you need to hack Kannel's source code :)
> 
> 
> 
> 
> 
> 
> sangprabv
> sangpr...@gmail.com
> http://www.petitiononline.com/froyo/
> 
> 
> 
> 
> On Jul 24, 2010, at 9:17 PM, Imran Aghayev wrote:
> 
> 
> 
> Hi Nikos,
> You said '...here you specify reponse text returned by SMSc for each of 
> these cases...'
> Where does SMSc returns these statuses? How these statuses interpret by 
> kannel ?
> Does kannel writes them to logs. Is it possible to use these statuses for 
> delivery reports?
> 
> Imran
> 
> 
> > From: nbalka...@gmail.com
> > To: imran.agha...@hotmail.co.uk; users@kannel.org
> > Subject: Re: generic http smsc statuses
> > Date: Sat, 24 Jul 2010 15:53:12 +0300
> >
> > Hi,
> >
> > Hi,
> >
> > As explained in User's guide. In http smsc, you need a way to determine 
> > the
> > status of the pushed SMS: Accepted, Rejected, temporary failure. These are
> > unrelated to HTTP status codes, and here you specify reponse text returned
> > by SMSc for each of these cases.
> >
> > BR,
> > Nikos
> > - Original Message - 
> > From: Imran Aghayev
> > To: users@kannel.org
> > Sent: Saturday, July 24, 2010 3:17 PM
> > Subject: generic http smsc statuses
> >
> >
> > Hi,
> > Could anyone explain me what are these for and how kannel use them 
> > depending
> > on the http server response ??
> >
> >
> > status-success-regex = "ok"
> >
> > status-permfail-regex = "failure"
> > status-tempfail-regex = "retry later"
> >
> >
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Get a new e-mail account with Hotmail - Free. Sign-up now.
> >
> 
> 
> 
> Get a free e-mail account with Hotmail. Sign-up now. 
> 
  
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/


[no subject]

2010-07-24 Thread Imran Aghayev

Hi,

I have 2 http smsc. I have one smppbox and one sme connected to it.
I want to separate MT traffic by destination prefixes.
Say for national destinations starting from 020 I want to use first smsc.
For international traffic starting from + or 00 I want to use second smsc.

How should I configure kannel.conf, smppbox.conf in order to implement it?
Should I use smsbox-route group?

Thanks

  
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now

RE: generic http smsc statuses

2010-07-24 Thread Imran Aghayev


Hi Nikos,
You said '...here you specify reponse text returned by SMSc for each of these 
cases...'
Where does SMSc returns these statuses? How these statuses interpret by kannel ?
Does kannel writes them to logs. Is it possible to use these statuses for 
delivery reports?

Imran


> From: nbalka...@gmail.com
> To: imran.agha...@hotmail.co.uk; users@kannel.org
> Subject: Re: generic http smsc statuses
> Date: Sat, 24 Jul 2010 15:53:12 +0300
> 
> Hi,
> 
> Hi,
> 
> As explained in User's guide. In http smsc, you need a way to determine the 
> status of the pushed SMS: Accepted, Rejected, temporary failure. These are 
> unrelated to HTTP status codes, and here you specify reponse text returned 
> by SMSc for each of these cases.
> 
> BR,
> Nikos
> - Original Message - 
> From: Imran Aghayev
> To: users@kannel.org
> Sent: Saturday, July 24, 2010 3:17 PM
> Subject: generic http smsc statuses
> 
> 
> Hi,
> Could anyone explain me what are these for and how kannel use them depending 
> on the http server response ??
> 
> 
> status-success-regex = "ok"
> 
> status-permfail-regex = "failure"
> status-tempfail-regex = "retry later"
> 
> 
> 
> 
> Thanks
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Get a new e-mail account with Hotmail - Free. Sign-up now. 
> 
  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

generic http smsc statuses

2010-07-24 Thread Imran Aghayev

Hi,
Could anyone explain me what are these for and how kannel use them depending on 
the http server response ??


status-success-regex = "ok"

status-permfail-regex = "failure"
status-tempfail-regex = "retry later"




Thanks








  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

sendsms and MO message

2010-07-23 Thread Imran Aghayev


>From Userguide I found "...For MO traffic we simply expect the
  remote HTTP caller to use Kannel's sendsms HTTP API on the given port to 
  inject MO messages"

When I call

http://localhost/cgi-bin/sendsms?username=me&password=123&from=imran&to=07939615261&text=something

I receive a message on my phone and sqlbox treats it as MT

How to do MO through sendsms??

Thanks



  
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now

generic http smsc and delivery reports

2010-07-23 Thread Imran Aghayev

Hi,
I have generic http based smsc configured in kannel.
How can I make delivery reports working for such smsc and report it back to sme 
?

Thanks

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now

MO and smppbox

2010-07-23 Thread Imran Aghayev

Hi,

If message is Mobile Originated (sent from mobile phone) 
and received inside kannel from SMSC
how to deliver it to ESME connected to smppbox ?


Thanks

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

smppbox and sms-service

2010-07-23 Thread Imran Aghayev


Guys,

When I send sms through smppbox it is routed and delivered to the handset 
through "route-to-smsc"
but I need it to fall into sms-service and trigger get-url.

How can I make smppbox pass messages to sms-service ?

Thanks


  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

RE: smppbox binding problem :: what is system_type ?

2010-07-23 Thread Imran Aghayev

One more question.

Smppbox is possible to obtain only through svn and not from 'Download' section 
of Kannel website.
What is the reason for that ?
It is free for personal use ? 
And what about commercial use ? 
Thanks

From: rene.klu...@chimit.nl
To: imran.agha...@hotmail.co.uk
Subject: RE: smppbox binding problem :: what is system_type ?
Date: Fri, 23 Jul 2010 14:24:04 +0200



















Vma stands for voicemail activation. It is a standard “system-type”
that a lot of providers use, but opensmppbox does not.

 

As for your other questions: They are covered in the opensmppbox
userguide.  A copy can be found: http://www.chimit.nl/kannel/userguide.pdf.

 

== Rene

 

 





From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Imran
Aghayev

Sent: vrijdag 23 juli 2010 13:47

To: users@kannel.org

Subject: RE: smppbox binding problem :: what is system_type ?





 

Hi there,

Thanks to Rene, password was wrong. It is working now.



Have more questions:





In my smppbox.conf I have

smppbox-id = "SMPP Router"

then

our-system-id = aldo2



In smpplogins.txt I have

aldo2 aldo2 SMPP



and client required system_id, password and system_type



Now questions:

1. What is third parameter in smpplogins.txt?

2. Why in default smpplogins.txt third parameter shown as vma and what is vma? 

3. What is 4th parameter (127.0.0.1) in smpplogins.txt ?

4. What is system-type ?

5. Is our-system-id and system_type are same things ?

6. what purpose is smppbox-id ?

7. Is smppbox-id and system_type are same things ?



Imran







From: rene.klu...@chimit.nl

To: perumaa...@gmail.com; users@kannel.org; imran.agha...@hotmail.co.uk

Subject: RE: smppbox binding problem :: Invalid SMPP PDU received

Date: Fri, 23 Jul 2010 13:06:57 +0200



Urm, not really.

The question was about smppbox, not Kannel as SMPP client.

In this case Kannel is the service provider. Documentation can
be made from the smppbox source tree.

There is a section about what system-type means.

 

== Rene

 



From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Perumaal
Krishnaraj

Sent: vrijdag 23 juli 2010 11:57

To: users@kannel.org; Imran Aghayev

Subject: Re: smppbox binding problem :: Invalid SMPP PDU received



 

Hello,

I think the system-type configuration should be -

system-type = "VMA"

or

system-type = ""



depending on your service provider.



Regards,

Perumaal.K



On
Fri, Jul 23, 2010 at 3:14 PM, Imran Aghayev 
wrote:



Hi
guys,

I have a problem. I've built smppbox from cvs repository and have problems when
smpp 

client tried to bind it.



For smpp client I use php pear class NET_SMPP_Client.



Whenever I try to bind it it says couldn't bind. 

In smpplog file is the following:



2010-07-23 11:26:39 [3870] [9] INFO: Client connected from <127.0.0.1>

2010-07-23 11:26:39 [3870] [9] DEBUG: Connecting to <127.0.0.1>

2010-07-23 11:26:39 [3870] [9] INFO: Connected to bearerbox at localhost port
13777.

2010-07-23 11:26:39 [3870] [9] DEBUG: Started thread 10
(smppbox.c:smpp_to_bearerbox)

2010-07-23 11:26:39 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox)
maps to pid 3870.

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Got PDU:

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x8183180 dump:

2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2 = 0x0002

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 0 =
0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 =
0x0001

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: "aldo2"

2010-07-23 11:26:40 [3870] [10] DEBUG:   password: "aldo2"

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_type:
"SMPP"

2010-07-23 11:26:40 [3870] [10] DEBUG:   interface_version: 52 =
0x0034

2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_ton: 0 = 0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_npi: 0 = 0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   address_range: NULL

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Sending PDU:

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x81832b8 dump:

2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name:
bind_transmitter_resp

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2147483650 =
0x8002

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 13 =
0x000d

2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 =
0x0001

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: NULL

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.

2010-07-23 11:27:41 [3870] [10] ERROR: Invalid SMPP PDU received.

2010-07-23 11:27:41 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox)
terminates.



Please help.



Thank you,

Imran



 







Get
a free e-mail account 

dlr table always empty

2010-07-23 Thread Imran Aghayev

I have sqlbox running.

I have dlr table which is always empty.

How to request delivery report and how-to have that table filled wih delivery 
report data ?

Imran

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

RE: smppbox binding problem :: what is system_type ?

2010-07-23 Thread Imran Aghayev

Hi there,
Thanks to Rene, password was wrong. It is working now.

Have more questions:


In my smppbox.conf I have
smppbox-id = "SMPP Router"
then
our-system-id = aldo2

In smpplogins.txt I have
aldo2 aldo2 SMPP

and client required system_id, password and system_type

Now questions:
1. What is third parameter in smpplogins.txt?
2. Why in default smpplogins.txt third parameter shown as vma and what is vma? 
3. What is 4th parameter (127.0.0.1) in smpplogins.txt ?
4. What is system-type ?
5. Is our-system-id and system_type are same things ?
6. what purpose is smppbox-id ?
7. Is smppbox-id and system_type are same things ?

Imran

From: rene.klu...@chimit.nl
To: perumaa...@gmail.com; users@kannel.org; imran.agha...@hotmail.co.uk
Subject: RE: smppbox binding problem :: Invalid SMPP PDU received
Date: Fri, 23 Jul 2010 13:06:57 +0200



















Urm, not really.

The question was about smppbox, not Kannel as SMPP client.

In this case Kannel is the service provider. Documentation can
be made from the smppbox source tree.

There is a section about what system-type means.

 

== Rene

 



From:
users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Perumaal
Krishnaraj

Sent: vrijdag 23 juli 2010 11:57

To: users@kannel.org; Imran Aghayev

Subject: Re: smppbox binding problem :: Invalid SMPP PDU received



 

Hello,

I think the system-type configuration should be -

system-type = "VMA"

or

system-type = ""



depending on your service provider.



Regards,

Perumaal.K







On Fri, Jul 23, 2010 at 3:14 PM, Imran Aghayev 
wrote:



Hi guys,

I have a problem. I've built smppbox from cvs repository and have problems when
smpp 

client tried to bind it.



For smpp client I use php pear class NET_SMPP_Client.



Whenever I try to bind it it says couldn't bind. 

In smpplog file is the following:



2010-07-23 11:26:39 [3870] [9] INFO: Client connected from <127.0.0.1>

2010-07-23 11:26:39 [3870] [9] DEBUG: Connecting to <127.0.0.1>

2010-07-23 11:26:39 [3870] [9] INFO: Connected to bearerbox at localhost port
13777.

2010-07-23 11:26:39 [3870] [9] DEBUG: Started thread 10
(smppbox.c:smpp_to_bearerbox)

2010-07-23 11:26:39 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox)
maps to pid 3870.

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Got PDU:

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x8183180 dump:

2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2 = 0x0002

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 0 =
0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 =
0x0001

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: "aldo2"

2010-07-23 11:26:40 [3870] [10] DEBUG:   password: "aldo2"

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_type:
"SMPP"

2010-07-23 11:26:40 [3870] [10] DEBUG:   interface_version: 52 =
0x0034

2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_ton: 0 = 0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_npi: 0 = 0x

2010-07-23 11:26:40 [3870] [10] DEBUG:   address_range: NULL

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Sending PDU:

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x81832b8 dump:

2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name:
bind_transmitter_resp

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2147483650 =
0x8002

2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 13 =
0x000d

2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 =
0x0001

2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: NULL

2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.

2010-07-23 11:27:41 [3870] [10] ERROR: Invalid SMPP PDU received.

2010-07-23 11:27:41 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox)
terminates.



Please help.



Thank you,

Imran



 







Get a free e-mail account with Hotmail. Sign-up
now.







 

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

smppbox binding problem :: Invalid SMPP PDU received

2010-07-23 Thread Imran Aghayev





Hi guys,
I have a problem. I've built smppbox from cvs repository and have problems when 
smpp 
client tried to bind it.

For smpp client I use php pear class NET_SMPP_Client.

Whenever I try to bind it it says couldn't bind. 
In smpplog file is the following:

2010-07-23 11:26:39 [3870] [9] INFO: Client connected from <127.0.0.1>
2010-07-23 11:26:39 [3870] [9] DEBUG: Connecting to <127.0.0.1>
2010-07-23 11:26:39 [3870] [9] INFO: Connected to bearerbox at localhost port 
13777.
2010-07-23 11:26:39 [3870] [9] DEBUG: Started thread 10 
(smppbox.c:smpp_to_bearerbox)
2010-07-23 11:26:39 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) 
maps to pid 3870.
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Got PDU:
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x8183180 dump:
2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2 = 0x0002
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 = 0x0001
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: "aldo2"
2010-07-23 11:26:40 [3870] [10] DEBUG:   password: "aldo2"
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_type: "SMPP"
2010-07-23 11:26:40 [3870] [10] DEBUG:   interface_version: 52 = 0x0034
2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_ton: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_npi: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   address_range: NULL
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Sending PDU:
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x81832b8 dump:
2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter_resp
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2147483650 = 0x8002
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 13 = 0x000d
2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 = 0x0001
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: NULL
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.
2010-07-23 11:27:41 [3870] [10] ERROR: Invalid SMPP PDU received.
2010-07-23 11:27:41 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) 
terminates.

Please help.

Thank you,
Imran

  
Get a free e-mail account with Hotmail. Sign-up now.
  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now

smppbox binding problem :: Invalid SMPP PDU received

2010-07-23 Thread Imran Aghayev

Hi guys,
I have a problem. I've built smppbox from cvs repository and have problems when 
smpp 
client tried to bind it.

For smpp client I use php pear class NET_SMPP_Client.

Whenever I try to bind it it says couldn't bind. 
In smpplog file is the following:

2010-07-23 11:26:39 [3870] [9] INFO: Client connected from <127.0.0.1>
2010-07-23 11:26:39 [3870] [9] DEBUG: Connecting to <127.0.0.1>
2010-07-23 11:26:39 [3870] [9] INFO: Connected to bearerbox at localhost port 
13777.
2010-07-23 11:26:39 [3870] [9] DEBUG: Started thread 10 
(smppbox.c:smpp_to_bearerbox)
2010-07-23 11:26:39 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) 
maps to pid 3870.
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Got PDU:
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x8183180 dump:
2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2 = 0x0002
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 = 0x0001
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: "aldo2"
2010-07-23 11:26:40 [3870] [10] DEBUG:   password: "aldo2"
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_type: "SMPP"
2010-07-23 11:26:40 [3870] [10] DEBUG:   interface_version: 52 = 0x0034
2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_ton: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   addr_npi: 0 = 0x
2010-07-23 11:26:40 [3870] [10] DEBUG:   address_range: NULL
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Sending PDU:
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x81832b8 dump:
2010-07-23 11:26:40 [3870] [10] DEBUG:   type_name: bind_transmitter_resp
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_id: 2147483650 = 0x8002
2010-07-23 11:26:40 [3870] [10] DEBUG:   command_status: 13 = 0x000d
2010-07-23 11:26:40 [3870] [10] DEBUG:   sequence_number: 1 = 0x0001
2010-07-23 11:26:40 [3870] [10] DEBUG:   system_id: NULL
2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends.
2010-07-23 11:27:41 [3870] [10] ERROR: Invalid SMPP PDU received.
2010-07-23 11:27:41 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) 
terminates.

Please help.

Thank you,
Imran

  
_
http://clk.atdmt.com/UKM/go/19780/direct/01/
Do you have a story that started on Hotmail? Tell us now