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:
@@ -169,11 +169,11 @@ There are some variations, and these will be explained in due course.
|
||||
To use these options, set your Dial to something like:
|
||||
\begin{astlisting}
|
||||
\begin{verbatim}
|
||||
exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmPA(beep))
|
||||
exten => 3,3,Dial(DAHDI/5r3&DAHDI/6r3,35,tmPA(beep))
|
||||
or
|
||||
exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmP(something)A(beep))
|
||||
exten => 3,3,Dial(DAHDI/5r3&DAHDI/6r3,35,tmP(something)A(beep))
|
||||
or
|
||||
exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmpA(beep))
|
||||
exten => 3,3,Dial(DAHDI/5r3&DAHDI/6r3,35,tmpA(beep))
|
||||
\end{verbatim}
|
||||
\end{astlisting}
|
||||
|
||||
|
Reference in New Issue
Block a user