Difference between revisions of "207 Not clear who should receive call"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by one other user not shown)
Line 13: Line 13:


<br><br>
<br><br>
= Bad Localization Rule =
= Bad Localization Rule (for DID) =


Check Localization Rules, which can add/cut some prefix to/from incoming DID.
Check here: [[DID is not working#Bad Localization Rule | DID is not working - Bad Localization Rule ]]
 
This makes incoming DID number not match with the DID entered in the system and call will fail.


<br><br>
<br><br>
===Example===
= Malformed Destination =
 
[[File:hgc_207_dst.png]]
In Global Location User created rule: Add: "34", Cut: "", Min: 9, Max 14
 
This added 34 to every number between 9-14 length.
 
As incoming DID was 11 digits length, 34 was added in front of it and system was unable to find it:


[2011-07-30 10:24:25] NOTICE[538]: app_mor_authentication.c:1289 Dst: 182994*****<br>..
Restart Asterisk. If it not help, core upgrade could solve this. If not - contact the sender who sends such malformed packets for more investigation.
[2011-07-30 10:24:25] NOTICE[538]: app_mor_destinations.c:285 mor_localize_destination: Localization info: cut: , add: 34
[2011-07-30 10:24:25] NOTICE[538]: app_mor_destinations.c:314 mor_localize_destination: Localized destination: 34182994*****
[2011-07-30 10:24:25] NOTICE[538]: app_mor_dids.c:22 mor_check_did: Checking DID (34182994*****) ...
[2011-07-30 10:24:25] NOTICE[538]: app_mor_dids.c:282 mor_check_did: DID not found...


Solution to this problem was to fix rule: Min: 9, Max: 9


<br><br>
<br><br>

Latest revision as of 07:15, 9 February 2016

Audio.png SYSTEM ERROR. CODE 207. Not clear where to send the call. 

Provider not configured as user

This error happens when a call comes from a provider that is not configured as a user.

Create a user for this provider in the system and assign the provider to this user to allow him to make calls. 
For more information, please consult the online manual at wiki.kolmisoft.com.


This error happens when a Provider tries to dial through your system but is not allowed to.

Fix it by instructions provided here.



Bad Localization Rule (for DID)

Check here: DID is not working - Bad Localization Rule



Malformed Destination

Hgc 207 dst.png

Restart Asterisk. If it not help, core upgrade could solve this. If not - contact the sender who sends such malformed packets for more investigation.





See also: