Re: Network Initiated USSR

2010-02-17 Thread GSM Revolution
Hi Elton, I do not see any optional parameters for Network Initiated USSR in captured log. I am setting metadata in kannel url but captured log is not showing anything. Can you please clarify it. Thanks On 2/16/10, Elton Hoxha elt...@gmail.com wrote: Your packets look normal, identical like

Re: UNICODE with Kannel

2010-02-17 Thread Benaiad
Hi Puneet, I'm using java to send and receive sms through Kannel wap and sms gateway, and I do the following steps: # For MO's: - add mo-recode = true in smsbox group - in the servlet; I get the text (value of %a) in ISO-8859-1 and covert it to utf-8 using: text = new

TLV issue

2010-02-17 Thread GSM Revolution
Hi, i am using kannel version cvs-20100121 for USSD push . i am sending metadata in http url in proper url encoded format , but do not find TLV parameters in kannel log file. Do i need any modification for this in kannel codes? please confirm me. Thanks Regards Ricky

Re: TLV issue

2010-02-17 Thread Alejandro Guerrieri
Then you're probably doing something wrong in your configuration or request. The CVS version you're using supports TLV's for sure. We can't help you without logs and some examples on what you're doing... Regards, Alex On Wed, Feb 17, 2010 at 3:36 PM, GSM Revolution gsm@gmail.com wrote:

XML Post and dlr-url

2010-02-17 Thread oscar cassetti
Hello All, I have been stuck on configuring the dlr-url in the XML-POST. To generate the XML I use the Perl Library XML::Writer On an Perl script I do something like this #DLR Parameter my $amp = URI::Escape::uri_escape('') ; my $dlr_url = '

PANIC then geting DLR from SMPP.

2010-02-17 Thread Jens Haag
Hi! kannel PANIC then i using DLR..I got this all the time (then sending SMS): 2010-02-17 16:59:41 [23948] [4] DEBUG: SMSC[SMPP:server2.msgtoolbox.com:2775/2775:ICITG1_1:G1]: creating DLR message 2010-02-17 16:59:41 [23948] [4] DEBUG:

Kannel Status URL's

2010-02-17 Thread kiran.re...@mpowerglobal.in
Hi Nikos Balkanas, 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)

RE: Telnet device

2010-02-17 Thread info.ubichip
Hello all, Just to make an update, I still got my two issues. It appears the modem generated a carriage return before the login string 'username:', it should disturb the login process. If someone got any clue or idea to make modification ? The ^M looks not working as well to insert a carriage

Re: Telnet device

2010-02-17 Thread Nikos Balkanas
Please post configuration. BR, Nikos - Original Message - From: info.ubichip info.ubic...@free.fr To: 'Alvaro Cornejo' cornejo.alv...@gmail.com; users@kannel.org Sent: Thursday, February 18, 2010 8:07 AM Subject: RE: Telnet device Hello all, Just to make an update, I still got my

RE: Telnet device

2010-02-17 Thread info.ubichip
In sms_at.c, the following function looks not make the good thing : static int at2_login_device(PrivAT2data *privdata) { info(0, AT2[%s]: Logging in, octstr_get_cstr(privdata-name)); at2_read_buffer(privdata, 0); gwthread_sleep(0.5); at2_read_buffer(privdata, 0);

Re: Telnet device

2010-02-17 Thread Iain Dooley
Interesting side note, if you're using vim and need to generate ^M, you don't type ^ and then M, ie. shift + 6, then shift + M, you have to type: ctrl + v ctrl + m then you see ^M ... you can also type ctrl + v ctrl + enter which produces ^@ cheers iain On Thu, 18 Feb 2010, Nikos Balkanas

Re: XML Post and dlr-url

2010-02-17 Thread Nikos Balkanas
Hi, For Perl questions address a perl group. Besides this is not an XML-POST. This is a simple GET with variables in the URL. Additionally you don't seem to bind dlr-url at all. You have a lot of issues to resolve, none of them apparently with kannel. BR, Nikos - Original Message -

Re: Kannel Status URL's

2010-02-17 Thread Nikos Balkanas
Hi, Is this a followup to a previous mail of mine? Why do you address me personally? When addressing list please use 'Hi', 'Dear all' or whatever you like. Nikos - Original Message - From: kiran.re...@mpowerglobal.in To: Users mailing list ; Nikos Balkanas ; Nikos Balkanas

Kannel Status URl ?

2010-02-17 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

Re: PANIC then geting DLR from SMPP.

2010-02-17 Thread Nikos Balkanas
Hi, This refers to smsbox_list_rwlock. It seems it is at this point invalid. Since it was created OK (else it would have panicked on creation), it probably means that some memory corruption is taking place. Please include an smsc-id in your smsc configuration (something simple). If problem

Re: Telnet device

2010-02-17 Thread Nikos Balkanas
Yeap. That was my original observation to Alvaro who originally proposed it. However, this is a modem, not vim, and Alvaro is one of the most experienced with it in the group ;-) Coincidence or just staying with tradition in vim? BR, Nikos - Original Message - From: Iain Dooley