Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > VOIP > Some newbie queries

Reply
Thread Tools

Some newbie queries

 
 
wonna
Guest
Posts: n/a
 
      04-01-2004
Hope someone can answer these:

1. Are there any VoIP, packet voice related forums that I could
subscribe to? I am a newbie at VoIP, though I have some
telecom experience.

2. I have a question on the implementation of protocol message
parsing for a protocol like, say, Q.931:
How are Q.931 messages from the network parsed? Some sort of
state machine, obviously, but how does one specify the
mandatory IEs, the message format etc as part of the parser?

Are there any books/online resources that deal with such
protocol design and implementation issues?

3. I have some experience in telecom, and would like to know more
about VoIP. Which book can I refer to? I am not looking for a
"VoIP for Dummies" kind of a book. I know a great deal of telecom
fundamentals, including a fair bit of Q.931. I want to learn
about VoIP architecture, implementation, technologies and
engineering issues.

Also, if there are downloadable resources on this subject on the
Internet, please point me to them.

Thx,
Sicher
 
Reply With Quote
 
 
 
 
Phil McKerracher
Guest
Posts: n/a
 
      04-04-2004

"wonna" <> wrote in message
news: om...
> Hope someone can answer these:
>
> 1. Are there any VoIP, packet voice related forums that I could
> subscribe to? I am a newbie at VoIP, though I have some
> telecom experience.


Try news:comp.dcom.voice-over-ip, but it's not very active.

> 2. I have a question on the implementation of protocol message
> parsing for a protocol like, say, Q.931:
> How are Q.931 messages from the network parsed? Some sort of
> state machine, obviously, but how does one specify the
> mandatory IEs, the message format etc as part of the parser?


ASN.1 was invented to solve precisely this problem, but Q.931 was written
before ASN.1 existed and there is no precise definition of the parsing of
Q.931 that I am aware of. You have to read through Q.931 very carefully and
craft code that implements the (sometimes ambiguous) requirements. Or else
buy a commercial stack.

> Are there any books/online resources that deal with such
> protocol design and implementation issues?
>
> 3. I have some experience in telecom, and would like to know more
> about VoIP. Which book can I refer to? I am not looking for a
> "VoIP for Dummies" kind of a book. I know a great deal of telecom
> fundamentals, including a fair bit of Q.931. I want to learn
> about VoIP architecture, implementation, technologies and
> engineering issues.
>
> Also, if there are downloadable resources on this subject on the
> Internet, please point me to them.


Try www.voip-info.org

--
Phil McKerracher
www.mckerracher.org


 
Reply With Quote
 
 
 
 
Olivier Dubuisson
Guest
Posts: n/a
 
      04-05-2004
(wonna) wrote in message news:<. com>...
> Hope someone can answer these:
>
>
> 2. I have a question on the implementation of protocol message
> parsing for a protocol like, say, Q.931:
> How are Q.931 messages from the network parsed? Some sort of
> state machine, obviously, but how does one specify the
> mandatory IEs, the message format etc as part of the parser?
>
> Are there any books/online resources that deal with such
> protocol design and implementation issues?


The Encoding Control Notation (ECN) associated with ASN.1 allows to
formally specify legacy encodings. When an ECN specification is given
to an ECN compiler, the tools output encoding/decoding functions that
are capable of parsing messages.

More information about ECN at:
http://asn1.elibel.tm.fr/ecn/

OSS Nokalva (http://www.oss.com) might give you more information about
an ECN specification for Q.931.

Olivier Dubuisson
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xslt queries in xml to SQL queries Ian Roddis Python 3 02-26-2006 06:49 PM
so many queries within queries I'm confused Abby Lee ASP General 11 08-06-2004 07:56 PM
Some General Queries Sameer Shinde Java 7 07-20-2004 10:45 PM
Some queries on Client Certificates =?Utf-8?B?ZGlub28=?= ASP .Net 3 07-19-2004 12:12 PM
some queries on freeing memory allocated using malloc Hassan Iqbal C Programming 3 09-25-2003 02:53 PM



Advertisments