SmallNetBuilder Forums

Go Back   SmallNetBuilder Forums > Wireless Networking > ASUS Wireless > Asuswrt-Merlin

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-26-2013, 04:33 AM
Mistermoonlight Mistermoonlight is offline
Member
 
Join Date: Feb 2013
Posts: 35
Thanks: 2
Thanked 0 Times in 0 Posts
Mistermoonlight is just starting out
Default Configure the port used for SIP helper

Running latest Merlin build for rt-n66u. I am running a voip device on the lan. I have fowarded the ports from outside for rtp and sip to the voip device. When i am doing an outgoing call, there is an rtp stream that can go from wan to lan correctly (here the voice), but the rtp stream from lan to wan gives a lot of problem (usually is simply not there at all and we hear silence.

I have tried using the disable net helper function, but enable/disable changes nothing. I guess that i need the sip helper working to solve my problem, but the SIP port used by my device is not the standart sip port 5060.

How can i reconfigure the sip helper to use a different sip port than the default 5060?

Any other idea?

Thanks
Reply With Quote
  #2  
Old 02-26-2013, 09:56 AM
RMerlin's Avatar
RMerlin RMerlin is offline
Very Senior Member
 
Join Date: Apr 2012
Location: Canada
Posts: 3,622
Thanks: 27
Thanked 1,572 Times in 769 Posts
RMerlin is just starting out
Default

Untested, by try this:

1) Disable the SIP helper
2) Create an init-start script, with the following (change the port as appropriate):

Code:
#!/bin/sh

modprobe ip_conntrack_sip ports=5060
3) Reboot

Check the Wiki on Github for details on how to use User Scripts.
__________________
Asuswrt-Merlin: Customized firmware for Asus routers
Github: github.com/RMerl - Twitter: RMerlinDev
See the sticky post for more info.
Reply With Quote
  #3  
Old 02-27-2013, 09:38 PM
Mistermoonlight Mistermoonlight is offline
Member
 
Join Date: Feb 2013
Posts: 35
Thanks: 2
Thanked 0 Times in 0 Posts
Mistermoonlight is just starting out
Default

Thanks for the idea.

It seems to be more something like this that i tried to use for the init-start script (sip port is 5085 for me):

----------------------
rmmod nf_nat_sip.ko
rmmod nf_conntrack_sip.ko
modprobe nf_conntrack_sip ports=5085
modprobe nf_nat_sip
----------------------

but i discovered later than the problem was not related to the router so i didn't test any further.

Thanks anyway
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 11:28 PM.

Top 10 Stats
Top Posters* Top Thanked
RMerlin  330
coxhaus  113
stevech  103
Fraoch  48
vdemarco  42
tipstir  37
RogerSC  29
CaptainSTX  27
TeHashX  23
Pericynthion  22
RMerlin  1572
stevech  145
ryzhov_al  103
TeHashX  88
RogerSC  70
GregN  54
Geraner  44
CL-Jeremy  42
joegreat  39
sfx2000  34
Most Viewed Threads* Hottest Threads*
Old Asuswrt-Merli...  43555
Old Asuswrt-Merli...  3212
Old Asuswrt-Merli...  2305
Old Entware...  1857
Old Cloud manage...  1808
Old Adding NvRam...  1786
Old 2GHz...  1665
Old Article on...  1480
Old Article...  1409
Old FlexRaid on...  1296
Old Asuswrt-Merli...  272
Old Asuswrt-Merli...  42
Old Asuswrt-Merli...  32
Old IPv6 not...  32
Old Entware...  29
Old Two DHCP...  28
Old Compiling...  25
Old Adding NvRam...  24
Old DLNA Media...  22
Old BW logs not...  20





Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
© 2006-2013 Pudai LLC All Rights Reserved.