[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-15 Thread faisal.jamil.khan--- via sr-users
# Add the Microsoft Teams-specific code here event_route[tm:local-request] { if(is_method("OPTIONS") && $ru =~ "pstnhub.microsoft.com") { append_hf("Contact: \r\n"); } xlog("L_INFO", "Sent out tm request: $mb\n"); } are you talking about this ?

[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-15 Thread Sergiu Pojoga via sr-users
I assumed you read the famous article on Teams Direct Routing for Kamailio so I didn't bother mentioning it. https://skalatan.de/en/blog/kamailio-sbc-teams Regards, Sergiu -- *Teams PBX connector plus full MS Direct Routing automation**Web*: https://teamsphone.net On Fri, Dec 15, 2023 at 10:32 

[SR-Users] Re: Standard on RTP ports

2023-12-15 Thread Calvin E. via sr-users
Probably this: https://github.com/sipwise/rtpengine/blob/master/debian/changelog ngcp-rtpengine (12.1.0.0+0~mr12.1.0.0) unstable; urgency=medium * [2fa121c] MT#54294 add GPU support * [b3544be] MT#54294 packaging for rtpengine-gpu * [079bfac] MT#55283 fix up pkg generator for -gpu packages

[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-15 Thread faisal.jamil.khan--- via sr-users
Where I can check that ? __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!

[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-15 Thread faisal.jamil.khan--- via sr-users
yes I followed all the steps from this article. This is the only complete guide available so far. __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important:

[SR-Users] enum queries using Kamailio in asynchronous mode ?

2023-12-15 Thread Chaigneau, Nicolas via sr-users
Hello, I will need to perform enum queries from Kamailio. I see that there is a module for that: https://www.kamailio.org/docs/modules/devel/modules/enum.html However, I’m worried that if the enum server is unresponsive, this could block all workers… I don’t think the module can handle an

[SR-Users] Re: Encoded Call-ID - Topoh module

2023-12-15 Thread Daniel-Constantin Mierla via sr-users
Hello, On 14.12.23 00:23, Vanderlei Torres Batistela via sr-users wrote: > Hello all, > > How can I get the encoded Call-Id generated by TOPOH module to store > in the CDR ? I don't recall any option offered by topoh itself, maybe you can get something via event routes executed by sipdump