Hi,
I am new user in SER, i am stuck on one problem. When I make a call from a Client
connected with SER to Asterisk(PBX) client, it works fine. But,when i make's a call
between 2 different PBX ,it rings and connects but there is no voice between these two PBX
clients.. In SER.cfg,I am just forwarding the call)..If anybody have idea,how to solve it,
Plz helppppppppppppppp me..
if (!lookup("location"))
{
if (!src_ip==10.19.200.81)
{
if (uri =~"^sip:4[0-9]*@")
{
forward ( 10.19.200.73 , 5060 );
break;
}
}
else if (uri =~"^sip:2[0-9]*@")
{
forward ( 10.19.200.84 , 5060 );
break;
}
else
{
sl_send_reply("404", "Not Found");
break;
};
};
};
Thanks in advance.
---------------------------------
Yahoo! Mail goes everywhere you do. Get it on your phone.
Show replies by date