mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
Geolocation: chan_pjsip Capability Preview
This commit adds res_pjsip_geolocation which gives chan_pjsip the ability to use the core geolocation capabilities. This commit message is intentionally short because this isn't a simple capability. See the documentation at https://wiki.asterisk.org/wiki/display/AST/Geolocation for more information. THE CAPABILITIES IMPLEMENTED HERE MAY CHANGE BASED ON USER FEEDBACK! ASTERISK-30128 Change-Id: Ie2e2bcd87243c2cfabc43eb823d4427c7086f4d9
This commit is contained in:
committed by
Friendly Automation
parent
abacf2d1a4
commit
6c2f4d57a3
@@ -955,6 +955,17 @@
|
||||
; responses.
|
||||
; (default: no)
|
||||
|
||||
;geoloc_incoming_call_profile =
|
||||
; This geolocation profile will be applied to all calls received
|
||||
; by the channel driver from the remote endpoint before they're
|
||||
; forwarded to the dialplan.
|
||||
;geoloc_outgoing_call_profile =
|
||||
; This geolocation profile will be applied to all calls received
|
||||
; by the channel driver from the dialplan before they're forwarded
|
||||
; the remote endpoint.
|
||||
;
|
||||
|
||||
|
||||
;==========================AUTH SECTION OPTIONS=========================
|
||||
;[auth]
|
||||
; SYNOPSIS: Authentication type
|
||||
|
||||
Reference in New Issue
Block a user