Do not reply to an email part of a discussion with different questions. Start a new email, so it creates its own discussion thread on mailing list.

Btw, I already replied to your questions on a different email thread, you didn't follow up there.

Cheers,
Daniel

On 22/12/15 10:33, yasir ay wrote:
Hai Daniel,

Am using Kamailio 4.4.0

version: kamailio 4.4.0-dev8 (x86_64/linux) a2e3c0
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: a2e3c0
compiled on 05:33:57 Dec 18 2015 with gcc 4.8.5

Now I have a routing scripting written in opensips going to change into kamailio.cfg.
But am facing some issues about functions and modules paramaeters,
So please help me a good documents to write kamailio script,
i dnt which function to mathc_dialog,fix_route_dialog..etc....



   if (has_totag()) {
                 if (match_dialog()) {
                        if ($DLG_status==NULL) {
                                xlog("Dialog NULL");
                        }
                        else {
                                fix_route_dialog();
                        }
                        if (is_method("BYE")) {
                                remove_hf("User-Agent:");
                                t_relay();
                        }
                        else if (is_method("INVITE")) {
                                record_route();
                                route(RELAY);
                        }
                        else {
                                route(RELAY);
                        }
                }
                else {
                        if ( is_method("ACK")) {
                                remove_hf("Route:");
                                if ( t_check_trans() ) {
                                        t_relay();
                                        exit;
                                }
                                else {
                                        exit;
                                }
                        }
                        sl_send_reply("404","Not here");
                }
                exit;
        }
The above scriptis from opensip.cfg please show by changing above part into kamailio.cfg


NB:I HAVE REQUEST PLEASE ARRANGE A KAMAILIO WORKSHOP IN INDIA
AM WELCOMING TO YOU INDIA AND ESPECIALLY TO "GOD OWN COUNTRY KERALA" KOCHI
HAS INDIA BOOMING IN VOIP TECHNLOGIES


Thanks& Regards
Yasir
+919544678732


On Tue, Dec 22, 2015 at 2:41 PM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:
Hello,

nice spot and thanks for reporting. I updated the references to point to
4.4.x.

Cheers,
Daniel

On 20/12/15 22:58, Mikko Lehto wrote:
> Hi
>
> URL's in devel version module function wiki page[1] page looks like they are
> pointing to incorrect version.
>
> Example: the first on the list is "abort()":
> http://www.kamailio.org/docs/modules/4.3.x/modules/cfgutils.html#cfgutils.f.abort
>
> I think it should be one of these:
> http://www.kamailio.org/docs/modules/devel/modules/cfgutils.html#cfgutils.f.abort
> http://www.kamailio.org/docs/modules/4.4.x/modules/cfgutils.html#cfgutils.f.abort
>
> Maybe automagic wiki scripts need some love?
>
>
> Same thing appears also in other wiki tables:
> http://kamailio.org/wiki/alphaindexes/devel/modparameters
> http://kamailio.org/wiki/alphaindexes/devel/micommands
> http://kamailio.org/wiki/alphaindexes/devel/modstatistics
>
>
> [1] http://kamailio.org/wiki/alphaindexes/devel/modfunctions
>

--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.com
http://miconda.eu


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev


-- 
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.com
http://miconda.eu