similar to: Dialplan step that I do not have

Displaying 20 results from an estimated 600 matches similar to: "Dialplan step that I do not have"

2008 Nov 03
0
busylevel question
I am running asterisk 1.6.0.1. I have a Grandstream GXP280 phone I use for testing. In addition I register a zoiper SIP soft phone. For the Grandstream I have busylevel=1 in sip.conf. If I place a call from the GXP280 to zoiper and then put that call on hold from the zoiper side and then call GXP280's extension, asterisk indicates the phone is ringing. As the GXP280 is a single line phone it
2008 Nov 06
0
Asking again about busylevel
I sent this email a few days ago but did not see any responses to it: > I am running asterisk 1.6.0.1. I have a Grandstream GXP280 phone I use for > testing. In addition I register a zoiper SIP soft phone. > > For the Grandstream I have busylevel=1 in sip.conf. > > If I place a call from the GXP280 to zoiper and then put that call on hold > from the zoiper side and then
2001 Mar 01
2
Individual rename of list items
I am confused by the logic of renaming: # Rename individual list items? Empl<-list(employee="Anna",spouse="Fred") names(Empl)<-c("empl","spo") names(Empl) #[1] "empl" "spo" # worked like a charm... but names(Empl[1])<-"newempl" # no error message, yet .... names(Empl) #[1] "empl" "spo" #
1999 Dec 04
0
Inconsistent messages with [[ list indexing (PR#359)
R 0.90.0: > Empl <- list(aa=1, b=2, c=3) > Empl[[as.numeric(NA)]] Error in Empl[[as.numeric(NA)]] : subscript out of bounds > Empl[[as.integer(NA)]] Error: attempt to select more than one element > Empl[[as.logical(NA)]] Error: attempt to select more than one element Now, (a) None of those messages is appropriate. (b) At least the first two should be the same. (c) S gives NULL
2007 Feb 26
3
Playback uses channel's language, background doesn't
I have the following in the dialplan: [macro-systemrecording] exten => s,1,Goto(${ARG1},1) exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav) exten => dorecord,n,Wait(1) exten => dorecord,n,Goto(confmenu,1) exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording) exten => docheck,n,Wait(1) exten => docheck,n,Goto(confmenu,1) exten =>
2016 Sep 26
0
Recursive dir.create() on Windows shares
On 26/09/2016 5:27 PM, Evan Cortens wrote: > Hi folks, > > I've noticed that there's an issue with the recursive creation of > directories that reside on network shares. For example: > >> > dir.create('\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest', > recursive = TRUE) > Warning message: > In >
2007 Jun 09
2
No sound, problem is not a NAT
HI, my problem is with internal sounds of asterisk. for example when calling voicemail, no system recordings are being played back. However, when running asterisk in a debug mode, i see the call coming through to the system and the system playing back the wav files promptly. However, no sound comes through. I have verified that the sounds are in the correct location and that asterisk:asterisk has
2016 Sep 26
2
Recursive dir.create() on Windows shares
Hi folks, I've noticed that there's an issue with the recursive creation of directories that reside on network shares. For example: > dir.create('\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest', recursive = TRUE) Warning message: In dir.create("\\\\SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest", : cannot create dir
2007 Apr 17
1
internal sounds of asterisk / freePBX
Sorry but i can't register in the freepbx forum, so this is my solutons for resolve my trouble. HI, my problem is with internal sounds of asterisk. for example when calling voicemail, no system recordings are being played back. However, when running asterisk in a debug mode, i see the call coming through to the system and the system playing back the wav files promptly. However, no sound
2006 Feb 15
1
Bridge Calls with G()
Hi Guys, This article was posted few days back. I thought i can get more info here. I am trying to bridge two outbound calls together. (have a program start a context, dial one party and then bridge another party) I thought that the G() flag in the dial application would work. I tried the the following test (continue down a dial plan). One station calls into a context ... in this case, dials
2015 Oct 09
0
reverse object creation
Dear Bo, Please keep the mailing list in cc. Your function only works properly with a data.frame in which all variables are characters. dput() will preserve the structure of the object and works with all R objects. Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics &
2010 May 10
1
More clarification on outbound sip channels.
Jim, and all: Thanks for the response. If I can repeat what you are saying: you don't have to define the multiple lines in sip.conf? For comparison, with my current esi setup, we have 10 outgoing lines. If one line is busy, then the service just rolls to the next number. This is set up with the phone service. That doesn't have to done with outgoing sip lines? Does the dialstatus
2011 Apr 14
1
Microsoft Lync server and Asterisk access
We have a client that currently has a Microsoft Lync setup. I must admit I know nothing about this setup. What we would like to be able to do is allow the phones on desks connected to this server the ability to dial something that would allow the phone to access an asterisk box to be able to do an agent login over their LAN. Is there any way to do this? Can the Lync server have a SIP trunk to
2009 Feb 11
0
ChanSpy problem
I have an extension defined like this: exten => do_monitor,1,Answer() exten => do_monitor,n,NoOp(Just got '${CfMC_ActionID}') exten => do_monitor,n,ChanSpy(${CfMC_WhoHear},qX) exten => do_monitor,n,Hangup() I use an AMI packet like this: Action: Originate Channel: Agent/1001 Exten: do_monitor Context: cfmc_cdi_private Priority: 1 Variable: CfMC_ActionID=callE1334 Variable:
2009 Feb 04
0
Stopping chanspy
I would like to be able to stop the chanspy application and go to the next step in the dialplan but I do not see a way to do that. I have looked at the code and I do not see a way to stop the chanspy application. Even if there are no channels that match the chanprefix pattern the chanspy application is not exited. Hitting the * key stops spying on a channel but then starts spying on the same
2009 Jun 24
3
dahdi-linux-2.2.0 compile problem
I have an i686 cpu and when compiling from source I get this error: touch /usr/src/dahdi-linux-2.2.0/drivers/dahdi/xpp/init_fxo_modes.verified Building modules, stage 2. MODPOST WARNING: could not find /usr/src/dahdi-linux-2.2.0/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_32. o.cmd for /usr/src/dahdi-linux-2.2.0/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_32.o Anyone else seeing this?
2008 Nov 20
1
Playback using AMI
Is there a way to inject sound from a sound file into an established call using AMI? I have an established call from which I can record either or both legs. I can additionally "spy" on the call. Is there any way I can play a sound file into the call and not loose the ability for the people to continue talking while listening to the sound file? -- Jim Dickenson mailto:dickenson at
2008 Oct 14
1
Help With AMI
I am trying to get updateconfig working. I found an example of updating configuration files here: http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Upd ateConfig When I tried it the conf file was updated but the new entry was not added. action:updateconfig reload:no srcfilename:manager.conf dstfilename:manager.conf Action-000000:append Cat-000000:newuser
2011 Jan 06
2
Benefit of PRI vs SIP trunk calls
Does Asterisk, currently using version 1.4, get any more information about the result of an outbound call made over a PRI line compared to a call via a SIP trunk? As an example, in a PRI call there is this message that shows up on the console: [2011-01-05 14:59:02] -- Channel 23 detected a CED tone from the network. for a call to a fax machine. Does asterisk set anything that a dialplan can
2009 Mar 02
3
How to set PRI line timeout value
I have a PRI line and I am having problems setting the ringtimeout on the dial application to more than 29. If I set ringtimeout to 29 on the dial application call and I do not answer the ringing phone then I correctly get DIALSTATUS set to NOANSWER. If I set ringtimeout to any value over 29 on the dial application call and I do not answer the ringing phone then I go to extension h and have