mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
|
||||
CONSOLE = "Console/dsp" -- Console interface for demo
|
||||
--CONSOLE = "Zap/1"
|
||||
--CONSOLE = "DAHDI/1"
|
||||
--CONSOLE = "Phone/phone0"
|
||||
|
||||
IAXINFO = "guest" -- IAXtel username/password
|
||||
--IAXINFO = "myuser:mypass"
|
||||
|
||||
TRUNK = "Zap/G2"
|
||||
TRUNK = "DAHDI/G2"
|
||||
TRUNKMSD = 1
|
||||
-- TRUNK = "IAX2/user:pass@provider"
|
||||
|
||||
@@ -92,8 +92,8 @@ TRUNKMSD = 1
|
||||
--
|
||||
-- Dialplan applications can be accessed through the global 'app' table.
|
||||
--
|
||||
-- app.Dial("Zap/1")
|
||||
-- app.dial("Zap/1")
|
||||
-- app.Dial("DAHDI/1")
|
||||
-- app.dial("DAHDI/1")
|
||||
--
|
||||
-- More examples can be found below.
|
||||
--
|
||||
@@ -106,7 +106,7 @@ TRUNKMSD = 1
|
||||
--
|
||||
|
||||
function outgoing_local(c, e)
|
||||
app.dial("zap/1/" .. e, "", "")
|
||||
app.dial("DAHDI/1/" .. e, "", "")
|
||||
end
|
||||
|
||||
function demo_instruct()
|
||||
|
Reference in New Issue
Block a user