Doing some try-and-error test I found something extrange on conference 
pluging.

With these code on OpenSer .. #* triggered from sems does not launch the 
INVITE when * is pulsed, anyone knows what's wrong?

########################################################################
# Request route 'check-conference-services'
########################################################################
route[26]
{
   if(uri =~ "^sip:\*500@")
   {
      # looks like a conference request
      # Tell SEMS wich app to run
      append_hf("P-App-Param: Dialout-From=<sip:
[EMAIL PROTECTED]>;Dialout-Extra=zamcun=1|zamcun=2\r\n");
      append_hf("P-App-Name: conference\r\n");
      route(27); # send-to-sems
      exit;
   }
}

If I only put on P-App-Param the Dialout-From param .. the INVITE is launched

-- 
Saludos.

Raúl Alexis Betancor Santana
Dimensión Virtual S.L.
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to