-
Notifications
You must be signed in to change notification settings - Fork 179
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
Issue with FS originate #48
Comments
ok, I will test/fix it. This problem occurs when you are using TimeLimit in Call rest api ? Can you give us the freeswitch git revision you are using ? |
I tested this with eli. This is there on latest revision of fs. |
This bug happens with last FS revision ? |
I found the commit in FS that changed simple quote parsing. I will fix it asap . |
Getting a new error now:
Here's the Originate that's being sent to FS:
|
Can you retry with last commit ? commit 7f604f2 |
This has again resurfaced.. |
tested with last FS git revision and last plivo revision => working |
done |
It seems to have resurfaced again with me I recently installed Plivo using this method: wget --no-check-certificate https://github.com/plivo/plivoframework/raw/master/freeswitch/install.sh sh install.sh I see the script is getting FreeSwitch with the command "git clone $FS_GIT_REPO --depth=1" git clone -b v1.2.stable git://git.freeswitch.org/freeswitch.git for the stable version. I will give it a try and let you know |
The plivo-rest.log file is showing the following command is being sent to FS.
The issue is that FS is coming back with
However when I remove
ALLOTTED_TIMEOUT plivo_request_uuid c9e25272-e085-11e0-b505-12313b0c4557
from the originate when I do it manually in the cli, it works fine.Please advise.
The text was updated successfully, but these errors were encountered: