german net O2 and picture messages

2003-07-15 Thread Thorben Hischke
Hi all, I am sending picture messages to the german networks D1, Vodafone D2 and Eplus. I know how to create the UDH and data field and everything works fine for these three networks, but while trying the network O2 nothings seems to happen. I can send an operatorlogo and this comes alive on my

Is http interface the only way to send sms ?

2003-07-15 Thread Rudy T.
Dear All, Thank you for opening this email. I have two questions regarding sending and receiving sms (sorry for such elementary questions, I already tried to look for answer in the mail archive). 1) Is the http interface (cgi-bin/sendsms) the *only* way to send sms ? If no, what is that othe

MCC/MNC codes

2003-07-15 Thread Alex Kinch
Anyone got an up-to-date list of all the GSM operator's MCC/MNC codes they can mail me? There seem to be a few copies lying around the web, but it'd be good to have an up to date version.   Thanks Alex

WAP security

2003-07-15 Thread Martin Goldman
Hi folks, I apologize for what probably appears to be another very elementary question to most of you, but I've been unable to find directions on how to do this on the Kannel website. I've got Kannel [1.2.1] running as a WAP gateway, and it works great. Now that I've gotten it this far, I'd like

Binary data

2003-07-15 Thread Chirag Parekh
Hi, I am using cygwin kannel 1.2.1. In my scenario, SMSC is sending me binary data which is coming correct in kannel.log. I also see that my access.log sets the mclass=4 and coding =2. But in access.log, when it displays the binary message, it does a gsm_to_latin1 conversion and display all

RE: siemens seo problems

2003-07-15 Thread Illimar Reinbusch
Here it comes (my siemens LOGO coding) : $bmpfile = @fopen($bmpfile_name,"rb"); $bmp = @fread($bmpfile, filesize($bmpfile_name)); $siemens_file_size = strlen($bmp); fclose($bmpfile); $bmp = join("", unpack("H*", $bmp)); $bmp = preg_replace("/(..)/", "%$1", $bmp); $siemens_file_name = "logo.bmp"

compile cygwin

2003-07-15 Thread Chirag Parekh
Hi, How do i change and compile the cygwin code? I need to make some changes in the code and compile again? Can i do that for cygwin releases? How? Thanks, Chirag ___ Click below to experience Sooraj R Barjatya's latest offering 'Main Prem Ki D

help me..(on mms binary headers)

2003-07-15 Thread nicola.palmieri
hi all, (sorry for my english),i have a problem. I am trying to send a MMS notification whit kannel and i must encoding the notification-id. I have found some examples in the archives of the MAILING LIST and I have understood that the SI must be encode in hex and whit the standard code wina..for

manipulating ucp packets sent by kannel

2003-07-15 Thread sam
please! really need help for it! thanks Sam sam a écrit : Hi, I need to connect to an operator which uses some ucp fields to exchange some informations. For example, I have to get an ID from the HPLMN field in a UCP52 message when I receive SMS from a phone and to resend this ID in the AC field

MaximumGroupsize configuration

2003-07-15 Thread Farid Mirbaha
Hi all, I was wondering if someone could help us with the following issue. We are looking for a way to configure the Kannel Gateway to allow clients to advertise desired MaximumGroupsize of the extended WTP headers (currently restricted to 1405). We are in the proccess of developing a customer sp

Re: Special characters

2003-07-15 Thread Eric Diwouta-Loth
Hi, I also have problems when sending sms in french, with accentuated caracters like "é" "à". cheers, EDL Selon Chirag Parekh <[EMAIL PROTECTED]>: > Hi, > > I am using Cygwin Kannel 1.2.1. I am able to send and receive > binary data. However from the dump i see that i dont receive > ce

Special characters

2003-07-15 Thread Chirag Parekh
Hi, I am using Cygwin Kannel 1.2.1. I am able to send and receive binary data. However from the dump i see that i dont receive certain characters as i should get them. For example, I am expecting 4D43475300E8030100041603000116006F0FC1DEDA4DA303

Itegno WM1080A

2003-07-15 Thread Gideon N. Guillen
Hi, Is there anybody here who was able to use the ITegno WM1080A GPRS modem as an AT-SMSC under Linux? How were you able to make Kannel user this? Do I need to load any special Linux kernel module to use this?