Hello,
if you want to send the call first to the SEMS itself, you need to set
the RURI to e.g. 127.0.0.1:
try with
o Alex Mikh on 06/30/2011 03:43 AM:
I have upgraded my sems to 1.4.1
in "sems.conf" i load the module 'sbc'
in "sbc.conf" :
active_profile=auth_b2b
session_refresh_method=INVITE
in auth_b2b.sbcprofile.conf : i replace $P(u), $P(p) and $P(d) by my
configuration
RURI=sip:[email protected]
From="\"xlite2\" <sip:[email protected]>"
To="\"$rU\" <sip:[email protected]>"
enable_auth=yes
auth_user=xlite2
auth_pwd=mypass
header_filter=blacklist
header_list=P-App-Param,P-App-Name
message_filter=transparent
in my dsm app :
B2B.setHeaders("P-App-Param:u=xlite2;d=iptel.org;p=mypass\r\nP-App-Name:
sbc",true)
B2B.connectCallee("sip:[email protected]","sip:[email protected]")
B2B.connectCallee("sip:[email protected]:5080","sip:[email protected]:5080")
(5080 or at whatever port/IP your SEMS is running).
Stefan
am i missing something coz it didnt work, am still receiving the 407
auth problem , the re-invite with auth still not working !
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems