search for: msgnum

Displaying 20 results from an estimated 22 matches for "msgnum".

2005 Jun 03
2
POP3 download problem
Hi All I am experiencing a mail download problem with dovecot's pop3 protocol. We use outlook XP 2002 mail clients and I have setup a mail system with pop accounts on a Fedora 2 installation using dovecot. Some of the clients download email fine but others do not download email and also do not give any error messages. I have enabled the "verbose" options in the
2015 Oct 28
2
Dovecot, JavaMail, UIDs and Message Numbers
...he imap protocol produced by Thunderbird, RoundCube and Webtop, discovering that JavaMail is internally all based on message numbers, so any sort/search/fetch is a normal SORT/SEARCH/FETCH, while RC and TB always use UID SORT/UID SEARCH/UID FETCH. We tried to convert our code to use UIDs instead of msgnums, but turned out to be a huge rewrite of JavaMail, because of how JavaMail imap implementation is tied to msgnums. So my questions are: - is it a known fact that Dovecot prefers and performs better with UIDs than with msgnums? - is there any tweak we can do on Dovecot to work better on msgnums? - a...
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
...dering if anyone out there could help me get to the bottom of what is causing this and how I could possibly go about rectifying it. The warning message we are getting is as follows: WARNING[30115]: app_voicemail.c:1280 delete_file: SQL Execute error! [DELETE FROM voicemailmessages WHERE dir=? AND msgnum=?] This warning occurs whenever a user leaves a message for an extension. It also occurs when someone dials in to listen to their messages when they hang up. These messages do actually exist within the database, and asterisk does extract them from the database when playing back or recording messa...
2015 Oct 29
0
Dovecot, JavaMail, UIDs and Message Numbers
...l produced by Thunderbird, RoundCube and Webtop, discovering > that JavaMail is internally all based on message numbers, so any sort/search/fetch is a normal SORT/SEARCH/FETCH, > while RC and TB always use UID SORT/UID SEARCH/UID FETCH. > We tried to convert our code to use UIDs instead of msgnums, but turned out to be a huge rewrite of JavaMail, because > of how JavaMail imap implementation is tied to msgnums. > So my questions are: > - is it a known fact that Dovecot prefers and performs better with UIDs than with msgnums? > - is there any tweak we can do on Dovecot to work be...
2010 Mar 09
0
Asterisk 1.6.2.5 crash with chan_capi upon calling to PSTN
...AdditionalInfo BChannelinformation = <00 00> Keypadfacility = default Useruserdata = default Facilitydataarray = default SendingComplete = <01 00> CAPI: ApplId=0x0002 Command=0x02 SubCommand=0x81 MsgNum=0x0004 NCCI=0x00000101 CONNECT_CONF ID=002 #0x0004 LEN=0014 Controller/PLCI/NCCI = 0x101 Info = 0x0 -- ISDN1#02: received CONNECT_CONF PLCI = 0x101 -- Called ISDN1/012341234567 CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0...
2009 Aug 21
3
Core dump gets created while accessing voicemail
...ets created during the first time the voicemessage access got failed. * (gdb) bt *#0 0x000000322b417649 in SQLFreeEnv () from /usr/lib64/libodbc.so.1 #1 0x000000322b417b5c in SQLFreeHandle () from /usr/lib64/libodbc.so.1 #2 0x00002aaac132ccdd in message_exists (dir=<value optimized out>, msgnum=<value optimized out>) from /usr/lib/asterisk/modules/app_voicemail.so #3 0x00002aaac132dab2 in save_to_folder (vmu=0x41751e80, vms=<value optimized out>, msg=0, box=<value optimized out>) from /usr/lib/asterisk/modules/app_voicemail.so #4 0x00002aaac132dc77 in close_mailb...
2005 Jun 20
1
voicemail system
...engine and *only* supports ODBC. The table description for the "voicemessages" table is as follows: +--------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-------------+------+-----+---------+-------+ | msgnum | int(11) | YES | | NULL | | | dir | varchar(80) | YES | MUL | NULL | | | context | varchar(80) | YES | | NULL | | | macrocontext | varchar(80) | YES | | NULL | | | callerid | varchar(40) | YES | | NULL |...
2014 Feb 12
1
Crash in recent dovecot, different line (with Backtrace:dovecot/pop3)
...ized out> mail = 0xb759a797 deleted_msgs = {arr = {buffer = 0x81e2098, element_size = 8}, v = 0x81e2098, v_modifiable = 0x81e2098} seen_msgs = {arr = {buffer = 0xb75de224, element_size = 3076002107}, v = 0xb75de224, v_modifiable = 0xb75de224} msgnum = <optimized out> bit = 1 #1 0x0804ee80 in cmd_quit (client=0x82017a0, args=<optimized out>) at pop3-commands.c:289 No locals. #2 client_command_execute (client=client at entry=0x82017a0, name=<optimized out>, name at entry=0x823e08c "QUIT", args=...
2005 Aug 24
0
thunderbird pop3 delete bug workaround
...t;last_deleted)) + { + client->tbirdbug++; + } + else + { + client_send_line(client, "-ERR Message is deleted."); + return NULL; + } } } @@ -109,6 +116,7 @@ client->deleted_count++; client->deleted_size += client->message_sizes[msgnum]; client_send_line(client, "+OK Marked to be deleted."); + client->last_deleted = msgnum; return TRUE; } ----------------------------------------------------------------------- 'This mail automatically becomes portable when carried.' -----------------------------...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...e in > > docs/README.odbcstorage : > > > +----------------+-------------+------+-----+---------+-------+ > > | Field | Type | Null | Key | > Default > > | Extra | > > > +----------------+-------------+------+-----+---------+-------+ > > | msgnum | int(11) | YES | | NULL > > | | > > | dir | varchar(80) | YES | MUL | NULL > > | | > > | context | varchar(80) | YES | | NULL > > | | > > | macrocontext | varchar(80) | YES | | NULL > > |...
2006 Dec 08
1
Question on retrieve_file() function in app_voicemail.c
I understand this function (line 832 in app_voicemail.c) is used to retrieve a voice message. What I don't understand however is why ".txt" is appended to the end of the filename. Could someone shed some light on this for me? Thanks, Jez if (msgnum > -1) make_file(fn, sizeof(fn), dir, msgnum); else ast_copy_string(fn, dir, sizeof(fn)); snprintf(full_fn, sizeof(full_fn), "%s.txt", fn); f = fopen(full_fn, "w+"); ____________________________________________________________________________________ Yahoo! Music U...
2009 Jul 17
1
Voicemail ODBC storage table schema
...s that I'd like to know where I can find an updated schema for the generic voicemail storage table. Apparently, only the "flag" field has appeared, but I can't find out what is the type of the field. Here are the fields it's trying to update : [INSERT INTO voicemessages (dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag) VALUES (?,?,?,?,?,?,?,?,?,?,?)] I had to roll back to 1.6.1.0 in the meantime. Thanks. Hoggins! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digiu...
2014 Feb 12
0
Crash in pop3 with recent dovecot, backtrace
Core was generated by `dovecot/pop3'. Program terminated with signal 11, Segmentation fault. #0 0x0804eb6a in client_update_mails (client=client at entry=0x8afd7a8) at pop3-commands.c:256 256 seq_range_array_add(&deleted_msgs, client->msgnum_to_seq_map[msgnum]); #0 0x0804eb6a in client_update_mails (client=client at entry=0x8afd7a8) at pop3-commands.c:256 search_args = <optimized out> ctx = <optimized out> mail = 0xb762d797 deleted_msgs = {arr = {buffer = 0x8ade098, element_size = 8},...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...e in > > docs/README.odbcstorage : > > > +----------------+-------------+------+-----+---------+-------+ > > | Field | Type | Null | Key | > Default > > | Extra | > > > +----------------+-------------+------+-----+---------+-------+ > > | msgnum | int(11) | YES | | NULL > > | | > > | dir | varchar(80) | YES | MUL | NULL > > | | > > | context | varchar(80) | YES | | NULL > > | | > > | macrocontext | varchar(80) | YES | | NULL > > |...
2010 Jun 19
2
Voicemail ODBC
I have Asterisk 1.4.32 and I would like save all VoiceMail to MSSQL 2008 database. I configured ODBC, but I receive this errors. [Jun 18 14:00:37] NOTICE[19914] res_odbc.c: Connecting sqlserver [Jun 18 14:00:37] NOTICE[19914] res_odbc.c: res_odbc: Connected to sqlserver [kupalaodbc] [Jun 18 14:00:37] WARNING[19914] app_voicemail.c: SQL Prepare failed![SELECT COUNT(*) FROM pbx_VoiceMail
2014 May 29
1
Voice mail with ODBC
...ying connection to asterisk [asterisk-connector]... [2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4086 insert_data_cb: SQL Direct Execute failed! [2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4202 store_file: SQL Execute error! [INSERT INTO voicemessages (dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag,msg_id) VALUES (?,?,?,?,?,?,?,?,?,?,?,?)] == Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.txt': Found == Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.tx...
2003 Jun 03
1
error
hi, I've got the following alert window in mozilla (with dovecot): --------------------------------------- The current command did not succeed. The mail server responded: Error in IMAP command: Too long argument.. --------------------------------------- although there is not any messages in my imap.log file. -- Levente "Si vis pacem para bellum!"
2010 Jun 19
0
Asterisk ODBC
Ok, this issue I resolved, I just changed the TDS version to 7.0. But now I receive different error, I can't insert into database. [Jun 19 14:30:25] WARNING[6212] app_voicemail.c: SQL Prepare failed![INSERT INTO pbx_VoiceMail (dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext) VALUES (?,?, ? , ?,?,?,?,?,?,?)] [Jun 19 14:30:25] WARNING[6212] res_odbc.c: SQL Prepare failed. Attempting a reconnect... [Jun 19 14:30:25] NOTICE[6212] res_odbc.c: Connecting sqlserver [Jun 19 14:30:25] NOTICE[...
2014 May 29
1
voicemail with odbc
...ying connection to asterisk [asterisk-connector]... [2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4086 insert_data_cb: SQL Direct Execute failed! [2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4202 store_file: SQL Execute error! [INSERT INTO voicemessages (dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag,msg_id) VALUES (?,?,?,?,?,?,?,?,?,?,?,?)] == Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.txt': Found == Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.tx...
2006 Feb 23
2
chan_capi-cm-0.6.4
...= 0x101 InfoNumber = 0x18 InfoElement = <89> INFO_RESP ID=001 #0x0748 LEN=0012 Controller/PLCI/NCCI = 0x101 CAPI: INFO_IND no interface for PLCI=0x101 > CAPI: Command=INFO_IND,0x8492: no interface for PLCI=0x101, MSGNUM=0x748! CONNECT_IND ID=001 #0x0749 LEN=0046 Controller/PLCI/NCCI = 0x101 CIPValue = 0x10 CalledPartyNumber = <81>11 CallingPartyNumber = <21 83>650621XXXX CalledPartySubaddress = default CallingPartySubadd...