linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] ortp for DTMF only


From: Henning Christiansen
Subject: Re: [Linphone-developers] ortp for DTMF only
Date: Tue, 10 Jul 2012 14:11:50 +0200 (CEST)

The DTMF feature works fine for me:

1. Before calling rtp_session_new I call
    rtp_profile_set_payload(&av_profile, xxx,
&payload_type_telephone_event);  /* xxx: typically 101 */

2. After calling rtp_session_new I call
    rtp_session_set_profile(rtpSession, &av_profile);

3. In order to send out a DTMF digit I call
    rtp_session_send_dtmf.
    Following that I increment the timestamp.


Mit freundlichen Grüßen
Henning Christiansen
Entwicklung

Phone: +49 (0)40 890 88 171
Fax:       +49 (0)40 890 88 444
mailto:address@hidden
Stollmann E+V GmbH, Mendelssohnstr. 15D, 22761 Hamburg, Germany

Meet us at:
IZB , Wolfsburg, 10-12 October 2012, hall 3, stand 200
Electronics goes medical, Munich, 10-11 October 2012
FOKUS FUSECO Forum, Berlin, 15-16 November 2012
___________________________________________________________________
Registergericht/Register Court: Amtsgericht Hamburg HRB 55634
Sitz der Gesellschaft/Registered office: Hamburg
VAT-ID: DE 811 675 541
Geschäftsführer/Managing Director: Christian Lührs
www.stollmann.de
___________________________________________________________
Bluetooth, IEEE 11073, NFC, Call Manager, ISDN- driven by Stollmann


-----Ursprüngliche Nachricht-----
Von: address@hidden
[mailto:address@hidden Im Auftrag
von Klaus Darilion
Gesendet: Dienstag, 10. Juli 2012 12:18
An: address@hidden
Betreff: [Linphone-developers] ortp for DTMF only

Hi!

I want to use ortp the send DTMF only - just send a certain code via DTMF.
I read the doxygen API but I am a bit confused - is there somewhere a
simple example of ortp usage available?

regards
Klaus

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]