linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone On a Raspberry Pi


From: Ed Lentz
Subject: Re: [Linphone-users] Linphone On a Raspberry Pi
Date: Thu, 5 Nov 2015 16:39:23 -0500

Well,
I got it to work sorta.  I have it registering.  Removing the Autoanswer enable allows the ringing audio to output over the analog audio as I wanted.  Is there any way to get it to auto answer??  Ideally I would like this to work both ways.  If the extension number is called it rings until the caller quits, if linphone is in a Page group I want it to auto answer.  

Thanks for any help

On Wed, Nov 4, 2015 at 4:41 PM, Ed Lentz <address@hidden> wrote:
I have installed Linphone on a Raspberry PI according to this page:


I setup the bash script as such

#!/bin/bash
linphonecsh init
sleep 6
linphonecsh sip port = 5060
linphonecsh register --host 10.1.10.147 --username 9999  --password abc1234
linphonecsh status register
linphonecsh generic 'autoanswer enable'
linphonecsh soundcard ring 0
linphonecsh soundcard playback 0
linphonecsh soundcard capture 2
linphonecsh generic 'codec enable 8'


When I run the script I get a registered=1
and some info regarding the audio card.

Logging into the Freepbx system that it is supposed to register with, there isn't any registration.  No log files that indicate that Linphone had even tried to connect.

Anyone have any ideas why this isn't working?

TIA
--

Ed



--

Ed

reply via email to

[Prev in Thread] Current Thread [Next in Thread]