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 <[email protected]> wrote: > I have installed Linphone on a Raspberry PI according to this page: > > http://www.jacobdevans.com/raspberry-pi-as-night-ringer-or-intercom/ > > 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
_______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
