search for: messagecount

Displaying 20 results from an estimated 39 matches for "messagecount".

2020 Aug 19
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...ostdata->msgout[0] = A_REJECT_MSG; - dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); - script_patch_16(hostdata->dev, hostdata->script, + dma_sync_to_dev(hostdata, hostdata->msgout, 1); + script_patch_16(hostdata, hostdata->script, MessageCount, 1); /* SendMsgOut returns, so set up the return * address */ @@ -817,9 +839,8 @@ process_extended_message(struct Scsi_Host *host, printk(KERN_INFO "scsi%d: (%d:%d), Unsolicited WDTR after CMD, Rejecting\n", host->host_no, pun, lun); hostdata->msgout[0] = A_...
2020 Sep 15
0
[PATCH 07/18] 53c700: improve non-coherent DMA handling
...ostdata->msgout[0] = A_REJECT_MSG; - dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); - script_patch_16(hostdata->dev, hostdata->script, + dma_sync_to_dev(hostdata, hostdata->msgout, 1); + script_patch_16(hostdata, hostdata->script, MessageCount, 1); /* SendMsgOut returns, so set up the return * address */ @@ -817,9 +839,8 @@ process_extended_message(struct Scsi_Host *host, printk(KERN_INFO "scsi%d: (%d:%d), Unsolicited WDTR after CMD, Rejecting\n", host->host_no, pun, lun); hostdata->msgout[0] = A_...
2020 Sep 14
2
[PATCH 07/17] 53c700: improve non-coherent DMA handling
...ostdata->msgout[0] = A_REJECT_MSG; - dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); - script_patch_16(hostdata->dev, hostdata->script, + dma_sync_to_dev(hostdata, hostdata->msgout, 1); + script_patch_16(hostdata, hostdata->script, MessageCount, 1); /* SendMsgOut returns, so set up the return * address */ @@ -817,9 +839,8 @@ process_extended_message(struct Scsi_Host *host, printk(KERN_INFO "scsi%d: (%d:%d), Unsolicited WDTR after CMD, Rejecting\n", host->host_no, pun, lun); hostdata->msgout[0] = A_...
2010 Sep 23
3
[PATCH 1/1] Rename camel case variables in channel.c (updated)
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2010 Sep 23
3
[PATCH 1/1] Rename camel case variables in channel.c (updated)
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2008 Dec 03
3
disable database
...3 19:09:06] WARNING[5129]: app_voicemail.c:2600 store_file: Failed to obtain database object for 'asterisk'! [Dec 3 19:09:06] WARNING[5129]: app_voicemail.c:2305 retrieve_file: Failed to obtain database object for 'asterisk'! [Dec 3 19:09:06] WARNING[5129]: app_voicemail.c:3474 messagecount: Failed to obtain database object for 'asterisk'! Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081203/065fed3b/attachment.htm
2010 Sep 30
2
[PATCH 1/1] staging: hv: Remove camel case variables in channel.c
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2010 Sep 30
2
[PATCH 1/1] staging: hv: Remove camel case variables in channel.c
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
...- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -28,10 +28,10 @@ /* Internal routines */ static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo **msginfo, + u32 *messagecount); static void DumpVmbusChannel(struct vmbus_channel *channel); static void VmbusChannelSetEvent(struct vmbus_channel *channel); @@ -70,25...
2010 Sep 20
1
[PATCH 2/2] staging: hv: Remove camel cases from vmbus channel functions
.../drivers/staging/hv/channel.c @@ -27,50 +27,20 @@ #include "vmbus_private.h" /* Internal routines */ -static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); -static void DumpVmbusChannel(struct vmbus_channel *channel); -static void VmbusChannelSetEvent(struct vmbus_channel *channel); +static int vmbuschannel_creategpadlheader( + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo *...
2010 Sep 20
1
[PATCH 2/2] staging: hv: Remove camel cases from vmbus channel functions
.../drivers/staging/hv/channel.c @@ -27,50 +27,20 @@ #include "vmbus_private.h" /* Internal routines */ -static int VmbusChannelCreateGpadlHeader( - void *Kbuffer, /* must be phys and virt contiguous */ - u32 Size, /* page-size multiple */ - struct vmbus_channel_msginfo **msgInfo, - u32 *MessageCount); -static void DumpVmbusChannel(struct vmbus_channel *channel); -static void VmbusChannelSetEvent(struct vmbus_channel *channel); +static int vmbuschannel_creategpadlheader( + void *kbuffer, /* must be phys and virt contiguous */ + u32 size, /* page-size multiple */ + struct vmbus_channel_msginfo *...
2013 Oct 14
1
realtime voicemail asterisk 11
...econnect... [Oct 14 10:06:16] NOTICE[10037][C-00000003]: res_odbc.c:1527 odbc_obj_connect: Connecting asterisk [Oct 14 10:06:16] NOTICE[10037][C-00000003]: res_odbc.c:1559 odbc_obj_connect: res_odbc: Connected to asterisk [asterisk] [Oct 14 10:06:16] WARNING[10037][C-00000003]: app_voicemail.c:5609 messagecount: SQL Execute error! any help is appreciated! -- rickygm http://gnuforever.homelinux.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131014/ecdb32ad/attachment.html>
2008 Jul 12
1
IMAP Storage Problem
...23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP Error: IMAP Authentication cancelled [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:4790 init_mailstream: Can't connect to imap server {mail.host.com:143/imap/notls/user=bigtizzies}INBOX [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:2486 messagecount: IMAP mailstream is NULL voicemail.conf: [general] imapserver=mail.host.com imapport=143 imapflags=notls [default] 20002 => 1234,Sue's Mailbox,,,imapuser=bigtizzies|imapsecret=largedillas Yet, when doing a 'mtest' (from the uw-imap directory I used for asterisk) with "{mail.ho...
2009 Jul 20
0
No subject
mailboxes). Are you certain that removing either 612 or 610 mailbox would keep Asterisk from complaining ? > > However, the MWI does not indicate voice mails for 610 and I keep seeing > this error message: > > ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox > 610 in context a10 > > However, mailbox 610 is clearly defined in voicemail.conf: > > [a10] > 610 => xxx,General Mailbox,mail at mycompany.com,,imapuser=mail at mycompany.com > 612 => yyy,Terry Keeley,moremail at mycompany.com,,imapuser= >...
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...2 18:15:26] WARNING[21149]: app_voicemail.c:1400 store_file: Failed to obtain database object for 'asterisk'! [Feb 22 18:15:26] WARNING[21149]: app_voicemail.c:1122 retrieve_file: Failed to obtain database object for 'asterisk'! [Feb 22 18:15:26] WARNING[21149]: app_voicemail.c:2277 messagecount: Failed to obtain database object for 'asterisk'! [Feb 22 18:15:26] WARNING[21149]: app_voicemail.c:2277 messagecount: Failed to obtain database object for 'asterisk'! == Spawn extension (rwest, 300, 1) exited non-zero on 'SIP/2441-ac047f90' ---------- Mike Hammett Inte...
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
...] WARNING[26609]: app_voicemail.c:2306 mm_log: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Jul 2 19:54:26] ERROR[26609]: app_voicemail.c:2309 mm_log: IMAP Error: Can not authenticate to IMAP server: AUTHENTICATE failed [Jul 2 19:54:26] ERROR[26609]: app_voicemail.c:1669 messagecount: Houston we have a problem - IMAP mailstream is NULL My voicemail.conf file has lines such as: 10 => xxxxx,Some User,,,imapuser=person at somewhere.com|imappassword=Y2xlcmljYWxAZWJjLWNvLmNvbXgAemltYnJhbWFuAFNTIVMzcnZpY2VzcEBzc3BocmFzZQ== I can authenticate via telnet with . authenticate plain...
2006 Oct 16
0
Some Warning in Asterisk for Voicemail intgreting,
...nd in some there languages, the First Warning is. Warning [30188] res_odbc.c 565 odbc_obj_connect: res_object:Error SqlConnect =-1 Error=0 [UnixODBC][Driver Manager]Data Source Name Not Found and No default Driver Specified And Second one is Warning [30202] app_application.c 2107 MessageCount : Failed to Obtained for ' Asterisk' ! help me this.............................. -- Thanks and Regards Ravi Prakash Sunkara ravi.sunkara@hyperion-tech.com M:+91 9985077535 O:+91 40 23114549 F:+91 40 40208727 ravi.sunkara@hyperion-tech.com www.hyperion-tech.com -------------- next part -...
2009 Oct 15
2
MWI for multiple voice mail boxes
...who needs to monitor their voice mail box and the general delivery voice mail box. I defined them in sip.conf as follows: [tkeeley](a10f) mailbox=612 at a10, 610 at a10 However, the MWI does not indicate voice mails for 610 and I keep seeing this error message: ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox 610 in context a10 However, mailbox 610 is clearly defined in voicemail.conf: [a10] 610 => xxx,General Mailbox,mail at mycompany.com,,imapuser=mail at mycompany.com 612 => yyy,Terry Keeley,moremail at mycompany.com,,imapuser=moremail at mycompany.com The end devi...
2009 Jun 19
2
IMAP voice mail storage
...word=didn'tworkanyway 210 => 6370,John Sullivan,,imapuser=me at mycompany.com I also tried without authuser and setting passwords individually. By the way, how does one disable IMAP storage? Without the IMAP settings, I keep getting: [Jun 19 15:04:48] WARNING[29032]: app_voicemail.c:1628 messagecount: IMAP user not set for mailbox 210 I did not see a module for IMAP storage. It would seem strange that I would have to recompile. Thanks - John -- John A. Sullivan III Open Source Development Corporation +1 207-985-7880 jsullivan at opensourcedevel.com http://www.spiritualoutreach.com Making...