[OpenSIPS-Users] incoming DID will not pass to asterisk
mahan77
mail at sathees.co.uk
Mon Mar 9 11:13:53 CET 2015
Hi,
I need some help please.
I’m trying to pass all sip packets to asterisk via dispatcher module.
The problem I’m having if UA signed in the incoming DID will not pass to
asterisk. The error message was “SIP/2.0 401 Unauthorized”
How can I solve this problem?
preshiead
Sathees
This is my scripts.
route{
if ( !mf_process_maxfwd_header("10") )
{
sl_send_reply("483","To Many Hops");
drop();
}
ds_select_dst("1", "0");
forward();
#t_relay();
}
--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/incoming-DID-will-not-pass-to-asterisk-tp7595694.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
More information about the Users
mailing list