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: tomo@pbx.lama.hr
e-mail: tparcina#lama.hr
http://www.lama.hr
what about this? show app ringing?> > > [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,Ringing exten => _7XX,2,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 > >
In article <450EA661.2090401@gmx.de>, kast.asterisk@gmx.de says...> what about this? > show app ringing? > > exten => _7XX,1,Ringing > exten => _7XX,2,Goto(local,${EXTEN},1)It looked promising so I tried it. Unfortunately it didn't help. Calling person doesn't hear ringing. I don't know why this application didn't work as it should. I have tried with and without "wait" command. -- Executing Playback("SIP/198-d5e2", "lama/dobro-jutro|skip") in new stack -- Playing 'lama/dobro-jutro' (language 'hr') -- Executing Goto("SIP/198-d5e2", "s|11") in new stack -- Goto (aahrvatski,s,11) -- Executing BackGround("SIP/198-d5e2", "lama/odjeli") in new stack -- Playing 'lama/odjeli' (language 'hr') == CDR updated on SIP/198-d5e2 -- Executing Ringing("SIP/198-d5e2", "") in new stack -- Executing Wait("SIP/198-d5e2", "5") in new stack -- Executing Goto("SIP/198-d5e2", "sip_queue|148|1") in new stack -- Goto (sip_queue,148,1) -- Executing Dial("SIP/198-d5e2", "SIP/148|30|wtr") in new stack -- Called 148 -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)495148 Mob.: +385(91)1212148 SIP: tomo@pbx.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
In article <79337FA3BA80774F9FE87BF809C9F356430EFE@stipe.lama.hr>, tparcina@lama.hr says...> It looked promising so I tried it. Unfortunately it didn't help. Calling person doesn't hear ringing. I don't know why this application didn't work as it should. I have tried with and without "wait" command. > > -- Executing Playback("SIP/198-d5e2", "lama/dobro-jutro|skip") in new stack > -- Playing 'lama/dobro-jutro' (language 'hr') > -- Executing Goto("SIP/198-d5e2", "s|11") in new stack > -- Goto (aahrvatski,s,11) > -- Executing BackGround("SIP/198-d5e2", "lama/odjeli") in new stack > -- Playing 'lama/odjeli' (language 'hr') > == CDR updated on SIP/198-d5e2 > -- Executing Ringing("SIP/198-d5e2", "") in new stack > -- Executing Wait("SIP/198-d5e2", "5") in new stack > -- Executing Goto("SIP/198-d5e2", "sip_queue|148|1") in new stack > -- Goto (sip_queue,148,1) > -- Executing Dial("SIP/198-d5e2", "SIP/148|30|wtr") in new stack > -- Called 148I have test it by calling from SIP phone to AA menu, and it doesn't work. Then I tried from ZAP interface and the phone rings. Since this AA will be for incoming calls from ZAP interface I can take this one as solved. But there is another thing. Is this not ringing on Sip interface u a bug? I'm using Asterisk 1.2.5. Can somebody check this on Asterisk 1.2.12.1? I don't want to report u BUG if it's already fixed. -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)495148 Mob.: +385(91)1212148 SIP: tomo@pbx.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr