CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread jyotiranjan panda
Hi,
I am trying to use Nokia 30 gsm modem with kannel. My configuration is

group = smsc
smsc = at
smsc-id = nokia
modemtype = auto
device = /dev/ttyS0
pin = 2345
my-number = 123123123123
connect-allow-ip = 127.0.0.1

group = modems
id = auto
name = Nokia Phone
init-string = ATZ
detect-string = Nokia Mobile Phone


When sending sms one by one its working fine . All MTs are sent successfully
and DLR also receive successfully.

The issue comes when I send sms in bulk . I send 200 MTs at a time. All the
MTs are sent successfully But while fetching DLR the following error occurs

2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: -- +CMS ERROR: 301
2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: +CMS ERROR: 301
2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: SMS service of
ME reserved (301)
2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: send command status: 1

Please suggest to solve the problem.

Thanks  Regards
Jyoti Ranjan Panda


Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread Nikos Balkanas
Hi,

Your init-string is wrong. What you have is the default reset-string. You need 
to configure AT+CNMI in your init-string, so that your modem knows what to do 
with incoming SMS.

BR,
Nikos
  - Original Message - 
  From: jyotiranjan panda 
  To: Kannel User 
  Sent: Tuesday, February 16, 2010 11:17 AM
  Subject: CMS ERROR: SMS service of ME reserved (301) with Nokia modem


  Hi,
  I am trying to use Nokia 30 gsm modem with kannel. My configuration is 

  group = smsc
  smsc = at
  smsc-id = nokia
  modemtype = auto
  device = /dev/ttyS0
  pin = 2345
  my-number = 123123123123
  connect-allow-ip = 127.0.0.1

  group = modems
  id = auto
  name = Nokia Phone
  init-string = ATZ
  detect-string = Nokia Mobile Phone


  When sending sms one by one its working fine . All MTs are sent successfully 
and DLR also receive successfully.

  The issue comes when I send sms in bulk . I send 200 MTs at a time. All the 
MTs are sent successfully But while fetching DLR the following error occurs

  2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: -- +CMS ERROR: 301
  2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: +CMS ERROR: 301
  2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: SMS service of 
ME reserved (301)
  2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: send command status: 1

  Please suggest to solve the problem.

  Thanks  Regards
  Jyoti Ranjan Panda


[ANNOUNCE] Meeting opportunity at GSMA MWC 2010

2010-02-16 Thread Stipe Tolj
Dear subscribers,

as you may have noticed from our main web page, some of the core developers are
attending the GSMA Mobile World Congress 2010 in Barcelona, Spain.

If you are a GSM/CMDA network operator or an enterprise representative, and
would like to meet us on the venue either

a) to discuss commercial add-ons we provide
   - Kannel SMPP v3.4 server
   - Kannel SMPP v3.4 proxy filter
   - Kannel CG (carrier-grade) WAP 1.2.1/2.0 gateway
   - Kannel MMSC
   - Kannel Management Interface

b) to discuss about commercial support (SLAs) for Kannel deployments

please feel free to contact us via email or local GSM numbers to coordinate
meeting time. Please also note that our schedules are already pretty dense, and
we're not expected to be available ad-hoc.

The general Kannel Group meeting place is:
http://www.kannel.org/objects/mwc2010_kannel_meeting_point.pdf

Stipe Tolj, GSM +34622891576, stolj at kannel dot org.

-- 
---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---



Addons

2010-02-16 Thread LoLoVioLo

Hi,

I let you know that the link to the webmin module is broken on 
http://www.kannel.org/addons.shtml

Otherway, I wonder where I can find information on other kannel addons  
like sqlbox and smppbox. Does this projects still active ?


Thanks

LoLoVioLo



Re: [ANNOUNCE] Meeting opportunity at GSMA MWC 2010

2010-02-16 Thread Stipe Tolj
Stipe Tolj schrieb:

 The general Kannel Group meeting place is:
 http://www.kannel.org/objects/mwc2010_kannel_meeting_point.pdf
 
 Stipe Tolj, GSM +34622891576, stolj at kannel dot org.

also available for meetings:

Alexander Malysh, amalysh at kannel dot org.



Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread jyotiranjan panda
Thanks Nikos, for your  response.

Now my conf  file is like below

