Displaying 1 result from an estimated 1 matches for "xpidf_xml".
2011 Apr 12
0
No subject
...gui, you must
use the cfg files. You can also use versions of Asterisk older than 1.6.1 if
you remove the restriction on what asterisk thinks Polycom phones can
handle. Look in chan_sip.c for
if (strstr(p->useragent, "Polycom")) {
p->subscribed = XPIDF_XML;
and change that line to
p->subscribed = DIALOG_INFO_XML;
On Tue, Jun 14, 2011 at 8:36 AM, Jeff LaCoursiere <jeff at sunfone.com> wrote:
>
> Struggling with an IP650 and 7 IP335s this morning. I have the following
> hints defined (courtesy of FreePBX 2.9):
&...