Recent content by mbedial

  1. M

    iOS "No RTP activity" for voice calls

    Thanks a lot for your quick answer. Before doing all the report process we have upgrade the beta version of one app to the release 2.6.120 and now we don't reproduce the issue. We are testing it in more detail to be sure that it fixs the issue. We'll keep you informed Thanks again
  2. M

    iOS "No RTP activity" for voice calls

    Additional information: We have upgraded the iPhone 15 to version 1.7.2, but the issue still persists. Today, we've had more than 50 calls with this problem. :-( server_logs$ grep "No RTP" flash* | wc -l 53
  3. M

    iOS "No RTP activity" for voice calls

    Hi everyone, We've been successfully running a couple of apps (iOS and Android) for the last 2-3 years using WCS. We utilize WCS as a wss-SIP gateway connected to Asterisk. Asterisk forwards outgoing calls to our providers via SIP. However, over the past month, we've started receiving some...
  4. M

    Flashphoner to listen only in local IP

    Thnaks a lot! It seems that now is OK. tcp 0 0 10.121.120.26:9443 0.0.0.0:* LISTEN 3923212/java r# netstat -tulpn | grep 9080 tcp 0 0 10.121.120.26:9080 0.0.0.0:* LISTEN 3923212/java
  5. M

    Flashphoner to listen only in local IP

    Please use the password I sent with “_” at the end Thanks a lot
  6. M

    Flashphoner to listen only in local IP

    Thanks, I've just sent the form with the access. Please let me know when ou have finished in order to remove the temporal ssh account
  7. M

    Flashphoner to listen only in local IP

    Thanks a lot. We always restart the service after any config change: root@jj:/# grep ws /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties ws.address=10.121.120.26 wss.address=10.121.120.26 ws.port =9080 wss.port =9443 ws.map_custom_headers=true...
  8. M

    Flashphoner to listen only in local IP

    I think I may have explained it incorrectly earlier. I want WCS to only listen in 10.121.120.26 and wss port 9443 and ws port 98080, How should I configure the system? I configured it as I pasted before: https.address=10.121.120.26 ws.address=10.121.120.26 wss.address=10.121.120.26...
  9. M

    Flashphoner to listen only in local IP

    Thanks a lot for your quick answer. We've just tried with this config: https.address=10.121.120.26 ws.address=10.121.120.26 wss.address=10.121.120.26 client_mode=true outbound_proxy =127.0.0.1 outbound_port =5060 #webrtc ports range media_port_from =31001 media_port_to...
  10. M

    Flashphoner to listen only in local IP

    "Hi, we are trying to configure Flashphoner to only listen on our local network. Our plan is to connect to wss via HAPROXY, which is in the same local network as our WCS. The current configuration of our flashphoner.properties file is as follows: ip = 10.121.120.26 ip_local = 10.121.120.26...
  11. M

    Can WCS broadcast an incoming http stream?

    Sorry for my explanation that was wrong. Sorry, I meant a HTTP video input, not a file.
  12. M

    Can WCS broadcast an incoming http stream?

    Hello, I'd like to know if WCS is able to get a http stream and broadcastt it. We'd use something like ffmpeg: ffmpeg -re -i BigBuckBunny.mp4 -preset ultrafast -acodec aac -vcodec h264 -strict -2 -f flv rtmp://test1.flashphoner.com:1935/live/stream_ffmpeg But instead of use a file, to use a...
  13. M

    IOS SDK doesn't disconnect calls terminated by the called party

    Thanks a lot Finally it seems that we had a bug with the navigation controller. We fixed it and it works now. BR
  14. M

    IOS SDK doesn't disconnect calls terminated by the called party

    Hi all, we are using SDK IOS 2.6.105. Our app is a dialer that calls to normal phones dialing the MSISDN (que use asterisk connected with a trunk to an SBC to deliver this kind of calls). We don't have problems with the audio stream in both direcctions, however, when the called party hangs up...
  15. M

    SIP calls audio sniffing

    Hi all, we are researching the options to transcribe a voip call in real time. Currently, we use flashphoner as SIP voip client to call asterisk, and asterisk makes the call to any destination. As far as I know, according to Flahphoner docs, it supports to forward the stream of a sip voice...
Top