Hello everyone,
I am using asterisk 11.
Initially asterisk was working fine
But after I installed googletts-> http://zaf.github.io/asterisk-googletts/. my channel is not hanging up.and even the googletts is not working(unable to listen) though the verbose is saying that the googletts has executed.
First tried:
[incoming-call]
exten=>100,1,Answer()
exten => n,agi(googletts.agi,"Welcome to my small interactive voice response menu.",en)
same=>n,Hangup()
-- Executing [100@incoming-call:1] Answer("SIP/1000abc-00000009", "") in new stack
-- Executing [100@incoming-call:2] AGI("SIP/1000abc-00000009", "googletts.agi,"This is a simple google text to speech test in english.",en") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/googletts.agi
-- <SIP/1000abc-00000009>AGI Script googletts.agi completed, returning 0
-- Executing [100@incoming-call:3] Hangup("SIP/1000abc-00000009", "") in new stack
== Spawn extension (incoming-call, 100, 3) exited non-zero on 'SIP/1000abc-00000009'
[Jul 21 00:38:37] WARNING[6320]: chan_sip.c:4169 retrans_pkt: Retransmission timeout reached on transmission zuhonbdlrikrwbg@atul-Studio-1558 for seqno 877 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 31998ms with no response
Then
[incoming-call]
exten=>100,1,Answer()
same=>n,Hangup()
Output
-- Executing [100@incoming-call:1] Answer("SIP/1000abc-00000008", "") in new stack
-- Executing [100@incoming-call:2] Hangup("SIP/1000abc-00000008", "") in new stack
== Spawn extension (incoming-call, 100, 2) exited non-zero on 'SIP/1000abc-00000008'
[Jul 21 00:36:45] WARNING[6320]: chan_sip.c:4169 retrans_pkt: Retransmission timeout reached on transmission tfpxzsnshcrtczf@atul-Studio-1558 for seqno 103 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 31999ms with no response
atul-Studio-1558*CLI>
The sip user(twinkle) which I called is still on call even after the verbose is showing that its Hangup.
Morever I cant hear any sound while using googletts
Does it work?