Hi Bogdan,
Cpl modules is based on DTD file. It doesn't support namespaces.
So how could I make extensions (for example add a new node) on the dtd
file remaining RFC3880 compliant ? Is it possible?
Regards,
daniel
Hi All,
Could you please guide us with right cmd to display the users which are registered successfully with openser?
Regards,
www.Go4Calls.Com
VoIP Forums
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
avpops doc say that avp spec for integer values is
$avp(i[script_flags]:<ID>)
Is it possible to set avp aliases to that values, e.g. avp_aliases="x=i1:10"
avp_aliases="y=i2:10"
?
When I do that, I got this error message in openser 1.3:
Nov 14 16:00:42 [28355] ERROR:core:add_avp_galias: duplicate alias/avp entry
Nov 14 16:00:42 [28355] ERROR:core:add_avp_galias_str: add global alias
failed
Nov 14 16:00:42 [28355] CRITICAL:core:yyerror: parse error (54,3-4):
invalid AVP aliases
regards
helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHOxLU4tZeNddg3dwRArlWAKCd7mGq6K3yODf/8bvZRa9F/vcpugCfWsb7
Ale6eO7Xz8C0fnvyg5m4/n0=
=tPWq
-----END PGP SIGNATURE-----
Hi, I'd like to try the "pua_bla" module but don't have a SNOM or Polycom
(models I think they support BLA).
I've a Thomson S2030 but it does BLF (it doesn't send a REGISTER, just a
SUBSCRIBE with "Event: dialog").
Is there any way to try the "pua_bla" module? any softphone supporting it?
Thanks a lot.
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es
1st question:
There is no user and pwd in the db for the first time use. if I want to send a http request to openxcap what user name and password should i use? BTW, openims core and openser(presence module) are using in front of openxcap. I atteched a trace that still showed 401 after digesting request(by default, the username and password are both alice).
2nd question:
I am designing a j2me programe to connect to openxcap, but only GET, POST, HEAD methods are supoorted in j2me. Can I use POST instead of PUT for request sending?
THANK U!
Regards,
Kevin
使用新一代 Windows Live Messenger 轻松交流和共享! 立即体验!
_________________________________________________________________
天凉了,添衣了,心动了,“七件”了
http://get.live.cn
I'm afraid there is no easy way for doing so -- the multiple-value AVPs have been
seen as "sets", disregarding the order. I think one would have to have
a new function like order_avp($avp)...
At 00:05 10/12/2007, Steven C. Blair wrote:
>Content-Language: en-US
>Content-Type: multipart/alternative;
> boundary="_000_EBC0E89A333CED46A6273F415B6386E814BA4E6EEBMAILBOXexchan_"
>
>
>
>I have a locally defined table with attributes which may contain several values. I define each attribute /value pair as a new entry in the table then use avp_load to retrieve these values from the database. The problem is that I don't know how to retrieve the values in a specific order. For example if I have a=1, a=2, a=3 when I load the values for "a" they may be 2,1,3 or 3,1,2, etc. Is there any way to force loading in a specific sequence.
>
>Thanks,Steve
>_______________________________________________
>Serusers mailing list
>Serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
Hi Schumann Sebastian,
I too have the same problem regarding XCap Server project.
----------------------------------------------------------------------------------------
Following are the trace generated after running "python2.4 openxcap
--no-fork" command:-
----------------------------------------------------------------------------------------
Starting Open XCAP 0.9.7
Traceback (most recent call last):
File "/usr/local/bin/openxcap", line 56, in ?
from xcap.server import XCAPServer
File "/usr/local/lib/python2.4/site-packages/xcap/server.py", line 21, in
?
from xcap import authentication
File "/usr/local/lib/python2.4/site-packages/xcap/authentication.py", line
21, in ?
from xcap.appusage import getApplicationForURI
File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py",
line 491, in ?
applications = {'xcap-caps': XCAPCapabilitiesApplication(),
File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py",
line 64, in __init__
self.xml_schema = etree.XMLSchema(xml_schema_doc)
File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__
etree.XMLSchemaParseError: Document is not valid XML Schema
------------------------------------------------------------------------------------------
Following are the files which we are using:=
=================================
openxcap-0.9.7
libxml2-2.6.30
twisted-web2-0.2.0+svn20070403.orig
Python-2.4.2
lxml-1.3.4
zope.interface-3.3.0
python-application-1.0.9
MySQL-python-1.2.2
=================================
I followed the instructions from the openxcap webpage and did what
instructed there but
not able to make it work.
Please help me. I will be always greatful to that help.
regds
Suraj
Schumann Sebastian wrote:
Dear all
I have a big problem with openxcap. I don't get it work :( As I saw on
their webpage, this mailing list can be posted for this concern as well.
I am using version 0.9.3 and acc. the installation file on
http://www.openxcap.org all current dependencies from the Debian
unstable distribution.
When I start /usr/bin/openxcap, the following error occurs in the
syslog:
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Log opened.
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Starting Open XCAP 0.9.3
Sep 25 17:01:27 openxcap openxcap[11876]: [-] Traceback (most recent
call last):
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/bin/openxcap", line 56, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.server
import XCAPServer
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/server.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap import
authentication
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/authentication.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.appusage
import getApplicationForURI
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 466,
in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] applications =
{'xcap-caps': XCAPCapabilitiesApplication(),
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 64,
in __init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] self.xml_schema =
etree.XMLSchema(xml_schema_doc)
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "xmlschema.pxi",
line 67, in etree.XMLSchema.__init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] etree.XMLSchemaParseError:
Document is not valid XML Schema
As I wrote, I followed all instructions from the openxcap webpage but
didn't find any hints how to make it work.
Any help on that would be appreciated.
Best regards
Sebastian
--
Sebastian Schumann
Diploma Student Architecture and Design Department
Slovak Telekom, a. s.
T-Com, Operations Unit
Production and Service Division
Innovations and Enterprise Solution Subunit
Address: Namestie Slobody 6, 817 62 Bratislava, Slovakia
Office: Room 449, Jarabinkova 1, 821 09 Bratislava, Slovakia
+421 2 588 13332 (tel)
+421 910 643010 (mobile)
+49 175 1925928 (mobile)
--
View this message in context: http://www.nabble.com/users%40lists.openser.org-tp14279161p14279161.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
Hi Schumann Sebastian,
I too have the same problem regarding XCap Server project.
----------------------------------------------------------------------------------------
Following are the trace generated after running "python2.4 openxcap
--no-fork" command:-
----------------------------------------------------------------------------------------
Starting Open XCAP 0.9.7
Traceback (most recent call last):
File "/usr/local/bin/openxcap", line 56, in ?
from xcap.server import XCAPServer
File "/usr/local/lib/python2.4/site-packages/xcap/server.py", line 21, in
?
from xcap import authentication
File "/usr/local/lib/python2.4/site-packages/xcap/authentication.py", line
21, in ?
from xcap.appusage import getApplicationForURI
File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py",
line 491, in ?
applications = {'xcap-caps': XCAPCapabilitiesApplication(),
File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py",
line 64, in __init__
self.xml_schema = etree.XMLSchema(xml_schema_doc)
File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__
etree.XMLSchemaParseError: Document is not valid XML Schema
------------------------------------------------------------------------------------------
Following are the files which we are using:=
=================================
openxcap-0.9.7
libxml2-2.6.30
twisted-web2-0.2.0+svn20070403.orig
Python-2.4.2
lxml-1.3.4
zope.interface-3.3.0
python-application-1.0.9
MySQL-python-1.2.2
=================================
I followed the instructions from the openxcap webpage and did what
instructed there but
not able to make it work.
Please help me. I will be always greatful to that help.
regds
Suraj
Schumann Sebastian wrote:
Dear all
I have a big problem with openxcap. I don't get it work :( As I saw on
their webpage, this mailing list can be posted for this concern as well.
I am using version 0.9.3 and acc. the installation file on
http://www.openxcap.org all current dependencies from the Debian
unstable distribution.
When I start /usr/bin/openxcap, the following error occurs in the
syslog:
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Log opened.
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Starting Open XCAP 0.9.3
Sep 25 17:01:27 openxcap openxcap[11876]: [-] Traceback (most recent
call last):
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/bin/openxcap", line 56, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.server
import XCAPServer
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/server.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap import
authentication
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/authentication.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.appusage
import getApplicationForURI
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 466,
in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] applications =
{'xcap-caps': XCAPCapabilitiesApplication(),
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File
"/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 64,
in __init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] self.xml_schema =
etree.XMLSchema(xml_schema_doc)
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "xmlschema.pxi",
line 67, in etree.XMLSchema.__init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] etree.XMLSchemaParseError:
Document is not valid XML Schema
As I wrote, I followed all instructions from the openxcap webpage but
didn't find any hints how to make it work.
Any help on that would be appreciated.
Best regards
Sebastian
--
Sebastian Schumann
Diploma Student Architecture and Design Department
Slovak Telekom, a. s.
T-Com, Operations Unit
Production and Service Division
Innovations and Enterprise Solution Subunit
Address: Namestie Slobody 6, 817 62 Bratislava, Slovakia
Office: Room 449, Jarabinkova 1, 821 09 Bratislava, Slovakia
+421 2 588 13332 (tel)
+421 910 643010 (mobile)
+49 175 1925928 (mobile)
--
View this message in context: http://www.nabble.com/users%40lists.openser.org-tp14279160p14279160.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
Hi all,
I find an issue with a problem encountered on some products.
The problem only concerns on-net calls. In fact, when a SER User A calls
a SER User B :
- if B doesn't answer, after the tm timer :
==> t_on_failure("1")
==> setflagt(24)
==> load $ruri/username in vm_uri/usr_vm if flag is set to 24
then ==> avp_pushto $ruri s:vm_uri
==> resetflag(24)
==> add prefix Prefix("710")
==> rewritehostport(Asterisk:4060)
==> append_branch
==> t_relay_to_udp(Asterisk,4060)
This is the process apply for transfer the call to the voicemail
Asterisk.
But, and only in this on-net case, the To-Tag change during this
process, cause the failure of communication for some products.
Whereas the RFC 3261 specify "... This tag will be incorporated by both
endpoints into the dialog and will be included in all future requests
and responses in this call ...".
Thanks for your support.