similar to: Question about MWI in Asterisk 1.4.0

Displaying 20 results from an estimated 5000 matches similar to: "Question about MWI in Asterisk 1.4.0"

2008 Jun 05
4
Can not connect to share for a particular user.
Hello I currently run a few samba servers one being used as a PDC. Today I added a user to the domain and for some reason I can not get it to connect to any of the shares but "home" on the file server. % smbclient -U gregi //server3/public Password: Domain=[HYDRIX-MALVERN] OS=[Unix] Server=[Samba 3.0.28] tree connect failed: NT_STATUS_ACCESS_DENIED However I can connect with : $
2005 May 17
2
Asterisk - Spandsp: fax header
Hello Steve. On 17/05/2005, at 10:54 PM, Steve Underwood wrote: > When a fax is received the header you see is part of the image. As > such, it ends up in the TIFF file as part of the image. It is not > available as text anywhere. The only way to make it available as > text would be to implement OCR. That is complex and messy, and I > have no intention to try. The only
2011 Feb 05
3
wbinfo ok, but getent nothing
Hi there. Feel like I'm getting nowhere. Code: FreeBSD samba 3.6.6 ; connected to a Windows 2008 R2 AD wbinfo -u and wbinfo -g will properly show all the users and groups ; but for some reasons, I can get getent with winbind to show any users... I've must have tried over 100 different configuration, read all the tutorials I could find ; I never got it to work :( smb.conf: [global]
2010 Dec 23
1
Server being kicked out of the domain every couple of days...
Hi there. Very particular issues here.. A few months ago, we migrated our authentication system to a MacOS 10.6 server mac mini. It acts as a KDC and Windows primary domain controller. No major problem there. Except that once a week our main file server (samba client, domain authentication) would deny any incoming connections. I found that issuing a net join command ; entering the admin
2010 Sep 08
1
Authentication questions with domain
Hi there. I have a FreeBSD server running Samba 3.3, connected to a domain who's PDC is a MacOS 10.6 server running Samba 3.0.28 (ancient I know). Working all fine, except for one thing I find annoying. MacOS server has a concept of username alias. You can have as many aliases as you want, using any of those aliases are the same as using the primary one. It's rather well implemented in
2005 May 15
5
FXO/FXS suggestions:
I'm looking for a zaptel type device with one (or more) FXO and one (or more) FXS port. Basically this guy would sit in-line of your phone line (PCI card). Any suggestions? TDM400 would be overkill. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050515/d66e6335/attachment.htm
2006 Feb 06
2
Uniden UIP200 and Asterisk v1.2.4: problem not registering
Hello We recently moved to Asterisk 1.2.4 (from 1.0.x) and our 10 Uniden UIP200 have stopped working ever since. We can make a call with the UIP200 to any other extensions, but it can not receive a call. In fact the UIP200 always appears offline: It does show up in asterisk a few seconds after the UIP200 reboot: -- Saved useragent "Uniden SIP Phone p2 Ver BS4.70" for peer uip200 but
2011 Dec 07
1
winbind: how to fix uid/SID mapping following migration to a new DC
Hi there. Our IT moved all the user accounts to a new domain controller. It wasn't much of a migration, more so a complete setup on a new machine, new OS, new domain ; it just happens that the username and group names remained the same. I have been asked to look after the migration of the existing unix servers (linux and freebsd running samba 3.4). All the unix machine use winbind for
2005 May 15
1
Problem with extensions and when channel is unavailable
Hello I used to have an extension like this which worked fine with asterisk 1.0.7 I first dial to see if an IAX phone is present, if not I would try on SIP instead exten=s,1,Dial(IAX2/iax${ARG3},20,tr) ; 20sec timeout exten=s,2,Goto(s-${DIALSTATUS},1) ; Default action exten=s,200,DBget(temp=CFBS/${ARG1}) ; Get CFBS key, if not existing, goto 301
2004 Aug 02
1
G729 or GSM
Dear all. I recently subscribed to a VoIP provider through IAX. The require to connect with either G729 or GSM, I chose G729 based on their recommendation. The service works very well, however ... people mentions how distorted our voice sounds. We have plenty of bandwidth available so I don't think it comes from our side. What it means is that it comes from two things: 1-G729 gives bad
2005 May 24
1
Fax detection: Problem with extension number
Hello I've been having the following problem today : I have a quite simple dialplan made to receive a fax: [answer-extension] exten => 1,1,Answer exten => 1,2,Macro(setcallerid) exten => 1,3,Ringing exten => 1,4,Wait(3) exten => 1,5,Macro(stdfwd3iax-notransfer,${EXTENSION},${EXTENSION},$ {EXTENSION}) exten => fax,1,Goto(faxreceive,1,1) The Wait(3) is there simply to let
2006 Dec 18
8
spandsp 0.0.3 RxFax fax reception crashes bristuffed asterisk 1.2.13
Hi Last month, people reported a crash with Asterisk 1.2.13 and spandsp-0.0.3 when receiving a fax using fax detection. Today I've tried 1.2.14 with the latest spandsp 0.0.3pre27 and with the snapshots for app_rxfax.c and app_txfax.c. The problem still happens. Has anyone found how to resolve this issue? I tried emailing Steve Underwood (with crash backtrace) but he hasn't
2004 Jun 29
3
Call dropping out after 5s: Solution!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello I'm the one who posted a message about the fact that nobody answer anymore to questions asked. I posted two days ago a problem I was facing that calls made over the Internet to my Asterisk gateway would hang-up after just 5s (no NAT were involved) Answer I got was: it's your config Well, it wasn't (as I was expecting). I
2004 Jun 27
1
Re: I never get to hear more than 5s of the demo channels
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all. I'm new to this so please forgive my ignorance if I missed something obvious. I've set-up asterisk 0.9_1 on a FreeBSD 4.10 server (I know it's not linux but that's all we have available at that stage). After some struggle to understand how everything works, I set up some SIP accounts for test purposes. I can log in,
2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello I upgraded to CVS head yesterday (due to the lack of zaptel drivers working with 2.6.10) And noticed that now DBGet and DBPut have been deprecated in favour of the new Set/DB one. In the UPGRADING.txt in Asterisk it says: * The applications DBGet and DBPut have been deprecated in favor of functions. Here is a table of their replacements: DBGet(foo=family/key)
2004 Jul 16
8
Asterisk-1.0 RC1
We have officially made the first release candidate of Zaptel, Libpri, Asterisk and Gastman available. While there are still open major bugs, they are relatively limited, and it was time to go ahead and get the 1.0 ball rolling in earnest. ftp://ftp.digium.com/pub/asterisk Enjoy the code. Special thanks to all the bug marshals and contributers and to everyone who has supported Asterisk
2004 Dec 22
2
MWI not working on Polycom Phones
Hi All - I'm running version SIP version 1.3.4 on various IP300, IP500, and IP600 Polycom phones. I'm having a tough time with MWI. I thought I remembered somebody on the list saying that they had it working, but I can't find it in the archives now. I have all the phones configured for MWI as specified in the WIKI: ipdmid.cfg: up.oneTouchVoiceMail="1"
2011 Jan 20
3
Polycom 500 / MWI
All, I'm using Asterisk 1.6 and using Polycom 500's with SIP firmware 2.1.3. I can not seem to get the Message Waiting Indicator to work reliably (and in my opinion correctly) with voicemail. I've got the following in my phone.cfg: <reginfo> <msg msg.bypassInstantMessage="1"> <mwi msg.mwi.1.callBack="*97"
2013 Jun 28
1
Questions about chan_dahdi, PRI, MWI (and Q.SIG)
Hello everyone, My setup: Debian squeeze Asterisk 1.8, DAHDI, libpri, compiled from source TE110P, attached to a Deutsche Telekom Octopus E Modell 300/800 I'm trying to get MWI for Voicemail working. In the same server I have also got an Eicon DIVA PRI card for testing purposes (it is integrated via CAPI and the chan-capi channel driver into my Asterisk). MWI works just fine there. I
2008 Feb 05
6
External MWI question for Asterisk
Hey there. I've been working on a project to integrate Asterisk with Exchange Unified Messaging via sipX using large parts borrowed from: http://blog.lithiumblue.com/2007/04/accessing-exchange-2007-unified_29.html ... and everything works surprisingly well. The one problem I have is MWI, or a lack thereof. Exchange 2007 doesn't support MWI of any kind (!), so I've been looking into