Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice

2005-08-20 Thread Mark Phillips

I think I spotted what's going on.

When I sift through the sip debug I see that my server is looking for my 
number in the context I take the calls into. Problem is its not there.


I was expecting * to dump the call into the exten=s,1,blahblahblah 
logic but it's not doing that.


Now I think about it I did a cvs code update/co,pile etc about 5 days 
ago. Have I discovered a newly intor'd bug?


I'm gonna roll back and see if it goes away.

Mark




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
Sent: Friday, August 19, 2005 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
Yes, I've restarted asterisk and even rebooted my machine.
sip show registry shows
pbx*CLI sip show registry
HostUsername   Refresh State
sip.varphonex.com:5060  8281625105 Registered
sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
pbx*CLI
I did the same on my friends machine and it show the same thing.
Why is the refresh period so large and what can I do to shorten it?
I've ruled out any ISP issues. I can receive calls on my other VoIP 
services just fine.

Mark
Tom Rymes wrote:


Have you restarted Asterisk to see if that helps?

What does 'sip show registry' show?

Tom

On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:


So it was all working well and then suddenly I'm unable to get  
incoming calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
[EMAIL PROTECTED]/2208


[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729




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



--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-20 Thread Mark Phillips

This is very odd.

I've been able to fix the problem by adding a DID route as follows

exten = 9738281625,1,Dial(SIP/2208)

Without this line it doesn't work. I've even rolled back from the latest 
CVS head to the release 1.0.8 and still it don;t work.


I'm flumaxed!!

Mark

Mark Phillips wrote:

I think I spotted what's going on.

When I sift through the sip debug I see that my server is looking for my 
number in the context I take the calls into. Problem is its not there.


I was expecting * to dump the call into the exten=s,1,blahblahblah 
logic but it's not doing that.


Now I think about it I did a cvs code update/co,pile etc about 5 days 
ago. Have I discovered a newly intor'd bug?


I'm gonna roll back and see if it goes away.

Mark




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark 
Phillips

Sent: Friday, August 19, 2005 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from 
Broadvoice

Yes, I've restarted asterisk and even rebooted my machine.
sip show registry shows
pbx*CLI sip show registry
HostUsername   Refresh State
sip.varphonex.com:5060  8281625105 Registered
sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
pbx*CLI
I did the same on my friends machine and it show the same thing.
Why is the refresh period so large and what can I do to shorten it?
I've ruled out any ISP issues. I can receive calls on my other VoIP 
services just fine.

Mark
Tom Rymes wrote:


Have you restarted Asterisk to see if that helps?

What does 'sip show registry' show?

Tom

On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:


So it was all working well and then suddenly I'm unable to get  
incoming calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
[EMAIL PROTECTED]/2208


[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729





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





--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Mark Phillips
So it was all working well and then suddenly I'm unable to get incoming 
calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE:[EMAIL PROTECTED]/2208

[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729




--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Tom Rymes

Have you restarted Asterisk to see if that helps?

What does 'sip show registry' show?

Tom

On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:

So it was all working well and then suddenly I'm unable to get  
incoming calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
[EMAIL PROTECTED]/2208


[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729




--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Mark Phillips
OK, this seems to be their side at first look.  My friend whom has the 
same setup as me is also having the same problem.


Opinions?



Mark Phillips wrote:
So it was all working well and then suddenly I'm unable to get incoming 
calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE:[EMAIL PROTECTED]/2208 



[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729






--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Manny A. Wise
Well, some smarty pants lady at broadvoice, claim that the problem is in our
end, well, I have taking my box out of the picture, I went to bv control
panel and have forwarded the calls to my home phone number, she STILL
insist that the problem is my asterisk box, the one I deleted the
Broadvoice trunk..  ;)
Maybe I should just leave the trunk deleted and don't fight it anymore... :(
The real funny part is the if I call from teliax to my 10 digit number the
call get forwarded to my home, NO problem..
Is only when the number is called from a real PSTN number that the person
get fast busy, well fast busy today, yesterday was this number has been
disconnected...
Maybe next she is going to say bv will not work with asterisk box out of the
picture...jajajajaja

Manny


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
Sent: Friday, August 19, 2005 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
Yes, I've restarted asterisk and even rebooted my machine.
sip show registry shows
pbx*CLI sip show registry
HostUsername   Refresh State
sip.varphonex.com:5060  8281625105 Registered
sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
pbx*CLI
I did the same on my friends machine and it show the same thing.
Why is the refresh period so large and what can I do to shorten it?
I've ruled out any ISP issues. I can receive calls on my other VoIP 
services just fine.
Mark
Tom Rymes wrote:
 Have you restarted Asterisk to see if that helps?
 
 What does 'sip show registry' show?
 
 Tom
 
 On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:
 
 So it was all working well and then suddenly I'm unable to get  
 incoming calls from BV. Outgoing is fine. I'm using AAH.

 I have the following settings;

 [EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
 [EMAIL PROTECTED]/2208

 [broadvoice]
 username=9738281625
 user=phone
 type=peer
 secret=PASSWORD-GOES-HERE
 qualify=1000
 port=5060
 nat=yes
 insecure=very
 host=sip.broadvoice.com
 fromuser=9738281625
 fromdomain=sip.broadvoice.com
 dtmfmode=inband
 dtmf=inband
 disallow=all
 context=ext-local
 canreinvite=no
 authname=9738281625
 allow=ulaw
 allow=g726
 allow=g729


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Mark Phillips
Same here. When I turn on their forwarding or their VM my inbound calls 
complete. Thing is though, why suddenly now does it not work.


I can't believ that 3 of us have been messing with our boxes at the same 
time? I reckon they made a change at their end and won't fess up.




Manny A. Wise wrote:

Well, some smarty pants lady at broadvoice, claim that the problem is in our
end, well, I have taking my box out of the picture, I went to bv control
panel and have forwarded the calls to my home phone number, she STILL
insist that the problem is my asterisk box, the one I deleted the
Broadvoice trunk..  ;)
Maybe I should just leave the trunk deleted and don't fight it anymore... :(
The real funny part is the if I call from teliax to my 10 digit number the
call get forwarded to my home, NO problem..
Is only when the number is called from a real PSTN number that the person
get fast busy, well fast busy today, yesterday was this number has been
disconnected...
Maybe next she is going to say bv will not work with asterisk box out of the
picture...jajajajaja

Manny


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
Sent: Friday, August 19, 2005 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
Yes, I've restarted asterisk and even rebooted my machine.
sip show registry shows
pbx*CLI sip show registry
HostUsername   Refresh State
sip.varphonex.com:5060  8281625105 Registered
sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
pbx*CLI
I did the same on my friends machine and it show the same thing.
Why is the refresh period so large and what can I do to shorten it?
I've ruled out any ISP issues. I can receive calls on my other VoIP 
services just fine.

Mark
Tom Rymes wrote:


Have you restarted Asterisk to see if that helps?

What does 'sip show registry' show?

Tom

On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:


So it was all working well and then suddenly I'm unable to get  
incoming calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
[EMAIL PROTECTED]/2208


[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729




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



--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Mark Phillips

OK, now I know of 5 peeps that suddenly are having this problem.

It has to be them right?

Mark (in the rainy end of NNJ)

Manny A. Wise wrote:

Well, some smarty pants lady at broadvoice, claim that the problem is in our
end, well, I have taking my box out of the picture, I went to bv control
panel and have forwarded the calls to my home phone number, she STILL
insist that the problem is my asterisk box, the one I deleted the
Broadvoice trunk..  ;)
Maybe I should just leave the trunk deleted and don't fight it anymore... :(
The real funny part is the if I call from teliax to my 10 digit number the
call get forwarded to my home, NO problem..
Is only when the number is called from a real PSTN number that the person
get fast busy, well fast busy today, yesterday was this number has been
disconnected...
Maybe next she is going to say bv will not work with asterisk box out of the
picture...jajajajaja

Manny


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
Sent: Friday, August 19, 2005 1:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
Yes, I've restarted asterisk and even rebooted my machine.
sip show registry shows
pbx*CLI sip show registry
HostUsername   Refresh State
sip.varphonex.com:5060  8281625105 Registered
sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
pbx*CLI
I did the same on my friends machine and it show the same thing.
Why is the refresh period so large and what can I do to shorten it?
I've ruled out any ISP issues. I can receive calls on my other VoIP 
services just fine.

Mark
Tom Rymes wrote:


Have you restarted Asterisk to see if that helps?

What does 'sip show registry' show?

Tom

On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:


So it was all working well and then suddenly I'm unable to get  
incoming calls from BV. Outgoing is fine. I'm using AAH.


I have the following settings;

[EMAIL PROTECTED]:PASSWORD-GOES-HERE: 
[EMAIL PROTECTED]/2208


[broadvoice]
username=9738281625
user=phone
type=peer
secret=PASSWORD-GOES-HERE
qualify=1000
port=5060
nat=yes
insecure=very
host=sip.broadvoice.com
fromuser=9738281625
fromdomain=sip.broadvoice.com
dtmfmode=inband
dtmf=inband
disallow=all
context=ext-local
canreinvite=no
authname=9738281625
allow=ulaw
allow=g726
allow=g729




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



--

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread BJ Weschke
 I'm using their dca proxy and have not had any problems at all today
with them.

 I've got 201 and 212 DID's with them and both have completed incoming
calls throughout the day today.

On 8/19/05, Mark Phillips [EMAIL PROTECTED] wrote:
 OK, now I know of 5 peeps that suddenly are having this problem.
 
 It has to be them right?
 
 Mark (in the rainy end of NNJ)
 
 Manny A. Wise wrote:
  Well, some smarty pants lady at broadvoice, claim that the problem is in our
  end, well, I have taking my box out of the picture, I went to bv control
  panel and have forwarded the calls to my home phone number, she STILL
  insist that the problem is my asterisk box, the one I deleted the
  Broadvoice trunk..  ;)
  Maybe I should just leave the trunk deleted and don't fight it anymore... :(
  The real funny part is the if I call from teliax to my 10 digit number the
  call get forwarded to my home, NO problem..
  Is only when the number is called from a real PSTN number that the person
  get fast busy, well fast busy today, yesterday was this number has been
  disconnected...
  Maybe next she is going to say bv will not work with asterisk box out of the
  picture...jajajajaja
 
  Manny
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
  Sent: Friday, August 19, 2005 1:35 PM
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
  Yes, I've restarted asterisk and even rebooted my machine.
  sip show registry shows
  pbx*CLI sip show registry
  HostUsername   Refresh State
  sip.varphonex.com:5060  8281625105 Registered
  sip.broadvoice.com:5060 [EMAIL PROTECTED]  3495 Registered
  pbx*CLI
  I did the same on my friends machine and it show the same thing.
  Why is the refresh period so large and what can I do to shorten it?
  I've ruled out any ISP issues. I can receive calls on my other VoIP
  services just fine.
  Mark
  Tom Rymes wrote:
 
 Have you restarted Asterisk to see if that helps?
 
 What does 'sip show registry' show?
 
 Tom
 
 On Aug 19, 2005, at 10:42 AM, Mark Phillips wrote:
 
 
 So it was all working well and then suddenly I'm unable to get
 incoming calls from BV. Outgoing is fine. I'm using AAH.
 
 I have the following settings;
 
 [EMAIL PROTECTED]:PASSWORD-GOES-HERE:
 [EMAIL PROTECTED]/2208
 
 [broadvoice]
 username=9738281625
 user=phone
 type=peer
 secret=PASSWORD-GOES-HERE
 qualify=1000
 port=5060
 nat=yes
 insecure=very
 host=sip.broadvoice.com
 fromuser=9738281625
 fromdomain=sip.broadvoice.com
 dtmfmode=inband
 dtmf=inband
 disallow=all
 context=ext-local
 canreinvite=no
 authname=9738281625
 allow=ulaw
 allow=g726
 allow=g729
 
 
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 --
 
 Mark, G7LTT/KC2ENI
 Randolph, NJ
 http://www.g7ltt.com
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 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
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Chris Shaw
Working fine here in the Northwest. Actually I haven't had a single problem
with them since the dreaded Global Crossing fiasco...

-Chris



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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] Sudenly unable to get incoming from Broadvoice

2005-08-19 Thread Manny A. Wise
Well, mine started to work for a while and down again..I give up  ;(

But the good news is.. I just got a DID from teliax... ;)

The part that really bother me was the recording when the number was
called two days ago the number you have call has been disconnected..
The fast busy, not going though, etc.. I can live with that, but saying this
number has been disconnected and they tell me that is my box, really piss me
off. oopsss I should not be saying that in public, sorry.. ;)

Manny

PS.. I guess I will have to change my signature now to poin to the teliax
phone number, thanks god it was not business cards...jajajejejejjijijjiji


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Phillips
Sent: Friday, August 19, 2005 4:17 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] Sudenly unable to get incoming from Broadvoice
OK, now I know of 5 peeps that suddenly are having this problem.
It has to be them right?
Mark (in the rainy end of NNJ)

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