That's exactly what I was going to suggest, and if you need more checks in place, an avp that you set for the initial invite will also be available in the on_reply route.Hmmm.... perhaps the answer is something like a custom reply route
That's exactly what I was going to suggest, and if you need more checks in place, an avp that you set for the initial invite will also be available in the on_reply route.Hmmm.... perhaps the answer is something like a custom reply route
How did this bit of history pass me by?? I started out with OpenSer (Sip Express Router) , I assumed OpenSIPS was the natural progression from that. Not going to hijack this tread, but if you have the time to tell me more send me a PM. Cheers,i try not use opensips just because they "Stole" their project from kamailio so for me its a moral issue, but not saying its bad, i just saw what they did to daniel
if (t_check_status("183|180|200") && has_body("application/sdp")) {
if(search_body("a=sendrecv")) {
subst_body('/^a=sendrecv/a=inactive/');
msg_apply_changes();
}
route(RTPENGINEANSWER);
}
Awesome, would you mind to share you kamailio config?Adrian, that custom on reply route worked a treat!!!!!!!!!!!!!!!!!!!!!!!!!!
Code:if (t_check_status("183|180|200") && has_body("application/sdp")) { if(search_body("a=sendrecv")) { subst_body('/^a=sendrecv/a=inactive/'); msg_apply_changes(); } route(RTPENGINEANSWER); }
Now that is teams going via my kamailio to an ASTPP instance
oh when i spoke to him he said to use direct routing support on dsiprouter you need to purchase a licenseNo, he isn't selling them, that code apparently is still private and not released yet according to the group.
Look on the google group, I asked him, you can buy it now but you only get whats currently in which is a partially working thing, when I looked at the code I could see there was no way of handling certain things, thats when I asked him and he said the things that don't work will be in the next version which is a private repo but thats not ready yet.oh when i spoke to him he said to use direct routing support on dsiprouter you need to purchase a license
A couple of days ago, I was gonna buy a piece:View attachment 1627
With all the respect and in my humble opinion, if you guys add the amount of hours invested trying to hack your way down through this configuration, paying for AnyNode or Audiocodes alternatives may actually be less expensive.
With all the respect and in my humble opinion, if you guys add the amount of hours invested trying to hack your way down through this configuration, paying for AnyNode or Audiocodes alternatives may actually be less expensive.
I already have a fully working, as far as I can tell, solution with Kamailio and Freeswitch that should work as well as their cloud offerings. I have hold, transfer, blind transfer etc.
I already have a fully working, as far as I can tell, solution with Kamailio and Freeswitch that should work as well as their cloud offerings. I have hold, transfer, blind transfer etc.
And, multitenant of course.