Re: [asterisk-users] Polycom push application for microbrowser

2009-09-25 Thread randulo
Hi,

Sorry about posted a protected link, I forgot we'd closed the site to
spammers since we don't use it anymore. The useful content was
re-posted in our list.

---
URI dialing on Polycom phones

http://tr.im/polyapp

One of the applications originally posted in the VoIP Users Conference
site by Dave Van Ginneken
---


I encourage anyone interested in this kind of thing to join us in this
quiet and friendly mailing list (which is a Google Group so I found
the link to Dave's application).  It's another way we, the VoIP users
community, keep in touch and share.


Also of possible interest:

June 2009: Polycom Applications with Mike Seto, Polycoms VP of market
and business development for Polycom’s voice communications division.

 http://VUC.me/2009/02/polycom-applications-with-mike-seto/

Hope some of this helps. Dave's scripts work and they point up the
serious barriers to writing apps for Polycom: the docs are horrible to
wade through and Polycom does not make an effort to make application
programming easy of efficient. AT worst, someone should write a book
with example. The microbrowser can be a useful addition to the phone.
I use it to display an RSS feed. That script should also be in the VUC
list somewhere.

Regards,

Randy

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


[asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Mike
Hi,

 

I have been trying a (really simple) push application for the Polycom
microbrowser, using a Polycom 650 with 3.2 firmware.

 

I can't do anything, I always get Push message cannot be displayed back
from the Polycom phone, and all I am sending is the Polycom example :

 

PolycomIPPhone

Data priority=”critical” h1 Fire Drill at 2pm /h1 Please exit

and congregate at your appropriate location outside /Data

/PolycomIPPhone

 

Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
first test. (all urlencoded, yes)

 

Did anyone ever succeed in doing this here?  I'd appreciate any tips.

 

 

 

 

Mike

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Dave Fullerton
Mike wrote:
 Hi,
 
  
 
 I have been trying a (really simple) push application for the Polycom
 microbrowser, using a Polycom 650 with 3.2 firmware.
 
  
 
 I can't do anything, I always get Push message cannot be displayed back
 from the Polycom phone, and all I am sending is the Polycom example :
 
  
 
 PolycomIPPhone
 
 Data priority=”critical” h1 Fire Drill at 2pm /h1 Please exit
 
 and congregate at your appropriate location outside /Data
 
 /PolycomIPPhone
 
  
 
 Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
 first test. (all urlencoded, yes)
 
  
 
 Did anyone ever succeed in doing this here?  I'd appreciate any tips.
 
 Mike

I've never done it (or heard of it until now), it looks pretty cool. Is 
the apps.push.messageType field set in sip.cfg? Did you set the 
apps.push.username and apps.push.password fields and is curl sending 
that username/password to the phone?

Just stabs in the dark.

-Dave

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Danny Nicholas
This is also a stab-in-the-dark as my 501 doesn't have a microbrowser;  Have
you tried communicating with the phone via telnet to debug the problem?

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dave Fullerton
Sent: Thursday, September 24, 2009 1:15 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Polycom push application for microbrowser

Mike wrote:
 Hi,
 
  
 
 I have been trying a (really simple) push application for the Polycom
 microbrowser, using a Polycom 650 with 3.2 firmware.
 
  
 
 I can't do anything, I always get Push message cannot be displayed back
 from the Polycom phone, and all I am sending is the Polycom example :
 
  
 
 PolycomIPPhone
 
 Data priority=critical h1 Fire Drill at 2pm /h1 Please exit
 
 and congregate at your appropriate location outside /Data
 
 /PolycomIPPhone
 
  
 
 Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
 first test. (all urlencoded, yes)
 
  
 
 Did anyone ever succeed in doing this here?  I'd appreciate any tips.
 
 Mike

I've never done it (or heard of it until now), it looks pretty cool. Is 
the apps.push.messageType field set in sip.cfg? Did you set the 
apps.push.username and apps.push.password fields and is curl sending 
that username/password to the phone?

Just stabs in the dark.

-Dave

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Dave Fullerton

In case it's important to you, microbrowser support was added to the 501 
and 430 back in SIP 2.1.0. Though how you could use a microbrowser on a 
430 for much I don't know.

-Dave

Danny Nicholas wrote:
 This is also a stab-in-the-dark as my 501 doesn't have a microbrowser;  Have
 you tried communicating with the phone via telnet to debug the problem?
 
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dave Fullerton
 Sent: Thursday, September 24, 2009 1:15 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Polycom push application for microbrowser
 
 Mike wrote:
 Hi,

  

 I have been trying a (really simple) push application for the Polycom
 microbrowser, using a Polycom 650 with 3.2 firmware.

  

 I can't do anything, I always get Push message cannot be displayed back
 from the Polycom phone, and all I am sending is the Polycom example :

  

 PolycomIPPhone

 Data priority=critical h1 Fire Drill at 2pm /h1 Please exit

 and congregate at your appropriate location outside /Data

 /PolycomIPPhone

  

 Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
 first test. (all urlencoded, yes)

  

 Did anyone ever succeed in doing this here?  I'd appreciate any tips.

 Mike
 
 I've never done it (or heard of it until now), it looks pretty cool. Is 
 the apps.push.messageType field set in sip.cfg? Did you set the 
 apps.push.username and apps.push.password fields and is curl sending 
 that username/password to the phone?
 
 Just stabs in the dark.
 
 -Dave
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 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 --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread randulo
Hi,

Take a look at this:

http://food4wine.ning.com/forum/topics/submit-an-application-for

Way down the page Dave VG submitted some scripts that hold the answers.

We also did a Polycom App conference at the VUC, but I can't find the
link right now.

/r

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Steve Edwards
On Thu, 24 Sep 2009, randulo wrote:

 Take a look at this:

 http://food4wine.ning.com/forum/topics/submit-an-application-for

Grrr.

Have to have a Ning ID and you have to be invited.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Danny Nicholas
Double Grrr...  I have a NING ID, but no invite.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards
Sent: Thursday, September 24, 2009 2:50 PM
To: randulo2...@gmail.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] Polycom push application for microbrowser

On Thu, 24 Sep 2009, randulo wrote:

 Take a look at this:

 http://food4wine.ning.com/forum/topics/submit-an-application-for

Grrr.

Have to have a Ning ID and you have to be invited.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Mike
Hi,

yes I did, I did have errors at first but that hurdle has been cleared.

Thanks for the try :-)

