similar to: passing "*" into a dial plan

Displaying 20 results from an estimated 30000 matches similar to: "passing "*" into a dial plan"

2005 Jan 03
0
SPA-3000 as FXO Gateway for * (Was: Qs aboutFXO/FXS cards)
Voxilla.com has a great config wizard for the SPA-3000 and * http://voxilla.com/spa3kasterisk.php I took the output from this wizard and dumped it on my test box with an SPA 3000 (with some mods to match my * contexts) and everything worked great. Calls from the PSTN to the spa3000 are routed to dialplan #8 on the spa3000, which dials * Both the FXO and FXS port register with * The SPA3000 is
2005 Jan 03
0
SPA-3000 as FXO Gateway for * (Was: Qs about FXO/FXS cards)
Thanks Rich, I have an SPA-3000 laying around, so I will attempt to set it up in a little more conventional manner (although your method looks like a winner for a home test PBX). Would you mind posting or PM your current config to me, maybe screenshots if you PM. If I start with that it will take less time to get to the point where the SPA-3000 is a true FXO-FXS gateway for *. I will be happy to
2010 Feb 15
2
insecure=invite - not working for different dial plan
I'm using "insecure=invite" with two different dial plans, it it working with one dial plan but not with the other. What other parameters could influence "insecure=invite" In sip.conf below "insecure=invite" is working OK [pstn-1270] type=friend secret=spa3k username=voice-1270 mailbox=369 host=dynamic insecure=invite canreinvite=no disallow=all allow=ulaw
2006 Jan 27
2
Spa3k and ISDN
Hello all, I have an ISDN termination box (TR1) that converts ISDN(Bri) to 2 normal analogue lines. The same number is assigned to these lines. These lines are connected to 2 spa3k registered to my asterisk box. When calls arrive, TR1 try to pass call to the first spa. If spa not takes the call immediately then try to pass to the other spa. The only configuration I found works is to put the
2005 May 16
1
Dial plan - does not stop after first match
My dial plan seems to work great - in that when I call extensions 1234 it connects to 1234. Strangely, after the call terminates (the other side hangs up first), Asterisk continues in the same context and then matches to extensions _. which causes an invalid extension error! Why does asterisk not leave the context (called internalmenu) after the remote hangup? Instead, it continues to the
2007 Jan 06
0
Hint and call-limit issue
Hello, I have a Sipura SPA-3000 connected to my PSTN line and forwarding calls to my Asterisk box. It is a SIP peer "pstn-spa3k". I have setup "call-limit=1" in the peer config. When a call comes into Asterisk I get the correct "inuse" values but the hint isn't updated: sprite*CLI> sip show inuse * User name In use Limit * Peer name
2005 Mar 19
1
DISA -> macro = congestion
When I use DISA I get congestion when I try to reach 1-800-number: Here is the context: [disa] exten => 087,1,Answer exten => 087,2,DigitTimeout,8 exten => 087,3,ResponseTimeout,20 exten => 087,4,Authenticate(985) exten => 087,5,DISA(951|disa-access) [disa-access] include => tollfree include => outgoing-voipjet [tollfree] ; ; terminate toll-free no.'s via fwdnet ; US
2005 Oct 03
4
SPA-3000 generating one-ring calls
This is a wierd one. Can't figure it out. I have an SPA-3000 at the house handling my incoming line. It's setup to direct the incoming call to asterisk. Works great 99% of the time. A few times a day, I'm getting calls that ring once internally and are then hungup. I managed to get a detailed log [1] of what's happening today and it looks to me that the SPA is acting wierd.
2005 Sep 14
4
Echo on SPA-3000 FXO
I've had an spa3k in service here at the house for a while now. After some initial wrangling, it's been working okay. I've had to reboot it a couple times and have noticed something rather annoying though. My setup is pretty simple and, dare I say, common. I have the SPA-3000 "inline" between my incoming POTS line and the internal house phone. It's setup to deliver
2003 Nov 12
3
Dial Plan Sequencing
I have an interesting dilemma with sequencing in the dialplan. Up to now, I have assumed that the extensions in the dial plan were tested in the order that they appear in extensions.conf. In other words, I have the following fragment which was designed to dial toll free on the PSTN and all other long distance on VoIP: [longdistance] include => local
2004 Dec 16
0
SPA-3000 - Stop Message Waiting Indication
Hi, I have my Sipura SPA-3000 setup with Asterisk as follows: [spa3k_line1] type=friend context=home secret=PASSWORD host=dynamic dtmfmode=rfc2833 dissallow=all allow=ulaw When an incoming call comes in, I have a Zap interface in Asterisk which just does a Wait,15 then answers with voicemail. The SPA-3000 detects the PSTN call and makes Line 1 ring - so I can answer the phone if
2004 Jun 27
1
Why? oh why can't I dial out?
I have been struggling with my Asterisk setup for 3 days now and I think I have done well...apart from the small detail that I cannot dial out on my phone (PSTN) line. My setup is: Suse Linux 9.0 1 fxo card connected to a BT(UK) line 1 Cisco ATA186 sip v3.0 with two analogue phones attached to it Asterix CVS-HEAD-05/30/04-06:56:31 with the UK Userid patch applied. Asterisk loads without any
2005 Aug 22
0
SPA3000 dial plan?
Hey, all... If this is too off-topic, I'd be grateful for directions to a more appropriate mailing list. I'm trying to set up Asterisk and some Sipura boxes. I've got an SPA-3000 which is registering twice with Asterisk - once for its FXS/Line1/VoIP1 and once for its FXO/PSTN/VoIP2. My eventual goal is to have inbound calls on its FXO ring four times on its FXS and then fail over to
2005 Mar 23
2
*-1.0.7 DTFM => Not working
My DTFM is not working in current CVS-stable *-1.0.6 and *-1.0.7 but it works in version 1.0.5 (was working with 1.0.3). I'm using SPA-3000 and dtmfmode=inband -- #Joseph
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
My SIP phones can dial out through Sipura SPA3k to POTS for local and 911 calls _but_ incoming POTS calls are being swallowup somehow. Am I on the right track with the code snippit below? sip.conf: --------- In sip.conf the following code is _supposed_ to ring the SIP phones when a POTS line call comes in through Sipuara to Asterisk. [spa3k-pstn-in] ; Pots-line-in from Sipura ; If
2005 Jul 31
0
Sipura support down the tubes
I had a problem in the past with a SPA-3000 acting funny that Sipura helped me with by telling me how to factory reset it. They responded in less than a day to my email request and the unit has worked fine since. I've had similar turn around on requests related to a batch of SPA-841 phones. They were all handled by real people who appeared very knowledgeable on the products. This appears
2004 Sep 18
1
13 sec. delay what is causing it?
I've setup SPA-3000 and when the calls come through my phone is rining almost instantly but the [demo] doesn't answer till after about 13 seconds. So I have about 13 seconds delay and I don't know what setting is causing it; here is a part of my settings from extension.conf. [from_pstn] exten => 1000,1,Goto(demo,s,1) [demo] exten => s,1,Answer ; Answer the
2005 Sep 08
0
How to cascade dial status back through IAX
On machine A I have something like the following in extensions.conf: [iax-extensions] exten => _9.,1,Dial(IAX2/machineB/${EXTEN:1}@mycontext) exten => _9.,2,NoOp(DIALSTATUS=${DIALSTATUS}) exten => _9.,3,Hangup On machineB I have something like this: [mycontext] exten => 2002,1,Dial(SIP/2002,60) exten => 2002,2,NoOp(DIALSTATUS=${DIALSTATUS}) exten => 2002,3,Hangup If I use a
2005 Jul 20
0
Sipura 3000 x special dialling pattern (pin code)
I need to place a call using a "pin code". To access an external line, the host PBX (a Ericsson MD-110) will require that I dial *72*pincode#phone_number to complete any (trunk) call. When I send the number, my Sipura 3000 will reject the call with "Forbidden - wrong password on authentication for INVITE" (see below). All other calls sent to the Sipura box without the
2004 Dec 14
2
Dial Plan Problems
Hi, I am having a few dial plan problems which I wondered if anyone would be able to help with. Firstly, I wanted to send 0800 calls through 1 sip provider and other 08xx calls through another. I have this: exten => _0800.,1,Dial(SIP/${EXTEN}@provider1,30) exten => _0800.,2,Congestion exten => _08.,1,Dial(SIP/${EXTEN}@provider2,30) exten => _08.,2,Congestion However,