similar to: How can i add multiple callerids to an inbound route?

Displaying 20 results from an estimated 2000 matches similar to: "How can i add multiple callerids to an inbound route?"

2007 Apr 19
5
Polycom IP 501 is displaying wrong time
Hi, This is Chandra. I have Polycom IP 501 phone. Its showing wrong time on the display screen. How can I set the "New York" time? What value I have to give to GMT offset value? Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
2007 Apr 26
1
libcrypto.so: undefined reference to `utc_time'
I am trying to cross compile openssh for arm5b-jungo-gnu-gcc,, and also using openssl and zlib from same compiler arm5b-jungo-gnu-gcc but i am getting following error,,, /usr/local/openrg/armv5b-jungo-linux-gnu/bin/armv5b-jungo-linux-gnu-ld: warning: cannot find entry symbol _start; defaulting to 0000b9c8 /usr/local/openrg/armv5b-jungo-linux-gnu/bin/../armv5b-jungo-linux-gnu/lib/libcrypto.so:
2007 Apr 17
3
DomU Kernel Mapping
Where is the code that maps the kernel of a DomU into memory? i.e, when you do a xm create <config file> what code is called to actually map the kernel into memory? Is it a python script or is it re-directed to Dom0 to do? Thanks. -Brian --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
2007 Apr 17
3
DomU Kernel Mapping
Where is the code that maps the kernel of a DomU into memory? i.e, when you do a xm create <config file> what code is called to actually map the kernel into memory? Is it a python script or is it re-directed to Dom0 to do? Thanks. -Brian --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
2007 Apr 16
2
basic include files for speex
Hi Jean, I'm trying to compile the encode.c and or the test programs that are on the site and in libspeex respectively. however, i keep getting some undefined references to the basic speex functions(see compiler log). a query on google showed that this question was posed but no answer given. I traced them down to speex.c. however when i build my project i still get these undefined referneces.
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,, hecking for libgen.h... yes checking for getspnam... yes checking for library containing basename... none required checking for deflate in -lz... no configure: error: *** zlib missing - please install first or check config.log *** if anybody will me
2007 Apr 30
1
TDM400P and Junghanns QuadBRI issue
Hi List, I'm setting up a system with one TDM400P (2*FXO + 2 * FXS) and one Junghanns QuadBRI on a Fedora Core 6 (Kernel 2.6.20-1.2944.fc6). I'm using the bristuff-0.3.0-PRE-1y-e kit. It download zaptel-1.2.16, libpri-1.2.4 and asterisk-1.2.17 When it's the time for ztcfg to do its job it complains with <ZT_SPANCONFIG failed on span 2: No such device or address (6)>
2007 Apr 28
6
Where is xtime updated in a domU with an independent wallclock?
Hi All, I have just started looking at the code for Xen so please bear with me. A domU Linux kernel running with independent_wallclock=1 seems to sync its time with dom0 after every "xm unpause" (obviously preceded by an "xm pause"). I don''t see where the xtime variable is being updated after an "xm unpause", i.e., domain_unpause_by_systemcontroller().
2007 Apr 25
2
My Polycom IP 501 is formatted its file systemitself
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Noah Miller > Sent: Wednesday, April 25, 2007 9:52 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] My Polycom IP 501 is formatted its file > systemitself > > Hi Chandra - > >
2007 Apr 21
1
Asterisk config for Apple IPhone
Hi Friends, I want to buy Apple IPhone mobile. How to configure my "Asterisk" server in this mobile? Is this mobile supports VoIP configuration? Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. -------------- next part --------------
2007 Apr 21
2
Apple IPhone mobile is released in India?
Hi Friends, Is Apple IPhone mobile is released in India? Is Apple IPhone mobile is released in USA? If IPhone is released in India, Can you tell me any Apple authorized showroom in Hyderabad (Andhrapradesh, India)? Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew
2007 May 08
0
Test -- Ignore
Sorry folks for the spam -- I''m one of the list admins and I''m trying to sort out a list subscription anomaly. mjp -- Matt Perry --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. ------------------------------------------------------------------------- This SF.net email is sponsored by
2007 Apr 24
1
My Polycom IP 501 is formatted its file system itself
Hi, We bought 10 Polycom IP 501 Phones. Our all nine phones are working fine except one phone. When I tried to connect my phone with my network, It automatically formatted its file system. Now, It is not booting. What I have to do now? Can you please tell me the solution. Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining
2007 Apr 25
3
How to check my voice mail from outside landline?
Hi Friends, I installed and configured Asterisk. I am getting my voice mail to my email as attachments. Well. We can check our voice mail by dialing *98. But, I want to check my voice mails by dialing our DID number from a outside telephone. How can I do this? Please help me. Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining
2007 Apr 17
0
basic include files for speex
It's not an include file missing. This is a link error. You need to link with libspeex (or whatever it's called when you build it). Jean-Marc Quoting Caroundw5h <caroundw5h@yahoo.com>: > Hi Jean, > > I'm trying to compile the encode.c and or the test programs that are on the > site and in libspeex respectively. however, i keep getting some undefined >
2007 Apr 16
1
Does the smooth terms in GAM have a functional form?
Hi, all, Does anyone know how to get the functional form of the smooth terms in GAM? eg. I fit y=a+b*s(x) where s is the smooth function. After fitting this model with GAM in R, I want to know the form of the s(x). Any suggestion is appreciated. Thanks, Jin --------------------------------- Ahhh...imagining that irresistible "new car" smell?
2007 Apr 15
1
Use estimated non-parametric model for sensitivity analysis
Dear all, I fitted a non-parametric model using GAM function in R. i.e., gam(y~s(x1)+s(x2)) #where s() is the smooth function Then I obtained the coefficients(a and b) for the non-parametric terms. i.e., y=a*s(x1)+b*s(x2) Now if I want to use this estimated model to do optimization or sensitivity analysis, I am not sure how to incorporate the smooth function since s() may not
2007 May 01
0
Re: Speex-dev Digest, Vol 35, Issue 24
hi, i am using AVTransmit3.java for transmitting audio, how can i implement JSpeex or speex for compression and encoding. please give me some idea about this. shankar.s speex-dev-request@xiph.org wrote: Send Speex-dev mailing list submissions to speex-dev@xiph.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.xiph.org/mailman/listinfo/speex-dev or, via email, send a
2007 Apr 13
2
voicemail - "digits/1F does not exist in any format"
I've got a voicemailbox with one message store. When I try to read it, I get the followiing error: ast_openstream_full: File digits/1F does not exist in any format Obviously, I can just clear out that mailbox, but is this a bug that I should be reporting? /Per Jessen, Z?rich
2007 Apr 16
6
BSNL caller ID (India)
Has anyone figured out the way of getting the caller id for BSNL on Asterisk 1.4.2 I have tried following link http://bugs.digium.com/view.php?id=6683&nbn=24 but was not able to get it, although did not ge any error too. I always get the caller id as asterisk. Can someone please help. Regards, Sanjay Rajdev