Why we need to append dtmf digit with 0x8A,0x07,0xD0?
Type: Posts; User: neelimabtt; Keyword(s):
Why we need to append dtmf digit with 0x8A,0x07,0xD0?
I am developing it with Symbian S60 3rd edition FP2 sdk in Carbide c++ 2.0
edition. I have purchased a publisher id for developing multimedia
capabilities from Trust Center. I am using VAS(VoIP...
I am getting noise when audio from N79 is send to softphone. When I comment the sending of audio from Nokia N79, I am not getting noise. What may be the issue? I tried by setting G711Alaw with...
I have kept SetVAS property of G711 as false. I am getting noise in both the sides
I made a SIP call from N79 to a soft phone. On establishing a call, I am recieving audio packets on both sides. Even if I am not talking, a noise still exists. How to reduce noise in VAS? Is there...
When we send the data back to softphone it is sending 82 bytes. But I want to send 160 bytes. Shall I need to send 160 bytes or 162 bytes? I am appending two buffers by removing 2 bytes from second...
Thanks a ton. It worked!!!!!!!!! Without your help it would never be possible.
For sending also we need to append 2 bytes?
Thanks that solved the exception issue. But still voice not getting played.
The way I have done may be wrong.
TPtr8 aTempBuf(NULL,0,0);
aTempBuf.Set(address->Des());
aTempBuf...
Thanks a lot for your reply.
Size of iPlayBufPtr initially was 160.
iPlayBufPtr.AppendNum(iBuf1);
iPlayBufPtr.AppendNum(iBuf2);
iPlayBufPtr.Append(address->Des());
After this the size...
Have you fed the data obtained from RTP packets directly. Say if we get payloadData from RTPPacketRecieved, Can we directly give to CVoipDownLink.
When I am attaching the recorded data to...
Thanks for your reply. I have n't added Multimedia capability in mmp file.Once it is added it works fine.
Were you able to solve the above isssue? If so,can you share with me how were you able to solve it?
I am using VAS to play RTP Packets. The RTP packets recieved are fed to CDownLinkStream using BufferFilled.
When I start downlinkstream, I am getting FillBuffer event.
I have started...
I solved that issue. I haven't aded MultimediaDD capability. Then Kern-exec 0 was solved.
Thanks a lot for your valuable information. I installed ErrRd.sis. Now I am getting error "KERN EXEC 0"
I tried VoIPTestApp, it worked in the phone. So this means there is no issue in the phone.
...
I have installed VoIPAudioSrvc_3132_0x10207b9e.SISX to install VoIPAudioSrv in Nokia N79.It installed successfully.
Then I successfully installed my .sis file which uses VoIPAudioServices API. The...
I am also having the same issue. But I am having publsher id with Multimedia capability
it is closing abruptly without giving any error.
I am using N79 phone for testing.
I have a publisher id with MultimediaDD capability.
Actually it was an issue with the soft phone. When I changed the softphone,now RTP Packets are going to and fro.
My application gets closed in CreateDownLinkStream, what could be the issue?
Any...
It is getting closed in CreateDownlinkStream. What may be the issue
Hi,
I tried to run siprtpex app from emulator, packets are sent and recieved from emulator to soft phone. But when I tried to make a call from N79 to softphone through WLAN, no packets are...
I noticed that only when VAS application is called the application gets closed.Shall we need to install any other package in mobile phone to start VAS applications or I need to do any change in...
hi,
how to install VoIPAudioServiceAPI in N79?
Hi,
I am using Symbian S60 3rd edition FP2.
I installed VOIPTestApp.sis in N79. It got installed. But when I open It does not open and also not throw any error. I have a Trust Centre publisher...
I am into the process of developing VOIP application in S60 3rd edition FP2. We plan to purchase N79 phone for testing purpose. We want to test audio as well as video call. Is N79 a correct option?