Re: [OpenSIPS-Devel] [opensips] RabbitMQ for Acc breaks in 1.11 (#207)

2014-04-18 Thread Răzvan Crainea
Have you tried other accounting, like DB, to see if that CDR is generated? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/207?utm_campaign=website&utm_source=sendgrid.com&utm_medium=email#issuecomment-40800300_

Re: [OpenSIPS-Devel] [opensips] RabbitMQ for Acc breaks in 1.11 (#207)

2014-04-18 Thread Jonathan Hulme
This is a snippet from my startup script. But as I mentioned, this manual raising of the event works ok. subscribe_event("E_ACC_CDR", "rabbitmq:user-name:passw...@amqp.connexcs.com/cdr"); subscribe_event("E_ACC_MISSED_EVENT", "rabbitmq:user-name:passw...@amqp.connexcs.com/cdr"); $avp(keys) = "

[OpenSIPS-Devel] [OpenSIPS/opensips] 491945: rtpproxy: fix another documentation typo

2014-04-18 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 49194574554d95e6a99320849f858f2f6dd361cd https://github.com/OpenSIPS/opensips/commit/49194574554d95e6a99320849f858f2f6dd361cd Author: Razvan Crainea Date: 2014-04-18 (Fri, 18 Apr 2014) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] 862fd5: rtpproxy: fix another documentation typo

2014-04-18 Thread Razvan Crainea
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 862fd5bc1498581902c75c15618a2dacbfd0f7b7 https://github.com/OpenSIPS/opensips/commit/862fd5bc1498581902c75c15618a2dacbfd0f7b7 Author: Razvan Crainea Date: 2014-04-18 (Fri, 18 Apr 2014) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 0b6a34: rtpproxy: fix documentation typo

2014-04-18 Thread Razvan Crainea
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 0b6a348d610996a4ee3e8b35f77e7657a667 https://github.com/OpenSIPS/opensips/commit/0b6a348d610996a4ee3e8b35f77e7657a667 Author: Razvan Crainea Date: 2014-04-18 (Fri, 18 Apr 2014) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] a9f358: rtpproxy: fix documentation typo

2014-04-18 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a9f358e4e34f86df23c7ebd4032cf76b403a2c8a https://github.com/OpenSIPS/opensips/commit/a9f358e4e34f86df23c7ebd4032cf76b403a2c8a Author: Razvan Crainea Date: 2014-04-18 (Fri, 18 Apr 2014) Changed path

Re: [OpenSIPS-Devel] [opensips] RabbitMQ for Acc breaks in 1.11 (#207)

2014-04-18 Thread Răzvan Crainea
I just realised there is another feature added to this model. The username and password specified in the URL are url encoded. Therefore, if you previously had a URL that contains %20, or it does not have a proper URL encoded format, probably you are using wrong info. Can you paste the url you ar