Fwd: need help for pluginbox implementation

2020-05-22 Thread ritesh rao
Hi

I tried to configure the pluginbox with bearerbox with steps provided in
https://github.com/donald-jackson/kannel-pluginbox.
But i dont see any messaged coming to php api   .
dont know whats going wrong on my side .can somebody help for this if
anybody has implemented it at there side  ?


Below are the configurations and some status is my test box
below are my config and status for pluginbox , but i not able to catch
headers in httpapi which is writtern in php .
can you please confirm me what will be value represent  bearerbox-port =
14001   and  smsbox-port = 13005  ?
*as  14001 is bearerbox port at my side  .*

can you please  help to debug the same  if its not taking much time at your
side   , that will help me to go further in my project .

group = pluginbox
bearerbox-host = localhost
bearerbox-port = 14001
smsbox-port = 13005
smsbox-port-ssl = false
log-file = "/tmp/kannel-pluginbox.log"
log-level = 0
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ssl-trusted-ca-file = ""
admin-port=13050
admin-password=pluginpw

## Example group for configuring an HTTP plugin
group=pluginbox-plugin
#path=/opt/kannel/kannel-pluginbox/plugins/pluginbox_http.so
path=/opt/pluginbox/kannel-pluginbox/plugins/pluginbox_http.so
init="pluginbox_http_init"
priority=1
args="/opt/pluginbox/kannel-pluginbox/pluginbox_http.conf"
id=http1

group=pluginbox-plugin
path=plugins/pluginbox_example.so
priority=1
id=example1
init="pluginbox_example_init"
###
vim /opt/pluginbox/kannel-pluginbox/pluginbox_http.conf

group=pluginbox-http
id=http1
url=http://192.168.43.240/http-processor.php
max-pending-requests=200


###
http://192.168.43.240:13050/status?password=pluginpw
idpathargs
1 http1 /opt/pluginbox/kannel-pluginbox/plugins/pluginbox_http.so
/opt/pluginbox/kannel-pluginbox/pluginbox_http.conf
1 example1 plugins/pluginbox_example.so (null)



Regards


need help for pluginbox implementation

2020-05-20 Thread ritesh rao
Hi

I tried to configure the pluginbox with bearerbox with steps provided in
https://github.com/donald-jackson/kannel-pluginbox.
But i dont see any messaged coming to php api   .
dont know whats going wrong on my side .can somebody help for this if
anybody has implemented it at there side  ?


Below are the configurations and some status is my test box
below are my config and status for pluginbox , but i not able to catch
headers in httpapi which is writtern in php .
can you please confirm me what will be value represent  bearerbox-port =
14001   and  smsbox-port = 13005  ?
*as  14001 is bearerbox port at my side  .*

can you please  help to debug the same  if its not taking much time at your
side   , that will help me to go further in my project .

group = pluginbox
bearerbox-host = localhost
bearerbox-port = 14001
smsbox-port = 13005
smsbox-port-ssl = false
log-file = "/tmp/kannel-pluginbox.log"
log-level = 0
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ssl-trusted-ca-file = ""
admin-port=13050
admin-password=pluginpw

## Example group for configuring an HTTP plugin
group=pluginbox-plugin
#path=/opt/kannel/kannel-pluginbox/plugins/pluginbox_http.so
path=/opt/pluginbox/kannel-pluginbox/plugins/pluginbox_http.so
init="pluginbox_http_init"
priority=1
args="/opt/pluginbox/kannel-pluginbox/pluginbox_http.conf"
id=http1

group=pluginbox-plugin
path=plugins/pluginbox_example.so
priority=1
id=example1
init="pluginbox_example_init"
###
vim /opt/pluginbox/kannel-pluginbox/pluginbox_http.conf

group=pluginbox-http
id=http1
url=http://192.168.43.240/http-processor.php
max-pending-requests=200


###
http://192.168.43.240:13050/status?password=pluginpw
idpathargs
1 http1 /opt/pluginbox/kannel-pluginbox/plugins/pluginbox_http.so
/opt/pluginbox/kannel-pluginbox/pluginbox_http.conf
1 example1 plugins/pluginbox_example.so (null)



Regards


Re: HI I need help for this error‏

2020-04-21 Thread Minh Tuan
It is not an error as far as i known. The client TCP connection has been
released after calling http api.

On Tue, Apr 21, 2020 at 9:16 PM abod ahameed  wrote:

> 2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP: Destroying HTTPClient area
> 0x7fe7e8000ad0.
> 2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP: Destroying HTTPClient for
> `188.240.98.40
>
> this is my kannel.conf
> group = core
> admin-port = 13000
> smsbox-port = 13003
> admin-password = *
> status-password = **
> #admin-deny-ip = ""
> admin-allow-ip = "127.0.0.1;*.*.*.*;X.X.X.X;Y.Y.Y.Y"
> log-file = "/tmp/kannel.log"
> log-level = 0
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1;*.*.*.*;X.X.X.X;Y.Y.Y.Y"
> #unified-prefix = "+358,00358,0;+,00"
> access-log = "/tmp/access.log"
>
> group = smsc
> smsc = smpp
> smsc-id = unsi5499
> host = 35.230.140.209
> port = 2775
> receive-port = 0
> #transceiver-mode = 1
> #interface-version=34
> #transceiver-mode = false
> #throughput = 10
> smsc-username = 
> smsc-password = **
> system-type = SMPP
> transceiver-mode=true
>
>
> group = smsbox
> smsbox-id = "**"
> bearerbox-host= "my server IP"
> sendsms-port = 13013
> global-sender = 13013
> sendsms-chars = "0123456789 +-"
> log-file = "/tmp/smsbox.log"
> #log-level = 0
> access-log = "/tmp/access.log"
>
>
> group = sendsms-user
> username = unsi5499
> password = ***
> default-sender=+1234567890
> #forced-smsc =  smpp-nexmo
> #name = users
> user-deny-ip = "*.*.*.*"
> user-allow-ip = "127.0.0.1;server my ip;X.X.X.X;Y.Y.Y.Y"
> max-messages = 10
> #concatenation = 1
>
> group = sms-service
> keyword = nop
> text = "You asked nothing and I did it!"
> catch-all = yes
>
>

-- 
  <((=o-( ',_,' )-o=))=>

Bản chất tốt nhưng cuộc đời xô đẩy!


HI I need help for this error‏

2020-04-21 Thread abod ahameed
2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP: Destroying HTTPClient area
0x7fe7e8000ad0.
2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP: Destroying HTTPClient for
`188.240.98.40

this is my kannel.conf
group = core
admin-port = 13000
smsbox-port = 13003
admin-password = *
status-password = **
#admin-deny-ip = ""
admin-allow-ip = "127.0.0.1;*.*.*.*;X.X.X.X;Y.Y.Y.Y"
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;*.*.*.*;X.X.X.X;Y.Y.Y.Y"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/tmp/access.log"

group = smsc
smsc = smpp
smsc-id = unsi5499
host = 35.230.140.209
port = 2775
receive-port = 0
#transceiver-mode = 1
#interface-version=34
#transceiver-mode = false
#throughput = 10
smsc-username = 
smsc-password = **
system-type = SMPP
transceiver-mode=true


group = smsbox
smsbox-id = "**"
bearerbox-host= "my server IP"
sendsms-port = 13013
global-sender = 13013
sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
#log-level = 0
access-log = "/tmp/access.log"


group = sendsms-user
username = unsi5499
password = ***
default-sender=+1234567890
#forced-smsc =  smpp-nexmo
#name = users
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1;server my ip;X.X.X.X;Y.Y.Y.Y"
max-messages = 10
#concatenation = 1

group = sms-service
keyword = nop
text = "You asked nothing and I did it!"
catch-all = yes


Re: Need help for opensmpp and SQLBox

2019-02-24 Thread Stipe Tolj

Am 18.02.19 09:20, schrieb Loyc Cossou:

Hi,

It's now been 2 weeks that I am struggling with this configuration.

I am trying to connect OpenSMPPBox to SqlBix so all the messages are
sent via SQLBox and the DLRs and Logs are available in the database.

Kannel is working fine  as I am able to send SMS.
SQLBox is also working fine as all the messages I insert in the SEND_SMS
table are being sent and moved to SENT_SMS.
And all my clients are able to connect via SMPP and send SMS.

The configuration is like OpenSmppBox and SQLBox are all connected to
bearearBox, but I need this openSMPP --> SQLBox --> Kannel.

Bellow is my configuration files. Can you please advise on how to modify
it so i have opensmppbox connected to sqlbox connected to Bearerbox?
openSMPP --> SQLBox --> Kannel


*# Default kannel configuration file*
*group = core*
*admin-port = 13000*
*admin-password = adminuser*
*status-password = adminpass*
*admin-deny-ip = "*.*.*.*"*
*admin-allow-ip = "*.*.*.*"*
*smsbox-port = 13001*
*box-allow-ip = "*.*.*.*"*
*wdp-interface-name = "*"*
*log-file = "/etc/kannel/log/bearerbox.log"*
*log-level = 0*
*dlr-storage = mysql*
*smsbox-max-pending = 5000*
*sms-resend-freq = 5*
*sms-resend-retry = 5*
*store-location = "/etc/kannel/log/kannel-insms-tmp"*

*# SMSBOX SETUP*
*group = smsbox*
*smsbox-id = mysmsbox*
*bearerbox-host = localhost*
*sendsms-port = 13013*
*global-sender = Connectify*
*log-file = "/etc/kannel/log/smsbox.log"*
*log-level = 1*
*access-log = "/etc/kannel/log/Mo_sendSMSRequests.access"*
*reply-couldnotfetch = "Aucune correspondance pour votre requete"*
*reply-couldnotrepresent = "Le resultat ne peut etre transmis via SMS"*
*reply-requestfailed = "Une erreur temporaire est survenue... Veuillez
ressayer plus tard"*
*reply-emptymessage = "Aucune correspondance pour votre requete"*
*http-request-retry = 1*
*http-queue-delay = 5*
*max-pending-requests = 5000*
*#sms-length = 160*
*#mo-recode = true*

*group = smsbox-route*
*smsbox-id = mysmsbox*
*smsc-id = favoriteSMSC*

*# SMSC CONNECTIONS*
*group = smsc*
*smsc = smpp*
*smsc-id = MoovBjSoneb*
*preferred-smsc-id = MoovBjSoneb*
*denied-smsc-id = favoriteSMSC*
*interface-version = 34*
*host = *
*port = 2775*
*smsc-username = aa*
*smsc-password = bb*
*system-type = smpp*
*address-range = ""*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*bind-addr-ton = 1*
*bind-addr-npi = 1*
*#msg-id-type = 0x00*
*transceiver-mode = yes*
*source-addr-autodetect = yes*
*
*
*# SMSC CONNECTIONS*
*group = smsc*
*smsc = smpp*
*smsc-id = favoriteSMSC*
*preferred-smsc-id = favoriteSMSC*
*denied-smsc-id = MoovBjSoneb*
*interface-version = 34*
*host = *
*port = 2775*
*smsc-username = cc*
*smsc-password = dd*
*system-type = smpp*
*address-range = ""*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*bind-addr-ton = 1*
*bind-addr-npi = 1*
*msg-id-type = 0x00*
*transceiver-mode = yes*
*source-addr-autodetect = yes*

*group = sendsms-user*
*username = my*
*password = god*
*max-messages = 7*
*concatenation = true*
*forced-smsc = favoriteSMSC*
*
*
*# mysql connection*
*group = mysql-connection*
*id = mydlr*
*host = something.amazonaws.com *
*username = theuser*
*password = thepass*
*database = thedb*
*max-connections = 1*
*
*
*# DLR table structure*
*group = dlr-db*
*id = mydlr*
*table = dlr*
*field-smsc = smsc*
*field-timestamp = ts*
*field-destination = destination*
*field-source = source*
*field-service = service*
*field-url = url*
*field-mask = mask*
*field-status = status*
*field-boxc-id = boxc*
*
*

*
*
*
*
*SQLBox Conf *
*#SqlBox*
*group = sqlbox*
*id = sqlbox-db*
*smsbox-id = public_ctf*
*bearerbox-host = localhost*
*bearerbox-port = 13001*
*smsbox-port = 130013*
*smsbox-port-ssl = false*
*sql-log-table = sent_sms*
*sql-insert-table = send_sms*
*log-file = "/etc/kannel/log/sqlbox.log"*
*log-level = 0*

*# mysql connection*
*group = mysql-connection*
*id = sqlbox-db*
*host = something.amazonaws.com *
*port = 3306*
*username = theuser*
*password = thepass*
*database = aSQLBoxDb*
*max-connections = 1*
*
*
*
*

* Opensmppbox.conf ==*
*
*
*group = core*
*dlr-storage = mysql*

*#OpenSmppBox*
*group = opensmppbox*
*opensmppbox-id = smppboxA*
*opensmppbox-port = 8990*
*bearerbox-host = localhost*
*bearerbox-port = 13001*
*#bearerbox-port = 13013*
*our-system-id = public_ctf*
*smpp-logins = /etc/kannel/utilisateurs.txt*
*use-systemid-as-smsboxid = true*
*route-to-smsc = favoriteSMSC*
*source-addr-ton = 1*
*source-addr-npi = 1*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*log-file = /etc/kannel/log/opensmppbox.log*
*log-level = 0*

*# mysql connection*
*group = mysql-connection*
*id = mydlr*
*host = something.amazonaws.com *
*username = theuser*
*password = thedb*
*database = thesmppdb*
*max-connections = 1*

*# DLR table structure*
*group = dlr-db*
*id = mydlr*
*table = dlr*
*field-smsc = smsc*
*field-timestamp = ts*
*field-destination = destination*
*field-source = source*
*field-s

Re: Need help for opensmpp and SQLBox

2019-02-18 Thread Loyc Cossou
Hi,

I have kannel 4.4.

I have downloaded the sources and complied.

Thanks.

Le lun. 18 févr. 2019 à 09:53, Web Min  a écrit :

> Which version of SQLBOX and KAnnel installed?
>
> Did you install them via a repository or via truck then compile?
>
> Regards
>
> On Mon, Feb 18, 2019 at 11:21 AM Loyc Cossou  wrote:
>
>> Hi,
>>
>> It's now been 2 weeks that I am struggling with this configuration.
>>
>> I am trying to connect OpenSMPPBox to SqlBix so all the messages are sent
>> via SQLBox and the DLRs and Logs are available in the database.
>>
>> Kannel is working fine  as I am able to send SMS.
>> SQLBox is also working fine as all the messages I insert in the SEND_SMS
>> table are being sent and moved to SENT_SMS.
>> And all my clients are able to connect via SMPP and send SMS.
>>
>> The configuration is like OpenSmppBox and SQLBox are all connected to
>> bearearBox, but I need this openSMPP --> SQLBox --> Kannel.
>>
>> Bellow is my configuration files. Can you please advise on how to modify
>> it so i have opensmppbox connected to sqlbox connected to Bearerbox?
>> openSMPP --> SQLBox --> Kannel
>>
>>
>> *# Default kannel configuration file*
>> *group = core*
>> *admin-port = 13000*
>> *admin-password = adminuser*
>> *status-password = adminpass*
>> *admin-deny-ip = "*.*.*.*"*
>> *admin-allow-ip = "*.*.*.*"*
>> *smsbox-port = 13001*
>> *box-allow-ip = "*.*.*.*"*
>> *wdp-interface-name = "*"*
>> *log-file = "/etc/kannel/log/bearerbox.log"*
>> *log-level = 0*
>> *dlr-storage = mysql*
>> *smsbox-max-pending = 5000*
>> *sms-resend-freq = 5*
>> *sms-resend-retry = 5*
>> *store-location = "/etc/kannel/log/kannel-insms-tmp"*
>>
>> *# SMSBOX SETUP*
>> *group = smsbox*
>> *smsbox-id = mysmsbox*
>> *bearerbox-host = localhost*
>> *sendsms-port = 13013*
>> *global-sender = Connectify*
>> *log-file = "/etc/kannel/log/smsbox.log"*
>> *log-level = 1*
>> *access-log = "/etc/kannel/log/Mo_sendSMSRequests.access"*
>> *reply-couldnotfetch = "Aucune correspondance pour votre requete"*
>> *reply-couldnotrepresent = "Le resultat ne peut etre transmis via SMS"*
>> *reply-requestfailed = "Une erreur temporaire est survenue... Veuillez
>> ressayer plus tard"*
>> *reply-emptymessage = "Aucune correspondance pour votre requete"*
>> *http-request-retry = 1*
>> *http-queue-delay = 5*
>> *max-pending-requests = 5000*
>> *#sms-length = 160*
>> *#mo-recode = true*
>>
>> *group = smsbox-route*
>> *smsbox-id = mysmsbox*
>> *smsc-id = favoriteSMSC*
>>
>> *# SMSC CONNECTIONS*
>> *group = smsc*
>> *smsc = smpp*
>> *smsc-id = MoovBjSoneb*
>> *preferred-smsc-id = MoovBjSoneb*
>> *denied-smsc-id = favoriteSMSC*
>> *interface-version = 34*
>> *host = *
>> *port = 2775*
>> *smsc-username = aa*
>> *smsc-password = bb*
>> *system-type = smpp*
>> *address-range = ""*
>> *dest-addr-ton = 1*
>> *dest-addr-npi = 1*
>> *bind-addr-ton = 1*
>> *bind-addr-npi = 1*
>> *#msg-id-type = 0x00*
>> *transceiver-mode = yes*
>> *source-addr-autodetect = yes*
>>
>> *# SMSC CONNECTIONS*
>> *group = smsc*
>> *smsc = smpp*
>> *smsc-id = favoriteSMSC*
>> *preferred-smsc-id = favoriteSMSC*
>> *denied-smsc-id = MoovBjSoneb*
>> *interface-version = 34*
>> *host = *
>> *port = 2775*
>> *smsc-username = cc*
>> *smsc-password = dd*
>> *system-type = smpp*
>> *address-range = ""*
>> *dest-addr-ton = 1*
>> *dest-addr-npi = 1*
>> *bind-addr-ton = 1*
>> *bind-addr-npi = 1*
>> *msg-id-type = 0x00*
>> *transceiver-mode = yes*
>> *source-addr-autodetect = yes*
>>
>> *group = sendsms-user*
>> *username = my*
>> *password = god*
>> *max-messages = 7*
>> *concatenation = true*
>> *forced-smsc = favoriteSMSC*
>>
>> *# mysql connection*
>> *group = mysql-connection*
>> *id = mydlr*
>> *host = something.amazonaws.com *
>> *username = theuser*
>> *password = thepass*
>> *database = thedb*
>> *max-connections = 1*
>>
>> *# DLR table structure*
>> *group = dlr-db*
>> *id = mydlr*
>> *table = dlr*
>> *field-smsc = smsc*
>> *field-timestamp = ts*
>> *field-destination = destination*
>> *field-source = source*
>> *field-service = service*
>> *field-url = url*
>> *field-mask = mask*
>> *field-status = status*
>> *field-boxc-id = boxc*
>>
>>
>>
>>
>> *SQLBox Conf *
>> *#SqlBox*
>> *group = sqlbox*
>> *id = sqlbox-db*
>> *smsbox-id = public_ctf*
>> *bearerbox-host = localhost*
>> *bearerbox-port = 13001*
>> *smsbox-port = 130013*
>> *smsbox-port-ssl = false*
>> *sql-log-table = sent_sms*
>> *sql-insert-table = send_sms*
>> *log-file = "/etc/kannel/log/sqlbox.log"*
>> *log-level = 0*
>>
>> *# mysql connection*
>> *group = mysql-connection*
>> *id = sqlbox-db*
>> *host = something.amazonaws.com *
>> *port = 3306*
>> *username = theuser*
>> *password = thepass*
>> *database = aSQLBoxDb*
>> *max-connections = 1*
>>
>>
>>
>> * Opensmppbox.conf ==*
>>
>> *group = core*
>> *dlr-storage = mysql*
>>
>> *#OpenSmppBox*
>> *group = opensmppbox*
>> *opensmppbox-id = smppboxA*
>> *opensmppbox-port = 8990*
>> *bearerbox-

Re: Need help for opensmpp and SQLBox

2019-02-18 Thread Web Min
Which version of SQLBOX and KAnnel installed?

Did you install them via a repository or via truck then compile?

Regards

On Mon, Feb 18, 2019 at 11:21 AM Loyc Cossou  wrote:

> Hi,
>
> It's now been 2 weeks that I am struggling with this configuration.
>
> I am trying to connect OpenSMPPBox to SqlBix so all the messages are sent
> via SQLBox and the DLRs and Logs are available in the database.
>
> Kannel is working fine  as I am able to send SMS.
> SQLBox is also working fine as all the messages I insert in the SEND_SMS
> table are being sent and moved to SENT_SMS.
> And all my clients are able to connect via SMPP and send SMS.
>
> The configuration is like OpenSmppBox and SQLBox are all connected to
> bearearBox, but I need this openSMPP --> SQLBox --> Kannel.
>
> Bellow is my configuration files. Can you please advise on how to modify
> it so i have opensmppbox connected to sqlbox connected to Bearerbox?
> openSMPP --> SQLBox --> Kannel
>
>
> *# Default kannel configuration file*
> *group = core*
> *admin-port = 13000*
> *admin-password = adminuser*
> *status-password = adminpass*
> *admin-deny-ip = "*.*.*.*"*
> *admin-allow-ip = "*.*.*.*"*
> *smsbox-port = 13001*
> *box-allow-ip = "*.*.*.*"*
> *wdp-interface-name = "*"*
> *log-file = "/etc/kannel/log/bearerbox.log"*
> *log-level = 0*
> *dlr-storage = mysql*
> *smsbox-max-pending = 5000*
> *sms-resend-freq = 5*
> *sms-resend-retry = 5*
> *store-location = "/etc/kannel/log/kannel-insms-tmp"*
>
> *# SMSBOX SETUP*
> *group = smsbox*
> *smsbox-id = mysmsbox*
> *bearerbox-host = localhost*
> *sendsms-port = 13013*
> *global-sender = Connectify*
> *log-file = "/etc/kannel/log/smsbox.log"*
> *log-level = 1*
> *access-log = "/etc/kannel/log/Mo_sendSMSRequests.access"*
> *reply-couldnotfetch = "Aucune correspondance pour votre requete"*
> *reply-couldnotrepresent = "Le resultat ne peut etre transmis via SMS"*
> *reply-requestfailed = "Une erreur temporaire est survenue... Veuillez
> ressayer plus tard"*
> *reply-emptymessage = "Aucune correspondance pour votre requete"*
> *http-request-retry = 1*
> *http-queue-delay = 5*
> *max-pending-requests = 5000*
> *#sms-length = 160*
> *#mo-recode = true*
>
> *group = smsbox-route*
> *smsbox-id = mysmsbox*
> *smsc-id = favoriteSMSC*
>
> *# SMSC CONNECTIONS*
> *group = smsc*
> *smsc = smpp*
> *smsc-id = MoovBjSoneb*
> *preferred-smsc-id = MoovBjSoneb*
> *denied-smsc-id = favoriteSMSC*
> *interface-version = 34*
> *host = *
> *port = 2775*
> *smsc-username = aa*
> *smsc-password = bb*
> *system-type = smpp*
> *address-range = ""*
> *dest-addr-ton = 1*
> *dest-addr-npi = 1*
> *bind-addr-ton = 1*
> *bind-addr-npi = 1*
> *#msg-id-type = 0x00*
> *transceiver-mode = yes*
> *source-addr-autodetect = yes*
>
> *# SMSC CONNECTIONS*
> *group = smsc*
> *smsc = smpp*
> *smsc-id = favoriteSMSC*
> *preferred-smsc-id = favoriteSMSC*
> *denied-smsc-id = MoovBjSoneb*
> *interface-version = 34*
> *host = *
> *port = 2775*
> *smsc-username = cc*
> *smsc-password = dd*
> *system-type = smpp*
> *address-range = ""*
> *dest-addr-ton = 1*
> *dest-addr-npi = 1*
> *bind-addr-ton = 1*
> *bind-addr-npi = 1*
> *msg-id-type = 0x00*
> *transceiver-mode = yes*
> *source-addr-autodetect = yes*
>
> *group = sendsms-user*
> *username = my*
> *password = god*
> *max-messages = 7*
> *concatenation = true*
> *forced-smsc = favoriteSMSC*
>
> *# mysql connection*
> *group = mysql-connection*
> *id = mydlr*
> *host = something.amazonaws.com *
> *username = theuser*
> *password = thepass*
> *database = thedb*
> *max-connections = 1*
>
> *# DLR table structure*
> *group = dlr-db*
> *id = mydlr*
> *table = dlr*
> *field-smsc = smsc*
> *field-timestamp = ts*
> *field-destination = destination*
> *field-source = source*
> *field-service = service*
> *field-url = url*
> *field-mask = mask*
> *field-status = status*
> *field-boxc-id = boxc*
>
>
>
>
> *SQLBox Conf *
> *#SqlBox*
> *group = sqlbox*
> *id = sqlbox-db*
> *smsbox-id = public_ctf*
> *bearerbox-host = localhost*
> *bearerbox-port = 13001*
> *smsbox-port = 130013*
> *smsbox-port-ssl = false*
> *sql-log-table = sent_sms*
> *sql-insert-table = send_sms*
> *log-file = "/etc/kannel/log/sqlbox.log"*
> *log-level = 0*
>
> *# mysql connection*
> *group = mysql-connection*
> *id = sqlbox-db*
> *host = something.amazonaws.com *
> *port = 3306*
> *username = theuser*
> *password = thepass*
> *database = aSQLBoxDb*
> *max-connections = 1*
>
>
>
> * Opensmppbox.conf ==*
>
> *group = core*
> *dlr-storage = mysql*
>
> *#OpenSmppBox*
> *group = opensmppbox*
> *opensmppbox-id = smppboxA*
> *opensmppbox-port = 8990*
> *bearerbox-host = localhost*
> *bearerbox-port = 13001*
> *#bearerbox-port = 13013*
> *our-system-id = public_ctf*
> *smpp-logins = /etc/kannel/utilisateurs.txt*
> *use-systemid-as-smsboxid = true*
> *route-to-smsc = favoriteSMSC*
> *source-addr-ton = 1*
> *source-addr-npi = 1*
> *dest-addr-ton = 1*
> *dest-addr-npi = 1*
> *

Need help for opensmpp and SQLBox

2019-02-18 Thread Loyc Cossou
Hi,

It's now been 2 weeks that I am struggling with this configuration.

I am trying to connect OpenSMPPBox to SqlBix so all the messages are sent
via SQLBox and the DLRs and Logs are available in the database.

Kannel is working fine  as I am able to send SMS.
SQLBox is also working fine as all the messages I insert in the SEND_SMS
table are being sent and moved to SENT_SMS.
And all my clients are able to connect via SMPP and send SMS.

The configuration is like OpenSmppBox and SQLBox are all connected to
bearearBox, but I need this openSMPP --> SQLBox --> Kannel.

Bellow is my configuration files. Can you please advise on how to modify it
so i have opensmppbox connected to sqlbox connected to Bearerbox?
openSMPP --> SQLBox --> Kannel


*# Default kannel configuration file*
*group = core*
*admin-port = 13000*
*admin-password = adminuser*
*status-password = adminpass*
*admin-deny-ip = "*.*.*.*"*
*admin-allow-ip = "*.*.*.*"*
*smsbox-port = 13001*
*box-allow-ip = "*.*.*.*"*
*wdp-interface-name = "*"*
*log-file = "/etc/kannel/log/bearerbox.log"*
*log-level = 0*
*dlr-storage = mysql*
*smsbox-max-pending = 5000*
*sms-resend-freq = 5*
*sms-resend-retry = 5*
*store-location = "/etc/kannel/log/kannel-insms-tmp"*

*# SMSBOX SETUP*
*group = smsbox*
*smsbox-id = mysmsbox*
*bearerbox-host = localhost*
*sendsms-port = 13013*
*global-sender = Connectify*
*log-file = "/etc/kannel/log/smsbox.log"*
*log-level = 1*
*access-log = "/etc/kannel/log/Mo_sendSMSRequests.access"*
*reply-couldnotfetch = "Aucune correspondance pour votre requete"*
*reply-couldnotrepresent = "Le resultat ne peut etre transmis via SMS"*
*reply-requestfailed = "Une erreur temporaire est survenue... Veuillez
ressayer plus tard"*
*reply-emptymessage = "Aucune correspondance pour votre requete"*
*http-request-retry = 1*
*http-queue-delay = 5*
*max-pending-requests = 5000*
*#sms-length = 160*
*#mo-recode = true*

*group = smsbox-route*
*smsbox-id = mysmsbox*
*smsc-id = favoriteSMSC*

*# SMSC CONNECTIONS*
*group = smsc*
*smsc = smpp*
*smsc-id = MoovBjSoneb*
*preferred-smsc-id = MoovBjSoneb*
*denied-smsc-id = favoriteSMSC*
*interface-version = 34*
*host = *
*port = 2775*
*smsc-username = aa*
*smsc-password = bb*
*system-type = smpp*
*address-range = ""*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*bind-addr-ton = 1*
*bind-addr-npi = 1*
*#msg-id-type = 0x00*
*transceiver-mode = yes*
*source-addr-autodetect = yes*

*# SMSC CONNECTIONS*
*group = smsc*
*smsc = smpp*
*smsc-id = favoriteSMSC*
*preferred-smsc-id = favoriteSMSC*
*denied-smsc-id = MoovBjSoneb*
*interface-version = 34*
*host = *
*port = 2775*
*smsc-username = cc*
*smsc-password = dd*
*system-type = smpp*
*address-range = ""*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*bind-addr-ton = 1*
*bind-addr-npi = 1*
*msg-id-type = 0x00*
*transceiver-mode = yes*
*source-addr-autodetect = yes*

*group = sendsms-user*
*username = my*
*password = god*
*max-messages = 7*
*concatenation = true*
*forced-smsc = favoriteSMSC*

*# mysql connection*
*group = mysql-connection*
*id = mydlr*
*host = something.amazonaws.com *
*username = theuser*
*password = thepass*
*database = thedb*
*max-connections = 1*

*# DLR table structure*
*group = dlr-db*
*id = mydlr*
*table = dlr*
*field-smsc = smsc*
*field-timestamp = ts*
*field-destination = destination*
*field-source = source*
*field-service = service*
*field-url = url*
*field-mask = mask*
*field-status = status*
*field-boxc-id = boxc*




*SQLBox Conf *
*#SqlBox*
*group = sqlbox*
*id = sqlbox-db*
*smsbox-id = public_ctf*
*bearerbox-host = localhost*
*bearerbox-port = 13001*
*smsbox-port = 130013*
*smsbox-port-ssl = false*
*sql-log-table = sent_sms*
*sql-insert-table = send_sms*
*log-file = "/etc/kannel/log/sqlbox.log"*
*log-level = 0*

*# mysql connection*
*group = mysql-connection*
*id = sqlbox-db*
*host = something.amazonaws.com *
*port = 3306*
*username = theuser*
*password = thepass*
*database = aSQLBoxDb*
*max-connections = 1*



* Opensmppbox.conf ==*

*group = core*
*dlr-storage = mysql*

*#OpenSmppBox*
*group = opensmppbox*
*opensmppbox-id = smppboxA*
*opensmppbox-port = 8990*
*bearerbox-host = localhost*
*bearerbox-port = 13001*
*#bearerbox-port = 13013*
*our-system-id = public_ctf*
*smpp-logins = /etc/kannel/utilisateurs.txt*
*use-systemid-as-smsboxid = true*
*route-to-smsc = favoriteSMSC*
*source-addr-ton = 1*
*source-addr-npi = 1*
*dest-addr-ton = 1*
*dest-addr-npi = 1*
*log-file = /etc/kannel/log/opensmppbox.log*
*log-level = 0*

*# mysql connection*
*group = mysql-connection*
*id = mydlr*
*host = something.amazonaws.com *
*username = theuser*
*password = thedb*
*database = thesmppdb*
*max-connections = 1*

*# DLR table structure*
*group = dlr-db*
*id = mydlr*
*table = dlr*
*field-smsc = smsc*
*field-timestamp = ts*
*field-destination = destination*
*field-source = source*
*field-service = service*
*field-url = url*
*field-mask = mask*
*field-status

TR: Need help with kannel HTTP SMSC with openssmppbox, sqlbox, custom web App for billing and delivery report management

2016-03-26 Thread abel adegnon




De : abel adegnon 
Envoyé : samedi 26 mars 2016 07:14
À : de...@kannel.org; annou...@kannel.org; users@kannel.org
Cc : maxtadot...@gmail.com
Objet : Need help with kannel HTTP SMSC with openssmppbox, sqlbox, custom web 
App for billing and delivery report management


Hello Guys !
I needs to bill my clients and I have configure bearebox,opensmppbox smsbox, 
sqlbox to achieved my goal.
I have configure two instance of kannel :
* first instance :
./bearerbox -v 1 /usr/local/gateway/clients/kannel.conf
 ./smsbox -v 1 /usr/local/gateway/clients/kannel.conf
 ./opensmppbox -v 1 /usr/local/gateway/clients/opensmppbox.conf

 * seconde instance of kannel :
 ./bearerbox -v 1 /usr/local/gateway/server/kannel.conf
 ./smsbox -v 1 /usr/local/gateway/server/kannel.conf
 ./sqlbox -v 1 /usr/local/gateway/server/sqlbox.conf

First of all I have configure and http smsc in bearerbox of the first instance 
and I use route-to-smsc of opensmppbox to route all incoming SMS from client by 
SMPP connection to the HTTP SMSC in bearerbox of the first instance.
The HTTP SMSC with generic type, thus send the message variable to web App 
which deduict the credit , do some stuff and record the message into sqlbox 
database.

Therefore the second instance of kannel send normaly the message as there are 
new entry in the send_sms table of sqlbox.

All thing are worked fine but I have some problem and need also some 
explanation to understand more how kannel exactly operate.

My operator have gave me two http API accounts to connect to him, so the two 
http APi account server also as HTTP SMSC in the second instance to deliver the 
final message to the final client handset.

Now my questions are :
1- How to get the operator messageId in Kannel ?

2- When I inserting the message in sqlbox send_sms table kannel give internal 
message ID to the message and I can retrieve the DLR in a DLR table with same 
messageID with status 0 but when the second instance make the execution and 
move the data to sent_sms table I can see another DLR in the dlr table with 
another messageId with status 0.
So It is very difficult for me to manage the DLR and send also the result back 
to my customer because my customer have the first messageId gave by the kannel 
when the message was pass throught the 1st HTTP SMSC.
Can you show me the right way to make the sytem ?

3- How to get the delivery report from operator ?
2 - How the send back delivery report back to my customer connect through 
opensmppbox?
3 - Can anybody explain me clearly the role of the generic param, by example 
generic-param-to of http SMSC?

Here are my configuration files :
 * first instance configuration file :
 *1 instance kannel.conf***
 # Default kannel configuration file
group = core
admin-port = 13000
admin-password = gateway2016
status-password = gateway2016
admin-allow-ip = "*.*.*.*"
smsbox-port = 13012
box-allow-ip = 127.0.0.1
log-file = "/var/log/kannel/bearerbox.log"
log-level = 3
dlr-storage = internal
#ssl-client-certkey-file = /usr/local/gateway/certificats/public/sever.key
ssl-server-cert-file = /usr/local/gateway/certificats/public/sever.crt
ssl-server-key-file =  /usr/local/gateway/certificats/public/sever.key
ssl-trusted-ca-file = /usr/local/gateway/certificats/private/sms.csr

include ="/usr/local/gateway/sbin/smsbox.conf"

group = smsc
smsc = http
system-type = generic
smsc-id = http-billing
port = 13015
send-url="http://IP_of_remote_site/gateway/?r=sendSms/send&momt=%&sender=%P&receiver=%p&udhdata=%u&msgdata=%a&time=%t&service=%n&account=%n&id=%F&sms_type=%&mclass=%m&mwi=%M&coding=%c&compress=%&validity=%&deferred=%&dlr_mask=%d&dlr_url=%R&pid=%&alt_dcs=%O&rpi=%&charset=%C&boxc_id=%&binfo=%B&meta_data=%D&messageId=%I";
status-success-regex = "ok"
status-permfail-regex = "failure"
status-tempfail-regex = "retry later"
reroute-dlr = true
transceiver-mode = true
generic-param-from = "from"
generic-param-to = "to"
generic-param-text = "text"
generic-param-udh = "udh"
generic-param-service ="service"
generic-param-account ="account"
generic-param-binfo = "binfo"
generic-param-dlr-mask ="dlr_mak"
generic-param-dlr-url ="dlr_url"
generic-param-dlr-mid = "dlr_mid"
generic-param-flash = "flash"
generic-param-mclass ="mclass"
generic-param-mwi = "mwi"
generic-param-coding = "coding"
generic-param-validity = "validity"
generic-param-deferred = "deferred"
generic-param-foreign-id ="messageId"
generic-message-sent ="%I"
generic-status-sent = 200
generic-status-error = 404

# SEND­SMS USERS
group = sendsms-user
default-sender=MysendeId
username = username
password 

Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread spameden
2015-12-07 15:08 GMT+03:00 Grant Vorenberg :

> 
>
> echo "backing up kannel queue"
> rm -f /var/spool/queue_kannel.bak
> cp /var/spool/kannel /var/spool/queue_kannel.bak
> echo "Stopping SQLBox"
> /usr/bin/killall -9 sqlbox
> echo "Stopping BearerBox"
> /usr/bin/killall -9 bearerbox
> /bin/sleep 5
> echo " "
> echo "Starting BearerBox"
> /usr/local/sbin/bearerbox -v 5 /usr/local/sbin/smskannel.conf &
> /bin/sleep 5
> echo "Starting SQLBox"
> /usr/local/sbin/sqlbox -v 5 /usr/local/etc/sqlbox.conf &
> /bin/sleep 1
> echo "All processes started"
>
Hi!

Look into kannel's mailing lists archives, one was posted there recently.

Or just use:
http://www.kannel.org/download/1.4.4/gateway-1.4.4/debian/kannel.init

Actually you didn't say which Debian version you're using? 6, 7, 8? Because
in recent Debian sysvinit was replaced with systemd.


>
> Grant Vorenberg
>
> Technical Manager
> Office  0861 SAICOM (724 266) Direct  010 140 5012 Support  010 140 5050
> Cell  - Fax  010 140 5001 Email  gr...@saicomvoice.co.za Visit our website
> www.saicomvoice.co.za
>
> [image: logo image] 
>
>


Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread Grant Vorenberg
echo "backing up kannel queue"
rm -f /var/spool/queue_kannel.bak
cp /var/spool/kannel /var/spool/queue_kannel.bak
echo "Stopping SQLBox"
/usr/bin/killall -9 sqlbox
echo "Stopping BearerBox"
/usr/bin/killall -9 bearerbox
/bin/sleep 5
echo " "
echo "Starting BearerBox"
/usr/local/sbin/bearerbox -v 5 /usr/local/sbin/smskannel.conf &
/bin/sleep 5
echo "Starting SQLBox"
/usr/local/sbin/sqlbox -v 5 /usr/local/etc/sqlbox.conf &
/bin/sleep 1
echo "All processes started"

--
Office: 0861 SAICOM (724 266)
Direct: 010 140 5012
Support: 010 140 5050
Fax: 010 140 5001
Email: gr...@saicomvoice.co.za
Visit our website: www.saicomvoice.co.za


Re: Need help with Debian startup script (restart/stop command)

2015-11-09 Thread Richard Ng
Hello,

 

My startup script seems to work on boot, but I have problems when trying to
run "service kannel restart" or "service kannel stop".

 

I'm running kannel v 1.4.3 on Debian Wheezy 7.8

 

The problem is that none of the boxes shut down nor do they show any logs in
regard to shutdown at all.  Even though my script produces this:

 

root@kanneluser: /var/log/kannel# service kannel stop

Stopping WAP gateway: smsbox sqlbox bearerbox.

 

Obviously when I run kannel service restart, I see errors regarding ports
already in use.etc.   so the startup portion seems to be working fine.

 

Any ideas?

 

Richard Ng

Solistech, LLC

 

e:   r...@solistech.com

t: 519.937.1702

f: 888.220.0549

 

#!/bin/sh
# Start/stop the Kannel boxes: One bearer box and one WAP box.

# This is the default init.d script for Kannel.  Its configuration is
# appropriate for a small site running Kannel on one machine.

# Make sure that the Kannel binaries can be found in $BOXPATH or somewhere
# else along $PATH.  run_kannel_box has to be in $BOXPATH.

### BEGIN INIT INFO
# Provides:  kannel
# Required-Start:$syslog
# Required-Stop: $syslog
# Should-Start:  $local_fs $network
# Should-Stop:   $local_fs $network
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: SMS and WAP gateway
# Description:   Kannel is a gateway for connecting WAP phones to the
#Internet. It also works as an SMS gateway.
### END INIT INFO

BOXPATH=/usr/sbin
PIDFILES=/var/run/kannel
CONF=/etc/kannel/kannel.conf
SQLBOX_CONF=/etc/kannel/sqlbox.conf

PATH=$BOXPATH:$PATH

# On Debian, the most likely reason for the bearerbox not being available
# is that the package is in the "removed" or "unconfigured" state, and the
# init.d script is still around because it's a conffile.  This is normal,
# so don't generate any output.
test -x $BOXPATH/bearerbox || exit 0

test -r /etc/default/kannel && . /etc/default/kannel

if [ ! -d $PIDFILES ]
then
mkdir $PIDFILES
chown kannel:root $PIDFILES
fi

# Check for old pid files before starting.
for PIDFILE in `ls $PIDFILES/kannel_*.pid 2>/dev/null`; do
if [ -e "$PIDFILE" ] ; then
kill -0 $(< $PIDFILE) 2> /dev/null || rm -f $PIDFILE 2>/dev/null
fi
done

#exit;


case "$1" in
  start)
echo -n "Starting WAP gateway:"
echo -n " bearerbox"
start-stop-daemon --start --quiet \
--pidfile $PIDFILES/kannel_bearerbox.pid \
--chuid kannel \
--exec $BOXPATH/bearerbox -- --pid-file $PIDFILES/kannel_bearerbox.pid 
--parachute --daemonize -v 0 $CONF
sleep 3 # Wait for sqlbox
test ! -z $START_SQLBOX && test -x $BOXPATH/sqlbox && (
echo -n " sqlbox"
start-stop-daemon --start --quiet \
--pidfile $PIDFILES/kannel_sqlbox.pid \
--chuid kannel \
--exec $BOXPATH/sqlbox -- --pid-file $PIDFILES/kannel_sqlbox.pid 
--parachute --daemonize -v 0 $SQLBOX_CONF
)
sleep 4 # Wait for smsbox
test ! -z $START_SMSBOX && (
echo -n " smsbox"
start-stop-daemon --start --quiet \
--pidfile $PIDFILES/kannel_smsbox.pid \
--chuid kannel \
--exec $BOXPATH/smsbox -- --pid-file $PIDFILES/kannel_smsbox.pid 
--parachute --daemonize -v 0 $CONF
)
echo "."
;;

  stop)
echo -n "Stopping WAP gateway:"
test ! -z $START_SMSBOX && (
echo -n " smsbox"
start-stop-daemon --stop --retry 5 --quiet \
--pidfile $PIDFILES/kannel_smsbox.pid \
--name smsbox
)
sleep 3 # Wait for smsbox
test ! -z $START_SQLBOX && test -x $BOXPATH/sqlbox && (
echo -n " sqlbox"
start-stop-daemon --stop --retry 5 --quiet \
--pidfile $PIDFILES/kannel_sqlbox.pid \
--name sqlbox
)
sleep 4 # Wait for sqlbox
echo -n " bearerbox"
start-stop-daemon --stop --retry 5 \
--pidfile $PIDFILES/kannel_bearerbox.pid --quiet \
--name bearerbox
echo "."
;;

  reload)
# We don't have support for this yet.
exit 1
;;

  restart|force-reload)
$0 stop
sleep 1
$0 start
;;

  *)
echo "Usage: $0 {start|stop|restart|force-reload}"
exit 1

esac

exit 0


NEED HELP!!! kannel EMI multiple sessions

2013-03-20 Thread Gilbert Perez
good day!!

may i know if it is possible to create multiple sessions in EMI ?

RE: NEED HELP!! in sqlbox..

2013-03-07 Thread Rene Kluwen
Read the users manual.

Everything you want to know, is in there.

 

From: Gilbert Perez [mailto:p_gilb...@rocketmail.com] 
Sent: donderdag 7 maart 2013 12:19
To: Gilbert Perez; Rene Kluwen; 'Jose Figueroa'
Cc: users@kannel.org
Subject: Re: NEED HELP!! in sqlbox..

 

 

Good day! 

 

i would like to ask another question regarding my previous concern... 

 

my goal is to send sms from browser (http url) to the following setup:

 

smsbox --> sqlbox --> bearerbox

 

can you please enlighten me on how to properly configure given the flow above?

 

In addition, i would also want to know the specific parameters that compose the 
url that will be used to send sms?

 

hoping for your immediate response. Thank you!!!

 

  _  

From: Gilbert Perez 
To: Rene Kluwen ; 'Jose Figueroa' 
 
Cc: "users@kannel.org"  
Sent: Thursday, March 7, 2013 9:48 AM
Subject: Re: NEED HELP!! in sqlbox..





thanks...

 

currently i'm trying to work on your first suggestion 

regarding the second option, may you give me a link/ sample script or anything 
insightful that can guide me? 

 

  _  

From: Rene Kluwen 
To: 'Gilbert Perez' ; 'Jose Figueroa' 
 
Cc: users@kannel.org 
Sent: Wednesday, March 6, 2013 7:39 PM
Subject: RE: NEED HELP!! in sqlbox..

 

As I understand correctly what you want to do, there’s two options.

 

Run smsbox <-> sqlbox <-> bearerbox.

 

Smsbox does accept http connections and they will be saved in the sent_sms 
table (see users manual).

 

The other option is to write a simple php/asp script that accepts the message 
parameters that you want and have it inserted in send_sms.

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
Gilbert Perez
Sent: woensdag 6 maart 2013 8:22
To: Jose Figueroa
Cc: users@kannel.org
Subject: Re: NEED HELP!! in sqlbox..

 

thanks... actually my problem is how to save messages sent via http url to a 
mysql database. is it possible? if so, what are the steps that i need to do?

 

so far i think i've configured sqlbox properly with smppbox and bearerbox. 

 

hope you could help me with this one 

 

  _  

From: Jose Figueroa 
To: Gilbert Perez  
Cc: "users@kannel.org"  
Sent: Wednesday, March 6, 2013 11:03 AM
Subject: Re: NEED HELP!! in sqlbox..

 

Hello Gilberto

 

I don't really understand your question at all.

 

You want to send from smppbox to the sqlbox and then to bearer box?

 

If that's your question the answer is yes. You just have to set the port of the 
bearerbox on the smppbox conf file and that would be the port set in the sqlbox.

 

Pastebin your config files and I can help you up with the step by step, if 
that's not your question please explain more about it or your complete scenario 
case.

 

Thanks,

Jose Figueroa

Geek friend and caffeine dealer

josen.figue...@unixmexico.org

 

On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:

 

good day..

 

recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
also able to insert an entry in sqlbox's send_sms table and eventually see it 
transferred to sent_sms table upon running sqlbox.. my question is, is it 
possible to send an sms via a http-url which sqlbox is then going to receive? 
or is there a way to insert an sms in the send_sms table aside from manually 
inserting in the table?

 

 

 

 

 

 



Re: NEED HELP!! in sqlbox..

2013-03-07 Thread Gilbert Perez


Good day! 

i would like to ask another question regarding my previous concern... 

my goal is to send sms from browser (http url) to the following setup:

smsbox --> sqlbox --> bearerbox


can you please enlighten me on how to properly configure given the flow above?

In addition, i would also want to know the specific parameters that compose the 
url that will be used to send sms?

hoping for your immediate response. Thank you!!!



 From: Gilbert Perez 
To: Rene Kluwen ; 'Jose Figueroa' 
 
Cc: "users@kannel.org"  
Sent: Thursday, March 7, 2013 9:48 AM
Subject: Re: NEED HELP!! in sqlbox..
 

thanks...

currently i'm trying to work on your first suggestion 
regarding the second option, may you give me a link/ sample script or anything 
insightful that can guide me? 



 From: Rene Kluwen 
To: 'Gilbert Perez' ; 'Jose Figueroa' 
 
Cc: users@kannel.org 
Sent: Wednesday, March 6, 2013 7:39 PM
Subject: RE: NEED HELP!! in sqlbox..
 

As I understand correctly what you want to do, there’s two options.
 
Run smsbox <-> sqlbox <-> bearerbox.
 
Smsbox does accept http connections and they will be saved in the sent_sms 
table (see users manual).
 
The other option is to write a simple php/asp script that accepts the message 
parameters that you want and have it inserted in send_sms.
 
== Rene
 
 
From:users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
Gilbert Perez
Sent: woensdag 6 maart 2013 8:22
To: Jose Figueroa
Cc: users@kannel.org
Subject: Re: NEED HELP!! in sqlbox..
 
thanks... actually my problem is how to save messages sent via http url to a 
mysql database. is it possible? if so, what are the steps that i need to do?
 
so far i think i've configured sqlbox properly with smppbox and bearerbox. 
 
hope you could help me with this one 
 



From:Jose Figueroa 
To: Gilbert Perez  
Cc: "users@kannel.org"  
Sent: Wednesday, March 6, 2013 11:03 AM
Subject: Re: NEED HELP!! in sqlbox..


Hello Gilberto
 
I don't really understand your question at all.
 
You want to send from smppbox to the sqlbox and then to bearer box?
 
If that's your question the answer is yes. You just have to set the port of the 
bearerbox on the smppbox conf file and that would be the port set in the sqlbox.
 
Pastebin your config files and I can help you up with the step by step, if 
that's not your question please explain more about it or your complete scenario 
case.
 
Thanks,
Jose Figueroa
Geek friend and caffeine dealer
josen.figue...@unixmexico.org
 
On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:


good day..
 
recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
also able to insert an entry in sqlbox's send_sms table and eventually see it 
transferred to sent_sms table upon running sqlbox.. my question is, is it 
possible to send an sms via a http-url which sqlbox is then going to receive? 
or is there a way to insert an sms in the send_sms table aside from manually 
inserting in the table?

Re: NEED HELP!! in sqlbox..

2013-03-06 Thread Gilbert Perez
thanks...

currently i'm trying to work on your first suggestion 
regarding the second option, may you give me a link/ sample script or anything 
insightful that can guide me? 



 From: Rene Kluwen 
To: 'Gilbert Perez' ; 'Jose Figueroa' 
 
Cc: users@kannel.org 
Sent: Wednesday, March 6, 2013 7:39 PM
Subject: RE: NEED HELP!! in sqlbox..
 

As I understand correctly what you want to do, there’s two options.
 
Run smsbox <-> sqlbox <-> bearerbox.
 
Smsbox does accept http connections and they will be saved in the sent_sms 
table (see users manual).
 
The other option is to write a simple php/asp script that accepts the message 
parameters that you want and have it inserted in send_sms.
 
== Rene
 
 
From:users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
Gilbert Perez
Sent: woensdag 6 maart 2013 8:22
To: Jose Figueroa
Cc: users@kannel.org
Subject: Re: NEED HELP!! in sqlbox..
 
thanks... actually my problem is how to save messages sent via http url to a 
mysql database. is it possible? if so, what are the steps that i need to do?
 
so far i think i've configured sqlbox properly with smppbox and bearerbox. 
 
hope you could help me with this one 
 



From:Jose Figueroa 
To: Gilbert Perez  
Cc: "users@kannel.org"  
Sent: Wednesday, March 6, 2013 11:03 AM
Subject: Re: NEED HELP!! in sqlbox..


Hello Gilberto
 
I don't really understand your question at all.
 
You want to send from smppbox to the sqlbox and then to bearer box?
 
If that's your question the answer is yes. You just have to set the port of the 
bearerbox on the smppbox conf file and that would be the port set in the sqlbox.
 
Pastebin your config files and I can help you up with the step by step, if 
that's not your question please explain more about it or your complete scenario 
case.
 
Thanks,
Jose Figueroa
Geek friend and caffeine dealer
josen.figue...@unixmexico.org
 
On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:


good day..
 
recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
also able to insert an entry in sqlbox's send_sms table and eventually see it 
transferred to sent_sms table upon running sqlbox.. my question is, is it 
possible to send an sms via a http-url which sqlbox is then going to receive? 
or is there a way to insert an sms in the send_sms table aside from manually 
inserting in the table?

RE: NEED HELP!! in sqlbox..

2013-03-06 Thread Rene Kluwen
As I understand correctly what you want to do, there's two options.

 

Run smsbox <-> sqlbox <-> bearerbox.

 

Smsbox does accept http connections and they will be saved in the sent_sms
table (see users manual).

 

The other option is to write a simple php/asp script that accepts the
message parameters that you want and have it inserted in send_sms.

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Gilbert Perez
Sent: woensdag 6 maart 2013 8:22
To: Jose Figueroa
Cc: users@kannel.org
Subject: Re: NEED HELP!! in sqlbox..

 

thanks... actually my problem is how to save messages sent via http url to a
mysql database. is it possible? if so, what are the steps that i need to do?

 

so far i think i've configured sqlbox properly with smppbox and bearerbox. 

 

hope you could help me with this one Image removed by sender. *:) happy

 

  _  

From: Jose Figueroa 
To: Gilbert Perez  
Cc: "users@kannel.org"  
Sent: Wednesday, March 6, 2013 11:03 AM
Subject: Re: NEED HELP!! in sqlbox..





Hello Gilberto

 

I don't really understand your question at all.

 

You want to send from smppbox to the sqlbox and then to bearer box?

 

If that's your question the answer is yes. You just have to set the port of
the bearerbox on the smppbox conf file and that would be the port set in the
sqlbox.

 

Pastebin your config files and I can help you up with the step by step, if
that's not your question please explain more about it or your complete
scenario case.

 

Thanks,

Jose Figueroa

Geek friend and caffeine dealer

josen.figue...@unixmexico.org

 

On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:





good day..

 

recently i was able to run sqlbox alongside with smppbox and bearerbox. i
was also able to insert an entry in sqlbox's send_sms table and eventually
see it transferred to sent_sms table upon running sqlbox.. my question is,
is it possible to send an sms via a http-url which sqlbox is then going to
receive? or is there a way to insert an sms in the send_sms table aside from
manually inserting in the table?

 

 

 

 

<<~WRD000.jpg>>

Re: NEED HELP!! in sqlbox..

2013-03-05 Thread Gilbert Perez
thanks... actually my problem is how to save messages sent via http url to a 
mysql database. is it possible? if so, what are the steps that i need to do?

so far i think i've configured sqlbox properly with smppbox and bearerbox. 

hope you could help me with this one 



 From: Jose Figueroa 
To: Gilbert Perez  
Cc: "users@kannel.org"  
Sent: Wednesday, March 6, 2013 11:03 AM
Subject: Re: NEED HELP!! in sqlbox..
 

Hello Gilberto

I don't really understand your question at all.

You want to send from smppbox to the sqlbox and then to bearer box?

If that's your question the answer is yes. You just have to set the port of the 
bearerbox on the smppbox conf file and that would be the port set in the sqlbox.

Pastebin your config files and I can help you up with the step by step, if 
that's not your question please explain more about it or your complete scenario 
case.

Thanks,
Jose Figueroa
Geek friend and caffeine dealer
josen.figue...@unixmexico.org

On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:

good day..
>
>
>recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
>also able to insert an entry in sqlbox's send_sms table and eventually see it 
>transferred to sent_sms table upon running sqlbox.. my question is, is it 
>possible to send an sms via a http-url which sqlbox is then going to receive? 
>or is there a way to insert an sms in the send_sms table aside from manually 
>inserting in the table?
>
>
>
>

Re: NEED HELP!! in sqlbox..

2013-03-05 Thread Jose Figueroa
Hello Gilberto

I don't really understand your question at all.

You want to send from smppbox to the sqlbox and then to bearer box?

If that's your question the answer is yes. You just have to set the port of the 
bearerbox on the smppbox conf file and that would be the port set in the sqlbox.

Pastebin your config files and I can help you up with the step by step, if 
that's not your question please explain more about it or your complete scenario 
case.

Thanks,
Jose Figueroa
Geek friend and caffeine dealer
josen.figue...@unixmexico.org

On Mar 5, 2013, at 8:55 PM, Gilbert Perez  wrote:

> good day..
> 
> recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
> also able to insert an entry in sqlbox's send_sms table and eventually see it 
> transferred to sent_sms table upon running sqlbox.. my question is, is it 
> possible to send an sms via a http-url which sqlbox is then going to receive? 
> or is there a way to insert an sms in the send_sms table aside from manually 
> inserting in the table?
> 
> 



NEED HELP!! in sqlbox..

2013-03-05 Thread Gilbert Perez
good day..

recently i was able to run sqlbox alongside with smppbox and bearerbox. i was 
also able to insert an entry in sqlbox's send_sms table and eventually see it 
transferred to sent_sms table upon running sqlbox.. my question is, is it 
possible to send an sms via a http-url which sqlbox is then going to receive? 
or is there a way to insert an sms in the send_sms table aside from manually 
inserting in the table?

Compilation error. Need help

2012-06-23 Thread Aditya Prasad
Hi,

   

I'm using Kannel 1.4.3 source code. I'm trying to compile using cygwin
in a windows machine.

I have executed below commands successfully

./configure

touch .depend

make depend

make

 

But during the latest step im getting the below error. Please some one
help me. 

 

aprasad@AWI10962 /cygdrive/d/software/kannel

$ make bindir=/D:/KannelInstall

