sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Not able to change the duration #70

Open UjjwalaVuyyala opened 6 years ago

UjjwalaVuyyala commented 6 years ago

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 105@xx.xx.xx.xx: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.