[asterisk-users] Asterisk, IAX, Sub interfaces

2010-03-29 Thread trebaum
Is there anyway to get the following scenario to work... I have 3 IAX trunks that I want to setup to peer with other * boxes. I have 1 physical interface, eth0. I also have 2 sub interfaces, eth0:1 eth0:2. I want to setup a single IAX trunk on each of the interfaces. All 3 interfaces are

Re: [asterisk-users] Asterisk, IAX, Sub interfaces

2010-03-29 Thread trebaum
So I realize the error in my question/request. The section I was thinking of using for the binding IP address, is, itself, the wrong place to do such a thing. It would need to be in the register statement... something like the following... register = user:pass:fro...@targetpeer I do realize

Re: [asterisk-users] Asterisk, IAX, Sub interfaces

2010-03-29 Thread Tim Nelson
- trebaum treb...@telepaths.org wrote: So I realize the error in my question/request. The section I was thinking of using for the binding IP address, is, itself, the wrong place to do such a thing. It would need to be in the register statement... something like the following...

Re: [asterisk-users] Asterisk, IAX, Sub interfaces

2010-03-29 Thread trebaum
I thought about that, but there are a couple issues with that. Currently the physical interface has a single gateway (the only way to change this is to add more physical interfaces), and that gateway is what does the routing to the specific peers. Being that all of the traffic is going to a

Re: [asterisk-users] Asterisk, IAX, Sub interfaces

2010-03-29 Thread Steve Edwards
Un-top-posting... - trebaum treb...@telepaths.org wrote: So I realize the error in my question/request. The section I was thinking of using for the binding IP address, is, itself, the wrong place to do such a thing. It would need to be in the register statement... something like