make: Nothing to be done for `all'.

 

 

Regards,

Aditya Prasad

Development

 

Cell: +918095504222

www.air-watch.com  

 



Re: Need help starting kannel, please help

2011-07-25 Thread alexis_msn

Thanks for the command. As it seems the bearebox is supposed to stop at that
point what I did was this:

bearerbox -v 1 smskannel.conf &
>> smsbox -v 1 smskannel.conf &

Then I used your command to check and its running ok. Thanks for the help.

 Alexis C.



Tania Petsouka wrote:
> 
> You check status from http://server_ip:admin_port/cgi-bin/status. You have 
> acces there only when bearbox is up and running.
> 
> P.S:
> -
> 
> You wrote :
>>>> ~/download/gateway-1.4.3/gw/bearerbox -v 1
>>>> ~/download/gateway-1.4.3/gw/smskannel.conf
> 
> To start smsbox  you call :   ~/download/gateway-1.4.3/gw/smsbox 
> smskannel.conf
> 
> 
> 
> 
> 
> 
> 
> - Original Message ----- 
> From: "alexis_msn" 
> To: 
> Sent: Monday, July 25, 2011 1:54 PM
> Subject: Re: Need help starting kannel, please help
> 
> 
>>
>> Hi there Tania
>>
>> Thanks for the reply but I do have the smsc groupt in my smskannel.conf
>> file. I didn't put it on the post. Here it is:
>>
>> group = smsc
>> smsc = fake
>> smsc-id = FAKE
>> port = 1
>> connect-allow-ip = 127.0.0.1
>>
>> So I don't think that's the problem. I need some help understanding how 
>> this
>> works. By the way, do you know the command to check the kannel status?
>> Any help will be welcome.
>>
>> Regards
>> Alexis C.
>>
>>
>>
>>
>> Tania Petsouka wrote:
>>>
>>> Try to add to your config an smsc group (even the fake one)
>>>
>>> I guess that it can't find any smsc and it stops there.
>>>
>>> Tania
>>>
>>>
>>> - Original Message - 
>>> From: "alexis_msn" 
>>> To: 
>>> Sent: Monday, July 25, 2011 1:13 PM
>>> Subject: Need help starting kannel, please help
>>>
>>>
>>>>
>>>> Hi all,
>>>>
>>>> I've checked in this forum for answer for my problem but I couldn't
>>>> find
>>>> one
>>>> that cleared my doubts.
>>>> I've just installed kannel (made the gzip tarball download in kannel
>>>> website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and
>>>> the
>>>> smsbox. I didn't change anything in my smskannel.conf file where the 
>>>> core
>>>> group is:
>>>>
>>>> group = core
>>>> admin-port = 13000
>>>> smsbox-port = 13001
>>>> admin-password = bar
>>>> #status-password = foo
>>>> #admin-deny-ip = ""
>>>> #admin-allow-ip = ""
>>>> #log-file = "/tmp/kannel.log"
>>>> #log-level = 0
>>>> box-deny-ip = "*.*.*.*"
>>>> box-allow-ip = "127.0.0.1"
>>>> #unified-prefix = "+358,00358,0;+,00"
>>>> #access-log = "/tmp/access.log"
>>>> #store-file = "kannel.store"
>>>> #ssl-server-cert-file = "cert.pem"
>>>> #ssl-server-key-file = "key.pem"
>>>> #ssl-certkey-file = "mycertandprivkeyfile.pem"
>>>>
>>>> And the smsbox group is:
>>>>
>>>> group = smsbox
>>>> bearerbox-host = 127.0.0.1
>>>> sendsms-port = 13013
>>>> global-sender = 13013
>>>> #sendsms-chars = "0123456789 +-"
>>>> #log-file = "/tmp/smsbox.log"
>>>> #log-level = 0
>>>> #access-log = "/tmp/access.log"
>>>>
>>>> So as you can see I did not change a thing yet. Still when I tried this
>>>> command:
>>>>
>>>> ~/download/gateway-1.4.3/gw/bearerbox -v 1
>>>> ~/download/gateway-1.4.3/gw/smskannel.conf
>>>>
>>>> I get this result:
>>>>
>>>> 2011-07-24 22:35:51 [15596] [0] INFO: Debug_lvl = 1, log_file = ,
>>>> log_lvl = 0
>>>> 2011-07-24 22:35:51 [15596] [0] WARNING: DLR: using default 'internal'
>>>> for
>>>> storage type.
>>>> 2011-07-24 22:35:51 [15596] [0] INFO: DLR using storage type: internal
>>>> 2011-07-24 22:35:51 [15596] [0] INFO: SSL not supported, no SSL
>>>> initialization done.
>>>> 2011-07-24 22:35:51 [15596] [0] INFO: HTTP: Opening server at port 
>>>> 13000.
>>>> 2011-07-24 22:35:51 [15596] [0] INFO: BOXC: 'smsbox-max-pending' not 
>>>> set,
>&g

Re: Need help starting kannel, please help

2011-07-25 Thread ?ets???a ????a
You check status from http://server_ip:admin_port/cgi-bin/status. You have 
acces there only when bearbox is up and running.


P.S:
-

You wrote :

~/download/gateway-1.4.3/gw/bearerbox -v 1
~/download/gateway-1.4.3/gw/smskannel.conf


To start smsbox  you call :   ~/download/gateway-1.4.3/gw/smsbox 
smskannel.conf








- Original Message - 
From: "alexis_msn" 

To: 
Sent: Monday, July 25, 2011 1:54 PM
Subject: Re: Need help starting kannel, please help




Hi there Tania

Thanks for the reply but I do have the smsc groupt in my smskannel.conf
file. I didn't put it on the post. Here it is:

group = smsc
smsc = fake
smsc-id = FAKE
port = 1
connect-allow-ip = 127.0.0.1

So I don't think that's the problem. I need some help understanding how 
this

works. By the way, do you know the command to check the kannel status?
Any help will be welcome.

Regards
Alexis C.




Tania Petsouka wrote:


Try to add to your config an smsc group (even the fake one)

I guess that it can't find any smsc and it stops there.

Tania


- Original Message - 
From: "alexis_msn" 

To: 
Sent: Monday, July 25, 2011 1:13 PM
Subject: Need help starting kannel, please help




Hi all,

I've checked in this forum for answer for my problem but I couldn't find
one
that cleared my doubts.
I've just installed kannel (made the gzip tarball download in kannel
website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and the
smsbox. I didn't change anything in my smskannel.conf file where the 
core

group is:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
#log-file = "/tmp/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
#access-log = "/tmp/access.log"
#store-file = "kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

And the smsbox group is:

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = "0123456789 +-"
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "/tmp/access.log"

So as you can see I did not change a thing yet. Still when I tried this
command:

~/download/gateway-1.4.3/gw/bearerbox -v 1
~/download/gateway-1.4.3/gw/smskannel.conf

I get this result:

2011-07-24 22:35:51 [15596] [0] INFO: Debug_lvl = 1, log_file = ,
log_lvl = 0
2011-07-24 22:35:51 [15596] [0] WARNING: DLR: using default 'internal'
for
storage type.
2011-07-24 22:35:51 [15596] [0] INFO: DLR using storage type: internal
2011-07-24 22:35:51 [15596] [0] INFO: SSL not supported, no SSL
initialization done.
2011-07-24 22:35:51 [15596] [0] INFO: HTTP: Opening server at port 
13000.
2011-07-24 22:35:51 [15596] [0] INFO: BOXC: 'smsbox-max-pending' not 
set,

using default (100).
2011-07-24 22:35:51 [15596] [0] INFO: Set SMS resend frequency to 60
seconds.
2011-07-24 22:35:51 [15596] [0] INFO: SMS resend retry set to unlimited.
2011-07-24 22:35:51 [15596] [0] INFO: DLR rerouting for smsc id 
disabled.
2011-07-24 22:35:51 [15596] [0] INFO:

2011-07-24 22:35:51 [15596] [0] INFO: Kannel bearerbox II version 1.4.3
starting
2011-07-24 22:35:51 [15596] [0] INFO: MAIN: Start-up done, entering
mainloop

It simply stops at this mainloop. Is this normal? Please bear in mind
that
I'm new with this thing and I simply want to learn to use kannel as a 
sms

plataform.

Thank you for your attention and my apologies if there is a post
regarding
this same issue that I missed when looking.

Alexis C.
--
View this message in context:
http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32128784.html
Sent from the Kannel - User mailing list archive at Nabble.com.









--
View this message in context: 
http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32130688.html

Sent from the Kannel - User mailing list archive at Nabble.com.







Re: Need help starting kannel, please help

2011-07-25 Thread alexis_msn

Hi there Tania

Thanks for the reply but I do have the smsc groupt in my smskannel.conf
file. I didn't put it on the post. Here it is:

group = smsc
smsc = fake
smsc-id = FAKE
port = 1
connect-allow-ip = 127.0.0.1

So I don't think that's the problem. I need some help understanding how this
works. By the way, do you know the command to check the kannel status?
Any help will be welcome.

Regards
Alexis C.




Tania Petsouka wrote:
> 
> Try to add to your config an smsc group (even the fake one)
> 
> I guess that it can't find any smsc and it stops there.
> 
> Tania
> 
> 
> - Original Message - 
> From: "alexis_msn" 
> To: 
> Sent: Monday, July 25, 2011 1:13 PM
> Subject: Need help starting kannel, please help
> 
> 
>>
>> Hi all,
>>
>> I've checked in this forum for answer for my problem but I couldn't find 
>> one
>> that cleared my doubts.
>> I've just installed kannel (made the gzip tarball download in kannel
>> website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and the
>> smsbox. I didn't change anything in my smskannel.conf file where the core
>> group is:
>>
>> group = core
>> admin-port = 13000
>> smsbox-port = 13001
>> admin-password = bar
>> #status-password = foo
>> #admin-deny-ip = ""
>> #admin-allow-ip = ""
>> #log-file = "/tmp/kannel.log"
>> #log-level = 0
>> box-deny-ip = "*.*.*.*"
>> box-allow-ip = "127.0.0.1"
>> #unified-prefix = "+358,00358,0;+,00"
>> #access-log = "/tmp/access.log"
>> #store-file = "kannel.store"
>> #ssl-server-cert-file = "cert.pem"
>> #ssl-server-key-file = "key.pem"
>> #ssl-certkey-file = "mycertandprivkeyfile.pem"
>>
>> And the smsbox group is:
>>
>> group = smsbox
>> bearerbox-host = 127.0.0.1
>> sendsms-port = 13013
>> global-sender = 13013
>> #sendsms-chars = "0123456789 +-"
>> #log-file = "/tmp/smsbox.log"
>> #log-level = 0
>> #access-log = "/tmp/access.log"
>>
>> So as you can see I did not change a thing yet. Still when I tried this
>> command:
>>
>> ~/download/gateway-1.4.3/gw/bearerbox -v 1
>> ~/download/gateway-1.4.3/gw/smskannel.conf
>>
>> I get this result:
>>
>> 2011-07-24 22:35:51 [15596] [0] INFO: Debug_lvl = 1, log_file = ,
>> log_lvl = 0
>> 2011-07-24 22:35:51 [15596] [0] WARNING: DLR: using default 'internal'
>> for
>> storage type.
>> 2011-07-24 22:35:51 [15596] [0] INFO: DLR using storage type: internal
>> 2011-07-24 22:35:51 [15596] [0] INFO: SSL not supported, no SSL
>> initialization done.
>> 2011-07-24 22:35:51 [15596] [0] INFO: HTTP: Opening server at port 13000.
>> 2011-07-24 22:35:51 [15596] [0] INFO: BOXC: 'smsbox-max-pending' not set,
>> using default (100).
>> 2011-07-24 22:35:51 [15596] [0] INFO: Set SMS resend frequency to 60
>> seconds.
>> 2011-07-24 22:35:51 [15596] [0] INFO: SMS resend retry set to unlimited.
>> 2011-07-24 22:35:51 [15596] [0] INFO: DLR rerouting for smsc id 
>> disabled.
>> 2011-07-24 22:35:51 [15596] [0] INFO:
>> 
>> 2011-07-24 22:35:51 [15596] [0] INFO: Kannel bearerbox II version 1.4.3
>> starting
>> 2011-07-24 22:35:51 [15596] [0] INFO: MAIN: Start-up done, entering 
>> mainloop
>>
>> It simply stops at this mainloop. Is this normal? Please bear in mind
>> that
>> I'm new with this thing and I simply want to learn to use kannel as a sms
>> plataform.
>>
>> Thank you for your attention and my apologies if there is a post
>> regarding
>> this same issue that I missed when looking.
>>
>> Alexis C.
>> -- 
>> View this message in context: 
>> http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32128784.html
>> Sent from the Kannel - User mailing list archive at Nabble.com.
>>
>> 
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32130688.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: Need help starting kannel, please help

2011-07-25 Thread ?ets???a ????a

Try to add to your config an smsc group (even the fake one)

I guess that it can't find any smsc and it stops there.

Tania


- Original Message - 
From: "alexis_msn" 

To: 
Sent: Monday, July 25, 2011 1:13 PM
Subject: Need help starting kannel, please help




Hi all,

I've checked in this forum for answer for my problem but I couldn't find 
one

that cleared my doubts.
I've just installed kannel (made the gzip tarball download in kannel
website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and the
smsbox. I didn't change anything in my smskannel.conf file where the core
group is:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
#log-file = "/tmp/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
#access-log = "/tmp/access.log"
#store-file = "kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

And the smsbox group is:

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = "0123456789 +-"
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "/tmp/access.log"

So as you can see I did not change a thing yet. Still when I tried this
command:

~/download/gateway-1.4.3/gw/bearerbox -v 1
~/download/gateway-1.4.3/gw/smskannel.conf

I get this result:

2011-07-24 22:35:51 [15596] [0] INFO: Debug_lvl = 1, log_file = ,
log_lvl = 0
2011-07-24 22:35:51 [15596] [0] WARNING: DLR: using default 'internal' for
storage type.
2011-07-24 22:35:51 [15596] [0] INFO: DLR using storage type: internal
2011-07-24 22:35:51 [15596] [0] INFO: SSL not supported, no SSL
initialization done.
2011-07-24 22:35:51 [15596] [0] INFO: HTTP: Opening server at port 13000.
2011-07-24 22:35:51 [15596] [0] INFO: BOXC: 'smsbox-max-pending' not set,
using default (100).
2011-07-24 22:35:51 [15596] [0] INFO: Set SMS resend frequency to 60
seconds.
2011-07-24 22:35:51 [15596] [0] INFO: SMS resend retry set to unlimited.
2011-07-24 22:35:51 [15596] [0] INFO: DLR rerouting for smsc id 
disabled.
2011-07-24 22:35:51 [15596] [0] INFO:

2011-07-24 22:35:51 [15596] [0] INFO: Kannel bearerbox II version 1.4.3
starting
2011-07-24 22:35:51 [15596] [0] INFO: MAIN: Start-up done, entering 
mainloop


It simply stops at this mainloop. Is this normal? Please bear in mind that
I'm new with this thing and I simply want to learn to use kannel as a sms
plataform.

Thank you for your attention and my apologies if there is a post regarding
this same issue that I missed when looking.

Alexis C.
--
View this message in context: 
http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32128784.html

Sent from the Kannel - User mailing list archive at Nabble.com.







Need help starting kannel, please help

2011-07-25 Thread alexis_msn

Hi all,

I've checked in this forum for answer for my problem but I couldn't find one
that cleared my doubts.
I've just installed kannel (made the gzip tarball download in kannel
website) in ubuntu 10.04 LTS. Then I wanted to run the bearerbox and the
smsbox. I didn't change anything in my smskannel.conf file where the core
group is:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
#log-file = "/tmp/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
#access-log = "/tmp/access.log"
#store-file = "kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

And the smsbox group is:

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
#sendsms-chars = "0123456789 +-"
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "/tmp/access.log"

So as you can see I did not change a thing yet. Still when I tried this
command:

 ~/download/gateway-1.4.3/gw/bearerbox -v 1
~/download/gateway-1.4.3/gw/smskannel.conf

I get this result:

2011-07-24 22:35:51 [15596] [0] INFO: Debug_lvl = 1, log_file = ,
log_lvl = 0
2011-07-24 22:35:51 [15596] [0] WARNING: DLR: using default 'internal' for
storage type.
2011-07-24 22:35:51 [15596] [0] INFO: DLR using storage type: internal
2011-07-24 22:35:51 [15596] [0] INFO: SSL not supported, no SSL
initialization done.
2011-07-24 22:35:51 [15596] [0] INFO: HTTP: Opening server at port 13000.
2011-07-24 22:35:51 [15596] [0] INFO: BOXC: 'smsbox-max-pending' not set,
using default (100).
2011-07-24 22:35:51 [15596] [0] INFO: Set SMS resend frequency to 60
seconds.
2011-07-24 22:35:51 [15596] [0] INFO: SMS resend retry set to unlimited.
2011-07-24 22:35:51 [15596] [0] INFO: DLR rerouting for smsc id 
disabled.
2011-07-24 22:35:51 [15596] [0] INFO:

2011-07-24 22:35:51 [15596] [0] INFO: Kannel bearerbox II version 1.4.3
starting
2011-07-24 22:35:51 [15596] [0] INFO: MAIN: Start-up done, entering mainloop

It simply stops at this mainloop. Is this normal? Please bear in mind that
I'm new with this thing and I simply want to learn to use kannel as a sms
plataform.

Thank you for your attention and my apologies if there is a post regarding
this same issue that I missed when looking.

Alexis C.
-- 
View this message in context: 
http://old.nabble.com/Need-help-starting-kannel%2C-please-help-tp32128784p32128784.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread Alvaro Cornejo
Hi you can try to use TLV parameters.

with that you can define any parameter you need to pass to your provider.

I'm sure It works for SMPP and I think there was a patch for it to be
supported in http smsc. Check user/devel list archives for more info.

Regards

Alvaro


|-|
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



2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
:
> Like I said, I need to send them the id parameter:
>
> "http://www.mygw.com/sendsms?user=me&pass=you&number=&id=>"
>
> It would be very nice if kannel could receive personalized fields to
> re-transmit them...
>
> Any idea?
>
> Thanks again.
>
> -Mensagem original-
> De: ?ets???a a [mailto:ta...@tessera.gr]
> Enviada em: sexta-feira, 27 de maio de 2011 11:50
> Para: Suporte Técnico Nivel 2 - Iagente Soluções Online; 'Alvaro Cornejo'
> Cc: users@kannel.org
> Assunto: Re: Need help with DLR and Foreign messages ID
>
> Maybe ask your supplier how they want you to pass it then.
>
> - Original Message -
> From: "Suporte Técnico Nivel 2 - Iagente Soluções Online"
> 
> To: "'Alvaro Cornejo'" 
> Cc: 
> Sent: Friday, May 27, 2011 5:28 PM
> Subject: RES: Need help with DLR and Foreign messages ID
>
>
> Hi everyone,
>
> Thanks to Alvaro and Tania for helping me.
>
> This is not really what I need.
>
> For SMPP connections it would work just perfect, but, since I'm using an
> external HTTP gateway, they require from me to send my internal message ID
> as one of the required parameters. In other words it should be part of the
> send-url configuration field.
>
> So for example, this is the send-url:
>
> Send-url =
> "http://www.mygw.com/sendsms?user=me&pass=you&number=&id=>
>
> The final GW will process the request and post back to me the final status
> through http also.
>
> In this specific case, I wont use the dlr-mask and dlr-url because the
> status wont be send through Kannel. My suplier will send it back to me as a
> separated thread.
>
> Any idea about how to do this?
>
> Thanks
>
>
>
> -Mensagem original-
> De: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
> Enviada em: sexta-feira, 27 de maio de 2011 11:23
> Para: Suporte Técnico Nivel 2 - Iagente Soluções Online
> Cc: users@kannel.org
> Assunto: Re: Need help with DLR and Foreign messages ID
>
> Hi you need to add that id in your dlr-url
>
> http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;.
>
>
> so when kannel calls the dlr-url it will pass your own id.
>
> Regards
>
> Alvaro
>
>
> |---
> --|
> 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
>
>
>
> 2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
> :
>> Hi Everyone,
>>
>>
>>
>> Is anybody there capable to help me on this?
>>
>>
>>
>> Thanks in advance.
>>
>>
>>
>> Rafael
>>
>>
>>
>> De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
>> Rafael Azevedo
>> Enviada em: quinta-feira, 26 de maio de 2011 19:11
>> Para: users@kannel.org
>> Assunto: Need help with DLR and Foreign messages ID
>>
>>
>>
>> Hi everyone,
>>
>>
>>
>> I've just finished the kannel instalation and configuration. Everything
>> seems to work fine, messages are being sent without any serious problems.
>>
>>
>>
>> But, since one of my smsc's is HTTP based, I'm required to send my
> internal
>> MSG ID to the end SMS gateway. That's really necessary in order to have
> the
>> DLR working properly.
>>
>>
>>
>> This is an example of the issue:
>>
>>
>>
>> 1) I have the message ID # 1000
>>
>> 2) My application send to the kannel smsc the message through HTTP
>>
>> 3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including
> the
>> unique foreign message ID that was perviosly generated by my APP
>>
>> 4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
>> that only does one thing: checks the DLR and update the database.
>>
>>
>>
>> I tried using %F but it does not seems to work in my case, since my unique
>> internal msg id is not the same as %F is showing.
>>
>>
>>
>> Is there anything I can do? This is really crucial for me.
>>
>>
>>
>> Thanks in advance.
>>
>> Rafael
>
>
>
>



RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Like I said, I need to send them the id parameter:

"http://www.mygw.com/sendsms?user=me&pass=you&number=&id="

It would be very nice if kannel could receive personalized fields to
re-transmit them...

Any idea?

Thanks again.

-Mensagem original-
De: ?ets???a a [mailto:ta...@tessera.gr] 
Enviada em: sexta-feira, 27 de maio de 2011 11:50
Para: Suporte Técnico Nivel 2 - Iagente Soluções Online; 'Alvaro Cornejo'
Cc: users@kannel.org
Assunto: Re: Need help with DLR and Foreign messages ID

Maybe ask your supplier how they want you to pass it then.

- Original Message - 
From: "Suporte Técnico Nivel 2 - Iagente Soluções Online" 

To: "'Alvaro Cornejo'" 
Cc: 
Sent: Friday, May 27, 2011 5:28 PM
Subject: RES: Need help with DLR and Foreign messages ID


Hi everyone,

Thanks to Alvaro and Tania for helping me.

This is not really what I need.

For SMPP connections it would work just perfect, but, since I'm using an
external HTTP gateway, they require from me to send my internal message ID
as one of the required parameters. In other words it should be part of the
send-url configuration field.

So for example, this is the send-url:

Send-url =
"http://www.mygw.com/sendsms?user=me&pass=you&number=&id=

The final GW will process the request and post back to me the final status
through http also.

In this specific case, I wont use the dlr-mask and dlr-url because the
status wont be send through Kannel. My suplier will send it back to me as a
separated thread.

Any idea about how to do this?

Thanks



-Mensagem original-
De: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
Enviada em: sexta-feira, 27 de maio de 2011 11:23
Para: Suporte Técnico Nivel 2 - Iagente Soluções Online
Cc: users@kannel.org
Assunto: Re: Need help with DLR and Foreign messages ID

Hi you need to add that id in your dlr-url

http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;.


so when kannel calls the dlr-url it will pass your own id.

Regards

Alvaro


|---
--|
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



2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
:
> Hi Everyone,
>
>
>
> Is anybody there capable to help me on this?
>
>
>
> Thanks in advance.
>
>
>
> Rafael
>
>
>
> De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
> Rafael Azevedo
> Enviada em: quinta-feira, 26 de maio de 2011 19:11
> Para: users@kannel.org
> Assunto: Need help with DLR and Foreign messages ID
>
>
>
> Hi everyone,
>
>
>
> I've just finished the kannel instalation and configuration. Everything
> seems to work fine, messages are being sent without any serious problems.
>
>
>
> But, since one of my smsc's is HTTP based, I'm required to send my
internal
> MSG ID to the end SMS gateway. That's really necessary in order to have
the
> DLR working properly.
>
>
>
> This is an example of the issue:
>
>
>
> 1) I have the message ID # 1000
>
> 2) My application send to the kannel smsc the message through HTTP
>
> 3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including
the
> unique foreign message ID that was perviosly generated by my APP
>
> 4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
> that only does one thing: checks the DLR and update the database.
>
>
>
> I tried using %F but it does not seems to work in my case, since my unique
> internal msg id is not the same as %F is showing.
>
>
>
> Is there anything I can do? This is really crucial for me.
>
>
>
> Thanks in advance.
>
> Rafael





Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread ?ets???a ????a

Maybe ask your supplier how they want you to pass it then.

- Original Message - 
From: "Suporte Técnico Nivel 2 - Iagente Soluções Online" 


To: "'Alvaro Cornejo'" 
Cc: 
Sent: Friday, May 27, 2011 5:28 PM
Subject: RES: Need help with DLR and Foreign messages ID


Hi everyone,

Thanks to Alvaro and Tania for helping me.

This is not really what I need.

For SMPP connections it would work just perfect, but, since I'm using an
external HTTP gateway, they require from me to send my internal message ID
as one of the required parameters. In other words it should be part of the
send-url configuration field.

So for example, this is the send-url:

Send-url =
"http://www.mygw.com/sendsms?user=me&pass=you&number=&id=



The final GW will process the request and post back to me the final status
through http also.

In this specific case, I wont use the dlr-mask and dlr-url because the
status wont be send through Kannel. My suplier will send it back to me as a
separated thread.

Any idea about how to do this?

Thanks



-Mensagem original-
De: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
Enviada em: sexta-feira, 27 de maio de 2011 11:23
Para: Suporte Técnico Nivel 2 - Iagente Soluções Online
Cc: users@kannel.org
Assunto: Re: Need help with DLR and Foreign messages ID

Hi you need to add that id in your dlr-url

http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;.


so when kannel calls the dlr-url it will pass your own id.

Regards

Alvaro


|---
--|
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



2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
:

Hi Everyone,



Is anybody there capable to help me on this?



Thanks in advance.



Rafael



De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
Rafael Azevedo
Enviada em: quinta-feira, 26 de maio de 2011 19:11
Para: users@kannel.org
Assunto: Need help with DLR and Foreign messages ID



Hi everyone,



I've just finished the kannel instalation and configuration. Everything
seems to work fine, messages are being sent without any serious problems.



But, since one of my smsc's is HTTP based, I'm required to send my

internal

MSG ID to the end SMS gateway. That's really necessary in order to have

the

DLR working properly.



This is an example of the issue:



1) I have the message ID # 1000

2) My application send to the kannel smsc the message through HTTP

3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including

the

unique foreign message ID that was perviosly generated by my APP

4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
that only does one thing: checks the DLR and update the database.



I tried using %F but it does not seems to work in my case, since my unique
internal msg id is not the same as %F is showing.



Is there anything I can do? This is really crucial for me.



Thanks in advance.

Rafael






RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Hi everyone,

Thanks to Alvaro and Tania for helping me.

This is not really what I need.

For SMPP connections it would work just perfect, but, since I'm using an
external HTTP gateway, they require from me to send my internal message ID
as one of the required parameters. In other words it should be part of the
send-url configuration field.

So for example, this is the send-url:

Send-url =
"http://www.mygw.com/sendsms?user=me&pass=you&number=&id=

The final GW will process the request and post back to me the final status
through http also.

In this specific case, I wont use the dlr-mask and dlr-url because the
status wont be send through Kannel. My suplier will send it back to me as a
separated thread.

Any idea about how to do this?

Thanks

 

-Mensagem original-
De: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Enviada em: sexta-feira, 27 de maio de 2011 11:23
Para: Suporte Técnico Nivel 2 - Iagente Soluções Online
Cc: users@kannel.org
Assunto: Re: Need help with DLR and Foreign messages ID

Hi you need to add that id in your dlr-url

http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;.


so when kannel calls the dlr-url it will pass your own id.

Regards

Alvaro


|---
--|
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



2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
:
> Hi Everyone,
>
>
>
> Is anybody there capable to help me on this?
>
>
>
> Thanks in advance.
>
>
>
> Rafael
>
>
>
> De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
> Rafael Azevedo
> Enviada em: quinta-feira, 26 de maio de 2011 19:11
> Para: users@kannel.org
> Assunto: Need help with DLR and Foreign messages ID
>
>
>
> Hi everyone,
>
>
>
> I've just finished the kannel instalation and configuration. Everything
> seems to work fine, messages are being sent without any serious problems.
>
>
>
> But, since one of my smsc's is HTTP based, I'm required to send my
internal
> MSG ID to the end SMS gateway. That’s really necessary in order to have
the
> DLR working properly.
>
>
>
> This is an example of the issue:
>
>
>
> 1) I have the message ID # 1000
>
> 2) My application send to the kannel smsc the message through HTTP
>
> 3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including
the
> unique foreign message ID that was perviosly generated by my APP
>
> 4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
> that only does one thing: checks the DLR and update the database.
>
>
>
> I tried using %F but it does not seems to work in my case, since my unique
> internal msg id is not the same as %F is showing.
>
>
>
> Is there anything I can do? This is really crucial for me.
>
>
>
> Thanks in advance.
>
> Rafael




Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread ?ets???a ????a
If i understand correctly what you want to do, you have to pass your message ID 
to dlr-url. like: 

$dlr_url = 
'http://domain.com/dlr.php?smscID=%i&report=%A&to=%p&from=%P&ts=%T&type=%d&msgid=1000

In dlr.php script , you read $_GET['msgid'] and you make your updates to db.

Hope this helps you,

Tania




- Original Message - 
  From: Suporte Técnico Nivel 2 - Iagente Soluções Online 
  To: users@kannel.org 
  Sent: Friday, May 27, 2011 5:01 PM
  Subject: RES: Need help with DLR and Foreign messages ID


  Hi Everyone,

   

  Is anybody there capable to help me on this?

   

  Thanks in advance.

   

  Rafael

   

  De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de 
Rafael Azevedo
  Enviada em: quinta-feira, 26 de maio de 2011 19:11
  Para: users@kannel.org
  Assunto: Need help with DLR and Foreign messages ID

   

  Hi everyone,

   

  I've just finished the kannel instalation and configuration. Everything seems 
to work fine, messages are being sent without any serious problems.

   

  But, since one of my smsc's is HTTP based, I'm required to send my internal 
MSG ID to the end SMS gateway. That's really necessary in order to have the DLR 
working properly.

   

  This is an example of the issue:

   

  1) I have the message ID # 1000

  2) My application send to the kannel smsc the message through HTTP

  3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including the 
unique foreign message ID that was perviosly generated by my APP

  4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL that 
only does one thing: checks the DLR and update the database.

   

  I tried using %F but it does not seems to work in my case, since my unique 
internal msg id is not the same as %F is showing.

   

  Is there anything I can do? This is really crucial for me.

   

  Thanks in advance.

  Rafael


Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread Alvaro Cornejo
Hi you need to add that id in your dlr-url

http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;.


so when kannel calls the dlr-url it will pass your own id.

Regards

Alvaro


|-|
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



2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online
:
> Hi Everyone,
>
>
>
> Is anybody there capable to help me on this?
>
>
>
> Thanks in advance.
>
>
>
> Rafael
>
>
>
> De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
> Rafael Azevedo
> Enviada em: quinta-feira, 26 de maio de 2011 19:11
> Para: users@kannel.org
> Assunto: Need help with DLR and Foreign messages ID
>
>
>
> Hi everyone,
>
>
>
> I've just finished the kannel instalation and configuration. Everything
> seems to work fine, messages are being sent without any serious problems.
>
>
>
> But, since one of my smsc's is HTTP based, I'm required to send my internal
> MSG ID to the end SMS gateway. That’s really necessary in order to have the
> DLR working properly.
>
>
>
> This is an example of the issue:
>
>
>
> 1) I have the message ID # 1000
>
> 2) My application send to the kannel smsc the message through HTTP
>
> 3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including the
> unique foreign message ID that was perviosly generated by my APP
>
> 4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
> that only does one thing: checks the DLR and update the database.
>
>
>
> I tried using %F but it does not seems to work in my case, since my unique
> internal msg id is not the same as %F is showing.
>
>
>
> Is there anything I can do? This is really crucial for me.
>
>
>
> Thanks in advance.
>
> Rafael



RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Hi Everyone,

 

Is anybody there capable to help me on this?

 

Thanks in advance.

 

Rafael

 

De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de
Rafael Azevedo
Enviada em: quinta-feira, 26 de maio de 2011 19:11
Para: users@kannel.org
Assunto: Need help with DLR and Foreign messages ID

 

Hi everyone,

 

I've just finished the kannel instalation and configuration. Everything
seems to work fine, messages are being sent without any serious problems.

 

But, since one of my smsc's is HTTP based, I'm required to send my internal
MSG ID to the end SMS gateway. That’s really necessary in order to have the
DLR working properly.

 

This is an example of the issue:

 

1) I have the message ID # 1000

2) My application send to the kannel smsc the message through HTTP

3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including the
unique foreign message ID that was perviosly generated by my APP

4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
that only does one thing: checks the DLR and update the database.

 

I tried using %F but it does not seems to work in my case, since my unique
internal msg id is not the same as %F is showing.

 

Is there anything I can do? This is really crucial for me.

 

Thanks in advance.

Rafael



Need help with DLR and Foreign messages ID

2011-05-26 Thread Rafael Azevedo
Hi everyone,

I've just finished the kannel instalation and configuration. Everything
seems to work fine, messages are being sent without any serious problems.

But, since one of my smsc's is HTTP based, I'm required to send my internal
MSG ID to the end SMS gateway. That¹s really necessary in order to have the
DLR working properly.

This is an example of the issue:

1) I have the message ID # 1000
2) My application send to the kannel smsc the message through HTTP
3) Kannel must send the message to my SMSC HTTP BASED GATEWAY including the
unique foreign message ID that was perviosly generated by my APP
4) The END HTTP GATEWAY will send me through HTTP the DLR to another URL
that only does one thing: checks the DLR and update the database.

I tried using %F but it does not seems to work in my case, since my unique
internal msg id is not the same as %F is showing.

Is there anything I can do? This is really crucial for me.

Thanks in advance.
Rafael




Re: Need Help: Kannel Configuration for Java Application

2010-11-03 Thread sirc saira


of course, not.
i need open source codes not open users manual.

- Original Message 
From: Justin Cater 
To: sirc saira 
Sent: Sun, October 31, 2010 1:07:36 PM
Subject: Re: Need Help: Kannel Configuration for Java Application

Hello sirc saira,

All API operations expect attributes as described in the Kannel User
guide (the relevant javadoc will be of great help). So in order to use
the sendSMS(...) operation you can use the default kannel.conf file
bundled with your kannel distribution provided that you alter the
following sections as shown below :

# SEND-SMS USERS

group = sendsms-user
username = foo
password = bar

If you like, you can change the username and password attributes used
in the sendSMS(...) operation to the ones provided with the default
kannel.conf (tester and foobar) and make no alterations to the
kannel.conf file.

As far as the Java API is concerned you should make no special
modifications to the kannel configuration. All you have to do is to
perform a standard kannel setup according to your environment. If you
setup kannel correctly and be able to use the dictated HTTP URLs (as
shown in the kannel user guide) to send SMS, then you should be able
to use the Java API as well.


BRs

Justin

On Sun, Oct 31, 2010 at 4:24 AM, sirc saira  wrote:
> Hello Guys,
>
>  I am a newbie to  kannel and mobile applications.
>  I need to send a message using kannel  and  java application with
> javacodegeeks kannel api.
>
>  Anyone can give me a kannel configuration? I appreciate it very much. Thanks!
>
>
>  Cellphone Brand: Nokia 6600
>
>
> Here is my Java Code:
> package javaapplication3;
> import com.javacodegeeks.kannel.api.*;
> public class Main {
>public static void main(String[] args) {
>   // TODO code application logic here
>   SMSManager smsManager = SMSManager.getInstance();
>   // We can change the prefetch size of the background worker thread
>  smsManager.setMessagesPrefetchSize(30);
>   // We can change the send message rate
>  smsManager.setMessagesSendRate(65);
> try {
> // Send SMS to a single destination
> //smsManager.sendSMS("localhost", "13013", "foo", "bar",
> "sender_mobile_number", "receiver_mobile_number", "the_message");
> smsManager.sendSMS("localhost","13013", "foo", "bar",
> "+639124192051", "+639124192051", "Message send successfully.");
> }catch(Exception e){
>System.out.println(e.getMessage());
> }
> }
> }
>
>
>
>
>



  



Re: Need Help: Kannel Configuration for Java Application

2010-11-02 Thread Luís Tiago Rico
Have you read the User Guide?

No dia 1 de Novembro de 2010 05:33, sirc saira escreveu:

> how to use kannel http interface?
> how to set up kannel using Nokia 6600? Any configurations? Thanks a lot!
>
> --
> *From:* Luís Tiago Rico 
> *To:* sirc saira 
> *Sent:* Sun, October 31, 2010 6:52:17 PM
> *Subject:* Re: Need Help: Kannel Configuration for Java Application
>
> Hi,
>
> First you need to set up kannel! You must read the user guide, it will be
> very helpfull and usefull for you.
> After that try to send a message usig the kannel http interface.
>
> If it works than you can go start playing with javacodegeeks kannel api
> (this api also use http kannel interface), if proper configured will work as
> you like. Sorry but I do not know that API for a more detailed explanation.
>
> And remember, this is not a JAVA mailing list! If you still have questions
> about the API you should post in javacodegeeks mailing list. Any Kannel
> questions are welcome here.
>
> Cheers
>
> 2010/10/31 sirc saira 
>
>> Hello Guys,
>>
>>  I am a newbie to  kannel and mobile applications.
>>  I need to send a message using kannel  and  java application with
>> javacodegeeks kannel api.
>>
>>  Anyone can give me a kannel configuration? I appreciate it very much.
>> Thanks!
>>
>>
>>  Cellphone Brand: Nokia 6600
>>
>>
>> Here is my Java Code:
>> package javaapplication3;
>> import com.javacodegeeks.kannel.api.*;
>> public class Main {
>>public static void main(String[] args) {
>>   // TODO code application logic here
>>   SMSManager smsManager = SMSManager.getInstance();
>>   // We can change the prefetch size of the background worker thread
>>  smsManager.setMessagesPrefetchSize(30);
>>   // We can change the send message rate
>>  smsManager.setMessagesSendRate(65);
>> try {
>> // Send SMS to a single destination
>> //smsManager.sendSMS("localhost", "13013", "foo", "bar",
>> "sender_mobile_number", "receiver_mobile_number", "the_message");
>> smsManager.sendSMS("localhost","13013", "foo", "bar",
>> "+639124192051", "+639124192051", "Message send successfully.");
>> }catch(Exception e){
>>System.out.println(e.getMessage());
>> }
>> }
>> }
>>
>>
>>
>>
>>
>
>
> --
> Luís Tiago Rico
>
> *Present Technologies*
> Rua D. João de Castro, Lote 12
> Urbanização Quinta da Fonte
> 3030-384 Coimbra
> Portugal
>
>
>


-- 
Luís Tiago Rico

*Present Technologies*
Rua D. João de Castro, Lote 12
Urbanização Quinta da Fonte
3030-384 Coimbra
Portugal


Re: Need Help: Kannel Configuration for Java Application

2010-11-01 Thread sirc saira
how to use kannel http interface?
how to set up kannel using Nokia 6600? Any configurations? Thanks a lot!





From: Luís Tiago Rico 
To: sirc saira 
Sent: Sun, October 31, 2010 6:52:17 PM
Subject: Re: Need Help: Kannel Configuration for Java Application

Hi,

First you need to set up kannel! You must read the user guide, it will be very 
helpfull and usefull for you.
After that try to send a message usig the kannel http interface.

If it works than you can go start playing with javacodegeeks kannel api (this 
api also use http kannel interface), if proper configured will work as you 
like. 
Sorry but I do not know that API for a more detailed explanation.

And remember, this is not a JAVA mailing list! If you still have questions 
about 
the API you should post in javacodegeeks mailing list. Any Kannel questions are 
welcome here.

Cheers

2010/10/31 sirc saira 

Hello Guys,
>
> I am a newbie to  kannel and mobile applications.
> I need to send a message using kannel  and  java application with
>javacodegeeks kannel api.
>
> Anyone can give me a kannel configuration? I appreciate it very much. Thanks!
>
>
> Cellphone Brand: Nokia 6600
>
>
>Here is my Java Code:
>package javaapplication3;
>import com.javacodegeeks.kannel.api.*;
>public class Main {
>   public static void main(String[] args) {
>  // TODO code application logic here
>  SMSManager smsManager = SMSManager.getInstance();
>  // We can change the prefetch size of the background worker thread
> smsManager.setMessagesPrefetchSize(30);
>  // We can change the send message rate
> smsManager.setMessagesSendRate(65);
>try {
>// Send SMS to a single destination
>//smsManager.sendSMS("localhost", "13013", "foo", "bar",
>"sender_mobile_number", "receiver_mobile_number", "the_message");
>smsManager.sendSMS("localhost","13013", "foo", "bar",
>"+639124192051", "+639124192051", "Message send successfully.");
>}catch(Exception e){
>   System.out.println(e.getMessage());
>}
>}
>}
>
>
>
>
>


-- 
Luís Tiago Rico

Present Technologies
Rua D. João de Castro, Lote 12
Urbanização Quinta da Fonte
3030-384 Coimbra
Portugal


  

Need Help: Kannel Configuration for Java Application

2010-10-30 Thread sirc saira
Hello Guys, 
 
  I am a newbie to  kannel and mobile applications. 
  I need to send a message using kannel  and  java application with  
javacodegeeks kannel api.
  
  Anyone can give me a kannel configuration? I appreciate it very much. Thanks!
 

  Cellphone Brand: Nokia 6600


Here is my Java Code:
package javaapplication3;
import com.javacodegeeks.kannel.api.*;
public class Main {
public static void main(String[] args) {
   // TODO code application logic here
   SMSManager smsManager = SMSManager.getInstance();
   // We can change the prefetch size of the background worker thread
  smsManager.setMessagesPrefetchSize(30);
   // We can change the send message rate
  smsManager.setMessagesSendRate(65);
 try {
 // Send SMS to a single destination
 //smsManager.sendSMS("localhost", "13013", "foo", "bar", 
"sender_mobile_number", "receiver_mobile_number", "the_message");
 smsManager.sendSMS("localhost","13013", "foo", "bar", 
"+639124192051", "+639124192051", "Message send successfully.");
 }catch(Exception e){
System.out.println(e.getMessage());
 }
}
}


  



Re: Need help: Kannel and Java/Servlet

2010-09-22 Thread Marcelo Olivas
Check out the SMS-service configuration's documentation.

You will need something like this:

group = sms-service
keyword = default
get-url = 
http://www.marceloolivas.com/kannel/SMSHandlerServlet?sender=%p&receiver=%P&text=%a&smsc-id=%i&time=%t&meta-data=%D
accept-x-kannel-headers = true
max-messages = 0
send-sender = true


Where the get-url is the site of your URL with your servlet.  You can see the 
parameters in the link of the top under "Table 6-9. Parameters (Escape Codes)". 
 Once again, check out the documentation, it's pretty good!  As you can 
imagine, this is for the incoming messages (MOs).  As far as the outgoing 
message (MT), you will have to use the HTTP API for Kannel (not a jar - just 
the HTTP parameters).  Here is an example below:

http://kannelserver:13013/cgi-bin/sendsms?username=tester&password=foobar&from=1234&to=1234567890&text=kannel+in-heeza&smsc=SMSC_CONNECTION&dlr-url=http%3A%2F%2Fkannelserver%3A9090%2Fkanneldlr%2Fdlr%3Fuuid%3D87fb9dbc-afcd-4b70-9738-bc17b8a71f0c%26dlr-status%3D%25d%26dlr-errcode%3D%25B%26dlr-tlvs%3D%25D&dlr-mask=31

Let me know if that helps!

Regards,
Marcelo
On Sep 22, 2010, at 9:19 PM, sirc saira wrote:

> 
> Dear Guys,
> I just new to Kannel. 
> 
> Yes, I am interested to know does a servlet send and receive message to/from 
> kannel? May i know more about URL push without smslib. may i have some 
> examples. 
> 
> I am very grateful for your help.
> 
> Here is my kannel configuration, it 's a mess i think. i have being making 
> 'experiments' about it.
> 
> 
> group = core
> admin-port = 13000
> admin-password = bar
> admin-deny-ip = "*.*.*.*"
> admin-allow-ip = "127.0.0.1;192.168.1.128"
> smsbox-port = 13001
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1;192.168.1.*"
> 
> group = smsc
> smsc-id = mysmsc
> smsc = at
> port = 1
> modemtype = auto
> device = /dev/ttyACM0
> speed = 9600
> pin = 2345
> smsc-user = jose
> smsc-password = 123
> connect-allow-ip = "192.168.1.128"
> 
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> #log-file = "/tmp/smsbox.log"
> #log-level = 0
> 
> 
> 
> 
> --- On Wed, 9/22/10, Danny Francisco  wrote:
> 
>> From: Danny Francisco 
>> Subject: Re: Need help: kannel and java
>> To: "sirc saira" 
>> Date: Wednesday, September 22, 2010, 9:05 AM
>>  you don't need smslib with
>> kannel. just do a url() push to sendsms.
>> Kannel talks to your device directly. smslib does that
>> too.
>> 
>> and for incoming msgs. you can create a servlet that kannel
>> can access
>> 
>> Best Regards,
>> 
>> Danny
>> 
>> On 9/22/2010 9:10 AM, sirc saira wrote:
>>> Hello guys,
>>> 
>>> i have plugged in Nokia 6120 phone and i was able to
>> send a text message to another cellphone with minicom using
>> AT commands.
>>> 
>>> However i want to send a message using a Java program.
>> I read about SMSLib, try the examples with my netbeans IDE,
>> but error message keep on saying
>>> 
>>>  Message Status: FAILED
>>>  Failure Cause: NO_ROUTE
>>> 
>>> These are some of my questions.
>>> How to check that kannel is now accepting messages,
>> say on port 13013?
>>>(http://192.168.1.129:13013/cgi-bin/sendsms)
>>> 
>>> What necessary configurations do i need? Is
>> smsc-service needed?
>>> 
>>> Can other workstations (say 192.168.1.128)
>> connect/send message on this kannel(SMS) gateway?
>>> 
>>> thanks
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 
> 
> 
> 
> 



Need help: Kannel and Java/Servlet

2010-09-22 Thread sirc saira

Dear Guys,
I just new to Kannel. 

Yes, I am interested to know does a servlet send and receive message to/from 
kannel? May i know more about URL push without smslib. may i have some 
examples. 

I am very grateful for your help.

Here is my kannel configuration, it 's a mess i think. i have being making 
'experiments' about it.


group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;192.168.1.128"
smsbox-port = 13001
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;192.168.1.*"

group = smsc
smsc-id = mysmsc
smsc = at
port = 1
modemtype = auto
device = /dev/ttyACM0
speed = 9600
pin = 2345
smsc-user = jose
smsc-password = 123
connect-allow-ip = "192.168.1.128"

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
#log-file = "/tmp/smsbox.log"
#log-level = 0




--- On Wed, 9/22/10, Danny Francisco  wrote:

> From: Danny Francisco 
> Subject: Re: Need help: kannel and java
> To: "sirc saira" 
> Date: Wednesday, September 22, 2010, 9:05 AM
>   you don't need smslib with
> kannel. just do a url() push to sendsms.
> Kannel talks to your device directly. smslib does that
> too.
> 
> and for incoming msgs. you can create a servlet that kannel
> can access
> 
> Best Regards,
> 
> Danny
> 
> On 9/22/2010 9:10 AM, sirc saira wrote:
> > Hello guys,
> >
> > i have plugged in Nokia 6120 phone and i was able to
> send a text message to another cellphone with minicom using
> AT commands.
> >
> > However i want to send a message using a Java program.
> I read about SMSLib, try the examples with my netbeans IDE,
> but error message keep on saying
> >
> >   Message Status: FAILED
> >   Failure Cause: NO_ROUTE
> >
> > These are some of my questions.
> > How to check that kannel is now accepting messages,
> say on port 13013?
> > (http://192.168.1.129:13013/cgi-bin/sendsms)
> >
> > What necessary configurations do i need? Is
> smsc-service needed?
> >
> > Can other workstations (say 192.168.1.128)
> connect/send message on this kannel(SMS) gateway?
> >
> > thanks
> >
> >
> >
> >
> >
> >
> >
> >
> 
> 


  




Re: Need help: kannel and java

2010-09-22 Thread Alvaro Cornejo
post config and logs of kannel

you might need to add smsc=Your_smsc_id in your call to sendsms

|-|
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 Tue, Sep 21, 2010 at 8:10 PM, sirc saira  wrote:
>
> Hello guys,
>
> i have plugged in Nokia 6120 phone and i was able to send a text message to 
> another cellphone with minicom using AT commands.
>
> However i want to send a message using a Java program. I read about SMSLib, 
> try the examples with my netbeans IDE, but error message keep on saying
>
>  Message Status: FAILED
>  Failure Cause: NO_ROUTE
>
> These are some of my questions.
> How to check that kannel is now accepting messages, say on port 13013?
>   (http://192.168.1.129:13013/cgi-bin/sendsms)
>
> What necessary configurations do i need? Is smsc-service needed?
>
> Can other workstations (say 192.168.1.128) connect/send message on this 
> kannel(SMS) gateway?
>
> thanks
>
>
>
>
>
>
>
>
>



Need help: kannel and java

2010-09-21 Thread sirc saira
Hello guys,

i have plugged in Nokia 6120 phone and i was able to send a text message to 
another cellphone with minicom using AT commands.

However i want to send a message using a Java program. I read about SMSLib, try 
the examples with my netbeans IDE, but error message keep on saying 

 Message Status: FAILED
 Failure Cause: NO_ROUTE

These are some of my questions.
How to check that kannel is now accepting messages, say on port 13013?
   (http://192.168.1.129:13013/cgi-bin/sendsms)

What necessary configurations do i need? Is smsc-service needed?

Can other workstations (say 192.168.1.128) connect/send message on this 
kannel(SMS) gateway?

thanks





  




Need help: kannel and java

2010-09-21 Thread sirc saira

Hello guys,

i have plugged in Nokia 6120 phone and i was able to send a text message to 
another cellphone with minicom using AT commands.

However i want to send a message using a Java program. I read about SMSLib, try 
the examples with my netbeans IDE, but error message keep on saying 

 Message Status: FAILED
 Failure Cause: NO_ROUTE

These are some of my questions.
How to check that kannel is now accepting messages, say on port 13013?
   (http://192.168.1.129:13013/cgi-bin/sendsms)

What necessary configurations do i need? Is smsc-service needed?

Can other workstations (say 192.168.1.128) connect/send message on this 
kannel(SMS) gateway?

thanks





  




Re: Urgent Need Help in SMPP

2010-08-12 Thread adil nazir
you have well elaborated my case now in this when i stop smsc_id A and then 
start send messages by logic they should be queued but bearer-box send (in some 
case to maintain it load balance) these messages to smsc_id B why?





From: jyotiranjan panda 
To: adil nazir 
Cc: users@kannel.org
Sent: Wed, August 11, 2010 5:15:04 PM
Subject: Re: Urgent Need Help in SMPP


Please always add users@kannel.org in your mail. Dont send direct mails.
In this way only anyone can help you.

I am just elaborating your case which I understand from your mail like below

group = smsc
smsc-id = A
denied_smsc_id = B
allowed_smsc_id = A



group = smsc
smsc-id = B
denied_smsc_id = A
allowed_smsc_id = B
x

Now you sent msg1 with smsc-id = A and "smsc A" is not working,
then

As per my knowledge the message will be in Queue as "smsc B" will not allow any 
message with smsc-id = A.

Regards
Jyoti Ranjan Panda



On Wed, Aug 11, 2010 at 4:51 PM, adil nazir  wrote:

For Kannel routing Problem i have testes a case in which i use the 2 SMPP 
connections and in both smsc connections i declare denied-smsc-id. After that i 
send an msg on the opposite smsc's by logic smsc's should not a accept msg even 
its url include the smsc id because i declare denied-smsc-id. But its accepting 
all messages why? For testing purpose I a using one PC and  drive_smpp located 
in test folder assuming that the same behavior will be shown by them when i 
deploy them in real scenario. On the other hand the same test case run 
successfully when i use fakesmsc. Tell me why? is it true that denied-smsc-id 
is 
not work with SMPP type of smsc id?.
>
>
>
>

 From: jyotiranjan panda 
>To: adil nazir 
>Cc: users@kannel.org
>Sent: Wed, August 11, 2010 3:54:49 PM
>
>Subject: Re: Urgent Need Help in SMPP
>
>
>
>Hi, 
>
>
>for the priority problem:
>
>
>
>If you are giving priority parameter in kannel, then it just put this value in 
>priority_flag of submit_sm pdu of smpp.
>So, dont expect if there is a Qeue of 100 msg's and you send a 0 priority 
>message, it will jump this queue and  reach smsc premises.
>After that its SMSc's role to deliver it by looking this parameter, and 
>sometimes smsc's does not do it as they are not bound to do it.
>
>
>Kannel routing problem:
>Looking on your config it seems ok, just try with commenting denied-smsc-id.
>Be sure that you are sending the message with smsc-id from behind, then only 
>this routing mechanism will work.
>
>
>Regards
>Jyoti Ranjan Panda
>
>On Wed, Aug 11, 2010 at 2:38 PM, adil nazir  wrote:
>
>
>>
>>I hereby enclose the configuration file please find attachment and give me 
>>the 
>>solution of my problems.
>>
>>

 From: jyotiranjan panda 
>>To: adil nazir 
>>Cc: users@kannel.org
>>Sent: Wed, August 11, 2010 12:17:44 PM
>>Subject: Re: Urgent Need Help in SMPP
>>
>>
>>
>>Can you send your kannel config that you are using to solve below issues.
>>I think there is some configurational problem.
>>
>>Regards
>>Jyoti Ranjan Panda
>>
>>
>>On Wed, Aug 11, 2010 at 12:22 PM, adil nazir  wrote:
>>
>>Please can any one tell me that how can i extract SMPP code from kannel. I 
>>want 
>>to develop my own application using SMPP i want this because of following 
>>reasons:
>>>1. In existing kannel i am unable to give high priority to the massages 
>>>already 
>>>in queue i have also used (0-3) priority but still its behavior is same.
>>>2. Also existing kannel route the massage to any SMSC in multiple SMSC 
>>>environment. I have tried to use "denied-smsc-id" but still when one SMSC 
>>>goes 
>>>down (means not responding but not alive )  kannel route message to the 
>>>other 
>>>SMSC.
>>>
>>>So that is why i want to extract SMPP module from kannel so guide me how can 
>>>i 
>>>do this i am new on kannel source code. Also if you have any other solution 
>>>then 
>>>tell me but reply as soon as possible.
>>>
>>>Regards,
>>>
>>>Adil
>>>
>>>
>>
>>
>
>



  

Re: Urgent Need Help in SMPP

2010-08-11 Thread jyotiranjan panda
Please always add users@kannel.org in your mail. Dont send direct mails.
In this way only anyone can help you.

I am just elaborating your case which I understand from your mail like below

group = smsc
smsc-id = A
denied_smsc_id = B
allowed_smsc_id = A



group = smsc
smsc-id = B
denied_smsc_id = A
allowed_smsc_id = B
x

Now you sent msg1 with smsc-id = A and "smsc A" is not working,
then

As per my knowledge the message will be in Queue as "smsc B" will not allow
any message with smsc-id = A.

Regards
Jyoti Ranjan Panda


On Wed, Aug 11, 2010 at 4:51 PM, adil nazir  wrote:

> For Kannel routing Problem i have testes a case in which i use the 2 SMPP
> connections and in both smsc connections i declare denied-smsc-id. After
> that i send an msg on the opposite smsc's by logic smsc's should not a
> accept msg even its url include the smsc id because i declare
> denied-smsc-id. But its accepting all messages why? For testing purpose I a
> using one PC and  drive_smpp located in test folder assuming that the same
> behavior will be shown by them when i deploy them in real scenario. On the
> other hand the same test case run successfully when i use fakesmsc. Tell me
> why? is it true that denied-smsc-id is not work with SMPP type of smsc id?.
>
> --
> *From:* jyotiranjan panda 
> *To:* adil nazir 
> *Cc:* users@kannel.org
> *Sent:* Wed, August 11, 2010 3:54:49 PM
>
> *Subject:* Re: Urgent Need Help in SMPP
>
> Hi,
>
> for the priority problem:
>
> If you are giving priority parameter in kannel, then it just put this value
> in priority_flag of submit_sm pdu of smpp.
> So, dont expect if there is a Qeue of 100 msg's and you send a 0 priority
> message, it will jump this queue and  reach smsc premises.
> After that its SMSc's role to deliver it by looking this parameter, and
> sometimes smsc's does not do it as they are not bound to do it.
>
> Kannel routing problem:
> Looking on your config it seems ok, just try with commenting
> denied-smsc-id.
> Be sure that you are sending the message with smsc-id from behind, then
> only this routing mechanism will work.
>
> Regards
> Jyoti Ranjan Panda
>
> On Wed, Aug 11, 2010 at 2:38 PM, adil nazir wrote:
>
>>
>> I hereby enclose the configuration file please find attachment and give me
>> the solution of my problems.
>> --
>> *From:* jyotiranjan panda 
>> *To:* adil nazir 
>> *Cc:* users@kannel.org
>> *Sent:* Wed, August 11, 2010 12:17:44 PM
>> *Subject:* Re: Urgent Need Help in SMPP
>>
>>
>> Can you send your kannel config that you are using to solve below issues.
>> I think there is some configurational problem.
>>
>> Regards
>> Jyoti Ranjan Panda
>>
>> On Wed, Aug 11, 2010 at 12:22 PM, adil nazir wrote:
>>
>>> Please can any one tell me that how can i extract SMPP code from kannel.
>>> I want to develop my own application using SMPP i want this because of
>>> following reasons:
>>> 1. In existing kannel i am unable to give high priority to the massages
>>> already in queue i have also used (0-3) priority but still its behavior is
>>> same.
>>> 2. Also existing kannel route the massage to any SMSC in multiple SMSC
>>> environment. I have tried to use "denied-smsc-id" but still when one SMSC
>>> goes down (means not responding but not alive )  kannel route message to the
>>> other SMSC.
>>>
>>> So that is why i want to extract SMPP module from kannel so guide me how
>>> can i do this i am new on kannel source code. Also if you have any other
>>> solution then tell me but reply as soon as possible.
>>>
>>> Regards,
>>>
>>> Adil
>>>
>>>
>>
>>
>
>


Re: Urgent Need Help in SMPP

2010-08-11 Thread Alejandro Guerrieri
Actually, Kannel honors your priority inside its queue, 3 being the highest
and 0 the lowest.

Regarding the SMPP priority flag, I seriously doubt that any carrier out
there would trust 3rd. parties to set their priority queueing. It's one of
those parameters that made sense on the spec papers but would never go past
company's policies. ;)

Regards,

Alex
On Wed, Aug 11, 2010 at 12:54 PM, jyotiranjan panda wrote:

> Hi,
>
> for the priority problem:
>
> If you are giving priority parameter in kannel, then it just put this value
> in priority_flag of submit_sm pdu of smpp.
> So, dont expect if there is a Qeue of 100 msg's and you send a 0 priority
> message, it will jump this queue and  reach smsc premises.
> After that its SMSc's role to deliver it by looking this parameter, and
> sometimes smsc's does not do it as they are not bound to do it.
>
> Kannel routing problem:
> Looking on your config it seems ok, just try with commenting
> denied-smsc-id.
> Be sure that you are sending the message with smsc-id from behind, then
> only this routing mechanism will work.
>
> Regards
> Jyoti Ranjan Panda
>
> On Wed, Aug 11, 2010 at 2:38 PM, adil nazir wrote:
>
>>
>> I hereby enclose the configuration file please find attachment and give me
>> the solution of my problems.
>> --
>> *From:* jyotiranjan panda 
>> *To:* adil nazir 
>> *Cc:* users@kannel.org
>> *Sent:* Wed, August 11, 2010 12:17:44 PM
>> *Subject:* Re: Urgent Need Help in SMPP
>>
>>
>> Can you send your kannel config that you are using to solve below issues.
>> I think there is some configurational problem.
>>
>> Regards
>> Jyoti Ranjan Panda
>>
>> On Wed, Aug 11, 2010 at 12:22 PM, adil nazir wrote:
>>
>>> Please can any one tell me that how can i extract SMPP code from kannel.
>>> I want to develop my own application using SMPP i want this because of
>>> following reasons:
>>> 1. In existing kannel i am unable to give high priority to the massages
>>> already in queue i have also used (0-3) priority but still its behavior is
>>> same.
>>> 2. Also existing kannel route the massage to any SMSC in multiple SMSC
>>> environment. I have tried to use "denied-smsc-id" but still when one SMSC
>>> goes down (means not responding but not alive )  kannel route message to the
>>> other SMSC.
>>>
>>> So that is why i want to extract SMPP module from kannel so guide me how
>>> can i do this i am new on kannel source code. Also if you have any other
>>> solution then tell me but reply as soon as possible.
>>>
>>> Regards,
>>>
>>> Adil
>>>
>>>
>>
>>
>


Re: Urgent Need Help in SMPP

2010-08-11 Thread jyotiranjan panda
Hi,

for the priority problem:

If you are giving priority parameter in kannel, then it just put this value
in priority_flag of submit_sm pdu of smpp.
So, dont expect if there is a Qeue of 100 msg's and you send a 0 priority
message, it will jump this queue and  reach smsc premises.
After that its SMSc's role to deliver it by looking this parameter, and
sometimes smsc's does not do it as they are not bound to do it.

Kannel routing problem:
Looking on your config it seems ok, just try with commenting denied-smsc-id.
Be sure that you are sending the message with smsc-id from behind, then only
this routing mechanism will work.

Regards
Jyoti Ranjan Panda

On Wed, Aug 11, 2010 at 2:38 PM, adil nazir  wrote:

>
> I hereby enclose the configuration file please find attachment and give me
> the solution of my problems.
> --
> *From:* jyotiranjan panda 
> *To:* adil nazir 
> *Cc:* users@kannel.org
> *Sent:* Wed, August 11, 2010 12:17:44 PM
> *Subject:* Re: Urgent Need Help in SMPP
>
>
> Can you send your kannel config that you are using to solve below issues.
> I think there is some configurational problem.
>
> Regards
> Jyoti Ranjan Panda
>
> On Wed, Aug 11, 2010 at 12:22 PM, adil nazir wrote:
>
>> Please can any one tell me that how can i extract SMPP code from kannel. I
>> want to develop my own application using SMPP i want this because of
>> following reasons:
>> 1. In existing kannel i am unable to give high priority to the massages
>> already in queue i have also used (0-3) priority but still its behavior is
>> same.
>> 2. Also existing kannel route the massage to any SMSC in multiple SMSC
>> environment. I have tried to use "denied-smsc-id" but still when one SMSC
>> goes down (means not responding but not alive )  kannel route message to the
>> other SMSC.
>>
>> So that is why i want to extract SMPP module from kannel so guide me how
>> can i do this i am new on kannel source code. Also if you have any other
>> solution then tell me but reply as soon as possible.
>>
>> Regards,
>>
>> Adil
>>
>>
>
>


Re: Urgent Need Help in SMPP

2010-08-11 Thread jyotiranjan panda
Can you send your kannel config that you are using to solve below issues.
I think there is some configurational problem.

Regards
Jyoti Ranjan Panda

On Wed, Aug 11, 2010 at 12:22 PM, adil nazir  wrote:

> Please can any one tell me that how can i extract SMPP code from kannel. I
> want to develop my own application using SMPP i want this because of
> following reasons:
> 1. In existing kannel i am unable to give high priority to the massages
> already in queue i have also used (0-3) priority but still its behavior is
> same.
> 2. Also existing kannel route the massage to any SMSC in multiple SMSC
> environment. I have tried to use "denied-smsc-id" but still when one SMSC
> goes down (means not responding but not alive )  kannel route message to the
> other SMSC.
>
> So that is why i want to extract SMPP module from kannel so guide me how
> can i do this i am new on kannel source code. Also if you have any other
> solution then tell me but reply as soon as possible.
>
> Regards,
>
> Adil
>
>


Urgent Need Help in SMPP

2010-08-10 Thread adil nazir
Please can any one tell me that how can i extract SMPP code from kannel. I want 
to develop my own application using SMPP i want this because of following 
reasons:
1. In existing kannel i am unable to give high priority to the massages already 
in queue i have also used (0-3) priority but still its behavior is same.
2. Also existing kannel route the massage to any SMSC in multiple SMSC 
environment. I have tried to use "denied-smsc-id" but still when one SMSC goes 
down (means not responding but not alive )  kannel route message to the other 
SMSC.

So that is why i want to extract SMPP module from kannel so guide me how can i 
do this i am new on kannel source code. Also if you have any other solution 
then 
tell me but reply as soon as possible.

Regards,

Adil



  

Re: Need help in BearerBox and Smsbox Syncrinozation help

2010-08-09 Thread Alvaro Cornejo
Hi

You have a 3rd option: Do nothing on either boxes but do it on your
own application that feed sms to opensmppbox.

I do something like that by parsing the bearerbox status page and
getting each smsc queue.

If you do mess with either box, you will be brancing off
kannel/opensmppbox and will not be able -or it will be more difficult-
to continue getting improvements to those boxes.

Hope helps

Alvaro
|-|
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 Sat, Aug 7, 2010 at 12:44 AM, adil nazir  wrote:
> Dear Friends,
>
> I need your help i want to modify BearerBox and SMSBox to make SMSBox
> synchronize with BearerBox. I want this because i want to control my
> BearerBox queue, so that when BearerBox start filling its queue, then SMSBox
> must stop sending messages and give time to the BearerBox to handle its
> queued messages first. please guide me how can i do this i am new on Kannel.
> I have another solution to do this i should modify BearerBox queue in such a
> way that it strictly follow the behavior of priority queue and messages
> stored in the queue should have greater priority then the incoming messages.
> but i also do not know how to do this?
>  These are the 2 solutions to achieve one goal which is to give more
> priority to the messages then the incoming messages. Please guide me how can
> i do this where i need modifications in code? and which method is good for
> that and also you can give me some easy and new suggestions to do this?
>



Need help in BearerBox and Smsbox Syncrinozation help

2010-08-06 Thread adil nazir
Dear Friends,

I need your help i want to modify BearerBox and  SMSBox to make SMSBox 
synchronize with BearerBox. I want this because i  want to control my BearerBox 
queue, so that when BearerBox start filling  its queue, then SMSBox must stop 
sending messages and give time to the  BearerBox to handle its queued messages 
first. please guide me how can i  do this i am new on Kannel. I have another 
solution to do this i should  modify BearerBox queue in such a way that it 
strictly follow the  behavior of priority queue and messages stored in the 
queue 
should have greater priority then the incoming messages. but i also do not know 
how to do this?
 These  are the 2 solutions to achieve one goal which is to give more priority  
to the messages then the incoming messages. Please guide me how can i do  this 
where i need modifications in code? and which method is good for  that and also 
you can give me some easy and new suggestions to do this? 



  

Re: Need help in BearerBox and Smsbox Syncrinozation help

2010-08-06 Thread Nikos Balkanas

Ηι,

Please only use user's list for such questions.

You can adjust the &priority=<0-3> in your sendsms URL, but this won't do 
what you want. SMS will still accumulate in your storage. The only way to 
stop smsbox sending SMS to bb, is to manually stop pushing SMS when your 
queue is full. Or solve your problem about your queue build up.


BR,
Nikos
- Original Message - 
From: adil nazir

To: de...@kannel.org
Sent: Friday, August 06, 2010 6:44 PM
Subject: Need help in BearerBox and Smsbox Syncrinozation help


Dear Friends,

I need your help i want to modify BearerBox and SMSBox to make SMSBox 
synchronize with BearerBox. I want this because i want to control my 
BearerBox queue, so that when BearerBox start filling its queue, then SMSBox 
must stop sending messages and give time to the BearerBox to handle its 
queued messages first. please guide me how can i do this i am new on Kannel. 
I have another solution to do this i should modify BearerBox queue in such a 
way that it strictly follow the behavior of priority queue and messages 
stored in the queue should have greater priority then the incoming messages. 
but i also do not know how to do this?
These are the 2 solutions to achieve one goal which is to give more 
priority to the messages then the incoming messages. Please guide me how can 
i do this where i need modifications in code? and which method is good for 
that and also you can give me some easy and new suggestions to do this? 





Re: need help

2010-06-08 Thread budi wibowo
hi
yes in the main directory of kannel source.
no i have smppbox.patch, smppbox.conf, smpplogins.txt in main directory
and smppbox.c in main_directory_of_kannel/gw


br

budi



On Wed, Jun 9, 2010 at 5:37 AM, Thomas Sieh  wrote:

> hi,
>
> have you tried
>
> patch -p1 < smppbox.patch
>
> are you in the main directory of kannel source? is the patch in the same
> directory?
>
> br,
> thomas
>
>
> On Wed, Jun 09, 2010 at 05:16:27AM +0700, budi wibowo wrote:
> | hi
> | i downloaded the latest cvs of kannel and try to implement smppbpx patch
> | from chimit
> | and i got this error when i do patch
> |
> | patch < smppbox.patch
> | can't find file to patch at input line 8
> | Perhaps you should have used the -p or --strip option?
> | The text leading up to this was:
> | --
> | |Index: gwlib/cfg.def
> | |===
> | |RCS file: /home/cvs/gateway/gwlib/cfg.def,v
> | |retrieving revision 1.142
> | |diff -u -r1.142 cfg.def
> | |--- gwlib/cfg.def  6 Dec 2009 17:24:14 -   1.142
> | |+++ gwlib/cfg.def  7 May 2010 19:02:39 -
> | --
> | File to patch:
> | Skip this patch? [y]
> | Skipping patch.
> | 1 out of 1 hunk ignored
> | can't find file to patch at input line 34
> | Perhaps you should have used the -p or --strip option?
> | The text leading up to this was:
> | --
> | |Index: gwlib/conn.c
> | |===
> | |RCS file: /home/cvs/gateway/gwlib/conn.c,v
> | |retrieving revision 1.88
> | |diff -u -r1.88 conn.c
> | |--- gwlib/conn.c   12 Jan 2009 16:46:54 -  1.88
> | |+++ gwlib/conn.c   7 May 2010 19:02:39 -
> | --
> | File to patch:
> | Skip this patch? [y]
> | Skipping patch.
> | 1 out of 1 hunk ignored
> | can't find file to patch at input line 54
> | Perhaps you should have used the -p or --strip option?
> | The text leading up to this was:
> | --
> | |Index: gwlib/conn.h
> | |===
> | |RCS file: /home/cvs/gateway/gwlib/conn.h,v
> | |retrieving revision 1.36
> | |diff -u -r1.36 conn.h
> | |--- gwlib/conn.h   12 Jan 2009 16:46:53 -  1.36
> | |+++ gwlib/conn.h   7 May 2010 19:02:39 -
> | --
> | File to patch:
> | Skip this patch? [y]
> | Skipping patch.
> | 1 out of 1 hunk ignored
> | can't find file to patch at input line 62
> | Perhaps you should have used the -p or --strip option?
> | The text leading up to this was:
> | --
> | |--- Makefile   2010-05-07 22:17:30.0 +0200
> | |+++ Makefile   2010-05-07 21:28:35.0 +0200
> | --
> | File to patch:
> | Skip this patch? [y]
> | Skipping patch.
> | 1 out of 1 hunk ignored
> |
> |
> | any help is highly appreciated
> |
> |
> | 2010/6/7 Nikos Balkanas 
> |
> | > Hi,
> | >
> | > As I  have explained in a previous mail. Download latest svn (or cvs).
> It
> | > won't work with 1.4.3.
> | >
> | > Extract patch from archive and go to gateway directory.
> | >
> | > Then patch < {smppbox.patch}
> | >
> | > I hope you do not bother this list again for the same question, which
> | > incidentally is a unix, not a kannel issue. You should consider whether
> you
> | > have the minimum unix background needed for running kannel and/or
> smppbox.
> | >
> | > BR,
> | > Nikos
> | >
> | > - Original Message - From: "Kiran Reddy"  >
> | > To: 
> | > Sent: Monday, June 07, 2010 9:07 AM
> | > Subject: need help
> | >
> | >
> | >
> | >  Hi All,
> | >>
> | >> I am not able to install opensource smppbox with kannel. Can some one
> help
> | >> me to install kannel with opensource smppbox.
> | >>
> | >> I am using kannel 1.4.3 Stable version and i downloaded opensource
> | >> smppbox.
> | >>
> | >>
> | >> Regards,
> | >> 
> | >> Kiran Reddy
> | >>
> | >>
> | >
> | >
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iQIcBAEBAgAGBQJMDsYoAAoJEM8Qh4iqNTLeXHkP/38oblv7HT1jRQcHQw9/9xxu
> WEkoKEniiakzO7HQA5DW5xnvm2AOMpZfLsKAafCZ6BDy3wYRu3NsLf8u2UC5fcCa
> KLkWRBGATeKrCTC/lXE6/7NVgmymb5qNej0gzHWjU8zvM4MZt1GrZDUtBG60z3ie
> +l216O5SYpFaxzHf4xPva85Nu/2d7UR8HYw22fGASUf/w27078Qov9dIpzjjl9cG
> rKZmnyDvnCUkd6yLPCIreoSSWpk3sU8xxQVW3KhvdDCO23tNgJms6wwjxK6bRI40
> dN5hpjiTG/MzI4DOkyX3cAuurSZ0ESaPRsVdys14rcbMCeNlaE2upjnRpwETzW0P
> m6U2zbiFOqFIxwy/dC7zuWjXudaiXZ9WkEXAV0XAPYw012ZrQ+eljXh97S7DL1uK
> XIp0UHm63JxNjJGxJYi40aciBWf2LfGlJRHk+d1vPHXmPwrjOay3/wK/L9k1ptsC
> flOJlLVlS0UiEHlm5r5nTO9ddvnYmij0iVmitj5pRJk3jCHN+p7P+P1NvY/ltAA+
> upFB31jDJVm0EWHDnJ8TPMWgwJHGWsb5p7FGK/2AvTUR+75d5pAeGUJ2QS3pVvgq
> F3oTIRPxDRfPbOIXtZg+2pJmvWDykUCW38RsGJ6TLPodp/qovesl9Q4jSf3A3bPi
> KC7MMStXmS4nQdFS3QoP
> =1ocJ
> -END PGP SIGNATURE-
>
>


Re: need help

2010-06-08 Thread Thomas Sieh
hi,

have you tried

patch -p1 < smppbox.patch

are you in the main directory of kannel source? is the patch in the same
directory?

br,
thomas


On Wed, Jun 09, 2010 at 05:16:27AM +0700, budi wibowo wrote:
| hi
| i downloaded the latest cvs of kannel and try to implement smppbpx patch
| from chimit
| and i got this error when i do patch
| 
| patch < smppbox.patch
| can't find file to patch at input line 8
| Perhaps you should have used the -p or --strip option?
| The text leading up to this was:
| --
| |Index: gwlib/cfg.def
| |===
| |RCS file: /home/cvs/gateway/gwlib/cfg.def,v
| |retrieving revision 1.142
| |diff -u -r1.142 cfg.def
| |--- gwlib/cfg.def  6 Dec 2009 17:24:14 -   1.142
| |+++ gwlib/cfg.def  7 May 2010 19:02:39 -
| --
| File to patch:
| Skip this patch? [y]
| Skipping patch.
| 1 out of 1 hunk ignored
| can't find file to patch at input line 34
| Perhaps you should have used the -p or --strip option?
| The text leading up to this was:
| --
| |Index: gwlib/conn.c
| |===
| |RCS file: /home/cvs/gateway/gwlib/conn.c,v
| |retrieving revision 1.88
| |diff -u -r1.88 conn.c
| |--- gwlib/conn.c   12 Jan 2009 16:46:54 -  1.88
| |+++ gwlib/conn.c   7 May 2010 19:02:39 -
| --
| File to patch:
| Skip this patch? [y]
| Skipping patch.
| 1 out of 1 hunk ignored
| can't find file to patch at input line 54
| Perhaps you should have used the -p or --strip option?
| The text leading up to this was:
| --
| |Index: gwlib/conn.h
| |===
| |RCS file: /home/cvs/gateway/gwlib/conn.h,v
| |retrieving revision 1.36
| |diff -u -r1.36 conn.h
| |--- gwlib/conn.h   12 Jan 2009 16:46:53 -  1.36
| |+++ gwlib/conn.h   7 May 2010 19:02:39 -
| --
| File to patch:
| Skip this patch? [y]
| Skipping patch.
| 1 out of 1 hunk ignored
| can't find file to patch at input line 62
| Perhaps you should have used the -p or --strip option?
| The text leading up to this was:
| --
| |--- Makefile   2010-05-07 22:17:30.0 +0200
| |+++ Makefile   2010-05-07 21:28:35.0 +0200
| --
| File to patch:
| Skip this patch? [y]
| Skipping patch.
| 1 out of 1 hunk ignored
| 
| 
| any help is highly appreciated
| 
| 
| 2010/6/7 Nikos Balkanas 
| 
| > Hi,
| >
| > As I  have explained in a previous mail. Download latest svn (or cvs). It
| > won't work with 1.4.3.
| >
| > Extract patch from archive and go to gateway directory.
| >
| > Then patch < {smppbox.patch}
| >
| > I hope you do not bother this list again for the same question, which
| > incidentally is a unix, not a kannel issue. You should consider whether you
| > have the minimum unix background needed for running kannel and/or smppbox.
| >
| > BR,
| > Nikos
| >
| > - Original Message - From: "Kiran Reddy" 
| > To: 
| > Sent: Monday, June 07, 2010 9:07 AM
| > Subject: need help
| >
| >
| >
| >  Hi All,
| >>
| >> I am not able to install opensource smppbox with kannel. Can some one help
| >> me to install kannel with opensource smppbox.
| >>
| >> I am using kannel 1.4.3 Stable version and i downloaded opensource
| >> smppbox.
| >>
| >>
| >> Regards,
| >> 
| >> Kiran Reddy
| >>
| >>
| >
| >


signature.asc
Description: Digital signature


Re: need help

2010-06-08 Thread budi wibowo
hi
i downloaded the latest cvs of kannel and try to implement smppbpx patch
from chimit
and i got this error when i do patch

patch < smppbox.patch
can't find file to patch at input line 8
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|Index: gwlib/cfg.def
|===
|RCS file: /home/cvs/gateway/gwlib/cfg.def,v
|retrieving revision 1.142
|diff -u -r1.142 cfg.def
|--- gwlib/cfg.def  6 Dec 2009 17:24:14 -   1.142
|+++ gwlib/cfg.def  7 May 2010 19:02:39 -
--
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 34
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|Index: gwlib/conn.c
|===
|RCS file: /home/cvs/gateway/gwlib/conn.c,v
|retrieving revision 1.88
|diff -u -r1.88 conn.c
|--- gwlib/conn.c   12 Jan 2009 16:46:54 -  1.88
|+++ gwlib/conn.c   7 May 2010 19:02:39 -
--
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 54
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|Index: gwlib/conn.h
|===
|RCS file: /home/cvs/gateway/gwlib/conn.h,v
|retrieving revision 1.36
|diff -u -r1.36 conn.h
|--- gwlib/conn.h   12 Jan 2009 16:46:53 -  1.36
|+++ gwlib/conn.h   7 May 2010 19:02:39 -
--
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 62
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|--- Makefile   2010-05-07 22:17:30.0 +0200
|+++ Makefile   2010-05-07 21:28:35.0 +0200
--
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored


any help is highly appreciated


2010/6/7 Nikos Balkanas 

> Hi,
>
> As I  have explained in a previous mail. Download latest svn (or cvs). It
> won't work with 1.4.3.
>
> Extract patch from archive and go to gateway directory.
>
> Then patch < {smppbox.patch}
>
> I hope you do not bother this list again for the same question, which
> incidentally is a unix, not a kannel issue. You should consider whether you
> have the minimum unix background needed for running kannel and/or smppbox.
>
> BR,
> Nikos
>
> - Original Message - From: "Kiran Reddy" 
> To: 
> Sent: Monday, June 07, 2010 9:07 AM
> Subject: need help
>
>
>
>  Hi All,
>>
>> I am not able to install opensource smppbox with kannel. Can some one help
>> me to install kannel with opensource smppbox.
>>
>> I am using kannel 1.4.3 Stable version and i downloaded opensource
>> smppbox.
>>
>>
>> Regards,
>> 
>> Kiran Reddy
>>
>>
>
>


Re: need help

2010-06-07 Thread Kiran Reddy
Hi All,

opensource smppbox is working fine with latest kannel CVS.

Thanks all thanks for every thing.

Regards,

Kiran Reddy



 ---Original Message---
 From: Kiran Reddy 
 To: Nikos Balkanas 
 Cc: users@kannel.org 
 Subject: Re: need help
 Sent: Jun 07 '10 12:34pm
 
 Hi All,
 
 I downloaded kannel latest CVS for installing smppbox with kannel. But i  am 
getting errors please find the attached file.
 
 
 Regards,
 
 Kiran Reddy
 
 
 
 ---Original Message---
 From: Nikos Balkanas 
 To: Kiran Reddy , users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch < {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: "Kiran Reddy" 
 To: 
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
 > Hi All,
 >
 > I am not able to install opensource smppbox with kannel. Can some one help
 > me to install kannel with opensource smppbox.
 >
 > I am using kannel 1.4.3 Stable version and i downloaded opensource
 > smppbox.
 >
 >
 > Regards,
 > 
 > Kiran Reddy
 >
 
 
 
 



Re: need help

2010-06-07 Thread Kiran Reddy
Hi All,

I downloaded kannel latest CVS for installing smppbox with kannel. But i  am 
getting errors please find the attached file.


Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas 
 To: Kiran Reddy , users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch < {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: "Kiran Reddy" 
 To: 
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
 > Hi All,
 >
 > I am not able to install opensource smppbox with kannel. Can some one help
 > me to install kannel with opensource smppbox.
 >
 > I am using kannel 1.4.3 Stable version and i downloaded opensource
 > smppbox.
 >
 >
 > Regards,
 > 
 > Kiran Reddy
 >
 
 



smppbox_with_kannel_error.txt
Description: Binary data


Re: need help

2010-06-06 Thread Kiran Reddy
Hi Nikos,

Thanks for information i will try with kannel latest svn.


Thanks and Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas 
 To: Kiran Reddy , users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch < {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: "Kiran Reddy" 
 To: 
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
 > Hi All,
 >
 > I am not able to install opensource smppbox with kannel. Can some one help
 > me to install kannel with opensource smppbox.
 >
 > I am using kannel 1.4.3 Stable version and i downloaded opensource
 > smppbox.
 >
 >
 > Regards,
 > 
 > Kiran Reddy
 >
 
 



Re: need help

2010-06-06 Thread Nikos Balkanas

Hi,

As I  have explained in a previous mail. Download latest svn (or cvs). It 
won't work with 1.4.3.


Extract patch from archive and go to gateway directory.

Then patch < {smppbox.patch}

I hope you do not bother this list again for the same question, which 
incidentally is a unix, not a kannel issue. You should consider whether you 
have the minimum unix background needed for running kannel and/or smppbox.


BR,
Nikos

- Original Message - 
From: "Kiran Reddy" 

To: 
Sent: Monday, June 07, 2010 9:07 AM
Subject: need help



Hi All,

I am not able to install opensource smppbox with kannel. Can some one help 
me to install kannel with opensource smppbox.


I am using kannel 1.4.3 Stable version and i downloaded opensource 
smppbox.



Regards,

Kiran Reddy






need help

2010-06-06 Thread Kiran Reddy
Hi All,

I am not able to install opensource smppbox with kannel. Can some one help me 
to install kannel with opensource smppbox.

I am using kannel 1.4.3 Stable version and i downloaded opensource smppbox. 


Regards,

Kiran Reddy



Re: Need help

2010-04-30 Thread Nikos Balkanas

Hi,

1) There have been very good impressions from the Huawei E220 usb modem. 
Another very good choice is the serial Wavecom Fastrack.
2) Use Linux as OS. Has better support for modems and hardware than i.e. 
Solaris.

3) Usb cable or Serial RS232.
4) User's guide.

BR,
Nikos
- Original Message - 
From: "sirc saira" 

To: 
Sent: Friday, April 30, 2010 6:40 AM
Subject: Need help




for a good sms system using kannel with java and postgres

pls suggest me
cellphone (brand and model): ?
data cable : ?
readings and tutorials : ?

thnaks in advance

cris arias










Need help

2010-04-29 Thread sirc saira

for a good sms system using kannel with java and postgres

pls suggest me 
 cellphone (brand and model): ?
 data cable : ?
 readings and tutorials : ?

thnaks in advance

cris arias


  




Re: Need Help

2010-04-27 Thread Akintayo A. Olusegun

On 4/28/2010 4:38 AM, sirc saira wrote:

Greetings
I have install kannel using sudo apt-get install kannel,able to 
stop/start/restart the services, and give a kannel user password. But I don't 
know to test it.
   With the default configuration, when I type bearerbox or smsbox, panic error 
occurs?
  What brand of cellphone I must going to use?
A little help is highly appreciated. Thnanks.
cris arias





   

Hi Sirc,
First we will need to see the logs. I have a configuration that 
uses the Logical SMPP Simulator(Java), but the kannel fake smsc should 
also work. Post your log first.




Need Help

2010-04-27 Thread sirc saira
Greetings
I have install kannel using sudo apt-get install kannel,able to 
stop/start/restart the services, and give a kannel user password. But I don't 
know to test it. 
  With the default configuration, when I type bearerbox or smsbox, panic error 
occurs?
     What brand of cellphone I must going to use? 
A little help is highly appreciated. Thnanks.
cris arias







Re: Need Help Regarding Kannel Status URL's

2010-02-19 Thread Alejandro Guerrieri
Yes... assuming that you have smsc's with names "kiran" and "reddy"
configured on kannel.conf

Give it at try, don't be shy ;)

On Fri, Feb 19, 2010 at 12:29 PM, kiran.re...@mpowerglobal.in <
kiran.re...@mpowerglobal.in> wrote:

>  Hi Alejando Guerrieri,
>
> I fallowed the same document and the parameters as below i saw over there
> in the userguide.
>
> *add-smsc**   : *Adds an SMSC link previously removed or created
> after the service was started. Password required. Additionally the 
> smscparameter must be given (see above).
> * *
>
> *remove-smsc:**  *Removes an existing SMSC link. Password required.
> Additionally the smsc parameter must be given (see above). If you want a
> permanent removal, you should also remove the entry from the configuration
> file or it will be recreated after a service restart.
>
> http://192.168.1.94:13000/add-smsc?password=x&smsc=kiran
> is this correct ?
>
> http://192.168.1.94:13000/remove-smsc?password=x&smsc=reddy is this
> correct ?
> **
> Regards,
>
> Kiran Reddy
>
> Alejandro Guerrieri wrote:
>
> The CVS documentation is on the "Download" page on Kannel's site.
>
>  If you'd REALLY googled a bit, for example "kannel cvs documentation"
> would have pointed you to that place as well:
>
>
> http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
>
>  READ the text on the right of each command. If that's not enough for you,
> take a hint from the error codes you get when you miss the extra parameters,
> but you MUST be able to figure out from there.
>
> On Fri, Feb 19, 2010 at 7:17 AM, kiran.re...@mpowerglobal.in <
> kiran.re...@mpowerglobal.in> wrote:
>
>>  Hi Alejandro,
>>
>> I am not lazy and I spend more time on googling then i started posting
>> questions. I already gone through kannel user guide but there is one example
>> is there.How to understand other parameters passing through kannel http
>> admin commands.
>>
>>
>> Thanks and Regards,
>> Kiran Reddy
>>
>>  Alejandro Guerrieri wrote:
>>
>> ... and we don't need to know which stuff _works_ for you, only the ones
>> that _doesn't_ work (well, they work, you're just don't using adding the
>> proper parameters).
>>
>>  Besides, everything's perfectly documented. Don't be lazy and spend some
>> time googling and reading instead of resending the same questions again and
>> again...
>>
>> On Thu, Feb 18, 2010 at 5:19 PM, Garth Patil wrote:
>>
>>> Posting multiple times to the list and to members individually is a
>>> really great way to have your question ignored. The log-level method
>>> is documented in the current release user guide. The add-smsc, and
>>> remove-smsc methods are documented in the user guide for the CVS
>>> version, as they were recently added:
>>>
>>> http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
>>> http://www.kannel.org/pipermail/devel/2009-July/002753.html
>>>
>>> On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in
>>>  wrote:
>>> >
>>> > Dear All,
>>> >
>>> > Please help me below mentioned urls which i don't know how to use. I
>>> fallowed the Kannel User guide but there is explanation is there please help
>>> me.
>>> >
>>> > http://192.168.1.94:13000/status?password=x (it is working for me)
>>> >
>>> > http://192.168.1.94:13000/store-status?password=x (it is working
>>> for me)
>>> >
>>> > http://192.168.1.94:13000/log-level?password=x ( How to use this
>>> with URL example ?)
>>> >
>>> > http://192.168.1.94:13000/shutdown?password=x (It is working for
>>> me)
>>> >
>>> > http://192.168.1.94:13000/suspend?password=x (it is working for
>>> me)
>>> >
>>> > http://192.168.1.94:13000/isolate?password=x(Itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/resume?password=x(itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/restart?password=x(itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/flush-dlr?password=x(itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/stop-smsc?password=x&smsc=(itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/start-smsc?password=x&smsc=(itis
>>> >  working for me)
>>> >
>>> > http://192.168.1.94:13000/add-smsc?password=x (How to use this
>>> with URL example ?)
>>> >
>>> > http://192.168.1.94:13000/remove-smsc?password=x (How to use this
>>> with URL Example ?)
>>> >
>>> > http://192.168.1.94:13000/reload-lists?password=x (it is working
>>> for me)
>>> >
>>> >
>>> > Thanks and Regards,
>>> > --
>>> >
>>> > Kiran Reddy
>>> >
>>> > Network Admin/System Adm

Re: Need Help Regarding Kannel Status URL's

2010-02-19 Thread kiran.re...@mpowerglobal.in

Hi Alejando Guerrieri,

I fallowed the same document and the parameters as below i saw over 
there in the userguide.


*add-smsc**   : *Adds an SMSC link previously removed or created 
after the service was started. Password required. Additionally the smsc 
parameter must be given (see above).* *


*remove-smsc:**  *Removes an existing SMSC link. Password required. 
Additionally the smsc parameter must be given (see above). If you want a 
permanent removal, you should also remove the entry from the 
configuration file or it will be recreated after a service restart.


http://192.168.1.94:13000/add-smsc?password=x&smsc=kiran  is this 
correct ?


http://192.168.1.94:13000/remove-smsc?password=x&smsc=reddy is this 
correct ?

**

Regards,

Kiran Reddy

Alejandro Guerrieri wrote:

The CVS documentation is on the "Download" page on Kannel's site.

If you'd REALLY googled a bit, for example "kannel cvs documentation" 
would have pointed you to that place as well:


http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876

READ the text on the right of each command. If that's not enough for 
you, take a hint from the error codes you get when you miss the extra 
parameters, but you MUST be able to figure out from there.


On Fri, Feb 19, 2010 at 7:17 AM, kiran.re...@mpowerglobal.in 
 > wrote:


Hi Alejandro,

I am not lazy and I spend more time on googling then i started
posting questions. I already gone through kannel user guide but
there is one example is there.How to understand other parameters
passing through kannel http admin commands.


Thanks and Regards,
Kiran Reddy

Alejandro Guerrieri wrote:

... and we don't need to know which stuff _works_ for you, only
the ones that _doesn't_ work (well, they work, you're just don't
using adding the proper parameters).

Besides, everything's perfectly documented. Don't be lazy and
spend some time googling and reading instead of resending the
same questions again and again...

On Thu, Feb 18, 2010 at 5:19 PM, Garth Patil
mailto:garthpa...@gmail.com>> wrote:

Posting multiple times to the list and to members
individually is a
really great way to have your question ignored. The log-level
method
is documented in the current release user guide. The
add-smsc, and
remove-smsc methods are documented in the user guide for the CVS
version, as they were recently added:

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
http://www.kannel.org/pipermail/devel/2009-July/002753.html

On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in

mailto:kiran.re...@mpowerglobal.in>> wrote:
>
> Dear All,
>
> Please help me below mentioned urls which i don't know how
to use. I fallowed the Kannel User guide but there is
explanation is there please help me.
>
> http://192.168.1.94:13000/status?password=x (it is
working for me)
>
> http://192.168.1.94:13000/store-status?password=x (it
is working for me)
>
> http://192.168.1.94:13000/log-level?password=x ( How to
use this with URL example ?)
>
> http://192.168.1.94:13000/shutdown?password=x (It is
working for me)
>
> http://192.168.1.94:13000/suspend?password=x (it is
working for me)
>
> http://192.168.1.94:13000/isolate?password=x(It
 is
working for me)
>
> http://192.168.1.94:13000/resume?password=x(it
 is
working for me)
>
> http://192.168.1.94:13000/restart?password=x(it
 is
working for me)
>
> http://192.168.1.94:13000/flush-dlr?password=x(it
 is
working for me)
>
>
http://192.168.1.94:13000/stop-smsc?password=x&smsc=(it

is working for me)
>
>
http://192.168.1.94:13000/start-smsc?password=x&smsc=(it

is working for me)
>
> http://192.168.1.94:13000/add-smsc?password=x (How to
use this with URL example ?)
>
> http://192.168.1.94:13000/remove-smsc?password=x (How
to use this with URL Example ?)
>
> http://192.168.1.94:13000/reload-lists?password=x (it
   

Re: Need Help Regarding Kannel Status URL's

2010-02-19 Thread Alejandro Guerrieri
The CVS documentation is on the "Download" page on Kannel's site.

If you'd REALLY googled a bit, for example "kannel cvs documentation" would
have pointed you to that place as well:

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876

READ the text on the right of each command. If that's not enough for you,
take a hint from the error codes you get when you miss the extra parameters,
but you MUST be able to figure out from there.

On Fri, Feb 19, 2010 at 7:17 AM, kiran.re...@mpowerglobal.in <
kiran.re...@mpowerglobal.in> wrote:

>  Hi Alejandro,
>
> I am not lazy and I spend more time on googling then i started posting
> questions. I already gone through kannel user guide but there is one example
> is there.How to understand other parameters passing through kannel http
> admin commands.
>
>
> Thanks and Regards,
> Kiran Reddy
>
> Alejandro Guerrieri wrote:
>
> ... and we don't need to know which stuff _works_ for you, only the ones
> that _doesn't_ work (well, they work, you're just don't using adding the
> proper parameters).
>
>  Besides, everything's perfectly documented. Don't be lazy and spend some
> time googling and reading instead of resending the same questions again and
> again...
>
> On Thu, Feb 18, 2010 at 5:19 PM, Garth Patil  wrote:
>
>> Posting multiple times to the list and to members individually is a
>> really great way to have your question ignored. The log-level method
>> is documented in the current release user guide. The add-smsc, and
>> remove-smsc methods are documented in the user guide for the CVS
>> version, as they were recently added:
>>
>> http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
>> http://www.kannel.org/pipermail/devel/2009-July/002753.html
>>
>> On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in
>>  wrote:
>> >
>> > Dear All,
>> >
>> > Please help me below mentioned urls which i don't know how to use. I
>> fallowed the Kannel User guide but there is explanation is there please help
>> me.
>> >
>> > http://192.168.1.94:13000/status?password=x (it is working for me)
>> >
>> > http://192.168.1.94:13000/store-status?password=x (it is working
>> for me)
>> >
>> > http://192.168.1.94:13000/log-level?password=x ( How to use this
>> with URL example ?)
>> >
>> > http://192.168.1.94:13000/shutdown?password=x (It is working for
>> me)
>> >
>> > http://192.168.1.94:13000/suspend?password=x (it is working for me)
>> >
>> > http://192.168.1.94:13000/isolate?password=x(Itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/resume?password=x(itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/restart?password=x(itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/flush-dlr?password=x(itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/stop-smsc?password=x&smsc=(itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/start-smsc?password=x&smsc=(itis
>> >  working for me)
>> >
>> > http://192.168.1.94:13000/add-smsc?password=x (How to use this with
>> URL example ?)
>> >
>> > http://192.168.1.94:13000/remove-smsc?password=x (How to use this
>> with URL Example ?)
>> >
>> > http://192.168.1.94:13000/reload-lists?password=x (it is working
>> for me)
>> >
>> >
>> > Thanks and Regards,
>> > --
>> >
>> > Kiran Reddy
>> >
>> > Network Admin/System Admin
>> >
>>  > MPOWER Global Access India Pvt Ltd
>> >
>> > +91-9036971573
>> >
>> > kiran.re...@mpowerglobal.in
>> >
>> > http://www.mpowerglobal.in
>> >
>> > http://www.pushsms.in
>> >
>> > Bangalore, India
>> >
>> >
>>
>>
>


Need Help to Configure Kannel

2010-02-19 Thread ajatshatru

Hi experts, 
I'm totally new for Kannel (and some what for Linux also). 
I've give an assignment in my office to setup Kannel to Communicate with one
of the mobile service provider in india MTNL's SMSC. I've successfully
installed Kannel on Fedora 12 and also copied smskannel.conf to /usr/local
directory to edit it. 
This is where I got stuck. i dont know how to edit it to communicate with
the SMSC of MTNL. 
MTNL (mobile service provider) gave me the configuration file which is as
follows: 

IP of SMSC - ...- 
Port No   -  --- 
System ID   -   
Password:-  --- 
TOn 5 
NPI 1 
Bind mode-  TRX 
Enquire link time - 10 sec 
Message rate  - 2 msg/sec
Plz help me to configure smskannel.conf. 
Thnax in advance 

Regards 
Ajatshatru

-- 
View this message in context: 
http://old.nabble.com/Need-Help-to-Configure-Kannel-tp27651178p27651178.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: Need Help Regarding Kannel Status URL's

2010-02-18 Thread kiran.re...@mpowerglobal.in

Hi Alejandro,

I am not lazy and I spend more time on googling then i started posting 
questions. I already gone through kannel user guide but there is one 
example is there.How to understand other parameters passing through 
kannel http admin commands.


Thanks and Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
... and we don't need to know which stuff _works_ for you, only the 
ones that _doesn't_ work (well, they work, you're just don't using 
adding the proper parameters).


Besides, everything's perfectly documented. Don't be lazy and spend 
some time googling and reading instead of resending the same questions 
again and again...


On Thu, Feb 18, 2010 at 5:19 PM, Garth Patil > wrote:


Posting multiple times to the list and to members individually is a
really great way to have your question ignored. The log-level method
is documented in the current release user guide. The add-smsc, and
remove-smsc methods are documented in the user guide for the CVS
version, as they were recently added:

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
http://www.kannel.org/pipermail/devel/2009-July/002753.html

On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in

mailto:kiran.re...@mpowerglobal.in>>
wrote:
>
> Dear All,
>
> Please help me below mentioned urls which i don't know how to
use. I fallowed the Kannel User guide but there is explanation is
there please help me.
>
> http://192.168.1.94:13000/status?password=x (it is working
for me)
>
> http://192.168.1.94:13000/store-status?password=x (it is
working for me)
>
> http://192.168.1.94:13000/log-level?password=x ( How to use
this with URL example ?)
>
> http://192.168.1.94:13000/shutdown?password=x (It is working
for me)
>
> http://192.168.1.94:13000/suspend?password=x (it is working
for me)
>
> http://192.168.1.94:13000/isolate?password=x(It
 is working
for me)
>
> http://192.168.1.94:13000/resume?password=x(it
 is working
for me)
>
> http://192.168.1.94:13000/restart?password=x(it
 is working
for me)
>
> http://192.168.1.94:13000/flush-dlr?password=x(it
 is
working for me)
>
> http://192.168.1.94:13000/stop-smsc?password=x&smsc=(it

is working for me)
>
> http://192.168.1.94:13000/start-smsc?password=x&smsc=(it

is working for me)
>
> http://192.168.1.94:13000/add-smsc?password=x (How to use
this with URL example ?)
>
> http://192.168.1.94:13000/remove-smsc?password=x (How to use
this with URL Example ?)
>
> http://192.168.1.94:13000/reload-lists?password=x (it is
working for me)
>
>
> Thanks and Regards,
> --
>
> Kiran Reddy
>
> Network Admin/System Admin
>
> MPOWER Global Access India Pvt Ltd
>
> +91-9036971573
>
> kiran.re...@mpowerglobal.in 
>
> http://www.mpowerglobal.in
>
> http://www.pushsms.in
>
> Bangalore, India
>
>




Re: Need Help Regarding Kannel Status URL's

2010-02-18 Thread Alejandro Guerrieri
... and we don't need to know which stuff _works_ for you, only the ones
that _doesn't_ work (well, they work, you're just don't using adding the
proper parameters).

Besides, everything's perfectly documented. Don't be lazy and spend some
time googling and reading instead of resending the same questions again and
again...

On Thu, Feb 18, 2010 at 5:19 PM, Garth Patil  wrote:

> Posting multiple times to the list and to members individually is a
> really great way to have your question ignored. The log-level method
> is documented in the current release user guide. The add-smsc, and
> remove-smsc methods are documented in the user guide for the CVS
> version, as they were recently added:
>
> http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
> http://www.kannel.org/pipermail/devel/2009-July/002753.html
>
> On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in
>  wrote:
> >
> > Dear All,
> >
> > Please help me below mentioned urls which i don't know how to use. I
> fallowed the Kannel User guide but there is explanation is there please help
> me.
> >
> > http://192.168.1.94:13000/status?password=x (it is working for me)
> >
> > http://192.168.1.94:13000/store-status?password=x (it is working for
> me)
> >
> > http://192.168.1.94:13000/log-level?password=x ( How to use this
> with URL example ?)
> >
> > http://192.168.1.94:13000/shutdown?password=x (It is working for me)
> >
> > http://192.168.1.94:13000/suspend?password=x (it is working for me)
> >
> > http://192.168.1.94:13000/isolate?password=x(It is working for me)
> >
> > http://192.168.1.94:13000/resume?password=x(it is working for me)
> >
> > http://192.168.1.94:13000/restart?password=x(it is working for me)
> >
> > http://192.168.1.94:13000/flush-dlr?password=x(it is working for me)
> >
> > http://192.168.1.94:13000/stop-smsc?password=x&smsc=(it is
> working for me)
> >
> > http://192.168.1.94:13000/start-smsc?password=x&smsc=(it is
> working for me)
> >
> > http://192.168.1.94:13000/add-smsc?password=x (How to use this with
> URL example ?)
> >
> > http://192.168.1.94:13000/remove-smsc?password=x (How to use this
> with URL Example ?)
> >
> > http://192.168.1.94:13000/reload-lists?password=x (it is working for
> me)
> >
> >
> > Thanks and Regards,
> > --
> >
> > Kiran Reddy
> >
> > Network Admin/System Admin
> >
> > MPOWER Global Access India Pvt Ltd
> >
> > +91-9036971573
> >
> > kiran.re...@mpowerglobal.in
> >
> > http://www.mpowerglobal.in
> >
> > http://www.pushsms.in
> >
> > Bangalore, India
> >
> >
>
>


Re: Need Help Regarding Kannel Status URL's

2010-02-18 Thread Garth Patil
Posting multiple times to the list and to members individually is a
really great way to have your question ignored. The log-level method
is documented in the current release user guide. The add-smsc, and
remove-smsc methods are documented in the user guide for the CVS
version, as they were recently added:
http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN876
http://www.kannel.org/pipermail/devel/2009-July/002753.html

On Thu, Feb 18, 2010 at 5:23 AM, kiran.re...@mpowerglobal.in
 wrote:
>
> Dear All,
>
> Please help me below mentioned urls which i don't know how to use. I fallowed 
> the Kannel User guide but there is explanation is there please help me.
>
> http://192.168.1.94:13000/status?password=x (it is working for me)
>
> http://192.168.1.94:13000/store-status?password=x (it is working for me)
>
> http://192.168.1.94:13000/log-level?password=x ( How to use this with URL 
> example ?)
>
> http://192.168.1.94:13000/shutdown?password=x (It is working for me)
>
> http://192.168.1.94:13000/suspend?password=x (it is working for me)
>
> http://192.168.1.94:13000/isolate?password=x(It is working for me)
>
> http://192.168.1.94:13000/resume?password=x(it is working for me)
>
> http://192.168.1.94:13000/restart?password=x(it is working for me)
>
> http://192.168.1.94:13000/flush-dlr?password=x(it is working for me)
>
> http://192.168.1.94:13000/stop-smsc?password=x&smsc=(it is working 
> for me)
>
> http://192.168.1.94:13000/start-smsc?password=x&smsc=(it is working 
> for me)
>
> http://192.168.1.94:13000/add-smsc?password=x (How to use this with URL 
> example ?)
>
> http://192.168.1.94:13000/remove-smsc?password=x (How to use this with 
> URL Example ?)
>
> http://192.168.1.94:13000/reload-lists?password=x (it is working for me)
>
>
> Thanks and Regards,
> --
>
> Kiran Reddy
>
> Network Admin/System Admin
>
> MPOWER Global Access India Pvt Ltd
>
> +91-9036971573
>
> kiran.re...@mpowerglobal.in
>
> http://www.mpowerglobal.in
>
> http://www.pushsms.in
>
> Bangalore, India
>
>



Need Help Regarding Kannel Status URL's

2010-02-18 Thread kiran.re...@mpowerglobal.in




Dear All,

Please help me below mentioned urls which i don't know how to use. I
fallowed the Kannel User guide but there is explanation is there please
help me.

http://192.168.1.94:13000/status?password=x
(it is working for me)

http://192.168.1.94:13000/store-status?password=x
(it is working for me)

http://192.168.1.94:13000/log-level?password=x
( How to use this with URL example ?)

http://192.168.1.94:13000/shutdown?password=x
(It is working for me)

http://192.168.1.94:13000/suspend?password=x
(it is working for me)

http://192.168.1.94:13000/isolate?password=x(It
is working for me)

http://192.168.1.94:13000/resume?password=x(it
is working for me)

http://192.168.1.94:13000/restart?password=x(it
is working for me)

http://192.168.1.94:13000/flush-dlr?password=x(it
is working for me)

http://192.168.1.94:13000/stop-smsc?password=x&smsc=(it
is working for me)

http://192.168.1.94:13000/start-smsc?password=x&smsc=(it
is working for me)

http://192.168.1.94:13000/add-smsc?password=x
(How to use this with URL example ?)

http://192.168.1.94:13000/remove-smsc?password=x
(How to use this with URL Example ?) 

http://192.168.1.94:13000/reload-lists?password=x
(it is working for me)


Thanks and Regards,
-- 




  

  
  Kiran
Reddy
  


  
  Network
Admin/System Admin
  


  
  
  
  
  MPOWER
Global Access India Pvt Ltd
  +91-9036971573
  kiran.re...@mpowerglobal.in
  http://www.mpowerglobal.in
  http://www.pushsms.in
  Bangalore,
India
  

  

 






Re: Need help in displaying french characters

2009-10-14 Thread Alvaro Cornejo
What charset does your app uses? you might need to convert the chars
you send to kannel from your app. You are telling kannel to use UCS-2
to send the message and to assume that you are sending UCS-2 but you
are sending... UTF8?




|-|
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 Wed, Oct 14, 2009 at 8:33 AM, Sheeba Lal  wrote:
> Hi,
>
> I'm using Kannel to send sms text in French , through smpp interface. Problem 
> is, there are certain characters like çôê are not being displayed correctly 
> on handsets.
> I have used the coding=2 , charset='UCS-2' in the sms_snd table. In the 
> bearerbox.cfg file set the alt-charset to 'UCS-2'.
> Any other config has to be done?
>
> Thanks in advance,
> Sheebs.
>
>
>      Connect more, do more and share more with Yahoo! India Mail. Learn more. 
> http://in.overview.mail.yahoo.com/
>
>



Need help in displaying french characters

2009-10-14 Thread Sheeba Lal
Hi,

I'm using Kannel to send sms text in French , through smpp interface. Problem 
is, there are certain characters like çôê are not being displayed correctly on 
handsets.
I have used the coding=2 , charset='UCS-2' in the sms_snd table. In the 
bearerbox.cfg file set the alt-charset to 'UCS-2'.
Any other config has to be done?

Thanks in advance,
Sheebs.


  Connect more, do more and share more with Yahoo! India Mail. Learn more. 
http://in.overview.mail.yahoo.com/



Re: Need help (Siemens C35 as GSM modem)

2009-08-25 Thread Michael Bochkaryov
Alvaro,

Tried to use only "AT+CMEE=N" with N=1 and 2 without any effects.

I've used this SIM card with Nokia 6230i before - everything was ok.

Also I've just found the following forum thread and probably solution
(hardware):
http://forum.gsmhosting.com/vbb/archive/index.php/t-209402.html


-- 
Regards,
Michael Bochkaryov
www.rattler.kiev.ua

2009/8/25 Alvaro Cornejo 

> Michael
>
> yes, it should be something like
>
> init-string = "AT+CNMI=1,2,0,1,0;+CMEE=1"
>
>
> It can be that you modem does not support CMEE command.
>
> Try the CMEE command alone. CNMI is only for incomming messges, so for
> this tests It will be ok
>
> Also, did you try sending messages from a normal phone with the
> siemens modem SIM card?
>
> Regards
>
> Alvaro
>
>
>
>
> |-|
> 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 Tue, Aug 25, 2009 at 1:48 PM, Michael
> Bochkaryov wrote:
> > Hello Alvaro,
> >
> > Thanks for your help.
> >
> > I've changed init-string to the following:
> > init-string = "AT+CNMI=1,2,0,1,1;+CMEE=1" (then to +CMEE=2)
> > However, nothing has changed in logs - just "ERROR" after
> > AT+CMGS=.
> >
> > But I'm not sure this is correct way to set init-string with more than
> one
> > command :)
> >
> >
> >
> > 2009/8/25 Alvaro Cornejo 
> >>
> >> The error can come from a number of possibilities:
> >>
> >> add at+cmee=1 or 2 to the modem init string in order to get debug info
> >> about the error returned from modem
> >>
> >> and post results.
> >>
> >> Regards
> >>
> >> Alvaro
> >>
> >>
> |-|
> >> 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 Tue, Aug 25, 2009 at 1:10 PM, Michael
> >> Bochkaryov wrote:
> >> > Hello,
> >> >
> >> > Can anybody help with Kannel configuration for use with Siemens C35
> >> > phone as
> >> > 'at' SMSC?
> >> > Seems like it should support AT+CMGS command (if trust to Siemens
> docs)
> >> > but
> >> > response is "ERROR" :-(
> >> >
> >> > Configuration and part of log is below.
> >> > Thanks in advance!
> >> >
> >> >
> >> > Configuration (smsc and modem sections):
> >> > ==
> >> > group = smsc
> >> > smsc = at
> >> > smsc-id = c35
> >> > allowed-smsc-id = c35
> >> > modemtype = siemens
> >> > device = /dev/ttyS0
> >> > speed = 19200
> >> > sms-center = "+38063901"
> >> > #sim-buffering = true
> >> > log-file = /var/log/kannel/siemens.log
> >> > log-level = 0
> >> >
> >> > group = modems
> >> > id = siemens
> >> > name = "Siemens C35"
> >> > detect-string = "SIEMENS"
> >> > init-string = "AT+CNMI=1,2,0,1,1"
> >> > speed = 9600
> >> > enable-hwhs = "AT\\Q3"
> >> > keepalive-cmd = "AT+CBC;+CSQ"
> >> > need-sleep = true
> >> >
> >> >
> >> >
> >> > Here is part of debug level log:
> >> > ==
> >> > 2009-08-25 20:57:00 [4041] [7] DEBUG: AT2[c35]: --> ATZ^M
> >> > 2009-08-25 20:57:04 [4041] [7] ERROR: AT2[c35]: Wrong or no answer to
> >> > ATZ,
> >> > ignoring
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT&F^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT&F
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> ATE0^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- ATE0
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT\Q3^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CPIN?^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- +CPIN: READY
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: -->
> >> > AT+CSCA="+38063901"^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGF=0^M
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> >> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=?^M
> >> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: (0,1)
> >> > 2009-08-25 20:57:0

Re: Need help (Siemens C35 as GSM modem)

2009-08-25 Thread Alvaro Cornejo
Michael

yes, it should be something like

init-string = "AT+CNMI=1,2,0,1,0;+CMEE=1"


It can be that you modem does not support CMEE command.

Try the CMEE command alone. CNMI is only for incomming messges, so for
this tests It will be ok

Also, did you try sending messages from a normal phone with the
siemens modem SIM card?

Regards

Alvaro



|-|
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 Tue, Aug 25, 2009 at 1:48 PM, Michael
Bochkaryov wrote:
> Hello Alvaro,
>
> Thanks for your help.
>
> I've changed init-string to the following:
> init-string = "AT+CNMI=1,2,0,1,1;+CMEE=1" (then to +CMEE=2)
> However, nothing has changed in logs - just "ERROR" after
> AT+CMGS=.
>
> But I'm not sure this is correct way to set init-string with more than one
> command :)
>
>
>
> 2009/8/25 Alvaro Cornejo 
>>
>> The error can come from a number of possibilities:
>>
>> add at+cmee=1 or 2 to the modem init string in order to get debug info
>> about the error returned from modem
>>
>> and post results.
>>
>> Regards
>>
>> Alvaro
>>
>> |-|
>> 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 Tue, Aug 25, 2009 at 1:10 PM, Michael
>> Bochkaryov wrote:
>> > Hello,
>> >
>> > Can anybody help with Kannel configuration for use with Siemens C35
>> > phone as
>> > 'at' SMSC?
>> > Seems like it should support AT+CMGS command (if trust to Siemens docs)
>> > but
>> > response is "ERROR" :-(
>> >
>> > Configuration and part of log is below.
>> > Thanks in advance!
>> >
>> >
>> > Configuration (smsc and modem sections):
>> > ==
>> > group = smsc
>> > smsc = at
>> > smsc-id = c35
>> > allowed-smsc-id = c35
>> > modemtype = siemens
>> > device = /dev/ttyS0
>> > speed = 19200
>> > sms-center = "+38063901"
>> > #sim-buffering = true
>> > log-file = /var/log/kannel/siemens.log
>> > log-level = 0
>> >
>> > group = modems
>> > id = siemens
>> > name = "Siemens C35"
>> > detect-string = "SIEMENS"
>> > init-string = "AT+CNMI=1,2,0,1,1"
>> > speed = 9600
>> > enable-hwhs = "AT\\Q3"
>> > keepalive-cmd = "AT+CBC;+CSQ"
>> > need-sleep = true
>> >
>> >
>> >
>> > Here is part of debug level log:
>> > ==
>> > 2009-08-25 20:57:00 [4041] [7] DEBUG: AT2[c35]: --> ATZ^M
>> > 2009-08-25 20:57:04 [4041] [7] ERROR: AT2[c35]: Wrong or no answer to
>> > ATZ,
>> > ignoring
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT&F^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT&F
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> ATE0^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- ATE0
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT\Q3^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CPIN?^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- +CPIN: READY
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: -->
>> > AT+CSCA="+38063901"^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGF=0^M
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=?^M
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: (0,1)
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: Phase 2+ is supported
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=1^M
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: 1,1,1
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CNMI=1,2,0,1,1^M
>> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
>> > 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: AT SMSC successfully
>> > opened.
>> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: TP-Validity-Period: 24.0
>> > hours
>> > 2009-08-25 20:57:1

Re: Need help (Siemens C35 as GSM modem)

2009-08-25 Thread Michael Bochkaryov
Hello Alvaro,

Thanks for your help.

I've changed init-string to the following:
init-string = "AT+CNMI=1,2,0,1,1;+CMEE=1" (then to +CMEE=2)
However, nothing has changed in logs - just "ERROR" after
AT+CMGS=.

But I'm not sure this is correct way to set init-string with more than one
command :)



2009/8/25 Alvaro Cornejo 

> The error can come from a number of possibilities:
>
> add at+cmee=1 or 2 to the modem init string in order to get debug info
> about the error returned from modem
>
> and post results.
>
> Regards
>
> Alvaro
>
> |-|
> 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 Tue, Aug 25, 2009 at 1:10 PM, Michael
> Bochkaryov wrote:
> > Hello,
> >
> > Can anybody help with Kannel configuration for use with Siemens C35 phone
> as
> > 'at' SMSC?
> > Seems like it should support AT+CMGS command (if trust to Siemens docs)
> but
> > response is "ERROR" :-(
> >
> > Configuration and part of log is below.
> > Thanks in advance!
> >
> >
> > Configuration (smsc and modem sections):
> > ==
> > group = smsc
> > smsc = at
> > smsc-id = c35
> > allowed-smsc-id = c35
> > modemtype = siemens
> > device = /dev/ttyS0
> > speed = 19200
> > sms-center = "+38063901"
> > #sim-buffering = true
> > log-file = /var/log/kannel/siemens.log
> > log-level = 0
> >
> > group = modems
> > id = siemens
> > name = "Siemens C35"
> > detect-string = "SIEMENS"
> > init-string = "AT+CNMI=1,2,0,1,1"
> > speed = 9600
> > enable-hwhs = "AT\\Q3"
> > keepalive-cmd = "AT+CBC;+CSQ"
> > need-sleep = true
> >
> >
> >
> > Here is part of debug level log:
> > ==
> > 2009-08-25 20:57:00 [4041] [7] DEBUG: AT2[c35]: --> ATZ^M
> > 2009-08-25 20:57:04 [4041] [7] ERROR: AT2[c35]: Wrong or no answer to
> ATZ,
> > ignoring
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT&F^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT&F
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> ATE0^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- ATE0
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT\Q3^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CPIN?^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- +CPIN: READY
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: -->
> > AT+CSCA="+38063901"^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGF=0^M
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=?^M
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: (0,1)
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: Phase 2+ is supported
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=1^M
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: 1,1,1
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CNMI=1,2,0,1,1^M
> > 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> > 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: AT SMSC successfully
> opened.
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: TP-Validity-Period: 24.0
> > hours
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGS=21^M
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: <-- >
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: send command status: 1
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: -->
> > 0011000B810876226077F0A708F4F29C0E1ACF6A
> > 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> ^Z
> > 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- >
> > 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- ERROR
> > 2009-08-25 20:57:23 [4041] [7] ERROR: AT2[c35]: Generic error: ERROR
> > 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: send command status: -1
> >
> >
> >
> >
> > --
> > Regards,
> > Michael Bochkaryov
> > www.rattler.kiev.ua
> >
>
>


-- 
Regards,
Michael Bochkaryov
www.rattler.kiev.ua


Re: Need help (Siemens C35 as GSM modem)

2009-08-25 Thread Alvaro Cornejo
The error can come from a number of possibilities:

add at+cmee=1 or 2 to the modem init string in order to get debug info
about the error returned from modem

and post results.

Regards

Alvaro
|-|
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 Tue, Aug 25, 2009 at 1:10 PM, Michael
Bochkaryov wrote:
> Hello,
>
> Can anybody help with Kannel configuration for use with Siemens C35 phone as
> 'at' SMSC?
> Seems like it should support AT+CMGS command (if trust to Siemens docs) but
> response is "ERROR" :-(
>
> Configuration and part of log is below.
> Thanks in advance!
>
>
> Configuration (smsc and modem sections):
> ==
> group = smsc
> smsc = at
> smsc-id = c35
> allowed-smsc-id = c35
> modemtype = siemens
> device = /dev/ttyS0
> speed = 19200
> sms-center = "+38063901"
> #sim-buffering = true
> log-file = /var/log/kannel/siemens.log
> log-level = 0
>
> group = modems
> id = siemens
> name = "Siemens C35"
> detect-string = "SIEMENS"
> init-string = "AT+CNMI=1,2,0,1,1"
> speed = 9600
> enable-hwhs = "AT\\Q3"
> keepalive-cmd = "AT+CBC;+CSQ"
> need-sleep = true
>
>
>
> Here is part of debug level log:
> ==
> 2009-08-25 20:57:00 [4041] [7] DEBUG: AT2[c35]: --> ATZ^M
> 2009-08-25 20:57:04 [4041] [7] ERROR: AT2[c35]: Wrong or no answer to ATZ,
> ignoring
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT&F^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT&F
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> ATE0^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- ATE0
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT\Q3^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CPIN?^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- +CPIN: READY
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: -->
> AT+CSCA="+38063901"^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGF=0^M
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=?^M
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: (0,1)
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: Phase 2+ is supported
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=1^M
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: 1,1,1
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CNMI=1,2,0,1,1^M
> 2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
> 2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: AT SMSC successfully opened.
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: TP-Validity-Period: 24.0
> hours
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGS=21^M
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: <-- >
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: send command status: 1
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: -->
> 0011000B810876226077F0A708F4F29C0E1ACF6A
> 2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> ^Z
> 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- >
> 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- ERROR
> 2009-08-25 20:57:23 [4041] [7] ERROR: AT2[c35]: Generic error: ERROR
> 2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: send command status: -1
>
>
>
>
> --
> Regards,
> Michael Bochkaryov
> www.rattler.kiev.ua
>



Need help (Siemens C35 as GSM modem)

2009-08-25 Thread Michael Bochkaryov
Hello,

Can anybody help with Kannel configuration for use with Siemens C35 phone as
'at' SMSC?
Seems like it should support AT+CMGS command (if trust to Siemens docs) but
response is "ERROR" :-(

Configuration and part of log is below.
Thanks in advance!


Configuration (smsc and modem sections):
==
group = smsc
smsc = at
smsc-id = c35
allowed-smsc-id = c35
modemtype = siemens
device = /dev/ttyS0
speed = 19200
sms-center = "+38063901"
#sim-buffering = true
log-file = /var/log/kannel/siemens.log
log-level = 0

group = modems
id = siemens
name = "Siemens C35"
detect-string = "SIEMENS"
init-string = "AT+CNMI=1,2,0,1,1"
speed = 9600
enable-hwhs = "AT\\Q3"
keepalive-cmd = "AT+CBC;+CSQ"
need-sleep = true



Here is part of debug level log:
==
2009-08-25 20:57:00 [4041] [7] DEBUG: AT2[c35]: --> ATZ^M
2009-08-25 20:57:04 [4041] [7] ERROR: AT2[c35]: Wrong or no answer to ATZ,
ignoring
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT&F^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- AT&F
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> ATE0^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- ATE0
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT\Q3^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CPIN?^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- +CPIN: READY
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: -->
AT+CSCA="+38063901"^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGF=0^M
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:04 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=?^M
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: (0,1)
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: Phase 2+ is supported
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CSMS=1^M
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- +CSMS: 1,1,1
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: --> AT+CNMI=1,2,0,1,1^M
2009-08-25 20:57:05 [4041] [7] DEBUG: AT2[c35]: <-- OK
2009-08-25 20:57:05 [4041] [7] INFO: AT2[c35]: AT SMSC successfully opened.
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: TP-Validity-Period: 24.0
hours
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> AT+CMGS=21^M
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: <-- >
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: send command status: 1
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: -->
0011000B810876226077F0A708F4F29C0E1ACF6A
2009-08-25 20:57:17 [4041] [7] DEBUG: AT2[c35]: --> ^Z
2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- >
2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: <-- ERROR
2009-08-25 20:57:23 [4041] [7] ERROR: AT2[c35]: Generic error: ERROR
2009-08-25 20:57:23 [4041] [7] DEBUG: AT2[c35]: send command status: -1




-- 
Regards,
Michael Bochkaryov
www.rattler.kiev.ua


Re: Need Help

2009-07-29 Thread seikath

Nikos is NOT everyone ..
Use xml post with multiple receiver values or use GET request with multiple to 
values
its in the manual


Rishab Shekhar wrote:

Hello every one

I  have implemented the kannel gateway set-up on ubundu linux.  how can 
i send the bulk sms through kannel ?  i am (,)seprated mobile number in 
a string .

for eq. +91XX,+91XX,+91XX

At a time i have to send minimum 300 SMS . please tell me the procedure 
for that


Please help me out .


Regards

Rishav














Re: Need Help

2009-07-29 Thread Amritesh Rachelwar
Dear,

You can use
for msisdn in `(cat path_to_file)`
do
elinks -dump "
http://localhost:13013/cgi-bin/sendsms?username=abc&password=wxyz&from=CLI&to=$msisdn&text=$(catpath_to_file_having_sms)"
done
If it wont work try to replace , with space

Thanks and Regards
Amritesh Deepak Rachelwar
JTO (Mobile)
SMSC,Pune


On Wed, Jul 29, 2009 at 3:34 AM, Rishab Shekhar  wrote:

> Hello every one
>
> I  have implemented the kannel gateway set-up on ubundu linux.  how can i
> send the bulk sms through kannel ?  i am (,)seprated mobile number in a
> string .
> for eq. +91XX,+91XX,+91XX
>
> At a time i have to send minimum 300 SMS . please tell me the procedure for
> that
>
> Please help me out .
>
>
> Regards
>
> Rishav
>
>
>
>
>
>


>>>
>>
>


Re: Need Help

2009-07-29 Thread Rishab Shekhar
Hello every one

I  have implemented the kannel gateway set-up on ubundu linux.  how can i
send the bulk sms through kannel ?  i am (,)seprated mobile number in a
string .
for eq. +91XX,+91XX,+91XX

At a time i have to send minimum 300 SMS . please tell me the procedure for
that

Please help me out .


Regards

Rishav






>>>
>>>
>>
>


Re: Need Help

2009-07-26 Thread Nikos Balkanas
Hi,

I don't understand you. You need to set &coding, not %C or &c (what animal is 
that?). %C and %c are values (not variables) that are substituted by kannel 
internally to the appropriate values. In this case you want to explicitly set 
coding to what you want, not have kannel generate it for you (in your GET or 
POST url).

What is %r???

Nikos
  - Original Message - 
  From: Rishab Shekhar 
  To: Nikos Balkanas 
  Cc: Matt Wiseman ; users@kannel.org 
  Sent: Sunday, July 26, 2009 7:55 PM
  Subject: Re: Need Help


  Hello

  Plz telll me the paramertrs which is to set while receiving the multi lingual 
message(English+Hindi). already i have set the %C & &c for that( the defualt is 
set to %r ) . But while receiving the paramters i got %3A%CE form.


  Please help me out .
  Rishav 


  2009/7/25 Nikos Balkanas 

I would like to add:

1) In your URL you should include &coding = 1 (8 bit chars) or &coding = 2 
(UTF). Bear in mind that your available SMS size is reduced in such cases.
2) You can use utils/mtbatch for that. For even more flexibility and power, 
install sqlbox.

BR,
Nikos
- Original Message - From: "Matt Wiseman" 
To: "Rishab Shekhar" 
Cc: 
Sent: Friday, July 24, 2009 9:49 PM
Subject: Re: Need Help 




  1) should be a matter of just encoding your stuff right
  2) there are several ways to accomplish this, I tried emailing you
  offlist, but your email address bounced.

  On Fri, 2009-07-24 at 23:15 +0530, Rishab Shekhar wrote:


Hi

Recently i  have implemented kannel gateway with ubundu linux.I am
using PHP application for sending SMS as well receiving SMS. i am
facing some problem in that


1) How can i send/receive the SMS in multilingual formc(English
+Hindi).
2) How can i send bulk SMS through Kannel gateway.

Please help me out from this

Regards

Rishav














Re: Need Help

2009-07-26 Thread Rishab Shekhar
Hello

Plz telll me the paramertrs which is to set while receiving the multi
lingual message(English+Hindi). already i have set the %C & &c for that( the
defualt is set to %r ) . But while receiving the paramters i got %3A%CE
form.


Please help me out .
Rishav

2009/7/25 Nikos Balkanas 

> I would like to add:
>
> 1) In your URL you should include &coding = 1 (8 bit chars) or &coding = 2
> (UTF). Bear in mind that your available SMS size is reduced in such cases.
> 2) You can use utils/mtbatch for that. For even more flexibility and power,
> install sqlbox.
>
> BR,
> Nikos
> - Original Message - From: "Matt Wiseman" 
> To: "Rishab Shekhar" 
> Cc: 
> Sent: Friday, July 24, 2009 9:49 PM
> Subject: Re: Need Help
>
>
>
> 1) should be a matter of just encoding your stuff right
>> 2) there are several ways to accomplish this, I tried emailing you
>> offlist, but your email address bounced.
>>
>> On Fri, 2009-07-24 at 23:15 +0530, Rishab Shekhar wrote:
>>
>>>
>>> Hi
>>>
>>> Recently i  have implemented kannel gateway with ubundu linux.I am
>>> using PHP application for sending SMS as well receiving SMS. i am
>>> facing some problem in that
>>>
>>>
>>> 1) How can i send/receive the SMS in multilingual formc(English
>>> +Hindi).
>>> 2) How can i send bulk SMS through Kannel gateway.
>>>
>>> Please help me out from this
>>>
>>> Regards
>>>
>>> Rishav
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>


Re: Need Help

2009-07-24 Thread Nikos Balkanas

I would like to add:

1) In your URL you should include &coding = 1 (8 bit chars) or &coding = 2 
(UTF). Bear in mind that your available SMS size is reduced in such cases.
2) You can use utils/mtbatch for that. For even more flexibility and power, 
install sqlbox.


BR,
Nikos
- Original Message - 
From: "Matt Wiseman" 

To: "Rishab Shekhar" 
Cc: 
Sent: Friday, July 24, 2009 9:49 PM
Subject: Re: Need Help



1) should be a matter of just encoding your stuff right
2) there are several ways to accomplish this, I tried emailing you
offlist, but your email address bounced.

On Fri, 2009-07-24 at 23:15 +0530, Rishab Shekhar wrote:


Hi

Recently i  have implemented kannel gateway with ubundu linux.I am
using PHP application for sending SMS as well receiving SMS. i am
facing some problem in that


1) How can i send/receive the SMS in multilingual formc(English
+Hindi).
2) How can i send bulk SMS through Kannel gateway.

Please help me out from this

Regards

Rishav













Re: Need Help

2009-07-24 Thread Matt Wiseman
1) should be a matter of just encoding your stuff right
2) there are several ways to accomplish this, I tried emailing you
offlist, but your email address bounced.

On Fri, 2009-07-24 at 23:15 +0530, Rishab Shekhar wrote:
> 
> Hi
>  
> Recently i  have implemented kannel gateway with ubundu linux.I am
> using PHP application for sending SMS as well receiving SMS. i am
> facing some problem in that
>  
>  
> 1) How can i send/receive the SMS in multilingual formc(English
> +Hindi).
> 2) How can i send bulk SMS through Kannel gateway.
>  
> Please help me out from this
>  
> Regards
>  
> Rishav
> 
> 
> 
> 
> 




Need Help

2009-07-24 Thread Rishab Shekhar
 Hi

Recently i  have implemented kannel gateway with ubundu linux.I am using PHP
application for sending SMS as well receiving SMS. i am facing some problem
in that


1) How can i send/receive the SMS in multilingual formc(English+Hindi).
2) How can i send bulk SMS through Kannel gateway.

Please help me out from this

Regards

Rishav


Re: I need help with Kannel

2009-06-12 Thread Nikos Balkanas

Don't worry Alvaro, I got the same personal mail, too.

I guess he wrote to each person in the list individually. Talk about working 
the list the hard way :-)


BR,
Nikos
- Original Message - 
From: "Alvaro Cornejo" 

To: "Elvis Jorge Nunez" ; "users" 
Sent: Friday, June 12, 2009 5:26 PM
Subject: Re: I need help with Kannel


Hi Elvis

I'm not a kannel developper and will not answer personal questions.
Please post your questions on kannel list. And READ those lists and
manual.

You need to create your own app.

You didn't tell much about what you need. If I would say just "help me
buy a car" how can you help me if I have no idea of what kind of car I
like or for how many persons, type of transmission... etc... etc...???

Nevertheless, you need

a) a way to capture/generate the messages you want to send and the
destination number(s).
b) Store that info in a DB
c) create an script that will read the db and pass it to kannel. you
should use sendsms cgi (check kannel docs)
d) If required, capture the delivery report from operator and update
your message DB accordingly.
e) develop any other stuff you need for your needs.. ;-)
f) If still with problems post in kannel list with detailed info about
your problem, including logs, config files, OS info, etc.


hope helps

Alvaro

|-|
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



2009/6/12 Elvis Jorge Nϊρez :


Good Morning Alvaro.

I΄m the person who sent you a message about kannel, if you sent me 
something

yerterday to my other email please send me again to this email, we are
having problem with the housting.

I just want to configure correctly Kannel on Fedora and do a script that
sends SMS, but the script have to look for a phone number in a database.

Please help me with that task, I have to do this as soon as posible.


Thanks

Elvis


ΏCuαl de estas 16 personalidades es la tuya? ΅Descubre quiιn eres 
realmente!





Re: I need help with Kannel

2009-06-12 Thread Alvaro Cornejo
Hi Elvis

I'm not a kannel developper and will not answer personal questions.
Please post your questions on kannel list. And READ those lists and
manual.

You need to create your own app.

You didn't tell much about what you need. If I would say just "help me
buy a car" how can you help me if I have no idea of what kind of car I
like or for how many persons, type of transmission... etc... etc...???

Nevertheless, you need

a) a way to capture/generate the messages you want to send and the
destination number(s).
b) Store that info in a DB
c) create an script that will read the db and pass it to kannel. you
should use sendsms cgi (check kannel docs)
d) If required, capture the delivery report from operator and update
your message DB accordingly.
e) develop any other stuff you need for your needs.. ;-)
f) If still with problems post in kannel list with detailed info about
your problem, including logs, config files, OS info, etc.


hope helps

Alvaro

|-|
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



2009/6/12 Elvis Jorge Núñez :
>
> Good Morning Alvaro.
>
> I´m the person who sent you a message about kannel, if you sent me something
> yerterday to my other email please send me again to this email, we are
> having problem with the housting.
>
> I just want to configure correctly Kannel on Fedora and do a script that
> sends SMS, but the script have to look for a phone number in a database.
>
> Please help me with that task, I have to do this as soon as posible.
>
>
> Thanks
>
> Elvis
>
> 
> ¿Cuál de estas 16 personalidades es la tuya? ¡Descubre quién eres realmente!



Re: Need help for kannel configuration

2009-03-21 Thread Nikos Balkanas

Hi,

You should always use loglevel 0 when posting logs. I assume these are from 
/dev/ttyUSB0


You can verify your modem from /proc (/proc/tty/driver/?)

If that fails, assuming you have linux, download and install minicom from an 
rpm and try to find it by hand.


BR,
Nikos
- Original Message - 
From: "Paul Darius" 

To: "Alvaro Cornejo" 
Cc: 
Sent: Saturday, March 21, 2009 8:05 AM
Subject: Re: Need help for kannel configuration



This is what shown on the console screen...

2009-03-21 13:02:01 [0] INFO: Added logfile
`/var/log/kannel/bearerbox.log' with level `1'.
2009-03-21 13:02:01 [0] INFO: 
2009-03-21 13:02:01 [0] INFO: Kannel bearerbox II version 1.2.0 starting
2009-03-21 13:02:01 [0] INFO: SSL not supported, no SSL initialization 
done.

