David J. wrote:
 On 8/24/10 10:41 AM, Stefan Sayer wrote:
David J. wrote:
 I am trying to run the quizconnect tutorial;

here is the setup;

SEMS:5080

KAM:5060

x-lite : registers to kamailio and has AOR [email protected]

I can dial xlite directly through the proxy; [email protected] rings the xlite;

I do the same on MAC using blink; and a polycom desk phone;

the addresses are [email protected];[email protected]

I setup [email protected];
can you call [email protected] and [email protected] directly? i.e. if you call from xlite?

Yes I can connect each endpoint through the proxy.


I update the records in the callees database;

I set the default application in sems.conf to quizconnect_caller;

I send an INVITE from xlite to SEMS port 5080; Sems Answers and RUNS DSM script; I hear the prompt; I see the invites being sent through the kamailio proxy; (I see sip:[email protected], sip:[email protected])
can you see the requests being processed in kamailio if you set kamailio to a higher debug level?

I can see the requests coming in from SEMS to KAMAILIO.

can you see outgoing INVITE requests going from kamailio to blink/polycom phones?
Yes, but I see the proxy asking for proxy authentication; 407 back

SIP/2.0 407 Proxy Authentication Required.

so, you should either
- not try to authenticate calls coming from SEMS (check your kamailio.cfg)
or
 - add authentication to the quizconnect_caller.dsm:
   set(b_leg_caller=quizconnect);
   set(b_leg_callee=$callee);
   set(b_leg_domain=$config.outbound_domain);
   set(b_leg_app=quizconnect_callee);

   set(b_leg_auth_user=auth_user_name_here_e_g_quizconnect);
   set(b_leg_auth_pwd=pwd_for_user_here);

Stefan


Maybe I am getting hung up here?



run
 $ ngrep -W byline -d any port 5060
to see the messages on the wire.

Stefan


Neither of the phones ring and thats where I am stuck;

The call finally terminates on the xlite side and says "Call failed : Request merged";

Any help would be appreciated.

I do see the calls in the python script as well; I can see the branches using the xmlrpc commands;


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems







--
Stefan Sayer
VoIP Services Consulting and Development

Warschauer Str. 24
10243 Berlin

tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to