[SR-Users] no audio

Rizwan Qureshi rizhisqur at gmail.com
Mon Nov 8 17:17:04 CET 2010


Hi List,
I am using dispatcher module to route everything from registerations to
calls toa asterisk pbx. thats all what openser is doing at the moment.
outgoing calls are fine but I get CHANUNAVAILABLE status for incoming calls
on Asterisk. I guess the reverse sip dialogue are not working properly
through openser. Following is my open ser config

route{

        if (!mf_process_maxfwd_header("10")) {
                sl_send_reply("483","Too Many Hops");
                exit;
        }

        if(!sanity_check("1511", "7"))
        {
                xlog("Malformed SIP message from $si:$sp\n");
                exit;
        }

        #record_route();
        ds_select_dst("1","2");
        forward();

}

I have tried with and without record_route() but nothing working for
incoming calls.

Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20101108/2ea25eef/attachment.htm>


More information about the sr-users mailing list