Hi Răzvan. 

Thank you for looking at this with me.

Attached is my opensips.cfg file.

In addition to starting OpenSIPS, the only other thing I am doing is starting 
RTPProxy using the following command.  If there is more that I should be doing 
to configure listeners, I am unaware.

        rtpproxy -u admin -s udp:127.0.0.1 12345 -l 172.31.6.99 -A 52.24.166.239


I don't expect that rtpproxy and the configured addresses for it are having any 
bearing on this but I could be wrong.  I'll explain the addresses here and in 
the config file.
172.31.6.99 and 52.24.166.239 are the private and public addresses on the 
server running OpenSIPS and the rtpproxy (both on the same machine).  

The 123.123.123.123 address in the config file in the media_fork_to_uri command 
has been altered for this thread.  The unaltered address is a public reachable 
address where I have a SIP device listening for an incoming SIP call, 
presumably from the OpenSIPS server when I run the media_fork_to_uri command.

Does this answer the question about the listeners or am I missing something 
that I need to do for listeners (or other)?

Please advise.

Thank you.

Eugene Christensen.

CONFIDENTIALITY NOTICE. This e-mail transmission, and any documents, files or 
previous e-mail messages attached to it, may contain confidential and 
proprietary information. If you are not the intended recipient, or a person 
responsible for delivering it to the intended recipient, you are hereby 
notified that any disclosure, copying, distribution or use of any of the 
information contained in or attached to this message is STRICTLY PROHIBITED. If 
you have received this transmission in error, please immediately notify me by 
reply e-mail at echristen...@sorenson.com or by telephone at +1 (801) 287-9419, 
and destroy the original transmission and its attachments without reading them 
or saving them to disk.

-----Original Message-----
From: Users <users-boun...@lists.opensips.org> On Behalf Of Razvan Crainea
Sent: Tuesday, February 2, 2021 7:22 AM
To: users@lists.opensips.org
Subject: Re: [OpenSIPS-Users] Media Exchange API media_fork_to_uri

[EXTERNAL] 

Hi, Eugene!

Could you give us a bit more information about the listeners (sockets) you are 
using?

Best regards,

Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 2/1/21 11:22 PM, Eugene Christensen wrote:
> Hello,
> 
> I’m trying to use the Media Exchange module and can’t seem to get it 
> to work as I wish.
> 
> I’ve enabled RTPProxy and have that working to anchor media for a SIP 
> call with the OpenSIPS server.  In the script I have the following 
> code in the route section of the code:
> 
> …
> 
>          # account only INVITEs
> 
>          if (is_method("INVITE")) {
> 
>                  xlog("Received INVITE ... start dialog, rtpproxy and 
> then fork media\n");
> 
>                  create_dialog();
> 
>                  rtpproxy_engage();
> 
>                  
> media_fork_to_uri("sip:12223334444@123.123.123.123:5060", "caller");
> 
>                  do_accounting("log");
> 
>          }
> 
> …
> 
> I see the following errors:
> 
> Jan 29 22:31:51 ip-172-31-6-99 /usr/local/sbin/opensips[17084]: 
> ERROR:media_exchange:uri2sock: no corresponding socket for af 2
> 
> Jan 29 22:31:51 ip-172-31-6-99 /usr/local/sbin/opensips[17084]: 
> ERROR:media_exchange:media_fork_to_uri: could not find suitable socket 
> for originating traffic to sip:1222333444@123.123.123.123:5060
> <sip:1222333444@123.123.123.123:5060>
> 
> Any ideas what I am missing in my attempt?
> 
> Is there a primer on the use of the media exchange module?  
> Specifically with this particular API?
> 
> Thank you.
> 
> 
> Eugene Christensen.
> 
> *CONFIDENTIALITY NOTICE.*This e-mail transmission, and any documents, 
> files or previous e-mail messages attached to it, may contain 
> confidential and proprietary information. If you are not the intended 
> recipient, or a person responsible for delivering it to the intended 
> recipient, you are hereby notified that any disclosure, copying, 
> distribution or use of any of the information contained in or attached 
> to this message is STRICTLY PROHIBITED. If you have received this 
> transmission in error, please immediately notify me by reply e-mail at 
> echristen...@sorenson.com <mailto:echristen...@sorenson.com>or by 
> telephone at +1 (801) 287-9419, and destroy the original transmission 
> and its attachments without reading them or saving them to disk.
> 
> 
> _______________________________________________
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Attachment: opensips.cfg
Description: opensips.cfg

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to