Hello,
I don't know a lot about XML or XPath, so I was hoping someone could
help me out.
I'm trying to parse out 'Event: dialog' state notifications from NOTIFYs
using xmlops. They look like this:
state="full" entity="sip:abalashov-roam...@xxx.xxx.xxx.xxx">
terminated
So, I do:
$x
It's definitely namespace-related, because when I manually hack out the
namespace, it works fine!
$var(x) = $rb;
$var(x) = $(var(x){re.subst,/xmlns=\".+\"//});
$xml(u=>doc) = $var(x);
xlog("L_INFO", "State:
$xml(u=>xpath:/dialog-info/dialog[1]/state/text())\n");
But I can't for
This kind usage of xmlns in an xml doc is a hack done by SIMPLE WG
breaking XML standard, because any ns has to use a prefix for each
corresponding name. If you search on google, you will fine some
discussions on the web (iirc, Inaki was there as well) - libxml2 devs
said they don't want to bre
On 05/03/2014 04:31 AM, Daniel-Constantin Mierla wrote:
This kind usage of xmlns in an xml doc is a hack done by SIMPLE WG
breaking XML standard, because any ns has to use a prefix for each
corresponding name. If you search on google, you will fine some
discussions on the web (iirc, Inaki was th
On 03/05/14 10:33, Alex Balashov wrote:
On 05/03/2014 04:31 AM, Daniel-Constantin Mierla wrote:
This kind usage of xmlns in an xml doc is a hack done by SIMPLE WG
breaking XML standard, because any ns has to use a prefix for each
corresponding name. If you search on google, you will fine some
d
Hi,
I am trying to append new field in SDP and I need to append new line but I
don't know how. I tried to google for solution but I didn't find anything.
I want to route my RTP and RTCP packet to port 5060 (this is for
development of my school project, I know that in the context of correct SIP
thi
Hello, can someone let me know what could be the reason that the location
table in the kamailiio db does not get updated? There are some extensions
that I can see in the location table but not others, but I am still able to
make extension to extension calls to all extensions. This is a multi domai
On 05/03/2014 10:50 PM, VOIP Tests wrote:
Hello, can someone let me know what could be the reason that the
location table in the kamailiio db does not get updated? There are some
extensions that I can see in the location table but not others, but I am
still able to make extension to extension c
Hello Alex, my usrloc setting are as follows:
#!ifdef WITH_USRLOCDB
modparam("usrloc", "db_url", DBURL)
modparam("usrloc", "db_mode", 2)
modparam("usrloc", "use_domain", MULTIDOMAIN)
modparam("usrloc", "matching_mode", 1)
Arun
On Sat, May 3, 2014 at 9:51 PM, Alex Balashov wrote:
> On 05/03/201
On 05/03/2014 11:08 PM, VOIP Tests wrote:
Hello Alex, my usrloc setting are as follows:
#!ifdef WITH_USRLOCDB
modparam("usrloc", "db_url", DBURL)
modparam("usrloc", "db_mode", 2)
modparam("usrloc", "use_domain", MULTIDOMAIN)
modparam("usrloc", "matching_mode", 1)
Then, I would say wait for se
No, the table does not seem to get updated. The entries in kamctl ul show
--brief does not match the entries in the location table. Any suggestions?
Thank you,
Arun
On Sat, May 3, 2014 at 10:10 PM, Alex Balashov wrote:
> On 05/03/2014 11:08 PM, VOIP Tests wrote:
>
>> Hello Alex, my usrloc set
11 matches
Mail list logo