Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - samir.sakhare

Pages: [1]
1
Hi ,

    My problem has been solved.
    I did rtp_start=enable in Ysipchan.conf.


Thanks

2
Hi,

  When I stopped yate and started Twinkle ( sip client ) on the server.  I gave incoming  call from sip trunk to the server where twinkle running. Twinkle started ringing and answered the call . The call got established with  proper voice.
  No call drop.
   But when I starts yate and incoming call  is routed through the Yate then incoming call drops.
     

3
Hi,
     I  am attaching log file again. Please  tell me Is is right .


Thanks

4
Hi,
  This is my incoming call yate log.

Thanks

5
Hello,
Our server has two Ethernet ports ( eth0 and eth1) .
ETH0 is configured to my local network ( 192.168.x.x) for sip client .where the sip clients are working on UDP port 5060.
ETH1 is configured for cisco sip trunk ( 10.10.x.x.).Cisco works on TCP port.
On this server Yate application is running.

In ysipchan.conf file I configured TCP listener. In regexroute.conf file I created routing from Cisco to sip clients.

Outgoing Calls can be  made  from my sip client to Cisco .
When  I Try incoming call came from Cisco to my sip client via yate, the call rings on sip clients but when I  try  to  access the same call  the call is dropping.

Please help me with this issues.

Thanks

6
Yate based projects / Yate Listener on TCP and UDP port simultaneously
« on: March 28, 2017, 02:52:06 AM »
Hello.
Can Yate UDP port  and TCP port be enable at the same time?
Will yate listener listen to both the UDP and TCP port simultaneously?

7
Yate users hangout place / Re: Recorder channels are overlapping
« on: August 05, 2016, 05:42:32 AM »
I tried your solution but still it is overlapping.

8
Yate users hangout place / Re: Recorder channels are overlapping
« on: August 05, 2016, 03:24:52 AM »
Yes,  I used  sox . First I convert file .mulaw to wav, then merge two wav files into one.
Convert .mulaw to wav
1) sox --channels 1 --type raw --rate 8000 -e mu-law 20160804_1030_A.mulaw 20160804_1030_A.wav
Merge two files
2) sox -M 20160804_1030_A.wav 20160804_1030_B.wav  20160804_1030_C.wav

This is my chan.record command

$m = new Yate("chan.masquerade");
                    $m->id = ""; // don't notify about message result
                    $m->params["message"] = "chan.record";
                    $m->params["id"] = $id;
                    $m->params["peer"] = "wave/record/$path/$rec$ext1";   
                    $m->params["call"] = "wave/record/$path/$rec$ext2";
                    $m->Dispatch();

Thanks
Samir

9
Yate users hangout place / Recorder channels are overlapping
« on: August 05, 2016, 12:01:45 AM »
Hi,

    I have been using Yate ( ver 3.0 ) since 3 years. It is very good and
stable for me.

    Now I am implementing call recording feature using Yate. I have made
external script for call recording and calls get recorded into two
    channels. If you play signal channel  of recording, it is OK. But
when merge two channels into one then recorder channels are overlapping
( time shifted to each other )
   Please give me solution for this.

Thanks

Samir

Pages: [1]