SMSC number on MS via the OTA

2003-03-04 Thread Yury Mikhienko
Hi all!

Can I set the SMSC number on MS via the OTA?
Is it possible?

Thanks.
-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz



Re: How does smsbox choose return-SMSC?

2003-02-28 Thread Yury Mikhienko
On Fri, 28 Feb 2003 15:04:06 +0100
Gustav Tresselt [EMAIL PROTECTED] wrote:

 
 After an incoming SMS, and after a service has been
 performed, how does smsbox/kannel choose which SMSC
 the reply will be sent by? [..]
 
 I actually do need some routing after message receipt,
 so as I understand correctly [..]
 I am a bit unsure on this X-Kannel-format though. There's
 a header spec in the doc - but that includes username/pass (!).
 
  I use 3 smsc's and to control routing use the 'denied-smsc-id' in the smsc-group 
  and 'accepted-smsc' parameter in the sms-service 
  In my case response messages are routed for each SMSC without  X-Kannel-SMSC 
  parameter properly.
  But so ok with X-Kannel-SMSC parameter too.
 
 Ah ok, if I understand correctly this is a passive routing,
 where you have decided on forehand which services will
 return to which SMSCs.
 
 I need the service itself (URL/exec) to be able to choose
 return SMSC, so I guess that only works with X-Kannel.
 
 I couldn't find any thorough info on X-Kannel in the Kannel
 doc, do anyone have links? That'd be great. ;)
 

See doc in

http://www.kannel.3glab.org/download/1.2.1/userguide-1.2.1/userguide.html#AEN2700


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz



Re: How does smsbox choose return-SMSC?

2003-02-26 Thread Yury Mikhienko
On Thu, 27 Feb 2003 09:34:40 +0400
Shanavaz E A [EMAIL PROTECTED] wrote:

 You can pass the parameter
smsc=id_of_smsc
 in the calling url.
 

May be just set the forced-smsc = id_of_smsc parameter  in the sms-service group?

   - Original Message - 
   From: Gustav Tresselt 
   To: [EMAIL PROTECTED] 
   Sent: Wednesday, February 26, 2003 9:08 PM
   Subject: How does smsbox choose return-SMSC?
 
 
   After an incoming SMS, and after a service has been
   performed, how does smsbox/kannel choose which SMSC
   the reply will be sent by?
 
   With my config, the messages are always sent back
   through the same SMSC (and it's not the same SMSC
   through which the SMS came in).
 
   Just some simple info/link on parameters/features
   would be very helpful, then I'll find the rest out
   myself. ;)
 
 
   Thanks,
   Gustav Tresselt
 
 


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz



Re: ways to write sms application?

2003-02-13 Thread Yury Mikhienko
On Fri, 14 Feb 2003 15:11:10 +0800
wangjw [EMAIL PROTECTED] wrote:

 you can add a database to store the sms as history better

Yes, and add the database for black/white lists msisdn's and IP  (for createing 
anti-spam mechanism )

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Language plaform for sms apps

2003-02-11 Thread Yury Mikhienko
On Tue, 11 Feb 2003 14:49:27 +0530
Navjot Singh [EMAIL PROTECTED] wrote:
Hi Navjot!

I'm recommend use java for you WebAppGW.

 Hi,
 
 We have installed and configured kannel 1.2.0 on Linux 7.3 system and will
 use Ericsson T68i as SMSC. We are also pretty much aware of what kannel can
 do and what should we do with kannel.
 
 But the problem with us is to decide which of PERL and JAVA will do good for
 our apps?
 I am not aware of the helping tools/ apis/help available for either of the
 langauge. So, It would be very helpful if you can share your experiences
 (good n bad) on development using JAVA, PERL or even Python. and what would
 you recommend i should go with?


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: WAP Push on Nokia 7650?

2003-02-10 Thread Yury Mikhienko
On Mon, 10 Feb 2003 16:11:16 +0100
[EMAIL PROTECTED] wrote:
Hi Ralph!

May be,in my opinion, you just use service loading ower wap?

 Hi all,
 
 anyone knows what modifications are needed to send a WAP Push SMS to a
 Nokia 7650?
 
 This PDU works fine on T68i but is refused by the 7650:
 http://localhost:13013/cgi-bin/sendsms?username=xxxpassword=xxxto=01721234567udh
 
 %06%05%04%0B%84%23%F0text
 
