similar to: Dial command for SIP driver with To-header config

Displaying 20 results from an estimated 8000 matches similar to: "Dial command for SIP driver with To-header config"

2016 Sep 27
4
VoIP monitoring tools
Hello, you can have a look on Homer http://sipcapture.org/ regards On 27/09/2016 10:39, Gholamreza Sabery wrote: > Hello, > > For service monitoring you can use tools like sipsak in combination > with Zabix or Zenoss. Also using Zenoss or Zabix you can monitor the > health of your servers. This way you have both top-down and bottom-up > monitoring. For monitoring call
2016 Sep 27
4
VoIP monitoring tools
Hello all, The question isn't directly related to Asterisk, but I'm looking for recommendations for a monitoring tool to monitor the health of Asterisk instances running in Production. Ideally, the tool should be able to generate monitoring traffic (OPTIONS ping or INVITE), use the response/no response from Asterisk to store the health of an Asterisk instance running somewhere in the DB.
2016 Apr 13
2
Using Asterisk to route call via an outbound proxy
I'm using chan_sip, I experimented with adding a 'Route' header in the originate command and used the Dial command like 'SIP/peer/exten', but problem is that Request-URI isn't populated correctly. I'm using Asterisk 13. Thanks, Nitesh On Wed, Apr 13, 2016 at 10:09 PM, Joshua Colp <jcolp at digium.com> wrote: > Nitesh Bansal wrote: > >> Hello,
2016 Apr 13
2
Using Asterisk to route call via an outbound proxy
Hello, I want to use Asterisk to use Kamailio as an outbound proxy for routing calls to remote SIP end points, one option could be to use a default peer, but in my case, my outbound proxy can change based on the remote end point, so this option doesn't work. And another problem is that I don't know how to configure Asterisk to prepare the Request-URI based on the remote end point and not
2010 Feb 02
2
Error with R CMD check - Packages required but not available:
Hi All, Apologies in advance if this is not the right email to post this question. I successfully created my first R package myPackage1. Now I want to create another R package myPackage2 which requires functions from myPackage1. However when I try R CMD check myPackage2 I get the following error * checking for working pdflatex ... OK * using log directory
2007 Aug 29
1
Monitor System using AGI Scripts
Hello All, Anyone using AGI scripts to monitor their systems? Something like if the system goes down, AGI script will be triggered and system admin will be notified saying "System XYZ has gone down"... Any suggestions... Cheers, Nitesh
2003 Nov 18
2
ask problem about softphone--asterisk--softphone, Urgent!!!
Hi, all, I want to use asterisk SIP as a proxy, and two softphone (Ubiquity SIP Phone) as user agent, like below: Softphone1<-------------->Asterisk SIP<------------>Softphone2 (User Agent) (Proxy) (User Agent) 155.69.xx.xx 155.69.yy.yy 155.69.zz.zz zhou mysipproxy.com
2003 Dec 13
2
voice mail - sip:notify message
Hi folks, To provide MWI, * will send out a sip:notify message to the UA. The originator of this message is asterisk, as shown below; NOTIFY sip:1001@www.mysipproxy.com:5065 SIP/2.0 Via: SIP/2.0/UDP 66.121.xxx.yyy:5060;branch=z9hG4bK0466cb21 From: "asterisk" <sip:asterisk@66.121.xxx.yyy>;tag=as0ffb1bdc <=============== To: <sip:1001@www.mysipproxy.com:5065> Contact:
2011 Aug 22
3
automatic file input
Dear all, I have 100 files which are used as input.and I have to input the name of my files again and again.the name of the files are 1.out, 2.out......100.out. I want to know if there is anything like perl so that i can use something like this- for($f = 1; $f <= 100; $f++) { $file = $f.".out"; I have tried this thing in R but it does not work.Can somebody please help me.
2011 Jul 01
13
For help in R coding
Dear all, I am doing a project on variant calling using R.I am working on pileup file.There are 10 columns in my data frame and I want to count the number of A,C,G and T in each row for column 9.example of column 9 is given below- .a,g,, .t,t,, .,c,c, .,a,,, .,t,t,t .c,,g,^!. .g,ggg.^!, .$,,,,,.,
2011 Jul 14
5
Adding rows based on column value
Dear all, I have one problem and did not find any solution.(I have also attached the problem in text file because sometimes column spacing is not good in mail) I have a file(file.txt) attached with this mail.I am reading it using this code to make a data frame (file)- file=read.table("file.txt",fill=T,colClasses = "character",header=T) file looks like this- Chr Pos
2020 Mar 22
2
GSoC Interested Student:Encode Analysis results in MachineInstr IR, Slimmer project
Hello All, My name is Prakhar Bansal and I am a graduate student in computer engineering at Iowa State University. In my research work, I have worked on Memory access monitoring of an application using the LLVM static analysis framework, where I developed a tracing tool using an LLVM module pass to perform tracing across multiple functions using call graph analysis and also implemented static
2009 Jun 26
3
I/O on domu in PV
I am using /dev/sda6 of Dom0 for one of my DomU in PV. One day I saw I/O error in DomU. Anyone has the solution for this. I don''t see any I/O on dom0 I rebooted the DomU also but issue was not fixed. Please provide me layout to check and fix this type of issue. Tanuj _______________________________________________ Xen-users mailing list
2009 Jul 01
5
Xen time drift issues
Hello everyone! I been observing some peculiar time drift on my Xen domains (dom0 and domUs). The time (as returned by timeofday) on my domains drifts at an almost steady rate from the real time ( as read from the time stamp counter ). The drift is so constant that it makes me think there should be some simple explanation for it in the way Xen keeps time. Some info about my set up: guest OS:
2007 Aug 11
1
LumenVox Speech Recognition
Hello All, While looking for solution to solve my Callback DTMF problem, I came across LumenVox Speech Recognition software. Has anyone tried out? Need some feedback before I purchase it... Please help... Cheers, Nitesh
2007 May 23
16
WiFi SIP phones
Greetings list, What are people's experiences with WiFi SIP phones? When I last looked into them about 18 months ago, they were incredibly expensive, had very limited range and poor battery life. In the end, it worked out much more cost effective to simply use ATAs + DECT cordless phones where there was a requirement for portable devices. I assume things must have moved on somewhat since
2011 Jul 05
3
Output data frame using write.table
Dear all, I have a data frame whose name is m1. I want to write this data frame in text file as output.I am using this code- write.table(m1, file = "kas.txt", append = FALSE,row.names=F,quote=F,sep="\t") When I am opening my kas.txt file,the column names are not coming exactly above the column. What should I do.Please help me. Thanking you, Warm Regards Vikas Bansal Msc
2004 Jul 06
13
OGG/OGM media container
Hi all, Xiph aims at developing open-standards media formats. Though xiph.org tells about vorbis/theora/flac/speex, nothing is mentioned about container to use (that is ogg/ogm). I have a few questions Is there a difference between ogg and ogm? I guess its only the extension that is different and everything else is same. Some tools (like ogmtools) are available to create ogm files. What is
2011 Aug 07
3
Printing data frame with million rows
Dear all, I was working on number of files and at the end I got a data frame with approx. million rows.To prin this data frame in output, I used capture.output(print.data.frame(end,row.names=F), file = "summary", append = FALSE) where end is the name of my data frame and summary is the name of my output file. but when I checked the output there were only 10000 rows and at the last it
2011 Oct 31
3
Plot two matrices and keeping the record of row names
Dear all, I have two data frames- x1 and y1 with same row names and column names(actually the names of the patients). x1 a b c d e a 1.0000000 0.4730679 0.6226994 0.6036036 0.6433333 b 0.4730679 1.0000000 0.6227273 0.6303855 0.5730858 c 0.6226994 0.6227273 1.0000000 0.7290503 0.6900585 d 0.6036036 0.6303855 0.7290503 1.0000000