I have two servers setup on different locations. They are both setup as peers and users to each other. Server 1 iax.conf: [ms-to-us] type=user username=ms-to-us secret=ms-to-us context=upperschool [us-to-ms] type=peer username=us-to-ms secret=us-to-ms host=10.11.1.112 trunk=yes Server 2 iax.conf: [ms-to-us] type=peer username=ms-to-us secret=ms-to-us host=10.11.1.111 trunk=yes [us-to-ms] type=user username=us-to-ms secret=us-to-ms context=middleschool All works great. But I am curious. Senario: If a call is initiated from Server 1 to Server 2, a trunk is established. While that call is progress another call is established from Server 2 to Server 1. Is a new trunk created, or is the same one used? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060519/ad17364e/attachment.htm
> Senario: If a call is initiated from Server 1 to Server 2, > a trunk is established. While that call is progress another > call is established from Server 2 to Server 1. > Is a new trunk created, or is the same one used?I had exactly the same question and looked into this. If I remember correctly, a new trunk would be created in this case. Only case in the same direction are trunked together (i.e. if the second call would be from server 1 -> 2 it would use the existing trunk). You can verify yourself by watching the network traffic with tcpdump though. The packet size should give you the answer. --Luki