Thanks both for the suggestions. I'll do some digging into baresip and linphonecsh (From what I recall the linphone GUI was horrible and crashy so hopefully the shell version is more reliable).

Thanks,

Wayne Merricks
The Voice Asia

On 15/07/15 21:40, [email protected] wrote:
Wayne,

Here is the script I am using for the listen line. I scammed most of it
from google digging.  I had to add the sleep lines to improve
connections.

This script is called in crontab @reboot.

Todd



#!/bin/bash
if [ ! "$(pidof linphonec)" ]; then
         linphonecsh init
         sleep 10
         linphonecsh register --host 192.168.11.250 --username 318
--password 0318
         sleep 10
         linphonecsh generic 'autoanswer enable'
         sleep 10
         linphonecsh soundcard use 1
         sleep 10
         linphonecsh status register

else
         linphonecsh 'exit'
fi
exit 0




_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to