diff options
author | ivan <ivan> | 2006-02-22 13:07:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-02-22 13:07:48 +0000 |
commit | e9b7648aa4f838e45de95128dc22053aa8eafdb4 (patch) | |
tree | a7bf1aa903024b6cdba3dd11b313e079891e96b0 /FS | |
parent | 53bf3dff4149408fde4f1d0d87fd18c6033bc71f (diff) |
add vonage click2call feature
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 88dbdf082..a5add28d8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1661,6 +1661,26 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + #these should become per-user... + { + 'key' => 'vonage-username', + 'section' => '', + 'description' => 'Vonage Click2Call username (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', + 'type' => 'text', + }, + { + 'key' => 'vonage-password', + 'section' => '', + 'description' => 'Vonage Click2Call username (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', + 'type' => 'text', + }, + { + 'key' => 'vonage-fromnumber', + 'section' => '', + 'description' => 'Vonage Click2Call number (see <a href="https://secure.click2callu.com/">https://secure.click2callu.com/</a>)', + 'type' => 'text', + }, + ); 1; |