This is the mail system at host posta.websolutions.it.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<[email protected]>: host merak.websolutions.it[192.168.0.9] said: 554
    5.7.1 Message cannot be accepted, spam rejection (in reply to end of DATA
    command)
Reporting-MTA: dns; posta.websolutions.it
X-Postfix-Queue-ID: EFE1322E815B
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Sat, 25 Apr 2009 06:07:49 +0200 (CEST)

Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.7.1
Remote-MTA: dns; merak.websolutions.it
Diagnostic-Code: smtp; 554 5.7.1 Message cannot be accepted, spam rejection
--- Begin Message ---

Send Users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.opensips.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."


Today's Topics:

   1. Re: Error: signaling (John Skast)
   2. [Request for Brain[storming]] New types of routes in config
      (Bogdan-Andrei Iancu)
   3. Re: Error: signaling (Bogdan-Andrei Iancu)
   4. XMLRPC (Michael Ciupka)
   5. Re: XMLRPC (Bogdan-Andrei Iancu)
   6. Re: XMLRPC (Michael Ciupka)
   7. Re: XMLRPC (Schumann Sebastian)


----------------------------------------------------------------------

Message: 1
Date: Fri, 24 Apr 2009 07:59:46 -0700 (PDT)
From: John Skast <[email protected]>
Subject: Re: [OpenSIPS-Users] Error: signaling
To: [email protected], I?aki Baz Castillo <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"


Hi,

But how can I do that ?

I just only do:

failure_route[13]
{
???????? if ( t_check_status("401|407") )? {
???????? ...
???????? }
}


Ps.: My opensips.cfg is http://pastebin.com/m1d41b3e2

John

--- Em sex, 24/4/09, I?aki Baz Castillo <[email protected]> escreveu:

De: I?aki Baz Castillo <[email protected]>
Assunto: Re: [OpenSIPS-Users] Error: signaling
Para: [email protected]
Data: Sexta-feira, 24 de Abril de 2009, 14:55

El Viernes, 24 de Abril de 2009, John Skast escribi?:
> Hi,
>
> ERROR:tm:_reply_light: failed to generate 407 reply when a final 200 was
> sent out ERROR:signaling:sig_send_reply_mod: failed to send reply with tm
> module ERROR:auth:challenge: failed to send the response

You have an obvious error in your opensips script. Probably you are forcing a 
407 reply after receiving a 200 from downstream. Review your script.

-- 
I?aki Baz Castillo <[email protected]>

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



      Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.opensips.org/pipermail/users/attachments/20090424/fde0da0e/attachment-0001.htm
 

------------------------------

Message: 2
Date: Fri, 24 Apr 2009 18:37:16 +0300
From: Bogdan-Andrei Iancu <[email protected]>
Subject: [OpenSIPS-Users] [Request for Brain[storming]] New types of
        routes  in config
To: "[email protected]" <[email protected]>,
        "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

Following some discussion on mailing lists and IRC chat, I think there 
is a need to enhance the routing possibilities in the OpenSIPS, in order 
to simplify things and to allow more complex scenarios.

But I would like to boil a bit the ideas here, with all of you (more 
brains are definitely better than one ;))


1. Init Route (new)

A route to be executed at startup only - this will allow the script 
writer to load stuff from DB , to populate memcache-ul, so, to prepare 
the routing process. More or less you can do this first time load even 
now, but you need to check all the time if you already did it or not (if 
not yet loaded, load it now)...


2. Reply Route (change)

Not a new type of route, but to be able to set onreply_route per branch 
- it will simplify a lot of things (complex routing because there is a 
single reply_route block per transaction)


3. Reply Route (change) versus branch_completed Route

The idea is that receiving some reply may be an event that trigger the 
creation of new branches.
Ex (from Thomas Gelf):
       a) do parallel forking to a MOH server and to a GW
       b) MOH sends 183 and start playing media
       c) GW fails and at this point I want to create a new branch (GW 
failover) without affecting the MOH branch (and I cannot use 
failure_route as the transaction still have the MOH branch ongoing)

Changing Reply_route to allow the usage of t_reply() (+family) in this 
route - will allow to create new branches from there - it is the most 
flexible, but a bit tricky as the reply route is not protected to 
retransmissions.

