Dear All
I want user who register with my openser also register with my
asterisk for later lookup.
I tried t_replicate function from TM module but no luck. I end up with
Unauthorized message.
Could any help me how to make this work? What do I miss ?
Thank so much
Regards,
Halomoan Zhou
Bogdan-Andrei Iancu schrieb:
> Hi Klaus,
>
> the [..] operator is used to convert generic numerical value (maybe
> result of arithmetic ops to logical value.
>
> in your example, the == is already a logical operator, so no need to any
> conversion.
Does ($rd == "mydomain") works too?
is this somewhere documented? The corebook only describes assignments,
but not conditions/comparisons.
regards
klaus
Hi!
from the core cookbook of 1.2:
> If you want to evaluate arithmetic operations and test the value in
> conditions, use the test operator ' [ ... ] ' . This is required to
> convert the result to internal convention for drop, true and false.
>
> if ( [ $var(a)&4 ] ) {
> xlog("bit 3 is set in var a");
> }
Is there somewhere a detailed description of the test operator? Can it
only be used to test for 0/1 or can I also do comparison like e.g.
if ([ $rd == "mydomain.at" ]) ?
regards
klaus
Hi, many times a softphone or PC crashes without sending the un-REGISTER, so
the user remains in location table.
OpenSer allows sending SIP ping to users, is not possible to delete the
location entry for a user who has left responding to those SIP pings?
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es
I just joined Shelfari to connect with other book lovers. Come see the books I love and see if we have any in common. Then pick my next book so I can keep on reading.
Click below to join my group of friends on Shelfari!
http://www.shelfari.com/Register.aspx?ActivityId=16332510&InvitationCode=3d…
rizwan_hisham
Shelfari is a free site that lets you share book ratings and reviews with friends and meet people who have similar tastes in books. It also lets you build an online bookshelf, join book clubs, and get good book recommendations from friends. You should check it out.
--------
You have received this email because rizwan_hisham (rizwanhasham(a)gmail.com) directly invited you to join his/her community on Shelfari.
It is against Shelfari's policies to invite people who you don't know directly. Follow this link (http://www.shelfari.com/actions/emailoptout.aspx?email=Users@openser.org&ac…) to prevent future invitations to this address. If you believe you do not know this person, you may view (http://www.shelfari.com/rizwan_hisham) his/her Shelfari page or report him/her in our feedback (http://www.shelfari.com/Feedback.aspx) section.
Shelfari, 616 1st Ave #300, Seattle, WA 98104
Hi,
I want add others information about my test, providing also the log
of MediaProxy WEB GUI.
Windows Client used : X-Lite Version 3.0 build
29712
First scenarious : Client_A and Client_B running on Windows XP in
the same LAN behind same NAT.
Client_A call Client_B and During the
conversation MediaProxy WEB GUI (http://smile.ing.uniroma1.
it/serweb/mediaproxy/) show me following dump:
Call | Caller |Called |Via
address |status |Duration|....
------------------------------|----------------
|---------------------------|-------------------|
F:j2me@151.
100.122.144 | - | - |151.100.122.144:60012|inactive|
0'59'' |....
To:enzo@151.100.122.144| - | -
| | | |
And after
60 seconds the session expired and MediaProxy WEB GUI don't show it.
Result: the RTP packet dont' pass through the Mediaproxy, but the
packet go directly from one computer to another of my Lan.
Second
scenarious:
Windows Client used : X-Lite Version 3.0 build 29712
Linux
Client used : X-Lite Version 2.0 build 1105d
Client_A runnning on
WindowsXP and Client_B running on Linux Fedora in the same LAN behind
same NAT.
Client_A call Client_B and During the conversation MediaProxy
WEB GUI (http://smile.ing.uniroma1.it/serweb/mediaproxy/) show me
following dump:
Call |
Caller |Called
--------------------------------|--------------------------
|---------------------------
F:j2me@151.100.122.144 | 85.39.206.210:
62969 |85.39.206.210:62947
To: enzo(a)151.100.122.144
| |
|Via address
|status |Duration|....
|151.100.122.144:60010 |active | 1'25''
|....
Result: the RTP packet pass through the Mediaproxy, that acts
as "man in the middle" anf forward RTP packet
versus clients of my
Lan.
Why MediaProxy, in windowz -> windowz client communications
doesn't work?????
Orazio
>Hi to All,
>I'm investigating again about
Mediaproxy and SER , but in
>this test i'm using the
>the testbed of
smile.ing.uniroma1.it whic use
>SER and Mediaproxy in a public ip
151.100.122.144
>I'm using Client_A (X-
>lite) running on WindowsXP
192.168.123.10
>and Client_B (X-lite) running
>on WindowsXP
192.168.123.168
>My Lan use a router with a public ip
>83.211.41.253
>So the clients are behind the same Nat.
>Using ethereal i
>see that
during the conversation the RTP packet dont' pass through the
>Mediaproxy in public ip (151.100.122.144) but the packet go directly
>from one computer to another of my Lan.
>So the question is :
>what
SER
>architecture (with Mediaproxy or with SEMS or other..) i have to
use in
>order to
>have a proxy RTP that work as man in the middle and
manage all
>RTP Traffic between the two clients?
>Please help me.
>thanks.
Hi,
I am using default seas configuration. When I tried to start openser seas module can not be loaded althoug module is compiled without problem. I tried 1.2.0 and 1.2.2 and the same problem occurred.
It seems that it could not find "dprintf" function. How can I solve this problem?
root@~: openser -ddddddddddd
0(43499) loading module /usr/local/lib/openser/modules/tm.so
0(43499) DEBUG: register_pv: tm
0(43499) xl_add_extra_spec: extra items list is not initialized
0(43499) xl_add_extra_spec: inserting extra item [T_branch_idx] at [0]
0(43499) xl_add_extra_spec: inserting extra item [T_reply_code] at [1]
0(43499) loading module /usr/local/lib/openser/modules/seas.so
0(43499) ERROR: load_module: could not open module </usr/local/lib/openser/modules/seas.so>: /usr/local/lib/openser/modules/seas.so: Undefined symbol "dprintf"
and config is below
Thanks,
Kuddusi CIFTCIBASI.
# ----------- global configuration parameters ------------------------
debug=9 # debug level (cmd line: -dddddddddd)
#fork=yes
#log_stderror=no # (cmd line: -E)
children=4
# Uncomment these lines to enter debugging mode
fork=no
log_stderror=yes
#
reply_to_via=1
listen = tcp:84.51.32.24:5060
listen = udp:84.51.32.24:5060
port=5060
# ------------------ module loading ----------------------------------
#set module path
#mpath="/usr/local/lib/openser/modules/"
loadmodule "/usr/local/lib/openser/modules/tm.so"
loadmodule "/usr/local/lib/openser/modules/seas.so"
modparam("seas", "listen_sockets","84.51.32.24:5080")
modparam("seas", "stats_socket","84.51.32.24:5088")
#modparam("rr", "enable_full_lr", 1)
# ------------------------- request routing logic -------------------
# main routing logic
route{
if(!as_relay_t("app_server_one")){
t_reply("500","No App Server");
}
}