search for: subevent

Displaying 10 results from an estimated 10 matches for "subevent".

2010 Aug 19
4
implementing project management and event types
...ess" event (remote access, username, passwords, etc). Another event type might be "upgrade" which stores information about the server to be upgraded, etc. So I have: * a project which has_many events * events which belongs_to :project * sub-events which belong_to :event How do the subevents relate to event? An event will never have more than one subevent, but it may not have any of a particular subevent. Thanks for your help on this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send emai...
2009 Mar 06
0
[ANNOUNCE] libXrandr 1.3.0
...andr 1.2.99.4 Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Julien Cristau (5): Set attr->pendingNparams in XRRGetCrtcTransform() Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandr RRNotify subevents have 'window' at different offsets, the sequel Bump to 1.2.91 Fix thinkos Keith Packard (5): Add support for new Transform requests. Support CRTC Transform filters Eliminate inverse matrix from randr transform protocol Set NparamsFilter in XRRGetCrtcTra...
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi I am using following say.conf file. Its a default file, which comes with Asterisk installation. When I call SAY DATETIME AGI function, it simply returns without playing date & time. Where as if I use mode=old setting, it works. Is this a bug or mode=new is not implemented for SAY DATETIME AGI function? [general] mode=new ; method for playing numbers and dates ;
2010 May 20
0
Early injecting Jack between call parties
...: 1274308923.567385 Channel: SIP/Prov6-000001be Context: NPDB2 Extension: 37062646666 Priority: 75 Application: Dial AppData: SIP/GW1/00737062646666,60,M(connect-jack,737219) Uniqueid: 1274308923.446 human_now: 2010-05-20 01:42:03.568501 Event: Dial Privilege: call,all Timestamp: 1274308923.568501 SubEvent: Begin Channel: SIP/Prov6-000001be Destination: SIP/GW1-000001bf CallerIDNum: <unknown> CallerIDName: <unknown> UniqueID: 1274308923.446 DestUniqueID: 1274308923.447 Dialstring: GW1/00737062646666 human_now: 2010-05-20 01:42:10.646068 Event: Newstate Privilege: call,all Timestamp: 1274...
2011 Mar 14
0
Anyone (else) need an asynchronous asterisk event->action framework ?
...terisk event->action framework. The basic premise is that you write filter terms to asynchronously match events and actions to carry out when an event matches - like this: acts += new FilteredEventAction("DialEvent", // what sort of even we want {event -> event.subEvent == "Begin" && event.dialString=="200901 at zipdxn-out"}, // filter to just the events we care about {event -> doSomethingZipDXSpecificHere( event.callerIdNum ) } // do something.... }); If I were to polish this up and make an open source f...
2013 May 08
0
Transfer cmd via AsyncAGI
...the completed call. However, I do not receive any Event: Hangup for the original Channel: SIP/1004-00000002 In fact, I do not receive any information for the agiexec completing. The very last event notification I receive with this channel is the following Event: AGIExec Privilege: agi,all SubEvent: Start Channel: SIP/1004-00000002 CommandId: 556226156 Command: EXEC Transfer SIP/1003 Any suggestions on what I may be doing wrong? Are there any known fixes for this? Or should I submit a bug to the developer list? Have a great day! Dan -------------- next part -------------- An...
2014 Jun 11
1
Asterisk 12 AMI Hold Event
I'm trying to capture when a call is placed on and removed from being on hold through the AMI in Asterisk 12.3. In previous versions, the Hold event contained a 'Status' field which indicated if the call was going 'On' or 'Off' hold. However, in 12 not only am I not seeing the Status field, but I am not seeing any AMI Hold event that corresponds to removing the call
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...%d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, *status); kfree(ibm_slot); return 0; @@ -269,7 +269,7 @@ static void ibm_handle_events(acpi_handle handle, u32 event, void *context) dbg("%s: Received notification %02x\n", __func__, event); if (subevent == 0x80) { - dbg("%s: generationg bus event\n", __func__); + dbg("%s: generating bus event\n", __func__); acpi_bus_generate_proc_event(note->device, note->event, detail); acpi_bus_generate_netlink_event(note->device->pnp.device_class, dev_name(&n...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...%d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, *status); kfree(ibm_slot); return 0; @@ -269,7 +269,7 @@ static void ibm_handle_events(acpi_handle handle, u32 event, void *context) dbg("%s: Received notification %02x\n", __func__, event); if (subevent == 0x80) { - dbg("%s: generationg bus event\n", __func__); + dbg("%s: generating bus event\n", __func__); acpi_bus_generate_proc_event(note->device, note->event, detail); acpi_bus_generate_netlink_event(note->device->pnp.device_class, dev_name(&n...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...%d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, *status); kfree(ibm_slot); return 0; @@ -269,7 +269,7 @@ static void ibm_handle_events(acpi_handle handle, u32 event, void *context) dbg("%s: Received notification %02x\n", __func__, event); if (subevent == 0x80) { - dbg("%s: generationg bus event\n", __func__); + dbg("%s: generating bus event\n", __func__); acpi_bus_generate_proc_event(note->device, note->event, detail); acpi_bus_generate_netlink_event(note->device->pnp.device_class, dev_name(&n...