Hi Kevin,
You must record_route() during the SUBSCRIBE requests, so the following
NOTIFY requests will also go via your proxy, so thru the FW.
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
https://www.opensips-solutions.com
OpenSIPS Bootcamp 5-16 Dec 2022, online
https://ww
: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Subscribe/Notify
Anyone have some ideas? Thank youKevinOn 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
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 Calls working, but the is
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 a
Hi Everyone,
I figured it out. I needed to add fix_nated_contact() on the reply route for
the notify messages. The 200 OK messages were overwriting the contact from the
corrected SUBSCRIBE request. After doing this, OpenSIPS now sends the NOTIFY
messages to the correct address.
if (ha
Hi Everyone,
I use OpenSIPS as an SBC for an Asterisk server. The OpenSIPS server is
multi-homed and has an interface on the WAN and DMZ. I'm able to make calls and
send sequential requests in a dialog, such as INVITEs and BYEs, from endpoints
behind NAT without any issues. My problem is when t
---
*From: *"Slava Bendersky"
*To: *"OpenSIPS users mailling list"
*Sent: *Monday, October 29, 2018 11:01:42 AM
*Subject: *[OpenSIPS-Users] SUBSCRIBE
Hello Everyone,
What possible cause that opensips generate 500 error on SUBSCRIBE
Pr
y, October 29, 2018 2:13:06 PM
Subject: Re: [OpenSIPS-Users] SUBSCRIBE
Hi Slava,
Maybe the same destination may be reached (from the IP routing table
perspective) via multiple interfaces like via interface A and interface B - and
OS (via mhomed) selected interface A , but OpenSIPS listen only on
*Monday, October 29, 2018 11:01:42 AM
*Subject: *[OpenSIPS-Users] SUBSCRIBE
Hello Everyone,
What possible cause that opensips generate 500 error on SUBSCRIBE
Presence
loadmodule "presence.so"
loadmodule "presence_mwi.so"
loadmodule "presence_xml.so&qu
vprx00 /usr/sbin/opensips[1506]: ERROR:tm:t_uac: no
corresponding socket for af 2
LAN side is UDP and WAN side TCP. Multi home environment.
volga629
From: "Slava Bendersky"
To: "OpenSIPS users mailling list"
Sent: Monday, October 29, 2018 11:01:42 AM
Subject: [OpenS
Hello Everyone,
What possible cause that opensips generate 500 error on SUBSCRIBE
Presence
loadmodule "presence.so"
loadmodule "presence_mwi.so"
loadmodule "presence_xml.so"
loadmodule "presence_dialoginfo.so"
loadmodule "presence_callinfo.so"
loadmodule "pua.so"
loadmodule "pua_dial
Missed that, thanks Razvaan!
Royee
On Fri, Dec 15, 2017 at 1:44 PM Răzvan Crainea wrote:
> Hi, Royee!
>
> As you can see in the logs, the route set is shrikend - so opensips cannot
> restore the entire information.
> Taking a look at the trace you have sent, it is clear that the client is
> not
Hi, Royee!
As you can see in the logs, the route set is shrikend - so opensips
cannot restore the entire information.
Taking a look at the trace you have sent, it is clear that the client is
not sending the second SUBSCRIBE with all the information:
* The 200 OK thinfo param has 154 chars
* Th
I have found something in the opensips.log that might shed some light:
/usr/sbin/opensips[27370]: DBG:topology_hiding:topo_no_dlg_seq_handling:
extracted routes [, found
I also see this when initially doing the topology hiding:
/usr/sbin/opensips[27370]: DBG:topology_hiding:topo_no_dlg_encode_c
Hi,
I am using opensips 2.1 and I'm experiencing some weird behavior with
SUBSCRIBE handling on an opensips server that is behaving as a SIP proxy. I
also use the topology_hiding module to hide routing information from the
clients.
The proxy receives an initial SUBSCRIBE from a device, the SUBSCR
Hi all,
i've just upgraded to opensips 1.11.4 (just to be clear: my problem
still exists on 1.11.3). My big issue is that SUBSCRIBE messages weren't
not routed to dest after received (andh managed) by OpenSIPS.
Setting debug=4, this is the log fot a SUBSCRIBE from 5002 to 5030:
http://pastebin.co
> -Original Message-
> Subject: Re: [OpenSIPS-Users] SUBSCRIBE without REGISTER
>
>
> On Feb 21, 2013, at 7:55 AM, Shanon Swafford DFWAVC.COM wrote:
>
> > Hi guys,
> >
> >
> > Would it be possible for UAC to SUBSCRIBE to OpenSIPS without
>
On Feb 21, 2013, at 7:55 AM, Shanon Swafford DFWAVC.COM wrote:
> Hi guys,
>
>
> Would it be possible for UAS to SUBSCRIBE to OpenSIPS without Registering
> first?
>
Sure.
> And receive NOTIFY msgs when the user gets a phone call?
>
How would OpenSIPS know that a user gets a phone call if
Oh shoot, UAS should be UAC.
Sorry,
Shanon
From: Shanon Swafford DFWAVC.COM [mailto:sha...@dfwavc.com]
Sent: Thursday, February 21, 2013 12:55 AM
To: users@lists.opensips.org
Cc: sha...@dfwavc.com
Subject: SUBSCRIBE without REGISTER
Hi guys,
Would it be possible for UAC to SUBSCRIBE to OpenS
Hi guys,
Would it be possible for UAS to SUBSCRIBE to OpenSIPS without Registering
first?
And receive NOTIFY msgs when the user gets a phone call?
I have everything working when my app REGISTERs first, but wish to remove
that piece.
If not, is there something in the REGISTER that would stop Ope
OK,
Thanks,
Dani
On 08/08/11 22:38, Bogdan-Andrei Iancu wrote:
Hi Dani,
This option is obsolete and inherited from the early years of SIP,
when 50% of the UAC were not able to be case sensitive. The switch was
added ~8 years ago just cope with broken UAC, but this does not mean
that it RF
Hi Dani,
This option is obsolete and inherited from the early years of SIP, when
50% of the UAC were not able to be case sensitive. The switch was added
~8 years ago just cope with broken UAC, but this does not mean that it
RFC compliant.
Regards,
Bogdan
On 08/05/2011 07:30 PM, Dani Popa
Hi,
Ok, but also, registrar module support non "case sensitive" sip username.
--
Dani Popa
On 8/5/11 11:40 AM, Vlad Paiu wrote:
Hello,
What you're asking for is against the RFC 3261 URI comparison rules,
which states that comparison of the userinfo part of the URI should be
done case sens
Hello,
What you're asking for is against the RFC 3261 URI comparison rules,
which states that comparison of the userinfo part of the URI should be
done case sensitive.
Regards,
--
Vlad Paiu
OpenSIPS Developer
On 08/04/2011 06:49 PM, Dani Popa wrote:
Hi,
it is somehow that username from
Hi,
it is somehow that username from sip uri to be non case sensitive when
we talk about presence and xcap storage? I mean, if userA add userB, in
his contact list, i need userA to be able to add userB even he add
him(type) as USERB.
Dani
___
Us
Hello,
We want to extend our solution for audio streaming with SIP SIMPLE Presence and
IM, in order to do this we have installed OpenSIPs, MediaRelay, MSRPRelay,
OpenXCAP and related packages.
The target is to have a XCAP server communicating with OpenSIPs through
database
(second scenario
fr
Hi Cris,
We found it easier with ejabberd - you just have to edit the
/etc/ejabberd/ejabberd.conf and add the a block in the listen list:
%% External OpenSIPS component
{5347, ejabberd_service, [
{host, "sip.domain.com", [{password, "secret"}]}
]},
Als
Hi Anca,
Thanks for updating the config.
Could you please let me know which Jabber server (jabberd2 or ejabber)
is known to work with this config file? Or which of this two is easier
to integrate with my scenario?
Best regards,
Chris
On 4 November 2010 09:58, Anca Vamanu wrote:
> Hi Cris,
>
>
Hi Cris,
I updated the config: http://www.opensips.org/Resources/PuaXmppConfig.
Regards,
--
Anca Vamanu
www.voice-system.ro
On 11/03/2010 06:22 PM, Chris Maciejewski wrote:
> Hi,
>
> I am trying to implement the scenario where SIP UA will subscribe to
> the presence of Google Talk XMPP user
Hi,
I am trying to implement the scenario where SIP UA will subscribe to
the presence of Google Talk XMPP user via OpenSIPs (1.6.2)
pua_xmmp/xmpp modules and third party XMPP server (ejabberd or
jabberd2). Please see diagram below:
[ SIP UA ]
|
SUBSCRIBE u...@gmail.com
|
30 matches
Mail list logo