Hi,

What returned values the conf_auth supposed to get from successful 
authentication? Basically I don't quite understand what the following 
parameters are supposed to be returned to conf_auth ivr from authentication 
server:

self.conf_to 
self.conf_uri 
self.conf_duration 
self.conf_participants 

I have a conference plug-in running fine in my server (mydomain.com) if I call 
[email protected] I can easily get into the conference by inserting the 
following snip of code into ser.cfg.

if (uri =~ "sip:12345@"){ 
         t_write_unix("/tmp/sems_sock", "conference"))
}

Also, how do I run conference plug-in now after I setup the following to use 
conf_auth?

if (uri =~ "sip:12345@"){ 
         t_write_unix("/tmp/sems_sock", "conf_auth"))
}


Thanks in advance,
--Ling


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

Reply via email to