<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.voip.sipx.devel">
    <title>gmane.comp.voip.sipx.devel</title>
    <link>http://blog.gmane.org/gmane.comp.voip.sipx.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26227"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26222"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26215"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26213"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26203"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26190"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26189"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26186"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26175"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26166"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26152"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26145"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26144"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26228">
    <title>resolv.conf files keeps getting overwritten "Generatedby sipXecs"</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26228</link>
    <description>&lt;pre&gt;On a fresh install of sipXecs from self-built RPMs (I do not think this
is relevant, though) I am trying to keep a second "nameserver" entry in
my "resolv.conf" file.  However, it keeps getting overwritten by sipXecs
with a comment

# Generated by sipXecs

Did I mess up a setting somewhere during sipxecs-setup?  Is there
somewhere to add my new line, or to stop sipXecs from overwriting my
file?

Thanks for the water-cooler consult!

D Chang

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-25T19:11:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26227">
    <title>Alarms</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26227</link>
    <description>&lt;pre&gt;Hi All,
   Is there anyway to stop alarms like disabling roles or services other than disabling in Alarms page?

Regards,
Kumaran T

&lt;/pre&gt;</description>
    <dc:creator>Kumaran</dc:creator>
    <dc:date>2012-05-23T06:55:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26225">
    <title>build error and fix</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26225</link>
    <description>&lt;pre&gt;This message is only for developers installing from source (not building rpms).

As sometimes happens, you need to clean a directory from your install

  ${prefix}/share/java/sipXcommons

then reinstall sipXcommons to avoid this error.  Fresh source installs
need not worry.


/home/dhubler/work/sipxecs/sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/time/NtpConfig.java:27:
package org.apache.commons.net.util.SubnetUtils does not exist
import org.apache.commons.net.util.SubnetUtils.SubnetInfo;
                                              ^
/home/dhubler/work/sipxecs/sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/time/NtpConfig.java:75:
cannot find symbol
symbol  : class SubnetInfo
location: class org.sipfoundry.sipxconfig.time.NtpConfig
            List&amp;lt;SubnetInfo&amp;gt; subnetInfo, Boolean loopback, Boolean
sync, String driftFile) throws IOException {
&lt;/pre&gt;</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2012-05-22T15:28:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26222">
    <title>SNMP Alarm role</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26222</link>
    <description>&lt;pre&gt;Hi All,
   Is still SNMP Alarm role is underdevelopment? Because if I disable the role(SNMP role) having issue in calling certain feature like AA,VM,Intercom,Authorization code and internal exception while navigating to conference page ...

Regards,
Kumaran T

&lt;/pre&gt;</description>
    <dc:creator>Kumaran</dc:creator>
    <dc:date>2012-05-22T11:56:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26215">
    <title>porting NTP to cfengine (rewriting System &gt; Date &amp; TImepage)</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26215</link>
    <description>&lt;pre&gt;Hi All,

I am rewriting System &amp;gt; Date and Time page / functionality (that is to
port to cfengine) and I want to make it more configurable from config
UI. Basically the settings I am thinking to expose / configure NTP
with are:

- local fudge if network servers not available option (checkbox
setting, defaults to enable)
when enabled translates in /etc/ntp.conf to
server 127.127.1.0
fudge 127.127.1.0 stratum 10

- NTP servers to talk with (a list of max 4 servers, default to
pool.ntp.org servers)
translated in /etc/ntp.conf to e.g.
server 0.fedora.pool.ntp.org
server 1.fedora.pool.ntp.org
server 2.fedora.pool.ntp.org
server 3.fedora.pool.ntp.org

- option to provide time for other systems (checkbox setting) - if
enabled configure list of networks (IP / mask) from which this server
will accept NTP synchronization requests
translated in /etc/ntp.conf to e.g.
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap

Please let me know if I captured all the NTP config people are using
with sipXecs and if not what o&lt;/pre&gt;</description>
    <dc:creator>George Niculae</dc:creator>
    <dc:date>2012-05-20T23:02:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26213">
    <title>Extra hyphen in added zeromq dependency in latest commit</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26213</link>
    <description>&lt;pre&gt;Quick fix!  In commit 16fa266dbe51bb4375633f376702664eb8dbdba5 fixing
RPM builds, the zeromq dependency was added, but there is an extra
hyphen (-) in "zeromq--devel".

D Chang

BuildRequires: openssl-devel
  17 
+BuildRequires: zeromq--devel


&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-20T21:47:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26211">
    <title>Quickcheck - Latest RPM lib build - net-snmp appears tobe repeating patches?</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26211</link>
    <description>&lt;pre&gt;Sorry these are trickling in one at a time, but in my latest build of
lib RPMs (commit e3fd09133db11944bc06b61743c310eee3aed218) I got an
error which looks like there are maybe duplicate (or reversed?) patches
in net-snmp being attempted.  The funny thing is it looks like they are
being told to "not apply anyway" but it seems to still result in a bad
exit status.

 

I am moving on to try building sipx.rpm and see how that goes on its
own.

 

Thanks for always checking these things out.

 

D Chang

 

-=[build.log]=-

 

ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64
--nodeps builddir/build/SPECS/net-snmp.spec'], False,
'/var/lib/mock/centos-6-x86_64/root/', None, 0, True, False, 500, 490,
None, logger=&amp;lt;mock.trace_decorator.getLog object at 0x105a390&amp;gt;)

Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target
x86_64 --nodeps builddir/build/SPECS/net-snmp.spec']

Building target platforms: x86_64

Building for target x86_64

Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9GUO0o

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-20T16:50:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26203">
    <title>For a source build,is there any way to change the target directory from"/usr/local/sipx"?</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26203</link>
    <description>&lt;pre&gt;I have been source building for all this time and I wondered about this
but never thought to ask ^_^  Is there a way to change the default
install folder that is used when you build SipXecs from source?  For
example to like change it to be the same directory where a yum install
or an ISO disc install would go?

 

D Chang

 

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-19T19:49:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26202">
    <title>Quickcheck - Latest RPM build not working for libs</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26202</link>
    <description>&lt;pre&gt;Just wanted to do a quick check for any ideas.  I am trying to build
RPMs from the latest source commit (see below in case I am off) and I
believe (but have to double check) that the "sipx.rpm" build works, but
I am running into some errors with patches on building libs.  I know
there has been some work on patches so maybe this is just
work-in-progress?  Or maybe I am just messing up some kind of
dependency?  The log is below.

 

As always, thanks for the awesome work!

 

D Chang

 


-=[build.log]=-

ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64
--nodeps builddir/build/SPECS/net-snmp.spec'], False,
'/var/lib/mock/centos-6-x86_64/root/', None, 0, True, False, 500, 490,
None, logger=&amp;lt;mock.trace_decorator.getLog object at 0xe42390&amp;gt;)

Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target
x86_64 --nodeps builddir/build/SPECS/net-snmp.spec']

Building target platforms: x86_64

Building for target x86_64

Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.73bN0J

+ umask 022

+ cd /bu&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-19T19:29:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26190">
    <title>Any tools or scripts for entering bulk data into SipXecs?</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26190</link>
    <description>&lt;pre&gt;We have been building and installing the latest code frequently and find
that we have to rebuild servers and reenter large numbers of users and
other data in order to continue testing.  I just wanted to check if
anyone out there has some tool they are using for re-entering lots of
data after wipes or reinstalls, or perhaps is using some scripts for
this purpose?

 

Thanks

 

D Chang

 

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-18T06:08:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26189">
    <title>'database "SIPXCONFIG" does not exist' error with latestsnapshot install</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26189</link>
    <description>&lt;pre&gt;I have been trying to perform a yum install from the latest snapshot of
SipXecs on CentOS 6.2 and after I run sipxecs-setup I have been getting
an error about database SIPXCONFIG not existing when I try to start the
sipxconfig service (see below).  I have tried "db drop create upgrade"
which reports a "BUILD FAILED Target 127.0.0.1" but otherwise seems to
complete but it has not helped.

 