2009-03-21 13:02:01 [0] DEBUG: HTTP: Opening server at port 13000.
2009-03-21 13:02:01 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2009-03-21 13:02:01 [0] DEBUG: Started thread 2 
(gwlib/http.c:server_thread)
2009-03-21 13:02:01 [0] DEBUG: Started thread 3 
(gw/bb_http.c:httpadmin_run)

2009-03-21 13:02:01 [0] DEBUG: starting smsbox connection module
2009-03-21 13:02:01 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
2009-03-21 13:02:01 [0] DEBUG: AT: Command: AT
2009-03-21 13:02:02 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:02 [0] DEBUG: AT: Command: AT&F
2009-03-21 13:02:03 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:03 [0] DEBUG: AT: Command: AT
2009-03-21 13:02:04 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:04 [0] DEBUG: AT: Command: ATE0
2009-03-21 13:02:05 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:05 [0] ERROR: Failed to create Smsc wrapper
2009-03-21 13:02:05 [0] PANIC: Cannot start with SMSC connection failing

Paul
On Sat, Mar 21, 2009 at 9:44 AM, Alvaro Cornejo
 wrote:

Ti you get some info with kannel, post the logs to see where the problem
is. Log should tell you wich command failed. Check your device manual
for specific command values/syntax

Alvaro







