similar to: (no subject)

Displaying 20 results from an estimated 50000 matches similar to: "(no subject)"

2004 Nov 22
2
edirecting calls with Asterisk
Hello, I am trying a couple of days before to set up asterisk to redirects an incoming call if the extension dialed is busy without success. I just try to use 'Gotoif' command, with bad luck, it can't do what i want. Anybody could helpme? ani clue will be appreciated. Regards. Ismael.
2003 May 16
6
Extensions.conf sugestion?
we are in process of writing a PHP interface for * conf files. we are parsing the files like INI files but the only prob I have so far is that separate extensions in a context dont have any unique tag that I can capture. This works ok [trunkld] ; ; Long distance context accessed through trunk ; exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:1}) exten => _91NXXNXXXXXX,2,Congestion
2004 May 26
3
bug or feature?
I've noticed that when i pass a wait in an exten => that it doesn't allow for dtmf tone input. Also on another note i've noticed that when using gotoif it will also cut the dtmf tones and drop the first part if the gotoif is hit in the middle of input. Anybody else seen this or have this problem?
2003 Dec 14
1
Error loading modem driver
When I attempt to start asterisk with my modem setup listed it will not start attached are the error messages i get and also the modem.conf that i am currently using. Any assistance would be greatly appreciated. running CVS ver 12/7/03, modified only to allow the RxFax and TxFax to compile and run with it (from http://www.opencall.org) just e-mail me privately if you need more info Thanks in
2004 Jan 21
1
Reorder tone ...when it should be Busy...
I've noticed I have an issue with my Dialplan ... apparently instead of a busy signal when the caller is busy it falls through and gets a Congestion... What's the proper syntax for this, reorder tone when there is a reorder and busy when there is a busy... SBC is a T1/PRI. [macro-sbc-outdial] exten => s,1,Dial(${ARG1}/${ARG2}) exten => s,2,Congestion exten =>
2005 Feb 24
2
Delay after entering digits with IVR
I have a [start] context that all my inbound and '0' calls are routed into. Because of the way I want to set my system up, I want to prompt the user to enter a 1 if they know the extension, or a 2 for a directory and nothing else. It works, however there is a 5 to 10 second delay after enter the 1 or 2 before the system responds. I have read over the wiki on how asterisk handles digit
2003 Apr 01
7
Line is stuck off hook...
Greetings, I am running Asterisk with a T100P and a Zhone channel bank for over a month now. For the most part it works fine but from time to time (about once a week) the system will not let go of a line and will play the greeting over and over. Anyone calling gets a busy signal. If I reset Asterisk everything works fine. Has anyone seen this problem before and fixed it? If so what did you do?
2004 Aug 17
6
dialplan woes
I am making some changes to the dial plan at the request of the company president and have run into some problems. I have a couple of layers of menu's and I am not sure how to handle them. Here is how it should work (sorry for the crappy diagram) main menu --------Dial 1 for support | Dial 2 for special | Dial 3 sales
2004 Jun 28
2
Would this work?
I am trying to implement a rollover of extensions. exten => 3000,1,GotoIf($[${line1} = Congestion]?3:2) exten => 3000,2,Dial(${line1},15,rt) exten => 3000,3,GotoIf($[${line2} = Congestion]?5:4) exten => 3000,4,Dial(${line2},15,rt) exten => 3000,5,GotoIf($[${line3} = Congestion]?7:6) exten => 3000,6,Dial(${line3},15,rt) exten => 3000,7,GotoIf($[${line4} = Congestion]?1:8)
2004 Feb 03
2
Dialling Hook Flash on Zaptel
Hi, I'm trying to get my X100P to Dial the following sequence to gain access to speed dial numbers on my Norstar PBX that the X100 is connected to... [FLASH] [*] [0] [22] (where 22 is the speed dial number) But so far I've had no luck, with the following extension:- exten => 922,1,Flash(${DIALOUTANALOG}) exten => 922,2,Dial(${DIALOUTANALOG}/*022) exten => 922,3,Congestion
2004 Dec 11
5
does aanyone have an example of how to dial outwith a sip phone on a pstn line?
Charles S. Antrim wrote: > I am using a card that has an fxo and fxs module. I am no where near an expert but I have my sip phone working through my pstn line and this is my config. /etc/asterisk/sip.conf [general] port = 5060 bindaddr = 192.168.69.1 context = sip disallow = gsm allow = alaw disallow = ulaw nat=disable srvlookup=no localnet=192.168.69.0/255.255.255.0 subscribecontext =
2004 Oct 04
5
CallerID Question
Hi, I have a weird situation where I have a noop command putting the callerid of the caller on my asterisk console so I know who is calling as a test, but it is putting the callerid of my extension in instead of the callerid of the incoming line. My /etc/asterisk/zapata.conf is [channels] context=default ;switchtype=national usecallerid=yes cidsignalling=v23 cidstart=polarity hidecallerid=no
2010 Dec 29
2
GotoIf CALLERID(num)
I'm testing GotoIf($["${CALLERID(num) but I'm missing something as it is not working: [office-open] exten => s,1,Wait(1) exten => s,2,Answer() ; for Caller ID is 471-5665, always signal congestion: exten => s,3,GotoIf($["${CALLERID(num)}" = "4715665"]?4:6) exten => s,4,Playtones(congestion) exten => s,5,Congestion(5) exten =>
2010 Apr 29
1
Issue with (pattern) matching extension
Here's a segment of my dialplan, I'm working on the freenum/ISN functionality: same => n,Set(isnresult=${ENUMLOOKUP(${EXTEN},sip,,1,freenum.org)}) same => n,GotoIf($["${isnresult}" != ""]?:fn-CONGESTION,1) ; set up our outgoing call state same => n,Set(SIPFROMUSER=${CALLERID(num)}) same => n,GotoIf($["${GLOBAL(FREENUMDOMAIN)}" ==
2003 Nov 27
6
Help for oh323
Hi Friends, Hope you would help me out here, I have searched the asterisk user list for hours and also read the readme and test files that comes with the driver. I need a very simple scenario. I have SIP clients and want to use oh323 to dial out to PSTN using a h323 gateway. a)If I set the extention.conf like this: exten => _87.,1,Dial(OH323/16.52.153.206) oh323 dials out (I can ring a
2003 Sep 02
4
extensions.conf issue
2003 Oct 23
1
agi script forcing asterisk reload
Hi. I am using #include to include a file in extensions.conf. I have an agi perl script which modifies the #included file and then forces an asterisk reload with 'system("asterisk -rx reload")'; After the reload I use set_context, set_extension and set_priority to tell asterisk where I want it to carry on from which is line 2 of the following. exten => *80,1,AGI(bla.pl,
2005 Mar 08
2
GotoIf with Authenticate
Quick question...Im authenticate all exten except this one(2006). If I call from ext 2006 I still have to authenticate. If I call form any other ext I have to authenticate. Any suggestions? Thanks extex => s,1,GotoIf($[${EXTEN} = "2006"]?3) exten => s,2,Authenticate(731) exten => s,3,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4) exten =>
2003 Nov 06
2
Dialing an outside number -- QUESTION --
Hello-- I'd like to do a little processing on external phone numbers from within the asterisk pbx. Fairly simple stuff, but... devilishly hard to make it work so far! 1. I'd like to dial 9 to get an outside line. 2. If the number dialed after the 9 is 754XXXX, I'd like it to go thru unmodified. It's the only local number available here. 3. I'd like all 1 XXX XXX XXXX numbers
2003 Aug 08
5
list proposal
With the increased traffic as of late, I'm wondering if it is time to split the list again. Specifically I am wondering if it should be split along the various VoIP protocols and zap hardware, then leave a general list that does configuration other than VoIP related? The hope is that those asking SIP or H323 questions could get help from the various supporters while the main list can deal