Displaying 8 results from an estimated 8 matches for "pstn2".
Did you mean:
pstn
2010 Jul 09
2
Re : Re : Re : Communication IAX2 >SIP>IAX2
ok it works i had a problem with a syntax:
i had to wrire:
exten =>_!X.,n(external),Dial(SIP/011212664800450 at pstn2,,S(20))
thanks
________________________________
De : Adil Zaaraoui <adilzeaaraoui at yahoo.fr>
? : Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
Envoy? le : Jeu 8 juillet 2010, 19h 41min 15s
Objet : Re : [asterisk-users] Re : Communic...
2004 Jan 11
2
Forward call with response required to accept
I am looking for a way to Forward to a external or internal number and require a digit(s) in order to complete forward.
Example:
PSTN1 Calls * dials PSTN2
if PSTN2 presses proper digits bridge the PSTN1 and PSTN2
if no response return to a context
Reasons: 2 actually
1. call is forwarded to cell phone but If cell is out of range, turned off, or they don't answer I don't want the calling par...
2004 Jan 12
0
Fw: Forward call with response required to accept
Sorry, If this is a dual post, was having trouble with email.
I am looking for a way to Forward to a external or internal number and require a digit(s) in order to complete forward.
Example:
PSTN1 Calls * dials PSTN2
if PSTN2 presses proper digits bridge the PSTN1 and PSTN2
if no response return to a context
Reasons: 2 actually
1. call is forwarded to cell phone but If cell is out of range, turned off, or they don't answer I don't want the calling par...
2003 Jul 04
3
switch => priority in the dialplan.. (probably an issue for Mark)
Hi,
It seems that the "switch" parameter has a priority in the dialplan that is higher than the wildcard extensions.. This I am finding to be a problem..
My setup..
UA1--[AST1]--{IAX}--[AST2]--UA2
| |
PSTN1 PSTN2
I use switch on AST1 to connect to AST2... As you can see I have PSTN connections on both and also the IAX connection is not permanent..
I have wildcard extensions that define which PSTN line to use when dialing out..
For example I have the following on AST1 in extensions.conf..
[extensions]
sw...
2006 Apr 20
1
SPA-3000 Bug? Dropped calls while registering.
....
I have my Register Expires time cranked up to 86400 (1 day) now - and am hoping I don't see another repeat.
-------------------
There are three SPA-3000s in the system. I looked at some more complicated dialplan layouts, and decided to keep it simple:
exten => s,1,Dial(${PSTN2}/${ARG1},,n)
exten => s,2,Dial(${PSTN3}/${ARG1},,n)
exten => s,3,Dial(${PSTN1}/${ARG1},,n)
exten => s,4,Wait(1)
exten => s,5,Playback(all-circuits-busy-now)
exten => s,6,Congestion()
PSTN1,2,3 are 3 SPA-3000s registered with Asterisk.
This approach relies on the SPA denying a call i...
2006 Mar 06
0
No ring when doing blind transfer.
...'m' variables and I get the same results no ring. I am
using asterisk 1.2.4 with zaptel 1.2.3.
Here are my files:
extensions.conf **********
[general]
#include macros.incl
#include outgoing.incl
#include extensions-home.incl
#include menu.incl
[globals]
OUTBOUNDTRUNK=Zap/g1
PSTN1=Zap/1
PSTN2=Zap/2
PSTN3=Zap/5
PSTN4=Zap/6
PHONE1=Zap/3
PHONE2=Zap/4
***********************
macros.incl ***************
[macro-stdexten]
exten => s,1,Set(DYNAMIC_FEATURES=automon)
exten => s,2,Dial(${ARG2},20,Ttw)
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${ARG1}@defau...
2010 Aug 30
2
help with dialplan
...ENCY_NUM=6789542133
[from-pstn]
exten => s,1,Set(FROM_DID="6780000000)
exten => s,n,NoOp(id is ${FROM_DID})
exten => s,n,Goto(incoming1,s,1)
[from-pstn1]
exten => s,1,Set(FROM_DID="6780000000)
exten => s,n,NoOp(id is ${FROM_DID})
exten => s,n,Goto(incoming1,s,1)
[from-pstn2]
exten => s,1,Set(FROM_DID="6780000000)
exten => s,n,NoOp(id is ${FROM_DID})
exten => s,n,Goto(incoming1,s,1)
[from-pstn3]
exten => s,1,Set(FROM_DID="6780000000)
exten => s,n,NoOp(id is ${FROM_DID})
exten => s,n,Goto(incoming1,s,1)
[from-pstn4]
exten => s,1,Set(FROM...
2008 Feb 10
2
Still dropped calls :(
....205^M
CSeq: 15 NOTIFY^M User-Agent: MY PBX^M Allow: INVITE, ACK, CANCEL, OPTIONS,
BYE, REFER, SUBSCRIBE, NOTIFY^M Supported: replaces^M Content-Length: 0^M ^M
Feb 9 09:01:26 192.168.4.205
*********** ASTERISK LOG ***********
[Feb 9 09:00:53] VERBOSE[2279] logger.c: -- Executing [1261 at pstn2:1]
Dial("SIP/dep2_1221-082035f8", "ZAP/4/1261|30|tT") in new stack
[Feb 9 09:00:53] DEBUG[2279] chan_zap.c: Dialing '1261'
[Feb 9 09:00:53] DEBUG[2279] chan_zap.c: Deferring dialing...
[Feb 9 09:00:53] VERBOSE[2279] logger.c: -- Called 4/1261
[Feb 9 09:00:55] DEB...