Re: USSD and shortCode programming

2010-10-14 Thread dafodil

Hi Thanks,
for the reply.

I found an open source smslib which cn do the things pretty smart.

Br
daf

Marcin Bockowski wrote:
 
 2010/10/13 dafodil neo.tu...@yahoo.com:
 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 with ease.
 The main question is this the way to go? You can use kannel as USSD
 Gateway having link to MNO... But if you just need to automate things
 via modem it's prolly better to use simple python / perl script to
 trigger AT commands.
 
 gl  hf ;-)
 
 -- 
 Marcin Boćkowski
 http://www.ktosiu.com
 tel. +48 79 69 0 69 79
 
 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29959492.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: USSD and shortCode programming

2010-10-14 Thread Thomas Göttgens
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 writing something like that, you might want to have a
look at mbuni. There are some setups where you wannna use a GSM/GPRS
Device for sending MMS where you need to apply scripting to take mbuni
down and start up kannel to talk to the modem (MMS is a 2 part proces,
where you technically send a wap push and then provide the content over
GPRS). If we had an universal 'modem sharing daemon' this kind of
stuff all becomes much easier.

-- 
Best regards,
 Thomasmailto:tho...@ist.schuldig.de




Re: USSD and shortCode programming

2010-10-13 Thread 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?

Br
daf


Marcin Bockowski wrote:
 
 2010/10/12 dafodil neo.tu...@yahoo.com:
 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
 
 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29950480.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: USSD and shortCode programming

2010-10-13 Thread Milan P. Stanic
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 of band AT command to modem, AFAIK.
But that question gave me idea to implement it through the HTTP admin
interface or maybe through the separate interface, although I'm not
sure how much it would be useful.

 Marcin Bockowski wrote:
  2010/10/12 dafodil neo.tu...@yahoo.com:
  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! ;-)
 View this message in context: 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29950480.html
 Sent from the Kannel - User mailing list archive at Nabble.com.

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



Re: USSD and shortCode programming

2010-10-13 Thread Marcin Bockowski
2010/10/13 dafodil neo.tu...@yahoo.com:
 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 with ease.
The main question is this the way to go? You can use kannel as USSD
Gateway having link to MNO... But if you just need to automate things
via modem it's prolly better to use simple python / perl script to
trigger AT commands.

gl  hf ;-)

-- 
Marcin Boćkowski
http://www.ktosiu.com
tel. +48 79 69 0 69 79



Re: USSD and shortCode programming

2010-10-12 Thread Elton Hoxha
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 channel.

On Tue, Oct 12, 2010 at 7:57 AM, dafodil neo.tu...@yahoo.com wrote:


 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 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 neo.tu...@yahoo.com wrote:
 
 
  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 sample configuration and url how this can be done.
 
  Thanks a lot.
 
  Br
  Daf
 
 
 
 
  elthox wrote:
  
   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
   vice versa), you assign a session id coorelated with MSISDN (compound
   key). Then u can use this key to identify the respective session until
   subscriber finalizes the dialog.
  
   Elton
  
   On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote:
  
  
   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 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.
   
You can check older posts related to configuration and how to send
USSR/USSN.
   
Regards
elton
   
On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com
  wrote:
   
   
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 data we have to use a TLV parameter
 ussd_service_op.
is it possible to do that.any pointer on shortcode
  programming(sending
sms
to shortcode) would help me to learn.
   
Thanks.
   
Br daf
   
   
--
View this message in context:
   
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
Sent from the Kannel - User mailing list archive at Nabble.com.
   
   
   
   
   
  
   --
   View this message in context:
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
Sent from the Kannel - User mailing list archive at Nabble.com.
  
  
  
  
  
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29932255.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29940428.html
  Sent from the Kannel - User mailing list archive at Nabble.com.





Re: USSD and shortCode programming

2010-10-12 Thread dafodil

Hi
Thanks for ur detail answer.
basically i m trying to experiment on how to transfer credit from one mobile
to another or simillar activities.
what is need for this?if i have understood correctly need to send sms to
shortcode or ussd.so in that case i dont need any menu driven ussd.just
exchange 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 hope i did create any confusion or misleaded you with the example.

Br
daf






elthox wrote:
 
 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 channel.
 
 On Tue, Oct 12, 2010 at 7:57 AM, dafodil neo.tu...@yahoo.com wrote:
 

 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 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 neo.tu...@yahoo.com wrote:
 
 
  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 sample configuration and url how this can be done.
 
  Thanks a lot.
 
  Br
  Daf
 
 
 
 
  elthox wrote:
  
   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
   vice versa), you assign a session id coorelated with MSISDN
 (compound
   key). Then u can use this key to identify the respective session
 until
   subscriber finalizes the dialog.
  
   Elton
  
   On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com
 wrote:
  
  
   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 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.
   
You can check older posts related to configuration and how to
 send
USSR/USSN.
   
Regards
elton
   
On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com
  wrote:
   
   
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 data we have to use a TLV parameter
 ussd_service_op.
is it possible to do that.any pointer on shortcode
  programming(sending
sms
to shortcode) would help me to learn.
   
Thanks.
   
Br daf
   
   
--
View this message in context:
   
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
Sent from the Kannel - User mailing list archive at Nabble.com.
   
   
   
   
   
  
   --
   View this message in context:
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
Sent from the Kannel - User mailing list archive at Nabble.com.
  
  
  
  
  
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29932255.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29940428.html
  Sent from the Kannel - User mailing list archive at Nabble.com.



 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29940854.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: USSD and shortCode programming

2010-10-12 Thread dafodil

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
Daf



elthox wrote:
 
 Then your modem will work as  proxy.
 
 Following your example, your friends will send an sms to your Modem
 number.
 I suppose the operator you are attached to, provides this basic service of
 Credit Transfer through SMS, lets say send MSISDN amount to .
 All you have to do is to build your logic after you receive the sms in
 your
 modem. Keep the originator coming from MO message, compose the message
 with
 the proper keywordDestination(MoneyReceiver)amount and send it to the
 proper shortcode of operator.
 
 About performing the same action through USSD, the standard formatshould
 be
 something like this; *111*MSISDN*AMOUNT#
 
 Other guys in the forum may help you how you can initiate USSD strings
 from
 the modem, if it is possible.
 
 Elton
 
 
 
 On Tue, Oct 12, 2010 at 9:32 AM, dafodil neo.tu...@yahoo.com wrote:
 

 Hi
 Thanks for ur detail answer.
 basically i m trying to experiment on how to transfer credit from one
 mobile
 to another or simillar activities.
 what is need for this?if i have understood correctly need to send sms to
 shortcode or ussd.so in that case i dont need any menu driven ussd.just
 exchange 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 hope i did create any confusion or misleaded you with the example.

 Br
 daf






 elthox wrote:
 
  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 channel.
 
  On Tue, Oct 12, 2010 at 7:57 AM, dafodil neo.tu...@yahoo.com wrote:
 
 
  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 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 neo.tu...@yahoo.com
 wrote:
  
  
   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 sample configuration and url how this can be done.
  
   Thanks a lot.
  
   Br
   Daf
  
  
  
  
   elthox wrote:
   
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
vice versa), you assign a session id coorelated with MSISDN
  (compound
key). Then u can use this key to identify the respective session
  until
subscriber finalizes the dialog.
   
Elton
   
On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com
  wrote:
   
   
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 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.

 You can check older posts related to configuration and how to
  send
 USSR/USSN.

 Regards
 elton

 On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com
   wrote:


 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 

Re: USSD and shortCode programming

2010-10-12 Thread Marcin Bockowski
2010/10/12 dafodil neo.tu...@yahoo.com:
 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



Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
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.

You can check older posts related to configuration and how to send
USSR/USSN.

Regards
elton

On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote:


 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 data we have to use a TLV parameter ussd_service_op.
 is it possible to do that.any pointer on shortcode programming(sending sms
 to shortcode) would help me to learn.

 Thanks.

 Br daf


 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
 Sent from the Kannel - User mailing list archive at Nabble.com.





Re: USSD and shortCode programming

2010-10-11 Thread dafodil

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 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.
 
 You can check older posts related to configuration and how to send
 USSR/USSN.
 
 Regards
 elton
 
 On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote:
 

 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 data we have to use a TLV parameter ussd_service_op.
 is it possible to do that.any pointer on shortcode programming(sending
 sms
 to shortcode) would help me to learn.

 Thanks.

 Br daf


 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
 Sent from the Kannel - User mailing list archive at Nabble.com.



 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
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
vice versa), you assign a session id coorelated with MSISDN (compound
key). Then u can use this key to identify the respective session until
subscriber finalizes the dialog.

Elton

On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote:


 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 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.
 
  You can check older posts related to configuration and how to send
  USSR/USSN.
 
  Regards
  elton
 
  On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote:
 
 
  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 data we have to use a TLV parameter ussd_service_op.
  is it possible to do that.any pointer on shortcode programming(sending
  sms
  to shortcode) would help me to learn.
 
  Thanks.
 
  Br daf
 
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
  Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
  Sent from the Kannel - User mailing list archive at Nabble.com.





Re: USSD and shortCode programming

2010-10-11 Thread dafodil

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 sample configuration and url how this can be done.

Thanks a lot.

Br
Daf




elthox wrote:
 
 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
 vice versa), you assign a session id coorelated with MSISDN (compound
 key). Then u can use this key to identify the respective session until
 subscriber finalizes the dialog.
 
 Elton
 
 On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote:
 

 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 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.
 
  You can check older posts related to configuration and how to send
  USSR/USSN.
 
  Regards
  elton
 
  On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote:
 
 
  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 data we have to use a TLV parameter ussd_service_op.
  is it possible to do that.any pointer on shortcode programming(sending
  sms
  to shortcode) would help me to learn.
 
  Thanks.
 
  Br daf
 
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
  Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
  Sent from the Kannel - User mailing list archive at Nabble.com.



 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29932255.html
Sent from the Kannel - User mailing list archive at Nabble.com.




Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
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 neo.tu...@yahoo.com wrote:


 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 sample configuration and url how this can be done.

 Thanks a lot.

 Br
 Daf




 elthox wrote:
 
  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
  vice versa), you assign a session id coorelated with MSISDN (compound
  key). Then u can use this key to identify the respective session until
  subscriber finalizes the dialog.
 
  Elton
 
  On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote:
 
 
  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 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.
  
   You can check older posts related to configuration and how to send
   USSR/USSN.
  
   Regards
   elton
  
   On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com wrote:
  
  
   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 data we have to use a TLV parameter ussd_service_op.
   is it possible to do that.any pointer on shortcode
 programming(sending
   sms
   to shortcode) would help me to learn.
  
   Thanks.
  
   Br daf
  
  
   --
   View this message in context:
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
  
  
  
  
  
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29932255.html
  Sent from the Kannel - User mailing list archive at Nabble.com.





Re: USSD and shortCode programming

2010-10-11 Thread dafodil

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 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 neo.tu...@yahoo.com wrote:
 

 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 sample configuration and url how this can be done.

 Thanks a lot.

 Br
 Daf




 elthox wrote:
 
  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
  vice versa), you assign a session id coorelated with MSISDN (compound
  key). Then u can use this key to identify the respective session until
  subscriber finalizes the dialog.
 
  Elton
 
  On Mon, Oct 11, 2010 at 9:53 AM, dafodil neo.tu...@yahoo.com wrote:
 
 
  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 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.
  
   You can check older posts related to configuration and how to send
   USSR/USSN.
  
   Regards
   elton
  
   On Mon, Oct 11, 2010 at 9:11 AM, dafodil neo.tu...@yahoo.com
 wrote:
  
  
   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 data we have to use a TLV parameter ussd_service_op.
   is it possible to do that.any pointer on shortcode
 programming(sending
   sms
   to shortcode) would help me to learn.
  
   Thanks.
  
   Br daf
  
  
   --
   View this message in context:
  
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931635.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
  
  
  
  
  
 
  --
  View this message in context:
 
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29931817.html
   Sent from the Kannel - User mailing list archive at Nabble.com.
 
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29932255.html
  Sent from the Kannel - User mailing list archive at Nabble.com.



 
 

-- 
View this message in context: 
http://old.nabble.com/USSD-and-shortCode-programming-tp29931635p29940428.html
Sent from the Kannel - User mailing list archive at Nabble.com.