Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-26 Thread Eric Wieling
On Sat, 2004-06-26 at 16:32, Jeremy McNamara wrote:
> Eric Wieling wrote:
> 
> > Can you post the config from your 5300s?
> 
> 
> They are customer owned gateways, but I can try.

Heck, post the Cisco configs, the chan_h323 config, and sample Dial
lines.  The more info the better.  8-)

-- 
  Eric Wieling * BTEL Consulting * 504-899-1387 x2111
"In a related story, the IRS has recently ruled that the cost of Windows
upgrades can NOT be deducted as a gambling loss."

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-26 Thread T. Chan
Hi, Jeremy, thanks for your help and dedication in resolving the problem.

There must be something that could have caused the problem. Why don't I
provide detailed information on what hardware I use and how I installed the
Asterisk and I would suggest that other colleagues who had or are having
this problem might want to do the same in order for Jeremy to help us.

I have tried two different hardware configuration with the same result. The
first Asterisk server I use a Pentium Xeon 2.4G with 512M Ram without any
digium card, I use Redhat 7.3 with Kernel upgraded to 2.4.20-28.7smp, ie.
enabling Hyperthreading. The second Asterisk server, I use a Pentium4 3.0G
with 512M Ram with same OS version and Kernel version. I read somewhere that
the system should be more stable without hyperthreading, I have tried using
2.4.20-28.7 Kernel but do not find any difference in terms of stability nor
voice quality at all.

I have tried many many times the following steps on both servers.

1. Get pwlib 1.5.2 and openh323 1.12.2 (ones as suggested by Jeremy) and
under pwlib, do ./configure, make clean, and then make both (I even tried
doing just a make opt here), and then openh323, do ./configure, make clean,
and then make opt.
1. Obtain asterisk, libpri, zaptel (although I don't need without digium
card) from cvs development head by doing CVS checkout asterisk libpri
zaptel. Everytime when I do this step, I will erase old directories to make
sure I have everything cleaned.
2. Do, make clean and make install on all directories, except that for
asterisk directory, I will go in ../asterisk/channels/h323 and do a make
clean and then make (without the install) before doing a make install under
the asterisk directory.
3. Asterisk ready.

I tried calling from another Asterisk running a January cvs into one of
these servers and out to cisco (or quintum or yet another Asterisk with
digium), but I got no audio on both servers. I tried calling from SJPhone
into one of these servers and out to cisco or quintum or another Asterisk
with digium and same thing with no audio both ends on both servers. I tried
calling from cisco, passing through one of these servers and out to another
cisco or endpoints above, same thing. No matter what I did, there was just
no audio on both ends at all.

Now, I have kept everything the same except that I changed to the stable CVS
and did the same thing as described above, and I could get audio now.

Jeremy, I hope that would give you some idea if I did anything wrong, and
probably most colleagues out there were doing similar to what I did and have
unknowingly made some mistakes somewhere. By the way, I was using a
h323.conf that is practically the same as your sample. Meantime, can you
tell us if you will be incorporating options like fast start, h245
tunneling, early alerting...into the driver? Thanks, and I hope you can
resolve this as soon as possible, thanks again for your support.

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeremy
McNamara
Sent: Saturday, June 26, 2004 4:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS


T. Chan wrote:

  Jeremy, any way to fix that? Thanks again.

I've spent many many days trying to duplicate any of these problems and
absolutely cannot.

I have tried everything from my mini-itx to my celeron based laptop to
my dual xeon dell 1750s and every single one of them work 100%
successfully in both directions with the cvs -head and chan_h323.

I've also very successfully tested interop with 5300s, Quintium A800,
some multi-tech box someone in IRC let me push a few calls thru (sorry
forgot your nick) and even my 7960 here now runs the H.323 load and then
OpenPhone works perfectly... I simply cannot duplicate any such problems.

I even manage a few different production systems with 5300s and they are
running absolutely perfectly on asterisk cvs -head with chan_h323.



Jeremy McNamara
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-26 Thread Jeremy McNamara
Eric Wieling wrote:
Can you post the config from your 5300s?

They are customer owned gateways, but I can try.
Jeremy McNamara
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-26 Thread Eric Wieling
On Sat, 2004-06-26 at 15:27, Jeremy McNamara wrote:

> I even manage a few different production systems with 5300s and they are 
> running absolutely perfectly on asterisk cvs -head with chan_h323.

Can you post the config from your 5300s?

-- 
  Eric Wieling * BTEL Consulting * 504-899-1387 x2111
"In a related story, the IRS has recently ruled that the cost of Windows
upgrades can NOT be deducted as a gambling loss."

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-26 Thread Jeremy McNamara
T. Chan wrote:
 Jeremy, any way to fix that? Thanks again.
