what does this mean: # DSM to start for in/outbound call # # use $(mon_select) to search for call info from monitoring # e.g. inbound_start_diag=$(mon_select) and see # below monitor_select options inbound_start_diag=inbound_call outbound_start_diag=outbound_call
if i have many diagrams and list them on lines load_diags=d1,d2,d3 register_apps=d1,d2,d3 what do i put on inbound_start_diag and outbound_start_diag lines? of course, i want to start diag d1 if P-App-Name has value d1, d1 with value d2, and d3 with value d3. why do i still need define inbound_start_diag and outbound_start_diag parameters? if i comment them out, i get errors May 25 17:24:13 localhost sems[8056]: INFO: [b7c526c0] onLoad (DSM.cpp:217): no 'inbound_start_diag' set in config. inbound calls disabled. May 25 17:24:13 localhost sems[8056]: INFO: [b7c526c0] onLoad (DSM.cpp:221): no 'outbound_start_diag' set in config. outbound calls disabled. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
