search for: mailboxcontext

Displaying 12 results from an estimated 12 matches for "mailboxcontext".

2010 Mar 18
1
Voicemail Remote Access
Hi, I'm trying to set up remote voicemail pickup. I've created the following dialplan, but when I press *, I am not sent to voicemailmain. The unavailable message just continues to play as normal. exten => 2345551111,1,Set(MAILBOXID=1) exten => 2345551111,n,Set(MAILBOXCONTEXT=company3) exten => 2345551111,n,Voicemail(${MAILBOXID}@${MAILBOXCONTEXT},u) exten => a,1,VoicemailMain(${MAILBOXID}@${MAILBOXCONTEXT}) Any ideas? Thanks Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/atta...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...40) | YES | | NULL > > | | > > | origtime | varchar(40) | YES | | NULL > > | | > > | duration | varchar(20) | YES | | NULL > > | | > > | mailboxuser | varchar(80) | YES | | NULL > > | |* > > | mailboxcontext | varchar(80) | YES | | NULL > > | |* > > | recording | longblob | YES | | NULL > > | | > > > +----------------+-------------+------+-----+---------+-------+ > > > > according to app_voicemail.c i set > > mysql> desc voic...
2009 Jul 17
1
Voicemail ODBC storage table schema
...c 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.digium.com/pipermail/asterisk-users/attachments/20090717/6627ce44/attachment.htm
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
...from my iPhone >> >> On Apr 8, 2011, at 8:26 AM, vip killa <vipkilla at gmail.com> wrote: >> >> Wow, thanks, that worked... >> in case anyone is interested this is what i did.... >> >> [voicemail] >> exten => a,1,VoiceMailMain(${MAILBOXID}@${MAILBOXCONTEXT},p) >> >> in AGI... >> >> $AGI->set_variable("MAILBOXID", $options); >> $AGI->set_variable("MAILBOXCONTEXT","4"); >> $AGI->set_context("voicemail"); >> $AGI->exec("VoiceMail", $options); >>...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...40) | YES | | NULL > > | | > > | origtime | varchar(40) | YES | | NULL > > | | > > | duration | varchar(20) | YES | | NULL > > | | > > | mailboxuser | varchar(80) | YES | | NULL > > | |* > > | mailboxcontext | varchar(80) | YES | | NULL > > | |* > > | recording | longblob | YES | | NULL > > | | > > > +----------------+-------------+------+-----+---------+-------+ > > > > according to app_voicemail.c i set > > mysql> desc voic...
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
...NING[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.txt': Found -- Auto fallthrough, channel 'SIP/0015-00000007' status is...
2010 Jun 19
0
Asterisk ODBC
...e 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[6212] res_odbc.c: res_odbc: Connected to sqlserver [kupalaodbc] -------------- next p...
2014 May 29
1
voicemail with odbc
...NING[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.txt': Found -- Auto fallthrough, channel 'SIP/1ffa9-00000007' status is...
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...| | callerid | varchar(40) | YES | | NULL | | | origtime | varchar(40) | YES | | NULL | | | duration | varchar(20) | YES | | NULL | | | mailboxuser | varchar(80) | YES | | NULL | | | mailboxcontext | varchar(80) | YES | | NULL | | | recording | longblob | YES | | NULL | | +----------------+-------------+------+-----+---------+----------------+ 11 rows in set (0.00 sec) mysql> exit; Bye Here is an example of the errors I'm ge...
2006 May 08
5
MySQL replication for voicemail
...har(80) default '', `context` varchar(80) default '', `macrocontext` varchar(80) default '', `callerid` varchar(40) default '', `origtime` varchar(40) default '', `duration` varchar(20) default '', `mailboxuser` varchar(80) default '', `mailboxcontext` varchar(80) default '', `recording` longblob, PRIMARY KEY (`id`), KEY `dir` (`dir`) ) ENGINE=MyISAM; Does anybody have any ideas on what's causing this error? Why would MySQL not have enough memory? What does it mean, "points outside data file"? Is anybody else doing...
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
Hi All, I have an issue with the ODBC voicemail storage option with asterisk. All appears to work fine, however, I get several sql execute warnings. I was wondering 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