similar to: SIP registration with public dynamic ip address

Displaying 20 results from an estimated 5000 matches similar to: "SIP registration with public dynamic ip address"

2004 Jun 14
5
Prepaid application error
Hi, I successfully installed postgres and prepaid application in my asterisk box but after I digited the code I receive this error: ERROR: Function asterisk_authenticate("unknown", "unknown") does not exist Unable to identify a function that satisfies the given argument types You may need to add explicit typecasts -- Playing 'prepaid-no-aaa'
2004 May 28
3
2 Avm fritz passive card in the same box
Hi, I successfully installed 2 avm card in my asterisk box but I'm unable to make call. My capi.conf is: msn=0721111,07211115 incomingmsn=* controller=1,2 softdtmf=1 context=default echocancel=yes callgroup=1 devices=2,2 my capi info : Contr1: 2 B channels total, 2 B channels free. Contr2: 2 B channels total, 2 B channels free. my extensions.conf : exten =>
2004 Apr 09
3
Ignorepat with capi
Hi to all, I'm trying to make outside call in this way : ignorepat => 0 exten => _0.,1,Dial(CAPI/xxxxxxx:b${exten}) But the first number 0 is not ignored. I'm doing something wrong ? Bye
2005 Mar 03
2
Attended Transfer (ATXFER) with CVS asterisk r 1_
Hi, I successfully installed asterisk 1.0 with Capi 0.35. In my pbx system I would like to use the atxfer function but is not included in the stable asterisk. Is there a way to include it in my version of asterisk: I did no used the last cvs because I can't compile the chan_capi .in it. :( Bye
2005 Mar 04
1
chan_capi with patch compilation error
Hi, I'm trying to make work chan_capi with last asterisk CVS. I installed last zaptel,libpri,last cvs ana patched chan_capi 0.35 with the patch kindly suggested me by Jason Williams: http://www.levigo.de/VoIP/chan_capi-0.3.5-cvs-HEAD-patch.tar.bz2 First I received error 127 that I resolved commenting the line CC=gcc-2.95 but now I have this error: chan_capi.c: In function `load_module':
2016 Sep 21
2
List of reacheable partners
Hi everybody. Is there a way to have a list of reacheable partners and its connection status? I need to list all partners in any tinc instance, its status (connected / disconnected) and connection method (direct, relayed thru other partner, etc.) Thanks! -- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre RĂ­os
2005 Aug 26
3
Re:TE110P EuroISDN dial out timing out
Try different entry in this parameter. In Italy mobiles start with 3, while public services with 1 and normal user numbers with 0. Using pridialplan=none, every number different from 0 was resulting in termination code 1, normally used for number never seen on the network. Ciao Mauro
2016 Sep 21
0
List of reacheable partners
On Wed, 21 Sep 2016, Guillermo Bisheimer wrote: > Is there a way to have a list of reacheable partners and its connection > status? I need to list all partners in any tinc instance, its status > (connected / disconnected) and connection method (direct, relayed thru > other partner, etc.) With tinc 1.1 you have a client command which can do things like tinc -n networkname dump nodes
2000 Oct 31
1
Silhouette plot labels in package cluster
Hello everybody: I have just started using R, specifically the clustering packages. Despite the vastness of the functionality of the system, I have found it very flexible and intuitive. It has been great fun to experiment with it. Nevertheless, I am under tight time constraints to complete a cluster analysis of some data and need to come up with a "quick" solution for the following
2009 Nov 23
2
home directories ask user for password
Hi to all, I have Samba configured as domain member with winbind and kerberos, I can access all share but I have some problem with the home directories because it ask me for password. This is my smb.conf [global] workgroup = domain netbios name = Manufac server string = Server di rete comment = server di rete encrypt passwords = true realm =
1999 Sep 22
1
dates screwed up, help!
Hi, the problem I am reporting relates to RH Linux 6.0 I have successfully mounted a disk from a windows NT server machine, using smbmount as follows: $ smbmount //machine/service -c 'mount /mnt/NTgroups -u local_owner' -U remote_username and everything looked fine. Now I have just noticed that when "touching" or creating files everything behaves strangely, that is the date is
2017 Nov 22
6
assign NA to rows by test on multiple columns of a data frame
Given this data frame (a simplified, essential reproducible example) A<-c(8,7,10,1,5) A_flag<-c(10,0,1,0,2) B<-c(5,6,2,1,0) B_flag<-c(12,9,0,5,0) mydf<-data.frame(A, A_flag, B, B_flag) # this is my initial df mydf I want to get to this final situation i<-which(mydf$A_flag==0) mydf$A[i]<-NA ii<-which(mydf$B_flag==0) mydf$B[ii]<-NA
2008 Apr 10
4
New Feature Request
Hi puppet masters, while working on my site I came across a requirement that might be helpful for others as well.... With the aim of confining human errors as much as possible, I thought that it would be nice to have yum repositories disabled so that specific repositories could be enabled for certain packages. This is easily implementable via command-line, but I found that the
2017 Nov 09
0
weighted average grouped by variables
Hello an update about my question: I worked out the following solution (with the package "dplyr") library(dplyr) mydf%>% mutate(speed_vehicles=n_vehicles*mydf$speed) %>% group_by(date_time,type) %>% summarise( sum_n_times_speed=sum(speed_vehicles), n_vehicles=sum(n_vehicles), vel=sum(speed_vehicles)/sum(n_vehicles) ) In fact I was hoping to manage everything in a
2017 Nov 09
4
weighted average grouped by variables
hi all I have this dataframe (created as a reproducible example) mydf<-structure(list(date_time = structure(c(1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000), class = c("POSIXct", "POSIXt"), tzone = ""), direction = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("A", "B"), class =
2004 Nov 30
1
Problem with a new italian service provider...
I've a problem connecting uniVoice (http://voice.uni.it) from asterisk. Using my account data I can place a call smoothly using xlite or my budgetone phone directly, but I'm not able to use uniVoice as a peer from asterisk. Registration seems to work correctly, but when I try do dial, the sip authentication fails every time. Their tech people told me that they are unable to make
2006 Sep 25
8
mongrel.pid disappearing
Hi to everybody, This my first post on the list. I''m a newby of mongrel & rails, I''ve deployed my first project and everything seems to work fine, the only problem I have is the following: After about 1 or 2 days of the mongrel_rails daemon running the mongrel.pid in the log directory disappears, the mongrel process is still there running but doesn''t respond
2007 Mar 28
4
snmp ups Status: Not supported
Hi I set up my ups with driver snmp-ups, and it get recognized as a AEC T2003. In the nut-cgi upstats page input/output/load are displayed corectly, but the Status field is marked as "Not supported". Is "Status" important to initiate shutdown in case of low battery ? Will my server shut down correctly ? thanks Massimo I include "upsc snmp@localhost" output:
2017 Nov 23
1
assign NA to rows by test on multiple columns of a data frame
yes, it works, even if I do not really get how and why it's working the combination of logical results (could you provide some insights for that?) moreover, and most of all, I was hoping for a compact solution because I need to deal with MANY columns (more than 40) in data frame with the same basic structure as the simplified example I posted thanks m ----- Messaggio originale ----- Da:
2008 Dec 26
2
CAP and performance problem
Hi, my application is written in std C++ and it makes a matrix multiplication: so it uses only CPU and memory (no i/o, no network). I''m quite surprise that with CAP = 100% I got my results in about 600 seconds and with CAP = 50% I got my results in about 1800 seconds (around 3 times longer). For this kind of application I was expecting to get results in about 1200 seconds (2 times