search for: dial

Displaying 20 results from an estimated 14466 matches for "dial".

Did you mean: deal
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...
2008 Nov 06
0
Asterisk trunking
...the calls to Asterisk server number 2 (I will call it BB), which then terminate on phone handsets. The trouble is, that I probably didn't do a proper routing, when I was trying out parked calls with key #, the phone which is connected to BB was constantly trying to connect to AA. Here is the Dialplan configuration: Asterisk server number one (AA) All outgoing calls need a 5555 prefix in front of the number [buster] ; btc trunk exten => _9.,1,DIAL(SIP/btctrunk/${EXTEN}) exten => _9.,n,Hangup() ; soft ; caller-id SOFT ;exten => _X.,1,Set(CALLERID(num)=015555${CALLERID(num)}) exte...
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
When I set up my Asterisk box at home I didn't want to have to dial 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 whe...
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}...
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...
2005 Jul 31
1
Questions on Asterisk and CallerID
...xten => s,3,Playback(greetings) exten => s,4,WaitExten ; used to record prompts exten => 205,1,Wait(2) exten => 205,2,Record(/tmp/greetings:alaw) exten => 205,3,Wait(2) exten => 205,4,Playback(/tmp/greetings) exten => 205,5,Wait(2) exten => 205,6,Hangup exten => 111,1,Dial(CONSOLE/dsp) exten => 111,2,Hangup exten => 100,1,Answer exten => 100,2,MusicOnHold() exten => 100,4,Hangup exten => 200,1,VoicemailMain exten => 300,1,Dial(Zap/2) exten => 400,1,Voicemail(99999) exten => 800,1,MeetMe(100|Mp) exten => 800,2,Hangup exten =>...
2003 Jun 11
3
Dialing out through a Hardware PBX
<DIV><FONT face=Arial size=2>hello All,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV> <DIV><FONT face=Arial size=2>our Asterisk pbx is sitting behind a normal analog hardware pbx, we have to dial 9</FONT></DIV> <DIV><FONT face=Arial size=2>to take 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 exte...
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 => l...
2005 Aug 02
0
Few questions about Asterisk
...xten => s,3,Playback(greetings) exten => s,4,WaitExten ; used to record prompts exten => 205,1,Wait(2) exten => 205,2,Record(/tmp/greetings:alaw) exten => 205,3,Wait(2) exten => 205,4,Playback(/tmp/greetings) exten => 205,5,Wait(2) exten => 205,6,Hangup exten => 111,1,Dial(CONSOLE/dsp) exten => 111,2,Hangup exten => 100,1,Answer exten => 100,2,MusicOnHold() exten => 100,4,Hangup exten => 200,1,VoicemailMain exten => 300,1,Dial(Zap/2) exten => 400,1,Voicemail(99999) exten => 800,1,MeetMe(100|Mp) exten => 800,2,Hangup exten =>...
2008 Oct 08
1
Update (IAX Trunking Help)
...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 peercontext=vvfarm-extensions qualify=yes trunk=yes Extensions.conf on the same server [iax-incoming] exten => _###,1,Dial(SIP/17${EXTEN}-1,20) [remote-extensions] exten => _1XXXX,1,Dial(SIP/17${EXTEN}-1,20) exten => _1XXXX,n,Voicemail(${EXTEN:0:3}|su) exten => _1XXXX,n,Dial(SIP/${EXTEN}-1) exten => _11XXX,1,Dial(iax2/vvfarm/${EXTEN:2}-1,20) Iax.conf on server B [general] bindport = 4569 bindaddr = 0....
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...
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...
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"...
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,...
2015 Apr 09
0
dial out with channel variable; sub-string usage
On Wed, 08 Apr 2015 16:10:30 -0700 thufir <hawat.thufir at gmail.com> wrote: > 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 =&gt...
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 too. But what about the other 19 countries how do I filter out cell phone calls ? Are calls to canadian mobile phones als...
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 a...