Dan Cropp
2022-Aug-02 15:03 UTC
[asterisk-users] [External] Geo location 18.14.0-rc1 question
Thank you George. From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of George Joseph Sent: Tuesday, August 2, 2022 9:57 AM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [External] [asterisk-users] Geo location 18.14.0-rc1 question On Tue, Aug 2, 2022 at 8:46 AM Dan Cropp <dan at amtelco.com<mailto:dan at amtelco.com>> wrote: I believe I have everything configured correctly, but Asterisk is complaining about my configuration It is complaining about confidence settings. From the Asterisk Geolocation Implementation Wiki, I believe I have this set correctly. Sub-parameters: * value: A percentage indicating the confidence or "unknown". * pdf: "unknown", "normal" or "rectangular" Example: confidence = value=80, pdf=unknown If no confidence parameter is specified, the default is 95%. See RFC7459<https://wiki.asterisk.org/wiki/display/AST/Geolocation+Reference+Information#GeolocationReferenceInformation-rfc7459> for the exact definition of this parameter. [08/02 09:30:03.724] ERROR[682944] config_options.c: Could not find option suitable for category 'IS_loc_1' named 'confidence' at line 12 of [08/02 09:30:03.724] ERROR[682944] res_sorcery_config.c: Could not create an object of type 'location' with id 'IS_loc_1' from configuration file 'geolocation.conf' [IS_loc_1] type = location format = civicAddress confidence = value=95, pdf=unknown location_info = country=US,A1=Wisconsin,A3=Madison location_info = HNO=4800,RD=Main,STS=Drive,PC=53704 Remove the confidence param for now. I documented it before I implemented it. :) Also seeing problems with location_refinement setting. Again, I believe my setting matches what is on the Asterisk Geolocation Implementation wiki. [08/02 09:30:03.724] ERROR[682944] config_options.c: Could not find option suitable for category 'IS_prof_20' named 'location_refinement' at line 56 of [08/02 09:30:03.724] ERROR[682944] res_sorcery_config.c: Could not create an object of type 'profile' with id 'IS_prof_20' from configuration file 'geolocation.conf' [IS_prof_20] type = profile profile_action = prefer_incoming pidf_element = person usage_rules = retransmission_allowed=no location_reference = IS_loc_22 location_refinement = ROOM=292 location_refinement = FLR=1 Pffft. I renamed this to "location_info_refinement" to better match the "location_info" parameter in the Location object. I forgot to rename it in the wiki documentation. If you just change the name it should work. Dan -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20220802/0ee731d7/attachment.html>
Dan Cropp
2022-Aug-02 19:12 UTC
[asterisk-users] [External] Geo location 18.14.0-rc1 question
Is the allow_routing setting on the geolocation Wiki Profile also not fully implemented? In the code, I see geolocation_routing used instead of allow_routing. Tried both and Asterisk indicates it cannot find suitable setting so it doesn’t create the profile object. Dan From: Dan Cropp Sent: Tuesday, August 2, 2022 10:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: RE: [External] [asterisk-users] Geo location 18.14.0-rc1 question Thank you George. From: asterisk-users <asterisk-users-bounces at lists.digium.com<mailto:asterisk-users-bounces at lists.digium.com>> On Behalf Of George Joseph Sent: Tuesday, August 2, 2022 9:57 AM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com<mailto:asterisk-users at lists.digium.com>> Subject: Re: [External] [asterisk-users] Geo location 18.14.0-rc1 question On Tue, Aug 2, 2022 at 8:46 AM Dan Cropp <dan at amtelco.com<mailto:dan at amtelco.com>> wrote: I believe I have everything configured correctly, but Asterisk is complaining about my configuration It is complaining about confidence settings. From the Asterisk Geolocation Implementation Wiki, I believe I have this set correctly. Sub-parameters: * value: A percentage indicating the confidence or "unknown". * pdf: "unknown", "normal" or "rectangular" Example: confidence = value=80, pdf=unknown If no confidence parameter is specified, the default is 95%. See RFC7459<https://wiki.asterisk.org/wiki/display/AST/Geolocation+Reference+Information#GeolocationReferenceInformation-rfc7459> for the exact definition of this parameter. [08/02 09:30:03.724] ERROR[682944] config_options.c: Could not find option suitable for category 'IS_loc_1' named 'confidence' at line 12 of [08/02 09:30:03.724] ERROR[682944] res_sorcery_config.c: Could not create an object of type 'location' with id 'IS_loc_1' from configuration file 'geolocation.conf' [IS_loc_1] type = location format = civicAddress confidence = value=95, pdf=unknown location_info = country=US,A1=Wisconsin,A3=Madison location_info = HNO=4800,RD=Main,STS=Drive,PC=53704 Remove the confidence param for now. I documented it before I implemented it. :) Also seeing problems with location_refinement setting. Again, I believe my setting matches what is on the Asterisk Geolocation Implementation wiki. [08/02 09:30:03.724] ERROR[682944] config_options.c: Could not find option suitable for category 'IS_prof_20' named 'location_refinement' at line 56 of [08/02 09:30:03.724] ERROR[682944] res_sorcery_config.c: Could not create an object of type 'profile' with id 'IS_prof_20' from configuration file 'geolocation.conf' [IS_prof_20] type = profile profile_action = prefer_incoming pidf_element = person usage_rules = retransmission_allowed=no location_reference = IS_loc_22 location_refinement = ROOM=292 location_refinement = FLR=1 Pffft. I renamed this to "location_info_refinement" to better match the "location_info" parameter in the Location object. I forgot to rename it in the wiki documentation. If you just change the name it should work. Dan -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20220802/0173d1a7/attachment.html>