Page 419 - Asterisk™: The Future of Telephony
P. 419

[disa]
                   exten => _1800NXXXXXX,1,Dial(Zap/4/${EXTEN})

               See Also
               Authenticate(), VMAuthenticate()


               DumpChan()                           Dumps information about the calling channel to the console
               DumpChan([min_verbose_level])

               Displays information about the calling channel, as well as a listing of all channel vari-
               ables. If min_verbose_level is specified, output is displayed only when the verbosity
               level is currently set to that number or greater.

                           If you have many channel variables set, DumpChan() will show only the
                           first 1,024 characters of your channel variable listing.


                   exten => s,1,Answer()
                   exten => s,2,DumpChan()
                   exten => s,3,Background(enter-ext-of-person)
               See Also

               NoOp(), Verbose()

               EAGI()


               See AGI().


               Echo()                                           Echoes inbound audio back to the caller
               Echo()

               Echoes audio read from the channel back to the channel. This application is often used
               to test the latency and voice quality of a VoIP link. The caller may press the # key to exit.
                   exten => 123,1,Echo()
                   exten => 123,2,Playback(vm-goodbye)

               See Also
               Milliwatt()




                                                                           DumpChan() | 391
   414   415   416   417   418   419   420   421   422   423   424