FYI
Regards
Ovidiu Sas
---------- Forwarded message ----------
From: Maxim Sobolev <sobomax(a)sippysoft.com>
Date: Tue, Feb 26, 2008 at 7:17 PM
Subject: [Serdev] RTPproxy has gotten its own mailing lists
To: serdev(a)lists.iptel.org
Hi,
Just a quick note that today we've finally launched mailing lists for
the RTPproxy. Anybody is welcome to join.
http://lists.rtpproxy.org/mailman/listinfo
Regards,
--
Maksym Sobolyev
Sippy Software, Inc.
Internet Telephony (VoIP) Experts
T/F: +1-646-651-1110
Web: http://www.sippysoft.com
_______________________________________________
Serdev mailing list
Serdev(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serdev
Hi All,
I need help with troubleshooting openser 1.3.0 crash. I am
running openser 1.3.0 (not from svn) to provide only BLA presence
service. The config file is based on the sample provided on openser
website.
This is the first time openser actually crashed. Twice before it
stopped working but the process never died.
Originally openser was running with debug=3. I have changed it to log
more information now. What else can i do to generate more useful
information to help resolve this issue?
Thanks in advance for your help!
--
Zahid
From openser log:
Feb 15 16:56:52 torte /usr/sbin/openser[25542]: 7bfbf097-25539(a)10.0.0.129
: handle_publish
Feb 15 16:56:52 torte /usr/sbin/openser[25539]: 15b7f2f2-11174(a)10.0.0.129
: bla_handle_notify OK
Feb 15 16:57:13 torte /usr/sbin/openser[25570]:
CRITICAL:core:receive_fd: EOF on 17
Feb 15 16:57:13 torte /usr/sbin/openser[25522]: INFO:core:handle_sigs:
child process 25551 exited by a signal 11
Feb 15 16:57:13 torte /usr/sbin/openser[25522]: INFO:core:handle_sigs:
core was generated
Feb 15 16:57:13 torte /usr/sbin/openser[25522]: INFO:core:handle_sigs:
terminating due to SIGCHLD
Feb 15 16:57:13 torte /usr/sbin/openser[25534]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25560]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25568]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25565]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25533]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25531]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25553]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25570]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25538]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25558]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25542]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25539]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25548]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25540]: INFO:core:sig_usr:
signal 15 received
Feb 15 16:57:13 torte /usr/sbin/openser[25522]:
NOTICE:presence:destroy: destroy module ...
bash-3.00# openser -V
version: openser 1.3.0-notls (i386/linux)
flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST,
SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
svnrevision: unknown
@(#) $Id: main.c 3304 2007-12-11 12:55:11Z bogdan_iancu $
main.c compiled on 21:52:01 Jan 6 2008 with gcc 3.4.6
gdb info:
Core was generated by `/usr/sbin/openser'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libdl.so.2...done.
(gdb) backtrace
#0 0x00b3bba3 in strncmp () from /lib/tls/libc.so.6
#1 0x00140bcb in get_dialog (dialog=0xb60fe518, hash_code=22) at
hash.c:289
#2 0x0014ae10 in subs_cback_func (t=0xb61210b0, cb_type=256,
ps=0xdb6314) at send_subscribe.c:248
#3 0x00d945b2 in run_trans_callbacks (type=256, trans=0xb61210b0,
req=0x0, rpl=0xffffffff, code=408) at t_hooks.c:205
#4 0x00da14ca in local_reply (t=0xb61210b0, p_msg=0xffffffff,
branch=0, msg_status=408, cancel_bitmap=0xbfe95834) at t_reply.c:1255
#5 0x00da5f4c in timer_routine (ticks=89623, attr=0x0) at timer.c:254
#6 0x080b403f in start_timer_processes () at timer.c:275
#7 0x08066d60 in main (argc=1, argv=0xbfe95a94) at main.c:873
hi all,
i am trying to authenticate a user using openser and
opendiameter.currently
i have configured both of them on the same pc.my problem is that i
cannot use anything other than opendiameter due to some architechture
restrictions of our company plan.
when i run xlite[softphone],openser,opendiameter i get error in
opendiameter client saying that"missing session id avp".i am not able
to identify where exactly the problem lies,either in openser's
auth_diameter module which is developed for diameter or in the
opendiameter.
if somebody have done anything like what i am
trying to do or if anybody have some idea please help me out.Because i
think its really very hard to do this without somebodies help
On Monday 25 February 2008, Arturo Díaz Almagro wrote:
> Please, see my comments below.
> > [..]
> > For recent mysql driver versions this is not needed anymore, i've
> > committed in revision 3606 a improvement to the trunk version of openser
> > that uses the recently introduced extensions in the mysql lib. This could
> > be easily backported to your version, take a look into the mysql
> > documentation if this different timeouts are supported on your driver
> > version.
>
> Does that mean that I could compile the mysql module in the trunk version
> and replace the old mysql.so module by the new generated one from the
> trunk? Is it fully backward compatible?
>
> Kind regards.
Hi Arturo Díaz Almagro,
(lets continue this discussion on the user list)
No, but this will not work at all. Even replacing the code and recompile will
not work, the changes were to extensive. You need to backport the changes
from the mentioned revision to the driver you use internally in your company.
You could get the changes with 'svn diff' or search on the devel list for the
commit message.
Cheers,
Henning
Hello,
Having 1 boxes with SIP service Box A: ip a.b.c.d with sip at udp 5060 and
a NMS machine with ip x.y.z.t
I am looking to monitor the SIP service via OPTION sent from NMS (x.y.z.t)
to the box A (no user defined on the box)
Any one to help how to write the OPTION request using sipsak
I tried this way but no success
sipsak -f option -s sip:a.b.c.d (I don't know if we have to set the udp
port with sipsak)
On file option I have:
OPTIONS sip:a.b.c.d:5060 SIP/2.0
Max-Forwards: 70
To: <sip:ping@a.b.c.d:5080>
From: NMS <sip:x.y.z.t>
Call-ID: 83185420572
CSeq: 8764 OPTIONS
Allow: ACK,CANCEL
Accept: application/sdp
Content-Length: 0
BR
Thanks for the explanation! I will try to work it out.
Roa :D
-----Original Message-----
From: SIP [mailto:sip@arcdiv.com]
Sent: Monday, February 25, 2008 8:11 PM
To: roayu
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Intercept SIP call
Ringing multiple clients is something the server does -- not the client.
Eg:
User A logs into SER with IP:22.33.44.55 and leaves his client
running. He then goes to work and logs into SER with IP: 88.99.66.77
In SER, there's now a table that has that information:
User A: 22.33.44.55, 88.99.66.77
When user B calls, SER rings every place User A is logged in from. The
first phone to answer gets the call.
Call pickup is something completely different. And yes, for that, you'd
need Asterisk running.
N.
roayu wrote:
> Thanks.
>
> So, if the client aren't able to perform this function. Can SER do that?
Or
> I need to setup the Asterisk server to help me to perform the 'call
pickup'
> functions. Correct me if I'm wrong.
>
> Thanks.
>
> Roa Yu
>
> -----Original Message-----
> From: SIP [mailto:sip@arcdiv.com]
> Sent: Monday, February 25, 2008 11:17 AM
> To: roayu
> Cc: samuel; serusers(a)lists.iptel.org
> Subject: Re: [Serusers] Intercept SIP call
>
> When your client registers to SER as a particular user, that
> registration is stored in SER.
>
> If you register multiple times with the same user, ALL of those contacts
> are called when a call is sent to that user.
>
> N.
>
>
> roayu wrote:
>
>> Thanks for your reply and explanation, samuel.
>>
>> But what do you mean by "If you want to send the initial call to both
>> phone B and C, either in parallel or sequentally, then SER can easily
>> do the job"? Could you please further explain on this or you can
>> provide me so links to read bout this.
>>
>> Thanks!
>>
>> Roa Yu.
>>
>> ------------------------------------------------------------------------
>>
>> *From:* samuel [mailto:samu60@gmail.com]
>> *Sent:* Friday, February 22, 2008 4:39 PM
>> *To:* roayu
>> *Cc:* serusers(a)lists.iptel.org
>> *Subject:* Re: [Serusers] Intercept SIP call
>>
>> The way you have explained the use case would require the phones to do
>> complex SIP operations.
>> Phone C need to know the dialog identifiers (dialog info package
>> probably would help)of the call between A and B and then use replaces
>> header to "intercept the call". I presonally haven't seen phones doing
>> this.
>>
>> If you want to send the initial call to both phone B and C, either in
>> parallel or sequentally, then SER can easily do the job. Just read a
>> few mails or the getting started document and you'll see how to do this.
>>
>> Hope it helps,
>> Samuel.
>>
>> 2008/2/20, roayu <roayu(a)ctisys.net <mailto:roayu@ctisys.net>>:
>>
>> Hi there!
>>
>> Recently, I had setup a SIP environment with few sip phones, SIPphone
>> A, SIPphone B, and SIPphone C. For instance, when SIPphone A called to
>> SIPphone B, but B is not able to answer the call. Can SIPphone C
>> answer A's call?
>>
>> I would like to know whether is SER able to have the intercept sip
>> calls function? If yes, what module or configuration that I need to set?
>>
>> Thanks in advance!
>>
>> Best regards,
>>
>> RoaYu
>>
>>
>> _______________________________________________
>> Serusers mailing list
>> Serusers(a)lists.iptel.org <mailto:Serusers@lists.iptel.org>
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Serusers mailing list
>> Serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>>
Hi,
can someone point me to a 2.0 config snip that will
lookup gw_name and return data element[s] from "gw" table?
As an alternative, a simple found/not found return value will do.
..mike..
I have the following scenario:
UA - OpenSER - SIPX - MicrosoftUM2007
As OpenSER has the public IP address and SIPX has no public IP, Openser
has to be in the loop of all SIP messages. Therefore I set a
record-route header in OpenSER.
SipX is needed for the UDP/TCP gateway to MS UM2007 so therefore SipX
needs to add another record-route header. UM2007 then receives a record
with 2 record-routes (the one of OpenSER and the one of SipX)
Unfortunately our UM2007 replaces the OpenSER record-route in the OK
messages by the IP of SipX IP only, so Openser is out of the loop.
The UA then tries to reply with ACK to the (private) IP of SipX and fails.
My question: Ist here a chance to add another record-route with
OpenSer's IP in OpenSER 1.3 in the reply route? According to the
documentation in rr it doesn't work.
Any hint is appreciated.
Best regards
Peter