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

Progress()                                                    Indicates progress
               Progress()

               Requests that the channel indicate that in-band progress is available to the user. Each
               channel type in Asterisk has its own way of signaling progress on the call.
                   ; indicate progress to the calling channel, wait 5 seconds,
                   ; and then answer the call
                   exten => 123,1,Progress()
                   exten => 123,n,Wait(5)
                   exten => 123,n,Answer()

               See Also
               Busy(), Congestion(), Ringing(), Playtones()


               Queue()                                   Places the current call in to the specified call queue
               Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI]]]]])

               Places  an  incoming  call  in  to  the  call  queue  specified  by  queuename,  as  defined  in
               queues.conf.
               The options argument may contain zero or more of the following characters:
               d
                   Specifies a data-quality (modem) call (minimum delay).
               h
                   Allows callee to hang up by hitting *.
               H
                   Allows caller to hang up by hitting *.
               i
                   Ignores call forward requests from queue members and does nothing when they
                   are requested.
               n
                   Disallows retries on the timeout; exits this application and goes to the next step.
               r
                   Rings instead of playing music on hold.

               t
                   Allows the called user to transfer the call.
               T
                   Allows the calling user to transfer the call.

               w
                   Allows the called user to write the conversation to disk.



                                                                            Progress() | 421
   444   445   446   447   448   449   450   451   452   453   454