Displaying 20 results from an estimated 14468 matches for "dialing".
Did you mean:
dealing
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
2008 Nov 06
0
Asterisk trunking
Hello !
I am experiencing some problems with Asterisk trunking, this is the scenario:
There are 3 servers, a DID server provider (VOIP provider) which
delegates us a bunch of DID numbers to our asterisk server number one
(I will call it AA), from which I route the calls to Asterisk server
number 2 (I will call it BB), which then terminate on phone handsets.
The trouble is, that I probably
2004 Apr 01
5
Zap Channels Hang
...couldn't restart/reload
asterisk from the CLI. I have to kill the asterisk process and run
safe_asterisk again. any ideas?
asterisk*CLI> show channels
Channel (Context Extension Pri ) State Appl. Data
Zap/31-1 (default 9388 1 ) Dialing
AppDial (Outgoing Line)
SIP/1024-1330 (network 968290897 2 ) Ring
Dial Zap/g2/68290897
Zap/30-1 (default s 1 ) Dialing
AppDial (Outgoing Line)
SIP/1004-bca1 (network 993841544 2 ) Ring
Dial Zap/g2/93841544...
2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management
is breathing down my neck pretty bad, and I am running out of ideas.
I have a single queue for my tech support department. I originally was
using the AgentCallbackLogin for them and it tested out great on our
testing weekends, but it hasn't worked out since. It would only let one
of them take calls at a time, no matter
2009 Jan 08
6
Not Dialing 9
...to dial off premises, so I gave all my local phones three digit
extensions with this format: 1[1,0]*. My thought is that there are no
area codes that start with 0 or 1, so if I use those numbers, I can
create 20 local extensions that can be dialed with 3 digits, and not
have to use a timeout when dialing long distance. If I dial 1, then
anything other than 0 or 1, Asterisk knows I am dialing long distance.
If I start with any number other than 1, Asterisk knows I am dialing
a local or local toll call.
This has worked fine for me (as far as I know). Is there some flaw I
am not seeing? I see a l...
2015 Apr 08
2
dial out with channel variable; sub-string usage
I want to do something like:
exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _011.,1,Dial(Dial({TOLL}/${EXTEN})
exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten =>
2007 Feb 10
3
Dial out from AGI
I'm writing an AGI script and want it to dial a number on a channel
connected to the PSTN. It would look something like this (pseudo-code
follows):
if ($a){
dial("8005551212");
}else{
dial("8665550000");
}
The part I can't seem to get right is the "dial" function. I tried to
mimic the dial plan like so
sub dial($number){
print
2005 Jul 31
1
Questions on Asterisk and CallerID
Hello,
I have few questions about Asterisk.
I installed Asterisk from CVS on FreeBSD and I made cvsup 2 days ago.
1.I couldn't find Asterisk version using "asterisk -V" command.
How can I to find version information?
2.I am using Wildcard X101P (FXO) and Wildcard TDM400P REV E/F (FXS)on
it.
I tried Asterisk CallerID feature, but unable to get it.
I tried callerid signaling V23,
2003 Jun 11
3
Dialing out through a Hardware PBX
...an outside call through the hardware pbx, our fxo interface is also connected</FONT></DIV>
<DIV><FONT face=Arial size=2>to one of the extensions of it. we can make calls to internal hardware pbx extensions </FONT></DIV>
<DIV><FONT face=Arial size=2>by dialing through the fxo interface using Dial function, for ex. Dial(Zap/g3/599|20|t) </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>but we also want make calls to outside by first dialing 9, and then dialing th...
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
2005 Aug 02
0
Few questions about Asterisk
Hello,
I have few questions about Asterisk.
I installed Asterisk from CVS on FreeBSD and I made cvsup 2 days ago.
1.I couldn't find Asterisk version using "asterisk -V" command.
How can I to find version information?
2.I am using Wildcard X101P (FXO) and Wildcard TDM400P REV E/F (FXS)on
it.
I tried Asterisk CallerID feature, but unable to get it.
I tried callerid signaling V23,
2008 Oct 08
1
Update (IAX Trunking Help)
I posted earlier in the day about needed help with IAX trunking. I did some
more reading and made some more changes.
Here is what I have thus far:
Iax.conf on one server
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
[vvfarm]
type=friend
username=colo
secret=testpassword
auth=plaintext
host=64.194.211.170
context=iax-incoming
2005 Mar 28
2
problem with 1 dialing (recording says must dial 1 when I thought I did)
TRUNKMSD1=1 ; MSD digits to strip
(usually 1 or 0)
TRUNKMSD2=2 ; MSD digits to strip
(usually 1 or 0)
; logn distance calls
exten => _91NXXNXXXXXX,1,NoOp("Dialing: "${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,3,Congestion
When I dial a long distance number (916503270309 for example) I get the
message (I think from SBC) saying I must first dial a 1. Other times,
it works, l...
2005 Sep 27
2
Sipura 2000 Dial Plan
Anybody ever run into a case where the Sipura Dial Plan will not work with
the S0 option to immediately connect?
My Dial plan reads
(*xx|[3469]11S0|0|00|[2-9]xxxxxxS0|1xxx[2-9]xxxxxxS0)
and I can dial ONLY then numbers in the dial plan so I know that it works.
For some reason when I dial 5551212 1212121212
It does not dial for a while and then it dials 555 1212
Anyone have any ideas?
2005 Mar 17
3
extension.conf dialplan
hi
any one tell me how to make a dialplan
my extensions.conf
exten => _40XXXXXXXXXXXX,1,Dial(OH323/${EXTEN})
i want to dial to 40XXXXXXXXXXXX number.
XXXXXXXXXXXX could be any number like 923335224005 or
92512213248
at the moment when i am trying to dial 40923335224005
asterisk is dialing
Executing Dial("OH323/R11429", "OH323/40923335224005")
but i want him to dial
Executing Dial("OH323/R11429", "OH323/923335224005")
Kamran Ahmad
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced sear...
2003 Apr 21
4
netmeeting dial
HI, I'm using netmeeting to connect to an asterisk server and dial out.
my extension looks like this
exten => s,1,Dial,Zap/1/
Unfortunatelly the number that I have dialed in Netmeeting is lost ;-(
If I hardcode the number on the line above, like ...
exten => s,1,Dial,Zap/1/6642794
... everything works fine
What am I missing?
2016 Nov 08
2
What could be stopping "Disconnect Call" feature from working (set in features.txt)
Asterisk 14.1
Here's a bit of test dialplan, which works as expected and simulates
exactly what I'm doing at the top of my large dialplan...
[dial-pre-test]
exten => s,1,NoOp()
same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes)
same => n,Set(LIMIT_WARNING_FILE=time_limit_reached)
same => n,Dial(Local/s at dial-test,3,L(3540000:60000))
same => n,Hangup()
[dial-test]
2015 Apr 09
0
dial out with channel variable; sub-string usage
...One suggestion... those 8 lines are redundant. The first 4 let you
dial out without the 9 in front, and the last 4 need you to dial 9 to
get out. You should probably decide which way you want to do it, and
use only 4 of the lines instead of 8. Keep it simple. Also, if you
don't use 7-digit dialing in your area, you can drop the second line
(_Nxxxxxx) and only have 3.
Mind you, even if your local area supports 7-digit dialing, I'm
guessing babytel doesn't, so it wouldn't even work like that. You
would have to add your area code (or 1 and your area code) after the
slash between...
2005 Mar 23
1
prevent non-free calls
Dear Asterisk-Users,
does anyone know how to prevent non-free calls to Broadvoice Unlimited
World ?
This first thing I did is I accept only that coutry prefixes (in
extensions.conf) that are in the Unlimited World dialplan.
I was also able to filter out german cell phones (cause they begin with
1 and no landline is beginning with 1). US is also no problem as cell
phone calls are unlimited
2005 Feb 01
3
Zap channel occasionally misses dialing the first digit
....I THINK. When dialing 1+10 digits, I occasionally get a telco
message "You must first dial a 1....". When I look at the console, the
number is being sent to the ZAP channel properly. We're talking about a
couple of POTS lines on a TDM400P.
I'm thinking that it may be starting the dial too early afte...