8 okt 2012 kl. 16:33 skrev Daniel-Constantin Mierla :
> Hello,
>
> some bits were left with the old project name OpenSER, not to disturb too
> much at that time and see where everything goes.
>
> Other voices expressed same idea in the past, now everything is stable and
> development goes smo
Hello,
the error messages seem to be due to a broken XML document in a NOTIFY
-- they are printed because of errors reported by libxml2 parser. Can
you get a sip trace for such requests that throw these error messages in
the log?
Cheers,
Daniel
On 10/8/12 11:17 PM, Sangeeta Shah wrote:
Hi,
Hello,
you should set debug=3 in your config file and watch the logs messages
to get more details about what happens there.
I don't have any sip application that supports rls, so I'm not able to
test, but classic SIMPLE presence should work fine.
Regards,
Daniel
On 10/8/12 9:32 PM, Sangeet
Hello,
you should not set the second parameter of rtpproxy_manage(...), let it
be the one returned by rtpproxy.
And yes, all the occurrences of IP addresses in c= lines will be
replaced by the rtpproxy ip, but providing different ports for each
media stream.
Practically the rtp streams are
Hello,
On 10/8/12 5:26 PM, Ed Brady wrote:
Hi,
I am working on an MSRP project with Kamailio. I have Kamailio
installed and configured for SIP with several test accounts created,
but am unable to send MSRP messages so far. I am using Blink as a test
client, though the final intentions of the
Hello,
I am aware of such confusion, but there are people using the two
database schema, so completely unifying them is quite complex process.
But, speaking of available documentation, community maintenance and new
comers, probably it makes sense to make kamailio default flavour,
because ser
On 10/8/12 4:41 PM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
In my list is renaming from openser to kamailio next attributes:
- default database name (exiting configs should not be impacted that
much as most of them have database provided by module parameter)
i once tried to chan
Hi,
I am seeing the following errors in syslog:
Oct 8 16:21:54 RCS-Presence /usr/local/sbin/kamailio[6723]: ERROR:
presence_xml [notify_body.c:635]: while extracting tuple node
Oct 8 16:21:54 RCS-Presence /usr/local/sbin/kamailio[6723]: ERROR:
presence_xml [notify_body.c:75]: while constructi
I have Kamailio 3.3 with Presence, RLS and integrated XCAP.
I see this information message in the log file:
Oct 8 14:34:05 RCS-Presence /usr/local/sbin/kamailio[4530]: INFO: rls
[rls_db.c:779]: update_subs_rlsdb: NO MATCH
Anyone know why the application is calling that method if it doesn't
exis
Hi Daniel,
I have tested using "rtpproxy_manage("", public IP), but in this case, it
replaces all the c= lines with this public IP, included c=lines in media
descriptions and then, the rtp traffic is not routing to the right IP in MCU.
Have I to set up any value/param….to route rtp traffic thro
On 2012-10-08 09:15, Daniel-Constantin Mierla wrote:
Hello,
can you test with latest version in 3.3.x series (from git branch or
at least the packages for 3.3.1) -- there were many fixes since 3.3.0
was released -- just to be sure we don't hunt fixed issues.
Tested and duplicated the same beh
Hi,
I am working on an MSRP project with Kamailio. I have Kamailio installed
and configured for SIP with several test accounts created, but am unable to
send MSRP messages so far. I am using Blink as a test client, though the
final intentions of the project will be to use iDoubs and IMSDroid for
c
HI Daniel,
I consider myself a "new comer" and having both kamailio and ser
interacting with each other is indeed confusing.
For me, the change is welcome and I'm in favor of doing all the effort at
once.
Regards.
Carlos
On Mon, Oct 8, 2012 at 11:33 AM, Daniel-Constantin Mierla wrote:
> Hell
Daniel-Constantin Mierla writes:
> In my list is renaming from openser to kamailio next attributes:
> - default database name (exiting configs should not be impacted that
> much as most of them have database provided by module parameter)
i once tried to change database name from ser to something
Hello,
I think it is better to do all changes at once.
Thx.
2012/10/8 Daniel-Constantin Mierla
> Hello,
>
> some bits were left with the old project name OpenSER, not to disturb too
> much at that time and see where everything goes.
>
> Other voices expressed same idea in the past, now every
Hello,
some bits were left with the old project name OpenSER, not to disturb
too much at that time and see where everything goes.
Other voices expressed same idea in the past, now everything is stable
and development goes smooth, so it is good to make a decision because
openser is too way ba
Hello,
On 10/5/12 1:29 PM, Kamal Palei wrote:
Hi Daniel
Thanks a lot for kind response.
For this requirement, I need -
1. When a message is received at Kamailio proxy, that message either
will be sent to client side or to main proxy side.
2. If it is supposed to send to client side, then it sho
On Mon, Oct 8, 2012 at 8:09 PM, Daniel-Constantin Mierla
wrote:
> Hello,
>
> what version are you using? at some point it was an issue adding a call in a
> profile after creating its associated dialog.
>
i'm using 3.2 branch of the git repository.
> Also, it might be better to check the quota be
Hello,
can you test with latest version in 3.3.x series (from git branch or at
least the packages for 3.3.1) -- there were many fixes since 3.3.0 was
released -- just to be sure we don't hunt fixed issues.
I will analyze properly the details you sent in the near future.
Cheers,
Daniel
On 10
Hello,
what version are you using? at some point it was an issue adding a call
in a profile after creating its associated dialog.
Also, it might be better to check the quota before creating the dialog,
because if the limit is reached, then you will just reject the call, so
you avoid quite so
Hello,
I understood that Marina is looking for the option of being able to use
different IP addresses for updating various c= lines in SDP.
fix_nated_sdp(...) can work only with one IP address given as second
parameter (or taken for source address of the packet).
Perhaps fix_nated_sdp(...)
Hello Marina,
there is a bug in sdp parser about c IPs which are not correctly reset
for non existent c values in streams.
I have still not uploaded it to master branch, sorry.
May be it is related to your issue, in this link you have the attached
patch.
http://lists.sip-router.org/piperma
Hi,
I have a doubt about how to use "fix_nated_sdp("2")" function when we have an
scenario with multiple media types (audio and video) and the param "c" in sdp
for each media type has a different IP.
We are using a SCOPIA 400 MCU to multi-party in a call, and it will set up
different IP to send
Hi,
I'm trying to implement a "callquota" based on destination domains.
The idea is following:
every destation domain has a limit of, say 50 calls.
As the sip clients are registered with the "destination domains", i've extracted
the domain using "$fd" because it results as same value as destina
24 matches
Mail list logo