I've setup a simple asterisk test environment with an ISDN card configure in modem.conf and a gnophone client connected to my asterisk server via IAX. I can place call and answer, i've also succesfully configured a voicemail. The problem is that i cannot redirect call to my voicemail when gnophone isn't active. The call will be redirected when the timeout end, i want this only if gnophone is active and ring (then, i if cannot answer, the call will be sent to voicemail). My confs for incoming call is: exten => 584386968,1,Dial(IAX/igor|10) exten => 584386968,2,Voicemail(igor) exten => 584386968,102,Voicemail(igor) What's the problem ??? Igor