[OpenSIPS-Users] Announcement before cdr

2012-09-03 Thread Rodrigo Ferreira
Hi guys, I’m trying to play an announcement after the B answer the call and my CDR has to start only after the annoucement ends, its a “collect call” feature that I want to do. A calls to B; B answer the call; before establish the call, it will play an annoncement for both sides (A and B);

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Ali Pey
What is the gateway that is answering the call? You can send a 183 message with in bound announcement before sending 200 OK. Regards, Ali Pey On Mon, Sep 3, 2012 at 3:11 PM, Rodrigo Ferreira < rodrigo.ferre...@vipway.net.br> wrote: > Hi guys, > > I’m trying to play an announcement after the

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Rodrigo Ferreira
] Announcement before cdr What is the gateway that is answering the call? You can send a 183 message with in bound announcement before sending 200 OK. Regards, Ali Pey On Mon, Sep 3, 2012 at 3:11 PM, Rodrigo Ferreira wrote: Hi guys, I’m trying to play an announcement after the B answer the call

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Ali Pey
t; *Subject:* Re: [OpenSIPS-Users] Announcement before cdr > > What is the gateway that is answering the call? > > You can send a 183 message with in bound announcement before sending 200 > OK. > > Regards, > Ali Pey > > > On Mon, Sep 3, 2012 at 3:11 PM, Rodrigo Ferreira &l

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Binan AL Halabi
--- On Tue, 9/4/12, Ali Pey wrote: From: Ali Pey Subject: Re: [OpenSIPS-Users] Announcement before cdr To: "OpenSIPS users mailling list" Date: Tuesday, September 4, 2012, 8:13 AM Which device would be playing the inbound announcement? That should be sending the 183 response message.

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Rodrigo Ferreira
: [OpenSIPS-Users] Announcement before cdr Hi,You can inject announcement based on early media(183) before the call is completed.use media server like Asterisk. Opensips will redirect the call to asterisk If you want this see how you can integrate Asterisk and Opensips:http://www.opensips.org

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Binan AL Halabi
Hi Rodrigo, Yes you need media server to play the announcement, opensips is just for signaling. You can use any media server you find it suitable. //Binan  --- On Tue, 9/4/12, Rodrigo Ferreira wrote: From: Rodrigo Ferreira Subject: Re: [OpenSIPS-Users] Announcement before cdr To

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-04 Thread Rodrigo Ferreira
And what about the “rtpproxy_stream2uas” to use opensips to play audio? From: Binan AL Halabi Sent: Tuesday, September 04, 2012 3:31 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Announcement before cdr Hi Rodrigo, Yes you need media server to play the

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-05 Thread Binan AL Halabi
yes you can use the rtpproxy to play announcement http://www.opensips.org/html/docs/modules/1.6.x/nathelper.html#rtpproxy_stream2xxx  //Binan --- On Tue, 9/4/12, Rodrigo Ferreira wrote: From: Rodrigo Ferreira Subject: Re: [OpenSIPS-Users] Announcement before cdr To: "OpenSIPS users mai

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-05 Thread Binan AL Halabi
Hi again, You can also use B2BUA to play an announcement see this tutorial  http://www.opensips.org/Resources/B2buaTutorial //Binan --- On Wed, 9/5/12, Binan AL Halabi wrote: From: Binan AL Halabi Subject: Re: [OpenSIPS-Users] Announcement before cdr To: "OpenSIPS users mailling list&q

Re: [OpenSIPS-Users] Announcement before cdr

2012-09-06 Thread Rodrigo Ferreira
I will take a look at this B2BUA From: Binan AL Halabi Sent: Wednesday, September 05, 2012 7:04 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Announcement before cdr Hi again, You can also use B2BUA to play an announcement see this tutorial http