Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

function package_freeswitch_mod_smpp() undefined #47

Open
eprueves opened this issue Jun 9, 2017 · 3 comments
Open

function package_freeswitch_mod_smpp() undefined #47

eprueves opened this issue Jun 9, 2017 · 3 comments

Comments

@eprueves
Copy link
Contributor

eprueves commented Jun 9, 2017

when building packages for osmocom by running fab osmocom dev package:

/client/fabfile.py", line 110, in package
    package_freeswitch_mod_smpp()
NameError: global name 'package_freeswitch_mod_smpp' is not defined

@kheimerl
Copy link
Contributor

kheimerl commented Jun 9, 2017

Confirming i'm seeing this as well.

@kkroo
Copy link
Contributor

kkroo commented Jun 9, 2017

thats a bug. We did away with package_freeswitch_mod_smpp and building mod_smpp on its own since that would break each time there was a new release of freeswitch. Instead we are building freeswitch in its entirety in package_freeswitch actually. I wouldn't recommend calling that unless you are doing freeswitch development. It should be safe to remove this line:
https://github.com/facebookincubator/CommunityCellularManager/blob/master/client/fabfile.py#L110

@kkroo kkroo closed this as completed Jun 9, 2017
@kheimerl
Copy link
Contributor

kheimerl commented Jun 9, 2017

not fixed unless there's a PR!

@kkroo kkroo reopened this Jun 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants