[OpenSIPS-Users] db_url when using db_oracle module

2009-04-22 Thread Noel R. Morais
Hi Guys, I would like to know how should be the db_url parameter when using db_oracle module? Thanks in advance, Noel ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] soap-simple-proxy

2009-04-22 Thread Michael Ciupka
Hello Adrian, where can I find a soap/xml client? Regards Michael Original-Nachricht > Datum: Wed, 22 Apr 2009 17:17:39 +0200 > Von: Adrian Georgescu > An: Michael Ciupka > CC: users@lists.opensips.org > Betreff: Re: [OpenSIPS-Users] soap-simple-proxy > That is not a web i

Re: [OpenSIPS-Users] soap-simple-proxy

2009-04-22 Thread Adrian Georgescu
That is not a web interface. You need a SOAP/XML client to access it. The SOAP/XML client can then be used to display a web page. Adrian On Apr 22, 2009, at 5:06 PM, Michael Ciupka wrote: Hello, i have configure the soap-simple-proxy now. I want to check the functionality. what an url i

Re: [OpenSIPS-Users] ACC Problem. to_did blown away.

2009-04-22 Thread Brett Nemeroff
Bogdan,What was happening is that a call to a carrier failed and caused the RURI which was written to the DB to come from the Contact header of the 486 that came from the carrier. I'm not sure why it used that instead of the OURI.. I fixed this issue by storing the OURI to an avp ON INVITE and the

Re: [OpenSIPS-Users] mysql problem on 1.5

2009-04-22 Thread Brett Nemeroff
Hey Bogdan,I've been working on this issue and just wanted to update the group with my results. Keep in mind, this is a torture test. So there were a number of issues, some DB, some opensips script. Firstly, the opensips script: I'm doing call limiting using the dialog module. The call limits are

[OpenSIPS-Users] soap-simple-proxy

2009-04-22 Thread Michael Ciupka
Hello, i have configure the soap-simple-proxy now. I want to check the functionality. what an url i must put in the browser to see the webinterface? Regards Michael ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mail

Re: [OpenSIPS-Users] replace_from restore redundant from

2009-04-22 Thread kaiser
Bogdan, For test, I do a simple script, get the same result ( 2 from hdr) There are several UA怀register in proxy, 40009,40010,40011,40012 When on-net call fail, serial call start ... Don't answer first shoot, I answer the 2nd shoot and get 2 from hdr modparam("uac","from_restore_mode","

Re: [OpenSIPS-Users] Ring Group - Memory Hunt - with serial forking?

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Chris, Chris Maciejewski wrote: > 2009/4/21 Bogdan-Andrei Iancu : > >> Hi Chris, >> >> Chris Maciejewski wrote: >> >>> Hi, >>> >>> I am trying to implement a Ring Group with >>> a Memory Hunt ring strategy. >>> >>> The scenario looks as follows: >>> >>> There is a subscriber A, B and C.

Re: [OpenSIPS-Users] replace_from restore redundant from

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Kaiser, kaiser wrote: > Bogdan, > > We call the uac_replace_from() in failure_route(none in request route), > and this failure_route will call itself again if the t_relay() in > failure_route fail again. Ok, correct > > If line 10 t_relay() fail, opensips will raise a failure_route(3) > again

Re: [OpenSIPS-Users] mediaproxy opensips bug

2009-04-22 Thread Ruud Klaver
Hi, On 21 Apr 2009, at 04:12, lixk wrote: > hello > > I am a user of opensips+mediaproxy. now i am doing account > using mediaprxoy and freeradius.but when i add the radius > dictionary . it return this: > > Starting MediaProxy Dispatcher 2.3.2 > Twisted is using selectreactor > cannot r

Re: [OpenSIPS-Users] replace_from restore redundant from

2009-04-22 Thread kaiser
Bogdan, We call the uac_replace_from() in failure_route(none in request route), and this failure_route will call itself again if the t_relay() in failure_route fail again. If line 10 t_relay() fail, opensips will raise a failure_route(3) again to get next serial call target. the new branch wil

Re: [OpenSIPS-Users] ACC Problem. to_did blown away.

2009-04-22 Thread Bogdan-Andrei Iancu
HI Brett, You lost me here. The $oU is the original username (whatever opensips received in the RURI of the request). Also you mentioned about the Contact URI (mod_sofia), right?? So, what exact part of the message are you trying to log? Regards, Bogdan Brett Nemeroff wrote: > No, actu

Re: [OpenSIPS-Users] mysql problem on 1.5

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Brett, I think the problem is at DB level - what you can try to do (just to spot the problem) is to stop whatever other apps/procs that are using the opensips DB and let only opensips runing on it. Redo the test and see if you get the same behaviour. Regards, Bogdan Brett Nemeroff wrote: >

Re: [OpenSIPS-Users] ACK timout OpenSIPS 1.5 Still not resolved

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Khan, The logs shows very clear that the 200 OK was received by opensips and sent out to the caller. Unfortunately there is no ACK coming from caller. You need to do a SIP capture (IP level) on the caller side to see if the caller is actually receiving the 200 OK. As said, a missing ACK fro

Re: [OpenSIPS-Users] OpenSIPS 1.5 crashes when starting

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Khan, well, if there is no crash, no backtrace is needed :). Why it crashed before? hard to tell with no information like logs, core file, etc.. Anyhow, periodically updating from SVN is a good policy as you get access to the latest bug fixes. Regards, Bogdan Khan wrote: > Thanks Bogdan f

Re: [OpenSIPS-Users] replace_from restore redundant from

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Kaiser, you mean if you want to change to a different FROM header for each branch of the call ? If so, use uac_replace_from() from the branch_route - this will push the changes per branch and not globally for the whole transaction. Regards, Bogdan kaiser wrote: > Bogdan, > > If I use uac_r

Re: [OpenSIPS-Users] replace_from restore redundant from

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Kaiser, you mean you call twice the uac_replace_from() in failure_route for the same request? or for different ones? because for a request/branch, you must call only once the uac_replace_from() function. Regards, Bogdan kaiser wrote: > Bogdan, > > After calling twice uac_replace_from() in

Re: [OpenSIPS-Users] R: R: Ring Group - Memory Hunt - with serial forking?

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Steven, group hunting can be done, this is not the problem. Chris's special need is to fire a parallel forking set, but not all branches in the same time. Regards, Bogdan Steven C. Blair wrote: > There are somewhat ugly ways to do this. I did it in SER v0.9.x but admit my > approach was not

Re: [OpenSIPS-Users] Call Drop every 4 minutes

2009-04-22 Thread Bogdan-Andrei Iancu
Hi, A SIP dump (ngrep) will be needed to identify the problemit could be a missing ACK, a re-INVITE problem, etc Regards, Bogdan kchan1028 wrote: > I am facing call drop issue every 4 minutes only to Africa country such as > Ivory Coast, Cameroon. This only happen if i use (!allow_trust

Re: [OpenSIPS-Users] doing next priority dialing in case of 504 reply received

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Ricardo, Use a failure route to catch the transaction failure event (due 504 reply); from this failure route you can create new branches by simply relaying the call to a new destination: http://www.opensips.org/index.php?n=Resources.DocsCoreRoutes#toc3 Regards, Bogdan Ricardo Carvalho w