similar to: problems accessing directory

Displaying 20 results from an estimated 3000 matches similar to: "problems accessing directory"

2005 May 26
0
capi dial in/out configuration
Hi all, I've recentrly starting to play around with *, when all I wanted is to configure an fritz ISDN card with A@H. Currently I'm stuck at the phase of what do I do with capi after everything is installed. I'm trying to understand how to setup incoming and outgoing calls at A@H since I'm getting a bit lost with the default dial plan. It seems that * answers but disconnect
2005 Sep 14
1
TE110P - Asterisk@Home Install Problems
I am having problems sending and receiving calls over the T1. They never seem to connect - outbound keeps ringing, inbound gets busy. The T1 looks ok - no errors on the line. Any ideas on what is wrong? I have tried a variety of fxsks and fxoks configurations without avail. This is a single asterisk@home system with a single T1 card. Robbed Bit T1 ami, d4. ------------------inbound call
2009 Oct 05
1
Drop calls when using Flash Operator Panel
Whenever I try to drag calls to the Parking Lot or On Hold, FOP would drop my calls. I have searched online and have found similar problem, such as the link below. I have tried their solution but still the FOP is not working correctly. I even installed the HUDLite server and is getting the same results. www.freepbx.org/forum/freepbx/users/flas...ot-transfering-calls Here is the log when I tried
2005 Sep 15
0
TE110P - Asterisk@Home Install Problems - Televantage 3 T1
I figured it out. The old system (Televantage 3 and 4 I think) has limited specifications on the T1. After setting up the system, I was able to send and recieve calls. I still have some work to do like figuring out faxing and a floating receptionist, but this is a nice start. ----------------------------------------------------Televantage T1 Requirements: Framing: D4 Superframe or Extended
2010 Mar 09
0
DUNDI Sip authentication failure
Hi all, I'm new in asterisk and I got to set up a dundi config for my work. I have 2 PBX for the test, the two PBX are in the same local network PBX A : 192.168.199.23 PBX B : 192.168.199.21 my config files : (on PBX B , the config files on PBX A looks like it) /etc/asterisk/dundi.conf [general] bind=192.168.199.21 port=4520 cachetime=5 ttl=32 autokill=yes entityid=00:30:18:4C:33:53
2006 Dec 27
1
php agi trixbox help
I have this code which was taken from the phpagi project page along with the following in extensions_conf and the output from the asterisk CLI. When I call the 311 extension, I does nothing then hangs up. What am I doing wrong?? ----php code------------ #!/usr/local/bin/php -q <?php set_time_limit(30); require('phpagi.php'); $agi = new AGI(); $agi->answer(); $cid =
2010 Jan 04
0
H323 Disconnects after 15+ minutes
I have posted my problem on the link below, but didn't get any answer. I am hoping someone here can help me with this issue. Here's my problem: I am using H323 to talk between Asterisk and Avaya IP Office 500. For some strange reason, when we are talking on a VoIP call, we get disconnected after 10+ minutes. We have two other Elastix box, but none of them are getting disconnected. From
2009 Mar 30
2
Newbie trying to make calls outside via digium card and POTS line
Hello, This is my first asterisk installation, and having read up on the documentation, and trying several tutorials i'm unable to get my outbound route working. I'm certain it's an issue with my configuration and my inexperience with asterisk. So i have my POTS phone connected to my digium card, and when i make a call, I receive the "cannot be completed as dialed" message.
2006 Jan 09
0
Call Rules
Hi, I apologise if this is not the correct place to post such a message. I use Asterisk@Home package and all seems to be going well. I have identified one problem and have not managed to find anyway to fix(modify) it. We have a menu option that diverts to a mobile. If the mobile is off the network sends back a message to that effect. Now, this mobile does not have voicemail and asterisk is
2006 Mar 01
2
Cannot log into mailbox , guidance requested
Hi All I am working on voicemail , mailbox , after reading documents, I had setup of three users for mailbox to make things simpler , I had kept the user name and passord same for all the sip users, Now I am able to record the message and I do get voicemail in my email , But as defined in extensions.conf The Asterisk console messages, part of the sip.conf ,
2009 Sep 18
0
Queue Call Disconnection
There is an environment Setup uses Asterisk 1.2 and doesn't want to upgrade. There is an issue while a call goes to any queue we create, the call is being disconnected after 20 seconds and it is hangup. The following is the configuration: - vi /etc/asterisk/queues_additional.conf [8] wrapuptime=0 timeout=30 strategy=ringall servicelevel=5 retry=4 reportholdtime=No queue-youarenext=
2006 Jan 20
0
Problems with incoming PSTN calls
I am having problems getting incoming calls from the PSTN to route to extensions, digital receptionist and even voicemail. When I call a DID number for one of the lines, it rings twice then says: "Goodbye" and hangs up. (logs to follow below configuration info). When I dial 7777 it goes to the digital receptionist without any problems. The system setup is simple; I have 8 PSTN
2006 Mar 26
0
hang up when pickup analog phone
Hello, I have a system with two cards: a HFC-PCI ISDN and a TDM21B (2 FXO and 1 FXS), running Asterisk 1.2.4-BRIstuffed-0.3.0-PRE-1l with freePBX beta5 dialplan. I have connected an analog phone to TDM FXS port, but when I pickup the phone to make a call, Asterisk "hangs up" the call. Let me explain: In another system, when I pickup the phone, Asterisk give me tone to dial: >---
2010 Aug 23
1
channel stay up when extension unreachable
Hi, We are using asterisk 1.4.34, ubuntu 10.4, below is suspicious activity recorded in our full log. Could you help us to explain what had happened. Thanks. === my friend, 801, from his room did a test by dialing echo test in freepbx, *43: [Aug 20 14:42:46] VERBOSE[14427] logger.c: -- Executing [*43 at from-internal:1] Answer("SIP/801-000003f5", "") in new stack [Aug 20
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it to dial out. but when I call the extension it answers and says "GOODBY" I have a Livevoip DID which successfuly rings to ext 202 I am using asterisk@home and through the AMP inface the line should ring to ext 202 Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf Extensions.conf
2006 Jan 16
0
FW: Exited non-zero
I am working on this app to dial two external numbers. The second is dialed after the first hangs up. I have simplified things down to: exten => 3852,1,Dial(zap/g1/3964,10,g) exten => 3852,2,Wait(2) exten => 3852,3,Dial(zap/g1/7757,10,g) exten => 3852,4,Hangup Here is the debug: -- Accepting call from '0000000000' to '3852' on channel 0/23, span 1 --
2007 Sep 26
1
Routing issue
Hi list I'm kinda new to asterisk and I'm woriking for a company that sells Asterisk solutions and appliances. I installed TrixBox on a litle PC @ home and a x100p card which is recognized as a Zaptel card, I made some in/outbound routes and they seem to work but I have a problem with SIP softphones. I created 2 estensions 1000 and 1001 they're both in different cities, when I 1000
2005 Jul 05
1
Newbie question reg. Asterisk and Channel Access Bank I and TE110p
Hi, I have some problem to get this setup working. I have a CAC Channel Banl I, with FXO and an Asterisk box ( I am using Asterisk@Home 1.2) and I have a TE110p installed in this box. What I want to do is, just to be able to dial one of those lines that already are connected to the channel bank, and transfer that call through TE110p and Asterisk to a user agent somewhere through Internet.
2009 Oct 31
2
Calls disconnects after short time
Hello, My client customers complaining that their calls suddenly get hung-up, I am just investigating if the problem from my side, I had a log of a hang-up case, Does it help to know if there is a problem that can be resolved from my side? elastix*CLI> -- Hungup 'IAX2/99999-6813' == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on
2010 Feb 25
1
Asterisk n-way DTMF detection
Hello, I have setup the n-way conferencing with Asterisk and it's working when I use with my budgetone 100 phone but it doesn't work for any of the voip software or other ATA that I have. When I turned the debug on, I see that the correct keys (*0) were entered but asterisk doesn't detect the signal to trigger the features event. I have set a test extension to get the input dtmf key