similar to: extension and PSTN connection

Displaying 20 results from an estimated 200 matches similar to: "extension and PSTN connection"

2004 Nov 30
0
No voice when I dial out
I can dial from 601 to a public number. The public number rings. I pickup and hear nothing, while on 601 it keeps ringing. (BTW, is it right to say "ringing" on the active phone?) The *CLI> doesn't show me anything useful: Executing Macro("SIP/601-8238", "dial-pstn|88097880|") in new stack Executing SetGlobalVar("SIP/601-8238",
2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
Hi, I'm using the macro below in extensions.conf for most of my outbound calls. One issue with my current configuration is that when I make an outbound call it doesn't properly detect that my PSTN line (Zap/1) is busy with another call and then overflow to my outbound IAX connections. I think the root cause is that DIALSTATUS gets reported as BUSY. The debug output is below. My desired
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
2006 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question! How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss. I have tried the following
2009 Aug 31
1
Question of resiliance
Hi I am in the process of move a company from pstn to an asterisk setup. They had 2 pstn lines - only really needed a max of 2 previously. Now I have installed a tdm410 to handle the cross over from pabx to voip handset. this has been done, the tdm is now just used to provide a backup pstn line - only used as a last resort for outgoing calls - as its shared with a fax line. I use 2 voip
2004 Jun 28
4
Dial Command
I'm trying to use the dial command to initiate a call to number 9661443 with an X100P card set up on channel 1 with the following in my extensions.conf: exten => 1,1,Dial(Zap/1/9661443,15) Then when that command executes in the asterisk daemon I get the following: app_dial.c:688 dial_exec Unable to create channel of type 'Zap' Can anyone tell me what might be wrong?
2009 Sep 22
2
Problem with dialplan -> gotoif ?
Hi This is the output from show dialplan dial-sipmnf-sippt-pstn [ Context 'dial-sipmnf-sippt-pstn' created by 'pbx_config' ] 's' => 1. Verbose(1,Dialing ${ARG1} on mnf pt pstn) [pbx_config] 2. Dial(SIP/${ARG1}@${SIPMNF},${ARG2},${OUTBDIAL}) [pbx_config] 3. Set(GLOBAL(FOUNDME)=${DIALSTATUS}) [pbx_config]
2005 May 07
4
Setting variable for a context for all extensions?
Hi, Is it possible to set a variable for a context for all extensions? I haven't been able to find it. I want something like this in extensions.conf: [from-iaxfwd] exten => .,1,RING=r3 exten => 123456,1,Goto(from-pstn,s,1) [from-internal] exten => .,1,RING=r2 include => ext-local [ext-local] exten => 1,1,Dial(Zap/1,${LONGTIMEOUT}) exten =>
2004 Nov 26
0
TDM22B - how to setup the extensions ??
I got this nice TDM22B with two green modules left and two modules right /var/log/messages shows: Nov 26 23:47:48 dns kernel: Zapata Telephony Interface Registered on major 196 Nov 27 00:37:53 dns kernel: Freshmaker version: 71 Nov 27 00:37:56 dns kernel: Freshmaker passed register test Nov 27 00:37:56 dns kernel: Module 0: Installed -- AUTO FXS/DPO Nov 27 00:37:56 dns kernel: Module 1: Installed
2004 Nov 27
0
Zapata: No such device or address
I got this nice TDM22B with two green modules left and two modules right /var/log/messages shows: Nov 26 23:47:48 dns kernel: Zapata Telephony Interface Registered on major 196 Nov 27 00:37:53 dns kernel: Freshmaker version: 71 Nov 27 00:37:56 dns kernel: Freshmaker passed register test Nov 27 00:37:56 dns kernel: Module 0: Installed -- AUTO FXS/DPO Nov 27 00:37:56 dns kernel: Module 1:
2005 Jul 28
0
Unicall Dialing problems
Hi everybody We are having periodically troubles with the outbounds calls, seem like the PBX cannot end to dial the entire string of numbers This is output from the PBX., few minutes after all work fine again ... :(, and few minutes after the same problem appears. Thanks in advanced ... Regards This is the PBX aout and my zaptel, zapata confs. Runing asterisk 1.0.9 libmfcr2-0.0.2
2005 Mar 15
1
Asterisk retains DTMF Control Even when an External IVR System is dialed
I am using Asterisk 1.06 Stable. When I dial my Mobile Number to check Voice Mail or my Bank Account Phone Access Number, the IVR System on the other end asks me to enter *2378 to transfer to an attendant. But When I press *2378, Asterisk tells me that it cannot transfer the calls and gives an error on CLI saying Extension '' does not exist in the dial plan. What is the trick to make
2005 May 28
1
Fax and SIP Device
A DID number was dedicated to receive fax, but i have the problem when getting fax call, which call will become a normal phone call and no fax was printed. When fax is detected, the fax extension is executed and dial the extension of the HT486 device (firmware 1.0.5.22). Somehow sending fax out working well. In the mailing lists, i notice some are using HT286 and it work. Could someone share
2010 Dec 22
0
CDR on MySQL
What would it do if you exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DEADAGI(get-unqiueid.php) I have not tried it but in theory it should write the first CDR and then kill the write of the second NO ANSWER CDR. Let me know if it works for you as I may need to do it on some of my h exten code as well. Bryant ---------------------------------------- From:
2004 Oct 05
1
difference between dtmf digit 8 and 9
Hello, this is an example extensions.conf. [default] exten => 500,1,Answer exten => 8,1,SetGlobalVar(firstdigit=8) exten => 8,2,Goto(process,s,1) exten => 9,1,SetGlobalVar(firstdigit=9) exten => 9,2,Goto(process,s,1) I call extension 500 and send dtmf digit 9. This is printed to the CLI: -- Executing Answer("Zap/20-1", "") in new stack -- Accepting
2004 Jan 02
1
Asterisk Gotoif / last called
Hi guys Ive been trying to get this to work for ages now, basicaly im trying to do if ${woteva} = "" (nothing), or its none existenant then do label 1, else label 2. for my last called function, so it will play a different message if theres no last call in the system or it was anonymous. ive tried exten => 1000,1,GotoIf($[${last-call${CALLERIDNUM}} = ""]?4:5) and heaps of
2006 Mar 07
1
Setting Vaaibles
Helo List, First I would like to apologize for my bad spelling as well as that I did not search the wiki first. I only have email access at the moment. I am having trouble setting both variables and global variables thru an extension. I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4 with an Xlite softphone. I have two xlite phones on diffent computers. One logs in as xlite1 and the other as
2007 Feb 09
1
Outbound Call Transfer Problem
Hi I am using Asterisk 1.2 and for the life of me, I am unable to transfer outbound calls (eg calls I initiate from sip extensions). When I press #, nothing happens. Inbound calls transfer fine, but only once per call. The problem happens: - With both software and hardware phones. - With calls going out through the ZAP channel and to internal SIP extensions. - After I have transferred an
2007 Dec 14
2
Stange pause between extensions commands.
Hello, i have a simple but annoying problem. I have the following entry in /etc/asterisk/externsions.conf file: ---<Cut Here>--- exten => 10100,1,Wait(4) exten => 10100,2,Playback(transfer,noanswer) exten => 10100,3,Dial(${PHONE30},30,t) exten => 10100,4,Background(extension) exten => 10100,5,Background(is-curntly-unavail) exten => 10100,6,Voicemail(9999) exten =>
2006 May 22
1
behaviour depending on count of used lines
Hi there, I want to set up an extension set that acts different depending on the count of used lines. I have a EuroISDN E1 board with mISDN and I only want to offer 10 lines. Therefore I set up a global variables LINES in the general section of extensions.conf and instantiate it with 0. I a call is incoming I check the LINES variable wether is 10 or more. If so I make a call transfer. If not