Re[2]: TON 1-3

2009-09-29 Thread waza123
Title: Re[2]: TON 1-3




Yes, here it is (!!! edited):

group = core
admin-port = 13000
admin-password = "!!!"
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "!!!"
status-password = "!!!"
log-file = "/home/m/kannel/logs/kannel.log"
log-level = 0
access-log = "/home/m/kannel/logs/access.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
store-type = file
store-location = /home/m/kannel/kannel.store
smsbox-port = 13001

group = smsbox-route
smsbox-id = smsbox
smsc-id = MY_DAMN_OPERATOR!!!
shortcode = 12345!!!

group = sms-service
keyword = default
catch-all = true
omit-empty = true
exec = /etc/lighttpd/php/bin/php /home/m/kannel/sms_forwarder.php %p %P "%a" "%i" "%I" "%t" %T "%d" "%A" "%c"

group = smsc
smsc-id = MY_DAMN_OPERATOR!!!
smsc = smpp
host = !!!
port = !!!
receive-port = !!!
smsc-username = 12345!!!
smsc-password = !!!
system-type = "VMA"
address-range = ""

group = smsbox
bearerbox-host = localhost



Tuesday, September 29, 2009, 4:18:21 PM, you wrote:






Can you share us your configuration file?


Willy
Sent from my Sony Ericsson XPERIA™ X1.



From:waza...@inbox.lv
Sent:29 September 2009 19:04
To:users@kannel.org
Subject:TON 1-3


Hello,

I'm sending SMS from my mobile phone with text: test , to number: 1234

After i look in my bearerbox, and i'm looking for my mobile phone number, BUT,
i don't see it, I only see the following string: AQSnW%2BucTVsllC21NwUI

What is it ? How do i tell operator, to send me the mobile phone number, not this strange string: AQSnW%2BucTVsllC21NwUI.

Thanks !








--
Best regards,
Waza123  mailto:waza...@inbox.lv






Re[2]: TON 1-3

2009-09-29 Thread waza123
Title: Re[2]: TON 1-3




I read here ddj.co.za/archives/69/extracting-meta-data-from-smpp-tlvs-with-kannel , that i can download latest sources, 1.5 , and there is Meta data variable, which contain all what i need.. or something that.. what do you think ?

Tuesday, September 29, 2009, 7:27:16 PM, you wrote:






Hi

U can add custom LMT SMPP parameters in your config BUT u also will need to add custom PDU to your Kannel and it will require coding and recompiling your kannel.

Illimar






Hi,

Please read Iser's guide about smsbox configuration. Very detailed, contains many examples.

BR,
Nikos
- Original Message -
From:waza...@inbox.lv
To:Nikos Balkanas
Cc:users@kannel.org
Sent:Tuesday, September 29, 2009 7:04 PM
Subject:Re[4]: TON 1-3

How it should be ? can you correct my cfg please, i don't understand a bit..


Tuesday, September 29, 2009, 4:57:02 PM, you wrote:






Hi,

One problem that I see, is that you need to define an smsbox-id in your smsbox group. You reference it in smsbox-route, but you define it nowhere. This will keep all your MOs in Q.

BR,
Nikos
- Original Message -
From:waza...@inbox.lv
To:Willy
Cc:users@kannel.org
Sent:Tuesday, September 29, 2009 4:22 PM
Subject:Re[2]: TON 1-3

Yes, here it is (!!! edited):

group = core
admin-port = 13000
admin-password = "!!!"
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "!!!"
status-password = "!!!"
log-file = "/home/m/kannel/logs/kannel.log"
log-level = 0
access-log = "/home/m/kannel/logs/access.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
store-type = file
store-location = /home/m/kannel/kannel.store
smsbox-port = 13001

group = smsbox-route
smsbox-id = smsbox
smsc-id = MY_DAMN_OPERATOR!!!
shortcode = 12345!!!

group = sms-service
keyword = default
catch-all = true
omit-empty = true
exec = /etc/lighttpd/php/bin/php /home/m/kannel/sms_forwarder.php %p %P "%a" "%i" "%I" "%t" %T "%d" "%A" "%c"

group = smsc
smsc-id = MY_DAMN_OPERATOR!!!
smsc = smpp
host = !!!
port = !!!
receive-port = !!!
smsc-username = 12345!!!
smsc-password = !!!
system-type = "VMA"
address-range = ""

group = smsbox
bearerbox-host = localhost



Tuesday, September 29, 2009, 4:18:21 PM, you wrote:






Can you share us your configuration file?


Willy
Sent from my Sony Ericsson XPERIAΞ²β€Ξ† X1.



From:waza...@inbox.lv
Sent:29 September 2009 19:04
To:users@kannel.org
Subject:TON 1-3


Hello,

I'm sending SMS from my mobile phone with text: test , to number: 1234