I have also noticed this behavior on my latest builds of the source,
even with a fresh CentOS 6.2 install.  I have succcesfully run both the
yum install as well as the source build (maybe last time was a week
ago?)  so I feel like I am just missing something simple that maybe I
glossed over on previous attempts.  I just wanted to check if anyone had
spotted this behavior.

 

Thanks

 

D Chang

 

-=[ Error ]=-

 

Stopping sipxconfig:                                       [  OK  ]

Initializing configuration database...

 

BUILD FAILED

Target `127.0.0.1' does not exist in this project. 

 

Total time: 0 seconds

 

 &lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-18T04:58:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26186">
    <title>Speed dial and subscribe presence</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26186</link>
    <description>&lt;pre&gt;Hi All,
    If I set speed dial and with subscribe in following order in admin
     Speed dial(without subscribe to presence)--user 200
     Speed dial with subscribe to presence--Park 777
     Speed dial with subscribe to presence--user 202
or
     Speed dial with subscribe to presence--Park 777
     Speed dial(without subscribe to presence)--user 200
     Speed dial with subscribe to presence--user 202

But in polycom phone it always shows the speed dial with subscribe to 
presence  as first line after user-id line and speed dial at last..So 
its not reflecting as per admin or user selected....
     Speed dial with subscribe to presence--Park 777
     Speed dial with subscribe to presence--user 202
     Speed dial(without subscribe to presence)--user 200

Regards,
Kumaran T
&lt;/pre&gt;</description>
    <dc:creator>Kumaran</dc:creator>
    <dc:date>2012-05-17T06:28:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26175">
    <title>[Fwd: Re:  sipxecs-4.6 HA set up]</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26175</link>
    <description>&lt;pre&gt;_______________________________________________
sipx-dev mailing list
sipx-dev&amp;lt; at &amp;gt;list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-dev/
&lt;/pre&gt;</description>
    <dc:creator>Chitra</dc:creator>
    <dc:date>2012-05-16T05:18:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26166">
    <title>Show primary Registrar option</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26166</link>
    <description>&lt;pre&gt;Hi All,
   Long back Cristi had fixed the issue http://track.sipfoundry.org/browse/XX-9679 by removing the "Show Primary Registrar  option"....So this option is very useful in HA setup to check the registration of phones.So any workaround is done on HA  
 environment to display the registration server for phones in HA?

 Regards,
 Kumaran T

&lt;/pre&gt;</description>
    <dc:creator>Kumaran</dc:creator>
    <dc:date>2012-05-15T11:18:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26165">
    <title>sipxecs-4.6 HA set up</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26165</link>
    <description>&lt;pre&gt;Hi All,

We installed the new build 14th May build available from scratch to set 
up HA. When primary server is down, no calls are going. But now we do 
not have a problem of mongod missing in /usr/bin after we reboot primary.
We enabled Distributed database arbiter for primary and Distributed 
database service for both primary and secondary under Core services and 
the rest of the telephony services for both the servers. Could you 
please look into this and guide us. Is there anything else that we have 
not followed?

Thanks &amp;amp; Regards,
Chitra
&lt;/pre&gt;</description>
    <dc:creator>Chitra</dc:creator>
    <dc:date>2012-05-15T10:51:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26164">
    <title>sipxecs-4.6 - HA set up</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26164</link>
    <description>&lt;pre&gt;Hi All,

We installed the new build 14th May build available from scratch to set 
up HA. When primary server is down, no calls are going. But now we do 
not have a problem of mongod missing in /usr/bin after we reboot primary.
We enabled Distributed database arbiter for primary and Distributed 
database service for both primary and secondary under Core services and 
the rest of the telephony services for both the servers. Could you 
please look into this and guide us. Is there anything else that we have 
not followed?

Thanks &amp;amp; Regards,
Chitra

&lt;/pre&gt;</description>
    <dc:creator>Chitra</dc:creator>
    <dc:date>2012-05-15T10:37:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26153">
    <title>Please update to net-snmp-5.7.1-99</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26153</link>
    <description>&lt;pre&gt;whatever distro you're on, you should find updated version on
download.sipfoundry.org

If you're compiling by source, you'll need the patch from here
 https://sourceforge.net/tracker/?func=detail&amp;amp;aid=3525595&amp;amp;group_id=12694&amp;amp;atid=312694

if you do not update, the services list will not function and
processes will not restart if they crash
&lt;/pre&gt;</description>
    <dc:creator>Douglas Hubler</dc:creator>
    <dc:date>2012-05-14T08:24:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26152">
    <title>rubygems and filename</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26152</link>
    <description>&lt;pre&gt;seems that having a "main.rb" file in each gem can be a problem. I'm
having name clash problems. What is the preferred solution? I need to
change the file name or I'm doing something wrong.

Exactly in my env sipxconfig-agent can't start because
sipxcallresolver "main" file is loaded instead of the right one.
&lt;/pre&gt;</description>
    <dc:creator>Domenico Chierico</dc:creator>
    <dc:date>2012-05-14T08:07:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26145">
    <title>RPM build of lib not visible from yum</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26145</link>
    <description>&lt;pre&gt;I have built RPMs for a few SipXecs projects and the libs on my own
repository.  However, when I try to "yum install" from another machine
the only packages visible are the SipXecs project, and not any libs.
For example, "sipxopenacd" is shown to be available but "openacd" is
not, even though both RPMs (actually four RPMs with the debuginfo) are
in the folder.  I have tried a createrepo command directly but that did
not change anything.  I am sure it is simply my lack of knowledge about
how the repo creation works, but I was just checking if anyone had any
ideas or quick tips?

 

Incidentally, I have not tried building "sipx", only the single
"sipxopenacd" package.  I did build all the libraries.  I am also
building from an older commit - I do not know if that affects the repo
creation somehow.

 

Thanks!

 

D Chang

 

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-12T21:25:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26144">
    <title>mongo arbiter in 2 nodes setup</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26144</link>
    <description>&lt;pre&gt;Hit this problem while setting up / testing 4.6 HA: in a setup with 2
nodes you can select Distributed Database on both nodes (that means
that each member will have its copy of data). In this case a mongo
arbiter is needed to be used in primary elections in case of failure.
By definition a mongo arbiter cannot contain data and it will never
become the primary node
(http://www.mongodb.org/display/DOCS/Adding+an+Arbiter). Now, the
issue that I see (and signaled by QA as well) is when you setup
something like:
- node 1 set as Distributed Database &amp;amp; Database Arbiter
- node 2 set as Distributed Database
then after restarting node 1 it will become an arbiter (that is without data)
So even UI allows you to select this config and shows that you have 2
Distributed Databases enabled (one of them being arbiter too) the
reality is that you only have one Distributed Database (with copy of
data) - node 2, and one arbiter - node 1, which is not what is
expected IMO.
Therefore I suggest to change UI and to make Distributed &lt;/pre&gt;</description>
    <dc:creator>George Niculae</dc:creator>
    <dc:date>2012-05-12T00:04:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.voip.sipx.devel/26143">
    <title>Build error with latest code on sipxrls,missing references to zmq</title>
    <link>http://comments.gmane.org/gmane.comp.voip.sipx.devel/26143</link>
    <description>&lt;pre&gt;Just doing a quick sanity check on my RPM build of the latest code from
dhubler line!  I am trying to build sipx.rpm (and I believe I had the
same problem with libs) and it looks like I am getting a failure in
sipxrls with a bunch of errors not finding zmq.  I have already
installed

 

                sudo yum install zeromq-devel boost-devel swig

 

and in successful builds a few days ago I had been skipping building the
rls project.  Just wanted to check if I am missing something simple
(maybe some other zeromq package?) or maybe this is work in progress?  I
am trying to skip past and build the last project (sqa) and see how that
goes.

 

Thanks ^_^

 

D Chang

 

&lt;/pre&gt;</description>
    <dc:creator>Dan Chang</dc:creator>
    <dc:date>2012-05-11T21:06:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.voip.sipx.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.voip.sipx.devel</link>
  </textinput>
</rdf:RDF>

