Hi,
I am new to openser and trying to use it as a proxy i.e. I have a
phone behind NAT, and another SIP server with all our
account/registrar/routing details, I want to try mediaproxy as a far-end
nat traversal solution to allow us to install phones without doing much
(or anything) to the NAT firewalls.... The idea is that I set up phones
to use Openser as Outbound proxy, and use symmetric RTP, and tell
openser to nathelper to do regular keep alive pings. Then the phone
should open SIP port to openser when registering, and OpenSER forwards
the registration to the current sip server. Later invites from the
current server should go back through Openser to the phone over the
still open ip:port pair. MediaProxy on the openser should handle the
RTP traffic between phone and old sip server.
I have got ser and mediaproxy running and outgoing calls are fine. The
problem is that incoming calls are not going through the proxy... the
phone registers via the openser proxy, but when initiating an incoming
call to the phone the registrar server sends the SIP invite straight to
the NAT firewall, which rejects it...
What do I need to do so that openSER tells the registrar to route SIP
INVITES back through the openser server?
I realise that at present I am looking at a very insecure open relay -
I'll add more auth and domain checking when I get the basic outbound
relay / media proxy bit working.
PHONE ---- NAT ---- SER ----- SIP registrar Server with user details etc.
Thanks.
hi, all
is it possible to implement with an openser a legal interception?
maybe with t_replicate() to another server.
what about the media forking of the call?
thanks
:tele
Dear All,
I got following error message while installing ser rpm. What is the meaning
of this.
arning: ser-0.9.6-6.fc5.i386.rpm: Header V3 DSA signature: NOKEY, key ID
1ac70ce6
Aruna
----------------------------------------------------------
S. A. S. Lorensuhewa
Head, Department of Computer Science
University of Ruhuna, Matara, Sri Lanka
Telephone: 0094 (0)41 2227019
Fax: 0094 (0)41 2222683
Email: lorensuhewa(a)cc.ruh.ac.lk, aruna(a)cc.ruh.ac.lk
Hi,
I use Presence Snapshot 4.1, and I want my Server to store x and y
coordinate and send NOTIFY to the SUBSCRIBER whenever the position changes.
I tried it with geopriv location but I get the answer: "Unsupported document
format". Is there an error in my PUBLISH request or isn't it possible to
store x and y?
And in which table does it store? I added the collumns x, y in presentity,
but SER ignores them.
I hope, you can help me. Thanks.
/usr/sbin/ser[9955]: handle publish request
/usr/sbin/ser[9955]: ERROR: pidf.c:467: can't parse document
/usr/sbin/ser[9955]: can't parse CPIM-PIDF document
/usr/sbin/ser[9955]: handled publish
U 10.0.0.3:5060 -> 10.0.0.11:5060
PUBLISH sip:PDA_User@fh-joanneum.at SIP/2.0..Via: SIP/2.0/UDP
10.0.0.3:5060;branch=z9hG4bK1845246585..Max-Forwards: 70..From:
<sip:PDA_User@fhjoanneu
m.at>;tag=1986441488..To: <sip:PDA_User@fh-joanneum.at>..Call-ID:
1734692618-
1859786556-1651516169..CSeq: 6 PUBLISH..Contact: <sip:PDA_User@10.0.0.3>.
.Content-Type: application/cpim-pidf+xml..Content-Length: 307..Expires:
7200..Event:
presence..User-Agent: SIP .NET 1.0 evaluation version,
www.independentsoft.com....
<?xml version="1.0 encoding="utf-8"?>
<presence
xmlns="urn:ietf:params:xml:ns:pidf"entity="sip:PDA_User@fh-joanneum.at">
<tuple id=9r28r59>
<status>
<basic>online</basic>
<geopriv><locationinfo><civilAddress><x>01525.0125</x><y>04704.2002</y></civilAddress></locationinfo></geopriv>
</status>
</tuple>
</presence>
U 10.0.0.11:5060 -> 10.0.0.3:5060
SIP/2.0 415 Unsupported document format..Via: SIP/2.0/UDP
10.0.0.3:5060;branch=z9hG4bK1845246585..From:
<sip:PDA_User@fhjoanneum.at>;tag=1986441488..
To:
<sip:PDA_User@fh-joanneum.at>;tag=589230a54cd08b3768529724501fae28-a814..Call-ID:
1734692618-1859786556-1651516169..CSeq: 6 PUBLISH..Server: Sip E
Xpress router (0.10.99-dev35-pa-4.1 (i386/linux))..Content-Length:
0..Warning: 392
10.0.0.11:5060 "Noisy feedback tells: pid=9955 req_src_ip=10.0.0.3
req_src_port=5060 in_uri=sip:PDA_User@fh-joanneum.at
out_uri=sip:PDA_User@fhjoanneum.
at via_cnt==1"
Regards,
Alois
Hi,
I'm trying to use jabber module.
I didn't know how to configure a DNS server with ser.
I retreive some problem with a jabber server.'( file "jabber.xml")
I would like to test tow clients one msn and another jabber to exhange
an instant message.
How can I do it.
Can you help me!
Thanks in advance.
Yup. Me too. I hope to get some comments on this... :)
Anyone?
On 6/17/06, Hakan YASTI <hakanyasti(a)gmail.com> wrote:
>
> Hi Andrey,
>
> I have the same problem with proxy dispatcher. Have got a solution for your
> problem. I couldn't see any solution for your problem.
>
> Hope to hera soon.
>
> Best Regards,
> Hakan.
>
>
>
>
> Hi,
I have tried to install mediaproxy 1.7.2. So, i did. Configuration
> was
about the same as 1.4.2, however, "mediaproxy start", just
> started
mediaproxy.py, but not proxydispatcher.py. Version 1.4.2 started
> them
both w/o any problem. Trying to start proxydispatcher.py
> independently
did not give any results. /var/run/proxydispatcher.sock is
> simply not
there anymore. There are no logs or whatsoever, that I could show
> you,
because I did not find any. Anyway, here's the config
> (NOTE:
mediaproxy's running on the same machine as SER):
[Dispatcher]
start
> = yes
socket = /var/run/proxydispatcher.sock
listen = <my IP address>
group
> = wheel
defaultProxy = /var/run/mediaproxy.sock
[MediaProxy]
start =
> yes
socket = /var/run/mediaproxy.sock
group = wheel
listen = <my IP
> address>
allow = <my IP address>, 127.0.0.1
proxyIP = <my IP
> address>
portRange = 60000:65000
TOS = 0xb8
idleTimeout = 60
holdTimeout =
> 3600
forceClose = 10800
[Accounting]
dbaccounting = off
//<my IP address>
> is IP of SER/mediaproxy machine
// the rest is irrelevant
Please, also note
> that I dont have a DNS SRV entry for media proxy.
Could that cause the
> problem?
One way or another, I had to downgrade back to 1.4.2. Any
> suggestions?
Thanx in advance.
Andrey.
>
Hi ,
please help me on openser .
I'm working on openser , Voice is clearly listening in softphone <---->
softphones .but when comes to softphone <-------> hardphones and
hardphones <------> hardphones..
I use nathelper module... also...
voice is not clearly....
please hel ,What i need to do.
--
Thanks and Regards with cheers
Sunkara Ravi Prakash (Voip Developer)
Hyperion Technology
www.hyperion-tech.com
<b>