As an alternative, you can try to use the kamailio embedded provisioning module:
http://kamailio.org/docs/modules/devel/modules/xhttp_pi
Regards,
Ovidiu Sas
On Fri, Oct 3, 2014 at 9:08 PM, cpcnetworking wrote:
> Anybody have some insight or pointers? Thx
>
> _
Anybody have some insight or pointers? Thx
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Kelvin Chua wrote:
> my provider is being a dick.
> they do not accept doubango's
>
> a=rtpmap:0 PCMU/8000/1
>
> what they wanted was
>
> a=rtpmap:0 PCMU/8000
>
> is there a way of changing this on kamailio?
Maybe it could work if you remove static RTP attribute completely:
---
sdp_remove_li
Hi Paul
I think we have our nat stuff working on the kamailio server. The problem
now for me seems to be that I have a restrictive nat going on my home
network which is preventing me from receiving calls.
I am going to do some research on changing up my network here for testing.
Thanks again for
I also tried your last suggestion at the point when the registeris being
forwarded to FS but it had no effect
# Forward REGISTER to Freeswitch
route[REGFWD] {
if(!is_method("REGISTER"))
{
return;
}
#if ( is_present_hf("User-Agent")) {
* remove_hf("
Am 03.10.2014 um 17:52 schrieb Errol Samuels:
Hi Rainer,
Yes I did try user_agent_header = "User-Agent: $ua"; but it just
passes "$ua" to Freeswitch rather than the value of $ua.
regards,
Errol
On Fri, Oct 3, 2014 at 4:32 PM, Rainer Piper
mailto:rainer.pi...@soho-piper.de>> wrote:
Hi Rainer,
Yes I did try user_agent_header = "User-Agent: $ua"; but it just passes
"$ua" to Freeswitch rather than the value of $ua.
regards,
Errol
On Fri, Oct 3, 2014 at 4:32 PM, Rainer Piper
wrote:
> Am 03.10.2014 um 17:04 schrieb Errol Samuels:
>
>Hello All,
>
> I am using Kamailio
Hello, Daniel!
Thanks for your support (AGAIN !!!)!
I just have discovered how to fix this using PGADMIN. Here is the query
that I'm using, so if someone else face this problem, it can help:
select a.id, a.time_stamp, a.time_us, a.callid, a.traced_user,
convert_from(msg::BYTEA, 'UTF8') as msg, a.
Am 03.10.2014 um 17:04 schrieb Errol Samuels:
Hello All,
I am using Kamailio in front of Freeswitch and Kamailio is handling
the registrations then forwarding to Freeswitch and everything is
working for the most part.
However, there is niggling pain in the neck issue where the user's
User-A
Only with rtpproxy.
On Fri, Oct 3, 2014 at 5:25 AM, Marino Mileti
wrote:
> mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy?
>
> Because during startup i've noticed this error:
> mohqueue : Unable to load rtpproxy_stream2uac
>
>
>
>
> >There was a typo in the parameter na
Hello All,
I am using Kamailio in front of Freeswitch and Kamailio is handling the
registrations then forwarding to Freeswitch and everything is working for
the most part.
However, there is niggling pain in the neck issue where the user's
User-Agent shows in Freeswitch as kamailio (4.0.6 (x86_64/
Hi guys,
I've tried with success to implement serial forking based on q value (i've
followed documentation) with the istruction:
append_branch("sip:b...@example.com", "0.5");
Now my questions are:
is it possible to import URI from db? is it possible to import q value from db
too?
I would like to
I assume the year in the first part of that statement is supposed to be
2015? Otherwise we all missed it already. ;)
On Fri, Oct 3, 2014 at 3:45 AM, Daniel-Constantin Mierla
wrote:
> Hello,
>
> we have preliminarily booked May 27-29, 2014 for the next Kamailio World
> event, hosted again by FhG
Hello. we use UAC module for trunk registration at kamailio.
We have successfull routing and calling through our trunks to many
providers and have just one problem with AT&T endpoints. When callee at
AT&T endpoint hook call (I see OK from provider as response to our INVITE
from AT&T endpoint) and t
mohqueue module is also compatible with rtpproxy-ng or only with rtppoxy?
Because during startup i've noticed this error:
mohqueue : Unable to load rtpproxy_stream2uac
>There was a typo in the parameter name. If you use default values, just
remove the modparam.
>Otherwise, I pushed the patches
Hello,
maybe it is postrges client printing hexa because the typo of column is
blob?!?
Cheers,
Daniel
On 02/10/14 23:24, Bruno Emer wrote:
Hello!
I just got some kamailio servers working with websockets using jssip
in my clients and now I want to get the SIP Messages to better
understand
Hello,
we have preliminarily booked May 27-29, 2014 for the next Kamailio World
event, hosted again by FhG Fokus Institute in Berlin. It was really hard
to find a time frame during April and May 2015, because of different
dates for Catholic and Orthodox Easters, 1st of May as well as quite
so
Hello,
after last days of testing at SIPit 31, I think the master branch is in
quite good shape. I hope to get the time for a more detailed report, but
we had only one major issue when running some stress tests, affecting
websocket connections when using a special crafted websocket packet,
fi
Great stuff.
NAT is a whole other basket of pain. Again the example configs in the
kamailio distribution are a good place to start... in particular the
NATDETECT and NATMANAGE routines, and the nathelper and rtpproxy module
usage.
good luck
Hi Paul
Just wanted to give you an update.
Thi
Hello,
Thank you for your time on this issue.
I understand that I can define “db_extra” like:
modparam("acc", "db_extra",
"src_user=$fU;username=$Au;src_domain=$fd;src_ip=$si;src_pai=$avp(s:pai);"
"dst_ouser=$tU;dst_user=$rU;dst_domain=$rd")
Instead of:
modparam("acc", "d
20 matches
Mail list logo