|
From: | Ed Lentz |
Subject: | Re: [Linphone-users] Linphone On a Raspberry Pi |
Date: | Thu, 5 Nov 2015 16:39:23 -0500 |
I have installed Linphone on a Raspberry PI according to this page:I setup the bash script as such#!/bin/bashlinphonecsh initsleep 6linphonecsh sip port = 5060linphonecsh register --host 10.1.10.147 --username 9999 --password abc1234linphonecsh status registerlinphonecsh generic 'autoanswer enable'linphonecsh soundcard ring 0linphonecsh soundcard playback 0linphonecsh soundcard capture 2linphonecsh generic 'codec enable 8'When I run the script I get a registered=1and 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
[Prev in Thread] | Current Thread | [Next in Thread] |