Max

Results 22 comments of Max

I put some debug print and got: ``` 1111 ``` Isn't it supposed to be catched and sent as exception?

I put some correct extension, now calling: ``` call = yield from callmanager.send_originate({ 'Action': 'Originate', 'Channel': 'Local/100@gsm-key-in', 'WaitTime': 20, 'CallerID': 'monitor', 'Application': 'Echo',}) ``` Result: ``` 1111 dict_items([('1517982752', )]) Exception...

This is due to async call origination.. In recent Asterisk they added ChannelId and OtherChannelId. Calling: ``` call = yield from callmanager.send_originate({ 'Action': 'Originate', 'Channel': 'Local/100@gsm-key-in', 'WaitTime': 20, 'CallerID': 'monitor',...

PR 60 looks working. But it will not help with unconnected calls. It's a well known Asterisk bug/feature about missing uniqueid of the failed call. That's why they added ChannelID...

Is swagger-py expected to support body params? Who is responsible for developing it? Thanks.

Moreover setting ``use_master_when_local: True`` when ``master_type: disabled`` always produces and error: ``` root@devmax:/srv/salt# salt-minion 21:53:35 - salt.minion:542 - WARNING - Master is set to disable, skipping connection 21:53:39 - salt.minion:1949...

Т.е. я помогу а ты инструкцию напишешь?

Ну так и шо? Это же warnings. Дальше все стартануло? На локалхост заходили?