Daniel Sigurgeirsson wrote:
>  Hi again,
>  
> as you may know I'm struggling with figuring out if the Alcatel PBX I'm
> connecting to supports DTMF and on what level. I know about the callback
> which is passed to sipxEventListenerAdd(), and I know about the
> sipxConfigEnableOutOfBandDTMF() function. 

sipxConfigEnableOutOfBandDTMF doesn't work, it always returns error. The
problem is in medialib. You don't have to worry though, as this function
is used to configure how DTMF will be sent.

Just add listener by sipxEventListenerAdd, and receive DTMF events.
You should receive SIPX_MEDIA_INFO events.

Jaro

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to