flexisip icon indicating copy to clipboard operation
flexisip copied to clipboard

flexisip_pusher command not found

Open secDaC opened this issue 6 years ago • 2 comments

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?

secDaC avatar Jun 12 '19 16:06 secDaC

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.

SafeSoft-tlt avatar Jun 15 '19 08:06 SafeSoft-tlt

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.

willnaoosmith avatar Sep 21 '20 20:09 willnaoosmith