I have auto attendant menu. When calling person dials one number one extension 
rings. Problem is that while extension rings caller doesn't hear ringing. I 
understand that caller doesn't hear ringing because phone call is already 
established, but I need to "tell" to caller that extension is ringing. How to 
do that?

My extensions.conf

[incoming]
exten => s,1,Answer
exten => s,n,ResponseTimeout(5)
exten => s,n,Playback(mymessage,skip)
exten => s,n,Background(mymessage2) 
exten => s,n,Background(silence/3)

exten => _7XX,1,Goto(local,${EXTEN},1)

[local]
exten => _7XX,1,Dial(SIP/${EXTEN},30,wtr)
exten => _7XX,n,VoiceMail,u${EXTEN}
exten => _7XX,n,Hangup
exten => _7XX,102,VoiceMail,b${EXTEN}
exten => _7XX,n,Hangup


--
Tomislav Parčina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
Mob.: +385(91)1212148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr
_______________________________________________
--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

Reply via email to