Re: [asterisk-users] Paging in Asterisk

2007-10-14 Thread bu
Hi All,

I've been trying to send a message to the list for the past 3 days, but 
I neither get bounces nor the message appearing in the list, so someone 
on IRC sugested I reply to an existing message.

My subject is related to this message, although slightly different.

Apologies if my actual messages appear in the list. Here's a paste of 
one of my past messages:
--
I'm playing with a PA-type setup, where people can dial a number, and 
Asterisk would place a call file to get another phone to dial in (auto 
answering) and play to it a sound.

It's woking, but I'm getting some errors, as I'll paste below.

So, my setup:
Asterisk 1.4.13
Debian GNU/Linux 4.0
Linux Kernel 2.6.18-5-686

SIP client:
snom360 5.3 soft-phone
SIP/[EMAIL PROTECTED]

My call file:
Channel: Local/[EMAIL PROTECTED]/n
Extension: 6600

extensions.conf:

[from-sip]
exten = 6600,1,Answer
exten = 6600,n,Wait(1)
exten = 6600,n,Playback(demo-thanks)
exten = 6600,n,Hangup
   
[localtest]
exten = pa,1,SIPAddHeader(Call-Info:sip:asterisk\;answer-after=0)
exten = pa,n,Dial(SIP/pa)


The Console (-rvvv):

  -- Attempting call on Local/[EMAIL PROTECTED]/n for [EMAIL PROTECTED]:1 
(Retry 1)
  -- Executing [EMAIL PROTECTED]:1] 
SIPAddHeader(Local/[EMAIL PROTECTED],2, 
Call-Info:sip:asterisk;answer-after=0) in new stack
  -- Executing [EMAIL PROTECTED]:2] Dial(Local/[EMAIL PROTECTED],2, 
SIP/pa) in new stack
  -- Called pa
  -- SIP/pa-081ddd30 is ringing
  -- SIP/pa-081ddd30 answered Local/[EMAIL PROTECTED],2
== Starting Local/[EMAIL PROTECTED],1 at default,6600,1 failed so 
falling back to exten 's'
  -- Executing [EMAIL PROTECTED]:1] Wait(Local/[EMAIL PROTECTED],1, 1) in 
