AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Interface call/originate gives call with inbound=true #115

Closed PedersenThomas closed 10 years ago

PedersenThomas commented 10 years ago

When a new call is started from call/originate, then the following pickup-event tells that the call is inbound, when it's obviously outbound.

rostgaard commented 10 years ago

Does the call direction from Alice differ from the one from FS?

rostgaard commented 10 years ago

Patched in a7501e4 Please close if it works, and remember that FS treats calls as inbound if they are to an internal context. (Or at least I think)

PedersenThomas commented 10 years ago

First I made a call from the phone to the queue, which correctly tells that it's inbound. Then a I made a call from the interface, which also told me that it was inbound, but "show calls" and CDR tells me that the calls direction is outbound, so i think it's not fixed yet.

rostgaard commented 10 years ago

Did you update alice.adaheads.com to the latest version?

PedersenThomas commented 10 years ago

Well... now it works!