The following will play you a sound file whitout answering the channel. Note the first line - if you will not have "ringing" - you will not get any audio. exten => 160,1,Ringing exten => 160,n,Playback(accessible-through-system,noanswer) exten => 160,n,Hangup On 10 October 2006 15:24, M Jamshed wrote: > Hi all. > How will i use noanswer option in playback application. > i have used like this > exten = _X.,1,Playback(eng_notavail|noanswer) > But that particular voice prompt is not bieng played. > Her is my CLI > > Starting SS7/1 at ss7,001255600001,1 failed so falling > back to exten 's' -- Executing Playback("SS7/1", > "eng_notavail|noanswer") in new stack -- Playing > 'eng_notavail' (language '') > -- Executing Hangup("SS7/1", "") in new stack > == Spawn extension (ss7, s, 2) exited non-zero on > 'SS7/1' > > How will i solve this problem?