BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
144 stars 69 forks source link

flexisip_pusher command not found #62

Open secDaC opened 5 years ago

secDaC commented 5 years ago

Hi,

I want to test the flexisip push notification function for iOS.

If I type: ./flexisip_pusher --pntype apple --appid .dev --pntok --debug with the correct appid and the pntok I get the error :flexisip_pusher "Command not found".

I use flexisip on Centos7. What is the correct syntax to call the pusher?

SafeSoft-tlt commented 5 years ago

It is better to use third-party projects for this. Also install: aptitude install bc-flexisip = 1.0.13-198 (it may be a bit earlier or later versions). Most new versions with Push stopped working altogether.

willnaoosmith commented 3 years ago

Using the command find . -name flexisip_pusher, i managed to find it at /opt/belledonne-communications/bin/ you can copy it to /usr/bin/ and /usr/sbin, or create a link with ln -s

This issue can be closed now.