UniMRCP And Asterisk 14

Home » Asterisk Users » UniMRCP And Asterisk 14
Asterisk Users 2 Comments

When I look at the lastest UniMRCP manual, they only mention as high as Asterisk 13. I can’t speak for the MRCP guys, but from a difference perspective, swapping MRCP from Asterisk 13 to Asterisk 14 shouldn’t be too difficult. Most of the changes between the two shouldn’t affect most people’s use cases, including projects such as MRCP. I’d definitely check with their discussion forums though, since it seems that they don’t monitor the asterisk-users mailing lists.

Please note that Media Resource Control Protocol (MRCP) is a new IETF protocol, providing a key enabling technology that eases the integration of speech technologies into network equipment and accelerates their adoption resulting in exciting and compelling interactive services to be delivered over the telephone. MRCP leverages IP telephony and Web technologies such as SIP, HTTP, and XML (Extensible Markup Language) to deliver an open standard, vendor-independent, and versatile interface to speech engines.

Speech Processing for IP Networks brings these technologies together into a single volume, giving the reader a solid technical understanding of the principles of MRCP, how it leverages other protocols and specifications for its operation, and how it is applied in modern IP-based telecommunication networks. Focusing on the MRCPv2 standard developed by the IETF SpeechSC Working Group, this book will also provide an overview of its precursor, MRCPv1.

Speech Processing for IP Networks:

– Gives a complete background on the technologies required by MRCP to function, including Sip: Understanding the Session Initiation Protocol, Fourth Edition (Session Initiation Protocol), RTP (Real-time Transport Protocol), and HTTP (Hypertext Transfer Protocol).

– Covers relevant W3C data representation formats including Speech Synthesis Markup Language (SSML), Speech Recognition Grammar Specification (SRGS), Semantic Interpretation for Speech Recognition (SISR), and Pronunciation Lexicon Specification (PLS).

– Describes VoiceXML – the leading approach for programming cutting-edge speech applications and a key driver to the development of many of MRCP’s features.

– Explains advanced topics such as VoiceXML and MRCP interworking.

This text will be an invaluable resource for technical managers, product managers, software developers, and technical marketing professionals working for network equipment manufacturers, speech engine vendors, and network operators. Advanced students on computer science and engineering courses will also find this to be a useful guide.

2 thoughts on - UniMRCP And Asterisk 14

  • I can’t speak for the MRCP guys, but from a difference perspective, swapping MRCP from Asterisk 13 to Asterisk 14 shouldn’t be too difficult. Most of the changes between the two shouldn’t affect most people’s use cases, including projects such as MRCP. I’d definitely check with their discussion forums though, since it seems that they don’t monitor the asterisk-users mailing lists.

  • I got it working. It indeed wasn’t much:

    *** ./app-unimrcp/Makefile.in.orig 2016-07-29 19:18:09.000000000 -0400
    — ./app-unimrcp/Makefile.in 2017-03-26 10:43:52.000000000 -0400
    ***************
    *** 132,136 ****
    CC = @CC@
    CCDEPMODE = @CCDEPMODE@
    ! CFLAGS = @CFLAGS@
    CPP = @CPP@
    CPPFLAGS = @CPPFLAGS@
    — 132,136 —