sipwise / rtpengine

The Sipwise media proxy for Kamailio
GNU General Public License v3.0
776 stars 364 forks source link

Using rtpengine with Kamailio MOH (Queuing): Error Unable to load rtpproxy_answer! #1340

Open ghost opened 2 years ago

ghost commented 2 years ago

Hello, I currently use rtpengine instead of rtpproxy with Kamailio. I would like to use Kamailio's MOH (queuing feature), however, Kamailio seems to be requiring rtpproxy. Is this true?, or is there something I can set which will allow me to use rtpengine with Kamailio's MOH functionality?

Thank you,

rfuchs commented 2 years ago

I'm not really familiar with Kamailio's MOHQ module so I'm not sure how that ties into rtpproxy usage. We do have a "play media" method which can probably be used to achieve something similar, either with MOHQ adapted accordingly, or perhaps hand-rolled in the config script.

ghost commented 2 years ago

Does the media play until the Invite is answered?, as queuing is my main goal. Thank you rfuchs,

rfuchs commented 2 years ago

The media can be played once, or can be looped a certain number of times. There's a matching "stop media" method which can be used to stop at any time, so that's what you would use when the call is actually answered.