[Asterisk-Users] listening on multiple port #'s
PC
mailinglists at pc.boise.id.us
Tue Nov 1 19:57:10 MST 2005
I got it to work with the ip relay utility posted by someone. I also
tried this with iptables and it would intermittantely work and then drop
the user. I used the following command:
iptables -t nat -A PREROUTING -p udp --dport 10040 -j REDIRECT --to-port
5060
Note: before someone mentions it, my rtp.conf has voice as 10000-10038.
Thanks guys! I guess I should make this into a feature request.
Matt Florell wrote:
>We use iprelay, a wonderful little port forwarding utility to do many
>things like this:
>http://freshmeat.net/projects/iprelay/
>
>It can work in a firewalled server and can do local to local port
>forwarding as well.
>
>It's very easy to just do a port forward going to 5060 from whatever
>ports you want, it forwards TCP and UDP traffic.
>
>MATT---
>
>On 11/2/05, Ryan <asterisk-users at mandrake.us> wrote:
>
>
>>On Wed, Nov 02, 2005 at 05:12:19PM -0700, PC exclaimed:
>>
>>
>>
>>>Can two instances of asterisk coexist peacefully on a single box sharing
>>>the same ztdummy driver, amongst other things? The sip and iax channels
>>>would be completely separate. I'm also open to any other ideas that
>>>might work.
>>>
>>>
>>iptables might work.
>>_______________________________________________
>>--Bandwidth and Colocation sponsored by Easynews.com --
>>
>>Asterisk-Users mailing list
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>>
>_______________________________________________
>--Bandwidth and Colocation sponsored by Easynews.com --
>
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
More information about the asterisk-users
mailing list