=%07%06%17%B0%96%6C%6F%63%61%6C%68%6F%73%74%3A%39%30%38%30%00%AF%80%8D%95%B4%80%02%06%6A%00%85%09%03wap.nokia.de%00%01
 
 Any ideas what could be wrong?
 
 thanks  greetings,
 Ralph
 
 


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: How to use MMS?

2003-01-24 Thread Yury Mikhienko
On Fri, 24 Jan 2003 09:56:26 +0100
Enzo dell'Aquila [EMAIL PROTECTED] wrote:

  my Nokia 7110 and 6610 can recognize  the OTA setting,
  but why cant be recognized by Motorola V66(GPRS) and 388??
 
 Because only Nokia and Ericsson can recognize OTA settings ...
 but I could be in error. Someone tested OTA settings with other brand?
 
Siemens dont supported OTA (in my opinion).


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




add optional parameter in smpp_pdu

2002-12-04 Thread Yury Mikhienko
Hi all!

Can anyone send me anyway  to add the simple optional parameter to smpp_pdu in the 
submit_sm part?
I need this for resolving the continuing/closing USSD session problem in smpp-ussdc 
link.
For example, I want add the its_session_info optional parameter to submit_sm pdu.
Structure the its_session_info :
INTEGER(0x1383)
INTEGER(0x0002) - length of value part in octets
OCTSTR(0b,0bxxx1 or 0bxxx0)
 
^--end of session indicator active (0 - inactive)  
I want add the new X-Kannel Header for sms-services. 
Like: USSD-Session-Status 1- End session or 0 - Continue session

Thanx for advise.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




ussd in kannel

2002-12-03 Thread Yury Mikhienko
Hi all!

The following question:
Does kannel's SMPP client support ITS_SESSION_INFO optional parameter?

Thanx for advise.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Using several SMSC in kannel

2002-11-29 Thread Yury Mikhienko
Hi all!

Can anyone answer the following question:

How should I declare several connections to several SMSCs?
I  want to use some (separate) sms-services for each SMSCs also.
Is it possible?
I need samples.

Thanx for advise.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Fw: , Re: Push SMS over Kannels HTTP interface?

2002-11-27 Thread Yury Mikhienko


Begin forwarded message:

Date: Wed, 27 Nov 2002 12:18:20 +0300
From: Yury Mikhienko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Push SMS over Kannels HTTP interface?


On Fri, 22 Nov 2002 15:25:36 +0100
[EMAIL PROTECTED] wrote:
Hi Ralph!
 
 Hi Yury,
 
 thanks for the advice.
 But can the user directly open the OTA URL/bookmark?
 Or is it necessary to go to the bookmark menu of the phone?

Yes
or using wappush (not properly testing for me)


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: User Data Header(UDH) in a SMS

2002-11-27 Thread Yury Mikhienko
On Mon, 25 Nov 2002 16:05:43 +0100
Florian Schlums [EMAIL PROTECTED] wrote:

Hi Florian!

 Hello all
 I'm a little bit confused about using the udh-parameter in a HTTP-request.
 I need an optional Header with a Port-Number in it. So i tried it like this:
 
http://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=+41xxtext=eine+SMSudh=1000

Try use url-encoded UDH format like: ...udh=%10%00


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: automatic starting again wapbox

2002-11-19 Thread Yury Mikhienko

 
**
  2002-11-14 19:51:12 [11] DEBUG: Did not find previous routing info for WDP, 
generating new
  
**
  ...
  **
  2002-11-14 19:56:33 [11] DEBUG: Old wapbox has disappeared, re-routing
  **
  Can anyone help me?
 
 seems your wapbox vanished?!

