Multipart SMS

2011-12-21 Thread Chpok

I receive SMS from GSM operator with coding=0 and charset=ISO-8859-1. When
the message is not multipart Kannel translates the message but when the
message is multipart I see text like this
D26BBD42EF29A1C56874161909A0C52BB... . 
thanks in advance!
-- 
View this message in context: 
http://old.nabble.com/Multipart-SMS-tp33015382p33015382.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: Help store DLR REPORTS

2011-12-21 Thread Jorge Raimundo
Hi!

On Tue, Dec 20, 2011 at 1:00 PM, Milan P. Stanic m...@arvanta.net wrote:

  This is temporary storage for DLRs and not permanent.

 Read userguide section 'External delivery report (DLR) storage'
 carefully.


I'm sorry, but I can't find on the userguide's section *External delivery
report (DLR) storage* any mention that this is a temporary storage.

Here's the text:
Delivery reports are supported by default internally, which means all DLRs
are stored in the memory of the bearerbox process. This is problematic if
bearerbox crashes or you take the process down in a controlled way, but
there are still DLRs open. Therefore you may use external DLR storage
places, i.e. a MySQL database.

The rest of the section is about specific configurations on the different
types of databases and the configuration groups needed on the config file.

Maybe the paragraph above should be revised to make the temporary storage
clear and avoid such confusions.

Best regards,
Jorge


  [image: Multivision] *Jorge Raimundo
*  RAN Consultant | jorge.raimu...@multivision.pt  .  Rua António Albino
Machado, Nº33, 2ºB.  S. Domingos de Benfica, 1600 - 870 Lisboa  Fixed PT: +351
21 155 20 53 | Mobile PT: +351 91 933 13 67  www.multivision.pt


Sending SMS to multiple destinations via SMPP

2011-12-21 Thread Jorge Raimundo
Hi all!

I've successfully managed to send an SMS via SMPP using kannel, but the
reason why I started using SMPP in the first place is because I was told it
is the best way to send large amounts of messages.

I want to send a bulk SMS with the same text to, let's say, 3000
destinations. Do I need to make 3000 http requests to the kannel smsbox? If
not, how is it done? And how is dlr going to address these messages?

Best regards,
Jorge

-- 

  [image: Multivision] *Jorge Raimundo
*  RAN Consultant | jorge.raimu...@multivision.pt  .  Rua António Albino
Machado, Nº33, 2ºB.  S. Domingos de Benfica, 1600 - 870 Lisboa  Fixed PT: +351
21 155 20 53 | Mobile PT: +351 91 933 13 67  www.multivision.pt


Re: Help store DLR REPORTS

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 10:21, Jorge Raimundo wrote:
 On Tue, Dec 20, 2011 at 1:00 PM, Milan P. Stanic m...@arvanta.net wrote:
   This is temporary storage for DLRs and not permanent.
 
  Read userguide section 'External delivery report (DLR) storage'
  carefully.
 I'm sorry, but I can't find on the userguide's section *External delivery
 report (DLR) storage* any mention that this is a temporary storage.
 
 Here's the text:
 Delivery reports are supported by default internally, which means all DLRs
 are stored in the memory of the bearerbox process. This is problematic if
 bearerbox crashes or you take the process down in a controlled way, but
 there are still DLRs open. Therefore you may use external DLR storage
 places, i.e. a MySQL database.
 
 The rest of the section is about specific configurations on the different
 types of databases and the configuration groups needed on the config file.
 
 Maybe the paragraph above should be revised to make the temporary storage
 clear and avoid such confusions.

You are right. Userguide could be improved but keep in mind that the
Kannel project does not have money so everything is done when someone
have enough time and goodwill to contribute code or documentation.

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code or documents in
proprietary format (word, excel, pps and so on)



