Difference between revisions of "SIP/2.0 403 Forbidden"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Same error: '''Received response: "Forbidden" from '"Unknown"'''
Same error: '''Received response: "Forbidden" from '"Unknown"'''


----


If you get this message on your MOR CLI, then in device settings check '''Insecure''' '''Port''' and '''Invite''' fields.
If you get this message on your MOR CLI, then in device settings check '''Insecure''' '''Port''' and '''Invite''' fields.
Line 7: Line 8:


  insecure = port,invite
  insecure = port,invite
----
<br><br>
== If it is Provider == 
1. Check if MOR is registered to this Provider (''sip show register'' in asterisk cli)
2. Check settings in Provider Edit window:
* Enter '''Login''' value into '''Fromuser''' field.
* Enter '''Hostname''' value into '''Fromdomain''' field.
* Check '''Trustrpid'''
* Check '''Insecure'''
* Check '''Port'''
----
'''Check also:'''
* [[SIP Error Codes]]

Latest revision as of 10:06, 19 March 2009

Same error: Received response: "Forbidden" from '"Unknown"


If you get this message on your MOR CLI, then in device settings check Insecure Port and Invite fields.

If you get this message on your non-MOR CLI, for peer settings add:

insecure = port,invite



If it is Provider

1. Check if MOR is registered to this Provider (sip show register in asterisk cli)

2. Check settings in Provider Edit window:

  • Enter Login value into Fromuser field.
  • Enter Hostname value into Fromdomain field.
  • Check Trustrpid
  • Check Insecure
  • Check Port



Check also: