[asterisk-users] Dial() - any way to limit waiting for a RINGING state?

2008-10-29 Thread Anton
Hello! Just trying to find out how to limit waiting for a RINGING state for an initiated call by Dial() - This is necessary since I want to inform the CALLER that destination is not available if RINGING state was not received within, say 20 seconds. This applies for mostly SIP and IAX2 calls

Re: [asterisk-users] Dial() - any way to limit waiting for a RINGING state?

2008-10-29 Thread Vinícius Fontes
Sure it is: exten = blah,1,Dial(SIP/blah,30) Where 30 is the time in seconds the application will wait before quitting and setting the DIALSTATUS variable to NOANSWER. Atenciosamente, Vinícius Fontes Núcleo de Tecnologias Convergentes Canall Tecnologia em Comunicações Passo Fundo - RS -

Re: [asterisk-users] Dial() - any way to limit waiting for a RINGING state?

2008-10-29 Thread Anton
Think more deeply, I understand this is a user forum - but it doesn not mean that all question must be newbie. RINGING state meand until I REALLY get a notification from destination device (SIP for instance) that call have been accepted by the destination and it have returned a RINGING -