Hi,
We are trying to use the Jack_Hook application for streaming the call conversation.
My dialplan is as follow ;
exten => _+91NXXXXXXXXX,1,Set(CALLERID(all)=“Trunk Test” <+91980017XXX>)
same => n,Set(JACK_HOOK(manipulate,s(localJack))=on) ;jack server name = localJAck
same => n,Dial(SIP/twilio0/${EXTEN})
initially, we got the below error (and corresponding fix) ;
Error:-
Unknown driver “alsa”
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Fix:-
changed jack audio server setup and restarted pulseaudio
Now we are getting the below error
“[warning] try to write 1024 bit to ringbuffer, but wrote 0 byte”
and this is continuous while the call is going on.
Kindly help.Thanks in advance.