Hi users;
                                                      
                                                      
               
i  m new to use SIPp so pardon me if i have asked some
stupid question.But it is very helpfull for my
understanding.
                                                      
                                                      
               
The consept of SIPp uac and SIPp uas is easily
understandable when i make my own scenario and put the
code like let say in OPENSER.cfg (means UAC and UAS
have static location which is known):
        # Send the request to the test app
        if (uri=~"sip:[EMAIL PROTECTED]") {
                if
(!t_relay_to_udp("192.168.101.9","5060")) {
                        sl_reply_error();
                };
                break;
        };
and test the OPENSER.
                                                      
                                                      
               
My question is:
Q)IS SIPp UAC only calls to known UAS, i mean if i
want to send INVITE from UAC to any particular
application and at application some prompt runs then
wants call transfer to the SIPp uas.
so what level changes i should have to do: IS changes
in application or some changes in the scenario so that
i  enter the application and then dial to uas (within
application).
                                                      
                                                      
               
Thanks and regards;
ALI


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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