Hi

This is the scenario I am interested in

sipp client <----> Asterisk <----> sipp server

First I create two users 1001 and 1002 in Asterisk sip.conf and make
them talk to each other with extensions.conf. Note that asterisk DNS =
myasterisk.org. So the users are [EMAIL PROTECTED] and
[EMAIL PROTECTED]

I tested this with two soft phones and it works fine.

I need to authenticate these two clients with Asterisk prior to making calls.

So I wrote a scenario for REGISTER using [authentication username=jo
password=test] and  I was able to register with Asterisk. So far so
good.

Now I want a scenario for REGISTER and INVITE together. I use sipp to
register with asterisk using user 1001. User 1002 is a softphone
([EMAIL PROTECTED]) which independently registers with asterisk.Now how
do I use sipp (user 1001) to call user 1002?


./sipp -mp 5600 -i <local_ip> -sf my_scenario.xml -inf data.csv <????>

<????> =  what do i fill here ?

 I tried <????> = [EMAIL PROTECTED] and it failed.
I tried <????> = [EMAIL PROTECTED] and it reached directly without
passing through the asterisk server
i treid <????> = myasterisk.org and the REGISTER messages were
successful while hte INVITE message is retransmitted (this is
expected)
I tried <????> = remote_ip and the REGISTER messages failed.(again
expected for no 401/407 messages were received)

Frankly how do i go about it ? I am testing sip_stack implementations
on the softphone and  later on stress testing asterisk.


Any leads would be appreciated. This is not a platform issue but  I am
running Linux kernel
2.6.17 kernel and I use xlite as the soft phone .

Thanks
Knight

-------------------------------------------------------------------------
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