Re: [OpenSER-Users] OpenXCAP: no percent-encoded URI allowed? can't fetch element that beneath multiple-folded elements?

2008-01-08 Thread Mircea Amarascu
Hi Kevin, Unfortunately element/attribute handling hasn't been tested thoroughly as there were no known clients that used this. Please open a ticket on www.openxcap.org so that we can track these issues and solve them. Thank you. KevinKinnan wrote: The OpenXCAP 0.9.7(version 0.9.7) all

Re: [OpenSER-Users] Working in TCP but NOT in UDP?

2008-01-08 Thread Iñaki Baz Castillo
El Miércoles, 9 de Enero de 2008, David Villasmil Govea escribió: > > > Hello all, > > > > > > I've got a working conf on which RTPs work perfectly with TCP, but > > > fails to work with UDP... can anyont tell me why?? > > > > Could you detail more what the issue is? Do you mean that the SIP w

[OpenSER-Users] OpenXCAP: no percent-encoded URI allowed? can't fetch element that beneath multiple-folded elements?

2008-01-08 Thread KevinKinnan
The OpenXCAP 0.9.7(version 0.9.7) allows the HTTP URI that is not percent-encoded while the percent-encoded URI is rejected by the server. There is no problem of installation. Two types of http URIs are shown below: Accept: http://xcap-root/resource-lists/users/sip:[EMAIL PROTECTED]/index/~~/

[OpenSER-Users] Working in TCP but NOT in UDP?

2008-01-08 Thread David Villasmil Govea
> > > Hello all, > > > > I've got a working conf on which RTPs work perfectly with TCP, but > > fails to work with UDP... can anyont tell me why?? > > Could you detail more what the issue is? Do you mean that the SIP works > fine > over TCP and fails over UDP? RTP has nothing to do here. > > >

Re: [OpenSER-Users] how to restrict invite when regiest unsuccessful

2008-01-08 Thread liu york
yes, when i used same authenticating on both regiest and invite.the problem was resolved.many many thx. === 2008-01-08 15:16:35 您在来信中写道:=== > > >Alex Balashov schrieb: >> On Tue, 8 Jan 2008, liu york wrote: >> >>> I want to restrict invite when regiest unsuccessful even the in

Re: [OpenSER-Users] Working in TCP but NOT in UDP?

2008-01-08 Thread Iñaki Baz Castillo
El Martes, 8 de Enero de 2008, David Villasmil Govea escribió: > Hello all, > > I've got a working conf on which RTPs work perfectly with TCP, but > fails to work with UDP... can anyont tell me why?? Could you detail more what the issue is? Do you mean that the SIP works fine over TCP and fa

Re: [OpenSER-Users] CDRTool help?

2008-01-08 Thread Andy Smith
Hi Lorenz, Yep, Ive been stuck on this since yesterday so reloaded many times (clearing webclient cache in case that is necessary!) I've been working through it with a friend who knows PHP as I don't, and the only other thing we've got to is that if I hard code the variable in callsearch.phtml

Re: [OpenSER-Users] CDRTool help?

2008-01-08 Thread Andy Smith
mmm, again! :S well here is the bottom half of my email It seems that in callsearch.phtml "$cdr_source" is not being set, but I dont understand why not and I am not sure how to get more debugging info out of the whole thing (Im not used to PHP), I dont see any errors in the syslog :( Wi

Re: [OpenSER-Users] CDRTool help?

2008-01-08 Thread Andy Smith
Sorry, not all of the text I originally sent has appeared on the list archives, so here is the full email another time! :P Hi, can anyone provide any advice on getting CDRTool to work? I have installed CDRTool 6.0 on a Debian Linux system 2.6 Kernel with Apache/2.2.6 (Unix) PHP/5.2.5 I am

[OpenSER-Users] CDRTool help?

2008-01-08 Thread Andy Smith
Hi, can anyone provide any advice on getting CDRTool to work? I have installed CDRTool 6.0 on a Debian Linux system 2.6 Kernel with Apache/2.2.6 (Unix) PHP/5.2.5 I am attempting to get it to work with OpenSER only (I have commented out the Asterisk and sip_trace sections in global.inc) and I

[OpenSER-Users] Carrirroute

2008-01-08 Thread TCB
Would appreciate some help with CarrierRoute module I get the following error ERROR:carrierroute:carrier_rewrite_msg: error during rewrite_uri_recursor This is my Route route[22] { # route calls based on hash over callid # choose route domain 0 of the default carrier if(!

[OpenSER-Users] Problem adding permanent user locations using openserctl

2008-01-08 Thread Ashley Unitt
I've recently installed a vanilla OpenSER v1.3.0 (a new install) and I'm trying to set up permanent user locations using openserctl as I have some devices that won't register on their own. I am currently running without a database. When trying to add a user using the command line "openserct

[OpenSER-Users] Working in TCP but NOT in UDP?

2008-01-08 Thread David Villasmil Govea
Hello all, I've got a working conf on which RTPs work perfectly with TCP, but fails to work with UDP... can anyont tell me why?? Here's my conf: # # sample config file to be used with nathelper/rtpproxy # # start RTPProxy with: rtpproxy -l your_public_ip -s udp:localhost:8899 # #

Re: [OpenSER-Users] Openser + Mediaproxy behind NAT (works so far)

2008-01-08 Thread Peter P GMX
I found a workaround solutionand I would like to share it with you. In our environment with mediaproxy we had the problem that mediaproxy had to bind to th lokal IP behind nat. So he also announced the local nat to the UAs. We modified rtphandler.py at the very end: def endpointAddresses(self):

[OpenSER-Users] [OT] Error in Rome VON material about OpenSer and Asterisk Realtime

2008-01-08 Thread Iñaki Baz Castillo
Hi, just as curiosity I comment that there is an error (an Asterisk error in fact) in the material of the Rome VON course of 2007: In file "config/08-asterisk.conf" it appears: CREATE VIEW sipusers AS SELECT username as name, [...] domain as defaultip, domain as ipaddr,

Re: [OpenSER-Users] Openser + Mediaproxy behind NAT

2008-01-08 Thread Peter P GMX
Hello, I have the same Problem. I once saw a patch for mediaproxy 1.2.1: http://lists.iptel.org/pipermail/serusers/2005-August/022501.html which should solve this problem. Now I looked into the current sources 1.9 and they re

Re: [OpenSER-Users] Question about append-hf and remove_hf

2008-01-08 Thread Iñaki Baz Castillo
On Tuesday 08 January 2008 11:52:00 Helmut Kuper wrote: > I add some private headerfields (append-hf) during main route resp. > sub-routes like "route(3)" and in certain cases I want to remove > (remove_hf) some of them in main route befor sending request out. > Unfortunately that doesn't work. In

Re: [OpenSER-Users] Question about append-hf and remove_hf

2008-01-08 Thread Iñaki Baz Castillo
On Tuesday 08 January 2008 11:52:00 Helmut Kuper wrote: > Even when I add a header field and test for it directly afterwards or > try to remove it, openser doesn't find anything. Test-Code is like this: > > append_hf("P-SI: sad\r\n"); > if(is_present_hf("P-SI")) xlog("L_INFO", " Found\n");

[OpenSER-Users] Question about append-hf and remove_hf

2008-01-08 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I add some private headerfields (append-hf) during main route resp. sub-routes like "route(3)" and in certain cases I want to remove (remove_hf) some of them in main route befor sending request out. Unfortunately that doesn't work. Even when I

Re: [OpenSER-Users] uac_replace_from

2008-01-08 Thread Iñaki Baz Castillo
On Tuesday 08 January 2008 10:26:24 CSB wrote: > I wish to replace the from address in the following manner > > Received From: "05551233" sip:[EMAIL PROTECTED] > > Replaced From: "5551233" sip:[EMAIL PROTECTED] > > > > In other words I want to do what the strip and prefix commands do but on a > fro

[OpenSER-Users] uac_replace_from

2008-01-08 Thread CSB
I wish to replace the from address in the following manner Received From: "05551233" sip:[EMAIL PROTECTED] Replaced From: "5551233" sip:[EMAIL PROTECTED] In other words I want to do what the strip and prefix commands do but on a from header. Could anyone advise how this can be achieved in Ope