new stack
[Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
gsmtolin
[Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
gsmtolin
.
.
.
And it keeps going, really fast, indefinately, until hung up.

Any ideas? How about the 's' error above?

Thanks,
bu


Nick Couchman wrote:

 Our office does not have a PA system, and in our current phone system 
 we have a certain extension that we dial that pages over the speaker 
 of all the phones in the office.  Does Asterisk support this feature? 
  If so, could someone tell me the best way to set this up in AsteriskNOW?


 Thanks,

 Nick



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-14 Thread bu
Actually, forget everything else.

Even when I simply pick up the handset and dial 6600, I get those errors 
in console, so it's not related to paging or call files or anything 
special, I guess..

Any ideas?

bu

[EMAIL PROTECTED] wrote:
 Hi All,

 I've been trying to send a message to the list for the past 3 days, but 
 I neither get bounces nor the message appearing in the list, so someone 
 on IRC sugested I reply to an existing message.

 My subject is related to this message, although slightly different.

 Apologies if my actual messages appear in the list. Here's a paste of 
 one of my past messages:
 --
 I'm playing with a PA-type setup, where people can dial a number, and 
 Asterisk would place a call file to get another phone to dial in (auto 
 answering) and play to it a sound.

 It's woking, but I'm getting some errors, as I'll paste below.

 So, my setup:
 Asterisk 1.4.13
 Debian GNU/Linux 4.0
 Linux Kernel 2.6.18-5-686

 SIP client:
 snom360 5.3 soft-phone
 SIP/[EMAIL PROTECTED]

 My call file:
 Channel: Local/[EMAIL PROTECTED]/n
 Extension: 6600

 extensions.conf:

 [from-sip]
 exten = 6600,1,Answer
 exten = 6600,n,Wait(1)
 exten = 6600,n,Playback(demo-thanks)
 exten = 6600,n,Hangup

 [localtest]
 exten = pa,1,SIPAddHeader(Call-Info:sip:asterisk\;answer-after=0)
 exten = pa,n,Dial(SIP/pa)


 The Console (-rvvv):

   -- Attempting call on Local/[EMAIL PROTECTED]/n for [EMAIL PROTECTED]:1 
 (Retry 1)
   -- Executing [EMAIL PROTECTED]:1] 
 SIPAddHeader(Local/[EMAIL PROTECTED],2, 
 Call-Info:sip:asterisk;answer-after=0) in new stack
   -- Executing [EMAIL PROTECTED]:2] Dial(Local/[EMAIL PROTECTED],2, 
 SIP/pa) in new stack
   -- Called pa
   -- SIP/pa-081ddd30 is ringing
   -- SIP/pa-081ddd30 answered Local/[EMAIL PROTECTED],2
 == Starting Local/[EMAIL PROTECTED],1 at default,6600,1 failed so 
 falling back to exten 's'
   -- Executing [EMAIL PROTECTED]:1] Wait(Local/[EMAIL PROTECTED],1, 1) in 
 new stack
 [Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
 gsmtolin
 [Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
 gsmtolin
 .
 .
 .
 And it keeps going, really fast, indefinately, until hung up.

 Any ideas? How about the 's' error above?

 Thanks,
 bu


 Nick Couchman wrote:
   
 Our office does not have a PA system, and in our current phone system 
 we have a certain extension that we dial that pages over the speaker 
 of all the phones in the office.  Does Asterisk support this feature? 
  If so, could someone tell me the best way to set this up in AsteriskNOW?


 Thanks,

 Nick

 


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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

   


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-14 Thread Paul Hales

Does 'sip show peers' actually show the phone as registered?

PaulH


On Mon, 2007-10-15 at 02:05 +1000, [EMAIL PROTECTED] wrote:
 Actually, forget everything else.
 
 Even when I simply pick up the handset and dial 6600, I get those errors 
 in console, so it's not related to paging or call files or anything 
 special, I guess..
 
 Any ideas?
 
 bu
 
 [EMAIL PROTECTED] wrote:
  Hi All,
 
  I've been trying to send a message to the list for the past 3 days, but 
  I neither get bounces nor the message appearing in the list, so someone 
  on IRC sugested I reply to an existing message.
 
  My subject is related to this message, although slightly different.
 
  Apologies if my actual messages appear in the list. Here's a paste of 
  one of my past messages:
  --
  I'm playing with a PA-type setup, where people can dial a number, and 
  Asterisk would place a call file to get another phone to dial in (auto 
  answering) and play to it a sound.
 
  It's woking, but I'm getting some errors, as I'll paste below.
 
  So, my setup:
  Asterisk 1.4.13
  Debian GNU/Linux 4.0
  Linux Kernel 2.6.18-5-686
 
  SIP client:
  snom360 5.3 soft-phone
  SIP/[EMAIL PROTECTED]
 
  My call file:
  Channel: Local/[EMAIL PROTECTED]/n
  Extension: 6600
 
  extensions.conf:
 
  [from-sip]
  exten = 6600,1,Answer
  exten = 6600,n,Wait(1)
  exten = 6600,n,Playback(demo-thanks)
  exten = 6600,n,Hangup
 
  [localtest]
  exten = pa,1,SIPAddHeader(Call-Info:sip:asterisk\;answer-after=0)
  exten = pa,n,Dial(SIP/pa)
 
 
  The Console (-rvvv):
 
-- Attempting call on Local/[EMAIL PROTECTED]/n for [EMAIL PROTECTED]:1 
  (Retry 1)
-- Executing [EMAIL PROTECTED]:1] 
  SIPAddHeader(Local/[EMAIL PROTECTED],2, 
  Call-Info:sip:asterisk;answer-after=0) in new stack
-- Executing [EMAIL PROTECTED]:2] Dial(Local/[EMAIL PROTECTED],2, 
  SIP/pa) in new stack
-- Called pa
-- SIP/pa-081ddd30 is ringing
-- SIP/pa-081ddd30 answered Local/[EMAIL PROTECTED],2
  == Starting Local/[EMAIL PROTECTED],1 at default,6600,1 failed so 
  falling back to exten 's'
-- Executing [EMAIL PROTECTED]:1] Wait(Local/[EMAIL PROTECTED],1, 1) 
  in 
  new stack
  [Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
  gsmtolin
  [Oct 11 19:10:52] WARNING[3912]: translate.c:163 framein: no samples for 
  gsmtolin
  .
  .
  .
  And it keeps going, really fast, indefinately, until hung up.
 
  Any ideas? How about the 's' error above?
 
  Thanks,
  bu
 
 
  Nick Couchman wrote:

  Our office does not have a PA system, and in our current phone system 
  we have a certain extension that we dial that pages over the speaker 
  of all the phones in the office.  Does Asterisk support this feature? 
   If so, could someone tell me the best way to set this up in AsteriskNOW?
 
 
  Thanks,
 
  Nick
 
  
 
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 

 
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-12 Thread Joseph Begumisa
No, I am not sure whether it's still an issue with the newer series because
I have not had a chance to test this with one of those models.

 

Regards,

 

Joseph

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Canfield
Sent: Thursday, October 11, 2007 4:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Paging in Asterisk

 

Joseph Begumisa wrote: 

I had the same problem with 45 polycom 601 phones in the same page group.
It was just like you describe it and I got the same answer from polycom.
What I did to go around that was add a second line key with a different
extension number on each phone and then create the page group with the
second extensions as members instead of the first extension.

Interesting.  I've seen the reboot mystery mentioned before. Some have
pointed to power, but this makes sense. Do you know if this is still an
issue on the newer series (330,550,650) phones as well? 



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Paging in Asterisk

2007-10-12 Thread Joseph Begumisa
Yes, this is true when using presence on the 601's.  With presence disabled,
you get no reboots at all.  That's why when I realized that, I decided on
the setup I mentioned below.  However, you could let us know whether this is
true for the 650's 550's and 330's.

 

Joseph

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Forrest Beck
Sent: Friday, October 12, 2007 9:08 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Paging in Asterisk

 

I use a mysql script to dynamically generate the page command and page about
70 phones, and I have never had a reboot problem.  Sometimes there is a
slight delay waiting for all the phones to join the page conference.  I am
using a mix of 650's, 550's, and 330's.  

 

It must only be an issue if you are using presence.  Maybe I will setup
presence on a couple phones and see if they reboot.

 

 

Forrest Beck

[EMAIL PROTECTED]

http://www.shift8.biz/blog

 

 

On Oct 11, 2007, at 4:34 PM, Jim Canfield wrote:





Joseph Begumisa wrote: 

I had the same problem with 45 polycom 601 phones in the same page group.
It was just like you describe it and I got the same answer from polycom.
What I did to go around that was add a second line key with a different
extension number on each phone and then create the page group with the
second extensions as members instead of the first extension.

Interesting.  I've seen the reboot mystery mentioned before. Some have
pointed to power, but this makes sense. Do you know if this is still an
issue on the newer series (330,550,650) phones as well? 



___

--Bandwidth and Colocation Provided by http://www.api-digital.com--

 

asterisk-users mailing list

To UNSUBSCRIBE or update options visit:

   http://lists.digium.com/mailman/listinfo/asterisk-users

 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Paging in Asterisk

2007-10-12 Thread Forrest Beck
I use a mysql script to dynamically generate the page command and  
page about 70 phones, and I have never had a reboot problem.   
Sometimes there is a slight delay waiting for all the phones to join  
the page conference.  I am using a mix of 650's, 550's, and 330's.


It must only be an issue if you are using presence.  Maybe I will  
setup presence on a couple phones and see if they reboot.



Forrest Beck
[EMAIL PROTECTED]
http://www.shift8.biz/blog


On Oct 11, 2007, at 4:34 PM, Jim Canfield wrote:


Joseph Begumisa wrote:
I had the same problem with 45 polycom 601 phones in the same page  
group.  It was just like you describe it and I got the same answer  
from polycom.  What I did to go around that was add a second line  
key with a different extension number on each phone and then  
create the page group with the second extensions as members  
instead of the first extension.


Interesting.  I've seen the reboot mystery mentioned before. Some  
have pointed to power, but this makes sense. Do you know if this is  
still an issue on the newer series (330,550,650) phones as well?



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Paging in Asterisk

2007-10-12 Thread Bill Andersen
 I use a mysql script to dynamically generate the page command
 and page about 70 phones, and I have never had a reboot problem.
 Sometimes there is a slight delay waiting for all the phones to
 join the page conference. I am using a mix of 650's, 550's, and
 330's. 

 It must only be an issue if you are using presence. Maybe I will
 setup presence on a couple phones and see if they reboot.

It is definitely the presence.  My set up is as follows:

IP601 (Receptionist x7110)  Buddy List turned ON
 (Only way to update sidcar)
IP501 (32 user phones)Buddy List turned OFF
 (Cuts down on traffic)

I have about 15 of the IP501s in the Page Group.  I would have
all of them, but too may more than 15 will cause the 601 to
reboot EVERY time. At least with 15, it only reboots about
1 out of 15-20 pages.  I have to have at least the 15 extensions
in my group to get the whole building covered.

When there is a page, the CLI shows

Extension Changed 7118 new state InUse for Notify User 7110
Extension Changed 7134 new state InUse for Notify User 7110
Extension Changed 7117 new state InUse for Notify User 7110
Extension Changed 7125 new state InUse for Notify User 7110
Extension Changed 7123 new state InUse for Notify User 7110
Extension Changed 7114 new state InUse for Notify User 7110
Extension Changed 7137 new state InUse for Notify User 7110
... for all 15

THIS, according to Polycom is the rush of presence information
that overwhelms the 601 and causes it to reboot.

They suggest moving to new firmware (which for right now I
can't), but I'm going to try Joseph's GREAT suggestion to
set one of the other lines on the 501 to a secondary
extension within the page group... Thanks Joseph!!!
I'll let you know how that works.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-11 Thread Joseph Begumisa
I had the same problem with 45 polycom 601 phones in the same page group.
It was just like you describe it and I got the same answer from polycom.
What I did to go around that was add a second line key with a different
extension number on each phone and then create the page group with the
second extensions as members instead of the first extension. 

 

For example if one phone was extension 154, I added a second line key
assigned extension 8154 to that phone only for the purpose of receiving
pages and then added 8154 to the page group instead of 154.  This way
presence can still be enabled for 154 while 8154 which is not watched (and
therefore will not send out those presence notifications which cause the
phone to reboot) can be used to receive the pages.

 

 

 

Joseph

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Al lists
Sent: Wednesday, October 10, 2007 1:15 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Paging in Asterisk

 

i'm using Polycom 601 in an office of 30 handsets.
I have not heard my customer complaining about phones being rebooted after
page.



On 10/9/07, Bill Andersen [EMAIL PROTECTED] wrote:

 I could not tell you in asterisknow but I use this feature with Polycom 
 phones on all of my installs.  It is very well documented in voip-info.org

Do you have any problem with the Paging when there are say 20 phones
in the page group?  We have a IP601 that is used by the receptionist 
and has 2 side cars.  We have to keep presence (Buddy List) enabled so
the sidecar lights go on and off.  However, about 1 out of 10 times
the receptionist pages, her phone reboots.  Polycom says it can't
handle the traffic from the buddy list presence notifications.

Have you seen this?

Bill


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Paging in Asterisk

2007-10-11 Thread Jim Canfield
   Joseph Begumisa wrote:

 I had the same problem with 45 polycom 601 phones in the same page
 group.  It was just like you describe it and I got the same answer from
 polycom.  What I did to go around that was add a second line key with a
 different extension number on each phone and then create the page group
 with the second extensions as members instead of the first extension.

   Interesting.  I've seen the reboot mystery mentioned before. Some have
   pointed to power, but this makes sense. Do you know if this is still an
   issue on the newer series (330,550,650) phones as well?
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

[asterisk-users] Paging in Asterisk

2007-10-09 Thread Nick Couchman
Our office does not have a PA system, and in our current phone system we have a 
certain extension that we dial that pages over the speaker of all the phones in 
the office.  Does Asterisk support this feature?  If so, could someone tell me 
the best way to set this up in AsteriskNOW? 

Thanks, 
Nick 
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Paging in Asterisk

2007-10-09 Thread Steve Totaro
Nick Couchman wrote:
 
 
 Our office does not have a PA system, and in our current phone system we 
 have a certain extension that we dial that pages over the speaker of all 
 the phones in the office.  Does Asterisk support this feature?  If so, 
 could someone tell me the best way to set this up in AsteriskNOW?
 
 
 Thanks,
 
 Nick
 


I could not tell you in asterisknow but I use this feature with Polycom 
phones on all of my installs.  It is very well documented in voip-info.org

Thanks,
Steve Totaro

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-09 Thread Bill Andersen
 I could not tell you in asterisknow but I use this feature with Polycom
 phones on all of my installs.  It is very well documented in voip-info.org

Do you have any problem with the Paging when there are say 20 phones
in the page group?  We have a IP601 that is used by the receptionist
and has 2 side cars.  We have to keep presence (Buddy List) enabled so
the sidecar lights go on and off.  However, about 1 out of 10 times
the receptionist pages, her phone reboots.  Polycom says it can't
handle the traffic from the buddy list presence notifications.

Have you seen this?

Bill


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Paging in Asterisk

2007-10-09 Thread Al lists
i'm using Polycom 601 in an office of 30 handsets.
I have not heard my customer complaining about phones being rebooted after
page.


On 10/9/07, Bill Andersen [EMAIL PROTECTED] wrote:

  I could not tell you in asterisknow but I use this feature with Polycom
  phones on all of my installs.  It is very well documented in
 voip-info.org

 Do you have any problem with the Paging when there are say 20 phones
 in the page group?  We have a IP601 that is used by the receptionist
 and has 2 side cars.  We have to keep presence (Buddy List) enabled so
 the sidecar lights go on and off.  However, about 1 out of 10 times
 the receptionist pages, her phone reboots.  Polycom says it can't
 handle the traffic from the buddy list presence notifications.

 Have you seen this?

 Bill


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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