I wish to set up two SIP to PSTN calls and then connect them similar to
Jajah (is this called 3pcc?). The calls would be proxied by OpenSER and
the PSTN interconnected handled by a third party provider with PSTN
interconnect.
To my knowledge, it's not possible to use OpenSER alone to do this.
Options include WeSIP (beta software, restrictive licence) or Asterisk
(poor implementation of "peer" identification limits usability). Could
anyone advise what other alternatives there are? Is it possible to just
use OpenSER? What about SEMS?
Regards
Cameron
Hi!
I just compiled a fresh openser-1.2 (no installation - only "make all"
and running it as non-privileged user from the source directory).
Everything works fine except that I can not see L_DEBUG messages in
syslog (debug=3 causes the same output in syslog as debug=4) and I'm
stuck in finding the problem. When starting openser with -D -E -dd I see
DEBUG messages too.
thanks
Klaus
Hi Daniel,
yes it works fine now, all messages are dumped in the order of receiving!
Thanks for fixing it, now I just need to wait some time for openser 1.3 to be released ;-)
Cheers,
Cesar
-----Ursprüngliche Nachricht-----
Von: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
Gesendet: Donnerstag, 04. Oktober 2007 16:56
An: Cesar Troncoso
Cc: users(a)openser.org
Betreff: Re: AW: [OpenSER-Users] MSILO: dump stored messages
Hello,
can you test with latest trunk version. I added a constraint to order by
auto incremented index. Let me know if works ok.
Cheers,
Daniel
On 10/04/07 15:11, Cesar Troncoso wrote:
> Hi,
>
> thanks for reply my email. I made the following test: I sent five different messages:
>
> one
> two
> three
> four
> five
>
> and I traced the SIP traffic passing through the server. They were stored in the DB in the correct sequence. So far so good. Now comes the problem, I saw the IM going out from my SIP Server and the sequence was wrong:
>
> three
> five
> two
> four
> one
>
> And exactly in that way appeared the IM in my client when the user went online.
>
> In my opinion the IM were not properly sent when they went out from OpenSER
>
> Cheers,
>
> Cesar
>
> -----Ursprüngliche Nachricht-----
> Von: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro]
> Gesendet: Donnerstag, 04. Oktober 2007 13:28
> An: Cesar Troncoso
> Cc: users(a)openser.org
> Betreff: Re: [OpenSER-Users] MSILO: dump stored messages
>
> Hello,
>
> they should be sent in order of receiving -- however I will double
> check. Because they are sent in a very short time frame, maybe the get
> in a different order to the user, because of network transmission. Can
> you watch the sip traffic sent by proxy?
>
> Cheers,
> Daniel
>
>
> On 10/04/07 13:39, Cesar Troncoso wrote:
>
>> Hello,
>>
>>
>>
>> I have a problem by using the MSILO Module. The messages stored in the
>> DB (table SILO) are not sent in the right sequence. Therefore when the
>> user goes online again and receives the messages previously stored in
>> the DB, he is not able to understand them. Any Ideas or suggestions
>> how to deal this problem?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Cesar
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Users mailing list
>> Users(a)openser.org
>> http://openser.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
Oh, I got it! Thanks Jiri!
Btw, I have another questions.
1) I would like to know can call transfer being done when the
connection is P2P?
When I tried to use relay (mediaproxy) to do the call transfer, it's
able to transfer the call to the other party whereas when the condition is
P2P, it just can't pass the correct signal.
2) Can SER support SPA942 ? Or is there some settings that I need to
configure on SER ?
Thanks.
Cheers,
Roa Yu
-----Original Message-----
From: Jiri Kuthan [mailto:jiri@iptel.org]
Sent: Wednesday, October 10, 2007 2:56 PM
To: roayu; SIP
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Get RealTime Online Users status
yes, set usrloc's database mode to 1. -jiri
At 03:32 10/10/2007, roayu wrote:
>Thanks for your reply. I found that it's only update after around 30
>seconds. Is there anyway that I can fasten the update on the database?
>
>Thanks.
>
>Cheers,
>Roa Yu
>
>-----Original Message-----
>From: SIP [mailto:sip@arcdiv.com]
>Sent: Tuesday, October 09, 2007 9:14 PM
>To: roayu
>Cc: serusers(a)lists.iptel.org
>Subject: Re: [Serusers] Get RealTime Online Users status
>
>roayu wrote:
>>
>> Hi there!
>>
>> Can anyone tell me how to get the RealTime Online user status other
>> than using command '*serctl ul show*'? Or how can I store the realtime
>> online user status to the MySQL db?
>>
>> Thanks.
>>
>> Cheers,
>>
>> Roa Yu J
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Serusers mailing list
>> Serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>The location table in the MySQL database stores what are, in effect,
>currently online users. It is, however, only an approximation. When a UA
>registers, it sends an expiration time on its registration and that gets
>stored in the location table. If the user disconnects without cancelling
>his registration (some UAs send am expire register message to 'log out'
>and some don't), then the data may still be in the table until the
>expire time occurs. Realistically, though, you can get a good idea of
>currenly online users using the location table and while it may not be
>100% accurate, it's close enough for government work, as it were.
>
>N.
>_______________________________________________
>Serusers mailing list
>Serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
Hi,
is there any view about ser working with openXCAP serverI set up openXCAP
and tried it but unfortunately there are some incompatibility issues.I got
the
following error in openXCAP:
Invalid Document Selector xcap-root/pres-rules/users/pgr(a)voip.touk.pl/index
(the Document Selector must be 'users' or 'global': 'pres-rules')
my xcap server listen on port 8000 and my ser config is the following:
modparam("xcap", "xcap_root","http://voip.touk.pl:8000/xcap-root")
Cheers
-tomasz
yes, set usrloc's database mode to 1. -jiri
At 03:32 10/10/2007, roayu wrote:
>Thanks for your reply. I found that it's only update after around 30
>seconds. Is there anyway that I can fasten the update on the database?
>
>Thanks.
>
>Cheers,
>Roa Yu
>
>-----Original Message-----
>From: SIP [mailto:sip@arcdiv.com]
>Sent: Tuesday, October 09, 2007 9:14 PM
>To: roayu
>Cc: serusers(a)lists.iptel.org
>Subject: Re: [Serusers] Get RealTime Online Users status
>
>roayu wrote:
>>
>> Hi there!
>>
>> Can anyone tell me how to get the RealTime Online user status other
>> than using command '*serctl ul show*'? Or how can I store the realtime
>> online user status to the MySQL db?
>>
>> Thanks.
>>
>> Cheers,
>>
>> Roa Yu J
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Serusers mailing list
>> Serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>The location table in the MySQL database stores what are, in effect,
>currently online users. It is, however, only an approximation. When a UA
>registers, it sends an expiration time on its registration and that gets
>stored in the location table. If the user disconnects without cancelling
>his registration (some UAs send am expire register message to 'log out'
>and some don't), then the data may still be in the table until the
>expire time occurs. Realistically, though, you can get a good idea of
>currenly online users using the location table and while it may not be
>100% accurate, it's close enough for government work, as it were.
>
>N.
>_______________________________________________
>Serusers mailing list
>Serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
Running openser on FreeBSD-6.2 stable:
version: openser 1.2.2-tls (i386/freebsd)
When starting openser with the mi_xmlrpc module enabled this is returned:
0(56397) ERROR: load_module: could not open module
</usr/local/lib/openser/modules/mi_xmlrpc.so>:
/usr/local/lib/libxmlrpc_client.so.7: Undefined symbol "HTThroughLine"
On Monday Aug 13 2007 Bogdan-Andrei Iancu wrote:
> As xmlrpc-c generates a bunch of libs (prefix llibxmlrpcxxxxxx), try to
> add them all for module linking. See modules/mi_xmlrpc/Makefile, the
> LIBS line.
I have added them all to the modules/mi_xmlrpc/Makefile but the problem remains.
Using xmlrpc-c and libwww from recent FreeBSD ports.
Looking at libxmlrpc_clent.so.7
nm -B libxmlrpc_client.so.7 | grep HTThroughLine
returns
U HTThroughLine
If anyone can shed some light on this it would be very greatly apprecated.
regards
-kim
--
Thanks for your reply. I found that it's only update after around 30
seconds. Is there anyway that I can fasten the update on the database?
Thanks.
Cheers,
Roa Yu
-----Original Message-----
From: SIP [mailto:sip@arcdiv.com]
Sent: Tuesday, October 09, 2007 9:14 PM
To: roayu
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Get RealTime Online Users status
roayu wrote:
>
> Hi there!
>
> Can anyone tell me how to get the RealTime Online user status other
> than using command '*serctl ul show*'? Or how can I store the realtime
> online user status to the MySQL db?
>
> Thanks.
>
> Cheers,
>
> Roa Yu J
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Serusers mailing list
> Serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
The location table in the MySQL database stores what are, in effect,
currently online users. It is, however, only an approximation. When a UA
registers, it sends an expiration time on its registration and that gets
stored in the location table. If the user disconnects without cancelling
his registration (some UAs send am expire register message to 'log out'
and some don't), then the data may still be in the table until the
expire time occurs. Realistically, though, you can get a good idea of
currenly online users using the location table and while it may not be
100% accurate, it's close enough for government work, as it were.
N.
Hello
I installed Media proxy by downloading it and putting it in :
/usr/local/mediaproxy
than I copied
/usr/local/mediaproxy/boot/mediaproxy.debian to /etc/init.d/mediaproxy
and started it
Is that all I need to do with the installation?
What would I have to add to openser.cfg?
--
Thank You
Hi all,
I've a problem with a CPE/IAD that sometimes send a REGISTER with same
Cseq in the location entry, OpenSER response is "400 Bad Request" with
P-Registrar-Error: Invalid CSeq number. This causes the CPE/IAD to
disable the voice port.
I want disable this kind of check, i've try to set the
modparam("usrloc", "cseq_delay", 0) for disable retrasmission check but
doesn't work
Any other idea to solve this? i've this problem with only this CPE.
Thanks!
:tele