-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic client not working #52
Comments
@timmeade There are plenty of reasons this could fail (connectivity issues between the client and FreeSwitch, password different from default, etc.); running your script with |
interesting. that helped. Says the 'api' property is undefined.
|
i tried hardcoding the command and got the same thing.
|
Ah, using the Try for example
etc. |
Made no difference. I am using babel to transpose this, so curious what that would change. |
That's strange. Did you replace all the occurrences of Basically |
i converted the basic client to es6 as that is what we use. Also our FS servers are not on localhost and this is just seeming to not work. Any help or thoughts are appreciated.
The text was updated successfully, but these errors were encountered: