I'm using sipp.2007-01-18.

I have an asterisk server where I've set:
[sippuac]
type=friend
username=sippuac
host=127.0.0.1
port=5070
;qualify=yes
context=test
dtmfmode=rfc2833
insecure=very
canreinvite=no
nat=yes

[sippuas]
type=friend
username=sippuas
host=127.0.0.1
port=5100
;qualify=yes
context=test
dtmfmode=rfc2833
insecure=very
canreinvite=no
nat=yes

and the redirector in extensions.conf
[test]
exten=>s,1,Dial(SIP/sippuas,20)


If in the asterisk box i run:
./sipp -sn uas -p 5100 -mp 6001

./sipp -s s -sn uac_pcap -p 5070 127.0.0.1

All will work ok.


But, if i change [sippuac] to contain not 127.0.0.1 but the real IP of
the machine (193.136.212.204) and change [sippuac] ip to 83.132.146.176
that is my home address and now run:

./sipp -sn uas -p 5100 -mp 6001

./sipp -s s -sn uac -p 5070 193.136.212.204 (this one being run at home)

the sipp process running the uas will Segfault as soon as i run the uac.
I am very green at sipp so if someone could help me it would be great.


-- 
Gustavo Felisberto
(HumpBack)
Web: http://dev.gentoo.org/~humpback
Blog: http://blog.felisberto.net/
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------

begin:vcard
fn:Gustavo Adolfo Silva Ribeiro Felisberto
n:Felisberto;Gustavo Adolfo Silva Ribeiro
adr:;;;Coimbra;;;Portugal
email;internet:[EMAIL PROTECTED]
x-mozilla-html:TRUE
url:http://dev.gentoo.org/~humpback/
version:2.1
end:vcard

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to