similar to: Determine IP addres of a AIP/IAX user

Displaying 20 results from an estimated 800 matches similar to: "Determine IP addres of a AIP/IAX user"

2005 Mar 02
3
Asterisk Manager API - multi "Originate" cal ls
Hello, You can do either, you can send multiple Originate actions in a long line without waiting for a response back(although the responses do usually come back very fast) or you can open multiple connections using each one to Originate a new call. We use the multiple connection method in the astGUIclient suite because if you get a pause or lag in Manager output on a single connection(which does
2005 Feb 24
3
Inheriting variables
I'm trying to set a channel variable and make it available to another channel: I thought that if I SetVar(_SomeVariable=SomeValue) or SetVar(__SomeVariable=SomeValue) then SomeVariable would be available in the destination channel. However __SomeVariable, _SomeVariable and SomeVariable are all blank. The scenario: Agents logon to the queue using callbacklogin. From what I can gather
2003 Aug 10
4
Windows Messenger
Can anyone provide me with a step by step on how to set up Windows Messenger on a Windows XP Pro box as a SIP client with asterisk? I'm interested in doing various tests of my asterisk server from the Windows perspective of the world. In the alternative if someone could provide information on another Windows based fully functional easy to configure iax or SIP client that would suffice as
2018 Jan 22
3
tinc 1.1: freeaddrinfo(NULL) crash on windows
On Windows, freeaddrinfo(NULL) will result in a segv. In get_recent_address(), there is the following block of code: if(cache->aip) { sockaddr_t *sa = (sockaddr_t *)cache->aip->ai_addr; cache->aip = cache->aip->ai_next; if(!cache->aip) { freeaddrinfo(cache->aip);
2005 Feb 28
1
Manager "Message: Originate failed" beinggenerated when callee does not pick up
<<I am getting "Message: Originate failed" even the phone is ringing on the other end of the line.>> Originate will ring your own extension first and when you pick up, call the other number. If you don't pick up your extension, you will receive the message you see. Bill Seddon ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf
2003 Jul 15
2
Windows 98 logon server problem
Hi, I have Samba version 2.2.7 up and running as a PDC for several Windows 2000/XP clients, as well as file sharing working. However, when I try to use it as a Win9X logon server, I can not seem to make it work. Whenever I try to logon from the Win98 computer, I get the error message "Incorrect Parameter" (in windows) and get the following message in the nmbd.log file: =-=-=
2009 Jun 04
2
[PATCH 0/2] OCFS2 lockdep support
Hi, here comes the next version of OCFS2 lockdep support. I've dropped patches with fixes from the series since they were already merged. As Joel suggested, I've simplified the main patch a bit so that we don't have ifdefs around lock declarations and there are also a few other minor improvements. Honza
2005 Jan 10
2
Asterisk Setup Documentation
Hello all: Can anyone help me with finding the best locations for getting setup and other documentation for *. Thank you. Phil Menico www.xtend.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050110/6b26b235/attachment.htm
2003 Jun 13
1
Workgroup/Domain Browsing
I am currently running samba on a Redhat 8.0 server, and it is working great. Keep up the good work guys! My question involves a VPN connection to the server on a different network segment. I have the following setup: Internal Network - 192.168.13.0/24 | | Red Hat Samba Server - 192.168.13.3 - aip-ky | VPN |
2004 Dec 09
11
Asterisk@Home
I have started to receive a lot of positive response for the Asterisk@Home project. For those of you unfamiliar with this project the goal of Asterisk@Home is to make a full featured version of Asterisk very easy to install. We have created a 1 step .iso that installs RHEL (RedHat Enterprise Linux) and Asterisk. It includes a web GUI that allows easy editing of the Asterisk Config files.
2012 Jul 06
8
[Bug 51798] New: Cannot enable second video card on nvidia quadro NVS420
https://bugs.freedesktop.org/show_bug.cgi?id=51798 Bug #: 51798 Summary: Cannot enable second video card on nvidia quadro NVS420 Classification: Unclassified Product: xorg Version: 7.7 (2011) Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority:
2006 Oct 10
3
eps embedded fonts again
Dear friends, I am sorry, I again rise that boring question about font embedding in EPS figure. I found some discussions on this topic but there were no strait solution. The publisher (AIP) demands submission of separate EPS file for each figure with all fonts embedded in it (even the standard 14 Adobe fonts). As I understand the R does not do this embedding. It inserts only comments what font
2004 Sep 08
3
Newbie: Only allow authenticated users to call
I made the observation that I'm able to make a call with my SIP client (kphone) even when I'm not registered/authenticated. Of course, when I'm not registered at asterisk, people can't call me, but it's still a huge security hole, that unregistered Clients can make calls. Is there a way to tell asterisk to only allow registered clients making calls? I know about the
2005 Feb 17
2
The 'sipfriends' table is obsolete - ????
After updating to the latest CVS Feb 17 15:20:03 WARNING[15317]: config.c:819 read_config_maps: The 'sipfriends' table is obsolete, update your config to use sipusers and sippeers, though they can point to the same table. == Binding sipusers to mysql/asterisk/sip == Binding sippeers to mysql/asterisk/sip Feb 17 15:20:03 WARNING[15317]: config.c:823 read_config_maps: The
2005 Feb 27
2
Weird Delay (> 30 sec)
Hello all! Has anyone expirienced the following:? With an IAXclient softphone (like diax/iaxcomm/etc) Dialing to the PSTN (zap) or a SIP device has no problems .. but when I make calls between 2 softphones I have weird problems.... in about 4 out of 10 IAX-2-IAX softphone calls I get a big delay .. in the beginning of the call it's all okay... (delay < 0.5 sec) but the longer the call
2005 Feb 23
3
Able to tell if phone is registered?
Hi All, I have a new asterisk setup running at home and am very happy with it. One thing that I am trying to do is to take various actions in the dialplan *if* a particular phone is registered/authenticated/connected. For example, if someone dials *me* and is shows that I am connected via my softphone, to try it instead of my deskphone (and possibly notifiy the user in advance that it is
2004 Dec 13
7
Dialing out to 2 clients simultaneously
Hi When I register a SIP or IAX client to asterisk and I dial to it from another UA then there is no problem at all But, when I register two or more clients to the SAME peer (with the same user/pass) and I call to this peer.. Then only the UA which registered the last will ring.. Others don't ring... What can I do about this?? I would like to register for example 10 UA's to the same
2004 Sep 04
3
Help Running am-main.pl Perl/CGI on Apache Server
Hi all, I've installed Asterisk on Linux Red Had 9. Now, I was trying to set up a GUI based system for the PBX. I downloaded some packages, but I have to have Perl running CGI scripts through the webserver. It does not allow me to. I am able to run a basic script that just just prints out html messages and nothing else. However, when I try to run am-main.pl or config.pl or any other
2004 Sep 10
4
SIP on Handhelds
Does anyone know if SIP will/is support on handheld PCs such as the iPaq or Axiom? With their integrated 802.11b and Bluetooth it seems like a solution to provide a wireless based sip phone for any user would be possible. Handoff between access points might be problematic but most users I know would be using their PDA phone in an airport with free wireless or at the local cafe, etc, etc... Can
2018 Feb 16
2
tinc 1.1: freeaddrinfo(NULL) crash on windows
On Mon, 22 Jan 2018 18:08:22 +0100, Guus Sliepen wrote: > Thanks for reporting this bug! Indeed, that code is wrong. It should > free cache->ai instead of cache->aip. Even if it didn't crash on Linux, > it was a memory leak. A fix is now in the git repository. The fix leads to a use after free bug which is visible on macOS. It doesn't seem to be much of a problem on most