Yate client > Linux

"headless" Sip-Client?

(1/1)

sirleon:
Hello Yate-Community,

I've a running setup of yate server on my raspian / raspberry pi 2. My goal is to auto-accept incoming calls and route them to local audio output (alsa). No GUI is installed so i need a sip-client running as a service. Any hints and ideas are welcome.

marian:
If all you need is to route incoming calls to local audio device ...

Load alsa or oss module:
yate.conf:
[postload]
${modulepath}/client/alsachan${modsuffix}=yes
${modulepath}/client/osschan${modsuffix}=yes

Route all calls to it:
regexroute.conf:
[general]
.*=alsa/default
.*=oss//dev/dsp

sirleon:
Thank you! This solved my problem.

Navigation

[0] Message Index

Go to full version