Yes, I see. But shis does not start again after this :((
like (in bearerbox):
2002-11-14 13:00:51 [21] DEBUG: Thread 21 (gw/bb_boxc.c:boxc_sender) terminates.
2002-11-14 13:00:51 [20] DEBUG: Thread 20 (gw/bb_boxc.c:function) terminates.
...
2002-11-14 13:00:52 [12] DEBUG: Started thread 22 (gw/bb_boxc.c:function)
...
2002-11-14 13:00:52 [22] DEBUG: Started thread 23 (gw/bb_boxc.c:boxc_sender)

What is the reason ?

 
 Stipe
 


Thanx for your reply, Stipe.
-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




automatic starting again wapbox

2002-11-14 Thread Yury Mikhienko
: boxc_sender: sent message to 217.106.95.134
2002-11-14 19:51:12 [7] DEBUG: datagram received
**
2002-11-14 19:51:12 [11] DEBUG: Did not find previous routing info for WDP, generating 
new
**
...
**
2002-11-14 19:56:33 [11] DEBUG: Old wapbox has disappeared, re-routing
**
Can anyone help me?

Thanks for advice.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Fw: Wapbox problem, please help!

2002-11-12 Thread Yury Mikhienko
On Wed, 6 Nov 2002 12:03:06 +0300
Yury Mikhienko [EMAIL PROTECTED] wrote:

 On Tue, 05 Nov 2002 15:59:37 +0200
 Vjacheslav Chekushin [EMAIL PROTECTED] wrote:
 
  I don't know about your case, but in my case I got this error
  using new nokia 7650 in connection-less mode.
  Skipped wapbox.log part must show it. If this is the case, then
  you have to possibilites:
  1. Recomplile kannel with force-sar flag.
  2. Apply SAR patch (can be found on list).
  
  Then nokia 7650 users must switch phones to connection-oriented mode.
  
  
 

Hi again Vjacheslav!
Thanks for your reply!

I applied SAR patch to kannel v1.2.1
(SAR-cumulative.patch
 # From: Igor Ivoilov
 # Subject: RE: WSP SAR and PDU types
 # Date: Thu, 03 Oct 2002 01:36:17 -0700)

And I recompilled kannel with this patch without any problems (and without force-sar 
flag, because I did not find this flag in configure script)
 
I changed kannel source for dumping the next information:

in wapbox.log now:

2002-11-12 09:21:45 [1] DEBUG: WSP 227/4150: New method state REPLYING
2002-11-12 09:21:45 [1] DEBUG: WSP 227: New state CONNECTED
2002-11-12 09:21:45 [2] WARNING: WSP PDU with unknown type -1
2002-11-12 09:21:45 [2] WARNING: Incoming Octetstr has been dumped!!!
2002-11-12 09:21:45 [2] DEBUG:  Octet string at 0x89a77c8:
2002-11-12 09:21:45 [2] DEBUG:len:  74
2002-11-12 09:21:45 [2] DEBUG:size: 76
2002-11-12 09:21:45 [2] DEBUG:immutable: 0
2002-11-12 09:21:45 [2] DEBUG:data: 73 5a 12 01 10 13 30 04   sZ0.
2002-11-12 09:21:45 [2] DEBUG:data: 80 86 a0 00 04 81 92 a7   
2002-11-12 09:21:45 [2] DEBUG:data: 60 02 82 00 02 83 05 02   `...
2002-11-12 09:21:45 [2] DEBUG:data: 84 01 80 80 83 99 81 ea   
2002-11-12 09:21:45 [2] DEBUG:data: a9 4e 6f 6b 69 61 37 36   .Nokia76
2002-11-12 09:21:45 [2] DEBUG:data: 35 30 2f 31 2e 30 20 53   50/1.0 S
2002-11-12 09:21:45 [2] DEBUG:data: 79 6d 62 69 61 6e 4f 53   ymbianOS
2002-11-12 09:21:45 [2] DEBUG:data: 2f 36 2e 31 20 53 65 72   /6.1 Ser
2002-11-12 09:21:45 [2] DEBUG:data: 69 65 73 36 30 2f 30 2e   ies60/0.
2002-11-12 09:21:45 [2] DEBUG:data: 39 00 9.
2002-11-12 09:21:45 [2] DEBUG:  Octet string dump ends.

2002-11-12 09:21:45 [6] DEBUG: Thread 6 (gw/wap-appl.c:main_thread) terminates.


How can I solve this? May be I shall apply another SAR patch (which one?)?
Or this problen can be solved another way?

Now I solved the problem with dirty hack the  gwthread-pthread.c:
in:
static void *new_thread(void *arg)
{
int ret;
struct new_thread_args *p = arg;

(p-func)(p-arg);

/* Changed by me */
   do
   {
 lock();

 
 debug(gwlib.gwthread, 0, Thread %ld (%s) terminates. ,
  p-ti-number, p-ti-name);
 debug(gwlib.gwthread, 0, Try up Thread %ld (%s). ,
  p-ti-number, p-ti-name);
 
 unlock();
 
 ret = pthread_setspecific(tsd_key, p-ti);
 if (ret != 0) {
panic(ret, gwthread-pthread: pthread_setspecific failed);
 }
 
 (p-func)(p-arg);
 
   }while(p-ti-number==6  !strcmp(p-ti-name,gw/wap-appl.c:main_thread));
//**

};

It works, but it is not a good way :((

Thanx.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




data-coding settings for sms-service

2002-11-12 Thread Yury Mikhienko
Hi all!

Can I change the data-coding value in sesponce SMS (they have different values 
data-coding SMS for different sms-services)?

my sms-service configure:

group = sms-service
keyword = mail
accept-x-kannel-headers = true
get-url = http://localhost/info/sms-mail?from=%pto=%stext=%r;
max-messages = 2
concatenation = true

The default value data-coding in kannel is 0.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




symbols in SMS

2002-11-12 Thread Yury Mikhienko
-12 17:40:59 [9] DEBUG: Octet string dump ends.
2002-11-12 17:40:59 [8] DEBUG: HTTP: Status line: HTTP/1.0 200 OK
2002-11-12 17:40:59 [5] DEBUG: message length 43, sending 1 messages

Can anyone explain me where I'm wrong :) ?
Thanx.


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Fw: Wapbox problem, please help!

2002-11-06 Thread Yury Mikhienko
/kannel/wapbox.log
force-sar = true
timer-freq = 2
map-url = *
log-level = 0

Where I'm wrong? 
Please, help me.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Fw: Wapbox problem, please help!

2002-11-05 Thread Yury Mikhienko
On Tue, 5 Nov 2002 13:40:15 +0100 (CET)
Pierre-Yves BOURGEOIS [EMAIL PROTECTED] wrote:

 Hi, 
 I am not a kannel developper but I had initially a
 similar Pb (unknown message ... -1) with any previous
 stable versions of kannel. I posted many questinos
 about the pb and initially thought it was a GPRS issue
 (it is certainly not, can you confirm that ?).
 
 Finally, a linux expert helped me to compile myself
 the kannel gateway on the target system. This solved
 this pb and others and by this time kannel wapbox
 works perfectly.
 
 I advise you to find some help to compile yourself
 kannel on your system. 
 
 I hope this will help.
 
 PYB
 


Hi,thanx for you reply.

But what is the target system? May be kannel properly works only on RedHat (or 
Debian) linux?
I have compiled kannel on mandrake linux (kernel v2.4) without any problems...
And my mobile network does not support GPRS. I don't understand where I'm wrong :(((

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Fw: Wapbox problem, please help!

2002-11-05 Thread Yury Mikhienko
On Tue, 05 Nov 2002 15:59:37 +0200
Vjacheslav Chekushin [EMAIL PROTECTED] wrote:

 I don't know about your case, but in my case I got this error
 using new nokia 7650 in connection-less mode.
 Skipped wapbox.log part must show it. If this is the case, then
 you have to possibilites:
 1. Recomplile kannel with force-sar flag.
 2. Apply SAR patch (can be found on list).
 
 Then nokia 7650 users must switch phones to connection-oriented mode.
 

Hi Vjacheslav!
I found and applied SAR patch to kannel v1.2.1 , but I did not find force-sar flag in 
configure :((
How I can refer to compiller this flag?

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: troubles installing kannel 1.2.0 on redhat 7.2

2002-10-25 Thread Yury Mikhienko
On Fri, 25 Oct 2002 12:32:58 +0200
Manuel Villalta Villalta [EMAIL PROTECTED] wrote:

 
 
 Hi All,
 
 I'm trying to install kannel on Linux using the rpm package but this 
 cause an error, it says that it needs the libssl and libcrypt libraries. 
 I have installed the openssl product and I check if these libraries are 
 installed and it's right. What's the problem?
 
 Also, I've tried compile kannel sources, but when I execute ./configure 
 it says that libxml libary are old and it causes an error. I have 
 libxml2 v 2.4.3 and libxml 1.8.10.
 
 Thanks
 Best Regards
 

Hi Manuel

Try removing the libxml 1.8.10
or install libxml2 in other directory then libxml 1.8.10 and set the:
  --libexecdir=/path-to-libxml2-libexec-dir --includedir=/path-to-libxml2-include-dir 
--libdir=/path-to-libxml2-lib-dir 
as the ./configure parameters

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: strange kannel wapbox problem

2002-10-23 Thread Yury Mikhienko
Hi all!

I have some problem with wap again :((
And I don't understand how to solve that problem and what is a cause of the following 
messages:

(wapbox.log)

2002-10-23 14:17:44 [1] INFO: Returning to code page 1 (default).
2002-10-23 14:17:56 [7] INFO: WSP: Fetched http://wap.nvgsm.ru (text/html, 
charset='ISO-8859-5')
2002-10-23 14:17:56 [7] WARNING: WSP: Entity at http://wap.nvgsm.ru too large (size 
72348 B, limit 2800 B)
2002-10-23 14:17:57 [2] WARNING: WSP PDU with unknown type -1
2002-10-23 14:17:58 [5] INFO: WTP_TID: tid_new flag on
2002-10-23 14:17:58 [5] INFO: WTP_TID: tid_new flag on
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x202.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x201.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x203.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x206.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x204.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x205.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x209.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Unknown content type 0x20a.
2002-10-23 15:14:17 [1] WARNING: Skipping faulty header.
2002-10-23 15:14:17 [1] WARNING: Shift to unknown code page 16.
2002-10-23 15:14:17 [1] WARNING: Will try to skip headers until next known code page.
2002-10-23 15:14:17 [1] INFO: Returning to code page 1 (default).
2002-10-23 15:14:17 [1] WARNING: Shift to unknown code page 16.
2002-10-23 15:14:17 [1] WARNING: Will try to skip headers until next known code page.
2002-10-23 15:14:17 [1] WARNING: Shift to unknown code page 16.
2002-10-23 15:14:17 [1] WARNING: Will try to skip headers until next known code page.


and only after kannel reboot wapbox works properly again...

Is it a known problem? Please advise.

I use stable version of kannel (v1.2) on linux platform.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Operator Logo and Kannel

2002-10-23 Thread Yury Mikhienko
On Wed, 23 Oct 2002 18:14:40 +0200
Sergio da Silva [EMAIL PROTECTED] wrote:

 Hi,
 
 I am trying to figure out how to send operator logos with kannel. So far
 I had no success. Can somebody point me to some URL documenting UDH and
 the structure of the URL-encoded text to be sent.
 
 As Phone-SMSC I am using a Nokia 6210.
 
 Furthermore how do I go about and send *.nol files with kannel? Is it
 possible?
 
 Thank you in advance for your help. Any URL pointing to documentation is
 welcome!
 
 --
 SdS

Hi Sergio!

I'm using next structure of SMS for sending logo from SMPP client:

UDH is: %06%05%04%15%82%00%00
SMS text with logo is (for example ICQ logo :) ): 
%00%48%0e%01%00%07%b8%00%00%00%00%00%00%00%68%e4%00%00%00%00%00%00%00%98%c4%00%00%30%00%00%00%00%88%84%0f%80%36%00%00%00%00%c5%88%18%c0%30%00%00%00%01%27%f0%18%df%36%f8%f0%00%01%18%98%18%d9%b6%cd%98%00%00%88%84%18%d9%b6%cd%f8%00%00%fc%c4%18%d9%b6%cd%80%00%01%8f%fc%18%d9%b6%cd%80%00%01%19%30%0f%99%b6%cc%f8%00%01%31%08%00%00%00%00%00%00%00%d3%88%00%00%00%00%00%00%00%1e%f8%00%00%00%00%00%00
this is the ota formatting logo.
My MCC is 250 and MNC is 02 and I get the next operator code string: %52%f0%20

So, the full part of sending logo is:

http://wapgate:13013/cgi-bin/sendsms?username=testpassword=fooudh=%06%05%04%15%82%00%00to=phone_numberfrom=phone_numbertext=text=%52%f0%20%00%48%0e%01%00%07%b8%00%00%00%00%00%00%00%68%e4%00%00%00%00%00%00%00%98%c4%00%00%30%00%00%00%00%88%84%0f%80%36%00%00%00%00%c5%88%18%c0%30%00%00%00%01%27%f0%18%df%36%f8%f0%00%01%18%98%18%d9%b6%cd%98%00%00%88%84%18%d9%b6%cd%f8%00%00%fc%c4%18%d9%b6%cd%80%00%01%8f%fc%18%d9%b6%cd%80%00%01%19%30%0f%99%b6%cc%f8%00%01%31%08%00%00%00%00%00%00%00%d3%88%00%00%00%00%00%00%00%1e%f8%00%00%00%00%00%00

And this work good for me :)

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: WAP OTA settings problem (GSM/CSD setting )

2002-10-22 Thread Yury Mikhienko
On Mon, 21 Oct 2002 11:11:06 +0300
Aarno Syvänen [EMAIL PROTECTED] wrote:

 Did you add concatenate and max-messages to the configuration file ?
 OTA settings message is long enough to be segmented.
 
 Aarno
 

I tried to do this, but my SMSC did not support concatenated SMS from SMPP clients.
Now I in waiting the new version of SMSC :-// 


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: WAP OTA settings problem (GSM/CSD setting )

2002-10-20 Thread Yury Mikhienko
On Sun, 20 Oct 2002 19:26:44 +0400
Yury Mikhienko [EMAIL PROTECTED] wrote:

 Hi all!
 
 I tried sending an OTA WAP settings message. Its the same example as given in the 
OTA_setting_general_7_0 spec (14.1):
 
 ?xml version=1.0?
 !DOCTYPE CHARACTERISTIC-LIST SYSTEM file:///usr/local/etc/kannel/settings.dtd
 CHARACTERISTIC-LIST
 CHARACTERISTIC TYPE=ADDRESS
 PARM NAME=BEARER VALUE=GSM/CSD/
 PARM NAME=PROXY VALUE=192.122.10.120/
 PARM NAME=CSD_DIALSTRING VALUE=+358508124002/
 PARM NAME=PPP_AUTHTYPE VALUE=PAP/
 PARM NAME=PPP_AUTHNAME VALUE=wap/
 PARM NAME=PPP_AUTHSECRET VALUE=wap/
 /CHARACTERISTIC
 CHARACTERISTIC TYPE=URL VALUE=http://wap.company.com/main/
 CHARACTERISTIC TYPE=NAME
 PARM NAME=NAME VALUE=Test WAP/
 /CHARACTERISTIC
 /CHARACTERISTIC-LIST
 
 But on Nokia 6210/6310/6310i I'm getting nothing. Not even invalid message type or 
anything!
 Octet string dump in smsbox.log is good for this message (nothing different with 
octet dump in 
 OTA_setting_general_7_0 spec [for this example]) Where am I wrong?
 Does anyone have any experience in this?
 
 Thanks in advance,


But bookmarks sending is successfully.

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




sending mobile tones with OTA

2002-10-15 Thread Yury Mikhienko

Hi all!

Is there any way of using kannel for sending mobile tones (melodies)?
I need the format of tone-message and kannel configuration.

Thank.
-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




calculate the operator code in operator logo data

2002-10-14 Thread Yury Mikhienko

Hi all!

I need to send Operator logo with kannel (using OTA), but i can't calculate the 
operator code :(((
For example:
in http://www.mail-archive.com/users@kannel.3glab.org/msg00415.html
Nisan Bloch say:
So assuming a MCC = 234 and a MNC=10
you will get %32%F4%01
My MCC is 250 and MNC is 02
what is the algorithm to convert them to operator code string???


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: calculate the operator code in operator logo data

2002-10-14 Thread Yury Mikhienko

On Mon, 14 Oct 2002 11:39:11 +0100
Pate Mark-marpate1 [EMAIL PROTECTED] wrote:

 Hi Yury,
 
 There is something similar in SS7 signalling.In this case, we do :
 
 (MCC digit 2) (MCC digit 1) F (MCC digit 3) (MNC digit 2) (MNC digit 1)
 
 I think that if you have a 3 digit MNC (which is coming), then the F is
 replaced with that.
 
 I hope that this is true for your question too in which case, you would
 have %52%F0%20.

Thank you!
It work!

 
 I am sure that someone more knowledgable can confirm or deny this. 
 
 Cheers,
 Mark
 
 
 -Original Message-
 From: Yury Mikhienko [mailto:[EMAIL PROTECTED]]
 Sent: 14 October 2002 11:27
 To: [EMAIL PROTECTED]
 Subject: calculate the operator code in operator logo data
 
 
 Hi all!
 
 I need to send Operator logo with kannel (using OTA), but i can't calculate
 the operator code :(((
 For example:
 in http://www.mail-archive.com/users@kannel.3glab.org/msg00415.html
 Nisan Bloch say:
 So assuming a MCC = 234 and a MNC=10
 you will get %32%F4%01
 My MCC is 250 and MNC is 02
 what is the algorithm to convert them to operator code string???
 
 
 -- 
  
 Best regards,
 Yury Mikhienko.
 IT engineer, ZAO Mobicom-Kavkaz


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




using OTA question

2002-10-11 Thread Yury Mikhienko

Hi all!

Is there any way of using kannel for sending small .wbmp icons (or small file as 
binary data (.jar .jad)) to mobile phone (using SMPP)?


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz