Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr
[lcr.git] / debian / genextension.8
1 .TH GENEXTENSION 8
2 .SH NAME
3 genextension \- Linux Call Route extension generator
4 .SH SYNOPSIS
5 genextension EXTENSION INTERFACES CALLERID
6 .SH DESCRIPTION
7 Extensions can be easily created by using the "genextension" command.
8 After executing the command the extension will be created at "/usr/share/lcr/extensions/EXTENSION/".
9 .SS EXTENSION
10 Extension number.
11 .br
12 Any number for the extension (e.g 200)
13 .SS INTERFACES
14 Extension’s interface to be used for calls to the extension.
15 .br
16 "Int" would send a call to the internal interface as defined in "/etc/lcr/interface.conf".
17 If calls should ring on more then one port, they must be separated by commas without spaces.
18 Internal ports must be defined in "/etc/lcr/options.conf"
19 .br
20 Internal interface(s) to reach extension, NOT port numbers -> seperate multiple
21 interfaces with commas without spaces. (e.g Int1,Int2)
22 .SS CALLERID
23 Caller ID to be used, whenever the extension makes a call (to external line).
24 The type of caller ID is "undefined", that is the standard type for normal
25 external ISDN lines. If the external ISDN line has the "CLIP No Screening" 
26 feature, it must be given with type "subscriber", "national" or "international".
27 .SH SEE ALSO
28 http://www.linux-call-router.de/doc.html
29 .SH AUTHOR
30 This minimal man page was written by Victor Seva <linuxmaniac@torreviejawireless.org>
31 .br
32 from documentation created by Andreas Eversberg <jolly@eversberg.eu>