Re: Sending SMS to multiple destinations via SMPP

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 10:45, Jorge Raimundo wrote:
 I've successfully managed to send an SMS via SMPP using kannel, but the
 reason why I started using SMPP in the first place is because I was told it
 is the best way to send large amounts of messages.
 
 I want to send a bulk SMS with the same text to, let's say, 3000
 destinations. Do I need to make 3000 http requests to the kannel smsbox? If
 not, how is it done? And how is dlr going to address these messages?

You can use sqlbox for bulk SMS.

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code or documents in
proprietary format (word, excel, pps and so on)



Re: Help store DLR REPORTS

2011-12-21 Thread Jorge Raimundo
Yes, I know, please don't get me wrong.

In fact I'm really pleased and surprised by the amount and quality of the
documentation available.

What I said before was just to say that *read the userguide carefully*
doesn't always apply as a useful answer.

In my case I managed to download, compile, configure and send an SMS using
the userguide.
Only when I reached the point of handling DLR and bulk messages I needed
extra help from the mailing list. This is already very good.

If you allow me to give a suggestion, I would recommend to have the
documentation also in a wiki where users could edit, change, correct and
improve the documentation.
If this was possible, I would gladly have edited the wiki to include these
little changes I've found necessary on the DLR sections.

Best regards,
Joreg

 [image: Multivision] *Jorge Raimundo
*  RAN Consultant | jorge.raimu...@multivision.pt  .  Rua António Albino
Machado, Nº33, 2ºB.  S. Domingos de Benfica, 1600 - 870 Lisboa  Fixed PT: +351
21 155 20 53 | Mobile PT: +351 91 933 13 67  www.multivision.pt


Re: Help store DLR REPORTS

2011-12-21 Thread Milan P. Stanic
On Wed, 2011-12-21 at 11:17, Jorge Raimundo wrote:
 Yes, I know, please don't get me wrong.
 
 In fact I'm really pleased and surprised by the amount and quality of the
 documentation available.
 
 What I said before was just to say that *read the userguide carefully*
 doesn't always apply as a useful answer.

Well, sentence '*read the userguide carefully*' is there because it must
be done that way if anyone want to understand it. And that is because is
not complete or perfect.

There are a lot of users questions on this mailing list from the people
who are lazy to even read userguide once, at least.
 
 In my case I managed to download, compile, configure and send an SMS using
 the userguide.
 Only when I reached the point of handling DLR and bulk messages I needed
 extra help from the mailing list. This is already very good.
 
 If you allow me to give a suggestion, I would recommend to have the
 documentation also in a wiki where users could edit, change, correct and
 improve the documentation.
 If this was possible, I would gladly have edited the wiki to include these
 little changes I've found necessary on the DLR sections.

Personally, I don't think the wiki with open access is good method for
maintaining any documentation but it could be better than nothing.

Best method to help (IMO) is to send patches for code or documentation
to development mailing list where developers can review and (if all is
ok) apply patches.

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code or documents in
proprietary format (word, excel, pps and so on)



Re: Sending SMS to multiple destinations via SMPP

2011-12-21 Thread ha...@aeon.pk
You can use SQLBOX in raw form, or some 3rd party application behind kannel
for bulk messaging.

On Wed, Dec 21, 2011 at 3:45 PM, Jorge Raimundo 
jorge.raimu...@multivision.pt wrote:

 Hi all!

 I've successfully managed to send an SMS via SMPP using kannel, but the
 reason why I started using SMPP in the first place is because I was told it
 is the best way to send large amounts of messages.

 I want to send a bulk SMS with the same text to, let's say, 3000
 destinations. Do I need to make 3000 http requests to the kannel smsbox? If
 not, how is it done? And how is dlr going to address these messages?

 Best regards,
 Jorge

 --

   [image: Multivision] *Jorge Raimundo
 *  RAN Consultant | jorge.raimu...@multivision.pt  .  Rua António Albino
 Machado, Nº33, 2ºB.  S. Domingos de Benfica, 1600 - 870 Lisboa  Fixed PT: +351
 21 155 20 53 | Mobile PT: +351 91 933 13 67  www.multivision.pt




RE: Kannel in Amazon cloud

2011-12-21 Thread Sixto L Santos
Hello Richard,

 

I'm running Kannel on the Amazon cloud, and it's working really well.

 

Try installing the libxml2 development libraries by doing:

 

yum install libxml2-devel

 

Cheers,

Sixto

 

From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On
Behalf Of Richard Crawshaw
Sent: Wednesday, December 21, 2011 12:06 PM
To: users@kannel.org
Subject: Kannel in Amazon cloud

 

Hi

 

Has anyone tried to get Kannel running on one of Amazon's cloud servers?

 

I'm currently having problems getting ./configure to run happily.  It's
complaining about the lack of libxml2; the server confirms that it's
installed, but I can't locate it.

 

Regards

Richard

 



Richard Crawshaw 
Software Developer 






 http://www.the-contactgroup.com www.the-contactgroup.com


Contact Group 
Telephone (UK): 0844 448 4422 
Telephone (ROI): 0818 286 795 
Mobile : 0786 625 9418 
Direct Facsimile: 0844 448 9090 
Email: richard.craws...@the-contactgroup.com 
Web Site: www.the-contactgroup.com 
Twitter: @contactgroup 


 

 
http://www.the-contactgroup.com/news/latest-news/contact-group-wins-technol
ogy-supplier-of-the-year-at-the-educationinvestor-awards/ EducationInvestor
Awards - Technology Supplier of the Year 2011 WINNER

 


This e-mail is intended for the above named only. It may contain private and
confidential information or material that is privileged. If it has come to
you in error you must take no action based upon it, nor must you copy or
show it to anyone. Please return the message immediately to
postmas...@the-contactgroup.com The Validity of any pricing information
contained herein is 30 days unless otherwise stated. E  OE. Standard terms
and conditions apply. Service by Truancy Call Ltd. Registered in England No.
4125665. Registered office: Lonsdale House, 52 Blucher Street, Birmingham,
B1 1QU. Data Protection No. Z7911829

 

image001.gif

Re: Help store DLR REPORTS

2011-12-21 Thread Carlos Massoglia Lillo
You can use SQLBOX. It has two tables sent_sms and send_sms. In sent_sms
table are saved the DLR automatically. 

best regards,

El mié, 21-12-2011 a las 13:43 +0100, mohamed keita escribió:
 Hello
 
 I read the documentation(user documentation) on dlr. I uninstalled and
 recompiled kannel with  - with-mysql. Then I update my  core group by
 adding dlr-storage = mysql. I added the following lines to my
 configuration lines.
 
 # Configuration connection mysql
 group = mysql-connection
 id = mydlr
 host = localhost
 username = root
 password = fyle
 database = kannel
 max-connections =2
 
 # Groupe dlr-db(stocker les informations sur les sms envoyés)
 
 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
 
 but i have no datas in my database.
 
 
 I have no data in my database.
 
 
 
 I 
 
 
 
 field-boxc-id = boxc
 
 

-- 
Carlos Massoglia Lillo
Gerencia de Innovación y Desarrollo
MindFree Ingeniería Limitada
www.mindfree.cl




Re: Kannel can not receive sms

2011-12-21 Thread techbrainless

Hi thanks alot for your reply , but when I add the line 
sim-buffering = true
...
message-storage = SM

I got the  error 

by the way i also tried to make 
message-storage = ME but got the same error message

here is the error message

2011-12-21 23:35:43 [2264] [6] INFO: AT2[/dev/rfcomm0]: init device
2011-12-21 23:35:43 [2264] [6] INFO: AT2[/dev/rfcomm0]: speed set to 19200
2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATZ^M
2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATZ
2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATF^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATF
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATE0^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATE0
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+IFC=2,2^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPIN?^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- +CPIN: READY
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CMGF=0^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CSMS=?^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- +CSMS: (0)
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: --
ATZ+CNMI=1,2,0,1,0;+CMEE=1^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPMS=SM^M
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPMS=SM
2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ERROR
2011-12-21 23:35:44 [2264] [6] ERROR: AT2[/dev/rfcomm0]: Generic error:
ERROR
2011-12-21 23:35:44 [2264] [6] ERROR: AT2[/dev/rfcomm0]: Initialization of
device failed.
2011-12-21 23:35:44 [2264] [6] INFO: AT2[/dev/rfcomm0]: Closing device
2011-12-21 23:35:44 [2264] [6] INFO: AT2[/dev/rfcomm0]: Closing device




Alvaro Cornejo wrote:
 
 Hi
 
 It should be something with the cnmi commad. That is the command that
 tells the modem to fwd incomming messages to kannel. If it is not well
 configured, kannel will not receive the message as it is your case..
 
 A workarroud is to set sim-buffering=true in your config. in thie case
 kannel peridically check for messages in the phone.
 
 Hope helps
 
 Alvaro
 
 
 On 12/20/11, techbrainless techbrainl...@gmail.com wrote:

 Hi All.
 Any reply , plz help me !1

 techbrainless wrote:

 Hi All,

 I am using Nokia 6680 as gsm modem to configure it with the
 kannel(1.4.3)
 via bluetooth ,

 I am able to receive sms to above phone while it is connected to my
 machine but kannel can not received it (no logs indicating receiving of
 sms)

 by the way I am using Ubuntu 10.10.

 Your help would be highly appreciated



 #taif /var/log/syslog
 Dec  7 23:01:02 test-pc bluetoothd[1126]: Discovery session 0x206bd448
 with :1.49 activated
 Dec  7 23:01:11 test-pc bluetoothd[1126]: Stopping discovery
 Dec  7 23:01:11 test-pc bluetoothd[1126]: Authentication requested
 Dec  7 23:01:11 test-pc bluetoothd[1126]: link_key_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:11 test-pc bluetoothd[1126]: pin_code_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:17 test-pc bluetoothd[1126]: link_key_notify
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA, type=0)
 Dec  7 23:01:17 test-pc bluetoothd[1126]: probe failed with driver
 input-headset for device /org/bluez/1076/hci0/dev_00_16_4E_1A_D8_BA
 Dec  7 23:01:27 test-pc bluetoothd[1126]: link_key_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:27 test-pc modem-manager: (tty/rfcomm0): could not get
 port's
 parent device
 Dec  7 23:01:27 test-pc modem-manager: (rfcomm0) opening serial
 device...
 Dec  7 23:01:27 test-pc modem-manager: (rfcomm0): probe requested by
 plugin 'Generic'
 Dec  7 23:01:28 test-pc modem-manager: (rfcomm0) closing serial
 device...
 Dec  7 23:01:28 test-pc modem-manager: (rfcomm0) opening serial
 device...
 Dec  7 23:01:28 test-pc modem-manager: (Generic): GSM modem
 /sys/devices/pci:00/:00:1d.2/usb3/3-1 claimed port rfcomm0
 Dec  7 23:01:28 test-pc modem-manager: Added modem
 /sys/devices/pci:00/:00:1d.2/usb3/3-1
 Dec  7 23:01:28 test-pc modem-manager: (tty/rfcomm0): outstanding
 support
 task prevents export of /sys/devices/pci:00/:00:1d.2/usb3/3-1
 Dec  7 23:01:28 

Re: Kannel can not receive sms

2011-12-21 Thread Alvaro Cornejo
It likely didn't like CPMS command... maybe not supported by your
modem... Change CMEE=1 to +2 to see if you get more verbose error.

Else try to play with CNMI command.

Have you tried to get the AT command reference manual for your modem?
It might help choosing the right values.

Regards

Alvaro

On 12/21/11, techbrainless techbrainl...@gmail.com wrote:

 Hi thanks alot for your reply , but when I add the line
 sim-buffering = true
 ...
 message-storage = SM

 I got the  error

 by the way i also tried to make
 message-storage = ME but got the same error message

 here is the error message

 2011-12-21 23:35:43 [2264] [6] INFO: AT2[/dev/rfcomm0]: init device
 2011-12-21 23:35:43 [2264] [6] INFO: AT2[/dev/rfcomm0]: speed set to 19200
 2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATZ^M
 2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATZ
 2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:43 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATF^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATF
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATE0^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ATE0
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+IFC=2,2^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPIN?^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- +CPIN: READY
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CMGF=0^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CSMS=?^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- +CSMS: (0)
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: --
 ATZ+CNMI=1,2,0,1,0;+CMEE=1^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- OK
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPMS=SM^M
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- AT+CPMS=SM
 2011-12-21 23:35:44 [2264] [6] DEBUG: AT2[/dev/rfcomm0]: -- ERROR
 2011-12-21 23:35:44 [2264] [6] ERROR: AT2[/dev/rfcomm0]: Generic error:
 ERROR
 2011-12-21 23:35:44 [2264] [6] ERROR: AT2[/dev/rfcomm0]: Initialization of
 device failed.
 2011-12-21 23:35:44 [2264] [6] INFO: AT2[/dev/rfcomm0]: Closing device
 2011-12-21 23:35:44 [2264] [6] INFO: AT2[/dev/rfcomm0]: Closing device




 Alvaro Cornejo wrote:

 Hi

 It should be something with the cnmi commad. That is the command that
 tells the modem to fwd incomming messages to kannel. If it is not well
 configured, kannel will not receive the message as it is your case..

 A workarroud is to set sim-buffering=true in your config. in thie case
 kannel peridically check for messages in the phone.

 Hope helps

 Alvaro


 On 12/20/11, techbrainless techbrainl...@gmail.com wrote:

 Hi All.
 Any reply , plz help me !1

 techbrainless wrote:

 Hi All,

 I am using Nokia 6680 as gsm modem to configure it with the
 kannel(1.4.3)
 via bluetooth ,

 I am able to receive sms to above phone while it is connected to my
 machine but kannel can not received it (no logs indicating receiving of
 sms)

 by the way I am using Ubuntu 10.10.

 Your help would be highly appreciated



 #taif /var/log/syslog
 Dec  7 23:01:02 test-pc bluetoothd[1126]: Discovery session 0x206bd448
 with :1.49 activated
 Dec  7 23:01:11 test-pc bluetoothd[1126]: Stopping discovery
 Dec  7 23:01:11 test-pc bluetoothd[1126]: Authentication requested
 Dec  7 23:01:11 test-pc bluetoothd[1126]: link_key_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:11 test-pc bluetoothd[1126]: pin_code_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:17 test-pc bluetoothd[1126]: link_key_notify
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA, type=0)
 Dec  7 23:01:17 test-pc bluetoothd[1126]: probe failed with driver
 input-headset for device /org/bluez/1076/hci0/dev_00_16_4E_1A_D8_BA
 Dec  7 23:01:27 test-pc bluetoothd[1126]: link_key_request
 (sba=00:15:83:15:A3:10, dba=00:16:4E:1A:D8:BA)
 Dec  7 23:01:27 test-pc modem-manager: (tty/rfcomm0): could not get
 port's
 parent device
 Dec  7 23:01:27 test-pc modem-manager: (rfcomm0) opening serial
 device...
 Dec  7 23:01:27 test-pc modem-manager: (rfcomm0): probe requested by
 plugin 'Generic'
 Dec  7 23:01:28 test-pc modem-manager: (rfcomm0) closing serial
 device...
 Dec  7 23:01:28 test-pc modem-manager: (rfcomm0) opening serial
 device...
 

Re:8

2011-12-21 Thread Mohamed Ould Mohamed Salem

..Be happy every day!  http://karate-chur.ch/friends.group.php?zSection=02e6