DTMF Issue in Symbian

SM
S. M. Nazmul Hasan (Opu)
Thu, Oct 23, 2008 2:20 PM

Hi

  1. If i want to dial an extension using symbian_ua_gui what I need to
    change(/add) in the code?

  2. Is it possible to add some API to do this like CTelephony.

please help me.

Thanks

Opu

Hi 1. If i want to dial an extension using symbian_ua_gui what I need to change(/add) in the code? 2. Is it possible to add some API to do this like CTelephony. please help me. Thanks Opu
NI
Nanang Izzuddin
Tue, Oct 28, 2008 11:46 AM

Hi,

There is PJSUA-LIB API pjsua_call_dial_dtmf() that uses RFC 2833
mechanism. Please read the doc, perhaps you can find it useful.

Regards,
nanang

On Thu, Oct 23, 2008 at 9:20 PM, S. M. Nazmul Hasan (Opu)
apus29@gmail.com wrote:

Hi

  1. If i want to dial an extension using symbian_ua_gui what I need to
    change(/add) in the code?

  2. Is it possible to add some API to do this like CTelephony.

please help me.

Thanks

Opu


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, There is PJSUA-LIB API pjsua_call_dial_dtmf() that uses RFC 2833 mechanism. Please read the doc, perhaps you can find it useful. Regards, nanang On Thu, Oct 23, 2008 at 9:20 PM, S. M. Nazmul Hasan (Opu) <apus29@gmail.com> wrote: > > Hi > > 1. If i want to dial an extension using symbian_ua_gui what I need to > change(/add) in the code? > > 2. Is it possible to add some API to do this like CTelephony. > > please help me. > > Thanks > > Opu > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
AR
Archie Rosenblum
Sun, Nov 9, 2008 7:41 PM

I have a small server app that listens and sends DTMF digits.  The null
device [pjsua_set_null_snd_dev()] is very handy for this application since
the machine is not equipped with a sound card.  When I send DTMF digits
using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving
side.  I have tested this on other machines with a sound card and it seems
that if there is a regular sound device, the DTMF digit is heard, but after
a call to pjsua_set_null_snd_dev() nothing is heard.  Is there a way to send
DTMF when using the null sound device?

Best regards,

Archie

I have a small server app that listens and sends DTMF digits. The null device [pjsua_set_null_snd_dev()] is very handy for this application since the machine is not equipped with a sound card. When I send DTMF digits using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving side. I have tested this on other machines with a sound card and it seems that if there is a regular sound device, the DTMF digit is heard, but after a call to pjsua_set_null_snd_dev() nothing is heard. Is there a way to send DTMF when using the null sound device? Best regards, Archie
NI
Nanang Izzuddin
Mon, Nov 10, 2008 9:33 AM

Hi,

I've just tried to send DTMF RFC 2833 from pjsua with null-audio to
xlite and the xlite played the digits well. Any other info to
reproduce the case? Have you tried with VAD disabled?

Regards,
nanang

On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum archie@bbsti.com wrote:

I have a small server app that listens and sends DTMF digits.  The null
device [pjsua_set_null_snd_dev()] is very handy for this application since
the machine is not equipped with a sound card.  When I send DTMF digits
using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving
side.  I have tested this on other machines with a sound card and it seems
that if there is a regular sound device, the DTMF digit is heard, but after
a call to pjsua_set_null_snd_dev() nothing is heard.  Is there a way to send
DTMF when using the null sound device?

Best regards,

Archie


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, I've just tried to send DTMF RFC 2833 from pjsua with null-audio to xlite and the xlite played the digits well. Any other info to reproduce the case? Have you tried with VAD disabled? Regards, nanang On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum <archie@bbsti.com> wrote: > I have a small server app that listens and sends DTMF digits. The null > device [pjsua_set_null_snd_dev()] is very handy for this application since > the machine is not equipped with a sound card. When I send DTMF digits > using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving > side. I have tested this on other machines with a sound card and it seems > that if there is a regular sound device, the DTMF digit is heard, but after > a call to pjsua_set_null_snd_dev() nothing is heard. Is there a way to send > DTMF when using the null sound device? > > > > Best regards, > > Archie > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
GL
Gang Liu
Mon, Nov 10, 2008 9:52 AM

Null device was ok for me.
Pls make sure remote side has included telephone-event at its SDP, otherwise
pjsip wouldn't send out 2833.

regards,
Gang

On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum archie@bbsti.com wrote:

I have a small server app that listens and sends DTMF digits.  The null
device [pjsua_set_null_snd_dev()] is very handy for this application

since

the machine is not equipped with a sound card.  When I send DTMF digits
using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the

receiving

side.  I have tested this on other machines with a sound card and it

seems

that if there is a regular sound device, the DTMF digit is heard, but

after

a call to pjsua_set_null_snd_dev() nothing is heard.  Is there a way to

send

DTMF when using the null sound device?

Best regards,

Archie


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Null device was ok for me. Pls make sure remote side has included telephone-event at its SDP, otherwise pjsip wouldn't send out 2833. regards, Gang On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum <archie@bbsti.com> wrote: > > I have a small server app that listens and sends DTMF digits. The null > > device [pjsua_set_null_snd_dev()] is very handy for this application > since > > the machine is not equipped with a sound card. When I send DTMF digits > > using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the > receiving > > side. I have tested this on other machines with a sound card and it > seems > > that if there is a regular sound device, the DTMF digit is heard, but > after > > a call to pjsua_set_null_snd_dev() nothing is heard. Is there a way to > send > > DTMF when using the null sound device? > > > > > > > > Best regards, > > > > Archie > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
AR
Archie Rosenblum
Tue, Nov 11, 2008 10:01 PM

Thank you, Gang and Nanang, for taking the time to investigate my issue.

Archie


From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of Gang Liu
Sent: Monday, November 10, 2008 4:53 AM
To: pjsip list
Subject: Re: [pjsip] DTMF and Null Device

Null device was ok for me.
Pls make sure remote side has included telephone-event at its SDP, otherwise
pjsip wouldn't send out 2833.

regards,
Gang

On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum archie@bbsti.com wrote:

I have a small server app that listens and sends DTMF digits.  The null
device [pjsua_set_null_snd_dev()] is very handy for this application since
the machine is not equipped with a sound card.  When I send DTMF digits
using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving
side.  I have tested this on other machines with a sound card and it seems
that if there is a regular sound device, the DTMF digit is heard, but

after

a call to pjsua_set_null_snd_dev() nothing is heard.  Is there a way to

send

DTMF when using the null sound device?

Best regards,

Archie

Thank you, Gang and Nanang, for taking the time to investigate my issue. Archie _____ From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Gang Liu Sent: Monday, November 10, 2008 4:53 AM To: pjsip list Subject: Re: [pjsip] DTMF and Null Device Null device was ok for me. Pls make sure remote side has included telephone-event at its SDP, otherwise pjsip wouldn't send out 2833. regards, Gang On Mon, Nov 10, 2008 at 2:41 AM, Archie Rosenblum <archie@bbsti.com> wrote: > I have a small server app that listens and sends DTMF digits. The null > device [pjsua_set_null_snd_dev()] is very handy for this application since > the machine is not equipped with a sound card. When I send DTMF digits > using pjsua_call_dial_dtmf() I do not hear the DTMF digit on the receiving > side. I have tested this on other machines with a sound card and it seems > that if there is a regular sound device, the DTMF digit is heard, but after > a call to pjsua_set_null_snd_dev() nothing is heard. Is there a way to send > DTMF when using the null sound device? > > > > Best regards, > > Archie > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org