USSD

2005-08-17 Thread info . ubichip
Hello,

I'm looking for a USSD gateway in order to provide service on this bearer.
Does someone have some idea or some links to explore ?

Regards




Kannel: Nokia Premicell GSM Modem - Help me out pls

2005-08-17 Thread Amipara, Divyeshkumar

Hi,

I want to use nokia premicell GSM modem as a virtual SMSC.

Can anybody tell me how to configure and what is the stability for the same.

If someone can share config file and other related info. I will be greatful to 
him/her.

I will be using kannel 1.2 or 1.4 on Linux Redhat AS 2.1.

Pls help me out as i just need info before i buy the nokia premicell.

Thanks,
 Divyesh A.


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.



is UCP 52 supported in the EMI connection ?

2005-08-17 Thread Stephane Rosa








My SMSC is investigating the exclusive use of UCP 52 for MO.
Until now they were

using UCP 01 for normal text MO with max 160 chars, and UCP
52 for long MO, pictures, etc.



Is Kannel supporting UCP 52 at all for MO ? I tried to send
a long MO to a test service but it

wasnt processed correctly :



2005-08-17
09:52:39 [31782] [4] INFO: Starting to service T from
004179xxx to 30xxx

2005-08-17 09:52:40 [31782] [4] INFO:
Starting to service T from 004179xxx to 30xxx



It was processed as two separate message and the %k which
was ACK in the message was somehow understood as a graphical

character by the service.



Any advice appreciated.

Thanks

Stephane












Sync Settings via sms

2005-08-17 Thread Alex McMahon
I have been trying (unsuccessfully) to send sync settings to a nokia 
6230 using sendota, does anyone know if this is even possible?


Regards
Alex McMahon



Re: Sync Settings via sms

2005-08-17 Thread Wilfried Goesgens
On Wed, Aug 17, 2005 at 11:51:34AM +0200, Alex McMahon wrote:
 I have been trying (unsuccessfully) to send sync settings to a nokia 6230 
 using sendota, does anyone know if 
 this is even possible?
 
 Regards
 Alex McMahon
 
 
the nokia.com page has a tool which might do this. if it doesn't work from 
there it might not work.
you should try out that.


Wilfried Goesgens
-- 



Re: Wrong smsc-id used for submit_sm

2005-08-17 Thread Alberto Devesa
You need to specify some of the parameters denied-smsc-id / allowed-smsc-id / 
preferred-smsc-id at smsc config level. More info in the User's Guide ;-)




On Tuesday 16 August 2005 13:35, Konstantin Vayner wrote:
 Hi List,

 Here's my problem..
 I have several links up in my setup - some of them SMPP , some EMI2
 When i submit an MT to sendsms (over http), i specify smsc-id to be used
 for sending. (by smsc= uri parameter)
 However, in some cases (it does not happen all the time), the real smsc
 used to send the message (that, i can see in bearerbox.log) is
 different. I am not sure if that it's entirely correct, but as far as i
 can see this substitution happens when smsc-id i use is EMI2. (maybe i
 did not notice this on other links though)

 For example, i submit msg with smsc=orange_ro_1353 , and it's going out
 through smsc-id mobileway_uk .. (both are configured properly and
 deliver messages both ways, the substitution does not happen on every
 such msg)

 Question is... why can this thing happen, and how can i prevent kannel
 from doing that? For what it's worth, if the smsc i requested is down
 and msg cannot be sent through it, i prefer such message to be dropped
 rather than being attempted to deliver through other link (as every link
 i have is limited for delivery to its own destination only).

 Regards,
 Konstantin

 P.S.

 My configuration (relevant parts of it :) )
 OS: Fedora Core 2
 Kannel: kannel-1.3.2-3.1.fc2.fr (useragent: Kannel/1.3.2-mblox)
 ^^ kannel is binary distribution that comes with fedora core2

 kannel.conf (partial):
 group = core
 admin-port = 13000
 smsbox-port = 13001
 wapbox-port = 13002
 admin-password = bar
 status-password = foo
 log-file = /var/log/kannel/bearerbox.log
 access-log = /var/log/kannel/bearerbox-access.log
 log-level = 0
 admin-deny-ip = *.*.*.*
 admin-allow-ip = 127.0.0.1
 box-deny-ip = *.*.*.*
 box-allow-ip = 127.0.0.1

 # SMSC SMPP
 group = smsc
 smsc = smpp
 smsc-id = mobileway_uk_orange
 host = xxx.xxx.xxx.xxx
 port = 
 transceiver-mode = true
 smsc-username = 
 smsc-password = 
 system-type = VMA
 address-range = 
 my-number = 
 enquire-link-interval = 120
 reconnect-delay = 30
 source-addr-ton = 5
 source-addr-npi = 0
 source-addr-autodetect = false

 # SMSC UCP
 group = smsc
 smsc = emi
 smsc-id = orange_ro_1351
 host = xxx.xxx.xxx.xxx
 port = 
 smsc-username = 
 smsc-password = 
 my-number = 1351
 keepalive = 55
 receive-port = 
 idle-timeout = 30

 # SMSBOX SETUP
 group = smsbox
 bearerbox-host = localhost
 #smsbox-id = smsbox1
 sendsms-port = 
 #global-sender = 123
 log-file = /var/log/kannel/smsbox.log
 access-log = /var/log/kannel/smsbox-access.log
 log-level = 0

 # SEND-SMS USERS
 group = sendsms-user
 username = 
 password = 
 user-deny-ip = *.*.*.*
 user-allow-ip = 127.0.0.1
 default-smsc = 
 # ^^ what is this value used for? is it unused if i specify smsc-id on
 request?
 # smsc-id i have here is neither mobileway_uk_orange nor orange_ro_1351 ...

 # Forward everything to VAST
 group = sms-service
 name = vast
 keyword = default
 get-url =
 http://vast-host/kannel/mo?from=%qto=%Qtext=%audh=%ubinary=%bsmsc=%it
