[Asterisk-Users] answer delay

Peter J Dean peter.john.dean at gmail.com
Mon Apr 24 15:04:01 MST 2006


You need to have an established and open channel before the audio can  
be played.

exten => xxxxxxxxx,1,Answer
exten => xxxxxxxxx,n,Playback(audio,noanswer)
exten => xxxxxxxxx,n,BackGround(out)
exten => xxxxxxxxx,n,Hangup

On 24/04/2006, at 10:25 PM, FaberK wrote:

> Hi Folks,
> using this:
> exten => xxxxxxxxx,1,Playback(audio,noanswer)
> exten => xxxxxxxxx,2,Answer
> exten => xxxxxxxxx,3,BackGround(out)
> exten => xxxxxxxxx,103,Hangup
>
> I'm not billed and remain connected, but the file 'audio' is not  
> played...well I do not ear it.
> But after, it pass correctly to answer and I can ear the 'out'  
> audio file.
>
> Any idea/suggestion???
>
> Thanks!
>
> 2006/3/21, FaberK <f.faberk at gmail.com >:
> Hi,
> I've tryed it using my mobile and I've been charged.
> Maybe, my mobile operator(Vodafone) does not support it?
>
> Thanks again.
>
> p.s.: hi John, I love to learn(books, google, lists, ecc...) and  
> cooperation and I can say that everytime I learn something new. :o)
>
> 2006/3/21, CC Jay <jjcoolio at gmail.com>:
> Not sure about 1.2.4 but with 1.0.9, you'll need to add "noanswer"  
> to playback since playback will try to answer the line, i.e.,
> exten => 5551234,1,Playback(you-wont-be-billed-for-hearing-this,  
> noanswer)
> exten => 5551234,n,Answer
> etc.
>
>
>
> _______________________________________________
> --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
>
>
>
>
>
> -- 
> .:FaberK:.
>
>
>
> -- 
> .:FaberK:.
> _______________________________________________
> --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




More information about the asterisk-users mailing list