I've spent many many days trying to duplicate any of these problems and 
absolutely cannot.

I have tried everything from my mini-itx to my celeron based laptop to 
my dual xeon dell 1750s and every single one of them work 100% 
successfully in both directions with the cvs -head and chan_h323.

I've also very successfully tested interop with 5300s, Quintium A800, 
some multi-tech box someone in IRC let me push a few calls thru (sorry 
forgot your nick) and even my 7960 here now runs the H.323 load and then 
OpenPhone works perfectly... I simply cannot duplicate any such problems.

I even manage a few different production systems with 5300s and they are 
running absolutely perfectly on asterisk cvs -head with chan_h323.


Jeremy McNamara
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-25 Thread T. Chan
HI, Scott, I am sorry to hear that you are not able to use the stable
version. I really hope that Jeremy could solve the problem with the
development cvs. Meantime, I would like to point out that faststart or not,
this problem exists. I have used fast start, slow start , early h245
alerting, disabled early h245 alerting, h245 tunneling, disabled h245
tunneling, calling from cisco to asterisk and it just does not work. Now, it
is working on this cvs. I am certain that Jeremy should be able to resolve
this which will make everyone happy. Meantime, I wonder if this H323 driver
has options with fast start, slow start, h245 tunneling, early alerting,
and if Jeremy can incorporate this as soon as possible, and more
importantly, please investigate into the passing of callerid which is
important.

Meantime, Scott, please try out the other version of Oh323 driver too, I
tried that, and it is not bad, it is passing callerid and all, and have
faststartoptions. More importantly, Michael is a really nice guy and he
gives excellent support.

Thanks, cheers

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Stingel
Sent: Friday, June 25, 2004 11:48 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS


I just posted a note to bug 1334, telling Jeremy that lots of people were
having problems, and he responded that using quickstart might be the problem
(he bases this on one earlier post).  I can't dictate to my customer how to
initiate calls from the Cisco, so I'm stuck too.

Using stable CVS head is not an option for me - too many other bugs that
effect me.

Thanks - we'll see what Jeremy comes up with. I think I'll try the other
version of H.323, perhaps I'll have better luck.

Scott


Scott M. Stingel
President,
Emerging Voice Technology, Inc.
Palo Alto California & London England
www.evtmedia.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of T. Chan
Sent: Friday, June 25, 2004 8:35 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

Dear All,

I second that, I have spent months on this. Since a few months ago when the
recommended H323 libraries were changed to pwlib 1.5.2 and OpenH323 12.2.2,
I have not been able to get audio. I tried different configurations and no
luck. I have spent months and lots of hours on it, but I was not able to get
it to work properly and was forced to stay with January CVS.

I have followed this suggestion and tried the stable cvs head instead of the
dev cvs, and bingo, I got audio. I have written in this forum at least 3 or
4 times asking for advices, but there has been no response, Jeremy has
responded once but his advice was to look at the h323.conf.sample which was
not too helpful. I thank Hekuran for this. You made my day.

If Jeremy reads this, please when convenient, let us know why there would be
difference when using the two different branches and let us know if it will
be changed on the dev cvs, thanks Jeremy. Meantime, I would also like to
take this opportunity to try raising this issue again which I have raised in
this forum at least 4 times without any response. This version of H323
driver does not seem to pass CallerID, meaning that if an asterisk server
receives the call (either via zap or VOIP), it will get the CallerID
(depends on the whether the originating interface is sending of course), but
when it sends the call out via H323 with this driver to other servers,
whether it be cisco, asterisk, quintumor other softswitches, it will NOT
pass the callerid, the other H323 driver by Michael is passing Callerid very
reliably. Jeremy, any way to fix that? Thanks again.

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Hekuran Doli
Sent: Friday, June 25, 2004 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS


After about 8 hours trying to fix this issue it succeded after compiling the
stable version of asterisk. Its working perfect now. I would sujest all of
you having this problem to compile the sable version of asterisk. I think
there is a problem with the latest cvs version of asterisk.


Best regards
Hekuran Doli


> -
>
> I'm here with you on this one.  I've not been able to figure this out
> - I triple & quadruple checked that I have the right versions of pwlib
> & openh323, & I've followed all recommendations in the README, yet I
> still do not have  audio in both directions.
>
> I'm also using a cisco 5300, & there is no firewall.
>
> Tcpdump has revealed the following:
>
> when calls are made from the 5300 to asterisk, the 5300 sends
> continual udp packets, but asterisk doesn't seem to be responding.
>
> when calls are made from asterisk to the 5300, no udp packets are sent.
>
> It should be noted that when th

RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-25 Thread Scott Stingel
I just posted a note to bug 1334, telling Jeremy that lots of people were
having problems, and he responded that using quickstart might be the problem
(he bases this on one earlier post).  I can't dictate to my customer how to
initiate calls from the Cisco, so I'm stuck too.

Using stable CVS head is not an option for me - too many other bugs that
effect me.

Thanks - we'll see what Jeremy comes up with. I think I'll try the other
version of H.323, perhaps I'll have better luck.

Scott


Scott M. Stingel
President,
Emerging Voice Technology, Inc.
Palo Alto California & London England
www.evtmedia.com 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of T. Chan
Sent: Friday, June 25, 2004 8:35 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

Dear All,

I second that, I have spent months on this. Since a few months ago when the
recommended H323 libraries were changed to pwlib 1.5.2 and OpenH323 12.2.2,
I have not been able to get audio. I tried different configurations and no
luck. I have spent months and lots of hours on it, but I was not able to get
it to work properly and was forced to stay with January CVS.

I have followed this suggestion and tried the stable cvs head instead of the
dev cvs, and bingo, I got audio. I have written in this forum at least 3 or
4 times asking for advices, but there has been no response, Jeremy has
responded once but his advice was to look at the h323.conf.sample which was
not too helpful. I thank Hekuran for this. You made my day.

If Jeremy reads this, please when convenient, let us know why there would be
difference when using the two different branches and let us know if it will
be changed on the dev cvs, thanks Jeremy. Meantime, I would also like to
take this opportunity to try raising this issue again which I have raised in
this forum at least 4 times without any response. This version of H323
driver does not seem to pass CallerID, meaning that if an asterisk server
receives the call (either via zap or VOIP), it will get the CallerID
(depends on the whether the originating interface is sending of course), but
when it sends the call out via H323 with this driver to other servers,
whether it be cisco, asterisk, quintumor other softswitches, it will NOT
pass the callerid, the other H323 driver by Michael is passing Callerid very
reliably. Jeremy, any way to fix that? Thanks again.

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Hekuran Doli
Sent: Friday, June 25, 2004 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS


After about 8 hours trying to fix this issue it succeded after compiling the
stable version of asterisk. Its working perfect now. I would sujest all of
you having this problem to compile the sable version of asterisk. I think
there is a problem with the latest cvs version of asterisk.


Best regards
Hekuran Doli


> -
>
> I'm here with you on this one.  I've not been able to figure this out 
> - I triple & quadruple checked that I have the right versions of pwlib 
> & openh323, & I've followed all recommendations in the README, yet I 
> still do not have  audio in both directions.
>
> I'm also using a cisco 5300, & there is no firewall.
>
> Tcpdump has revealed the following:
>
> when calls are made from the 5300 to asterisk, the 5300 sends 
> continual udp packets, but asterisk doesn't seem to be responding.
>
> when calls are made from asterisk to the 5300, no udp packets are sent.
>
> It should be noted that when the calls are made using sip, everything 
> works just fine.
>
>
> -g
>
>
>
> On Fri, 2004-06-25 at 10:54, Sebastian Nocetti wrote:
>> hello all, I am having a trouble with Audio using h.323 channel...
>>
>> I am doing this
>>
>> Call comes into cisco 5300 and is sent to Asterisk, asterisk catch 
>> call with h.323 driver and send call to a SoftSwitch that routes the 
>> call, I can see log debug telling me, CALLED XXX, and then RINGING, 
>> and I can hear ring tones... but when call is answered, I DONT HEAR 
>> ANYTHING... I am using lastest ASTERISK download somebody can 
>> help me to solve this problem
>>
>> thanks..!!
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incomin

RE: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-25 Thread T. Chan
Dear All,

I second that, I have spent months on this. Since a few months ago when the
recommended H323 libraries were changed to pwlib 1.5.2 and OpenH323 12.2.2,
I have not been able to get audio. I tried different configurations and no
luck. I have spent months and lots of hours on it, but I was not able to get
it to work properly and was forced to stay with January CVS.

I have followed this suggestion and tried the stable cvs head instead of the
dev cvs, and bingo, I got audio. I have written in this forum at least 3 or
4 times asking for advices, but there has been no response, Jeremy has
responded once but his advice was to look at the h323.conf.sample which was
not too helpful. I thank Hekuran for this. You made my day.

If Jeremy reads this, please when convenient, let us know why there would be
difference when using the two different branches and let us know if it will
be changed on the dev cvs, thanks Jeremy. Meantime, I would also like to
take this opportunity to try raising this issue again which I have raised in
this forum at least 4 times without any response. This version of H323
driver does not seem to pass CallerID, meaning that if an asterisk server
receives the call (either via zap or VOIP), it will get the CallerID
(depends on the whether the originating interface is sending of course), but
when it sends the call out via H323 with this driver to other servers,
whether it be cisco, asterisk, quintumor other softswitches, it will NOT
pass the callerid, the other H323 driver by Michael is passing Callerid very
reliably. Jeremy, any way to fix that? Thanks again.

TC

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Hekuran Doli
Sent: Friday, June 25, 2004 5:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS


After about 8 hours trying to fix this issue it succeded after compiling
the stable version of asterisk. Its working perfect now. I would sujest
all of you having this problem to compile the sable version of asterisk. I
think there is a problem with the latest cvs version of asterisk.


Best regards
Hekuran Doli


> -
>
> I'm here with you on this one.  I've not been able to figure this out -
> I triple & quadruple checked that I have the right versions of pwlib &
> openh323, & I've followed all recommendations in the README, yet I still
> do not have  audio in both directions.
>
> I'm also using a cisco 5300, & there is no firewall.
>
> Tcpdump has revealed the following:
>
> when calls are made from the 5300 to asterisk, the 5300 sends continual
> udp packets, but asterisk doesn't seem to be responding.
>
> when calls are made from asterisk to the 5300, no udp packets are sent.
>
> It should be noted that when the calls are made using sip, everything
> works just fine.
>
>
> -g
>
>
>
> On Fri, 2004-06-25 at 10:54, Sebastian Nocetti wrote:
>> hello all, I am having a trouble with Audio using h.323 channel...
>>
>> I am doing this
>>
>> Call comes into cisco 5300 and is sent to Asterisk, asterisk catch
>> call with h.323 driver and send call to a SoftSwitch that routes the
>> call, I can see log debug telling me, CALLED XXX, and then RINGING,
>> and I can hear ring tones... but when call is answered, I DONT HEAR
>> ANYTHING... I am using lastest ASTERISK download somebody can help
>> me to solve this problem
>>
>> thanks..!!
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-25 Thread Hekuran Doli
After about 8 hours trying to fix this issue it succeded after compiling
the stable version of asterisk. Its working perfect now. I would sujest
all of you having this problem to compile the sable version of asterisk. I
think there is a problem with the latest cvs version of asterisk.


Best regards
Hekuran Doli


> -
>
> I'm here with you on this one.  I've not been able to figure this out -
> I triple & quadruple checked that I have the right versions of pwlib &
> openh323, & I've followed all recommendations in the README, yet I still
> do not have  audio in both directions.
>
> I'm also using a cisco 5300, & there is no firewall.
>
> Tcpdump has revealed the following:
>
> when calls are made from the 5300 to asterisk, the 5300 sends continual
> udp packets, but asterisk doesn't seem to be responding.
>
> when calls are made from asterisk to the 5300, no udp packets are sent.
>
> It should be noted that when the calls are made using sip, everything
> works just fine.
>
>
> -g
>
>
>
> On Fri, 2004-06-25 at 10:54, Sebastian Nocetti wrote:
>> hello all, I am having a trouble with Audio using h.323 channel...
>>
>> I am doing this
>>
>> Call comes into cisco 5300 and is sent to Asterisk, asterisk catch
>> call with h.323 driver and send call to a SoftSwitch that routes the
>> call, I can see log debug telling me, CALLED XXX, and then RINGING,
>> and I can hear ring tones... but when call is answered, I DONT HEAR
>> ANYTHING... I am using lastest ASTERISK download somebody can help
>> me to solve this problem
>>
>> thanks..!!
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] NO AUDIO IN BOTH DIRECTIONS

2004-06-25 Thread Glen Hinkle
-

I'm here with you on this one.  I've not been able to figure this out -
I triple & quadruple checked that I have the right versions of pwlib &
openh323, & I've followed all recommendations in the README, yet I still
do not have  audio in both directions.  

I'm also using a cisco 5300, & there is no firewall. 

Tcpdump has revealed the following:

when calls are made from the 5300 to asterisk, the 5300 sends continual
udp packets, but asterisk doesn't seem to be responding. 

when calls are made from asterisk to the 5300, no udp packets are sent. 

It should be noted that when the calls are made using sip, everything
works just fine.  


-g



On Fri, 2004-06-25 at 10:54, Sebastian Nocetti wrote:
> hello all, I am having a trouble with Audio using h.323 channel...
>  
> I am doing this
>  
> Call comes into cisco 5300 and is sent to Asterisk, asterisk catch
> call with h.323 driver and send call to a SoftSwitch that routes the
> call, I can see log debug telling me, CALLED XXX, and then RINGING,
> and I can hear ring tones... but when call is answered, I DONT HEAR
> ANYTHING... I am using lastest ASTERISK download somebody can help
> me to solve this problem
>  
> thanks..!!

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users