Module: sip-router Branch: master Commit: 8817fb1cf468b0490565c32b2dfa5230546a933f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8817fb1c...
Author: Marius Zbihlei marius.zbihlei@1and1.ro Committer: Marius Zbihlei marius.zbihlei@1and1.ro Date: Mon Oct 26 15:07:30 2009 +0200
Fixed 42.sh
---
test/unit/42.sh | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/test/unit/42.sh b/test/unit/42.sh index e1561da..8a30d2f 100755 --- a/test/unit/42.sh +++ b/test/unit/42.sh @@ -82,28 +82,28 @@ ret=$? sleep 1
if [ "$ret" -eq 0 ] ; then - sipp -sn uas -bg -i localhost -m 12 -p 7000 &> /dev/null - sipp -sn uas -bg -i localhost -m 12 -p 8000 &> /dev/null + sipp -sn uas -bg -i 127.0.0.1 -m 12 -p 7000 &> /dev/null + sipp -sn uas -bg -i 127.0.0.1 -m 12 -p 8000 &> /dev/null sipp -sn uac -s ab4-123456787 127.0.0.1:5060 -i 127.0.0.1 -m 20 -p 5061 &> /dev/null ret=$? killall sipp &> /dev/null fi;
if [ "$ret" -eq 0 ] ; then - sipp -sn uas -bg -i localhost -m 10 -p 9000 &> /dev/null + sipp -sn uas -bg -i 127.0.0.1 -m 10 -p 9000 &> /dev/null sipp -sn uac -s ab4-123456786 127.0.0.1:5060 -i 127.0.0.1 -m 10 -p 5061 &> /dev/null ret=$? fi;
if [ "$ret" -eq 0 ] ; then - sipp -sn uas -bg -i localhost -m 10 -p 10000 &> /dev/null + sipp -sn uas -bg -i 127.0.0.1 -m 10 -p 10000 &> /dev/null sipp -sn uac -s ab4-123456785 127.0.0.1:5060 -i 127.0.0.1 -m 10 -p 5061 &> /dev/null ret=$? fi;
if [ "$ret" -eq 0 ] ; then killall sipp &> /dev/null - sipp -sf failure_route.xml -bg -i localhost -m 10 -p 10000 &> /dev/null + sipp -sf failure_route.xml -bg -i 127.0.0.1 -m 10 -p 10000 &> /dev/null sipp -sn uac -s ab4-123456785 127.0.0.1:5060 -i 127.0.0.1 -m 10 -p 5061 &> /dev/null ret=$? fi; @@ -116,7 +116,7 @@ flags, mask, next_domain) values ('5', '3', '1', 'ab4-', '127.0.0.1:10000', '486 if [ ! "$ret" -eq 0 ] ; then $CTL fifo cr_reload_routes killall sipp &> /dev/null - sipp -sf failure_route.xml -bg -i localhost -m 10 -p 10000 &> /dev/null + sipp -sf failure_route.xml -bg -i 127.0.0.1 -m 10 -p 10000 &> /dev/null sipp -sn uac -s ab4-123456785 127.0.0.1:5060 -i 127.0.0.1 -m 10 -p 5061 &> /dev/null ret=$? fi;