group = modems
id = auto
name = Nokia Phone
init-string = AT+CNMI
#message-storage = ME
detect-string = Nokia Mobile Phone

Then I am getting the following error continuously

2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: opening device
2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: device opened
2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: device opened
2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: init device
2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: speed set to 115200
2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- ATZ^M
2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- AT^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATF^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATF
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATE0^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATE0
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+IFC=2,2^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CPIN?^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CPIN: READY
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CMGF=0^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CSMS=?^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CSMS: (0,1)
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: Phase 2+ is supported
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CSMS=1^M
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CSMS: 1,1,1
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CNMI^M
*2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ERROR*
*2010-02-16 22:03:01 [5792] [6] ERROR: AT2[nokia]: Generic error: ERROR
2010-02-16 22:03:01 [5792] [6] ERROR: AT2[nokia]: Opening failed.
Terminating*
2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: closing device
2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: opening device
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: device opened
2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: device opened
2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: init device

Please suggest.

Regards
Jyoti Ranjan Panda



On Tue, Feb 16, 2010 at 3:14 PM, Nikos Balkanas n...@amdtelecom.net wrote:

  Hi,

 Your init-string is wrong. What you have is the default reset-string. You
 need to configure AT+CNMI in your init-string, so that your modem knows what
 to do with incoming SMS.

 BR,
 Nikos

 - Original Message -
 *From:* jyotiranjan panda tell2jy...@gmail.com
 *To:* Kannel User users@kannel.org
 *Sent:* Tuesday, February 16, 2010 11:17 AM
 *Subject:* CMS ERROR: SMS service of ME reserved (301) with Nokia modem

 Hi,
 I am trying to use Nokia 30 gsm modem with kannel. My configuration is

 group = smsc
 smsc = at
 smsc-id = nokia
 modemtype = auto
 device = /dev/ttyS0
 pin = 2345
 my-number = 123123123123
 connect-allow-ip = 127.0.0.1

 group = modems
 id = auto
 name = Nokia Phone
 init-string = ATZ
 detect-string = Nokia Mobile Phone


 When sending sms one by one its working fine . All MTs are sent
 successfully and DLR also receive successfully.

 The issue comes when I send sms in bulk . I send 200 MTs at a time. All the
 MTs are sent successfully But while fetching DLR the following error occurs

 2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: -- +CMS ERROR: 301
 2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: +CMS ERROR:
 301
 2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: SMS service of
 ME reserved (301)
 2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: send command status: 1

 Please suggest to solve the problem.

 Thanks  Regards
 Jyoti Ranjan Panda




Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread Nikos Balkanas
Hi,

I didn't tell you to use:

init-string = AT+CNMI

but rather to configure it. For that you will have to consult modems.conf for 
examples and your modem's manual.

BR,
Nikos
  - Original Message - 
  From: jyotiranjan panda 
  To: Nikos Balkanas 
  Cc: Kannel User 
  Sent: Tuesday, February 16, 2010 1:11 PM
  Subject: Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem


  Thanks Nikos, for your  response.

  Now my conf  file is like below

  group = modems
  id = auto
  name = Nokia Phone
  init-string = AT+CNMI
  #message-storage = ME
  detect-string = Nokia Mobile Phone

  Then I am getting the following error continuously 

  2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: opening device
  2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: device opened
  2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: device opened
  2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: init device
  2010-02-16 22:03:00 [5792] [6] INFO: AT2[nokia]: speed set to 115200
  2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- ATZ^M
  2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:00 [5792] [6] DEBUG: AT2[nokia]: -- AT^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATF^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATF
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATE0^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ATE0
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+IFC=2,2^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CPIN?^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CPIN: READY
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CMGF=0^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CSMS=?^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CSMS: (0,1)
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: Phase 2+ is supported
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CSMS=1^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- +CSMS: 1,1,1
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- OK
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- AT+CNMI^M
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: -- ERROR
  2010-02-16 22:03:01 [5792] [6] ERROR: AT2[nokia]: Generic error: ERROR
  2010-02-16 22:03:01 [5792] [6] ERROR: AT2[nokia]: Opening failed. Terminating
  2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: closing device
  2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: opening device
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: device opened
  2010-02-16 22:03:01 [5792] [6] DEBUG: AT2[nokia]: device opened
  2010-02-16 22:03:01 [5792] [6] INFO: AT2[nokia]: init device

  Please suggest.

  Regards
  Jyoti Ranjan Panda




  On Tue, Feb 16, 2010 at 3:14 PM, Nikos Balkanas n...@amdtelecom.net wrote:

