summaryrefslogtreecommitdiffstats
path: root/extension.c
diff options
context:
space:
mode:
authorSuper User2007-10-01 09:54:51 +0200
committerSuper User2007-10-01 09:54:51 +0200
commitc01315204bbfc920f9cb674835226e9f71ab4089 (patch)
tree4b6e1ffcdab18478a50b008c84719c8ef81eaf39 /extension.c
parentaudio recording fix by Xuan (diff)
downloadlcr-c01315204bbfc920f9cb674835226e9f71ab4089.tar.gz
lcr-c01315204bbfc920f9cb674835226e9f71ab4089.tar.xz
lcr-c01315204bbfc920f9cb674835226e9f71ab4089.zip
some small conference jingle fixes
changed description of interface in settings.
Diffstat (limited to 'extension.c')
-rw-r--r--extension.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/extension.c b/extension.c
index e19ec2a..f498438 100644
--- a/extension.c
+++ b/extension.c
@@ -1026,8 +1026,10 @@ int write_extension(struct extension *ext, char *number)
// fprintf(fp,"# Set up alarm message after prefix is dialed and connection is established\n");
// fprintf(fp,"alarm %s\n\n",ext->alarm);
- fprintf(fp,"# Ports to ring on calls to extension (starting from 1)\n");
- fprintf(fp,"# Seperate ports by using komma. (example: 1,3 would ring incoming calls on\n# port 1 and 3)\n");
+ fprintf(fp,"# Interface(s) to ring on calls to extension (as named in interface.conf)\n");
+ fprintf(fp,"# Seperate multiple interfaces by using komma without spaces\n");
+ fprintf(fp,"# Example: Int would ring on the interface with the name \"Int\"");
+ fprintf(fp,"# Int1,Int2 would ring incoming calls on both interfaces Int1 and Int2.\n");
fprintf(fp,"interfaces %s\n\n",ext->interfaces);
fprintf(fp,"# Call Forward Unconditional (CFU)\n");