How to stop ringing tone before rejection

Login to reply to this topic.
Tue, 2007-07-03 08:44
Joined: 2007-07-03
Forum posts: 43

Hi All,

I am trying to develop an application which rejects the incoming calls.But I am getting a short ringing tone before rejection.
Has anybody ever faced the same.Kindly tell me how can I control it.

Regards,
Willi


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.


Sun, 2007-07-29 20:32
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

hi,
My problem is exactly that what u face... If u solved ur Problem ..can u tell me how u handle this plz ???


Thanks & Regards,
C Singh

Mon, 2007-07-30 04:55
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

nopes...
Still looking for the solution...

Regards


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Mon, 2007-07-30 14:07
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

hi willi,
u just try this link:----------- i try but it gets some error... may be u get it...
http://discussion.forum.nokia.com/forum/showthread.php?t=112969


Thanks & Regards,
C Singh

Mon, 2007-07-30 14:23
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

Hi

Thanks for the solution..
but this is all about muting phone ringing tone..right..
It is working fine..
What error r u getting ..May be I can help you..


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Mon, 2007-07-30 17:16
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

ok its work ......... I reimport lib file .....


but this is all about muting phone ringing tone..right..

U mean its mute where call is incoming side...................???


Thanks & Regards,
C Singh

Tue, 2007-07-31 06:16
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

yup...it will simply emulate your right soft key when there would be an incoming call and and ringing tone will be silent...


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Tue, 2007-07-31 09:26
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

yes yes....
exactly my problem is that.. i want to stop short ring which heared by caller before rejection........................


Thanks & Regards,
C Singh

Tue, 2007-07-31 09:33
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

m looking for the same dear:)
Once I will get the solution I will update you..
but link which u gave here will simply make ur ringing tone silent by emulating right soft key...


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Tue, 2007-07-31 09:41
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

Hi i got solution for both the situation///

Then link which u gave will work in the situation when you r making a call and dont wish to listen any beep ..
and solution to stop ringing tone at reciever end is

RWsSession sess=CCoeEnv::Static()->WsSession();
TWsEvent event;
TInt id=sess.FindWindowGroupIdentifier( 0, _L("*Phone?") );
event.SetType(EEventKey);
event.SetTimeNow();
event.Key()->iCode = EKeyCBA2; //for muting
event.Key()->iModifiers = 0;
event.Key()->iRepeats =0;
event.Key()->iScanCode = EStdKeyNull;
sess.SendEventToWindowGroup( id, event );

hope this will help


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Tue, 2007-07-31 11:09
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

ok thankx but what for caller end.......


Thanks & Regards,
C Singh

Tue, 2007-07-31 11:20
Joined: 2007-07-03
Forum posts: 43
Re: How to stop ringing tone before rejection

link which you gave me is perfectly fine and will reject the call without listening any callertune at caller end.
but make sure that you should not do any lengthy processing before calling MuteCall() function otherwise it may lead to you a short callertune and caller may think it has been rejected.So if you want caller to show that you are busy emulate your reject key and ok key as it has been mentioned in the link given by you in above posts..


------------------
Bhatt Kavita,

There is always a direct response from the definite intelligence of your subconcious mind to your concious thinking.If you ask for bread you will not recieve a stone.

Wed, 2007-08-01 12:20
Joined: 2007-06-20
Forum posts: 93
Re: How to stop ringing tone before rejection

hi willi,
my prblm has been solved... if ur problem is still then check this link:----
http://www.newlc.com/forum/how-stop-short-ringing-tone#comment-40367


Thanks & Regards,
C Singh

  • Login to reply to this topic.