search for: messagenumber

Displaying 5 results from an estimated 5 matches for "messagenumber".

Did you mean: message_number
2005 Jan 12
0
calling an extension after a voicemail is left
Hi All I am setting up * for use as a voicemail. I have discovered that if I dial the phone system and send "#+Extension+messagenumber" (dtmf) that the "msg" light will come on on the phones, if 00 messages the light will go off. they are an old tie onyx vs system. So how can I get asterisk to pick up a line and send these digits after a voicemail has been left, even if the person hangs up the phone? would I nee...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...D) { struct ast_capi_pvt *i = c->pvt->pvt; MESSAGE_EXCHANGE_ERROR error; _cmsg CMSG; B3_PROTO_FAXG3 B3conf; SetupB3Config(&B3conf, FAX_SFF_FORMAT, stationID); // Format ignored by eicon cards DISCONNECT_B3_REQ_HEADER(&CMSG, ast_capi_ApplID, ast_capi_MessageNumber++, 0); DISCONNECT_B3_REQ_NCCI(&CMSG) = i->NCCI; if ((error = _capi_put_cmsg(&CMSG)) != 0) { ast_log(LOG_ERROR, "error sending DISCONNECT_B3_REQ NCCI=%#x\n",i->NCCI); } else { if (option_verbose > 5) { ast_ve...
2018 Mar 30
0
Wine release 3.5
...lement generation of SOAP header. wsdapi: Store discovered namespaces and write xmlns attributes for them. wsdapi: Add support for writing XML attributes. wsdapi/tests: Add tests for EndpointReference, AppSequence, MetadataVersion in Hello message. wsdapi: Add InstanceId and MessageNumber to SOAP header. wsdapi: Add SequenceId to SOAP header, add test. Piotr Caban (7): ucrtbase: Add __current_exception() implementation. ucrtbase: Add __current_exception_context() implementation. ucrtbase: Add __processing_throw implementation. msvcrt: Fix __uncaught_ex...
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
..._message_header header; + u32 child_relid; + u32 gpadl; + u16 range_buflen; + u16 rangecount; + struct gpa_range range[0]; } __attribute__((packed)); /* This is the followup packet that contains more PFNs. */ struct vmbus_channel_gpadl_body { - struct vmbus_channel_message_header Header; - u32 MessageNumber; - u32 Gpadl; - u64 Pfn[0]; + struct vmbus_channel_message_header header; + u32 msgnumber; + u32 gpadl; + u64 pfn[0]; } __attribute__((packed)); struct vmbus_channel_gpadl_created { - struct vmbus_channel_message_header Header; - u32 ChildRelId; - u32 Gpadl; - u32 CreationStatus; + struct vmbus...
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
..._message_header header; + u32 child_relid; + u32 gpadl; + u16 range_buflen; + u16 rangecount; + struct gpa_range range[0]; } __attribute__((packed)); /* This is the followup packet that contains more PFNs. */ struct vmbus_channel_gpadl_body { - struct vmbus_channel_message_header Header; - u32 MessageNumber; - u32 Gpadl; - u64 Pfn[0]; + struct vmbus_channel_message_header header; + u32 msgnumber; + u32 gpadl; + u64 pfn[0]; } __attribute__((packed)); struct vmbus_channel_gpadl_created { - struct vmbus_channel_message_header Header; - u32 ChildRelId; - u32 Gpadl; - u32 CreationStatus; + struct vmbus...