Hi,
I'm trying to setup some DIDs from our SoftSwitch to our MTE box,
but our MTE responds with a 407 Proxy Authentication Required message when is receiving the calls.
our SoftSwitch Support tell us that deactivate this 407 response with a "insecure=very" command.
I'm tryed this command in the sip.conf but the problem with 407 error persists.
Any help would be greatly appreciated.
Submitted by eeman on Mon, 03/23/2009
Permalink
Submitted by jaime@netline.cl on Fri, 04/10/2009
Permalink
Hi Erik, thanks for the
Hi Erik,
thanks for the help,
I can resolv my issue with your help, I add "insecure=very" to the extra properties of the SIP Trunk in PBX Manager and now works fine.
THanks again.
you do it under the channel declaration. proxy authentication required is a normal process of sip signalling. so
[somesiptrunk]
host=ip.add.re.ss
more=attributes
insecure=very
disallow=all
allow=ulaw
etc.