similar to: AMP and Asterisk PSTN extension config

Displaying 20 results from an estimated 600 matches similar to: "AMP and Asterisk PSTN extension config"

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
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys, I'm somewhat of a newbie and am desperately seeking for some help... I've managed to get asterisk up and running on my server, and signed up with a broadvoice account... I'm having no problem dialing and communicating between extensions, but whenever anyone tries to call my broadvoice account, they are greeted by no ring or anything, but rather simply a direct to
2004 Dec 21
5
AMP - Fax Detections
Does anyone know of any obscur reference for detecting an incoming fax. I currently have AMP running and everything else is working great. Installed the spandsp patches and software... using the default AMP extensions.conf, I start sending a fax, I hear it pick up and transfer to voicemail after 20s. Fax is set for system... Here is the detail from the extensions.conf [global] FAX_RX = system
2006 Feb 22
0
debugging asterisk configuration
I'm trying to create a new contex for incomming calls from certain trunks. My problem is this calls are not checked through ext-did (for incoming routing). The calls from standard trunks are filtered correctly but these ones are not. Is there some way to debug what file/line is being executed by asterisk? My custom context is this: [from-pstn-nofax] include => from-pstn-custominclude
2005 Feb 28
2
Fax Failing
Hello All, I am trying to set up faxing using Asterisk@home 0.6. I have followed the instructions to the best of my knowledge. When a fax comes in, the system seems to detect OK but does ot manage to make the fax to pdf to email leap. Here is what I saw in the CLI when I tested. Any help would be appreciated. Thanks! Wiley -- Starting simple switch on 'Zap/2-1' -- Executing
2005 Aug 21
0
Problem with auto-attendant config, I think..
I never heard anything on the AMP list, so figured maybe someone here might be able to help me sort this one out.. I was making some updates to my attendant config, which is really very basic, and now incoming call processing stopped. Not sure exactly what the heck happened, but figured maybe someone could help me with a clue as to what broke. Now incoming calls are not being answered at
2005 Jul 08
1
Serial port DTMF Caller-ID reciever /w scripts for X100P/X101P/Clones....
Since the X100P/X101P/Clone cards does not work in all countries that use DTMF based Caller-ID systems, I've developed a hardware that you connect to a serial port and the PSTN. You then run a perl script "cid_logger.pl" as a daemon, and modify extensions.conf to call an agi script whenever a call comes in, and if it's on the X100 card it will get the caller id information
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every single thing I do No matter what I get busy extensions. I am willing to pay someone to help here. Anybody got a clue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2005 Sep 28
0
Trying to cut out the paper work...
Hello everyone, Ok. I am at a bit of a loss.... and would like someone to point me in the right direction...(btw www.google.co.za did not give me ANY solutions). The issue at hand is simple, I get asterisk (1.0.9) to answer the incoming call with no problems... it does the fax detection thing with app "Answer" and well it goes to the perfectly right context and sets the varibles
2006 Mar 26
1
AAH: DNID not set if caller suppresses CID?
Hi, using asterisk@home, with quadBri from junghanns.net I am facing a strange problem: I have set incoming routes for some extension / DID: [ext-did] include => ext-did-custom exten => 23,1,SetVar(FROM_DID=23) exten => 23,2,Goto(ext-local,23,1) exten => 57,1,SetVar(FROM_DID=57) exten => 57,2,Goto(ext-local,57,1) exten => 66,1,SetVar(FROM_DID=66) exten =>
2005 Aug 04
1
no ring to callers?
OK, i've got asterisk @ home 1.3 up and running with Broadvoice. BUT I have one nagging problem to sort out. When you call my BV # the calling party gets no ring indication, just silence until either I answer the phone, or the call bounces over to voicemail. below is the console output when a call is recieved. what am i missing here? thanks Bernie -- Executing
2006 Apr 07
1
Inbound PRI calls drop after 5 seconds using Sangoma A101
Hi Folks, I'm have Asterisk version 1.2.1 with a A101 PRI card. I'm working with the CLEC to bring up the PRI and inbound calls are hanging up at his end after a few seconds. I ran PRI debug but it only gives me minimal insight. " Ext: 1 Cause: Unknown (16), class = Normal Event (1)" He ran a trace and the only difference he is seeing is a "ISDN interface explicitly
2006 Feb 28
1
FW: Re: Delay on Phone ringing
Skipped content of type multipart/alternative-------------- next part -------------- asterisk1*CLI> soft hangup Zap/1-1 Requested Hangup on channel 'Zap/1-1' == Spawn extension (macro-exten-vm, s-BUSY, 2) exited non-zero on 'Zap/1-1' in macro 'exten-vm' == Spawn extension (ext-local, 220, 1) exited non-zero on 'Zap/1-1' -- Hungup 'Zap/1-1' --
2006 May 26
1
Not able to make any calls
Hi All, I have registered "abhijit" for SIP in asterisk Server. I am able to register my softphone (SJPhone) to the server using the name "abhijit". But whenever I try to make any calls I am gettinh the following error message:- *CLI> -- Registered SIP 'abhijit' at 172.20.28.85 port 5060 expires 120 May 26 07:34:52 NOTICE[2761]: pbx.c:1738 pbx_extension_helper:
2005 Feb 11
2
transferring a IAX call into a conference
When I make a call out on the Faktortel number I am then able to transfer to call to my asterisk meetme room of 801 by hitting 'transfer' then '801' then 'send' on my grandstream phone. This connects my faktortel trunk (and who ever is on the other end) to my conference room I can then make another call using my local pstn service and set up a 3 way (or whatever number
2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro --- start snip --- [ext-fax] exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1) exten => in_fax,2,Macro(faxreceive) exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf ${FAXFILE}.pdf) exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax from ${CALLERIDNUM}
2005 Sep 06
2
Going crazy with FAX :-(
I've upgraded Asterisk from CVS, spandsp and app_txfax and app_rxfax but i'm still unable to send/receive faxes :-(. I'm using amp_fax to send and this is what i get from logs: Sep 6 11:02:52 VERBOSE[10750]: -- Attempting call on Zap/g1/666 for application txfax(/var/tmp/ast_fax-1125997371.10240.1804289383.0|caller) (Retry 1) Sep 6 11:02:52 DEBUG[10750]: Dialing
2006 Jan 10
1
busydetect
Hi, I'm struggling to get busydetect to work. I'm using asterisk 1.2.1 and a digium TDM04B (4 port FXO) card. I've set busydetect=yes, busycount=6 and busypattern=300,200 in zapata.conf and i've modified zondata.c with a busy setting of 620+480, 300/200 which is the busysignal received from Korea Telecom. Asterisk isn't detecting the busy signal and doesn't hangup.
2006 Jan 30
8
Analog with channel bank - Inbound works, outbound doesn't
I am experimenting with an asterisk setup in my office. The last bit I have to test is working with analog lines. I have TE411p digium card, with an ISDN line plugged into the first, a channel bank plugged into the second port, and the last two ports empty. I have the following setup in my zaptel.conf: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 span=2,0,0,d4,ami fxsks=25 And in zapata.conf, I
2010 Jan 19
0
Detecting incoming faxes and forwarding to phone fax machine
I'm having a problem receiving incoming faxes and I'm hoping someone here can help me out. My system is a PBX in a Flash with one dahdi card for my incoming analog lines and another dahdi card for my analog devices (fax and modem). My dahdi-channels.conf file looks like: ; Autogenerated by /usr/sbin/dahdi_genconf on Tue Jun 23 14:56:24 2009 ; If you edit this file and execute