Hi,

Your init-string is wrong. What you have is the default reset-string. You 
need to configure AT+CNMI in your init-string, so that your modem knows what to 
do with incoming SMS.

BR,
Nikos
  - Original Message - 
  From: jyotiranjan panda 
  To: Kannel User 
  Sent: Tuesday, February 16, 2010 11:17 AM
  Subject: CMS ERROR: SMS service of ME reserved (301) with Nokia modem


  Hi,
  I am trying to use Nokia 30 gsm modem with kannel. My configuration is 

  group = smsc
  smsc = at
  smsc-id = nokia
  modemtype = auto
  device = /dev/ttyS0
  pin = 2345
  my-number = 123123123123
  connect-allow-ip = 127.0.0.1

  group = modems
  id = auto
  name = Nokia Phone
  init-string = ATZ
  detect-string = Nokia Mobile Phone


  When sending sms one by one its working fine . All MTs are sent 
successfully and DLR also receive successfully.

  The issue comes when I send sms in bulk . I send 200 MTs at a time. All 
the MTs are sent successfully But while fetching DLR the following error occurs

  2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: -- +CMS ERROR: 301
  2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: +CMS ERROR: 
301
  2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: SMS service 
of ME reserved (301)
  2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: send command status: 1

  Please suggest to solve the problem.

  Thanks  Regards
  Jyoti Ranjan Panda




Re: Addons

2010-02-16 Thread Nikos Balkanas
Thanks for the tip about webmin. Once admins return from Barcelona they 
should look it over.


SMPPbox is a commercial SMPP proxy, i.e. it accepts incoming smpp 
connections from other providers and connects to a bearerbox which routes 
them to their final destination. For info talk to Stipe s...@tolj.org.


You can get SQLBox from http://www.kannel.org/~aguerrieri/SqlBox/. It is a 
modified smsbox specializing in batch pushing SMS through a database.


BR,
Nikos


- Original Message - 
From: LoLoVioLo lolovi...@hotmail.com

To: users@kannel.org
Sent: Tuesday, February 16, 2010 1:00 PM
Subject: Addons



Hi,

I let you know that the link to the webmin module is broken on 
http://www.kannel.org/addons.shtml


Otherway, I wonder where I can find information on other kannel addons 
like sqlbox and smppbox. Does this projects still active ?


Thanks

LoLoVioLo






Invitation to connect on LinkedIn

2010-02-16 Thread Amritesh Rachelwar
LinkedIn


   
I'd like to add you to my professional network on LinkedIn.

- Amritesh

Confirm that you know Amritesh Rachelwar
https://www.linkedin.com/e/isd/1077763785/QR1KAgSf/



 
--
(c) 2010, LinkedIn Corporation

Invitation to connect on LinkedIn

2010-02-16 Thread Amritesh Rachelwar
LinkedIn


   
I'd like to add you to my professional network on LinkedIn.

- Amritesh

Confirm that you know Amritesh Rachelwar
https://www.linkedin.com/e/isd/1077763781/vYkeUjC0/



 
--
(c) 2010, LinkedIn Corporation

Re: Invitation to connect on LinkedIn

2010-02-16 Thread seikath
thank you very much ..

On 02/16/2010 04:21 PM, Amritesh Rachelwar wrote:
 
 
 
   LinkedIn
 
 I'd like to add you to my professional network on LinkedIn.
 
 - Amritesh
 
 Confirm that you know Amritesh
 https://www.linkedin.com/e/isd/1077763781/vYkeUjC0/
 
 © 2010, LinkedIn Corporation
 



Re: Invitation to connect on LinkedIn

2010-02-16 Thread seikath
yep, its nice to have a mailing list in your list of business contacts :)

heh

On 02/16/2010 07:05 PM, Nikos Balkanas wrote:
 Just about everyone in the list was invited. People don't rush, there is
 room for everybody! ;-)
 
 - Original Message - From: seikath seik...@gmail.com
 Cc: users users@kannel.org
 Sent: Tuesday, February 16, 2010 4:53 PM
 Subject: Re: Invitation to connect on LinkedIn
 
 
 thank you very much ..

 On 02/16/2010 04:21 PM, Amritesh Rachelwar wrote:



   LinkedIn

 I'd like to add you to my professional network on LinkedIn.

 - Amritesh

 Confirm that you know Amritesh
 https://www.linkedin.com/e/isd/1077763781/vYkeUjC0/

 © 2010, LinkedIn Corporation

 
 
 
 



Re: Invitation to connect on LinkedIn

2010-02-16 Thread Alejandro Guerrieri
Can I add it to Facebook and Twitter as well? Please please please! :D

On Tue, Feb 16, 2010 at 6:18 PM, seikath seik...@gmail.com wrote:

 yep, its nice to have a mailing list in your list of business contacts :)

 heh

 On 02/16/2010 07:05 PM, Nikos Balkanas wrote:
  Just about everyone in the list was invited. People don't rush, there is
  room for everybody! ;-)
 
  - Original Message - From: seikath seik...@gmail.com
  Cc: users users@kannel.org
  Sent: Tuesday, February 16, 2010 4:53 PM
  Subject: Re: Invitation to connect on LinkedIn
 
 
  thank you very much ..
 
  On 02/16/2010 04:21 PM, Amritesh Rachelwar wrote:
 
 
 
LinkedIn
 
  I'd like to add you to my professional network on LinkedIn.
 
  - Amritesh
 
  Confirm that you know Amritesh
  https://www.linkedin.com/e/isd/1077763781/vYkeUjC0/
 
  © 2010, LinkedIn Corporation
 
 
 
 
 




Kannel and Blackberry Pearl

2010-02-16 Thread Webmaster HC
Hi,

Does anyone here have any experience of setting up a Blackberry Pearl with 
Kannel? Do I need a specific modems.conf file?

I am getting a errno:16 when I try to run the connection using a Mac OSX and a 
USB cable (tried pairing as well).

Bests,

Webmaster HC


Telnet device

2010-02-16 Thread info.ubichip
Hello,

Does someone got similar issue ?

Regards
 

-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of info.ubichip
Sent: lundi 15 février 2010 13:49
To: users@kannel.org
Subject: Using Portech modem

Hello All,

I would like to use a portech GSM gateway MV-370 on a kannel 1.4.3 version,
I'm able to send basic sms by hand using telnet as the following example :

Telnet 192.168.1.121

username:voip
password:
User level = admin

Command : logout,module,module1,module2
module
Getting module 1..
Got!! Press 'ctrl-x' to release module 1.

at+cmgf=1
OK
At+cmgs=1122334455
test
+CMGS:30


So I make a configuration in kannel as follow :
group = smsc
smsc = at
smsc-id = portech
allowed-smsc-id = portech
log-level = 0
log-file = /var/log/kannel/portech.log
device = telnet
host = 192.168.1.121
port = 23
login-prompt = username:
password-prompt = password:
smsc-username = voip
smsc-password = 1234
modemtype = portech
validityperiod = 172
keepalive = 10
my-number = 0012345678
sim-buffering = true


I got the following error, it is like the telnet session is not initialized
correctly :

2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: trying to use speed
115200 from modem definition
2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened. Telnet
mode = 1
2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username or
password!!!
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- exit...
2010-02-15 13:44:12 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: Closing device
2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: speed in modem
definition don't work, will autodetect


Does someone got similar issue with this type of modem ?