After i look in my bearerbox, and i'm looking for my mobile phone number, BUT,
i don't see it, I only see the following string: AQSnW%2BucTVsllC21NwUI

What is it ? How do i tell operator, to send me the mobile phone number, not this strange string: AQSnW%2BucTVsllC21NwUI.

Thanks !








--
Best regards,
Waza123  mailto:waza...@inbox.lv






--
Best regards,
Waza123  mailto:waza...@inbox.lv






RE: Re[2]: TON 1-3

2009-09-29 Thread Karan Zaveri
Yes you are going to need the latest CVS version. Look at the documentation it 
has examples and
sample configuration file.

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
waza...@inbox.lv
Sent: Tuesday, September 29, 2009 12:34 PM
To: Illimar Reinbusch
Cc: users@kannel.org
Subject: Re[2]: TON 1-3

 

I read here 
ddj.co.za/archives/69/extracting-meta-data-from-smpp-tlvs-with-kannel , that i 
can download latest sources, 1.5 , and there is Meta data variable, which 
contain all what i need.. or something that.. what do you think ?

 

Tuesday, September 29, 2009, 7:27:16 PM, you wrote:

 


Hi

 

U can add custom LMT SMPP parameters in your config BUT u also will need to add 
custom PDU to your Kannel and it will require coding and recompiling your 
kannel.

 

Illimar

 

Hi,

 

Please read Iser's guide about smsbox configuration. Very detailed, contains 
many examples.

 

BR,

Nikos

- Original Message - 

From:  mailto:waza...@inbox.lv waza...@inbox.lv 

To:  mailto:nbalka...@gmail.com Nikos Balkanas 

Cc:  mailto:users@kannel.org users@kannel.org 

Sent: Tuesday, September 29, 2009 7:04 PM

Subject: Re[4]: TON 1-3

 

How it should be ? can you correct my cfg please, i don't understand a bit..

 

 

Tuesday, September 29, 2009, 4:57:02 PM, you wrote:

 


Hi,

 

One problem that I see, is that you need to define an smsbox-id in your smsbox 
group. You reference it in smsbox-route, but you define it nowhere. This will 
keep all your MOs in Q.

 

BR,

Nikos

- Original Message - 

From:  mailto:waza...@inbox.lv waza...@inbox.lv 

To:  mailto:sangpr...@gmail.com Willy 

Cc:  mailto:users@kannel.org users@kannel.org 

Sent: Tuesday, September 29, 2009 4:22 PM

Subject: Re[2]: TON 1-3

 

Yes, here it is (!!! edited):

 

group = core

admin-port = 13000

admin-password = !!!

admin-deny-ip = *.*.*.*

admin-allow-ip = !!!

status-password = !!!

log-file = /home/m/kannel/logs/kannel.log

log-level = 0

access-log = /home/m/kannel/logs/access.log

box-deny-ip = *.*.*.*

box-allow-ip = 127.0.0.1

store-type = file

store-location = /home/m/kannel/kannel.store

smsbox-port = 13001

 

group = smsbox-route

smsbox-id = smsbox

smsc-id = MY_DAMN_OPERATOR!!!

shortcode = 12345!!!

 

group = sms-service

keyword = default

catch-all = true

omit-empty = true

exec = /etc/lighttpd/php/bin/php /home/m/kannel/sms_forwarder.php %p %P %a 
%i %I %t %T %d %A %c

 

group = smsc

smsc-id = MY_DAMN_OPERATOR!!!

smsc = smpp

host = !!!

port = !!!

receive-port = !!!

smsc-username = 12345!!!

smsc-password = !!!

system-type = VMA

address-range = 

 

group = smsbox

bearerbox-host = localhost

 

 

 

Tuesday, September 29, 2009, 4:18:21 PM, you wrote:

 


Can you share us your configuration file? 

 

 

Willy

Sent from my Sony Ericsson XPERIA� X1.

 

 

  _  

From:  mailto:waza...@inbox.lv waza...@inbox.lv

Sent: 29 September 2009 19:04

To:  mailto:users@kannel.org users@kannel.org

Subject: TON 1-3

 

 

Hello,

 

I'm sending SMS from my mobile phone with text: test , to number: 1234

 

After i look in my bearerbox, and i'm looking for my mobile phone number, BUT, 

i don't see it, I only see the following string: AQSnW%2BucTVsllC21NwUI

 

What is it ? How do i tell operator, to send me the mobile phone number, not 
this strange string: AQSnW%2BucTVsllC21NwUI.

 

Thanks !

 

 

 

 

-- 

Best regards,

 Waza123 mailto:waza...@inbox.lv 
mailto:waza...@inbox.lv

 

 

-- 

Best regards,

 Waza123 mailto:waza...@inbox.lv 
mailto:waza...@inbox.lv

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.409 / Virus Database: 270.13.113/2399 - Release Date: 09/29/09 
05:54:00