On Tue, Feb 20, 2018 at 05:41:49PM +0100, Emmanuel BUU wrote:
sl_send_reply("180", "Make this retarded endpoint ring");
Well, this is embarrassing :)
This is so obvious that I didn't even try. I was under the impression that a send_reply in on_reply would send to the source of the reply.
onreply_route[MANAGE_REPLY] { if(status=="183") { send_reply("180","Ringing."); } ...
Does the job.
Thank you very much Emmanuel.