Re: Need help for kannel configuration

2009-03-20 Thread Paul Darius
This is what shown on the console screen...

2009-03-21 13:02:01 [0] INFO: Added logfile
`/var/log/kannel/bearerbox.log' with level `1'.
2009-03-21 13:02:01 [0] INFO: 
2009-03-21 13:02:01 [0] INFO: Kannel bearerbox II version 1.2.0 starting
2009-03-21 13:02:01 [0] INFO: SSL not supported, no SSL initialization done.
2009-03-21 13:02:01 [0] DEBUG: HTTP: Opening server at port 13000.
2009-03-21 13:02:01 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2009-03-21 13:02:01 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2009-03-21 13:02:01 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2009-03-21 13:02:01 [0] DEBUG: starting smsbox connection module
2009-03-21 13:02:01 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
2009-03-21 13:02:01 [0] DEBUG: AT: Command: AT
2009-03-21 13:02:02 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:02 [0] DEBUG: AT: Command: AT&F
2009-03-21 13:02:03 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:03 [0] DEBUG: AT: Command: AT
2009-03-21 13:02:04 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:04 [0] DEBUG: AT: Command: ATE0
2009-03-21 13:02:05 [0] DEBUG: Read from modem: ''
2009-03-21 13:02:05 [0] ERROR: Failed to create Smsc wrapper
2009-03-21 13:02:05 [0] PANIC: Cannot start with SMSC connection failing

