X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.c;h=9842e19eb027502b99bb9e025c661224e420f516;hp=1a17842bdda0a826409e1505902b44b8be6a565b;hb=cbe9d412a37e75b61cc74e8a65b0293923eb5160;hpb=ef3fc1931a2fa82f482d21fb1296735206463d3a diff --git a/interface.c b/interface.c index 1a17842..9842e19 100644 --- a/interface.c +++ b/interface.c @@ -643,10 +643,10 @@ struct interface_param interface_param[] = { { "extension", &inter_extension, "", "If keyword is given, calls to interface are handled as internal extensions."}, {"tones", &inter_tones, "yes | no", - "Interface generates tones during call setup and release, or not.\nBy default only NT-mode interfaces generate tones."}, + "Interface generates tones during call setup and release, or not.\nBy default only NT-mode ports generate tones."}, {"earlyb", &inter_earlyb, "yes | no", - "Interface receives and bridges tones during call setup and release, or not.\nBy default only TE-mode interfaces receive tones."}, + "Interface receives and bridges tones during call setup and release, or not.\nBy default only TE-mode ports receive tones."}, {"hunt", &inter_hunt, "linear | roundrobin", "Select the algorithm for selecting port with free channel."}, @@ -668,7 +668,7 @@ struct interface_param interface_param[] = { "This is required on PRI NT-mode ports that are point-to-point by default.\n" "This parameter must follow a 'port' parameter."}, - {"channel_out", &inter_channel_out, "[force,][][,...][,free][,any][,no]", + {"channel-out", &inter_channel_out, "[force,][][,...][,free][,any][,no]", "Channel selection list for all outgoing calls to the interface.\n" "A free channels is searched in order of appearance.\n" "This parameter must follow a 'port' parameter.\n" @@ -678,10 +678,10 @@ struct interface_param interface_param[] = { " any - On outgoing calls, signal 'any channel acceptable'. (see DSS1)\n" " no - Signal 'no channel available' aka 'call waiting'. (see DSS1)"}, - {"channel_in", &inter_channel_in, "[force,][][,...][,free][,any][,no]", + {"channel-in", &inter_channel_in, "[][,...][,free]", "Channel selection list for all incomming calls from the interface.\n" "A free channels is accepted if in the list.\n" - "If no channel was requested, the first free channel found is selected.\n" + "If any channel was requested, the first free channel found is selected.\n" "This parameter must follow a 'port' parameter.\n" " [,...] - List of channels to accept.\n" " free - Accept any free channel"}, @@ -690,18 +690,18 @@ struct interface_param interface_param[] = { "Incomming caller ID is checked against given MSN numbers.\n" "If the caller ID is not found in this list, it is overwritten by the first MSN"}, - {"screen-in", &inter_screen_in, "[options] [%%] [options] [%%]", + {"screen-in", &inter_screen_in, "[options] [%] [options] [%]", "Adds an entry for incomming calls to the caller ID screen list.\n" "If the given 'old caller ID' matches, it is replaced by the 'new caller ID'\n" - "If '%%' is given after old caller ID, it matches even if caller ID has\n" + "If '%' is given after old caller ID, it matches even if caller ID has\n" "additional digits.\n" - "If '%%' is given after mew caller ID, additinal digits of the 'old caller ID'\n" + "If '%' is given after mew caller ID, additinal digits of the 'old caller ID'\n" "are added.\n" "Options can be:\n" " unknown | subsciber | national | international - Change caller ID type.\n" " present | restrict - Change presentation of caller ID."}, - {"screen-out", &inter_screen_out, " [options]", + {"screen-out", &inter_screen_out, "[options] [%] [options] [%]", "Adds an entry for outgoing calls to the caller ID screen list.\n" "See 'screen-in' for help."},