My second question is : as you could see after the telnet connection, I have
to specify the command 'module' to get full access to the AT command of the
modem, does there is a way to put it in the init-string in the modem
definition ? If yes how to send a carriage return in the init-string
parameter (I have already some AT+CNMI' command to process.


Thanks in advance for your help








Re: Telnet device

2010-02-16 Thread Alvaro Cornejo
I don´t know your modem, but in the cases I know, port 23 is for
managing the modem configs and such.

For using AT interface they usually use a different port. with the
same Telnet protocol... something like Telnet host:2100

Regards

|-|
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, Feb 16, 2010 at 1:06 PM, info.ubichip info.ubic...@free.fr wrote:
 Hello,

 Does someone got similar issue ?

 Regards


 -Original Message-
 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
 Of info.ubichip
 Sent: lundi 15 février 2010 13:49
 To: users@kannel.org
 Subject: Using Portech modem

 Hello All,

 I would like to use a portech GSM gateway MV-370 on a kannel 1.4.3 version,
 I'm able to send basic sms by hand using telnet as the following example :

 Telnet 192.168.1.121

 username:voip
 password:
 User level = admin

 Command : logout,module,module1,module2
module
 Getting module 1..
 Got!! Press 'ctrl-x' to release module 1.

 at+cmgf=1
 OK
 At+cmgs=1122334455
test
 +CMGS:30


 So I make a configuration in kannel as follow :
 group = smsc
 smsc = at
 smsc-id = portech
 allowed-smsc-id = portech
 log-level = 0
 log-file = /var/log/kannel/portech.log
 device = telnet
 host = 192.168.1.121
 port = 23
 login-prompt = username:
 password-prompt = password:
 smsc-username = voip
 smsc-password = 1234
 modemtype = portech
 validityperiod = 172
 keepalive = 10
 my-number = 0012345678
 sim-buffering = true


 I got the following error, it is like the telnet session is not initialized
 correctly :

 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: trying to use speed
 115200 from modem definition
 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
 2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened. Telnet
 mode = 1
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
 2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
 2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username or
 password!!!
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- exit...
 2010-02-15 13:44:12 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: Closing device
 2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: speed in modem
 definition don't work, will autodetect


 Does someone got similar issue with this type of modem ?

 My second question is : as you could see after the telnet connection, I have
 to specify the command 'module' to get full access to the AT command of the
 modem, does there is a way to put it in the init-string in the modem
 definition ? If yes how to send a carriage return in the init-string
 parameter (I have already some AT+CNMI' command to process.


 Thanks in advance for your help










Re: Invitation to connect on LinkedIn

2010-02-16 Thread Marcin Bockowski
2010/2/16 Alejandro Guerrieri alejandro.guerri...@gmail.com:
 Can I add it to Facebook and Twitter as well? Please please please! :D

Don't forget Google Buzz! :-D

-- 
Marcin Boćkowski
tel. +48 79 69 0 69 79



Accounting software

2010-02-16 Thread LoLoVioLo

Hi,

Does anyone know about an accounting Addon to Kannel or third party  
software that can make it possible to manage users, credits, prices,  
routes, etc.


Thanks,
LoLoVioLo



RE: Telnet device

2010-02-16 Thread info.ubichip
In this modem, you could have both in the same telnet session, you just have
to tell to the modem to go in the AT mode, which is done by entering the
command 'module' and then we are in full AT command.

So I got two issues :
- first to tell kannel to connect to it with the correct
login/password which looks to be not the cas
- second, I have to tell the modem to go in the AT mode, which I
assume I could do it by passing the command in the init-string of the modem
(as soon as the init-string accept the carriage return).

If you have any tricks to help me for the first point ?

Thanks in advance

-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: mardi 16 février 2010 11:02
To: info.ubichip
Cc: users@kannel.org
Subject: Re: Telnet device

I don´t know your modem, but in the cases I know, port 23 is for managing
the modem configs and such.

For using AT interface they usually use a different port. with the same
Telnet protocol... something like Telnet host:2100

Regards

|---
--|
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, Feb 16, 2010 at 1:06 PM, info.ubichip info.ubic...@free.fr wrote:
 Hello,

 Does someone got similar issue ?

 Regards


 -Original Message-
 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On 
 Behalf Of info.ubichip
 Sent: lundi 15 février 2010 13:49
 To: users@kannel.org
 Subject: Using Portech modem

 Hello All,

 I would like to use a portech GSM gateway MV-370 on a kannel 1.4.3 
 version, I'm able to send basic sms by hand using telnet as the following
example :

 Telnet 192.168.1.121

 username:voip
 password:
 User level = admin

 Command : logout,module,module1,module2
module
 Getting module 1..
 Got!! Press 'ctrl-x' to release module 1.

 at+cmgf=1
 OK
 At+cmgs=1122334455
test
 +CMGS:30


 So I make a configuration in kannel as follow :
 group = smsc
 smsc = at
 smsc-id = portech
 allowed-smsc-id = portech
 log-level = 0
 log-file = /var/log/kannel/portech.log
 device = telnet
 host = 192.168.1.121
 port = 23
 login-prompt = username:
 password-prompt = password:
 smsc-username = voip
 smsc-password = 1234
 modemtype = portech
 validityperiod = 172
 keepalive = 10
 my-number = 0012345678
 sim-buffering = true


 I got the following error, it is like the telnet session is not 
 initialized correctly :

 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: trying to use 
 speed 115200 from modem definition
 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
 2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened. 
 Telnet mode = 1
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
 2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
 2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username 
 or password!!!
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- exit...
 2010-02-15 13:44:12 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: Closing device
 2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: speed in modem 
 definition don't work, will autodetect


 Does someone got similar issue with this type of modem ?

 My second question is : as you could see after the telnet connection, 
 I have to specify the command 'module' to get full access to the AT 
 command of the modem, does there is a way to put it in the init-string 
 in the modem definition ? If yes how to send a carriage return in the 
 init-string parameter (I have already some AT+CNMI' command to
process.


 Thanks in advance for your help











Re: Accounting software

2010-02-16 Thread Donald Jackson
Hi,

I offer a commercial solution for this which is based on the Kannel platform
which gives users complete control over billing, routing and other things.

It is a high speed solution and does not compromise the speed and integrity
of the Kannel platform significantly. If you would like information on this
product, you can read all about it at http://www.elite-sms-software.com .

In addition to this, I am currently in Barcelona, Spain attending the Mobile
World Congress 2010 so if you would like to meet with me I am available and
can demonstrate this software and its capabilities to you.

Thanks in advance,
Donald





On 16 February 2010 23:52, LoLoVioLo lolovi...@hotmail.com wrote:

 Hi,

 Does anyone know about an accounting Addon to Kannel or third party
 software that can make it possible to manage users, credits, prices, routes,
 etc.

 Thanks,
 LoLoVioLo




-- 
Donald Jackson
http://www.elite-sms-software.com
http://www.ddj.co.za
http://www.thearchitech.com
donald(a)thearchitech.com


Re: Kannel and Blackberry Pearl

2010-02-16 Thread Nikos Balkanas
Hi,

Whenever posting to this list, please include detailed relevant logs + 
configuration. We are good, but we are not psychic, yet.

Nikos
  - Original Message - 
  From: Webmaster HC 
  To: users@kannel.org 
  Sent: Tuesday, February 16, 2010 7:45 PM
  Subject: Kannel and Blackberry Pearl


  Hi,

  Does anyone here have any experience of setting up a Blackberry Pearl with 
Kannel? Do I need a specific modems.conf file?

  I am getting a errno:16 when I try to run the connection using a Mac OSX and 
a USB cable (tried pairing as well).

  Bests,

  Webmaster HC


Re: Kannel and Blackberry Pearl

2010-02-16 Thread Nikos Balkanas
Hi,

By relevant logs we mean give at least +/- 10 lines before/after the problem 
for the right contect. Anyways, there is not enough log to help you with 
bluetooth, but with usb you have an explicit problem: Some other process is 
using your modem. You cannot have 2 different processes controlling the same 
modem at the same time. Maybe another bearerbox in the background?

BR,
Nikos
  - Original Message - 
  From: Webmaster HC 
  To: Nikos Balkanas 
  Cc: users@kannel.org 
  Sent: Wednesday, February 17, 2010 5:11 AM
  Subject: Re: Kannel and Blackberry Pearl


  Nikos,


  Here are all the details. Let me know if there is any other info you need.


  Bests,


  Webmaster HC




  Configuration file:


--




  WHEN PAIRED THROUGH BLUETOOTH:


--






--




  WITH USB CABLE:




--






--




  On Feb 16, 2010, at 7:04 PM, Nikos Balkanas wrote:


Hi,

Whenever posting to this list, please include detailed relevant logs + 
configuration. We are good, but we are not psychic, yet.

Nikos
  - Original Message -
  From: Webmaster HC
  To: users@kannel.org
  Sent: Tuesday, February 16, 2010 7:45 PM
  Subject: Kannel and Blackberry Pearl


  Hi,

  Does anyone here have any experience of setting up a Blackberry Pearl 
with Kannel? Do I need a specific modems.conf file?

  I am getting a errno:16 when I try to run the connection using a Mac OSX 
and a USB cable (tried pairing as well).

  Bests,

  Webmaster HC





--


  Nikos,

  Here are all the details. Let me know if there is any other info you need.

  Bests,

  Webmaster HC


  Configuration file:


  WHEN PAIRED THROUGH BLUETOOTH:


  WITH USB CABLE:



  On Feb 16, 2010, at 7:04 PM, Nikos Balkanas wrote:

   Hi,

   Whenever posting to this list, please include detailed relevant logs + 
configuration. We are good, but we are not psychic, yet.

   Nikos
   - Original Message -
   From: Webmaster HC
   To: users@kannel.org
   Sent: Tuesday, February 16, 2010 7:45 PM
   Subject: Kannel and Blackberry Pearl
   
   Hi,
   
   Does anyone here have any experience of setting up a Blackberry Pearl with 
Kannel? Do I need a specific modems.conf file?
   
   I am getting a errno:16 when I try to run the connection using a Mac OSX 
and a USB cable (tried pairing as well).
   
   Bests,
   
   Webmaster HC



RE: Telnet device

2010-02-16 Thread info.ubichip
Yes, I tried it but it looks I got issue before because the login/password
is not filled in the protocol. I was wondering if something is not well
implemented in the telnet dialogue. Do you have any clue on this before ?

 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
 2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened.
 Telnet mode = 1
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
 2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
 2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username 

The 'username:' string is not recognize, I took a look on hte source code in
smsc_at.c but there is nothing that could explain that.


 

-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: mardi 16 février 2010 20:57
To: info.ubichip
Cc: users@kannel.org
Subject: Re: Telnet device

Did you tried ^M  carret char plus M char ?? This is a sort of character
representation of a carriage return...

Regards

Alvaro

On Tue, Feb 16, 2010 at 5:01 PM, info.ubichip info.ubic...@free.fr wrote:
 In this modem, you could have both in the same telnet session, you 
 just have to tell to the modem to go in the AT mode, which is done by 
 entering the command 'module' and then we are in full AT command.

 So I got two issues :
        - first to tell kannel to connect to it with the correct 
 login/password which looks to be not the cas
        - second, I have to tell the modem to go in the AT mode, which 
 I assume I could do it by passing the command in the init-string of 
 the modem (as soon as the init-string accept the carriage return).

 If you have any tricks to help me for the first point ?

 Thanks in advance

 -Original Message-
 From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
 Sent: mardi 16 février 2010 11:02
 To: info.ubichip
 Cc: users@kannel.org
 Subject: Re: Telnet device

 I don´t know your modem, but in the cases I know, port 23 is for 
 managing the modem configs and such.

 For using AT interface they usually use a different port. with the 
 same Telnet protocol... something like Telnet host:2100

 Regards

 |-
 |--
 --|
 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, Feb 16, 2010 at 1:06 PM, info.ubichip info.ubic...@free.fr
wrote:
 Hello,

 Does someone got similar issue ?

 Regards


 -Original Message-
 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On 
 Behalf Of info.ubichip
 Sent: lundi 15 février 2010 13:49
 To: users@kannel.org
 Subject: Using Portech modem

 Hello All,

 I would like to use a portech GSM gateway MV-370 on a kannel 1.4.3 
 version, I'm able to send basic sms by hand using telnet as the 
 following
 example :

 Telnet 192.168.1.121

 username:voip
 password:
 User level = admin

 Command : logout,module,module1,module2
module
 Getting module 1..
 Got!! Press 'ctrl-x' to release module 1.

 at+cmgf=1
 OK
 At+cmgs=1122334455
test
 +CMGS:30


 So I make a configuration in kannel as follow :
 group = smsc
 smsc = at
 smsc-id = portech
 allowed-smsc-id = portech
 log-level = 0
 log-file = /var/log/kannel/portech.log
 device = telnet
 host = 192.168.1.121
 port = 23
 login-prompt = username:
 password-prompt = password:
 smsc-username = voip
 smsc-password = 1234
 modemtype = portech
 validityperiod = 172
 keepalive = 10
 my-number = 0012345678
 sim-buffering = true


 I got the following error, it is like the telnet session is not 
 initialized correctly :

 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: trying to use 
 speed 115200 from modem definition
 2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
 2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened.
 Telnet mode = 1
 2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
 2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
 2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username 
 or password!!!
 2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- exit...
 2010-02-15 13:44:12 [32013] [8] DEBUG: AT2[portech]: -- AT^M
 2010-02-15 13:44:21 [32013] [8] INFO: 

Re: Telnet device

2010-02-16 Thread Nikos Balkanas
Yes. I have not tried it myself (that's why I used the relative term you 
might try), but this was I believe your reponse to a mail in a similar 
situation Is that wrong?


Nikos
- Original Message - 
From: Alvaro Cornejo cornejo.alv...@gmail.com

To: info.ubichip info.ubic...@free.fr
Cc: users@kannel.org
Sent: Wednesday, February 17, 2010 6:57 AM
Subject: Re: Telnet device


Did you tried ^M  carret char plus M char ?? This is a sort of
character representation of a carriage return...

Regards

Alvaro

On Tue, Feb 16, 2010 at 5:01 PM, info.ubichip info.ubic...@free.fr wrote:
In this modem, you could have both in the same telnet session, you just 
have

to tell to the modem to go in the AT mode, which is done by entering the
command 'module' and then we are in full AT command.

So I got two issues :
- first to tell kannel to connect to it with the correct
login/password which looks to be not the cas
- second, I have to tell the modem to go in the AT mode, which I
assume I could do it by passing the command in the init-string of the 
modem

(as soon as the init-string accept the carriage return).

If you have any tricks to help me for the first point ?

Thanks in advance

-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
Sent: mardi 16 février 2010 11:02
To: info.ubichip
Cc: users@kannel.org
Subject: Re: Telnet device

I don´t know your modem, but in the cases I know, port 23 is for managing
the modem configs and such.

For using AT interface they usually use a different port. with the same
Telnet protocol... something like Telnet host:2100

Regards

|---
--|
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, Feb 16, 2010 at 1:06 PM, info.ubichip info.ubic...@free.fr 
wrote:

Hello,

Does someone got similar issue ?

Regards


-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On
Behalf Of info.ubichip
Sent: lundi 15 février 2010 13:49
To: users@kannel.org
Subject: Using Portech modem

Hello All,

I would like to use a portech GSM gateway MV-370 on a kannel 1.4.3
version, I'm able to send basic sms by hand using telnet as the following

example :


Telnet 192.168.1.121

username:voip
password:
User level = admin

Command : logout,module,module1,module2

module

Getting module 1..
Got!! Press 'ctrl-x' to release module 1.

at+cmgf=1
OK
At+cmgs=1122334455

test

+CMGS:30


So I make a configuration in kannel as follow :
group = smsc
smsc = at
smsc-id = portech
allowed-smsc-id = portech
log-level = 0
log-file = /var/log/kannel/portech.log
device = telnet
host = 192.168.1.121
port = 23
login-prompt = username:
password-prompt = password:
smsc-username = voip
smsc-password = 1234
modemtype = portech
validityperiod = 172
keepalive = 10
my-number = 0012345678
sim-buffering = true


I got the following error, it is like the telnet session is not
initialized correctly :

2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: trying to use
speed 115200 from modem definition
2010-02-15 13:43:50 [32013] [8] INFO: AT2[portech]: opening device
2010-02-15 13:43:50 [32013] [8] DEBUG: Connecting to 192.168.1.121
2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: device opened.
Telnet mode = 1
2010-02-15 13:43:50 [32013] [8] DEBUG: AT2[portech]: -- ^M
2010-02-15 13:43:52 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:43:57 [32013] [8] DEBUG: AT2[portech]: -- username: AT
2010-02-15 13:44:03 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- password: **
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- bad username
or password!!!
2010-02-15 13:44:08 [32013] [8] DEBUG: AT2[portech]: -- exit...
2010-02-15 13:44:12 [32013] [8] DEBUG: AT2[portech]: -- AT^M
2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: Closing device
2010-02-15 13:44:21 [32013] [8] INFO: AT2[portech]: speed in modem
definition don't work, will autodetect


Does someone got similar issue with this type of modem ?

My second question is : as you could see after the telnet connection,
I have to specify the command 'module' to get full access to the AT
command of the modem, does there is a way to put it in the init-string
in the modem definition ? If yes how to send a carriage return in the
init-string parameter (I have already some AT+CNMI' command to

process.



Thanks in advance for your help














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