login | register
Tue 02 of Dec, 2008 [14:19 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd Progress

Created by: JustRumours,Last modification on Fri 12 of Oct, 2007 [12:42 UTC] by chandave

Progress

Synopsis

Indicate progress

Description

 Progress()

This application will request that in-band progress information be provided to the calling channel. This is also known as "early audio" and "early B3" e.g. see Dial option /b in chan_capi-cm. Note that early audio also needs to supported by your carrier in order to work for the caller.
Typically used in conjunction with Playback and its 'noanswer' option (previously 'n' option).

Example

ISDN incoming call - inband info and announcements BEFORE ANSWER

Question: Is there a way to force Asterisk to send DSS1 PROGRESS message to PSTN with indicator: "Inband information now available", before call is established (even before ALERTING phase)? I also think that this indicator can be contained in CALL PROCEEDING message.

My idea is to play not billed welcome message on Asterisk system. Just now there is incoming SETUP, Asterisk replies with CALL PROCEEDING (without indicator I presume - but I can think only from Asterisk trace, no ISDN tester available at the moment). In ideal case there should be send PROGRESS or CALL PROCEEDING message with that indicator.

How to setup this (for PRI and junghanns.net BRI)?

Answer: Use the Progress() application in your dialplan before you Answer() the line. Use the Background() application with the 'n' flag or the Playback() application with the 'noanswer' flag to play your announcement (so the line is not Answer()'d automatically for you).

See also



Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ


Comments