Adding branch_completed Route will be more sane and structured, but more 
limited - a branch can be created only when a another branch is 
completed. For example you cannot create a new branch when you receive 
180 on another branch.


4. Timer based route

There was a request for doing parallel forking, but with asynchronous 
branches (the branches are fires one at each 10 seconds)..The idea will 
be to arm a trigger to execute a route after some period of time (this 
will work only in stateful mode)



Any idea, comments, improvements, etc about this are welcome!

Thanks and regards,
Bogdan




------------------------------

Message: 3
Date: Fri, 24 Apr 2009 18:41:01 +0300
From: Bogdan-Andrei Iancu <[email protected]>
Subject: Re: [OpenSIPS-Users] Error: signaling
To: John Skast <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Could you enable full debug (debug=6) and fire a call and send me the 
logs to see what is going one? It is important to get the complete log 
for the request.

Regards,
Bogdan

John Skast wrote:
>
> Hi,
>
> But how can I do that ?
>
> I just only do:
>
> failure_route[13]
> {
>          if ( t_check_status("401|407") )  {
>          ...
>          }
> }
>
>
> Ps.: My opensips.cfg is http://pastebin.com/m1d41b3e2
>
> John
>
> --- Em *sex, 24/4/09, I?aki Baz Castillo /<[email protected]>/* escreveu:
>
>
>     De: I?aki Baz Castillo <[email protected]>
>     Assunto: Re: [OpenSIPS-Users] Error: signaling
>     Para: [email protected]
>     Data: Sexta-feira, 24 de Abril de 2009, 14:55
>
>     El Viernes, 24 de Abril de 2009, John Skast escribi?:
>     > Hi,
>     >
>     > ERROR:tm:_reply_light: failed to generate 407 reply when a final
>     200 was
>     > sent out ERROR:signaling:sig_send_reply_mod: failed to send
>     reply with tm
>     > module ERROR:auth:challenge: failed to send the response
>
>     You have an obvious error in your opensips script. Probably you
>     are forcing a
>     407 reply after receiving a 200 from downstream. Review your script.
>
>     -- 
>     I?aki Baz Castillo <[email protected] </mc/[email protected]>>
>
>     _______________________________________________
>     Users mailing list
>     [email protected] </mc/[email protected]>
>     http://lists..opensips.org/cgi-bin/mailman/listinfo/users
>     <http://lists.opensips.org/cgi-bin/mailman/listinfo/users>
>
>
> ------------------------------------------------------------------------
> Veja quais s?o os assuntos do momento no Yahoo! + Buscados: Top 10 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>
>  
> - Celebridades 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>
>  
> - M?sica 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>
>  
> - Esportes 
> <http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
>  
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>   




------------------------------

Message: 4
Date: Fri, 24 Apr 2009 18:47:06 +0200
From: "Michael Ciupka" <[email protected]>
Subject: [OpenSIPS-Users] XMLRPC
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Hello,

i want to configure my OpenSIPS Control Panel. Now i have configure the monit 
and it works well. My question is which XMLRPC Server i must install to have 
the complete functionality from the OpenSIPS Control Panel.
Have Opensips a XMLRPC Server implemented?

Regards
Michael



------------------------------

Message: 5
Date: Fri, 24 Apr 2009 19:54:40 +0300
From: Bogdan-Andrei Iancu <[email protected]>
Subject: Re: [OpenSIPS-Users] XMLRPC
To: Michael Ciupka <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Michael,

OpenSIPS has a built in XMLRPC server - see the mi_xmlrpc module:
    http://www.opensips.org/html/docs/modules/devel/mi_xmlrpc.html

Regards,
Bogdan

Michael Ciupka wrote:
> Hello,
>
> i want to configure my OpenSIPS Control Panel. Now i have configure the monit 
> and it works well. My question is which XMLRPC Server i must install to have 
> the complete functionality from the OpenSIPS Control Panel.
> Have Opensips a XMLRPC Server implemented?
>
> Regards
> Michael
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>   




------------------------------

Message: 6
Date: Fri, 24 Apr 2009 19:17:38 +0200
From: "Michael Ciupka" <[email protected]>
Subject: Re: [OpenSIPS-Users] XMLRPC
To: Bogdan-Andrei Iancu <[email protected]>,
        [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Hello,

fine. I write the mi_xml in the opensips.cfg and the loadmodule "mi_xmlrpx.so". 
now i get the error in the console:
r...@chillazz-desktop:/usr/lib/opensips/modules# /etc/init.d/opensips restart
Not starting opensips: invalid configuration file!
-e 
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 186, column 22-23: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 187, column 20-21: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 188, column 19-20: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 189, column 22-23: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:main: bad config file (4 errors)

-------- Original-Nachricht --------
> Datum: Fri, 24 Apr 2009 19:54:40 +0300
> Von: Bogdan-Andrei Iancu <[email protected]>
> An: Michael Ciupka <[email protected]>
> CC: [email protected]
> Betreff: Re: [OpenSIPS-Users] XMLRPC

> Hi Michael,
> 
> OpenSIPS has a built in XMLRPC server - see the mi_xmlrpc module:
>     http://www.opensips.org/html/docs/modules/devel/mi_xmlrpc.html
> 
> Regards,
> Bogdan
> 
> Michael Ciupka wrote:
> > Hello,
> >
> > i want to configure my OpenSIPS Control Panel. Now i have configure the
> monit and it works well. My question is which XMLRPC Server i must install
> to have the complete functionality from the OpenSIPS Control Panel.
> > Have Opensips a XMLRPC Server implemented?
> >
> > Regards
> > Michael
> >
> > _______________________________________________
> > Users mailing list
> > [email protected]
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
> >   



------------------------------

Message: 7
Date: Fri, 24 Apr 2009 19:38:42 +0200
From: Schumann Sebastian <[email protected]>
Subject: Re: [OpenSIPS-Users] XMLRPC
To: Michael Ciupka <[email protected]>,        Bogdan-Andrei Iancu
        <[email protected]>, <[email protected]>
Message-ID: <ef9c1c5c-b33b-4737-91da-c7eb4e621...@mimectl>
Content-Type: text/plain; charset="iso-8859-1"

Did you compile the module?

Due to external dependencies it is not compiled by default.

Sebastian




From: Michael Ciupka
Sent: Fri 24-Apr-09 19:17
To: Bogdan-Andrei Iancu; [email protected]
Subject: Re: [OpenSIPS-Users] XMLRPC


Hello,

fine. I write the mi_xml in the opensips.cfg and the loadmodule "mi_xmlrpx.so". 
now i get the error in the console:
r...@chillazz-desktop:/usr/lib/opensips/modules# /etc/init.d/opensips restart
Not starting opensips: invalid configuration file!
-e 
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 186, column 22-23: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 187, column 20-21: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 188, column 19-20: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:set_mod_param_regex: no module matching 
mi_xmlrpc found
|Apr 24 19:15:39 [11118] CRITICAL:core:yyerror: parse error in config file, 
line 189, column 22-23: Can't set module parameter
Apr 24 19:15:39 [11118] ERROR:core:main: bad config file (4 errors)

-------- Original-Nachricht --------
> Datum: Fri, 24 Apr 2009 19:54:40 +0300
> Von: Bogdan-Andrei Iancu <[email protected]>
> An: Michael Ciupka <[email protected]>
> CC: [email protected]
> Betreff: Re: [OpenSIPS-Users] XMLRPC

> Hi Michael,
> 
> OpenSIPS has a built in XMLRPC server - see the mi_xmlrpc module:
>     http://www.opensips.org/html/docs/modules/devel/mi_xmlrpc.html
> 
> Regards,
> Bogdan
> 
> Michael Ciupka wrote:
> > Hello,
> >
> > i want to configure my OpenSIPS Control Panel. Now i have configure the
> monit and it works well. My question is which XMLRPC Server i must install
> to have the complete functionality from the OpenSIPS Control Panel.
> > Have Opensips a XMLRPC Server implemented?
> >
> > Regards
> > Michael
> >
> > _______________________________________________
> > Users mailing list
> > [email protected]
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
> >   

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.opensips.org/pipermail/users/attachments/20090424/fae8b3d6/attachment.htm
 

------------------------------

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


End of Users Digest, Vol 9, Issue 119
*************************************


--- End Message ---
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to