Paul
On Sat, Mar 21, 2009 at 9:44 AM, Alvaro Cornejo
 wrote:
> Ti you get some info with kannel, post the logs to see where the problem
> is. Log should tell you wich command failed. Check your device manual
> for specific command values/syntax
>
> Alvaro



Re: Need help for kannel configuration

2009-03-20 Thread Alvaro Cornejo
Ti you get some info with kannel, post the logs to see where the problem
is. Log should tell you wich command failed. Check your device manual
for specific command values/syntax

Alvaro


On Sat, 2009-03-21 at 09:37 +0700, Paul Darius wrote:
> I am using iTegno 3800 with usb port.
> 
> the dmesg added when I added the device :
> usb 4-2: new full speed USB device using uhci_hcd and address 3
> usb 4-2: configuration #1 chosen from 1 choice
> pl2303 4-2:1.0: pl2303 converter detected
> usb 4-2: pl2303 converter now attached to ttyUSB0
> 
> from bearerbox /etc/kannel.conf.. it already connected and read the
> modem status with some command AT.
> 
> Paul




Re: Need help for kannel configuration

2009-03-20 Thread Paul Darius
I am using iTegno 3800 with usb port.

the dmesg added when I added the device :
usb 4-2: new full speed USB device using uhci_hcd and address 3
usb 4-2: configuration #1 chosen from 1 choice
pl2303 4-2:1.0: pl2303 converter detected
usb 4-2: pl2303 converter now attached to ttyUSB0

