Re: [OpenSER-Users] Parallel Forking

2008-01-09 Thread Gomtesh Jain
That is one solution . can't we do it at proxy level . As soon as I get second 200 ok I send some 6XX message to the originator. Is it possible at proxy level. Gomtesh On Jan 9, 2008 11:37 PM, Klaus Darilion <[EMAIL PROTECTED]> wrote: > > > Gomtesh Jain schrieb: > > Hi All, > > > >I am fac

Re: [OpenSER-Users] Parallel Forking

2008-01-09 Thread Klaus Darilion
Gomtesh Jain schrieb: > Hi All, > >I am facing some problem in parallel forking . >how should I handle the scenario where I get 200 ok response from > both the branch . This can not be handled by the SIP proxy. the SIP proxy has to forward both 200 ok to the caller and the caller (th

Re: [OpenSER-Users] OpenSER Question

2008-01-09 Thread Klaus Darilion
ListAcct schrieb: > Hello, > > I wanted someones honest opinion. I have ran across and read a little on > SER and OpenSER have not yet had much time. But would you recommend > OpenSER for a service provider who is wanting or thinking about > deploying VoIP service for its customers? What othe

[OpenSER-Users] Parallel Forking

2008-01-09 Thread Gomtesh Jain
Hi All, I am facing some problem in parallel forking . how should I handle the scenario where I get 200 ok response from both the branch . Gomtesh ___ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/use

Re: [OpenSER-Users] CPL and $var issue when different process

2008-01-09 Thread Ovidiu Sas
It may be. Check your logs (and check the process ID). Like this you will know for sure. Regards, Ovidiu Sas On Jan 9, 2008 6:38 PM, Iñaki Baz Castillo <[EMAIL PROTECTED]> wrote: > El Jueves, 10 de Enero de 2008, Ovidiu Sas escribió: > > http://www.openser.org/dokuwiki/doku.php/pseudovariables

Re: [OpenSER-Users] CPL and $var issue when different process

2008-01-09 Thread Iñaki Baz Castillo
El Jueves, 10 de Enero de 2008, Ovidiu Sas escribió: > http://www.openser.org/dokuwiki/doku.php/pseudovariables:1.3.x#script_varia >bles > The value of script variables persists over the processing of SIP > messages, being specific per each OpenSER process. > Yes, and since a CPL can involve var

Re: [OpenSER-Users] CPL and $var issue when different process

2008-01-09 Thread Ovidiu Sas
http://www.openser.org/dokuwiki/doku.php/pseudovariables:1.3.x#script_variables The value of script variables persists over the processing of SIP messages, being specific per each OpenSER process. Regards, Ovidiu Sas On Jan 9, 2008 6:12 PM, Iñaki Baz Castillo <[EMAIL PROTECTED]> wrote: > Hi, m

[OpenSER-Users] CPL and $var issue when different process

2008-01-09 Thread Iñaki Baz Castillo
Hi, maybe someone could confirm this: At the begining of my script I set a variable: $var(gateway) = "123.123.123.123"; Later, I run CPL for calls to internal users and there could be forwardings and so. I set CPL "recurse" parameter so convert 302 from UAS into a new branch into CPL. At th

[OpenSER-Users] OpenSER Question

2008-01-09 Thread ListAcct
Hello, I wanted someones honest opinion. I have ran across and read a little on SER and OpenSER have not yet had much time. But would you recommend OpenSER for a service provider who is wanting or thinking about deploying VoIP service for its customers? What other products would you recommend

Re: [OpenSER-Users] Carrirroute

2008-01-09 Thread Henning Westerholt
On Wednesday 09 January 2008, TCB wrote: > Got it, you are right , This is set as the default for > rewrite_prefix_column in the > online manual( This might be a typo). > > Got it working 100% now , thanks > > modparam("carrierroute", "rewrite_prefix_column", "rewrite_host" Good. Yes, there is a t

Re: [OpenSER-Users] uac_replace_from

2008-01-09 Thread CSB
> > I wish to replace the from address in the following manner > > > > Received From: "05551233" sip:[EMAIL PROTECTED] > > > > Replaced From: "5551233" sip:[EMAIL PROTECTED] > > > > > > > > In other words I want to do what the strip and prefix commands do but > on a > > from header. Could anyone ad

Re: [OpenSER-Users] Carrirroute

2008-01-09 Thread Henning Westerholt
On Wednesday 09 January 2008, TCB wrote: > Thanks Henning , i have just realised i had not set the prob, > now the routing works but i'm afraid i have created another > problem. For some reason the ip address is being prefixed to the > called number. > See below. > > Jan 9 14:56:02 ss-za /usr/sbi

[OpenSER-Users] OpenSER in front of Asterisk

2008-01-09 Thread [EMAIL PROTECTED]
Hi all, I'm relatively new to OpenSER (and SER for that matter). I have the following need and can't quite figure out how to do it. We have several Asterisk servers being used strictly for IVR purposes (IVR cluster). We also have several Asterisk servers used for standard telephone services

Re: [OpenSER-Users] Configuring openser to forward incoming to a conference agent

2008-01-09 Thread Andreas Granig
Just insert a permanent "registration" using openserctl: openserctl ul add [EMAIL PROTECTED] sip:conf@ Andreas Pascal Maugeri wrote: > Hi > > I'm developing a "conference agent" that will receive INVITEs and > invites a list of invitees defined in the SIP INVITE message payload. > > Let's say

[OpenSER-Users] Configuring openser to forward incoming to a conference agent

2008-01-09 Thread Pascal Maugeri
Hi I'm developing a "conference agent" that will receive INVITEs and invites a list of invitees defined in the SIP INVITE message payload. Let's say that this agent is available behind the URI sip:[EMAIL PROTECTED] and openser should forward all incoming "INVITE sip:[EMAIL PROTECTED] SIP/2.0" to

Re: [OpenSER-Users] presence caching and retrieval

2008-01-09 Thread Klaus Darilion
http://openser.org/docs/modules/1.3.x/presence#AEN37 Sigrid Thijs schrieb: > Hi, > > I was wondering, when a SIP user publishes his presence to the openser > presence module, is this presence data cached in memory by the server or > is this immediately stored in the database? > > Is this someh

[OpenSER-Users] presence caching and retrieval

2008-01-09 Thread Sigrid Thijs
Hi, I was wondering, when a SIP user publishes his presence to the openser presence module, is this presence data cached in memory by the server or is this immediately stored in the database? Is this somehow configurable? If the presence data is cached in memory, is there an interface availab

Re: [OpenSER-Users] regex syntax?

2008-01-09 Thread Jesus Rodriguez
Hello, > On Tuesday 08 January 2008 18:11:17 Nick Warr wrote: >> Hi, I've got a question, I have some really stupid ATAs that can't do >> proper DNS lookups and are are a bit retarded when it comes to making >> calls. Unlike other systems, if I put sipserver.mobilia.it in as the >> proxy/registrar

Re: [OpenSER-Users] Carrirroute

2008-01-09 Thread Henning Westerholt
On Tuesday 08 January 2008, TCB wrote: > Would appreciate some help with CarrierRoute module > I get the following error > > ERROR:carrierroute:carrier_rewrite_msg: error during rewrite_uri_recursor Hi TCB, there should be more error messages before this one, could you please post them also to t

Re: [OpenSER-Users] regex syntax?

2008-01-09 Thread Iñaki Baz Castillo
On Tuesday 08 January 2008 18:11:17 Nick Warr wrote: > Hi, I've got a question, I have some really stupid ATAs that can't do > proper DNS lookups and are are a bit retarded when it comes to making > calls. Unlike other systems, if I put sipserver.mobilia.it in as the > proxy/registrar, it decides t

[OpenSER-Users] regex syntax?

2008-01-09 Thread Nick Warr
Hi, I've got a question, I have some really stupid ATAs that can't do proper DNS lookups and are are a bit retarded when it comes to making calls. Unlike other systems, if I put sipserver.mobilia.it in as the proxy/registrar, it decides that its domain is also sipserver.mobilia.it. While regist

Re: [OpenSER-Users] CDRTool help?

2008-01-09 Thread Lorenz Barth
Hi Andi, I've seen this a few times. Did you try to just hit the reload button? Bye Lorenz _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Andy Smith Gesendet: Dienstag, 8. Januar 2008 21:51 An: users@lists.openser.org Betreff: Re: [OpenSER-Users] CDRTool help? Sorry,

Re: [OpenSER-Users] INVITE, exec_dset(), and BYE

2008-01-09 Thread Victor Gamov
Juan Carlos Castro y Castro wrote: > I have a scenario in which an OpenSER machine distributes load among > several Asterisk machines for outgoing PSTN. I use an external program > which I call through exec_dset() to select which server a call goes to. > I use record_route(). > > All calls ar