Mike

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Dave Fullerton
 Sent: Thursday, September 24, 2009 14:15
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Polycom push application for microbrowser
 
 Mike wrote:
  Hi,
 
 
 
  I have been trying a (really simple) push application for the Polycom
  microbrowser, using a Polycom 650 with 3.2 firmware.
 
 
 
  I can't do anything, I always get Push message cannot be displayed
back
  from the Polycom phone, and all I am sending is the Polycom example :
 
 
 
  PolycomIPPhone
 
  Data priority=”critical” h1 Fire Drill at 2pm /h1 Please exit
 
  and congregate at your appropriate location outside /Data
 
  /PolycomIPPhone
 
 
 
  Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
  first test. (all urlencoded, yes)
 
 
 
  Did anyone ever succeed in doing this here?  I'd appreciate any tips.
 
  Mike
 
 I've never done it (or heard of it until now), it looks pretty cool. Is
 the apps.push.messageType field set in sip.cfg? Did you set the
 apps.push.username and apps.push.password fields and is curl sending
 that username/password to the phone?
 
 Just stabs in the dark.
 
 -Dave
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Polycom push application for microbrowser

2009-09-24 Thread Mike
I've tried turning logging way up for the relevant portions of the sip
application, but no telnet.  Not sure how I would go about this to get more
info that what I already have.  The phone is giving me a response, it's just
that the response
is push message cannot be displayed

Mike

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Danny Nicholas
 Sent: Thursday, September 24, 2009 14:20
 To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 Subject: Re: [asterisk-users] Polycom push application for microbrowser
 
 This is also a stab-in-the-dark as my 501 doesn't have a microbrowser;
 Have
 you tried communicating with the phone via telnet to debug the problem?
 
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dave
 Fullerton
 Sent: Thursday, September 24, 2009 1:15 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] Polycom push application for microbrowser
 
 Mike wrote:
  Hi,
 
 
 
  I have been trying a (really simple) push application for the Polycom
  microbrowser, using a Polycom 650 with 3.2 firmware.
 
 
 
  I can't do anything, I always get Push message cannot be displayed
back
  from the Polycom phone, and all I am sending is the Polycom example :
 
 
 
  PolycomIPPhone
 
  Data priority=critical h1 Fire Drill at 2pm /h1 Please exit
 
  and congregate at your appropriate location outside /Data
 
  /PolycomIPPhone
 
 
 
  Using curl to send it to the phone (192.168.1.54/push) on the LAN as a
  first test. (all urlencoded, yes)
 
 
 
  Did anyone ever succeed in doing this here?  I'd appreciate any tips.
 
  Mike
 
 I've never done it (or heard of it until now), it looks pretty cool. Is
 the apps.push.messageType field set in sip.cfg? Did you set the
 apps.push.username and apps.push.password fields and is curl sending
 that username/password to the phone?
 
 Just stabs in the dark.
 
 -Dave
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 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 --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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