diff --git a/src/modules/call_control/call_control.c b/src/modules/call_control/call_control.c index f9d152f85f2..1da3cf38f82 100644 --- a/src/modules/call_control/call_control.c +++ b/src/modules/call_control/call_control.c @@ -102,7 +102,7 @@ typedef struct AVP_List { typedef struct CallControlSocket { char *name; // name int sock; // socket - int timeout; // how many miliseconds to wait for an answer + int timeout; // how many milliseconds to wait for an answer time_t last_failure; // time of the last failure char data[BUFFER_SIZE]; // buffer for the answer data } CallControlSocket; @@ -124,7 +124,7 @@ int parse_param_stop(unsigned int type, void *val); static CallControlSocket callcontrol_socket = { "/run/callcontrol/socket", // name -1, // sock - 500, // timeout in 500 miliseconds if there is no answer + 500, // timeout in 500 milliseconds if there is no answer 0, // time of the last failure "" // data }; diff --git a/src/modules/call_control/doc/call_control.8 b/src/modules/call_control/doc/call_control.8 index ea3d50d25b4..d94d647dcd3 100644 --- a/src/modules/call_control/doc/call_control.8 +++ b/src/modules/call_control/doc/call_control.8 @@ -115,11 +115,11 @@ see .BR kamailio.cfg(5) .PP Full documentation on Kamailio is available at -.I http://www.kamailio.org/. +.I https://www.kamailio.org/. .PP Mailing lists: .nf -users@lists.kamailio.org - Kamailio user community +sr-users@lists.kamailio.org - Kamailio user community .nf -devel@lists.kamailio.org - Kamailio development, new features and unstable version +sr-dev@lists.kamailio.org - Kamailio development, new features and unstable version diff --git a/src/modules/call_control/doc/call_control_admin.xml b/src/modules/call_control/doc/call_control_admin.xml index a7a57a8d735..0dd52f026ad 100644 --- a/src/modules/call_control/doc/call_control_admin.xml +++ b/src/modules/call_control/doc/call_control_admin.xml @@ -76,7 +76,7 @@ Callcontrol is invoked by calling the call_control() function for the initial INVITE of every call we want to apply a limit to. This will end - up as a request to the callcontrol application, which will interogate + up as a request to the callcontrol application, which will interrogate the rating engine for a time limit for the given caller and destination. The rating engine will determine if the destination has any associated cost and if the caller has any credit limit and if so will return the