I'm trying to migrate SER 2.0 to Kamailio and right now the major hiccup
is migrating lookup_domain(). Is there any replacement for
lookup_domain() that would enable you to use the domain attributes in
Kamailio? I have come across the old thread "domain attributes" about
adpoting the SER domain module:
http://www.mail-archive.com/sr-dev@lists.sip-router.org/msg00804.html
But I'm not sure what was the outcome.
Same for load_attrs() and user_attrs column - it looks like there's no
direct replacement for that and I have to migrate it to usr_preferences.
--
Sincerely,
Andrew Pogrebennyk
Hello,
please take a moment and check the upgrade guidelines at:
http://sip-router.org/wiki/install/3.0.x-to-3.1.x
Add any missing parts you discover and enhance existing sections in
order to make the process as smooth as possible. There are only two days
left to launch 3.1.
Thanks,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com
Frank,
I have the same/similar issue and I was wondering if you have had any
luck ignoring the npdi & rn values in the INVITE packet?
Shawn Smith Sr.
Senior VoIP Engineer
I need to get http request with xhttp module, process request parameters,
build SIP request (based on received http parameters), receive SIP reply and
send http response back based on SIP reply. HTTP part is simple, but how to
send SIP request from event_route[xhttp:request] and get SIP reply?
uac_req_send() function doesn't wait for SIP reply, t_uac_dlg MI command does
everything needed but is not accessible from config script. Any other
ideas/suggestions?
Hello,
some of us will be next Wednesday in Vienna, Austria and planned to have
a dinner - among the things to celebrate is the 3.1 release.
If you are around and want to join us, drop me an email. So far, from
registered developers, there will be myself, Klaus Darilion, Andreas
Graning and maybe Jon Bonilla. Time should be 19:00, place not decided
yet - it will be provided by email.
It is the usual social-networking-like event we had in the past,
everyone paying for himself/herself. Anyone is welcome to join!
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com
Hello,
It looks, there is a small error in default kamailio.cfg:
#!define FLB_NATSIPPING 7
..
route[REGISTRAR] {
..
# uncomment next line to do SIP NAT pinging
## setbflag(FLB_SIPPING);
^^^^^^^^^^^^^^^^^^^
Regards,
Andrey.
Hi Daniel,
Im a kamailio 3.1 (testing noobie)
Im trying to setup a simple buddy list supporting presence server. (I
gather xcap is the way to go)
The simple presence thingy works nicely & instantly (thanks to those
#!defines )
But I haven't been able to get this configuration going
http://sip-router.org/docbook/sip-router/branch/master/modules_k/xcap_serve…
I mean loading the modules & setting the modparams is a snap but this
routing logic always gets to me. (i.e. those filing off .......... lines in
the the routing logic section. Did I mention I was a noobie especially of
routing logic section ?)
Anyway you have also added this declarative #!ifdef WITH_XHTTPAUTH
with in that section, where as its missing in the top section of the
kamailio.cfg file.
Pasting just about anywhere (or in the end before the } doesn't work for
me. Could u be kind enough to elaborate a little more on that or come up
with a fuller kamailo.cfg sample file.
Thanx & Regards
--