Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't work, no audio #7

Open
pilovis opened this issue Oct 12, 2018 · 5 comments
Open

It doesn't work, no audio #7

pilovis opened this issue Oct 12, 2018 · 5 comments

Comments

@pilovis
Copy link

pilovis commented Oct 12, 2018

It doesn't work, no audio

@pilovis
Copy link
Author

pilovis commented Oct 12, 2018

Core debug is 5.

== Using SIP RTP CoS mark 5
> 0x7f6c015010 -- Strict RTP learning after remote address set to: 192.168.1.67:8000
-- Executing [1234@from-internal:1] Answer("SIP/200-00000000", "") in new stack
> 0x7f6c015010 -- Strict RTP switching to RTP remote address 192.168.1.67:8000 as source
-- Executing [1234@from-internal:2] AGI("SIP/200-00000000", "picotts.agi,"This is a simple google text to speech test in english.",en") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/picotts.agi
-- <SIP/200-00000000>AGI Script picotts.agi completed, returning 0
-- Executing [1234@from-internal:3] AGI("SIP/200-00000000", "picotts.agi,"Esta es una simple prueba en español.",es") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/picotts.agi
-- <SIP/200-00000000>AGI Script picotts.agi completed, returning 0
-- Executing [1234@from-internal:4] AGI("SIP/200-00000000", "picotts.agi,"Αυτό είναι ένα απλό τέστ στα ελληνικά.",el") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/picotts.agi
-- <SIP/200-00000000>AGI Script picotts.agi completed, returning 0
-- Executing [1234@from-internal:5] Wait("SIP/200-00000000", "4") in new stack
> 0x7f6c015010 -- Strict RTP learning complete - Locking on source address 192.168.1.67:8000
-- Executing [1234@from-internal:6] Hangup("SIP/200-00000000", "") in new stack
== Spawn extension (from-internal, 1234, 6) exited non-zero on 'SIP/200-00000000

@pilovis
Copy link
Author

pilovis commented Oct 12, 2018

; Picotts
exten => 1234,1,Answer()
;;Play mesage in English:
exten => 1234,n,agi(picotts.agi,"This is a simple google text to speech test in english.",en)
;;Play message in Spanish
exten => 1234,n,agi(picotts.agi,"Esta es una simple prueba en español.",es)
;;Play message in Greek
exten => 1234,n,agi(picotts.agi,"Αυτό είναι ένα απλό τέστ στα ελληνικά.",el)
exten => 1234,n,Wait(4)
exten => 1234,n,Hangup()

@pilovis
Copy link
Author

pilovis commented Oct 12, 2018

"picospeaker -l en-US test" works

@pilovis
Copy link
Author

pilovis commented Oct 12, 2018

Ubuntu 16.04.5 LTS
Asterisk GIT-11-f3cdc37 currently running on odroid64

@pilovis
Copy link
Author

pilovis commented Oct 12, 2018

sox is already the newest version (14.4.1-5)
perl is already the newest version (5.22.1-9ubuntu0.5)
libttspico-utils is already the newest version (1.0+git20130326-3)
libttspico-data is already the newest version (1.0+git20130326-3)

locate picospeaker

/usr/bin/picospeaker
/usr/src/picospeaker

ldconfig executed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant