Re: [asterisk-users] ISDN incoming call - inband info and announcements BEFORE ANSWER

2006-08-01 Thread Matthew Fredrickson


On Aug 1, 2006, at 3:13 PM, Michal Doležel wrote:
Is 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)?



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


Matthew Fredrickson

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] ISDN incoming call - inband info and announcements BEFORE ANSWER

2006-08-01 Thread Michal Doležel
Hi all, 

Is 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)? 

=== 
exten => 222000262,1,Playback(welcome,noanswer) 
;At this moment would like to send PROGRESS with "Inband info now av." 
exten => 222000262,2,Dial() 


Used version is 1.2.4-Bristuffed at the moment. 

Thank you. 
Michal 

P.S. I know this is supported only by some telcos, not all, but at the moment 
would like to cover Asterisk side of the problem.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users