from bearerbox /etc/kannel.conf.. it already connected and read the
modem status with some command AT.

Paul



Re: Need help for kannel configuration

2009-03-20 Thread Alvaro Cornejo
What modem/phone are you using ??

I've seen that problem with enfora usb modems (EDG1228) where the usb
firmware of the modem is not compatible with linux (the usb is detected
as cp2101 driver).

check this:

[18998.913582] usb 1-1: new full speed USB device using uhci_hcd and
address 3
[18999.081354] usb 1-1: configuration #1 chosen from 1 choice
[18999.301150] usbcore: registered new interface driver usbserial
[18999.301737] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB 
Serial support registered for generic
[18999.302437] usbcore: registered new interface driver
usbserial_generic
[18999.302448] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB 
Serial Driver core
[18999.320435] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB 
Serial support registered for cp2101
[18999.320495] cp2101 1-1:1.0: cp2101 converter detected
[18999.428314] usb 1-1: reset full speed USB device using uhci_hcd and
address 3
[18999.573088] usb 1-1: cp2101 converter now attached to ttyUSB0
[18999.573126] usbcore: registered new interface driver cp2101
[18999.573133] /build/buildd/linux-2.6.24/drivers/usb/serial/cp2101.c:
Silicon Labs CP2101/CP2102 RS232 serial adaptor driver v0.07
r...@einstein:~# 


Even though it said tty is attached to ttyUSB0 I'm unable to connect to
the modem with any terminal app (ie cu, minicom, vdial). So far I was
unable to make them work.


Regards


Alvaro


On Sat, 2009-03-21 at 08:23 +0700, Paul Darius wrote:
> I do not know anything about minicom...
> 
> But I try to change the device to /dev/ttyUSB1 or /dev/ttyUSB2 and the
> result as follow "
> # /usr/local/sbin/bearerbox /etc/kannel.conf
> 2009-03-21 08:19:52 [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0
> 2009-03-21 08:19:52 [0] WARNING: DLR: using default 'internal' for storage 
> type.
> 2009-03-21 08:19:52 [0] DEBUG: Kannel bearerbox version `1.2.0'.
> System Linux, release 2.6.18-92.1.22.el5, version #1 SMP Tue Dec 16
> 12:03:43 EST 2008, machine i686.
> Hostname HTT-2, IP 127.0.0.1.
> Libxml version 20626.
> Using native malloc.
> 
> 2009-03-21 08:19:52 [0] INFO: Added logfile
> `/var/log/kannel/bearerbox.log' with level `1'.
> 2009-03-21 08:19:52 [0] INFO: 
> 2009-03-21 08:19:52 [0] INFO: Kannel bearerbox II version 1.2.0 starting
> 2009-03-21 08:19:52 [0] INFO: SSL not supported, no SSL initialization done.
> 2009-03-21 08:19:52 [0] DEBUG: HTTP: Opening server at port 13000.
> 2009-03-21 08:19:52 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
> 2009-03-21 08:19:52 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
> 2009-03-21 08:19:52 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
> 2009-03-21 08:19:52 [0] DEBUG: starting smsbox connection module
> 2009-03-21 08:19:52 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
> 2009-03-21 08:19:52 [0] ERROR: at_open_data_link: error opening the
> character device 
> 2009-03-21 08:19:52 [0] ERROR: System error 2: No such file or directory
> 2009-03-21 08:19:52 [0] ERROR: Failed to create Smsc wrapper
> 2009-03-21 08:19:52 [0] PANIC: Cannot start with SMSC connection failing
> 
> the dmesg added when I added the device :
> usb 4-2: new full speed USB device using uhci_hcd and address 3
> usb 4-2: configuration #1 chosen from 1 choice
> pl2303 4-2:1.0: pl2303 converter detected
> usb 4-2: pl2303 converter now attached to ttyUSB0
> 
> So, I do not think wrong device
> 
> PD
> 




Re: Need help for kannel configuration

2009-03-20 Thread Paul Darius
I do not know anything about minicom...

But I try to change the device to /dev/ttyUSB1 or /dev/ttyUSB2 and the
result as follow "
# /usr/local/sbin/bearerbox /etc/kannel.conf
2009-03-21 08:19:52 [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0
2009-03-21 08:19:52 [0] WARNING: DLR: using default 'internal' for storage type.
2009-03-21 08:19:52 [0] DEBUG: Kannel bearerbox version `1.2.0'.
System Linux, release 2.6.18-92.1.22.el5, version #1 SMP Tue Dec 16
12:03:43 EST 2008, machine i686.
Hostname HTT-2, IP 127.0.0.1.
Libxml version 20626.
Using native malloc.

2009-03-21 08:19:52 [0] INFO: Added logfile
`/var/log/kannel/bearerbox.log' with level `1'.
2009-03-21 08:19:52 [0] INFO: 
2009-03-21 08:19:52 [0] INFO: Kannel bearerbox II version 1.2.0 starting
2009-03-21 08:19:52 [0] INFO: SSL not supported, no SSL initialization done.
2009-03-21 08:19:52 [0] DEBUG: HTTP: Opening server at port 13000.
2009-03-21 08:19:52 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2009-03-21 08:19:52 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2009-03-21 08:19:52 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2009-03-21 08:19:52 [0] DEBUG: starting smsbox connection module
2009-03-21 08:19:52 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
2009-03-21 08:19:52 [0] ERROR: at_open_data_link: error opening the
character device 
2009-03-21 08:19:52 [0] ERROR: System error 2: No such file or directory
2009-03-21 08:19:52 [0] ERROR: Failed to create Smsc wrapper
2009-03-21 08:19:52 [0] PANIC: Cannot start with SMSC connection failing

the dmesg added when I added the device :
usb 4-2: new full speed USB device using uhci_hcd and address 3
usb 4-2: configuration #1 chosen from 1 choice
pl2303 4-2:1.0: pl2303 converter detected
usb 4-2: pl2303 converter now attached to ttyUSB0

So, I do not think wrong device

PD



Re: Need help for kannel configuration

2009-03-20 Thread Alejandro Guerrieri
Try accessing the device from minicom to rule out a permissions problem.
Maybe you're accessing the wrong device?
Regards,

Alejandro

On Fri, Mar 20, 2009 at 5:04 PM, Paul Darius  wrote:

> Thx for the reply.
>
> I run that bearerbox under root and from local machine.
> Also, the mode of /dev/ttyUSB0 already 777
>
> # ls -l /dev/ttyUSB0
> crwxrwxrwx 1 root uucp 188, 0 Mar 20 21:38 /dev/ttyUSB0
>
> What else the error cause ?
> PD
>
> On Fri, Mar 20, 2009 at 10:53 PM, Alejandro Guerrieri
>  wrote:
> > You don't have permissions to access the modem. If you're running kannel
> > under an underprivileged user, you need to make sure that your user has
> > permissions to read/write the modem.
> > Hope it helps,
> > Alejandro
> >
>


Re: Need help for kannel configuration

2009-03-20 Thread Paul Darius
Thx for the reply.

I run that bearerbox under root and from local machine.
Also, the mode of /dev/ttyUSB0 already 777

# ls -l /dev/ttyUSB0
crwxrwxrwx 1 root uucp 188, 0 Mar 20 21:38 /dev/ttyUSB0

What else the error cause ?
PD

On Fri, Mar 20, 2009 at 10:53 PM, Alejandro Guerrieri
 wrote:
> You don't have permissions to access the modem. If you're running kannel
> under an underprivileged user, you need to make sure that your user has
> permissions to read/write the modem.
> Hope it helps,
> Alejandro
>



Re: Need help for kannel configuration

2009-03-20 Thread Alejandro Guerrieri
You don't have permissions to access the modem. If you're running kannel
under an underprivileged user, you need to make sure that your user has
permissions to read/write the modem.
Hope it helps,

Alejandro

On Fri, Mar 20, 2009 at 4:50 PM, Paul Darius  wrote:

> Hi all,
>
> I need help for kannel tune-up with the following configuration :
> + OS CentOS 5.2
> + kannel 1.4.1
> + libxml 2.6.26-2.1.2.7
> + machine iPentium 4 core duo
>
> kannel.conf :
>  cat /etc/kannel.conf
> # Default kannel configuration file
> group = core
> admin-port = 13000
> admin-password = admin
> status-password = admin
> #admin-deny-ip = "*.*.*.*"
> #admin-allow-ip = "127.0.0.1"
> smsbox-port = 13001
> #wapbox-port = 13002
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> log-level = 1
>
> group = smsc
> smsc = at
> host = 127.0.0.1
> port = 13013
> smsc-id = itegno
> modemtype = auto
> device = /dev/ttyUSB0
> sms-center = +62
> speed = 115200
>
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13131
> sendsms-chars = "0123456789+"
> global-sender = +6200
> log-file = "/var/log/kannel/smsbox.log"
> log-level = 0
> access-log =  "/var/log/kannel/access.log"
>
> group = modems
> id = WAVECOM
> name = WAVECOM
> detect-string = WAVECOM
> init-string = AT+CNMI=2,1,0,0;+CMEE=1
>
> group = sms-service
> keyword = default
> max-messages = 0
> exec = /usr/local/bin/kannel_incoming %t %q %a
>
> bearerbox.log :
> bearerbox /etc/kannel.conf result :
> 2009-03-20 21:36:13 [0] INFO: Added logfile
> `/var/log/kannel/bearerbox.log' with level `1'.
> 2009-03-20 21:36:13 [0] INFO: 
> 2009-03-20 21:36:13 [0] INFO: Kannel bearerbox II version 1.2.0 starting
> 2009-03-20 21:36:13 [0] INFO: SSL not supported, no SSL initialization
> done.
> 2009-03-20 21:36:17 [0] ERROR: Failed to create Smsc wrapper
> 2009-03-20 21:36:17 [0] PANIC: Cannot start with SMSC connection failing
>
> if kannel services started :
> 2009-03-20 21:36:09 [24028] [6] ERROR: AT2[itegno]: open failed! ERRNO=13
> 2009-03-20 21:36:09 [24028] [6] ERROR: System error 13: Permission denied
> 2009-03-20 21:36:09 [24028] [6] INFO: AT2[itegno]: opening device
> 2009-03-20 21:36:09 [24028] [6] ERROR: AT2[itegno]: open failed! ERRNO=13
> 2009-03-20 21:36:09 [24028] [6] ERROR: System error 13: Permission denied
> 2009-03-20 21:36:09 [24028] [6] INFO: AT2[itegno]: opening device
>
>
> Where are the errors cause ?
>
> PD
>
>


Need help for kannel configuration

2009-03-20 Thread Paul Darius
Hi all,

I need help for kannel tune-up with the following configuration :
+ OS CentOS 5.2
+ kannel 1.4.1
+ libxml 2.6.26-2.1.2.7
+ machine iPentium 4 core duo

kannel.conf :
 cat /etc/kannel.conf
# Default kannel configuration file
group = core
admin-port = 13000
admin-password = admin
status-password = admin
#admin-deny-ip = "*.*.*.*"
#admin-allow-ip = "127.0.0.1"
smsbox-port = 13001
#wapbox-port = 13002
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 1

group = smsc
smsc = at
host = 127.0.0.1
port = 13013
smsc-id = itegno
modemtype = auto
device = /dev/ttyUSB0
sms-center = +62
speed = 115200

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13131
sendsms-chars = "0123456789+"
global-sender = +6200
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log =  "/var/log/kannel/access.log"

group = modems
id = WAVECOM
name = WAVECOM
detect-string = WAVECOM
init-string = AT+CNMI=2,1,0,0;+CMEE=1

group = sms-service
keyword = default
max-messages = 0
exec = /usr/local/bin/kannel_incoming %t %q %a

bearerbox.log :
bearerbox /etc/kannel.conf result :
2009-03-20 21:36:13 [0] INFO: Added logfile
`/var/log/kannel/bearerbox.log' with level `1'.
2009-03-20 21:36:13 [0] INFO: 
2009-03-20 21:36:13 [0] INFO: Kannel bearerbox II version 1.2.0 starting
2009-03-20 21:36:13 [0] INFO: SSL not supported, no SSL initialization done.
2009-03-20 21:36:17 [0] ERROR: Failed to create Smsc wrapper
2009-03-20 21:36:17 [0] PANIC: Cannot start with SMSC connection failing

if kannel services started :
2009-03-20 21:36:09 [24028] [6] ERROR: AT2[itegno]: open failed! ERRNO=13
2009-03-20 21:36:09 [24028] [6] ERROR: System error 13: Permission denied
2009-03-20 21:36:09 [24028] [6] INFO: AT2[itegno]: opening device
2009-03-20 21:36:09 [24028] [6] ERROR: AT2[itegno]: open failed! ERRNO=13
2009-03-20 21:36:09 [24028] [6] ERROR: System error 13: Permission denied
2009-03-20 21:36:09 [24028] [6] INFO: AT2[itegno]: opening device


Where are the errors cause ?

PD



Re: Need help with sending Arabic with diacritics

2009-01-08 Thread tamer qtaish
Thanks Nikos,
I was wondering about that!

I must say, this mailing list is amazing!
My point of view about a mailing list was always, asking and no one
answering,
But that point of view changed totally today after I used this mailing
list...

Best regards,
Tamer Qtaish


  1   2   >