Hi Torrey,
I'm sorry to be persistent in this, but I'm still having problems with the rtpengine_subscribe_offer usage. Although I know that this is not the proper way to use the function, I entered the following line to my kamailio.cfg file:
(...) rtpengine_subscribe_offer("all siprec", "siprec_offer", "siprec_to_tag", "siprec_streams");
"../../usr/local/etc/kamailio/kamailio.cfg" 1119L, 27677B 1118,1 Bot
When I run the kamailio -c command to test the compilation I get the following result:
/home/ubuntu# kamailio -c 0(148679) CRITICAL: <core> [core/cfg.y:4089]: yyerror_at(): parse error in config file /usr/local/etc/kamailio/kamailio.cfg, line 1118, column 26: syntax error
From my understanding, it seems that the "rtpengine_subscribe_offer" is not being recognized. Can you explain me why? I'm very confused about the implementation of these functions.
PS: I'm using the latest version of Kamailio /home/ubuntu# kamailio -v version: kamailio 6.1.0-dev1 (x86_64/linux)