similar to: Call Manager & Asterisk for VM - MWI not working

Displaying 20 results from an estimated 300 matches similar to: "Call Manager & Asterisk for VM - MWI not working"

2005 Oct 07
0
Asterisk to CCM Message Waiting Indicator
I am trying to setup Asterisk as the voicemail server for Cisco Call Manager. I have just about everything working except for the message waiting indicator. I have the following setup in context [ccm] in my extensions.conf file: ;MWI exten => _2807XXX,1,SetCallerID(${EXTEN:3}) exten => _2807XXX,2,Dial(SIP/28888@65.202.115.240) exten => _2807XXX,3,Answer exten => _2807XXX,4,Wait,1
2009 Jan 30
5
Question about Shell Script.
Hi all CentOS users, I have writing shell script for check oracle processes in real time and alert with e-mail. I read script like below NUMBEROFPRO=/oracle/10.2.0/db_1/bin/sqlplus / as sysdba <<EOF1 |grep processes|awk '{print $2}' SELECT resource_name,current_utilization,limit_value FROM V\$RESOURCE_LIMIT WHERE RESOURCE_NAME IN ('processes','sessions'); quit EOF1
2013 Sep 28
1
problem to get MWI working
Hello, I am trying to get MWI working after integrating Asterisk with CCM.I have followed the instructions in http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Voicemail+IntegrationMy problem is that I don't see externnotify's script being called at all in the logs, and not sure if I miss something here! In Voicemail general I addedpollmailboxes =
2006 Apr 04
1
Realtime Database Lookup
Hi, Please take a look at the following extensions.conf:- exten => _11XXXX,1,NoCDR() exten => _11XXXX,2,Dial(SIP/${EXTEN},10) exten => _11XXXX,3,VoiceMail() I'm already using realtime for some extensions/users/voicemail. Is there any way to do the following at point 3?:- Lookup the realtime users db and read the MailBox column for that buddy. If the mailbox column is empty, play
2006 May 24
1
Placing call files in/var/spool/asterisk/outgoing/ does not work
> you should mv the file (and in the same filesystem, so 'rename' is used) > You might want to chmod or even chown the file first as well. I wrote a little script that does all of this before the .call file is mv'd into the outgoing directory: cp /tmp/test3.call /tmp/test1.call chmod 666 /tmp/test1.call chgrp asterisk /tmp/test1.call chown asterisk /tmp/test1.call mv
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
I am using Realtime extensions as well, in case that would matter. Following problem arises from time to time, a call will successfully terminate: [May 14 14:31:41] VERBOSE[3274] pbx_realtime.c: -- Executing [t at project_init:1] Hangup("SIP/peer-2-00002f7e", "") [May 14 14:31:41] VERBOSE[3274] pbx.c: == Spawn extension (project_init, t, 1) exited non-zero on
2005 Sep 01
0
How to set CLIR when using call files ?
Hi all, A few days ago I found out with help of some of you guys how to set CLIR. (Calling line identification restriction) My first idea was to use the keypad protocol to set the CLIR with dialing *31* before the number but this was not possible. So thanks to Damon Estep I got it to work with executing 'SetCallerPres(prohib)' before the dial command. This works perfectly! But now
2002 Mar 15
0
SAMBA 2.2.3a printing doesn't succeed on first try (bug 'printer handle not found') (fwd)
hey, I still have the problem described further down ! I had to downgrade to an older version to keep printing running on my site, is there any chance to investigate on this ? Please tell me if you need any further information / debugging output. This should be really easy to reproduce... kind regards ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY
2010 May 07
1
3.5.2 connecting to nmb alias without password
Hi there, I use 3.5.2 with netbios aliases in security mode ADS. When I connect to the primary netbios name from a windows host I get the samba machine right away. Connecting to the netbios alias (which is on a differen IP address) I have to type name and pwd to get the connection. DNS entries are OK. Is there any way to get rid of the pwd question, I had the same setup with 3.0.20 for a
2010 Apr 13
0
Problem with Callfiles
Hi! I am trying to do a callfiel for autodialing but when I move the callfile to outdialing folder asterisk seems like if did the call but it doesnt. I put here my callfile and that I get when asterisk begins to do the call If anybody has idea, pls. Tell me TIA ;;----CallFile----- Channel: Zap/g1/8093908270 Callerid: 8093908270 MaxRetries: 2 RetryTime: 300 WaitTime: 45
2010 Jul 01
1
call file question
I am sure this is simple, but have been struggling. I want to create a call file that dials out a particular Dahdi channel to enable call forwarding on a POTS line. I have this in extensions.conf: [custom-callfwd] exten => s,1,Answer exten => s,n,Dial(DAHDI/4-1/*717157750) exten => s,n,Verbose(${DIALSTATUS}) exten => s,n,Hangup [custom-callfwdcanc] exten => s,1,Answer exten
2010 Feb 21
2
3.3.10 <-> AD 2008 R2 very slow
Hi again, I changed from 3.4.5 to 3.3.10 after an AD upgrade to 2008R2 and prinitng is working mor ore less but it is incredibly sloooow. My server has no remarkable load so it is not due to hardware bottlenecks. Are there any ways to 'tune' 3.3.10 or any tricks to make it faster ? cheers ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY
2002 Feb 15
1
"ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_ winbind.so.1: symbol socket: referenced symbol not found" - Samba Team?
Hey, I'm getting this error when ever I've written a file from my Win2k Pro machine to my samba share. Using Samba 2.2.3. Built on Solaris 8. Using winbindd. I created the sym links as suggested under /lib (really /usr/lib): nss_winbind.so.1 -> libnss_winbind.so nss_winbind.so.2 -> libnss_winbind.so Are there some other sim links I need somewhere or is this error something
2002 Feb 18
1
Need PAM to use winbind in Solaris 8?
I'm just curious to see if I'm fighting an uphill battle that isn't really necessary. Is anyone out there NOT using PAM, running Samba and winbind on Solaris 8? Maybe my problems are related to my attempt to keep it simple and not use pam. -Dan Daniel J. Thomas Systems Administrator Johns Hopkins University Applied Physics Laboratory Laurel, MD Balt: (443) 778-7924 Wash: (240)
2002 Feb 22
1
Problems with large trusted domains?
Hi, I've got Winbind running (or so I think) on my Solaris 8 server using Samba 2.2.3a. Whenever I do a long directory listing on a directory that contains a file placed via the samba share by an NT user on the trusted domain, the SUN box just hangs there. It acts like it is searching the database, but after three or four minutes I just CRTL + C it. Do you think this is winbind not working
2010 Feb 08
3
High codec translation times on x64
Hi Users, I was wondering if someone of you have the same thing on CentOS 64x? asterisk01*CLI> core show translation Translation times between formats (in microseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 siren7 siren14 slin16 g723
2002 Mar 12
2
What are these programs?
I've seen many different samba related pieces of software named through this newsgroup and I'm afraid I don't understand the different between them all. Could someone clarify these for me? Samba - I pretty much understand this... but if You want to explain it in terms of the other pieces of software, go ahead HEAD SAMBA TNG Slackware Winbind - I also think I understand this. If
2010 Dec 21
1
SOLVED: Re: Setting `userfield` from within a callfile
On Monday 20 Dec 2010, Olivier wrote: > 2010/12/20 A J Stiles <asterisk_list at earthshod.co.uk> > > > Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application > > (written by someone else before me) which sets up calls by creating > > files of > > the general form > > > > Channel: SIP/$INSIDE_NUMBER > > Context: $CONTEXT >
2002 Sep 13
2
new feature in 2.2.6 ?
Hi Jerry et al, will the 2.2.6 release show the printers in the 'add-new-printer-wizzard' on the client like the WINDOWS server do ? I'm not sure if you know what I mean, so here is a little illustration: ----------------------------- | NTSERVER | | \\ntserver\printer1 | | \\ntserver\printer2 | | \\ntserver\printer3 | | SAMBASERVER |
2009 Jun 23
1
3.3.5 not compiling on solaris 10 (libtalloc.so.1)
Hi, I found some hints but no solution that worked for me actually, I try to compile 3.3.5 on Solaris 10 and it does not find libtalloc: Linking shared library bin/libtalloc.so.1 /usr/ccs/bin/ld: cannot open linker script file /scratch/samba-3.3.5/source/exports/libtalloc.so.1: No such file or directory gmake: *** [bin/libtalloc.so.1] Error 1 Obviously because it's not there :( :