similar to: Which VoIP, H.323, SIP reference books are recommended?

Displaying 20 results from an estimated 8000 matches similar to: "Which VoIP, H.323, SIP reference books are recommended?"

2003 Jul 14
1
Fwd:[Vocal] Question about Cisco IP hard phones
Interesting notes on the 79xx series. The 7920 is the wireless phone; not mentioned here. For a more complete guide to Cisco's phones, see: http://www.cisco.com/en/US/products/hw/phones/ps379/products_data_sheets_list.html The 7902 is the "very inexpensive" Cisco phone, and it looks like it will be SCCP (Skinny) only. Twiddling my thumbs here waiting for the chan_sccp to
2005 Jun 28
3
PESQ results for speex 1.0.3
Hello! Some time back, I added the Speex protocol to my version of VOCAL (www.vovida.org, VOIP tool). Recently, I also added PESQ (automated voice quality testing algorithm) to my tool and have been running some tests on a clean network. The source file is a woman reading some phrases meant to test various aspects of codecs... Speex has a respectable result of 3.67 Some other codecs I've
2003 Sep 23
3
Port problem
Hi All, I have an equipment loaded with 4 X100P (numbered 1-4)) and one T400P (numbered 5-8). Everything works fine except that I cannot use one of the FXS ports (number 5). If I configure zapata.conf to recognize it, the whole system voice quality suffers. I've tried already to switch PCI slots, with no results. Below is a snapshot of my /proc/interrupts, maybe this can shed some light on
2003 Sep 04
1
Asterisk vs. Vocal (Vovida) vs. Bayonne
Folks, I love Asterisk, have been using it for a while now. I'd like to know if anyone has some good comparison points on Asterisk vs. Vocal (Vovida) vs. GNU Bayonne. I know only a little about the later two. Also, one drawback I've hard about Asterisk (not for me, but for general consumption/deployment) is easy of configuration -- people like GUIs. They want point-n-click. I'm a
2003 Aug 12
3
Fair comparison
I was trying to do a little searching to see if there has even been a comparison between Asterisk and VOCAL or any of the other OSS packages? "Practical Voice Over IP using VOCAL" published by O'Reilly and Associates, attempts to make a strong case about how scalable VOCAL. Of course, considering that the book is written by the makers of VOCAL, it tends to have a one sided slant.
2003 Nov 10
1
Problem in MySql-3.23.49
Hi I am a user of Asterisk-0.5.0. I am a final year student of MCA in IGNOU.All the system are running in Red Hat-7.3 OS. I am able to transfered call in the following procedures: PSTN(INDIA)>>Mediatrix 1204>>Asterisk server>> VOCAL server>>Mediatrix 1204>>PSTN(USA) Now I want to save the cdr data in my Asterisk box.I am using RedHat-7.3 OS. I am using the
2003 Jun 12
1
Info sip/h.323 interoperability
Hi all, I'm a student (my thesis work consist in testing interopearbility SIP/H.323) and I begin to work with asterisk in this days. I have to testing to SIP/H.323, since today I have used Vocal system, but there are some problem for this features. In the asterisk mailing list, in the next message I've seen an e-mail """ [Asterisk-Users] Cisco
2003 Jul 07
2
msn
hi guys, have any of you guys managed to use msn messenger to authenticate with asterisk using its DNS name? based on my experience with other sip proxies, msn will not authenticate if it sees a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the
2003 Jun 10
2
Opportunistic VoIP
This is an idea from FreeSWAN, which was implemented in the recently released version 1.0. Basically the idea is that FreeSWAN sites automatically encrypt traffic between them when possible, without having to set up the link ahead of time. How this works is: The sites publish some info in DNS. FreeSWAN gets some traffic destined for that site. - looks up the info in DNS - if the info is there:
2003 Jun 20
7
Newbie questions.....
Hi..... I have just successfully setup Asterisk with 2 Cisco 7940 phones (converted for SIP) and a SIP softphone on a W2K box.....and it all seems to work very well.....to those who wrote this software, it is really cool. Anyway, I am new to this software, and I have a lot of questions which I am hoping someone on the mailing list might be able to answer for me.....I am basically trying to
2003 Nov 17
8
DTMF
I am trying to connect to a vocal server from an asterisk server. A call is received via iax2 to my asterisk server. I then initiate a SIP connection to the vocal server. everything works great except dtmf doesnt work. A cisco 5300 can connect to this vocal server and do dtmf without a problem. I have my dtmf set to rfc2833 in the general section of the sip.conf . I can confirm that the
2004 May 04
7
stun server
What is the best free stun server out there? The one that I have looked at from vovida requires two NICs. Is this neccessary?
2003 Sep 02
2
STUN server from Vovida
Not sure if it's alright to talk about this here??? compiled the STUN server from Vovida on RedHat 7.3. Looks simple to configure. It isn't starting...it tries to for a long time and then just craps out. Here is my config:/etc/sysconfig/stund #!/bin/echo Not to execute. # Path to stund STUND=/usr/sbin/stund # Set the required args for STUND STUNDPRIMARYHOSTNAME=208.x.x.x # The hostname
2004 Feb 03
4
voip phones
What is the best inexpensive voip phone out there? I want to try a few with *, but don't want to go broke while I'm just playing around... Tim --
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:
2003 Jun 04
3
Getting netmeeting to work with Asterisk
Hello All, Finally I realised that the Asterisk demo setup didn't include support for h323. (Maybe it should have been obvious) so I went to work out how to get the h323 channel running. I had openh323 and pwlib installed as I'd been playing with vocal so it didn't take long to do cd asterisk/channels/h323; make; make install; make samples, copy the pwlib and h323 libraries to
2003 May 06
1
SIP NOTIFY Message
any way the you can get * to send a NOTIFY SIP message to all SIP phones? to have the SIP sets recheck thier configs etc?? Like this? NOTIFY sip:sip@192.168.0.3:5060 SIP/2.0 Via: SIP/2.0/UDP ipaddress:5060;branch=1 Via: SIP/2.0/UDP ipaddress From: <sip:webadim@192.168.0.1> To: <sip:sip@192.168.0.3> Event: check-sync Date: Mon, 10 Jul 2000 16:28:53 -0700 Call-ID: test@192.168.0.1
2005 Jan 02
1
Configuration details for Asterisk interaction with Vocal
I have seen a number of people in this newsgroup asking for information regarding asterisk interworking with Vocal. I was able to configure Vocal and Asterisk so that calls originating from vocal can land on an extension in Asterisk. I would like to share this info with the group The scenario that I tested was as follows. A call was originated from extn. 1001 on Vocal and the call was made to
2004 Apr 25
8
Using Exchange to send voicemail message
Hi, I run a local exchange server and would like asterisk to send voicemail notification messages via exchange. I have had a look at the voicemail.conf file, but I can't see how I would go about configuring it to use an account set up on exchange ? The exchange account would have both POP3 and IMAP access, so how can I tell Asterisk to use the exchange account rather then sendmail ?
2006 Feb 17
3
how to add stun functionality in asterisk
Hi friends ! I want to add stun functionality in asterisk. can anybody give me some hint that how can i start that. thanks in advance Deepak Dhiman