-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not able to change the duration #40
Comments
Hey @UjjwalaVuyyala just to let you know the original authors/maintainers of The duration setting should work out of the box. Assuming you're actually using a real address then this might be something to do with the dialplan configured on the FreeSWITCH minion server. Can you paste the debug log from freeswitch when you make a single call? |
Hello tgoodlet, "2017-11-13 06:52:31.745119 [CRIT] switch_loadable_module.c:1522 Error Loading module /usr/lib/freeswitch/mod/mod_bert.so The file mod_bert.so was not present in the system. I downloaded freeswitch for Ubuntu Xenial as per the instructions given in this website "https://freeswitch.org/confluence/display/FREESWITCH/Ubuntu+16.04+Xenial" not more than a month ago. I was able to find mod_bert.so file in other versions of the download for different OS. This might be the problem because switchy uses the mod_bert.so module. I will try this setup with a different OS. Please mention your thoughts on this. Thank you very much. |
@UjjwalaVuyyala yep that's your problem.
You can check for available built-in apps using: I'd recommend just a simple tone stream to start: As a warning there may be some bugs still in this stuff since forking the project. |
@moises-silva maybe ^ is justification to maintain our own docker image which includes |
@UjjwalaVuyyala just fixed some bugs with the CLI stuff so you might need to use the console_tests branch for now to get those fixes. |
Issue by UjjwalaVuyyala
Thursday Nov 02, 2017 at 16:13 GMT
Originally opened as sangoma/switchy#70
Hello,
Switchy is a great and easy to set up tool. I want to make calls to a particular URI and hold the call for 10 seconds and hangup. I am using the cli statement "switchy dial 127.0.0.1 --dest-url [email protected]:5060 --profile external --rate 1 --limit 1 --max-offered 5 --duration 10". The calls connect but a BYE is sent immediately ( within approx. .22 sec after the INVITE) no matter how much I change the rate, limit, max-offered and duration values. Any help to solve this issue is appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered: