WAP Push title says Unknown, how to change it to sender

2005-03-17 Thread Marko Helle
Hi all, (Using Kannel 1.4.0.) I just noticed that while WAP Push is working just fine, it has one minor issue: in nokia 6600 it says: - Unknown My Title - in title of wap push. My Title is string set in SI document. I would like to set short code of our service to replace string

Re: WAP Push title says Unknown, how to change it to sender

2005-03-17 Thread Marko Helle
this unnessesary load I have generated here, special thanks and appologies to Jonathan and Aarno for Your help and time I wasted with this bs. :)Marko On Thu, 2005-03-17 at 16:19 +0200, Marko Helle wrote: Hi all, (Using Kannel 1.4.0.) I just noticed that while WAP Push is working just fine

Re: wap push problem

2005-02-09 Thread Marko Helle
Hi Mauricio, I guess You should send following data first: POST /cgi-bin/wap-push.cgi HTTP/1.1 Host: localhost //or what ever Your host is X-Kannel-SMSC: YOURSMSC // add X-Kannel-Headers if needed If You need to send username and password, You can add those in POST url: POST

WAP Push not delivered to specific phone

2005-01-27 Thread Marko Helle
Hi, Can anyone point me direction where to start looking answer for this problem with WAP Pushes. I have tested that my WAP Push goes to Nokia 3100 and Nokia 6310i, but it doesn't go to Nokia 6600. I tryed with two 6600 and both can receive WAP Pushes from other sources. Sending sms through my

RE: Using Kannel for SMS

2004-12-29 Thread Marko Helle
Hi Mohamed, Some experienced Kannel fellows might know whats wrong just to look out put You provided, but I still think most of us couldsee problem points by looking Your config file (there You tell where and how to route Your messages).. So please send Your config file, perhaps even I

RE: Using Kannel for SMS

2004-12-29 Thread Marko Helle
Hi Mohamed, Sorry, with my understanding I cannot point any possible errors in config file (if there is any). If You can configure message which Your smsc simulator sends, then perhaps thismight help to figure out what values to set (output when receiving MO of properly working smpp

RE: setting parameters

2004-12-28 Thread Marko Helle
Hi Josué, I dont know about data coding, but I was strugling with messaging mode, which I solved by changing source code. Messaging mode cannot be set by config files, because Kannel only work in store and forward mode, this value (0x03) is "hard coded" in smsc_smpp.c. (Here I'm

RE: UCP/EMI-Able to send MT but unable to receive MO

2004-11-29 Thread Marko Helle
Hi bw t, I had (perhaps) similar problem that You are having now. I configured kanned and was able to send MT, but couldnt receive MO. My problem was uncomplete configuration, i.e. I defined only port, because I understood that receiver port needed to be defined if it is different than port,

Network operator code - how to get/set it?

2004-11-26 Thread Marko Helle
Hi all, I finally got Kannel up and running, and it works nicely :) Now I have problem with this consept which has many names: - network id - network operator code - NetOp_ID I can see on log files that it is transported via: - source_subaddress in submit_sm - dest_subaddress in deliver_sm How

RE: Sending sms, problem with smsc params (esm_class)

2004-11-23 Thread Marko Helle
-u.submit_sm.esm_class = ESM_CLASS_DEFAULT_SMSC_MODE; should kannel work with this parameter value, or is there something else that I need to change also? Is this attempt anything reasonable or am I just completly lost? Please help me, :)Marko -Original Message- From: Marko Helle [mailto:[EMAIL

Sending sms, problem with smsc params (esm_class)

2004-11-22 Thread Marko Helle
Hi all, I'm trying to configure kannel to work with one smsc. Their spec says that for SUBMIT_SM there should be esm_class set which have values like: - messaging mode - message type - gsm network features - UDHI indicator How can I specify these values to esm_class field? And what is this

Receiving HTTP based MO message

2004-11-16 Thread Marko Helle
Hi All! I'm trying to configure http based smsc to Kannel. Kannel should be able to send and receive sms messages with that smsc. I understand how to send sms; I can do it by requesting this url: http://*.*.*.*:13131/cgi-bin/sendsms?smsc=SMSC1username=unpassword=pwto=1 23456text=Hello+world

RE: Receiving HTTP based MO message

2004-11-16 Thread Marko Helle
Many thanks for Your helpfull replyes :), but I still have one question (later on)... Yes, this (as Kalle described) is exactly what I'm trying to do (both MO and MT, but not having hard time with MO part): -- (MO) HTTP-content gateway --(http)--

RE: Responsing MO

2004-11-12 Thread Marko Helle
-Original Message- From: Rodrigo A. Cremaschi [mailto:[EMAIL PROTECTED] Sent: 11. marraskuuta 2004 15:54 To: Marko Helle; [EMAIL PROTECTED] Subject: Re: Responsing MO Hi Marko, At SMS level there is no time limit, as SMS is not connection oriented. SMSC does not wait for any message

Responsing MO

2004-11-11 Thread Marko Helle
Hello Users, I have been familiarizing my self with kannel last days and mostly understanding how things work, but this thing with MOs I just dont get. When user wants to use my service, 1) he/she sends sms message which goes to smsc 2) smsc then contacts my sms gw (kannel) 3) kannel then makes