similar to: about AGI command parsing

Displaying 20 results from an estimated 1000 matches similar to: "about AGI command parsing"

2005 Jan 10
0
AGI EXEC trouble
Hi, I have a big problem with EXEC in AGI scripts: I do, for example, "EXEC Dial SIP/phone1", Asterisk says -- AGI Script Executing Application: (dial) Options: (sip/phone1) Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host: phone1 Jan 10 14:33:20 NOTICE[10567]: app_dial.c:743 dial_exec: Unable to create channel of type 'sip' I do "EXEC
2005 Jan 17
0
AGI / Sockets
Hi, what happens if the dialplan contains something like exten => s,1,AGI(agi://10.0.0.1) exten => s,2,Dial(SIP/phone1|20|tr) etc. - if 10.0.0.1 isn't reachable or doesn't react on the connection? In my test cases, I always got a hangup and no further processing of the dialplan. Any hints? ( the call mustn't go into Nirvana if the AGI server isn't available!) Thanks
2005 Jan 07
4
Monitoring
Hi, I have some trouble with the Monitor() application. I start and stop it via the management interface, giving no special parameters except the channel name. What happens is: - if I specify WAV as the format, the resulting files are exactly 44 bytes big and contain nothing at all - if I specify GSM as the format, the resulting files are of size 0. I did not request mixing of the files or
2005 Jan 13
0
current CVS version
I can't build it, errors: chan_zap.c:61: #error "You need newer libpri" chan_zap.c: In function `zt_call': chan_zap.c:1806: warning: implicit declaration of function `pri_sr_set_redirecting' chan_zap.c: In function `pri_dchannel': chan_zap.c:7776: structure has no member named `redirectingreason' chan_zap.c:7778: structure has no member named `redirectingreason'
2005 Mar 22
5
Setting MWI on legacy PBX
Before I go and try to write something myself, I'm curious if anyone has a script that they're using for setting and clearing the MWI on a legacy PBX. I need to pick up a Zap channel and dial #63XXX to set the MWI, or #64XXX to clear it, where XXX is the extension number. One complication is that I've got a couple dozen extensions to handle the MWI for, and only four channels to work
2005 Jan 14
2
Realtime / sip.conf
I am currently in the process of testing out realtime support for sip.conf. I have followed all of the directions that are listed in the Wiki, but for some reason this does not work. When utilizing a flat file, I am able to register endpoints without any problems, and calls can proceed. One interesting side effect that I have noticed is that when I am using realtime for sip, I am unable to see
2005 Feb 08
12
SRV lookups
Hi everyone, I have a question concerning DNS SRV lookups. The situation is like this: - one central Asterisk server - many domains with SRV records, let's say we have bar.com and doe.com Now the question is: if the SRV lookup is done for foo@bar.com the call is mapped to foo@myasterisk.mydomain.net. Is that correct? If so, I have a problem: if somebody calls foo@bar.com, Asterisk
2005 Jan 15
2
No more loading asterisk...
Hey, whenever I try to load, I get these errors Jan 15 16:37:24 ERROR[7573]: chan_iax2.c:7486 load_module: Unable to bind to 0.0.0.0 port 4569: Address already in use Jan 15 16:37:24 WARNING[7573]: loader.c:345 ast_load_resource: chan_iax2.so: load_module failed, returning -1 == Manager unregistered action IAXpeers == Unregistered channel type 'IAX2' Jan 15 16:37:24 WARNING[7573]:
2005 Jan 17
2
Does Asterisk do that?
Hello. I have just arrived to Asterisk. I would like to know if Asterisk can perform some functionalities I am looking for. I want to allow voip over sip to some users. All of them must have their own user name and password to login to Asterisk so only allowed users can login. All calls started by users have to be redirected to one account at our voip provider. I think those functionalities can
2005 Jan 12
0
So many Asterisk Patches - Which do I choose anduse?
Pulled Stable. ( CVS-v1-0-01/12/05-11:43:32) This does compile cleanly. Now I just have to weed out the features from CVS-HEAD that I was using and patch them into STABLE. -brian On Wed, 12 Jan 2005 at 11:37 Paul Rodan (asterisk@glitch.cc) wrote: > Problems with CVS-HEAD, but what about CVS-STABLE? > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com
2005 Jan 18
9
# Transfers.
So I have read and read and read... google is my friend and the wiki is by brother... However, I am still unclear on what the preferred method of using the pound sign is. If the Pound sign is set aside for Transfer.. Then when I make an outbound call to my bank I can not "Enter my PIN followed by Pound" Likewise if I turn off the ability to transfer when initiating a call, my bank pin
2004 Feb 18
5
net ads join / kinit /.conf syntax
Hi. HELP! I read: :-) http://www.samba.org/samba/docs/man/domain-member.html#domain-member-server (Which notes, "This is a rough guide to setting up Samba-3 with Kerberos authentication against a Windows 200x KDC. A familiarity with Kerberos is assumed." Is there "A guide to familiarity with Kerberos as a primer for Samba configuration" somewhere?) :-) This thread
2006 Oct 10
1
AIGLX + r300 + compiz?
So I've spent the last few days getting Xorg pulled from freedesktop git and built. Everything seems to have worked, and I now have Xorg version 7.1.99.2 running, composite enabled, and AIGLX enabled. The Xorg log file shows: (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25
2005 Jun 19
4
Polycom 500 Sound Problem
Hi all, I've been messing around with the g729 codec in some phones I use and had made all phones use the codec for all calls for testing purposes. The problem is when I attempt to dial out on my Polycom IP 500 (test happens to be calling my cell phone) I can only hear sound coming one way, I recieve nothing from one user, just silence, yet I can talk one way perfectly. Now I tried the same
1998 Mar 10
0
R-beta: Printing
Hello, may be I'm stupid, but I don't understand the documentation concerning printing. 1. How can I print a (nice) listing of any (non graphic) results? 2. What is the difference between "print(object)" and "object" (the direct call)? 3. Which commands are concerned by the "printcmd" option (resp. how can I print PostScript graphics directly)? Another
1998 Mar 12
1
R-beta: POSIX regular expressions not available !?
When trying grep(), I get the following: > grep("[a-z]", letters) Error in grep(pattern, x, ignore.case, extended, value) : POSIX regular expressions not available I can't find any pointer in the installation kit. How can I configure R to make it "avaliable"? I run R in an Irix 5.3 system. Thanks in advance! --
1999 May 07
0
Printing the Manual from the Debian Package Contents
Hi, I've installed the Debian (slink) package r-base 0.63.3-1. There are lots of *.tex files in /usr/lib/R describing all the functions and packages. There must be a canonical way to collect those files and print a manual with LaTeX. Can anyone help me? (Debian package maintainers?) Thanks in advance, -- ====================================================================== Hubert Palme
2017 Jun 30
0
Accessing a guest share from Windows 10 gives System error 5 on some computers
Hi, I have an embedded instrument running samba 4.4.5 or 4.6.2 that connect to Windows / Mac / Linux via USB RNDIS / CDC Ethernet. On those instrument, there's a single share that is configured for guest access without password: [global] log level = 10 workgroup = DATA server string = Samba Server log file = /var/log/samba/log.%m max log size = 50 security = user map to
1998 Mar 18
1
POSIX regular expressions on Irix 5.3
Hello, I installed R on an Irix 5.3 system. Obviously the Irix libraries don't contain functions for POSIX regular expressions. Is it possible use the regex, or better rx libraries from GNU, and how can I do it? Or do I have to live without functions using POSIX regular expressions (e.g. apropos, methods)? I have no GCC and I won't install it ... Thanks in advance, --
1998 May 06
0
Compiling on SGI Irix 5.3
Hello, I successfully compiled 0.61.3 on SGI Irix 5.3 (CC). But there is a syntax bug in src/graphics/graphics.c. I append a diff. Please, have a look wether the fix is correct! (I'm not shure :-) Thanks for the SHELL variable in the Makefile's. Please, don't forget about the problem with externally installed regular expression libraries (e.g. librx). Perhaps you can improve the