Your USSD provider should give instructions how to use the api. Smpp is merely
used to convey the messages to/from the user by using the standard pdus
(submit_sm and deliver_sm). Probably some TLVs will be used (imsi is a good
example) and other notable difference is that ussd is session based
Hi,
I'm in the process of setting up USSD -> web application integration
with a mobile telecoms provider (I have SMPP 3.4 based access to their
gateway, and they support USSD messaging).
While looking at options for setting this up, and kannel came up,
however looking through
46] [5] DEBUG: sms.boxc_id:
> > 2016-04-13 10:38:58 [12246] [5] DEBUG: sms.binfo:
> > 2016-04-13 10:38:58 [12246] [5] DEBUG: Octet string at 0x1378860:
> > 2016-04-13 10:38:58 [12246] [5] DEBUG:len: 4
> > 2016-04-13 10:38:58 [12246] [5] DEBUG:size: 5
>
Bonjour
Je suis Fanny, je voulais savoir quelle modification doit-on apporter à
kannel pour qu'il prenne en compte Ussd?
Merci d'avance pour votre reponse
Hi,
I am offerring SMS service via a GSM operator's SMSC (Huawei SMPP ver 3.4),
I have plans to convert some of my services using USSD instead of SMS
activated services. The operator has its own Huawei USSD center, I would
appreciare if some one would help me get sample configutaion file
Am 01.11.2016 07:40, schrieb kabin mool:
Hi,
I am trying to use kannel for integrating with USSD GW using SMPP.
My bind to USSD GW is ok. MO is ok and MT has some problem, msg is
receiving in handset but if I send or cancel msg, it is is re-sending
the same msg to my handset repetitively.
I
Hi,
I am trying to use kannel for integrating with USSD GW using SMPP.
My bind to USSD GW is ok. MO is ok and MT has some problem, msg is receiving in
handset but if I send or cancel msg, it is is re-sending the same msg to my
handset repetitively.
I am using following parameters in
:38:58 [12246] [5] DEBUG:size: 5
2016-04-13 10:38:58 [12246] [5] DEBUG:immutable: 0
2016-04-13 10:38:58 [12246] [5] DEBUG:data: 55 53 53 44
USSD
2016-04-13 10:38:58 [12246] [5] DEBUG: Octet string dump ends.
2016-04-13 10:38:58 [12246] [5] DEBUG
:52 [13809] [5] ERROR: smsbox_req_thread: no sender/receiver,
dump follows:
Highly appreciate assistance in this.
Thank you and Regards,
Arif Noor
From: Arif Noor
Sent: Thursday, April 21, 2016 4:20 PM
To: 'Elton Hoxha'
Cc: Stipe Tolj; users@kannel.org
Subject: RE: USSD with Kannel
Hi
: Thursday, April 14, 2016 3:28 PM
To: Arif Noor
Cc: Stipe Tolj; users@kannel.org
Subject: Re: USSD with Kannel
Hi Arif,
I believe your issue is related to Telco provider.
1 - To send an USSD request, you have to send a submit_sm packet with this TLV
with value "2", which its sent accordin
@kannel.org
Subject: Re: USSD with Kannel
Hi Arif,
I believe your issue is related to Telco provider.
1 - To send an USSD request, you have to send a submit_sm packet with this TLV
with value "2", which its sent accordingly by you. When you receive a
deliver_sm packet with this TLV in res
Hi Arif,
I believe your issue is related to Telco provider.
1 - To send an USSD request, you have to send a submit_sm packet with this
TLV with value "2", which its sent accordingly by you. When you receive a
deliver_sm packet with this TLV in response, the value will be "18&
Cc: Stipe Tolj; users@kannel.org
Subject: Re: USSD with Kannel
Also please debug logs of submit SM after you are receiving initial PSSR.
PSSR
2016-04-14 09:02:30 [12379] [6] DEBUG: command_id: 2147483669 = 0x8015
2016-04-14 09:02:30 [12379] [6] DEBUG: command_status: 0 = 0x
2016
16-04-13 15:51:26 [12361] [9] DEBUG: data: 20 32 30 31 36 20 30 37 3a
> 35 30 3a 32 34 20 472016 07:50:24 G
>
> 2016-04-13 15:51:26 [12361] [9] DEBUG: data: 4d 54 0d 0a 43 6f 6e 74 65
> 6e 74 2d 4c 65 6e 67 MT..Content-Leng
>
> 2016-04-13 15:51:26 [12361] [9] DEBUG: data: 7
f Noor.
From: Elton Hoxha [mailto:elt...@gmail.com]
Sent: Wednesday, April 13, 2016 3:05 PM
To: Arif Noor
Cc: Stipe Tolj; users@kannel.org
Subject: Re: USSD with Kannel
could you paste your debug logs while you call "get-url" of your app?
at 0x1378860:
> 2016-04-13 10:38:58 [12246] [5] DEBUG: len: 4
> 2016-04-13 10:38:58 [12246] [5] DEBUG:size: 5
> 2016-04-13 10:38:58 [12246] [5] DEBUG:immutable: 0
> 2016-04-13 10:38:58 [12246] [5] DEBUG:data: 55 53 53 44
>USSD
> 2016-04-13 10:38
-13 10:38:58 [12246] [5] DEBUG:immutable: 0
2016-04-13 10:38:58 [12246] [5] DEBUG:data: 55 53 53 44
USSD
2016-04-13 10:38:58 [12246] [5] DEBUG: Octet string dump ends.
2016-04-13 10:38:58 [12246] [5] DEBUG: sms.msg_left: -1
2016-04-13 10:38:58 [12246
Hi Stipe,
Thank you for the patch, will do a test once I arrived at the office, also I
have sent the email to you for the specification of the ussd gateway.
Arif Noor.
-Original Message-
From: Stipe Tolj [mailto:st...@kannel.org]
Sent: Monday, April 11, 2016 11:25 PM
Cc: Arif Noor
--- gw/smsc/smsc_smpp.c (revision 5150)
+++ gw/smsc/smsc_smpp.c (working copy)
@@ -609,8 +609,10 @@
/*
* Follows SMPP spec. v3.4. issue 1.2
* it's not allowed to have destination_addr NULL
+ * USSD service type MAY have a NULL value, so allow this.
*/
-
20:51 [2353] [6] DEBUG: command_status: 0 = 0x
1435323:2016-04-01 17:20:51 [2353] [6] DEBUG: sequence_number: 102277 =
0x00018f85
1435324:2016-04-01 17:20:51 [2353] [6] DEBUG: service_type: "USSD"
1435325:2016-04-01 17:20:51 [2353] [6] DEBUG: source_addr_ton: 1 =
0x0001
1435326:
Hi Arif,
I have a USSD connection setup and working, mine tracks sessions using the
TLV parameter receipted_message_id. Config for that parameter is below:
group = smpp-tlv
name = receipted_message_id
tag = 0x001e
type=nulterminated
length=65
smsc-id =
Hope this helps
On Thu, Apr 7, 2016 at 8
;
>
> Thank you for your input so far J
>
>
>
> *From:* Elton Hoxha [mailto:elt...@gmail.com]
> *Sent:* Thursday, April 07, 2016 4:38 PM
>
> *To:* Arif Noor
> *Cc:* Donald Jackson; users@kannel.org
> *Subject:* Re: USSD with Kannel
>
>
>
> After you r
for your input so far ☺
From: Elton Hoxha [mailto:elt...@gmail.com]
Sent: Thursday, April 07, 2016 4:38 PM
To: Arif Noor
Cc: Donald Jackson; users@kannel.org
Subject: Re: USSD with Kannel
After you receive the first MO do you submit the SM having 126 as originator?
If yes, maybe something wrong
[6] DEBUG: sequence_number: 12653547 =
0x00c113eb
2016-04-07 05:07:19 [5368] [6] DEBUG: service_type: "USSD"
2016-04-07 05:07:19 [5368] [6] DEBUG: source_addr_ton: 1 = 0x0001
2016-04-07 05:07:19 [5368] [6] DEBUG: source_addr_npi: 1 = 0x0001
2016-04-07 05:07:19 [5368] [6]
000
1435323:2016-04-01 17:20:51 [2353] [6] DEBUG: sequence_number: 102277 =
0x00018f85
1435324:2016-04-01 17:20:51 [2353] [6] DEBUG: service_type: "USSD"
1435325:2016-04-01 17:20:51 [2353] [6] DEBUG: source_addr_ton: 1 = 0x0001
1435326:2016-04-01 17:20:51 [2353] [6] DE
sions.
>
> Also as per previous mail, I was wondering why I was getting below error.
>
>
>
> 2016-03-25 11:05:49 [2353] [6] ERROR: SMPP[smppUSSD]: Malformed
> destination_addr `(null)', may not be empty. Discarding MO message.
>
>
>
> It doesn’t have any issue w
`(null)', may not be empty. Discarding MO message.
It doesn’t have any issue when I start the USSD session which it have
destination address (in this case 126) but when replying the menu let’s say (1.
Accept, 2. Decline) and I entered 1 and press send , it gave me above error on
smpp thu
Hi,
Anyone? Your assistance are highly appreciated :)
P/S : I'm using svn-r5154M
Thank you.
From: users [mailto:users-boun...@kannel.org] On Behalf Of Arif Noor
Sent: Friday, April 01, 2016 11:05 AM
To: users@kannel.org
Subject: USSD with Kannel
Hi All,
I have question about the USS
Hi All,
I have question about the USSD via SMPP. I have successfully made a connection
to USSDC with TLV configured. However I do not understand how can we
differentiate the session for each MSISDN? Using metadata for MO gave me
Hlr, imsi, service_op and vlr.
And also from my testing via USSR
This effectively is working on SMPP, not USSD. USSD does not talk over SMPP
unless loaded explicitly. You can also use flags other than TLV too in that
case.
On Fri, Aug 15, 2014 at 11:30 AM, Elton Hoxha wrote:
> It handles. Just needs to be associated with smpp-tlv group.
>
> group =
It handles. Just needs to be associated with smpp-tlv group.
group = smpp-tlv
name = mydata
tag = 0x0501
type = integer
length = 1
smsc-id = ussd
On Thu, Aug 14, 2014 at 7:39 PM, ha...@aeon.pk wrote:
> Kannel does not handle USSD.
>
>
> On Fri, Aug 8, 2014 at 8:11 PM, michael os
Kannel does not handle USSD.
On Fri, Aug 8, 2014 at 8:11 PM, michael osakede wrote:
> Hello,
>
> Can anyone send me instructions on how to bind to a USSDC?
> I have the IP / username/password and port number.
>
> I tried connecting to using :
>
> group = smsc
> smsc-
Connection reset by
peer
2014-08-08 16:01:58 [15951] [6] ERROR: SMPP[ussdpre]: Couldn't connect to SMS
center (retrying in 10 seconds).
2014-08-08 16:02:08 [15951] [6] DEBUG: Connecting to
Is it possible to handle USSD using kannel?
Michael
You can search on the mailing list the older posts and you will find
information how to configure SMPP connection with Metadata and TLV.
On Thu, Sep 26, 2013 at 9:23 AM, प्रवीण कुमार त्रिपाठी
wrote:
> Hi,
>
> I m using kannel latest svn trunk and want to use kannel for ussd
>
Hi,
I m using kannel latest svn trunk and want to use kannel for ussd
interactive sessions.
Can anybody tell me how to proceed for the same.
Thanks in advance
Regards
Prabin Tipathi
Hi Amon,
Did you get this?
Thanks,
Duncan
--
View this message in context:
http://kannel.6189.n7.nabble.com/ussd-gateway-tp2743p28560.html
Sent from the Kannel - User mailing list archive at Nabble.com.
Hi People,
I have configured kannel to connecto to 2 different ussd gateway, I also have
configured kannel to have 2 sms-service with 2 different urls.
I want to know if it's possible to make kannel aware of the concept of ussd
sessions so that when a new ussd session is established
Like I said, the operator may not have the network capacity to handle that many
USSD attempts, every USSD connection is like a call, and the line is engaged
till the session ends, expires or is terminated.
I think you can safely say, KANNEL has done its own part, and so have you.
Best
Hi Jayesh,
The failures may not be local to your configuration or connection; you'll have
to let us know what failed.
USSD relies more on network infrastructure than SMS and is subject to a whole
different set of rules at the operators side.
Are you saying that every 6th Attempt hits the
Yeah Mike,
Every 6th Attempt hits the phone. And there is not any error messages in
/tmp/kannel.log
I have pasted my kannel logs here
http://pastebin.com/Mkh0pTK0
Best Regards,
*Jayesh
*
On Fri, Dec 14, 2012 at 6:10 PM, Mike Nwaogu wrote:
> every 6th Attempt hits the phone
Hi Jayesh,
The failures may not be local to your configuration or connection; you'll have
to let us know what failed.
USSD relies more on network infrastructure than SMS and is subject to a whole
different set of rules at the operators side.
Are you saying that every 6th Attempt hits the
;text=hello<http://192.168.1.195:13013/cgi-bin/sendsms?username=tester&password=foobar&from=11087&to=918898378838&text=hello>
Best Regards,
*Jayesh
*
On Fri, Dec 14, 2012 at 3:00 PM, Jayesh Labade wrote:
> How to solve this. sometimes USSD request works well and sometimes
How to solve this. sometimes USSD request works well and sometimes not,
Please guide..
Best Regards,
*Jayesh*
On Fri, Dec 14, 2012 at 2:56 PM, Jayesh Labade wrote:
> Hello List,
>
> Its working now but success rate is very low. out of 10 request made I got
> only 1 USSN message
My kannel bind with smsc through SMPP successfully but still i am not
>>>> able to send USSN
>>>>
>>>> Best Regards,
>>>> *Jayesh
>>>> *
>>>>
>>>>
>>>>
>>>> On Thu, Dec 13,
>>>>
>>>
>
helps
>>
>> On 13 December 2012 12:56, Jayesh Labade wrote:
>>
>>> My kannel bind with smsc through SMPP successfully but still i am not
>>> able to send USSN
>>>
>>> Best Regards,
>>> *Jayesh
>>> *
>>>
>>>
>>&
Hello List,
I am trying to setup SMPP details provided my USSD provider. And USSD
provider says that I have successfully registered SMPP details in kannel
but I am not able to send USSD message.
This is the URL from which I am trying to send USSD message..
elinks "
http://127.0.0.1:1301
Hello List,
Can Someone provide me step by step guide to configure USSD with kannel via
SMPP.
any help would be greatly appreciated.
Best Regards,
*Jayesh*
Hello List,
Can someone guide me in setting up a ussd account tlv and other required
values with sendsms url parameter. The menu should support multi session
with response enabled.
--
Regards,
Ashish
Over GSM network, USSD works over the signalling layer (same as SMS) to
maintain a session-based dialogue with the mobile user. The USSD gateway
works on menu-based ladder to let the user traverse through the options and
choose the one he requires. Backend programming can be anything, liek
Hi,
I'd also be very interested in this. :)
Kind Regards,
Chris
On 29/07/12 21:34, Joseph Koech wrote:
Hey,
As a newbie in USSD stuff that has caught my interest, mind
explaining further like you do to a 2 year old? I know
Hey,
As a newbie in USSD stuff that has caught my interest, mind explaining
further like you do to a 2 year old? I know just a bit about USSD and how
it works but haven't really worked with it in real world apps. How do I get
started? Any simulators around?
Regards,
Kowech.
On Fri, Jul 27,
Towards the GSM network? No.
You can howeve use it to run USSD apps, if there is an existing USSD
gateway in the GSM network, to whom you can integrate kannel.
On Tue, Jul 24, 2012 at 10:40 AM, Vijay kumar Dadhich
wrote:
> Hello Friends,
>
> can we use kannel as USS
Hello Friends,
can we use kannel as USSD gateway ?
--
Thanks & Regards,
-Vijay Kumar Dadhich
Entrepreneur
Hello Willy,
USSD feature for sending normal message is already present in Kannel. I
want to push WAP message over USSD as we used push over normal SMS.
On Thu, May 17, 2012 at 7:11 PM, Willy Mularto wrote:
> Is this Kannel's new feature? I read the user guide and found no
>
Is this Kannel's new feature? I read the user guide and found no information
regarding this thing.
AFAIK USSD is telco's territory, based on common practice, usually telco
provide us some API. Here in Indonesia USSD final instruction will hit some URL
and or simulate MO.
On May 17
Hi,
Please provide some idea how to send WAP push message over USSD.
Thanks in advance..
Regards
Rk
I have seen some people talk about this possibility, however from
my experience, Every mobile network operator has their own different api
for USSD, unlike sms which uses the smpp protocol that Kannel supports. So
what I usually do is to approach the operator , get their API and then
implement
does kannel support USSD
Hi Ahmed,
I have tried to implement USSD service using Kannel.
At least some simple USSD dialogue was working well on test.
On other side it was Canvas USSD-C connected via SMPP v3.4.
However for production I have switched to own SMPP-client that also
managed USSD sessions.
So I can't
Did any one worked before with USSD in kannel ??
Best Regards,
Ahmed Shabana
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of
Anshu Sah
Sent: Tuesday, December 27, 2011 9:08 AM
To: users; Platinum 2010; Nikos Balkanas
Subject: kannel SMPP and USSD
Hi,
I would
Hi,
I would like to understand more about USSD and Kannel. Will you guide me.
Regards
Anshu Sah
Most of operators provide SMPP interface to their USSD GW. All you need to
do is to contact them and provide smpp account. Also some of them can
provide even web service.
Meanwhile you can google about other alternatives. There are some providers
which can give you API to send international USSD
Hi,
some operators use SMPP as a transport for USSD messages but it's
operator-specific
Regards
On 14/06/2011 16:27, Hammad wrote:
Hi,
USSD is a service that uses MAP protocol since its with HLR. You need
connectiviity with HLR to recieve USSD messages.
I dont think Kannel has any
Hi,
USSD is a service that uses MAP protocol since its with HLR. You need
connectiviity with HLR to recieve USSD messages.
I dont think Kannel has anything relevant for USSD.
Regards,
Hammad
Flexilogix Inc
On Mon, Jun 13, 2011 at 10:43 PM, Jinson Abraham wrote:
> Can somebody help me w
GSM Networks usually have specific API's for USSD connections. I would
advise you get in touch with the concerned networks over this matter.
On 6/13/11, Jinson Abraham wrote:
> Can somebody help me with this?
>
>
> **
>
>
> On Mon, Jun 13, 2011 at 12:08
Can somebody help me with this?
**
On Mon, Jun 13, 2011 at 12:08 PM, Jinson Abraham wrote:
> Hello All,
>
> Is it possible to send Network Initiated USSD messages from Kannel? I'm
> trying to develop a USSD app which sends NI USSD messages and get the user
>
Hello All,
Is it possible to send Network Initiated USSD messages from Kannel? I'm
trying to develop a USSD app which sends NI USSD messages and get the user
response and respond accordingly.
*Thanks & Regards***
*Jinson *
**
hi...
Please cross check the following thing:-
1) Bind the account which you get from the
operator end with NOWSMS and test it.
2) Also check the receiver bind at your kannel.
Hiii,
I have received the gateway from my operator. We have successfully pushed
the ussd message to the handset. The only problem is that when i give the
value 2 to service_op then i don't get the *answer* option in my handset.
According to my knowledge, value 2 in service_op stands for
Hiii,
I have received the gateway from my operator. We have successfully pushed
the ussd message to the handset. The only problem is that when i give the
value 2 to service_op then i don't get the *answer* option in my handset.
According to my knowledge, value 2 in service_op stands for
Thank you..
2011/3/15 Elton Hoxha
> Download and install recent version, no patch is needed.
>
>
> 2011/3/15 gautam sasikumar
>
>> H,
>>
>> Does this mean that kannel doesn't need a patch for USSD.???
>>
>>
>> 2011/3/15 El
Download and install recent version, no patch is needed.
2011/3/15 gautam sasikumar
> H,
>
> Does this mean that kannel doesn't need a patch for USSD.???
>
>
> 2011/3/15 Elton Hoxha
>
>> Its better to upgrade your kannel with latest version. Af
H,
Does this mean that kannel doesn't need a patch for USSD.???
2011/3/15 Elton Hoxha
> Its better to upgrade your kannel with latest version. After it, add to
> your conf file following lines, so you can talk to your USSDC.
>
> group = smpp-tlv
> name = mydata
&
, is
an example of receiving MO USSD requests, sending all needed parameters to
your application.
get-url = "http://IP:PORT
/UssdServices.asmx/GetUssdRequest?metadata=%D&originator=%p&choice=%a&receiver=%P&ussdId=%I"
You can read the user guide about explanation of th
h,
I have an operator who is forwarding the request from his USSD to my
server in smpp protocol. I was wondering about how am i to catch that
request in kannel and forward it to my application. Will i be able to get
the parameters like the mmi that the user sent, Any input that the user
2011/3/14 gautam sasikumar :
> Hiii,
> I am developing USSD application which is at a basic stage. I was
> looking for a patch for USSD in kannel version 1.4.3. I have searched the
> whole web but in vain. I have three basic questions.
> 1> Does Kannel require a patch for
Hiii,
I am developing USSD application which is at a basic stage. I was
looking for a patch for USSD in kannel version 1.4.3. I have searched the
whole web but in vain. I have three basic questions.
1> Does Kannel require a patch for implementing ussd??
2> If Kannel does require a
2011/1/4 Ravindra Gupta // Viva :
> Hii,
> How to configure Kannel to send/receive USSD request?
Hello,
1. You need SMPP capable USSDC
2. configured kannel
3. web app with logic
We do offer reliable 2. & 3. services configured to work with 1. from Huawei.
Both USSD strings and menus ar
Hii,
How to configure Kannel to send/receive USSD request?
How to configure Kannel to send/receive USSD request?ANy guide or pointer
vailable for the same?
Hello Milan,
MPS> Kannel doesn't support sending "out of band" AT command to modem, AFAIK.
MPS> But that question gave me idea to implement it through the HTTP admin
MPS> interface or maybe through the separate interface, although I'm not
MPS> sure how much it would be useful.
If you consider wri
rds if i want to send AT commands(ussd) through modem..does
>> kannel help?
>
> Hey,
> if it's not in the box you should be able to add such feature with ease.
> The main question is this the way to go? You can use kannel as USSD
> Gateway having link to MNO... But if y
2010/10/13 dafodil :
> Hi marcin thanks for the reply.
> yes i know about AT commands but can kannel automate this things.
> in other words if i want to send AT commands(ussd) through modem..does
> kannel help?
Hey,
if it's not in the box you should be able to add such feature wi
On Wed, 2010-10-13 at 01:12, dafodil wrote:
> Hi marcin thanks for the reply.
> yes i know about AT commands but can kannel automate this things.
> in other words if i want to send AT commands(ussd) through modem..does
> kannel help?
Kannel doesn't support sending "out
Hi marcin thanks for the reply.
yes i know about AT commands but can kannel automate this things.
in other words if i want to send AT commands(ussd) through modem..does
kannel help?
Br
daf
Marcin Bockowski wrote:
>
> 2010/10/12 dafodil :
>> about sending USSD strings from the m
2010/10/12 dafodil :
> about sending USSD strings from the modem...it wd help me if u give me a
> pointer other wise no problem ..u really did a lot tome me.
AT+CUSD
FTW! ;-)
--
Marcin Boćkowski
http://www.ktosiu.com
tel. +48 79 69 0 69 79
Hi
I really got a very clear idea and now understand in simple form how it
should work.
I can not explain my happiness about ur explanation but u r a genius.
about sending USSD strings from the modem...it wd help me if u give me a
pointer other wise no problem ..u really did a lot tome me.
Br
receive the sms in your
modem. Keep the originator coming from MO message, compose the message with
the proper keyword&Destination(MoneyReceiver)&amount and send it to the
proper shortcode of operator.
About performing the same action through USSD, the standard formatshould be
something l
of ussd strings.Lets say i will have a system where i will have a
gsm modem with sim having enough balance.so friends send sms to my sim and
get credits.
like they would send
to:my shortcode number
from :thier number
amount:some dollars
so my sim is a sim that can process ussd commands.
i
It is needed to agree with mobile operators to assign a smpp account for you
in order to connect to their USSDC. After that you can start developing Menu
and services.
I`m not aware if there are global USSD providers that provide HTTP API, for
example like Clickatell who does the same for SMS
Hi elthox,
thanks for ur time.
what i need to have for ussd or short code exchage apart from kannel.
can u pls give me some pointer on that.
Br
daf
elthox wrote:
>
> I think you dont have the needed infrastructure for developing USSD
> application. Kannel needs to connect to USSD
I think you dont have the needed infrastructure for developing USSD
application. Kannel needs to connect to USSDC through SMPP. In your case you
are using modem which is not relevant in this case.
On Mon, Oct 11, 2010 at 11:06 AM, dafodil wrote:
>
> Thanks for the detail.MSISDN hel
Thanks for the detail.MSISDN helps for correlation.
Let me know if i m not misleading u.
I am on my pc connected to modem and kannel is up and running.
i wan to to initiate USSD.
can it be over GSM(using my gsm modem and not GPRS/internet)
or it can be only over HTTP/GPRS.
can u pls give a
You stated yourself in the first post. USSD is based on sessions. So these
sessions should be managed by application until network (time out, usually 3
or 5 minutes) or user releases it (when he/she interrupts the dialog).
For every initial incoming/outgoing request, originated by subscriber (or
Thanks for the reply.
can u explain on this
"All that should be done in application side, differentiating
the sessions while users access the ussd application in paralel."
thanks once agian for ur time.
Br daf
elthox wrote:
>
> Hi,
>
> No need to to submit any patch
Hi,
No need to to submit any patch for USSD. Configuring ussd_service_op is just
enough. Then you should take care of the sessions, for which kannel is not
responsible. All that should be done in application side, differentiating
the sessions while users access the ussd application in paralel
Hi List,
I understand that sms is through store/foreward where as ussd is session
based.is it possible to send ussd and sms to short code through kannel.i
have browsed many archives where people have submitted patches so that
kannel can send ussd.so far my understaning is concerned.
To send USSD
Hi,
I have succeded sending all USSD commands in a simpler way, I mean
configuration and parameters point of view.
In conf file:
group = smpp-tlv
name = mydata
tag = 0x0501
type = integer
length = 1
smsc-id = ussdmenu
and send-sms url looks like:
http://10.1.5.30:x/cgi-bin/sendsms?username=kot
sc-id line, or specifying the smsc on
> the url.
>
> Also check the logs to see if you find something in there.
>
> Regards,
>
> Alex
>
> On Wed, Feb 3, 2010 at 1:33 PM, GSM Revolution wrote:
>
>> Hi,
>>
>> I want to push USSN through kannel but unab
Revolution wrote:
> Hi,
>
> I want to push USSN through kannel but unable to send.
>
> Configuration for TLV for USSD is -
>
> *group = smpp-tlv
> name = service_type
> tag = 0x0501
> type = octetstring
> length = 2
> smsc-id = Unicel1
>
> group = sm
1 - 100 of 142 matches
Mail list logo