nvisibleinc / go-ari-library

Library for consuming and producing ARI events from the client side
Apache License 2.0
8 stars 6 forks source link

Originated channel starts in new dialogue #10

Open skrusty opened 9 years ago

skrusty commented 9 years ago

Doing an Originate forces the new channel to come up in a new dialogue. Is this by design? I feel that originated channel should be included in the same dialogue as the initiator.

  1. It's easier to track and manage the new channel
  2. There's a distinct chance the new channel's dialogue might be consumed by a different instance of the client. This would of course cause segmentation of a stasis application (bad for a Dialler for example)
skrusty commented 9 years ago

Any movement on this? Thanks.