Detecting incoming DTMF

AS
Abdelrahman Salah
Sun, Mar 10, 2013 2:45 PM

Dear all,
I read in the FAQ that PJSIP currently does not support DTMF detection,.
i have a DTMF routine, but i don't know how to integrate it with PJSIP,
any pointers where to start,
your help will be most appreciated.

thanks in advance.

Dear all, I read in the FAQ that PJSIP currently does not support DTMF detection,. i have a DTMF routine, but i don't know how to integrate it with PJSIP, any pointers where to start, your help will be most appreciated. thanks in advance.
MS
Manmeet Singh
Mon, Mar 11, 2013 7:28 AM

Hello All,

I have a similar confusion, the documentation says DTMF detection is not
supported, but I see pjmedia_stream_set_dtmf_callback in stream.h.

Please clarify if the documentation is correct or not updated.

Regards
Manmeet

On 03/10/2013 08:15 PM, Abdelrahman Salah wrote:

Dear all,
I read in the FAQ that PJSIP currently does not support DTMF detection,.
i have a DTMF routine, but i don't know how to integrate it with PJSIP,
any pointers where to start,
your help will be most appreciated.

thanks in advance.


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

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

Hello All, I have a similar confusion, the documentation says DTMF detection is not supported, but I see pjmedia_stream_set_dtmf_callback in stream.h. Please clarify if the documentation is correct or not updated. Regards Manmeet On 03/10/2013 08:15 PM, Abdelrahman Salah wrote: > Dear all, > I read in the FAQ that PJSIP currently does not support DTMF detection,. > i have a DTMF routine, but i don't know how to integrate it with PJSIP, > any pointers where to start, > your help will be most appreciated. > > thanks in advance. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
TV
Tomáš Valenta
Mon, Mar 11, 2013 7:53 AM

Hi,

Manmeet, the pjmedia_stream_set_dtmf_callback is for DTMF received via
RFC2388, I suppose, which indeed works. What Abdelrahman asks is
detecting DTMF from audio stream, I guess.

Abdelrahman, see my previous post:
http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2013-March/015863.html

There you can find how to access audio data and propagate callbacks to
the highest levels.

Cheers,

  • Vali

Dne 11.3.2013 8:28, Manmeet Singh napsal(a):

Hello All,

I have a similar confusion, the documentation says DTMF detection is not
supported, but I see pjmedia_stream_set_dtmf_callback in stream.h.

Please clarify if the documentation is correct or not updated.

Regards
Manmeet

On 03/10/2013 08:15 PM, Abdelrahman Salah wrote:

Dear all,
I read in the FAQ that PJSIP currently does not support DTMF detection,.
i have a DTMF routine, but i don't know how to integrate it with PJSIP,
any pointers where to start,
your help will be most appreciated.

thanks in advance.


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, Manmeet, the pjmedia_stream_set_dtmf_callback is for DTMF received via RFC2388, I suppose, which indeed works. What Abdelrahman asks is detecting DTMF from audio stream, I guess. Abdelrahman, see my previous post: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2013-March/015863.html There you can find how to access audio data and propagate callbacks to the highest levels. Cheers, - Vali Dne 11.3.2013 8:28, Manmeet Singh napsal(a): > Hello All, > > I have a similar confusion, the documentation says DTMF detection is not > supported, but I see pjmedia_stream_set_dtmf_callback in stream.h. > > Please clarify if the documentation is correct or not updated. > > Regards > Manmeet > > On 03/10/2013 08:15 PM, Abdelrahman Salah wrote: >> Dear all, >> I read in the FAQ that PJSIP currently does not support DTMF detection,. >> i have a DTMF routine, but i don't know how to integrate it with PJSIP, >> any pointers where to start, >> your help will be most appreciated. >> >> thanks in advance. >> >> >> _______________________________________________ >> 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 >