s=%t max-messages = 0

 ### note that there are more smsc's exist there, skipped some of them
 because of similarity / irrelevancy
 ### end of kannel.conf


 Request made to kannel:
 /cgi-bin/sendsms?user=pass=from=1351to=%2B40744813571text=%01%0
6%04%03%AE%81%EA%02%05%6A%00%45%C6%0b%03http://v4.appcell.com/imsc/units/kis
sfmro/kiss_content/kiss_content.sms?sid=3dd3528d%00%08%01%03World+Soccer+Man
ager+2005%00%01%01udh=%06%05%04%0B%84%23%F0smsc=orange_ro_1351

 bearerbox.log:

 2005-08-16 15:25:32 [6408] [7] DEBUG: SMPP[mobileway_uk_orange]:
 Manually forced source addr ton = 5, source add npi = 0
 2005-08-16 15:25:32 [6408] [7] DEBUG: SMPP[mobileway_uk_orange]: Sending
 PDU:
 2005-08-16 15:25:32 [6408] [7] DEBUG: SMPP PDU 0x91741f8 dump:
 2005-08-16 15:25:32 [6408] [7] DEBUG:   type_name: submit_sm
 2005-08-16 15:25:32 [6408] [7] DEBUG:   command_id: 4 = 0x0004
 2005-08-16 15:25:32 [6408] [7] DEBUG:   command_status: 0 = 0x
 2005-08-16 15:25:32 [6408] [7] DEBUG:   sequence_number: 2713 = 0x0a99
 2005-08-16 15:25:32 [6408] [7] DEBUG:   service_type: NULL
 2005-08-16 15:25:32 [6408] [7] DEBUG:   source_addr_ton: 5 = 0x0005
 2005-08-16 15:25:32 [6408] [7] DEBUG:   source_addr_npi: 0 = 0x
 2005-08-16 15:25:32 [6408] [7] DEBUG:   source_addr: 1351
 2005-08-16 15:25:32 [6408] [7] DEBUG:   dest_addr_ton: 1 = 0x0001
 2005-08-16 15:25:32 [6408] [7] DEBUG:   dest_addr_npi: 1 = 0x0001
 2005-08-16 15:25:32 [6408] [7] DEBUG:   destination_addr: 40744813571
 2005-08-16 15:25:32 [6408] [7] DEBUG:   esm_class: 67 = 0x0043
 2005-08-16 15:25:32 [6408] [7] DEBUG:   protocol_id: 0 = 0x
 2005-08-16 15:25:32 [6408] [7] DEBUG:   priority_flag: 0 = 0x
 2005-08-16 15:25:32 [6408] [7] DEBUG:   schedule_delivery_time: NULL
 2005-08-16 

RE: perl package for WAP

2005-08-17 Thread Josh McAllister
I assume you mean my message about WAP Push.? My mods to support WAP
Push are not documented, but here's a very basic example (in perl of
course). 

In addition to the push related parameters (PUSH,PUSHID,SUBJECT) I have
exposed the following parameters:
VALIDITY
DEFERRED
DLRMASK
DLRURL

Which correspond to the appropriate smsbox parameters.

NOTE SUBJECT is only useful for wap push messages. Currently only SI
push is supported, and signal-high is hard coded.

I'll try to get this cleaned up, and posted on CPAN soon.

Credit to the original author, as well as to the author of the smssend
php script example that is included with Kannel.


Example:

  use Kannel::SMS;
  $SMS = Kannel::SMS-new( USER = user,
  PASS = pass,
  SERV = sms-box_host,
  PORT  = 13013,
  DEBUG = 1
 );
  $SMS-send(TO   = 55512345678,
 MSG  = http://google.com;,
 PUSH = 1,
 SUBJECT = Testing,
 PUSHID = '12345',
);

SMS.pm is of course the code you're interested in.

Hope this helps.

Josh McAllister

-Original Message-
From: Hillel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 17, 2005 3:41 AM
To: Josh McAllister
Subject: perl package for WAP

Hi,

I've read in the user guide about your WAP Perl package.

I would like to start using Kannel for WAP but don't know were to begin
so,
please will you send me
the source and compiled version of your package so I can see how it's
done
and test.

I'm programming in Java and so will need to understand how to send WAP
via
Kannel from your code and
convert to Java.

Thanks






Kannel-SMS-0.20.tar.gz
Description: Kannel-SMS-0.20.tar.gz


Setting SMPP3.4 TX only

2005-08-17 Thread Mike Nwaogu
Hello All,
I'm connecting to another SMSC and I'm supposed to
configure only one connector as a SEND only and
another as a Receive only.

The Send only is an SMPP 3.4 connection and the
Receive only is an SMPP 3.3 connection.

How do I achieve this? I'm using kannel verion 1.2.1

How for do am?

regards,
Mike

Mike Nwaogu
Metro Technologies  Resources Ltd.
48 Tunde Idiagbon Road, Tanke, Ilorin.




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs