similar to: Voice mail problem

Displaying 20 results from an estimated 300 matches similar to: "Voice mail problem"

2004 Jun 29
5
nat problem
hello, i have trouble with nat + sip outgoing call.when make an outgoing call to a sip gateway, i have no sound. i have 2 sip gateway, one is asterisk. asterisk is on public ip and private ip other sip gateway is on public ip phone are cisco and grandstream on private ip on the same subnet as asterisk. phone are connected by sip to asterisk (i have try with or without nat=yes) incoming call
2005 May 31
2
handytone 486
Hi ; Have two handytone 486 and want to use them as digium TDM400 fxo-fxs card... I mean is it possible to direct pstn calls from astersik (extensions) to handytone line port directly and vice versa ?... Thanks in advance Betul Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli
2005 May 11
1
Grandstream-Budge tone
Hi; Have two grandstream Budge tone...Connected them to the network and able to make call to/from them. But when the coming call answered, I can not hear any voice and also my voice is not heart... I am able to hear voice only if I pressed the hold button and take the call again....This problem also Occurs in calls from x-lite to cisco7940... Does anybody has any idea or documentation
2005 May 22
4
Cisco 7940g Firmware load problems
I have a Cisco 7940G IP Phone. I am trying to load the firmware to SIP 3.2. The Phone just hangs in Defaulting CM to TFTP Server. It doesn't do anything else after that. I also have two other 7940g's that are the Universal Application Loader mode and say Protocol Application Invalid. I need to know what I can do to fix both these problems. I am running Asterisk@Home version 1.0. I have to
2005 Jun 06
0
[SPAM] - what hardware components do i need? - Email found in subject
You'll need one of the Digium Cards to make/receive pstn call...Chose the best one fits to you... To make calls over ip, voip phone is also needed such as grandstream, cisco, etc. or you can download x-lite from xten.com And use it with your computer as a soft phone... _____ From: infra struct [mailto:infrastructt@yahoo.com] Sent: Monday, June 06, 2005 1:01 PM To:
2005 Jul 08
1
Two TDM04B
Hi; Can I use two TDM04B in one asterisk box with asterisk@home? Thank You Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ucuncu kisiler ile paylasilmasi m?mk?n olmayabilir. Mesaji alan kisi, mesajin g?nderilmek istendigi kisi veya kurulus
2005 May 11
0
[SPAM] - RE: Grandstream-Budge tone - Email found in subject
Thank you and sorry...There is something going wrong with the system I only sent one mail... _____ From: Kerry Garrison [mailto:kerryg@techdatapros.com] Sent: Wednesday, May 11, 2005 5:14 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [SPAM] - RE: [Asterisk-Users] Grandstream-Budge tone - Email found in subject This is usualy a problem with either
2008 Sep 18
2
o2hb_do_disk_heartbeat:982:ERROR
Hi everyone; I have a problem on my 10 nodes cluster with ocfs2 1.2.9 and the OS is RHEL 4.7 AS. 9 nodes can start o2cb service and mount san disks on startup however one node can not do that. My cluster configuration is : node: ip_port = 7777 ip_address = 192.168.5.1 number = 0 name = fa01 cluster = ocfs2 node: ip_port =
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello, Our database is in is-8859-1, and I want to update some text fields without success due to some accentuate characters ?? ect ... In my html page (where the charset is iso-8859-19) my textarea display the accentuate characters well and when the user post the form ... I thought that I just need to save it .... without success since ruby map one byte for one character ... So I
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users, I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this? Thank you in advance, Levent TERLEMEZ.
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame. -- Sent from my phone. Please excuse my brevity. On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2017 Dec 04
2
ggtern and bquote...
Dear Users, What is the proper way to write symbol, superscript, subscript in ggtern/ggplot? I tried every given example, every possible features of ggplot but couldn?t achived. I just want to write P_a, sigma^2, etc, would you please advise me about this problem. Thanks in advance, Levent TERLEMEZ ________________________________ Bu elektronik posta ve onunla iletilen b?t?n dosyalar sadece
2017 Dec 04
1
YNT: ggtern and bquote...
Hi, My example code is this; x11<-data.frame(A=c(.6,.6,.6),B=c(.20,.20,.20),C=c(0.20,.20,.20)) ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=as.expression("P_a","P_b","P_c"))
2017 Dec 04
2
ggtern and bquote...
>>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Mon, 4 Dec 2017 14:55:19 +0100 writes: >> On 4 Dec 2017, at 11:58 , Levent TERLEMEZ via R-help >> <r-help at r-project.org> wrote: >> >> Dear Users, >> >> What is the proper way to write symbol, superscript, >> subscript in
2017 Dec 04
0
YNT: ggtern and bquote...
reading ?plotmath you might notice that "_" isn't the propper syntax for subscripts. This will work: ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+ geom_point()+ theme_showarrows()+geom_segment(size=.5)+ geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=c("P[a]","P[b]","P[c]"), parse=TRUE)
2017 Dec 04
1
ggtern and bquote...
D'oh! Thanks for pointing this out. I blame caffeine depletion at the time... -pd > On 4 Dec 2017, at 15:48 , Eik Vettorazzi <E.Vettorazzi at uke.de> wrote: > > reading ?plotmath you might notice that "_" isn't the propper syntax for > subscripts. This will work: > > ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = > c(.30,.50,.0),zend
1998 Dec 14
14
samba error
i got this error when i try to log with some users.. anyone knows why? thank you very much! Added interface ip=207.248.136.10 bcast=207.248.136.255 nmask=255.255.255.0Unknown socket option TCP_NODELAYServer time is Sat Dec 12 23:40:09 1998Timezone is UTC-6.0Domain=[TUNA] OS=[Unix] Server=[Samba 1.9.17p4]security=userfirst SMBtconX failed, trying again. ERRSRV - ERRinvnetname (Invalid network
2006 Jul 10
0
ajax scaffold problem
Hi, I am using ajax_scaffold to generate against a model backed by atable on SQLServer... It creates all the stuff, and I can list the items in my table... But, the "Edit" and "Create New" buttons dont work... The strange thing is that the problem occurs when I edit the ajax_scaffold generated controller with before_filter/set_charset... I try to set the charset of pages
2006 Jul 12
0
Lookup Field ??
Hi, I am new to Rails. And I wonder how to define lookup fields for a table... Suppose we have an employee table and a departmant table... Each employee record have a department_id field... And when listing employees, we want to show the user friendly department_name from department table.. How can I do this? Thanks .... Bu e-posta mesaji, mesajin alici kisminda belirtilmis
2006 Jul 11
1
paginate with only some columns
Hi, I use scaffold to generate against a model and controller.. Then, I modify the controller code, and rewrite paginate method with :select => ["col1, col2, col5"] so that it only retrieves the columns I wanted... But, :select does not work and it seems that it selects all the columns of the underlying table... What am I missing ? Thanks... Bu e-posta mesaji,