Displaying 20 results from an estimated 400 matches similar to: "Re : Newbie help !"
2004 Jun 11
2
Asterisk newbie help !!
hi,
I got a digit networks x100p card and instaled asterisk. everything went
fine and upon calling the phone asterisk issues a notification. Now i plan
to turn it into an ivr and modified extensions.conf to first record some
messages , problem is
1-)I am not able to understand how extensions refer to in my case ( a single
analog phone line plugged into line jack and a phone into the phone
2004 May 14
2
Scalable IVR
Hi,
I am an asterisk newbie and looking around for information . I wish someone
could take their valuable time off to answer my query in detail.
I wish to set up an IVR system that can allow user authentication and
therefter accept 2-3 inputs from users ..generate a key and transmit the
same in voice back to the user .
The system will intially have small load but if the whole package in future
2009 Jul 03
1
New mailing list member introduction.
Hi all,
I am Digvijay.
Username : dbpatankar
I don't really get what do you want to mean by 'proposed subject of wiki
contributions'. My aim is to prepare simple documentations, how-tos and
guides for various applications.
I am from India.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Apr 07
2
GVN-Hoist test case not working
Hello,
I was trying a basic example on LLVM GVN Hoist and output differs from what
I expect. Am I missing something ?
*Code* :
int main()
{
int x = 7;
int a = 0;
if(a == 7){
x = 1;
a = 8 * x;
} else {
x = 1;
a = 2 * x;
}
return 0;
}
*Commands* :
clang-8 -O0 -S -emit-llvm test.c
opt-8 -gvn-hoist -S < test.ll
*Output :*
; ModuleID = '<stdin>'
source_filename =
2010 Aug 24
2
Finding pairs
Dear R Helpers,
I am a newbie and recently got introduced to R. I have a large database containing the names of bank branch offices along-with other details. I am into Operational Risk as envisaged by BASEL II Accord.
I am trying to express my problem and I am using only an indicative data which comes in coded format.
A (branch) B (controlled by)
144
2007 Aug 19
1
Snom 300 Hints and LIne Buttons
Can anyone help with BLF for Snom 300s ? (Asterisk 1.4.10.1)
I've setup hints for a couple of Snom 300's but Asterisk doesn't send
Extension Changed messages to subscribed phones unless the second 'line'
button is used (I've tried Snom's version 6 and 7 and two difference
300s).
On the Asterisk Console I don't see any message when picking up a Snom
300 and dialing
2020 Oct 03
1
BLF support in Asterisk and early/confirmed/terminated/proceeding NOTIFY states.
I have a setup with Yealink phones & Asterisk Server (all latest patches).
I am using BLF to display the states of other phones. While this works
MOST of the time (busy, being called) it does NOT work when a phone is
NOT regisstered at all, the yealink phones display a green dot EVEN if a
phone is turned off (try explain this to users, they are shaking their
heads!!!)
I can see on the
2013 Mar 14
1
[virt-tools-list] C'ant migrate with virt-manager or virsh
On 03/14/2013 03:17 AM, Digvijay wrote:
> [root at node0 ~]# virsh migrate --live try1 qemu+ssh://root at 100.100.102.106/system
> --unsafe
> root at 100.100.102.106's password:
> error: operation failed: migration job: unexpectedly failed
> error: Reconnected to the hypervisor
>
CC-ing libvirt-users
I think that virsh command should work. Look at
2018 Jun 16
1
About the membership issue
On 06/16/2018 05:58 AM, Johnny Hughes via CentOS wrote:
> On 06/16/2018 05:42 AM, Leon Fauster via CentOS wrote:
>> Concerning the disabled membership (yesterday). Is there anything that I should do?
>> Visiting the "re-enable" link shows only a plain site with meta information about
>> the list but without any feedback like "membership enabled". Albeit
2004 Mar 31
8
Newbie....
I have a question for the group.
To get this running do I need any Digium Cards? I understand I will
need them to connect to the public phone system. I'm looking at just
using IP Phones or IP Softphones just to test this app.
Thanks for any help you could give.
2004 Jan 23
1
exten=>h and ResetCDR
Hi friends,
I have the entry exten => h,Hangup in my extensions.conf, and I am trying to
record the call details for billing. From the wiki i found out that the use
of "exten=>h,..." is not suggested for the CDRs. What impact will the use of
'h' make on CDRs? Also, what is the advantage of using ResetCDR with
exten=>h?
Regards...
Girish
2012 Dec 13
3
Code for precopy algorithm
Hello all,
I want to optimize the pre copy algorithm.So in which file
can I find the implementation of algorithm.And how to understand the
working of code? Which part causes the live migration in code?
regards,
DigvijaySingh
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello,
I want to carry out the performance analysis of transport protocol
i.e sctp so how can we achieve it.Instead of using tcp if we have to use
sctp how to do that?
regards,
DigvijaySingh
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello,
I want to carry out the performance analysis of transport protocol
i.e sctp so how can we achieve it.Instead of using tcp if we have to use
sctp how to do that?
regards,
DigvijaySingh
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2012 Dec 02
2
How to do live migration using xen
Hello,
I want to do live migration of virtual machine on xen using
fedora.SO what are the steps to have the live migration possible.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2010 Aug 25
1
Odp: Finding pairs
Dear Mr Petr Pikal
I am extremely sorry for the manner I have raised the query. Actually that was my first post to this R forum and in fact even I was also bit confused while drafting the query, for which I really owe sorry to all for consuming the precious time. Perhaps I will try to redraft my query in a better way as follows.
I have two datasets "A" and "B" containing the
2004 Jan 02
3
* Stresstool Help required
Hi all,
I am trying to write a program that sends SIP requests to asterisk. My aim
is to make asterisk record as many voicemails it can at a time. The design
of the program is like this:
There are two processes: One main process and a child process (No flames
pls. I have very little idea about pthreads and dl modules)
The main program asks the user to input the number of test instances. When
2009 Dec 28
2
Modified R Code
Dear R helpers,
I have following input files. (Actually they are more than 10 rates but here i am considering only 2 rates to write my problem)
rate1.csv
min1 max1 min2 max2 min3 max3
1.05 1.30 1.30 1.65 1.65 1.99
rate2.csv
min1 max1 min2 max2 min3
2004 Aug 23
1
Problem with mysql and with asterisk
Hi Every one and Lerale Erwan
I have briefly describe my problem and I have provide the steps as follows:
I have intalled redhat properly and from the konsole I checked with mysql.
"rpm -qa | grep mysql" and the konsole provide me the message:
mysql-3.23.54a-11
mysql-server-3.23.54a-11
Then I have download the asterisk and addons:
By the using of :
cd /usr/src
export
2013 May 07
0
Problem in connecting to xen localhost
Hi,
I have installed xen and booted into xen kernel ,but when i try to connect
to localhost with xen connection it shows
"unable to connect to ''localhost:8000'': Connection refused ".
What need to be done to pvercome it.
regards,
Digvijay
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users