Re: [OpenSIPS-Users] Caller not able to hear Audio file

2023-11-01 Thread Kevin Kennedy
Devang, Curious if you have found a solution to this problem, as I am having the same problem with Opensips 3.3 and rtpengine. Thank you. Kevin On Mon, Aug 14, 2023, 3:54 AM Devang Dhandhalya via Users < users@lists.opensips.org> wrote: > Hello All > > I am facing the problem that when I make

Re: [OpenSIPS-Users] Caller not able to hear Audio file

2023-11-02 Thread Kevin Kennedy
den") exit; Still having problems with late media invite on this, but trying with 200 OK instead of 183 but not able to absorb the ACK coming back. On Wed, Nov 1, 2023 at 8:02 PM Kevin Kennedy wrote: > Devang, > Curious if you have found a solution to this problem, as I am having the > sa

[OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-02 Thread Kevin Kennedy
g=$ft"); #t_reply(603, "Decline"); exit(); What do I need to add to handle this scenario correctly? Note: I was able to get this to work with Early Media (183 reply_with_body, and send t_reply(603, "Decline")), but we have customers using late media invite a

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-03 Thread Kevin Kennedy
a); } > > route[after_early_media] { if (t_was_cancelled()) { rtpengine_delete(); > > exit; } else { rtpengine_delete(); sl_send_reply(486,"Busy here"); exit; > > } } > > > > I don’t know if Kevin example was with creating a dialog, but I also > > noticed this

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-06 Thread Kevin Kennedy
CSEQ from Re-INVITE with no SDP * 200OK Loop created * Opensips send 200 OK with old CSEQ * B2BUA sends ACK with old CSEQ * Call times out. No audio sent Thank you Kevin. * On Mon, Nov 6, 2023 at 12:54 PM Kevin Kennedy wrote: > I tried updating from Opensips 3.2 to Opensips 3.4.2 a

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-07 Thread Kevin Kennedy
/2.0 1..., shmem=0x7f920581dfa8: SIP/2.0 1 Nov 7 11:43:56 lab-opensips opensips[4670]: Nov 7 11:43:56 [4670] DBG:tm:_reply_light: finished Thank you. Kevin On Mon, Nov 6, 2023 at 2:58 PM Kevin Kennedy wrote: > I would like to clarify the issue in case its not 100% clear. > * Caller sends

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-06 Thread Kevin Kennedy
I tried updating from Opensips 3.2 to Opensips 3.4.2 as I saw that there was some re-invite fixes. Still doesn't seem to resolve this issue. What am I missing to handle this correctly? Thank you. Kevin On Fri, Nov 3, 2023 at 12:51 PM Kevin Kennedy wrote: > Dmitry, > Thank you fo

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-10 Thread Kevin Kennedy
Looks like if I put t_newtran(); in the main route this created the transaction and allowed the ACK to be recognized. Now How do I force Opensips to send a BYE. Thank you. On Fri, Nov 10, 2023 at 11:44 AM Kevin Kennedy wrote: > > > >>>>>>>> I was able to get

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-10 Thread Kevin Kennedy
tty(reply/tags/$ft/medias[0]/streams[0]/local port); $var(addr)=$json_pretty(reply/tags/$ft/medias[0]/streams[0]/local address); append_to_reply("Contact: wrote: > Looks like if I put t_newtran(); in the main route this created the > transaction and allowed the ACK to be r

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-10 Thread Kevin Kennedy
>>> I was able to get audio, The problem I was having is the Originator >>> string in the SDP. However, I am still having the same issue with >>> accepting the ACK from the Originator and not resending the 200OK. Can >>> someone please help with this issue? >>> >>> Thank

[OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-08-18 Thread Kevin Kennedy
I am looking for a configuration to be able to front end multiple SBC's to load balance Registrations and keep track of them to send INVITE's to the corresponding SBC. I am thinking of using a combination of Dispatcher and midregister, but not sure how to set this up correctly. Any thoughts?

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-10-29 Thread Kevin Kennedy
nSIPS Bootcamp 5-16 Dec 2022, online > https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/ > > On 10/25/22 1:13 AM, Kevin Kennedy wrote: > > Yes that is correct. Trying to send the INVITE to the same dispatcher > destination that the Registration is at. > > I will check the

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-10-21 Thread Kevin Kennedy
> > > чт, 18 авг. 2022 г. в 18:37, Kevin Kennedy : > >> I am looking for a configuration to be able to front end multiple SBC's >> to load balance Registrations and keep track of them to send INVITE's to >> the corresponding SBC. >> >> I am thinking of us

Re: [OpenSIPS-Users] Subscribe/Notify

2022-11-29 Thread Kevin Kennedy
Anyone have some ideas? Thank you Kevin On Mon, Nov 21, 2022, 12:20 PM Kevin Kennedy wrote: > I am testing opensips 3.2 as a loadbalancer for a group of SBCs. I am > using Mid-Registrar and Dispatcher to load balance to the SBCs. I am able > to get Registrations and Call

[OpenSIPS-Users] Subscribe/Notify

2022-11-21 Thread Kevin Kennedy
I am testing opensips 3.2 as a loadbalancer for a group of SBCs. I am using Mid-Registrar and Dispatcher to load balance to the SBCs. I am able to get Registrations and Calls working, but the issue I am having is with the Subscribe messages not receiving the NOTIFY response. Since it is set as

[OpenSIPS-Users] Dispatcher pvar_hash parsing

2022-11-05 Thread Kevin Kennedy
I am trying to find a way to use the pvar_hash in the Dispatcher module to hash on the Contact URI. Normally this can be done with using $ct.fields(uri) to hash on and this does work, The caveat that I have is that I am using RFC4904 (SIP Connect) with some customers and other customers have a

Re: [OpenSIPS-Users] Dispatcher pvar_hash parsing

2022-11-08 Thread Kevin Kennedy
t to the user as I would like to keep the opensips server Stateful Thank you. Kevin On Tue, Nov 8, 2022 at 8:18 AM Kevin Kennedy wrote: > Thank you for the response. I did get the other way to work last night > with a slight modification to the regex *$var(str2) = > "/sip:*.*;

Re: [OpenSIPS-Users] Dispatcher pvar_hash parsing

2022-11-08 Thread Kevin Kennedy
he URI and do something like: > > if ($(var(contacturi){uri.param,tgrp}) != NULL) { > $var(contacthash) = $(var(contacturi){uri.params}); > } else { > $var(contacthash) = $(var(contacturi)); > } > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutio

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-01 Thread Kevin Kennedy
identifier for looking up the registration cache is the CONTACT header. As this will have the TGRP and Trunk-Context in it. On Mon, Oct 31, 2022 at 1:00 PM Kevin Kennedy wrote: > I am pretty new to Opensips, so maybe I am not understanding what you mean > by hashing. The only pla

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-01 Thread Kevin Kennedy
Thank you all for your responses. Maybe I am going about this all wrong. Maybe I can explain it better with a drawing of what I am trying to do. I am trying to front end customers with Opensips to Load balance Registrations to 4 different SBC's. These SBC's will have their own Registration

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-01 Thread Kevin Kennedy
is inside you! And it's wrong :) (famous > quote from an Italian comedian) > > answered from mobile, please pardon terseness and typos, > -giovanni > > On Mon, Oct 31, 2022, 20:41 Kevin Kennedy wrote: > >> Thank you all for your responses. Maybe I am going about thi

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-02 Thread Kevin Kennedy
-solutions.com > OpenSIPS Bootcamp 5-16 Dec 2022, online > https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/ > > On 10/30/22 7:16 AM, Kevin Kennedy wrote: > > I have set the ds_select_dst used in the mid_registrar part of the script > to hash the To URI > > $ru = (ds_selec

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-02 Thread Kevin Kennedy
oking at the hash and is still sending out based on FQDN resolution resolved in the R-URI. Not sure how to resolve this to force it to match the hash. Thank you. Kevin On Wed, Nov 2, 2022 at 11:00 AM Kevin Kennedy wrote: > I am not seeing an option, but Is it possible to hash on the Conta

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-02 Thread Kevin Kennedy
- $ru = (ds_select_dst(3, 7, , "default", 1)); Not sure if you could help with what is causing this. Thank you Kevin On Wed, Nov 2, 2022 at 12:50 PM Kevin Kennedy wrote: > I did find setting this, works for contact > modparam("dispatcher", "hash_pvar", "

Re: [OpenSIPS-Users] Loadbalancer for Registrations and calls

2022-11-02 Thread Kevin Kennedy
;default", 1)); > just run ds_select_dst(...) and it sets $ru for you. > > On Wed, Nov 2, 2022 at 9:10 PM Kevin Kennedy > wrote: > >> I am seeing this in the debug after the hash of the contact, I am getting >> an error pv_set_ruri: str value required to set

Re: [OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-09 Thread Kevin Kennedy
ntil it times out with the async(sleep(10), after_media); Any help is appreciated Thank you Kevin On Tue, Nov 7, 2023 at 9:19 AM Kevin Kennedy wrote: > Looks like in the debug it is not finding an SDP so it cant construct a > response. Is there a way to remedy this? > > Nov 7 11:43:5