Re: [asterisk-users] AA50 Paging

2007-10-16 Thread Jared Smith
On Sun, 2007-10-14 at 18:42 -0400, Kelly opal wrote:
 I tried that. Unfortunately it is the Dial command. The first
 phone to answer wins and the rest are dropped from the channel.

I haven't actually tried this yet on my AA50, but you should be able to
do the following:

First, configure your Grandstream phones to auto-answer.  If I remember
correctly, the setting is Allow Auto Answer by Call-Info, and you need
to set it to yes.

Next, try doing this in your dialplan and see if it works:

exten = ,1,SIPAddHeader(Call-Info:\;answer-after=0)
exten = ,n,Page(SIP/201SIP/202SIP/203SIP/204)


-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
--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] AA50 Paging

2007-10-16 Thread Joseph Begumisa
 Next, try doing this in your dialplan and see if it works:
 
 exten = ,1,SIPAddHeader(Call-Info:\;answer-after=0)
 exten = ,n,Page(SIP/201SIP/202SIP/203SIP/204)
 


The initial email mentioned that the Page command causes asterisk to reboot.


Joseph



___
--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] AA50 Paging

2007-10-14 Thread Kelly opal
Hi
I just got an AA50 from Digium and the paging command reboots
asterisk when you use it. Digium says it is a requested feature and is
of low priority. Is there any other way to page 10 Grandstream gxp2000
phones with meetme or some other command than the page command.

Thanks in advance.

Kelly
___
--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] AA50 Paging

2007-10-14 Thread Philipp Kempgen
Kelly opal wrote:

 I just got an AA50 from Digium and the paging command reboots
 asterisk when you use it.

Can't help you with this, but do you mean it reboots/crashes
the machine? Or does it restart asterisk?

Regards,
  Philipp Kempgen

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
  Asterisk? - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

___
--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] AA50 Paging

2007-10-14 Thread Klaverstyn, David C
I’m not sure if this will work on the Grandstream phones but I use this for the 
Linksys phones.

 

exten = ,1,SIPAddHeader(Call-Info:\;answer-after=0)
exten = ,n,Dial(SIP/201)
exten = ,n,HangUp 

 

I would guess it would work with multiple phones, i.e.,   exten = 
,n,Dial(SIP/201 SIP/202 SIP/203 SIP/204)

 

You may need to check the phone is configured for paging auto answer.  The 
Linksys has a field of Paging Serv and is set to yes.

 

Let me know if it works.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly opal
Sent: Monday, 15 October 2007 7:46 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] AA50 Paging

 

Hi
I just got an AA50 from Digium and the paging command reboots asterisk when 
you use it. Digium says it is a requested feature and is of low priority. Is 
there any other way to page 10 Grandstream gxp2000 phones with meetme or some 
other command than the page command.

Thanks in advance.

Kelly 

___
--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] AA50 Paging

2007-10-14 Thread Joseph Begumisa
Hi,

 

I am curious.  What version of asterisk is running on that AA50?  

 

Regards,

 

Joseph

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly opal
Sent: Sunday, October 14, 2007 5:46 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] AA50 Paging

 

Hi
I just got an AA50 from Digium and the paging command reboots asterisk when 
you use it. Digium says it is a requested feature and is of low priority. Is 
there any other way to page 10 Grandstream gxp2000 phones with meetme or some 
other command than the page command.

Thanks in advance.

Kelly 

___
--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] AA50 Paging

2007-10-14 Thread Kelly opal
Hi
It restarts asterisk. The unit does not reboot.

Kelly

On Mon, 2007-10-15 at 04:22 +0200, Philipp Kempgen wrote:

 Kelly opal wrote:
 
  I just got an AA50 from Digium and the paging command reboots
  asterisk when you use it.
 
 Can't help you with this, but do you mean it reboots/crashes
 the machine? Or does it restart asterisk?
 
 Regards,
   Philipp Kempgen
 
___
--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] AA50 Paging

2007-10-14 Thread Kelly opal
Hi
I tried that. Unfortunately it is the Dial command. The first phone
to answer wins and the rest are dropped from the channel.

Thanks

Kelly

On Mon, 2007-10-15 at 12:25 +1000, Klaverstyn, David C wrote:
 I’m not sure if this will work on the Grandstream phones but I use
 this for the Linksys phones.
 
  
 
 exten = ,1,SIPAddHeader(Call-Info:\;answer-after=0)
 exten = ,n,Dial(SIP/201)
 exten = ,n,HangUp 
 
  
 
 I would guess it would work with multiple phones, i.e.,   exten =
 ,n,Dial(SIP/201 SIP/202 SIP/203 SIP/204)
 
  
 
 You may need to check the phone is configured for paging auto answer.
 The Linksys has a field of Paging Serv and is set to yes.
 
  
 
 Let me know if it works.
 
  
 
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kelly
 opal
 Sent: Monday, 15 October 2007 7:46 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] AA50 Paging
 
 
 
  
 
 Hi
 I just got an AA50 from Digium and the paging command reboots
 asterisk when you use it. Digium says it is a requested feature and is
 of low priority. Is there any other way to page 10 Grandstream gxp2000
 phones with meetme or some other command than the page command.
 
 Thanks in advance.
 
 Kelly 
 
 
 
 ___
 --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] AA50 Paging

2007-10-14 Thread Kelly opal
Hi
Digium support says it is built on the 1.4 platform.

Kelly

On Sun, 2007-10-14 at 22:28 -0400, Joseph Begumisa wrote:
 Hi,
 
  
 
 I am curious.  What version of asterisk is running on that AA50?  
 
  
 
 Regards,
 
  
 
 
 Joseph
 
  
 
 
 
  
 
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kelly
 opal
 Sent: Sunday, October 14, 2007 5:46 PM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] AA50 Paging
 
 
 
  
 
 Hi
 I just got an AA50 from Digium and the paging command reboots
 asterisk when you use it. Digium says it is a requested feature and is
 of low priority. Is there any other way to page 10 Grandstream gxp2000
 phones with meetme or some other command than the page command.
 
 Thanks in advance.
 
 Kelly 
 
 
 
 ___
 --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