From: Richard Mudgett Date: Fri, 2 Feb 2018 21:11:27 +0000 (-0600) Subject: res_pjsip.c: Fix documentation typos. X-Git-Tag: 13.20.0-rc1~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a1ffc83461ab3f498df971fe96b2fe42e0f308;p=thirdparty%2Fasterisk.git res_pjsip.c: Fix documentation typos. Change-Id: I82ae0b92bfa2ece84a5c684efd9eefdc83ebd068 --- diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 8ec89c6586..7c8aabff11 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -66,7 +66,7 @@ It contains the core SIP related options only, endpoints are NOT dialable entries of their own. Communication with another SIP device is accomplished via Addresses of Record (AoRs) which have one or more - contacts assicated with them. Endpoints NOT configured to + contacts associated with them. Endpoints NOT configured to use a transport will default to first transport found in pjsip.conf that matches its type. @@ -449,7 +449,7 @@ Minimum session timers expiration period - Minimium session timer expiration period. Time in seconds. + Minimum session timer expiration period. Time in seconds. @@ -467,7 +467,7 @@ Maximum session timer expiration period - Maximium session timer expiration period. Time in seconds. + Maximum session timer expiration period. Time in seconds. @@ -509,7 +509,7 @@ Must be of type 'endpoint'. - Use Endpoint's requested packetisation interval + Use Endpoint's requested packetization interval Determines whether res_pjsip will use and enforce usage of AVPF for this @@ -647,7 +647,7 @@ Forward error correction should be used. - Redundacy error correction should be used. + Redundancy error correction should be used. @@ -1058,7 +1058,7 @@ Only used when auth_type is md5. - PlainText password used for authentication. + Plain text password used for authentication. Only used when auth_type is userpass. @@ -1263,7 +1263,7 @@ - Use the same transport for outgoing reqests as incoming ones. + Use the same transport for outgoing requests as incoming ones. When a request from a dynamic contact comes in on a transport with this option set to 'yes', @@ -1308,7 +1308,7 @@ Timeout for qualify - If the contact doesn't repond to the OPTIONS request before the timeout, + If the contact doesn't respond to the OPTIONS request before the timeout, the contact is marked unavailable. If 0 no timeout. Time in fractional seconds. @@ -1392,8 +1392,8 @@ endpoint for calls. This can be used as another way of grouping a list of contacts to dial - rather than specifing them each directly when dialing via the dialplan. - This must be used in conjuction with the PJSIP_DIAL_CONTACTS. + rather than specifying them each directly when dialing via the dialplan. + This must be used in conjunction with the PJSIP_DIAL_CONTACTS. Registrations: For Asterisk to match an inbound registration to an endpoint, the AoR object name must match the user portion of the SIP URI in the "To:" @@ -1433,7 +1433,7 @@ Maximum time to keep an AoR - Maximium time to keep a peer with explicit expiration. Time in seconds. + Maximum time to keep a peer with explicit expiration. Time in seconds. @@ -1507,7 +1507,7 @@ Timeout for qualify - If the contact doesn't repond to the OPTIONS request before the timeout, + If the contact doesn't respond to the OPTIONS request before the timeout, the contact is marked unavailable. If 0 no timeout. Time in fractional seconds. @@ -1606,7 +1606,7 @@ Disable Multi Domain support - If disabled it can improve realtime performace by reducing number of database requsts. + If disabled it can improve realtime performance by reducing the number of database requests. @@ -1732,7 +1732,7 @@ in the user field of a SIP URI then the field is truncated at the first semicolon. This effectively makes the semicolon a non-usable character for PJSIP endpoint names, extensions, - and AORs. This can be useful for improving compatability with + and AORs. This can be useful for improving compatibility with an ITSP that likes to use user options for whatever reason.