From c0dfa24553816f04000107b790657907f3cbcbff Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 14 Dec 1999 23:40:27 +0000 Subject: Version 0.1.1 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/modem.conf.sample | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 configs/modem.conf.sample (limited to 'configs/modem.conf.sample') diff --git a/configs/modem.conf.sample b/configs/modem.conf.sample new file mode 100755 index 000000000..27b3230f4 --- /dev/null +++ b/configs/modem.conf.sample @@ -0,0 +1,42 @@ +; +; Internet Phone Jack +; +; Configuration file +; +[interfaces] +; +; By default, incoming calls should come in on the "remote" context +; +context=remote +; +; Modem Drivers to load +; +driver=aopen +; +; We can optionally override the auto detection. This is necessary +; particularly if asterisk does not know about our kind of modem. +; +;type=autodetect +;type=aopen +; +; We can strip a given number of digits on outgoing dialing, so, for example +; you can have it dial "8871042" when given "98871042". +; +stripmsd=1 +; +; Type of dialing +; +;dialtype=tone +dialtype=pulse +; +; Mode selection. "Immediate" means that as soon as you dial, you're connected +; and the line is considered up. "Ring" means we wait until the ring cadence +; occurs at least once. "Answer" means we wait until the other end picks up. +; +;mode=answer +;mode=ring +mode=immediate +; +; List all devices we can use. +; +device=/dev/ttyS3 -- cgit v1.2.3