From d.mordovin at dwide.com Sun May 1 00:51:50 2016 From: d.mordovin at dwide.com (Dmitry Mordovin) Date: Sun, 01 May 2016 00:51:50 +0400 Subject: [Freeswitch-users] SIP cause codes in CDR Message-ID: <57251AE6.5090809@dwide.com> Hello My VoIP provider sometimes refuse my call, for example, with 487 message (ORIGINATOR_CANCEL) or 503 (NORMAL_TEMPORARY_FAILURE) Does anyone know the way (channel variable, function call) how can I put to CDR record 487, 503 and other SIP notation cause number instead Q.850? The main reason, SIP equivalents representation simplify troubleshooting work. DM From msc at freeswitch.org Sun May 1 02:13:26 2016 From: msc at freeswitch.org (Michael Collins) Date: Sat, 30 Apr 2016 15:13:26 -0700 Subject: [Freeswitch-users] Freeswitch php scripts In-Reply-To: References: Message-ID: On Sat, Apr 30, 2016 at 5:10 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > I've just posted the output of the call from fs_cli, you can have a look > on patebin.freeswitch.org. The post is from fransjos. > Thank you > > NDUWAYEZU Joselyne > I appears that your call is looking for an extension named "opensips" in the public dialplan context. (See line #85 in our pastebin.) You should probably go back to your OpenSIPS configuration and make sure that it is correct. -MSC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160430/fbb3f071/attachment.html From petedao at gmail.com Sun May 1 14:45:21 2016 From: petedao at gmail.com (Pete Kay) Date: Sun, 1 May 2016 18:45:21 +0800 Subject: [Freeswitch-users] Problem with Playback wav from remote server Message-ID: Hi I am able to playback a remote mp3 but not a remote .wav file. I am getting strange error. Could someone please guide me how to resolve it? freeswitch at server3> 2016-05-01 10:37:07.751782 [DEBUG] mod_httapi.c:2631 caching: url:http://105.165.2.110/voice/m79eVzDuH6_61.wav to /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav (5773 bytes) 2016-05-01 10:37:07.771763 [ERR] mod_sndfile.c:204 Error Opening File [/usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav] [File contains data in an unknown format.] 2016-05-01 10:37:07.771763 [ERR] mod_httapi.c:2971 Invalid cache file /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav opening url 105.165.2.110/voice/m79eVzDuH6_61.wav Discarding file. 2016-05-01 10:37:07.771763 [DEBUG] sofia.c:6755 Channel sofia/internal/ 0000000000 at 105.165.2.110 entering state [early][183] Here it shows that I can "get" the .wav no problem. [root@ server3 ~]# wget http://105.165.2.110/voice/m79eVzDuH6_61.wav --2016-05-01 10:15:42-- http://105.165.2.110/voice/m79eVzDuH6_61.wav Connecting to 105.165.2.110:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://105.165.2.110/auth/login [following] --2016-05-01 10:15:42-- http://105.165.2.110/auth/login Connecting to 105.165.2.110:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5773 (5.6K) [text/html] Saving to: `m79eVzDuH6_61.wav' 100%[================================================================================================================================================>] 5,773 --.-K/s in 0s 2016-05-01 10:15:42 (483 MB/s) - `m79eVzDuH6_61.wav' saved [5773/5773] [root@ server3 ~]# ls -al *.wav -rw-r--r-- 1 root root 5773 May 1 10:15 m79eVzDuH6_61.wav [root at server3 ~]# -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/c7779df6/attachment.html From mike at jerris.com Sun May 1 21:43:26 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 1 May 2016 13:43:26 -0400 Subject: [Freeswitch-users] Problem with Playback wav from remote server In-Reply-To: References: Message-ID: The issue isn't getting the file, it's playing it. Nothing to do with it being remote. On Sunday, May 1, 2016, Pete Kay wrote: > Hi > > > I am able to playback a remote mp3 but not a remote .wav file. > > > I am getting strange error. Could someone please guide me how to resolve > it? > > > > freeswitch at server3> 2016-05-01 10:37:07.751782 [DEBUG] mod_httapi.c:2631 > caching: url:http://105.165.2.110/voice/m79eVzDuH6_61.wav to > /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav > (5773 bytes) > > 2016-05-01 10:37:07.771763 [ERR] mod_sndfile.c:204 Error Opening File > [/usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav] > [File contains data in an unknown format.] > > 2016-05-01 10:37:07.771763 [ERR] mod_httapi.c:2971 Invalid cache file > /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav > opening url 105.165.2.110/voice/m79eVzDuH6_61.wav Discarding file. > > 2016-05-01 10:37:07.771763 [DEBUG] sofia.c:6755 Channel sofia/internal/ > 0000000000 at 105.165.2.110 > entering state > [early][183] > > Here it shows that I can "get" the .wav no problem. > > [root@ server3 ~]# wget http://105.165.2.110/voice/m79eVzDuH6_61.wav > > --2016-05-01 10:15:42-- http://105.165.2.110/voice/m79eVzDuH6_61.wav > > Connecting to 105.165.2.110:80... connected. > > HTTP request sent, awaiting response... 302 Found > > Location: http://105.165.2.110/auth/login [following] > > --2016-05-01 10:15:42-- http://105.165.2.110/auth/login > > Connecting to 105.165.2.110:80... connected. > > HTTP request sent, awaiting response... 200 OK > > Length: 5773 (5.6K) [text/html] > > Saving to: `m79eVzDuH6_61.wav' > > > 100%[================================================================================================================================================>] > 5,773 --.-K/s in 0s > > > 2016-05-01 10:15:42 (483 MB/s) - `m79eVzDuH6_61.wav' saved [5773/5773] > > > [root@ server3 ~]# ls -al *.wav > > -rw-r--r-- 1 root root 5773 May 1 10:15 m79eVzDuH6_61.wav > > [root at server3 ~]# > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/37c1daec/attachment.html From vma at 440hz.fr Sun May 1 22:02:14 2016 From: vma at 440hz.fr (Vallimamod Abdullah) Date: Sun, 1 May 2016 20:02:14 +0200 Subject: [Freeswitch-users] Problem with Playback wav from remote server In-Reply-To: References: Message-ID: Hi, Actually, you don?t get the file, you are redirected to a login page http://105.165.2.110/auth/login: > Location: http://105.165.2.110/auth/login [following] > --2016-05-01 10:15:42-- http://105.165.2.110/auth/login > Connecting to 105.165.2.110:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 5773 (5.6K) [text/html] > Saving to: `m79eVzDuH6_61.wav? Your .wav file is a html page actually, which obviously cannot be played. ? Best Regards, Vallimamod . > On 01 May 2016, at 12:45, Pete Kay wrote: > > Hi > > I am able to playback a remote mp3 but not a remote .wav file. > > I am getting strange error. Could someone please guide me how to resolve it? > > > freeswitch at server3> 2016-05-01 10:37:07.751782 [DEBUG] mod_httapi.c:2631 caching: url:http://105.165.2.110/voice/m79eVzDuH6_61.wav to /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav (5773 bytes) > 2016-05-01 10:37:07.771763 [ERR] mod_sndfile.c:204 Error Opening File [/usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav] [File contains data in an unknown format.] > 2016-05-01 10:37:07.771763 [ERR] mod_httapi.c:2971 Invalid cache file /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav opening url 105.165.2.110/voice/m79eVzDuH6_61.wav Discarding file. > 2016-05-01 10:37:07.771763 [DEBUG] sofia.c:6755 Channel sofia/internal/0000000000 at 105.165.2.110 entering state [early][183] > > Here it shows that I can "get" the .wav no problem. > > [root@ server3 ~]# wget http://105.165.2.110/voice/m79eVzDuH6_61.wav > --2016-05-01 10:15:42-- http://105.165.2.110/voice/m79eVzDuH6_61.wav > Connecting to 105.165.2.110:80... connected. > HTTP request sent, awaiting response... 302 Found > Location: http://105.165.2.110/auth/login [following] > --2016-05-01 10:15:42-- http://105.165.2.110/auth/login > Connecting to 105.165.2.110:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 5773 (5.6K) [text/html] > Saving to: `m79eVzDuH6_61.wav' > > 100%[================================================================================================================================================>] 5,773 --.-K/s in 0s > > 2016-05-01 10:15:42 (483 MB/s) - `m79eVzDuH6_61.wav' saved [5773/5773] > > [root@ server3 ~]# ls -al *.wav > -rw-r--r-- 1 root root 5773 May 1 10:15 m79eVzDuH6_61.wav > [root at server3 ~]# From joelists at tm.net.uk Sun May 1 22:29:45 2016 From: joelists at tm.net.uk (Joseph Waite) Date: Sun, 1 May 2016 19:29:45 +0100 Subject: [Freeswitch-users] Multiple inbound numbers on a registered trunk Message-ID: <3DCFC410-2A09-4A40-AAE2-D1D8291F175C@tm.net.uk> Hi Guys We have a Freeswitch based FusionPBX setup which registers to our main SIP Switch with Registering trunks. Outbound Calls work fine, however I?m having issues with using multiple inbound numbers. If I setup a destination with the username of the trunk then all calls received on the trunk goto that destination. If I setup each DID on its own then calls fails. In the invite I see To: I see the DID dialled in the following in the SIP message Diversion: numberdialed ;reason=unknown;counter=1;privacy=off Is there a setting I can add somewhere to the trunk config to tell it to use the value in Diversion? Any help greatly appreciated. Regards Joseph Waite From s.safarov at gmail.com Sun May 1 23:40:22 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Sun, 01 May 2016 19:40:22 +0000 Subject: [Freeswitch-users] Multiple inbound numbers on a registered trunk In-Reply-To: <3DCFC410-2A09-4A40-AAE2-D1D8291F175C@tm.net.uk> References: <3DCFC410-2A09-4A40-AAE2-D1D8291F175C@tm.net.uk> Message-ID: Please compare R-URI, From, To header, and destination port in first INVITE for base cases. Also look at contact string used in registration process. Sergey ??, 1 ??? 2016 ?. ? 21:30, Joseph Waite : > Hi Guys > > We have a Freeswitch based FusionPBX setup which registers to our main SIP > Switch with Registering trunks. > > Outbound Calls work fine, however I?m having issues with using multiple > inbound numbers. > > If I setup a destination with the username of the trunk then all calls > received on the trunk goto that destination. > > If I setup each DID on its own then calls fails. > > In the invite I see To: > > I see the DID dialled in the following in the SIP message > > Diversion: numberdialed > ;reason=unknown;counter=1;privacy=off > > Is there a setting I can add somewhere to the trunk config to tell it to > use the value in Diversion? > > > Any help greatly appreciated. > > Regards > > Joseph Waite > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/d7aec758/attachment.html From mike at jerris.com Mon May 2 00:34:42 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 1 May 2016 16:34:42 -0400 Subject: [Freeswitch-users] Problem with Playback wav from remote server In-Reply-To: References: Message-ID: Hahahaha, I missed that, that's hilarious On Sunday, May 1, 2016, Vallimamod Abdullah wrote: > Hi, > > Actually, you don?t get the file, you are redirected to a login page > http://105.165.2.110/auth/login: > > > Location: http://105.165.2.110/auth/login [following] > > --2016-05-01 10:15:42-- http://105.165.2.110/auth/login > > Connecting to 105.165.2.110:80... connected. > > HTTP request sent, awaiting response... 200 OK > > Length: 5773 (5.6K) [text/html] > > Saving to: `m79eVzDuH6_61.wav? > > Your .wav file is a html page actually, which obviously cannot be played. > > ? > Best Regards, > Vallimamod > . > > > On 01 May 2016, at 12:45, Pete Kay > > wrote: > > > > Hi > > > > I am able to playback a remote mp3 but not a remote .wav file. > > > > I am getting strange error. Could someone please guide me how to > resolve it? > > > > > > freeswitch at server3> 2016-05-01 10:37:07.751782 [DEBUG] > mod_httapi.c:2631 caching: url: > http://105.165.2.110/voice/m79eVzDuH6_61.wav to > /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav > (5773 bytes) > > 2016-05-01 10:37:07.771763 [ERR] mod_sndfile.c:204 Error Opening File > [/usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav] > [File contains data in an unknown format.] > > 2016-05-01 10:37:07.771763 [ERR] mod_httapi.c:2971 Invalid cache file > /usr/local/freeswitch/storage/http_file_cache/c8691a860ba4ddc0b18a39d3768add75.wav > opening url 105.165.2.110/voice/m79eVzDuH6_61.wav Discarding file. > > 2016-05-01 10:37:07.771763 [DEBUG] sofia.c:6755 Channel sofia/internal/ > 0000000000 at 105.165.2.110 entering state [early][183] > > > > Here it shows that I can "get" the .wav no problem. > > > > [root@ server3 ~]# wget http://105.165.2.110/voice/m79eVzDuH6_61.wav > > --2016-05-01 10:15:42-- http://105.165.2.110/voice/m79eVzDuH6_61.wav > > Connecting to 105.165.2.110:80... connected. > > HTTP request sent, awaiting response... 302 Found > > Location: http://105.165.2.110/auth/login [following] > > --2016-05-01 10:15:42-- http://105.165.2.110/auth/login > > Connecting to 105.165.2.110:80... connected. > > HTTP request sent, awaiting response... 200 OK > > Length: 5773 (5.6K) [text/html] > > Saving to: `m79eVzDuH6_61.wav' > > > > > 100%[================================================================================================================================================>] > 5,773 --.-K/s in 0s > > > > 2016-05-01 10:15:42 (483 MB/s) - `m79eVzDuH6_61.wav' saved [5773/5773] > > > > [root@ server3 ~]# ls -al *.wav > > -rw-r--r-- 1 root root 5773 May 1 10:15 m79eVzDuH6_61.wav > > [root at server3 ~]# > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/681436c9/attachment.html From mylists at polite.se Mon May 2 02:41:52 2016 From: mylists at polite.se (Oivvio Polite) Date: Mon, 2 May 2016 00:41:52 +0200 Subject: [Freeswitch-users] What are current best options for WebRTC between mobile and FreeSwitch Message-ID: <20160501224152.GA1457@blomma.liberationtech.net> I'm working on a project that will need desktop as well as mobile clients. On the desktop side I'm using Electron[1]. On mobile I'm targeting Android and iOS but I haven't picked the development tools yet. The mobile client is a lot simpler than the desktop and on recent versions of Android I hope to get away with using Chrome. But for older versions of Android and for iOS I'll need an app. My main candidates there PhoneGap/Cordova[2] and React Native[3]. React Native seems to have a lot of promise but PhoneGap has more of a track record and there seems to be people actually using it in production for WebRTC. Since stability is really important to this project I'm leaning towards PhoneGap/Cordova. All of these tools use a Javascript runtime so I hope to be able to use verto.js for my signalling regardless of what I choose. But I'm curious about the experiences you folks have with these tools. Oivvio [1] http://electron.atom.io/ [2] https://webrtchacks.com/webrtc-hybrid-applications/ [3] https://webrtchacks.com/reacting-to-react-native-for-native-webrtc-apps-alexey-aylarov/ From gregor at infomedia.si Mon May 2 02:57:27 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 2 May 2016 00:57:27 +0200 Subject: [Freeswitch-users] What are current best options for WebRTC between mobile and FreeSwitch In-Reply-To: <20160501224152.GA1457@blomma.liberationtech.net> References: <20160501224152.GA1457@blomma.liberationtech.net> Message-ID: Android + Chrome + verto.js works great... 2016-05-02 0:41 GMT+02:00 Oivvio Polite : > I'm working on a project that will need desktop as well as mobile clients. > On > the desktop side I'm using Electron[1]. > > On mobile I'm targeting Android and iOS but I haven't picked the > development > tools yet. The mobile client is a lot simpler than the desktop and on > recent > versions of Android I hope to get away with using Chrome. > > But for older versions of Android and for iOS I'll need an app. My main > candidates there PhoneGap/Cordova[2] and React Native[3]. React Native > seems to > have a lot of promise but PhoneGap has more of a track record and there > seems to be people actually using it in production for WebRTC. Since > stability > is really important to this project I'm leaning towards PhoneGap/Cordova. > > All of these tools use a Javascript runtime so I hope to be able to use > verto.js for my signalling regardless of what I choose. > > But I'm curious about the experiences you folks have with these tools. > > Oivvio > > > [1] http://electron.atom.io/ > [2] https://webrtchacks.com/webrtc-hybrid-applications/ > [3] > https://webrtchacks.com/reacting-to-react-native-for-native-webrtc-apps-alexey-aylarov/ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/d1b84d56/attachment-0001.html From italo at freeswitch.org Mon May 2 06:09:20 2016 From: italo at freeswitch.org (=?utf-8?q?=C3=8Dtalo_Rossi?=) Date: Sun, 01 May 2016 19:09:20 -0700 (PDT) Subject: [Freeswitch-users] SIP cause codes in CDR In-Reply-To: <57251AE6.5090809@dwide.com> References: <57251AE6.5090809@dwide.com> Message-ID: Look for variable proto_specific_hangup_cause ?talo Rossi italo at freeswitch.org IRC chat.freenode.net #freeswitch #freeswitch-dev Bugs? https://freeswitch.org/jira Docs? https://freeswitch.org/jira Chat? https://hipchat.freeswitch.org/gUdAgy0m6 On Apr 30 2016, at 5:53 pm, Dmitry Mordovin <d.mordovin at dwide.com> wrote: > Hello > > My VoIP provider sometimes refuse my call, for example, with 487 message (ORIGINATOR_CANCEL) or 503 (NORMAL_TEMPORARY_FAILURE) > > Does anyone know the way (channel variable, function call) how can I put to CDR record 487, 503 and other SIP notation cause number instead Q.850? > > The main reason, SIP equivalents representation simplify troubleshooting work. > > DM > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org > > Official FreeSWITCH Sites > > FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/1cb2e5ea/attachment.html From ssinyagin at gmail.com Mon May 2 06:11:01 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 2 May 2016 04:11:01 +0200 Subject: [Freeswitch-users] Multiple inbound numbers on a registered trunk In-Reply-To: <3DCFC410-2A09-4A40-AAE2-D1D8291F175C@tm.net.uk> References: <3DCFC410-2A09-4A40-AAE2-D1D8291F175C@tm.net.uk> Message-ID: You receive a channel variable for every SIP header, and it shouldn't be a problem to build a regular expression to extract the dialed number from Diversion string. You can also call "info" application at the beginning of the dialplan and see all the variables that are available. On May 1, 2016 20:30, "Joseph Waite" wrote: > Hi Guys > > We have a Freeswitch based FusionPBX setup which registers to our main SIP > Switch with Registering trunks. > > Outbound Calls work fine, however I?m having issues with using multiple > inbound numbers. > > If I setup a destination with the username of the trunk then all calls > received on the trunk goto that destination. > > If I setup each DID on its own then calls fails. > > In the invite I see To: > > I see the DID dialled in the following in the SIP message > > Diversion: numberdialed > ;reason=unknown;counter=1;privacy=off > > Is there a setting I can add somewhere to the trunk config to tell it to > use the value in Diversion? > > > Any help greatly appreciated. > > Regards > > Joseph Waite > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/c0be4f57/attachment.html From william at williamcollsassoc.ca Mon May 2 07:04:03 2016 From: william at williamcollsassoc.ca (William Colls) Date: Sun, 1 May 2016 23:04:03 -0400 Subject: [Freeswitch-users] Starting Freeswitch during system boot Message-ID: <5726C3A3.4000402@williamcollsassoc.ca> Freeswitch 1.6.7 built from source on debian 8 64 bit system. I have set up the script freeswitch/debian/freeswitch-sysvinit.freeswitch.init in /etc/init.d. When I run the script, I get the following message [ ok ] Starting freeswitch (via systemctl): freeswitch.service. but freeswitch doesn't start. There are no error messages in that I can find in any of the expected places (/var/log, /usr/local/freeswitch/log). Any suggestions will be greatfully received. Thanks for your time. William. From krice at freeswitch.org Mon May 2 07:23:55 2016 From: krice at freeswitch.org (Ken Rice) Date: Sun, 1 May 2016 22:23:55 -0500 Subject: [Freeswitch-users] Starting Freeswitch during system boot In-Reply-To: <5726C3A3.4000402@williamcollsassoc.ca> References: <5726C3A3.4000402@williamcollsassoc.ca> Message-ID: Debian 8 doesnt use sysv init it uses the systemd stuffs in there Sent from my iPhone > On May 1, 2016, at 10:04 PM, William Colls wrote: > > Freeswitch 1.6.7 built from source on debian 8 64 bit system. > > I have set up the script > freeswitch/debian/freeswitch-sysvinit.freeswitch.init in /etc/init.d. > > When I run the script, I get the following message > > [ ok ] Starting freeswitch (via systemctl): freeswitch.service. > > but freeswitch doesn't start. There are no error messages in that I can > find in any of the expected places (/var/log, /usr/local/freeswitch/log). > > Any suggestions will be greatfully received. > > Thanks for your time. > > William. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From s.safarov at gmail.com Mon May 2 07:50:13 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 02 May 2016 03:50:13 +0000 Subject: [Freeswitch-users] Starting Freeswitch during system boot In-Reply-To: References: <5726C3A3.4000402@williamcollsassoc.ca> Message-ID: Look at cuurent FS pull rrsuest. About six pull requests related FS start using systemd. On Mon, May 2, 2016, 06:25 Ken Rice wrote: > Debian 8 doesnt use sysv init it uses the systemd stuffs in there > > Sent from my iPhone > > > On May 1, 2016, at 10:04 PM, William Colls > wrote: > > > > Freeswitch 1.6.7 built from source on debian 8 64 bit system. > > > > I have set up the script > > freeswitch/debian/freeswitch-sysvinit.freeswitch.init in /etc/init.d. > > > > When I run the script, I get the following message > > > > [ ok ] Starting freeswitch (via systemctl): freeswitch.service. > > > > but freeswitch doesn't start. There are no error messages in that I can > > find in any of the expected places (/var/log, /usr/local/freeswitch/log). > > > > Any suggestions will be greatfully received. > > > > Thanks for your time. > > > > William. > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/341aa7f3/attachment-0001.html From vfclists at gmail.com Mon May 2 11:20:48 2016 From: vfclists at gmail.com (vfclists .) Date: Mon, 2 May 2016 08:20:48 +0100 Subject: [Freeswitch-users] Any reason why this Freeswitch init script fails to start (after modifications) Message-ID: This is the pastebin of the freeswitch init script on my Debian 8 system. http://pastebin.com/7mmw9ghx Freeswitch starts OK, only that it starts with the wrong configuration, ie I can log in via fs_cli but then non of the conf files would have kicked. Even when I disable it and run freeswitch from /etc/rc.local Freeswitch doesn't work. I usually have to login first then run Freeswitch from the command line, but is not very good because if the system needs to be rebooted for some reason Freeswitch needs to be manually started. When I examine the file the only thing that seems to be wrong is that the DAEMON_ARGS variable does not include the freeswitch configuration file or directory or that the configuratin file defined by /etc/default/$NAME is undefined. This seems to imply that if I add " -c /usr/local/freeswitch/conf' " to DAEMON_ARGS freeswitch should start but it doesn't. If that is the case what should go into /etc/default/$NAME ? # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin DESC="Freeswitch" NAME=freeswitch DAEMON=/usr/local/freeswitch/bin/$NAME DAEMON_ARGS="-nc -nonat" PIDFILE=/usr/local/freeswitch/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME FS_USER=freeswitch FS_GROUP=daemon # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 # Read configuration variable file if it is present [ -r /etc/default/$NAME ] && . /etc/default/$NAME # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh # Define LSB log_* functions. # Depend on lsb-base (>= 3.0-6) to ensure that this file is present. . /lib/lsb/init-functions -- Frank Church ======================= http://devblog.brahmancreations.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/95511311/attachment.html From amani.mansour2 at gmail.com Mon May 2 14:47:07 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Mon, 02 May 2016 10:47:07 +0000 Subject: [Freeswitch-users] notify request Message-ID: Hi all, I want configure Freeswitch ,which will be send notify with message = Yes of course after subscription cycle what i understood is, that when the client have (an email or voice inbox ) it will be notified that there ara message . Have you any idea how to do that please . Best regards Amani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/3ca9a958/attachment.html From cervajs at fpf.slu.cz Mon May 2 15:38:40 2016 From: cervajs at fpf.slu.cz (=?UTF-8?Q?Marek_=c4=8cervenka?=) Date: Mon, 2 May 2016 13:38:40 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: <90331067-44BB-4109-9866-C9538730C145@jerris.com> References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> Message-ID: <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): > Strongly advise to be using latest release in 1.6, particularly for > anything webrtc related. > Strongly advice to use Debian 8, there were significant known > performance problems on CentOS 6 can you send us link with description of centos6 performance problems? thanks > >> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde > > wrote: >> >> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >> >> >> * CentOS 6.5 64b virutalized (ESXi) >> * Freeswitch 1.4.26 >> * 8vCPU - 4GB RAM >> >> >> Which traffic are you handling? >> >> >> * 60-70 active calls (WebRTC extensions) >> >> >> What are exactly the simptoms? >> >> >> * top command shows high system cpu load constantly (CPU 3) >> >> >> How you get them? Is that reproducible? >> >> >> * Always whit the same load (60-70 calls) >> -- --------------------------------------- Marek Cervenka ======================================= -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/2ddb9ca4/attachment.html From 35633 at heb.be Mon May 2 15:53:39 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Mon, 2 May 2016 13:53:39 +0200 Subject: [Freeswitch-users] Problem with dl() function Message-ID: Hello, i have a problem when i start php. I'm using Freeswitch to route incoming call to a php script, but when i run the script, i have the following error: root at back-1:/usr/local/freeswitch/scripts# ./exemple.php PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20131226/ESL.so' - /usr/lib/php5/20131226/ESL.so: undefined symbol: _ZN13ESLconnection6filterEPKcS1_ in Unknown on line 0 PHP Warning: dl(): Unable to load dynamic library '/usr/lib/php5/20131226/ESL.so' - /usr/lib/php5/20131226/ESL.so: undefined symbol: _ZN13ESLconnection6filterEPKcS1_ in /usr/local/src/freeswitch/libs/esl/php/ESL.php on line 22 PHP Fatal error: Call to undefined function new_ESLconnection() in /usr/local/src/freeswitch/libs/esl/php/ESL.php on line 155 root at back-1:/usr/local/freeswitch/scripts# I've been doing from last week to resolve the problem, but with no results? Any ideas please? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/56051140/attachment.html From telishisheer at gmail.com Mon May 2 17:19:01 2016 From: telishisheer at gmail.com (Shisheer Teli) Date: Mon, 2 May 2016 18:49:01 +0530 Subject: [Freeswitch-users] IPv6 problem Message-ID: Dear Team, I installed FreeSWITCH. Directory and dialplan are default ones. My phones are able to register when using just IPv4, and I can call from one to another. When I try the same thing with IPv6, phones not registered. Am I doing something wrong? Maybe I forgot to configure something, but I can't see what it is. -- Regards, Shisheer T -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/5ee43cba/attachment.html From 35633 at heb.be Mon May 2 17:34:35 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Mon, 2 May 2016 15:34:35 +0200 Subject: [Freeswitch-users] Problem with ESL.so Message-ID: I have a problme wi ESL.so. Whenever i run it i get "segmentation fault error" (core dumped) What may cause this? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/80ae4e10/attachment-0001.html From aubalde at presenceco.com Mon May 2 19:03:09 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Mon, 2 May 2016 17:03:09 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: Hi Marek, Here are the results of the checks: ====================================================================== *# top* ====================================================================== top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, 0.27 Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st* -----> HIGH CPU SYSTEM LOAD Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers Swap: 786428k total, 0k used, 786428k free, 533952k cached ====================================================================== ====================================================================== *# ps -AL | grep freeswitch* ====================================================================== 27653 27653 ? 00:00:00 freeswitch 27653 27654 ? 00:00:00 freeswitch 27653 27656 ? 00:00:08 freeswitch 27653 27657 ? 00:00:01 freeswitch 27653 27660 ? 00:00:00 freeswitch 27653 27661 ? 00:00:01 freeswitch 27653 27662 ? 00:00:00 freeswitch 27653 27663 ? 00:00:00 freeswitch 27653 27666 ? 00:00:03 freeswitch 27653 27667 ? 00:00:00 freeswitch 27653 27668 ? 00:00:00 freeswitch 27653 27669 ? 00:00:00 freeswitch 27653 27670 ? 00:00:00 freeswitch 27653 27671 ? 00:00:00 freeswitch 27653 27672 ? 00:00:00 freeswitch 27653 27673 ? 00:00:00 freeswitch *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK 27653 27675 ? 00:00:00 freeswitch 27653 27676 ? 00:00:00 freeswitch 27653 27677 ? 00:00:00 freeswitch 27653 27678 ? 00:00:00 freeswitch 27653 27679 ? 00:00:00 freeswitch 27653 27680 ? 00:00:00 freeswitch 27653 27681 ? 00:00:00 freeswitch 27653 27682 ? 00:00:00 freeswitch 27653 27683 ? 00:00:00 freeswitch 27653 27684 ? 00:00:00 freeswitch 27653 27685 ? 00:00:00 freeswitch 27653 27686 ? 00:00:00 freeswitch 27653 27692 ? 00:00:00 freeswitch 27653 27693 ? 00:00:04 freeswitch 27653 27694 ? 00:00:00 freeswitch 27653 27695 ? 00:00:00 freeswitch 27653 27719 ? 00:00:00 freeswitch 27653 27725 ? 00:01:00 freeswitch 27653 27726 ? 00:04:52 freeswitch 27653 27738 ? 00:04:42 freeswitch 27653 27739 ? 00:00:55 freeswitch 27653 27741 ? 00:04:40 freeswitch 27653 27743 ? 00:00:52 freeswitch 27653 27744 ? 00:04:39 freeswitch 27653 27745 ? 00:00:55 freeswitch 27653 27748 ? 00:00:58 freeswitch 27653 27749 ? 00:04:28 freeswitch 27653 27751 ? 00:04:38 freeswitch 27653 27752 ? 00:00:52 freeswitch 27653 27764 ? 00:00:52 freeswitch 27653 27765 ? 00:04:32 freeswitch 27653 27767 ? 00:04:37 freeswitch 27653 27768 ? 00:00:54 freeswitch 27653 27769 ? 00:04:36 freeswitch 27653 27770 ? 00:00:52 freeswitch 27653 27773 ? 00:04:38 freeswitch 27653 27774 ? 00:00:54 freeswitch 27653 27776 ? 00:04:37 freeswitch 27653 27777 ? 00:00:49 freeswitch 27653 27780 ? 00:04:36 freeswitch 27653 27781 ? 00:00:48 freeswitch 27653 27782 ? 00:01:15 freeswitch 27653 27783 ? 00:04:05 freeswitch 27653 27785 ? 00:04:26 freeswitch 27653 27786 ? 00:00:51 freeswitch 27653 27794 ? 00:01:00 freeswitch 27653 27795 ? 00:03:58 freeswitch 27653 27797 ? 00:04:24 freeswitch 27653 27798 ? 00:00:48 freeswitch 27653 27801 ? 00:04:14 freeswitch 27653 27802 ? 00:00:43 freeswitch 27653 27804 ? 00:01:25 freeswitch 27653 27805 ? 00:03:20 freeswitch 27653 27807 ? 00:01:58 freeswitch 27653 27809 ? 00:04:10 freeswitch 27653 27810 ? 00:00:44 freeswitch 27653 27813 ? 00:04:12 freeswitch 27653 27814 ? 00:00:44 freeswitch 27653 27823 ? 00:04:02 freeswitch 27653 27824 ? 00:00:36 freeswitch 27653 27838 ? 00:00:56 freeswitch 27653 27839 ? 00:02:58 freeswitch 27653 27870 ? 00:02:55 freeswitch 27653 27871 ? 00:00:32 freeswitch 27653 27893 ? 00:02:37 freeswitch 27653 27894 ? 00:00:06 freeswitch 27653 27927 ? 00:02:24 freeswitch 27653 27929 ? 00:00:26 freeswitch 27653 27948 ? 00:02:23 freeswitch 27653 27949 ? 00:00:26 freeswitch 27653 27955 ? 00:02:18 freeswitch 27653 27956 ? 00:00:25 freeswitch 27653 27957 ? 00:02:19 freeswitch 27653 27958 ? 00:00:26 freeswitch 27653 27963 ? 00:00:30 freeswitch 27653 27964 ? 00:01:59 freeswitch 27653 27968 ? 00:02:09 freeswitch 27653 27969 ? 00:00:25 freeswitch 27653 27970 ? 00:02:08 freeswitch 27653 27971 ? 00:00:24 freeswitch 27653 27983 ? 00:00:27 freeswitch 27653 27984 ? 00:01:48 freeswitch 27653 27989 ? 00:01:32 freeswitch 27653 27990 ? 00:00:06 freeswitch 27653 27995 ? 00:01:31 freeswitch 27653 27996 ? 00:00:17 freeswitch 27653 27997 ? 00:01:42 freeswitch 27653 27999 ? 00:00:19 freeswitch 27653 28001 ? 00:01:38 freeswitch 27653 28002 ? 00:00:13 freeswitch 27653 28006 ? 00:00:26 freeswitch 27653 28007 ? 00:00:45 freeswitch 27653 28010 ? 00:01:32 freeswitch 27653 28011 ? 00:00:16 freeswitch 27653 28022 ? 00:00:14 freeswitch 27653 28047 ? 00:01:00 freeswitch 27653 28048 ? 00:00:10 freeswitch ====================================================================== ====================================================================== *# strace -c -p 27674* ====================================================================== Process 27674 attached - interrupt to quit ^CProcess 27674 detached % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- * 94.08 18.452455 0 63874778 epoll_wait* 5.90 1.156911 414 2797 nanosleep 0.01 0.001940 1 3041 140 read 0.01 0.001000 25 40 6 futex 0.00 0.000655 0 1408 21 write 0.00 0.000449 0 1389 sendto 0.00 0.000356 0 1348 recvfrom 0.00 0.000031 2 15 recvmsg 0.00 0.000031 1 33 9 shutdown 0.00 0.000029 1 38 mprotect 0.00 0.000025 3 10 socket 0.00 0.000023 2 10 bind 0.00 0.000000 0 38 close 0.00 0.000000 0 2 madvise 0.00 0.000000 0 5 5 connect 0.00 0.000000 0 30 accept 0.00 0.000000 0 10 getsockname 0.00 0.000000 0 140 setsockopt 0.00 0.000000 0 9 getsockopt 0.00 0.000000 0 208 fcntl 0.00 0.000000 0 68 epoll_ctl ------ ----------- ----------- --------- --------- ---------------- 100.00 19.613905 63885417 181 total ====================================================================== Regards, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : > Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): > > Strongly advise to be using latest release in 1.6, particularly for > anything webrtc related. > Strongly advice to use Debian 8, there were significant known performance > problems on CentOS 6 > > > can you send us link with description of centos6 performance problems? > thanks > > > > On Apr 28, 2016, at 6:41 AM, Agust? Ubalde wrote: > > Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? > > > - CentOS 6.5 64b virutalized (ESXi) > - Freeswitch 1.4.26 > - 8vCPU - 4GB RAM > > > Which traffic are you handling? > > > - 60-70 active calls (WebRTC extensions) > > > What are exactly the simptoms? > > > - top command shows high system cpu load constantly (CPU 3) > > > How you get them? Is that reproducible? > > > - Always whit the same load (60-70 calls) > > > -- > --------------------------------------- > Marek Cervenka > ======================================= > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/0993bf44/attachment-0001.html From jude.mukundane at gmail.com Mon May 2 19:20:00 2016 From: jude.mukundane at gmail.com (Jude Mukundane) Date: Mon, 2 May 2016 16:20:00 +0100 Subject: [Freeswitch-users] Problem with ESL.so In-Reply-To: References: Message-ID: in my experience, seg fault came from pretty much anything when dealing with ESL. All of it was mostly my fault - if the commands are not exactly right, ESL segfaults. Posting your code/how you are using it, might help Jude Mukundane PhD ECE Candidate, IST-UL On Mon, May 2, 2016 at 2:34 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > I have a problme wi ESL.so. Whenever i run it i get "segmentation fault > error" (core dumped) > What may cause this? > > NDUWAYEZU Joselyne > > Haute ?cole de Bruxelles > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/dfbd4bc0/attachment.html From giacomo.vacca at gmail.com Mon May 2 19:20:58 2016 From: giacomo.vacca at gmail.com (Giacomo Vacca) Date: Mon, 2 May 2016 17:20:58 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: Hi Agust?, does the thread free CPU as soon as the number of concurrent calls goes down, or does it remain "stuck" polling? I don't want to provide a red herring here but I had a slightly similar issue, reported in https://freeswitch.org/jira/browse/FS-8726 The call thread that was saturating the CPU was tracked back by looking at the file descriptor shown by strace, then with netstat identifying the RTP port in use and then in the logs to find the session using that port. Hope this can provide some additional ideas, Giacomo On 2 May 2016 at 17:03, Agust? Ubalde wrote: > Hi Marek, > > Here are the results of the checks: > > ====================================================================== > *# top* > ====================================================================== > top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, > 0.27 > Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie > Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st* -----> HIGH CPU SYSTEM LOAD > Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers > Swap: 786428k total, 0k used, 786428k free, 533952k cached > ====================================================================== > > ====================================================================== > *# ps -AL | grep freeswitch* > ====================================================================== > 27653 27653 ? 00:00:00 freeswitch > 27653 27654 ? 00:00:00 freeswitch > 27653 27656 ? 00:00:08 freeswitch > 27653 27657 ? 00:00:01 freeswitch > 27653 27660 ? 00:00:00 freeswitch > 27653 27661 ? 00:00:01 freeswitch > 27653 27662 ? 00:00:00 freeswitch > 27653 27663 ? 00:00:00 freeswitch > 27653 27666 ? 00:00:03 freeswitch > 27653 27667 ? 00:00:00 freeswitch > 27653 27668 ? 00:00:00 freeswitch > 27653 27669 ? 00:00:00 freeswitch > 27653 27670 ? 00:00:00 freeswitch > 27653 27671 ? 00:00:00 freeswitch > 27653 27672 ? 00:00:00 freeswitch > 27653 27673 ? 00:00:00 freeswitch > *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK > 27653 27675 ? 00:00:00 freeswitch > 27653 27676 ? 00:00:00 freeswitch > 27653 27677 ? 00:00:00 freeswitch > 27653 27678 ? 00:00:00 freeswitch > 27653 27679 ? 00:00:00 freeswitch > 27653 27680 ? 00:00:00 freeswitch > 27653 27681 ? 00:00:00 freeswitch > 27653 27682 ? 00:00:00 freeswitch > 27653 27683 ? 00:00:00 freeswitch > 27653 27684 ? 00:00:00 freeswitch > 27653 27685 ? 00:00:00 freeswitch > 27653 27686 ? 00:00:00 freeswitch > 27653 27692 ? 00:00:00 freeswitch > 27653 27693 ? 00:00:04 freeswitch > 27653 27694 ? 00:00:00 freeswitch > 27653 27695 ? 00:00:00 freeswitch > 27653 27719 ? 00:00:00 freeswitch > 27653 27725 ? 00:01:00 freeswitch > 27653 27726 ? 00:04:52 freeswitch > 27653 27738 ? 00:04:42 freeswitch > 27653 27739 ? 00:00:55 freeswitch > 27653 27741 ? 00:04:40 freeswitch > 27653 27743 ? 00:00:52 freeswitch > 27653 27744 ? 00:04:39 freeswitch > 27653 27745 ? 00:00:55 freeswitch > 27653 27748 ? 00:00:58 freeswitch > 27653 27749 ? 00:04:28 freeswitch > 27653 27751 ? 00:04:38 freeswitch > 27653 27752 ? 00:00:52 freeswitch > 27653 27764 ? 00:00:52 freeswitch > 27653 27765 ? 00:04:32 freeswitch > 27653 27767 ? 00:04:37 freeswitch > 27653 27768 ? 00:00:54 freeswitch > 27653 27769 ? 00:04:36 freeswitch > 27653 27770 ? 00:00:52 freeswitch > 27653 27773 ? 00:04:38 freeswitch > 27653 27774 ? 00:00:54 freeswitch > 27653 27776 ? 00:04:37 freeswitch > 27653 27777 ? 00:00:49 freeswitch > 27653 27780 ? 00:04:36 freeswitch > 27653 27781 ? 00:00:48 freeswitch > 27653 27782 ? 00:01:15 freeswitch > 27653 27783 ? 00:04:05 freeswitch > 27653 27785 ? 00:04:26 freeswitch > 27653 27786 ? 00:00:51 freeswitch > 27653 27794 ? 00:01:00 freeswitch > 27653 27795 ? 00:03:58 freeswitch > 27653 27797 ? 00:04:24 freeswitch > 27653 27798 ? 00:00:48 freeswitch > 27653 27801 ? 00:04:14 freeswitch > 27653 27802 ? 00:00:43 freeswitch > 27653 27804 ? 00:01:25 freeswitch > 27653 27805 ? 00:03:20 freeswitch > 27653 27807 ? 00:01:58 freeswitch > 27653 27809 ? 00:04:10 freeswitch > 27653 27810 ? 00:00:44 freeswitch > 27653 27813 ? 00:04:12 freeswitch > 27653 27814 ? 00:00:44 freeswitch > 27653 27823 ? 00:04:02 freeswitch > 27653 27824 ? 00:00:36 freeswitch > 27653 27838 ? 00:00:56 freeswitch > 27653 27839 ? 00:02:58 freeswitch > 27653 27870 ? 00:02:55 freeswitch > 27653 27871 ? 00:00:32 freeswitch > 27653 27893 ? 00:02:37 freeswitch > 27653 27894 ? 00:00:06 freeswitch > 27653 27927 ? 00:02:24 freeswitch > 27653 27929 ? 00:00:26 freeswitch > 27653 27948 ? 00:02:23 freeswitch > 27653 27949 ? 00:00:26 freeswitch > 27653 27955 ? 00:02:18 freeswitch > 27653 27956 ? 00:00:25 freeswitch > 27653 27957 ? 00:02:19 freeswitch > 27653 27958 ? 00:00:26 freeswitch > 27653 27963 ? 00:00:30 freeswitch > 27653 27964 ? 00:01:59 freeswitch > 27653 27968 ? 00:02:09 freeswitch > 27653 27969 ? 00:00:25 freeswitch > 27653 27970 ? 00:02:08 freeswitch > 27653 27971 ? 00:00:24 freeswitch > 27653 27983 ? 00:00:27 freeswitch > 27653 27984 ? 00:01:48 freeswitch > 27653 27989 ? 00:01:32 freeswitch > 27653 27990 ? 00:00:06 freeswitch > 27653 27995 ? 00:01:31 freeswitch > 27653 27996 ? 00:00:17 freeswitch > 27653 27997 ? 00:01:42 freeswitch > 27653 27999 ? 00:00:19 freeswitch > 27653 28001 ? 00:01:38 freeswitch > 27653 28002 ? 00:00:13 freeswitch > 27653 28006 ? 00:00:26 freeswitch > 27653 28007 ? 00:00:45 freeswitch > 27653 28010 ? 00:01:32 freeswitch > 27653 28011 ? 00:00:16 freeswitch > 27653 28022 ? 00:00:14 freeswitch > 27653 28047 ? 00:01:00 freeswitch > 27653 28048 ? 00:00:10 freeswitch > ====================================================================== > > ====================================================================== > *# strace -c -p 27674* > ====================================================================== > Process 27674 attached - interrupt to quit > ^CProcess 27674 detached > % time seconds usecs/call calls errors syscall > ------ ----------- ----------- --------- --------- ---------------- > * 94.08 18.452455 0 63874778 epoll_wait* > 5.90 1.156911 414 2797 nanosleep > 0.01 0.001940 1 3041 140 read > 0.01 0.001000 25 40 6 futex > 0.00 0.000655 0 1408 21 write > 0.00 0.000449 0 1389 sendto > 0.00 0.000356 0 1348 recvfrom > 0.00 0.000031 2 15 recvmsg > 0.00 0.000031 1 33 9 shutdown > 0.00 0.000029 1 38 mprotect > 0.00 0.000025 3 10 socket > 0.00 0.000023 2 10 bind > 0.00 0.000000 0 38 close > 0.00 0.000000 0 2 madvise > 0.00 0.000000 0 5 5 connect > 0.00 0.000000 0 30 accept > 0.00 0.000000 0 10 getsockname > 0.00 0.000000 0 140 setsockopt > 0.00 0.000000 0 9 getsockopt > 0.00 0.000000 0 208 fcntl > 0.00 0.000000 0 68 epoll_ctl > ------ ----------- ----------- --------- --------- ---------------- > 100.00 19.613905 63885417 181 total > ====================================================================== > > > Regards, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : > >> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): >> >> Strongly advise to be using latest release in 1.6, particularly for >> anything webrtc related. >> Strongly advice to use Debian 8, there were significant known performance >> problems on CentOS 6 >> >> >> can you send us link with description of centos6 performance problems? >> thanks >> >> >> >> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde >> wrote: >> >> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >> >> >> - CentOS 6.5 64b virutalized (ESXi) >> - Freeswitch 1.4.26 >> - 8vCPU - 4GB RAM >> >> >> Which traffic are you handling? >> >> >> - 60-70 active calls (WebRTC extensions) >> >> >> What are exactly the simptoms? >> >> >> - top command shows high system cpu load constantly (CPU 3) >> >> >> How you get them? Is that reproducible? >> >> >> - Always whit the same load (60-70 calls) >> >> >> -- >> --------------------------------------- >> Marek Cervenka >> ======================================= >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > *Presence Technology - DisclaimerThis message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/7b8cb8f5/attachment-0001.html From aubalde at presenceco.com Mon May 2 19:44:05 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Mon, 2 May 2016 17:44:05 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: Hi Giacomo, It remain "stuck" polling until Freeswitch is restarted. Regards, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-05-02 17:20 GMT+02:00 Giacomo Vacca : > Hi Agust?, > does the thread free CPU as soon as the number of concurrent calls goes > down, or does it remain "stuck" polling? > > I don't want to provide a red herring here but I had a slightly similar > issue, reported in https://freeswitch.org/jira/browse/FS-8726 > > The call thread that was saturating the CPU was tracked back by looking at > the file descriptor shown by strace, then with netstat identifying the RTP > port in use and then in the logs to find the session using that port. > > Hope this can provide some additional ideas, > > Giacomo > > On 2 May 2016 at 17:03, Agust? Ubalde wrote: > >> Hi Marek, >> >> Here are the results of the checks: >> >> ====================================================================== >> *# top* >> ====================================================================== >> top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, >> 0.27 >> Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie >> Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st* -----> HIGH CPU SYSTEM LOAD >> Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers >> Swap: 786428k total, 0k used, 786428k free, 533952k cached >> ====================================================================== >> >> ====================================================================== >> *# ps -AL | grep freeswitch* >> ====================================================================== >> 27653 27653 ? 00:00:00 freeswitch >> 27653 27654 ? 00:00:00 freeswitch >> 27653 27656 ? 00:00:08 freeswitch >> 27653 27657 ? 00:00:01 freeswitch >> 27653 27660 ? 00:00:00 freeswitch >> 27653 27661 ? 00:00:01 freeswitch >> 27653 27662 ? 00:00:00 freeswitch >> 27653 27663 ? 00:00:00 freeswitch >> 27653 27666 ? 00:00:03 freeswitch >> 27653 27667 ? 00:00:00 freeswitch >> 27653 27668 ? 00:00:00 freeswitch >> 27653 27669 ? 00:00:00 freeswitch >> 27653 27670 ? 00:00:00 freeswitch >> 27653 27671 ? 00:00:00 freeswitch >> 27653 27672 ? 00:00:00 freeswitch >> 27653 27673 ? 00:00:00 freeswitch >> *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK >> 27653 27675 ? 00:00:00 freeswitch >> 27653 27676 ? 00:00:00 freeswitch >> 27653 27677 ? 00:00:00 freeswitch >> 27653 27678 ? 00:00:00 freeswitch >> 27653 27679 ? 00:00:00 freeswitch >> 27653 27680 ? 00:00:00 freeswitch >> 27653 27681 ? 00:00:00 freeswitch >> 27653 27682 ? 00:00:00 freeswitch >> 27653 27683 ? 00:00:00 freeswitch >> 27653 27684 ? 00:00:00 freeswitch >> 27653 27685 ? 00:00:00 freeswitch >> 27653 27686 ? 00:00:00 freeswitch >> 27653 27692 ? 00:00:00 freeswitch >> 27653 27693 ? 00:00:04 freeswitch >> 27653 27694 ? 00:00:00 freeswitch >> 27653 27695 ? 00:00:00 freeswitch >> 27653 27719 ? 00:00:00 freeswitch >> 27653 27725 ? 00:01:00 freeswitch >> 27653 27726 ? 00:04:52 freeswitch >> 27653 27738 ? 00:04:42 freeswitch >> 27653 27739 ? 00:00:55 freeswitch >> 27653 27741 ? 00:04:40 freeswitch >> 27653 27743 ? 00:00:52 freeswitch >> 27653 27744 ? 00:04:39 freeswitch >> 27653 27745 ? 00:00:55 freeswitch >> 27653 27748 ? 00:00:58 freeswitch >> 27653 27749 ? 00:04:28 freeswitch >> 27653 27751 ? 00:04:38 freeswitch >> 27653 27752 ? 00:00:52 freeswitch >> 27653 27764 ? 00:00:52 freeswitch >> 27653 27765 ? 00:04:32 freeswitch >> 27653 27767 ? 00:04:37 freeswitch >> 27653 27768 ? 00:00:54 freeswitch >> 27653 27769 ? 00:04:36 freeswitch >> 27653 27770 ? 00:00:52 freeswitch >> 27653 27773 ? 00:04:38 freeswitch >> 27653 27774 ? 00:00:54 freeswitch >> 27653 27776 ? 00:04:37 freeswitch >> 27653 27777 ? 00:00:49 freeswitch >> 27653 27780 ? 00:04:36 freeswitch >> 27653 27781 ? 00:00:48 freeswitch >> 27653 27782 ? 00:01:15 freeswitch >> 27653 27783 ? 00:04:05 freeswitch >> 27653 27785 ? 00:04:26 freeswitch >> 27653 27786 ? 00:00:51 freeswitch >> 27653 27794 ? 00:01:00 freeswitch >> 27653 27795 ? 00:03:58 freeswitch >> 27653 27797 ? 00:04:24 freeswitch >> 27653 27798 ? 00:00:48 freeswitch >> 27653 27801 ? 00:04:14 freeswitch >> 27653 27802 ? 00:00:43 freeswitch >> 27653 27804 ? 00:01:25 freeswitch >> 27653 27805 ? 00:03:20 freeswitch >> 27653 27807 ? 00:01:58 freeswitch >> 27653 27809 ? 00:04:10 freeswitch >> 27653 27810 ? 00:00:44 freeswitch >> 27653 27813 ? 00:04:12 freeswitch >> 27653 27814 ? 00:00:44 freeswitch >> 27653 27823 ? 00:04:02 freeswitch >> 27653 27824 ? 00:00:36 freeswitch >> 27653 27838 ? 00:00:56 freeswitch >> 27653 27839 ? 00:02:58 freeswitch >> 27653 27870 ? 00:02:55 freeswitch >> 27653 27871 ? 00:00:32 freeswitch >> 27653 27893 ? 00:02:37 freeswitch >> 27653 27894 ? 00:00:06 freeswitch >> 27653 27927 ? 00:02:24 freeswitch >> 27653 27929 ? 00:00:26 freeswitch >> 27653 27948 ? 00:02:23 freeswitch >> 27653 27949 ? 00:00:26 freeswitch >> 27653 27955 ? 00:02:18 freeswitch >> 27653 27956 ? 00:00:25 freeswitch >> 27653 27957 ? 00:02:19 freeswitch >> 27653 27958 ? 00:00:26 freeswitch >> 27653 27963 ? 00:00:30 freeswitch >> 27653 27964 ? 00:01:59 freeswitch >> 27653 27968 ? 00:02:09 freeswitch >> 27653 27969 ? 00:00:25 freeswitch >> 27653 27970 ? 00:02:08 freeswitch >> 27653 27971 ? 00:00:24 freeswitch >> 27653 27983 ? 00:00:27 freeswitch >> 27653 27984 ? 00:01:48 freeswitch >> 27653 27989 ? 00:01:32 freeswitch >> 27653 27990 ? 00:00:06 freeswitch >> 27653 27995 ? 00:01:31 freeswitch >> 27653 27996 ? 00:00:17 freeswitch >> 27653 27997 ? 00:01:42 freeswitch >> 27653 27999 ? 00:00:19 freeswitch >> 27653 28001 ? 00:01:38 freeswitch >> 27653 28002 ? 00:00:13 freeswitch >> 27653 28006 ? 00:00:26 freeswitch >> 27653 28007 ? 00:00:45 freeswitch >> 27653 28010 ? 00:01:32 freeswitch >> 27653 28011 ? 00:00:16 freeswitch >> 27653 28022 ? 00:00:14 freeswitch >> 27653 28047 ? 00:01:00 freeswitch >> 27653 28048 ? 00:00:10 freeswitch >> ====================================================================== >> >> ====================================================================== >> *# strace -c -p 27674* >> ====================================================================== >> Process 27674 attached - interrupt to quit >> ^CProcess 27674 detached >> % time seconds usecs/call calls errors syscall >> ------ ----------- ----------- --------- --------- ---------------- >> * 94.08 18.452455 0 63874778 epoll_wait* >> 5.90 1.156911 414 2797 nanosleep >> 0.01 0.001940 1 3041 140 read >> 0.01 0.001000 25 40 6 futex >> 0.00 0.000655 0 1408 21 write >> 0.00 0.000449 0 1389 sendto >> 0.00 0.000356 0 1348 recvfrom >> 0.00 0.000031 2 15 recvmsg >> 0.00 0.000031 1 33 9 shutdown >> 0.00 0.000029 1 38 mprotect >> 0.00 0.000025 3 10 socket >> 0.00 0.000023 2 10 bind >> 0.00 0.000000 0 38 close >> 0.00 0.000000 0 2 madvise >> 0.00 0.000000 0 5 5 connect >> 0.00 0.000000 0 30 accept >> 0.00 0.000000 0 10 getsockname >> 0.00 0.000000 0 140 setsockopt >> 0.00 0.000000 0 9 getsockopt >> 0.00 0.000000 0 208 fcntl >> 0.00 0.000000 0 68 epoll_ctl >> ------ ----------- ----------- --------- --------- ---------------- >> 100.00 19.613905 63885417 181 total >> ====================================================================== >> >> >> Regards, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : >> >>> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): >>> >>> Strongly advise to be using latest release in 1.6, particularly for >>> anything webrtc related. >>> Strongly advice to use Debian 8, there were significant known >>> performance problems on CentOS 6 >>> >>> >>> can you send us link with description of centos6 performance problems? >>> thanks >>> >>> >>> >>> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde >>> wrote: >>> >>> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >>> >>> >>> - CentOS 6.5 64b virutalized (ESXi) >>> - Freeswitch 1.4.26 >>> - 8vCPU - 4GB RAM >>> >>> >>> Which traffic are you handling? >>> >>> >>> - 60-70 active calls (WebRTC extensions) >>> >>> >>> What are exactly the simptoms? >>> >>> >>> - top command shows high system cpu load constantly (CPU 3) >>> >>> >>> How you get them? Is that reproducible? >>> >>> >>> - Always whit the same load (60-70 calls) >>> >>> >>> -- >>> --------------------------------------- >>> Marek Cervenka >>> ======================================= >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> *Presence Technology - DisclaimerThis message, its content and any file >> attached thereto is for the intended recipient only and is confidential and >> /or privileged. If you have received this e-mail in error or had access to >> it, you should note that the information in it is private and any use >> thereof is unauthorized. In such an event please notify us by e-mail or by >> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >> whatsoever means and any transmission or dissemination thereof to other >> persons is prohibited. It should be deleted immediately from your system. >> Presence Technology reserves the right to take legal action against any >> persons unlawfully gaining access to the content of any external message it >> has emitted.* >> >> *For additional information, please visit our website **www.presenceco.com >> * >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/9f7e365e/attachment-0001.html From italo at freeswitch.org Mon May 2 21:47:21 2016 From: italo at freeswitch.org (=?utf-8?q?=C3=8Dtalo_Rossi?=) Date: Mon, 02 May 2016 10:47:21 -0700 (PDT) Subject: [Freeswitch-users] Thursday FreeSWITCH Bug Hunt Message-ID: <5otbq4bfucwvvtdz68hqewq36-0@mailer.nylas.com> FreeSWITCHers, Join us thursday 2PM CST for the Thursday FreeSWITCH Bug Hunt! Where? [conference.freeswitch.org/vc/#/?autocall=888](https://conference.frees witch.org/vc/#/?autocall=888 "https://conference.freeswitch.org/vc/#/?autocall=888" ) Chat? What? FreeSWITCH Bug Hunt, Jira Reviews, and General FS Support! Help us help you, Join the Bug Hunt! ?talo Rossi italo at freeswitch.org IRC chat.freenode.net #freeswitch #freeswitch-dev Bugs? https://freeswitch.org/jira Docs? https://freeswitch.org/jira Chat? https://hipchat.freeswitch.org/gUdAgy0m6 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/2f50dfe8/attachment.html From jude19love at gmail.com Mon May 2 22:08:05 2016 From: jude19love at gmail.com (Jude Mukundane) Date: Mon, 2 May 2016 19:08:05 +0100 Subject: [Freeswitch-users] Problem with ESL.so Message-ID: Can you give more deets on what you are trying to do? I did run into some ESL seg faults, mostly it was due to me misformating commands and such. Jude On Mon, May 2, 2016 at 2:34 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > I have a problme wi ESL.so. Whenever i run it i get "segmentation fault > error" (core dumped) > What may cause this? > > NDUWAYEZU Joselyne > > Haute ?cole de Bruxelles > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/293e8e14/attachment.html From gregor at infomedia.si Mon May 2 22:43:30 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 2 May 2016 20:43:30 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data Message-ID: Hi! If I want to monitor registration via ESL I can subscribe to custom events sofia::register, sofia:unregister But this doesn't work for verto registrations. There are also custom events and for registration I can use verto:login. But for disconnect there is verto:client_disconnect that only has connection id, no user data who was disconnected. I can also parse from verto xmlstatus on each disconnect, but I think this is not optimal solution. Any hint how can I monitor registration via verto? Best regards, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/1e145620/attachment.html From brian at freeswitch.org Mon May 2 22:55:50 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 2 May 2016 13:55:50 -0500 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: verto::client_connect verto::client_disconnect On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger wrote: > Hi! > > If I want to monitor registration via ESL I can subscribe to custom events > sofia::register, sofia:unregister > > But this doesn't work for verto registrations. There are also custom > events and for registration I can use verto:login. But for disconnect there > is verto:client_disconnect that only has connection id, no user data who > was disconnected. > > I can also parse from verto xmlstatus on each disconnect, but I think this > is not optimal solution. > > Any hint how can I monitor registration via verto? > > Best regards, Gregor > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/bbecb401/attachment.html From arsenman at connectto.com Mon May 2 23:24:58 2016 From: arsenman at connectto.com (Arsen Manukyan) Date: Mon, 2 May 2016 12:24:58 -0700 Subject: [Freeswitch-users] Verto communicator errors In-Reply-To: References: <20160420080841.GA23645@blomma.liberationtech.net> <20160420132442.GA23884@blomma.liberationtech.net> <5717D0B4.2000409@connectto.com> <5717EC8D.7070908@connectto.com> Message-ID: Thank you So now i need change configuration for using my own TURN and STUN How to edit Verto communicator settings? I cant find config file On 4/21/2016 10:57 AM, Rossi wrote: > Don't access the index.html directly, just https://myserver/verto/ > . > > On Wed, Apr 20, 2016 at 5:54 PM, Arsen Manukyan > > wrote: > > its ngnix (fusionpbx) > i copied dist folder to my web server > browser point et to https://myserver/verto/index.html#/ > > sometimes during Loading i also receiving error: Provision failed > > but extension registration is ok: client 10.110.11.16:64765 > CONN_REG (WSS) > > > > > > > On 4/20/2016 1:46 PM, ?talo Rossi wrote: >> How are you serving verto communicator? Which web server? I'm >> suspecting you're point your browser to a mod_verto endpoint >> which is not correct. >> >> Please see >> https://freeswitch.org/confluence/display/FREESWITCH/Verto+Communicator#VertoCommunicator-BuildingforProduction >> >> On Wed, Apr 20, 2016 at 3:55 PM, Arsen Manukyan >> > wrote: >> >> >> I installed verto communicator >> After ext. registration trying to call >> but as result have bunch of errors: >> whats wrong ? >> >> >> 2016-04-20 18:52:24.135161 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.135161 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.135161 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.155150 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.455157 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.455157 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> 2016-04-20 18:52:24.455157 [ALERT] mod_verto.c:604 WRITE >> 10.110.11.16:59672 [{ >> "jsonrpc": "2.0", >> "error": { >> "code": -32600, >> "message": "Invalid Request" >> }, >> "id": null >> }] >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > ?talo Rossi > italo at freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/3292e1b1/attachment-0001.html From gregor at infomedia.si Tue May 3 01:38:42 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 2 May 2016 23:38:42 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Thank you, Brian. It is just that on client_disconnect there is only verto_client_address not user as on client_connect and I do not know which user disconnected. 2016-05-02 20:55 GMT+02:00 Brian West : > verto::client_connect > > verto::client_disconnect > > On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger wrote: > >> Hi! >> >> If I want to monitor registration via ESL I can subscribe to custom >> events sofia::register, sofia:unregister >> >> But this doesn't work for verto registrations. There are also custom >> events and for registration I can use verto:login. But for disconnect there >> is verto:client_disconnect that only has connection id, no user data who >> was disconnected. >> >> I can also parse from verto xmlstatus on each disconnect, but I think >> this is not optimal solution. >> >> Any hint how can I monitor registration via verto? >> >> Best regards, Gregor >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here > ! > | Reddit: /r/freeswitch > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/3df420e7/attachment.html From rogelio.perez at gmail.com Tue May 3 01:40:39 2016 From: rogelio.perez at gmail.com (rogelio.perez at gmail.com) Date: Mon, 2 May 2016 18:40:39 -0300 Subject: [Freeswitch-users] Codec negotiation with dynamic outbound codecs preference list Message-ID: In the following scenario: vars.xml: internal.xml: external.xml: ...with no further modifications performed on the dialplan. I expect this result: A ---> offers G729 ---> FreeSWITCH ---> offers ---> G729, G722, PCMU, PCMA ---> B ...but I get this result: A ---> offers G729 ---> FreeSWITCH ---> offers ---> G722, PCMU, PCMA, G729 ---> B I'd like FreeSWITCH to offer B all the codecs from the list, but sorted accordiing to A's preference. Can you help me figure out the settings? Thanks, Rogelio Perez -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/cadca249/attachment.html From daveh at beachdognet.com Tue May 3 01:47:15 2016 From: daveh at beachdognet.com (Dave Horton) Date: Mon, 2 May 2016 17:47:15 -0400 Subject: [Freeswitch-users] question about ghost conferee Message-ID: <72EFBE69-9B72-450E-B167-9D37DE613054@beachdognet.com> The docs say only the designating a conference leg as ghost causes the leg not to be counted in the conference tally, but I have noticed that another effect is that if only a ghost leg remains in a conference after others have hung up that freeswitch destroys the conference. Is this intentional? My original intention was to have a control leg that created a conference, was not counted in the conference tally, but would also enable the conference to continue as other (real) legs came and left. I?ve found this is not possible because the conference is destroyed when it is the only remaining leg. From blackc2004 at gmail.com Tue May 3 02:06:55 2016 From: blackc2004 at gmail.com (Cj B) Date: Mon, 2 May 2016 15:06:55 -0700 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all Message-ID: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Hi, I just installed a new debian development server and I want to test mod-esl. When I try to do apt-get install freeswitch-mod-esl it warns me that freeswitch-all will be removed. Am I doing something wrong or does the package not updated yet? apt-get install freeswitch-mod-esl Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libfreeswitch1 Suggested packages: freeswitch-mod-esl-dbg libfreeswitch1-dbg The following packages will be REMOVED: freeswitch-all The following NEW packages will be installed: freeswitch-mod-esl libfreeswitch1 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. uname -a Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux freeswitch -version FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) Thanks, Cj B -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/f6ba72bc/attachment-0001.html From brian at freeswitch.org Tue May 3 02:07:01 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 2 May 2016 17:07:01 -0500 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: look at verto::login, and verto::disconnect, that should solve it. On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger wrote: > Thank you, Brian. > > It is just that on client_disconnect there is only verto_client_address > not user as on client_connect and I do not know which user disconnected. > > 2016-05-02 20:55 GMT+02:00 Brian West : > >> verto::client_connect >> >> verto::client_disconnect >> >> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >> wrote: >> >>> Hi! >>> >>> If I want to monitor registration via ESL I can subscribe to custom >>> events sofia::register, sofia:unregister >>> >>> But this doesn't work for verto registrations. There are also custom >>> events and for registration I can use verto:login. But for disconnect there >>> is verto:client_disconnect that only has connection id, no user data who >>> was disconnected. >>> >>> I can also parse from verto xmlstatus on each disconnect, but I think >>> this is not optimal solution. >>> >>> Any hint how can I monitor registration via verto? >>> >>> Best regards, Gregor >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here >> ! >> | Reddit: /r/freeswitch >> >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/b5cdf457/attachment.html From gregor at infomedia.si Tue May 3 02:24:05 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 May 2016 00:24:05 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Yes, will do. I will have to maintain list of connected/disconnected in my db. 2016-05-03 0:07 GMT+02:00 Brian West : > look at verto::login, and verto::disconnect, that should solve it. > > On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger wrote: > >> Thank you, Brian. >> >> It is just that on client_disconnect there is only verto_client_address >> not user as on client_connect and I do not know which user disconnected. >> >> 2016-05-02 20:55 GMT+02:00 Brian West : >> >>> verto::client_connect >>> >>> verto::client_disconnect >>> >>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>> wrote: >>> >>>> Hi! >>>> >>>> If I want to monitor registration via ESL I can subscribe to custom >>>> events sofia::register, sofia:unregister >>>> >>>> But this doesn't work for verto registrations. There are also custom >>>> events and for registration I can use verto:login. But for disconnect there >>>> is verto:client_disconnect that only has connection id, no user data who >>>> was disconnected. >>>> >>>> I can also parse from verto xmlstatus on each disconnect, but I think >>>> this is not optimal solution. >>>> >>>> Any hint how can I monitor registration via verto? >>>> >>>> Best regards, Gregor >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here >>> ! >>> | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here > ! > | Reddit: /r/freeswitch > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/2fedf565/attachment-0001.html From ssinyagin at gmail.com Tue May 3 02:54:15 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 3 May 2016 00:54:15 +0200 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: In 1.6.7, freeswitch-all package already includes all the libraries and modules from all freeswitch-* packages, so you don;t need to explicitly install freeswitch-mod-esl: all that you need is already on your server. The recent master branch changes this behavior, see FS-9075 for more details. On Tue, May 3, 2016 at 12:06 AM, Cj B wrote: > Hi, > > I just installed a new debian development server and I want to test mod-esl. > When I try to do apt-get install freeswitch-mod-esl it warns me that > freeswitch-all will be removed. Am I doing something wrong or does the > package not updated yet? > > apt-get install freeswitch-mod-esl > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following extra packages will be installed: > libfreeswitch1 > Suggested packages: > freeswitch-mod-esl-dbg libfreeswitch1-dbg > The following packages will be REMOVED: > freeswitch-all > The following NEW packages will be installed: > freeswitch-mod-esl libfreeswitch1 > 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. > > uname -a > Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) > x86_64 GNU/Linux > > freeswitch -version > FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) > > Thanks, > Cj B > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From mike at jerris.com Tue May 3 03:28:30 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 2 May 2016 19:28:30 -0400 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: <3A4D0366-F47E-4F02-928C-57C92DD64CC2@jerris.com> It does not include them all... it includes most of them, then when people install the stuff its missing it then uninstalls everything. This has caused a lot of issues for people so it will be changed to be the way people are expecting as of 1.6.8. > On May 2, 2016, at 6:54 PM, Stanislav Sinyagin wrote: > > In 1.6.7, freeswitch-all package already includes all the libraries > and modules from all freeswitch-* packages, so you don;t need to > explicitly install freeswitch-mod-esl: all that you need is already on > your server. > > The recent master branch changes this behavior, see FS-9075 for more details. > > On Tue, May 3, 2016 at 12:06 AM, Cj B wrote: >> Hi, >> >> I just installed a new debian development server and I want to test mod-esl. >> When I try to do apt-get install freeswitch-mod-esl it warns me that >> freeswitch-all will be removed. Am I doing something wrong or does the >> package not updated yet? >> >> apt-get install freeswitch-mod-esl >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> The following extra packages will be installed: >> libfreeswitch1 >> Suggested packages: >> freeswitch-mod-esl-dbg libfreeswitch1-dbg >> The following packages will be REMOVED: >> freeswitch-all >> The following NEW packages will be installed: >> freeswitch-mod-esl libfreeswitch1 >> 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. >> >> uname -a >> Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) >> x86_64 GNU/Linux >> >> freeswitch -version >> FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) >> >> Thanks, >> Cj B >> From brian at freeswitch.org Tue May 3 03:30:56 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 2 May 2016 18:30:56 -0500 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Or injest the output of 'verto xmlstatus' On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger wrote: > Yes, will do. I will have to maintain list of connected/disconnected in my > db. > > 2016-05-03 0:07 GMT+02:00 Brian West : > >> look at verto::login, and verto::disconnect, that should solve it. >> >> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >> wrote: >> >>> Thank you, Brian. >>> >>> It is just that on client_disconnect there is only verto_client_address >>> not user as on client_connect and I do not know which user disconnected. >>> >>> 2016-05-02 20:55 GMT+02:00 Brian West : >>> >>>> verto::client_connect >>>> >>>> verto::client_disconnect >>>> >>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>> wrote: >>>> >>>>> Hi! >>>>> >>>>> If I want to monitor registration via ESL I can subscribe to custom >>>>> events sofia::register, sofia:unregister >>>>> >>>>> But this doesn't work for verto registrations. There are also custom >>>>> events and for registration I can use verto:login. But for disconnect there >>>>> is verto:client_disconnect that only has connection id, no user data who >>>>> was disconnected. >>>>> >>>>> I can also parse from verto xmlstatus on each disconnect, but I think >>>>> this is not optimal solution. >>>>> >>>>> Any hint how can I monitor registration via verto? >>>>> >>>>> Best regards, Gregor >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here >>>> ! >>>> | Reddit: /r/freeswitch >>>> >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here >> ! >> | Reddit: /r/freeswitch >> >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/d420f75b/attachment-0001.html From krice at freeswitch.org Tue May 3 03:51:58 2016 From: krice at freeswitch.org (Ken Rice) Date: Mon, 2 May 2016 18:51:58 -0500 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: <156D32FF-935E-4218-A22A-D8ABCAC02ACA@freeswitch.org> There s a jira opened on this already and the issue will be corrected in the next release Sent from my iPhone > On May 2, 2016, at 5:06 PM, Cj B wrote: > > Hi, > > I just installed a new debian development server and I want to test mod-esl. When I try to do apt-get install freeswitch-mod-esl it warns me that freeswitch-all will be removed. Am I doing something wrong or does the package not updated yet? > > apt-get install freeswitch-mod-esl > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following extra packages will be installed: > libfreeswitch1 > Suggested packages: > freeswitch-mod-esl-dbg libfreeswitch1-dbg > The following packages will be REMOVED: > freeswitch-all > The following NEW packages will be installed: > freeswitch-mod-esl libfreeswitch1 > 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. > > uname -a > Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux > > freeswitch -version > FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) > > Thanks, > Cj B > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160502/5c977f1a/attachment.html From ssinyagin at gmail.com Tue May 3 10:43:37 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 3 May 2016 08:43:37 +0200 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: I just realized that freeswitch-mod-esl and freeswitch-mod-event-socket are two different things :-) The safest way for you would be to install freeswitch-meta-all instead of freeswitch-all, and then add freeswitch-mod-esl. Then it will be safe to upgrade to the next release. On Tue, May 3, 2016 at 12:06 AM, Cj B wrote: > Hi, > > I just installed a new debian development server and I want to test mod-esl. > When I try to do apt-get install freeswitch-mod-esl it warns me that > freeswitch-all will be removed. Am I doing something wrong or does the > package not updated yet? > > apt-get install freeswitch-mod-esl > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following extra packages will be installed: > libfreeswitch1 > Suggested packages: > freeswitch-mod-esl-dbg libfreeswitch1-dbg > The following packages will be REMOVED: > freeswitch-all > The following NEW packages will be installed: > freeswitch-mod-esl libfreeswitch1 > 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. > > uname -a > Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) > x86_64 GNU/Linux > > freeswitch -version > FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) > > Thanks, > Cj B > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From gregor at infomedia.si Tue May 3 10:44:17 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 May 2016 08:44:17 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: This is exactly what I did. I am monitoring registrations via ESL and maintain status in my database. If I restart esl client, I read current status from verto xmlstatus. Thank you. 2016-05-03 1:30 GMT+02:00 Brian West : > Or injest the output of 'verto xmlstatus' > > On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger wrote: > >> Yes, will do. I will have to maintain list of connected/disconnected in >> my db. >> >> 2016-05-03 0:07 GMT+02:00 Brian West : >> >>> look at verto::login, and verto::disconnect, that should solve it. >>> >>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>> wrote: >>> >>>> Thank you, Brian. >>>> >>>> It is just that on client_disconnect there is only >>>> verto_client_address not user as on client_connect and I do not know which >>>> user disconnected. >>>> >>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>> >>>>> verto::client_connect >>>>> >>>>> verto::client_disconnect >>>>> >>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>>> wrote: >>>>> >>>>>> Hi! >>>>>> >>>>>> If I want to monitor registration via ESL I can subscribe to custom >>>>>> events sofia::register, sofia:unregister >>>>>> >>>>>> But this doesn't work for verto registrations. There are also custom >>>>>> events and for registration I can use verto:login. But for disconnect there >>>>>> is verto:client_disconnect that only has connection id, no user data who >>>>>> was disconnected. >>>>>> >>>>>> I can also parse from verto xmlstatus on each disconnect, but I think >>>>>> this is not optimal solution. >>>>>> >>>>>> Any hint how can I monitor registration via verto? >>>>>> >>>>>> Best regards, Gregor >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>> >>>>> Got Bugs? Report them here >>>>> ! >>>>> | Reddit: /r/freeswitch >>>>> >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here >>> ! >>> | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here > ! > | Reddit: /r/freeswitch > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/957ab6e0/attachment-0001.html From 35633 at heb.be Tue May 3 11:32:17 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Tue, 3 May 2016 09:32:17 +0200 Subject: [Freeswitch-users] Problem with ESL.so In-Reply-To: References: Message-ID: i,m using freeswitch and want to route incoming calls to a php script. I edited a php script in /usr/local/freeswitch/scripts and edit its coreesponding dialplan in /usr/local/freeswitch/conf/dialplan/public. I've the loaded ESL.so because i'm using an extension named "outbound-socket" If you have more details nodig, let's me know. NDUWAYEZU Joselyne 2016-05-02 20:08 GMT+02:00 Jude Mukundane : > Can you give more deets on what you are trying to do? > > I did run into some ESL seg faults, mostly it was due to me misformating > commands and such. > > Jude > > On Mon, May 2, 2016 at 2:34 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> >> I have a problme wi ESL.so. Whenever i run it i get "segmentation fault >> error" (core dumped) >> What may cause this? >> >> NDUWAYEZU Joselyne >> >> Haute ?cole de Bruxelles >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/4c37f2a2/attachment.html From babak.freeswitch at gmail.com Tue May 3 12:41:52 2016 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Tue, 3 May 2016 13:11:52 +0430 Subject: [Freeswitch-users] running as daemon on debian Message-ID: Hi I'm using the file freeswitch-systemd.freeswitch.service to run freeswitch as daemon on debian. but this is what I get: Subject: Unit freeswitch-systemd.freeswitch.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit freeswitch-systemd.freeswitch.service has failed. -- -- The result is failed. May 03 13:08:34 voip systemd[1]: Unit freeswitch-systemd.freeswitch.service entered failed state. *May 03 13:08:34 voip freeswitch[8786]: 8787 Backgrounding.* *May 03 13:08:34 voip freeswitch[8786]: FreeSWITCH[8786] Error starting system! pid:8787* May 03 13:08:34 voip systemd[1]: freeswitch-systemd.freeswitch.service: control process exited, code=exited status=1 May 03 13:08:34 voip systemd[1]: Failed to start freeswitch. -- Subject: Unit freeswitch-systemd.freeswitch.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit freeswitch-systemd.freeswitch.service has failed. -- -- The result is failed. May 03 13:08:34 voip systemd[1]: Unit freeswitch-systemd.freeswitch.service entered failed state. May 03 13:08:35 voip systemd[1]: freeswitch-systemd.freeswitch.service start request repeated too quickly, refusing to start. May 03 13:08:35 voip systemd[1]: Failed to start freeswitch. -- Subject: Unit freeswitch-systemd.freeswitch.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit freeswitch-systemd.freeswitch.service has failed. what is wrong? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/ae037862/attachment.html From jude19love at gmail.com Tue May 3 15:08:30 2016 From: jude19love at gmail.com (Jude Mukundane) Date: Tue, 3 May 2016 12:08:30 +0100 Subject: [Freeswitch-users] Problem with ESL.so In-Reply-To: References: Message-ID: Hello Joselyne, to verify that you have ESL working correctly, try to test it with the sample scripts - here is a sample command for the python test files that come with ESL *python /usr/src/freeswitch/libs/esl/python/single_command.py -c "sofia status"* All languages AFAIK talk to mod_esl and if one works, the others should work. If you want to consider python, I can look further. My system unfortunately has no PHP. But can you post the php file you are trying to run? Jude On Tue, May 3, 2016 at 8:32 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > i,m using freeswitch and want to route incoming calls to a php script. I > edited a php script in /usr/local/freeswitch/scripts and edit its > coreesponding dialplan in /usr/local/freeswitch/conf/dialplan/public. > I've the loaded ESL.so because i'm using an extension named > "outbound-socket" > If you have more details nodig, let's me know. > > NDUWAYEZU Joselyne > > 2016-05-02 20:08 GMT+02:00 Jude Mukundane : > >> Can you give more deets on what you are trying to do? >> >> I did run into some ESL seg faults, mostly it was due to me misformating >> commands and such. >> >> Jude >> >> On Mon, May 2, 2016 at 2:34 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: >> >>> >>> I have a problme wi ESL.so. Whenever i run it i get "segmentation fault >>> error" (core dumped) >>> What may cause this? >>> >>> NDUWAYEZU Joselyne >>> >>> Haute ?cole de Bruxelles >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > Haute ?cole de Bruxelles > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/c270bdbc/attachment.html From aubalde at presenceco.com Tue May 3 15:12:29 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Tue, 3 May 2016 13:12:29 +0200 Subject: [Freeswitch-users] Separate audio and video on WebRTC Message-ID: Hi all, Any idea to separate audio and video on WebRTC connections without vertio module? Thanks, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/f91b05a3/attachment-0001.html From mike at jerris.com Tue May 3 16:33:38 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 08:33:38 -0400 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: we are releasing the new release today where we are fixing this. Disregard the comment below as we are about to change it to work exactly like you would expect it to work. On Tuesday, May 3, 2016, Stanislav Sinyagin wrote: > I just realized that freeswitch-mod-esl and > freeswitch-mod-event-socket are two different things :-) > > The safest way for you would be to install freeswitch-meta-all instead > of freeswitch-all, and then add freeswitch-mod-esl. Then it will be > safe to upgrade to the next release. > > > > On Tue, May 3, 2016 at 12:06 AM, Cj B > > wrote: > > Hi, > > > > I just installed a new debian development server and I want to test > mod-esl. > > When I try to do apt-get install freeswitch-mod-esl it warns me that > > freeswitch-all will be removed. Am I doing something wrong or does the > > package not updated yet? > > > > apt-get install freeswitch-mod-esl > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > The following extra packages will be installed: > > libfreeswitch1 > > Suggested packages: > > freeswitch-mod-esl-dbg libfreeswitch1-dbg > > The following packages will be REMOVED: > > freeswitch-all > > The following NEW packages will be installed: > > freeswitch-mod-esl libfreeswitch1 > > 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. > > > > uname -a > > Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 > (2016-04-08) > > x86_64 GNU/Linux > > > > freeswitch -version > > FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) > > > > Thanks, > > Cj B > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/fd2f74a8/attachment.html From 35633 at heb.be Tue May 3 16:34:33 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Tue, 3 May 2016 14:34:33 +0200 Subject: [Freeswitch-users] Problem with ESL.so In-Reply-To: References: Message-ID: Thank you Jude for your time, When i execute the sample command for python and perl,that works, but when i execute the sample command for php, root at back-1:~# php /usr/local/src/freeswitch/libs/esl/php/single_command.php status or root at back-1:~# php /usr/local/src/freeswitch/libs/esl/php/single_command.php "sofia status" or root at back-1:~# php /usr/local/src/freeswitch/libs/esl/php/single_command.php -c "sofia status" I get the following error: PHP Warning: dl(): Unable to load dynamic library '/usr/lib/php5/20131226/ESL.so' - /usr/lib/php5/20131226/ESL.so : undefined symbol: _ZN13ESLconnection6filterEPKcS1_ in /usr/share/php/ESL.php on line 22 Command to run is: status PHP Fatal error: Call to undefined function new_ESLconnection() in /usr/share/php/ESL.php on line 155 I tried to re-install the languages: root at back-1:~# cd /usr/local/src/freeswitch/libs/esl root at back-1:/usr/local/src/freeswitch/libs/esl# make Making all in . make[1]: Entering directory '/usr/local/src/freeswitch/libs/esl' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/local/src/freeswitch/libs/esl' Making all in perl make[1]: Entering directory '/usr/local/src/freeswitch/libs/esl/perl' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/src/freeswitch/libs/esl/perl' root at back-1:/usr/local/src/freeswitch/libs/esl# make perlmod-install make -C perl install make[1]: Entering directory '/usr/local/src/freeswitch/libs/esl/perl' make[2]: Entering directory '/usr/local/src/freeswitch/libs/esl/perl' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/x86_64-linux-gnu/perl/5.20' /bin/bash /usr/local/src/freeswitch/libtool --mode=install /usr/bin/install -c ESL.la '/usr/lib/x86_64-linux- gnu/perl/5.20' libtool: install: /usr/bin/install -c .libs/ESL.so /usr/lib/x86_64-linux-gnu/perl/5.20/ESL.so libtool: install: /usr/bin/install -c .libs/ESL.lai /usr/lib/x86_64-linux-gnu/perl/5.20/ESL.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/x8 6_64-linux-gnu/perl/5.20 ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib/x86_64-linux-gnu/perl/5.20 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- install -d -m 755 ESL /usr/lib/x86_64-linux-gnu/perl/5.20/ESL install -m 755 ESL.pm /usr/lib/x86_64-linux-gnu/perl/5.20 install -m 755 ESL/* /usr/lib/x86_64-linux-gnu/perl/5.20/ESL make[2]: Leaving directory '/usr/local/src/freeswitch/libs/esl/perl' make[1]: Leaving directory '/usr/local/src/freeswitch/libs/esl/perl' phpmod install: root at back-1:/usr/local/src/freeswitch/libs/esl# make phpmod-install make MYLIB=".././.libs/libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/usr/local/src/freeswitch/libs/esl/src/inc lude -I/usr/local/src/freeswitch/src/include -I/usr/local/src/freeswitch/src/include -I/usr/local/src/freeswitch/l ibs/libteletone/src -fPIC -Werror -Wno-unused-result -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILI TY=1 -g -ggdb -DHAVE_OPENSSL" CXXFLAGS="-I/usr/local/src/freeswitch/libs/esl/src/include -I/usr/local/src/freeswit ch/src/include -I/usr/local/src/freeswitch/src/include -I/usr/local/src/freeswitch/libs/libteletone/src -fPIC -fvi sibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1" CXX_CFLAGS="" -C php make[1]: Entering directory '/usr/local/src/freeswitch/libs/esl/php' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/src/freeswitch/libs/esl/php' make -C php install make[1]: Entering directory '/usr/local/src/freeswitch/libs/esl/php' test -d "/usr/lib/php5/20131226" || mkdir -p "/usr/lib/php5/20131226" cp ESL.so "/usr/lib/php5/20131226" test -d "/usr/share/php" || mkdir -p "/usr/share/php" cp ESL.php "/usr/share/php" test -d "/etc/php5/apache2/conf.d" || mkdir -p "/etc/php5/apache2/conf.d" test -f "/etc/php5/apache2/conf.d/esl.ini" || echo 'extension=ESL.so' > "/etc/php5/apache2/conf.d/esl.ini" make[1]: Leaving directory '/usr/local/src/freeswitch/libs/esl/php' root at back-1:/usr/local/src/freeswitch/libs/esl# cd php/ root at back-1:/usr/local/src/freeswitch/libs/esl/php# ls ESL.php esl_wrap.cpp Makefile Makefile.in single_command.php ESL.so esl_wrap.o Makefile.am php_ESL.h test.php root at back-1:/usr/local/src/freeswitch/libs/esl/php# php single_command.php status But i still hava the same error: PHP Warning: dl(): Unable to load dynamic library '/usr/lib/php5/20131226/ESL.so' - /usr/lib/php5/20131226/ESL.so : undefined symbol: _ZN13ESLconnection6filterEPKcS1_ in /usr/local/src/freeswitch/libs/esl/php/ESL.php on line 22 Command to run is: status PHP Fatal error: Call to undefined function new_ESLconnection() in /usr/local/src/freeswitch/libs/esl/php/ESL.php on line 155 and when i execute ESL.so, i get segfault: root at back-1:/usr/local/src/freeswitch/libs/esl/php# ./ESL.so Segmentation fault (core dumped) In fact, i have two php installed, one php and php5. I 'm wondering if the problem is related to those differents php. I think that it is not necesary to give you my php scrript because i can't even execute a sample command. Help hel help please!!!! NDUWAYEZU Joselyne 2016-05-03 13:08 GMT+02:00 Jude Mukundane : > Hello Joselyne, > > to verify that you have ESL working correctly, try to test it with the > sample scripts - here is a sample command for the python test files that > come with ESL > > *python /usr/src/freeswitch/libs/esl/python/single_command.py -c "sofia > status"* > > All languages AFAIK talk to mod_esl and if one works, the others should > work. If you want to consider python, I can look further. My system > unfortunately has no PHP. But can you post the php file you are trying to > run? > > Jude > > On Tue, May 3, 2016 at 8:32 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> i,m using freeswitch and want to route incoming calls to a php script. I >> edited a php script in /usr/local/freeswitch/scripts and edit its >> coreesponding dialplan in /usr/local/freeswitch/conf/dialplan/public. >> I've the loaded ESL.so because i'm using an extension named >> "outbound-socket" >> If you have more details nodig, let's me know. >> >> NDUWAYEZU Joselyne >> >> 2016-05-02 20:08 GMT+02:00 Jude Mukundane : >> >>> Can you give more deets on what you are trying to do? >>> >>> I did run into some ESL seg faults, mostly it was due to me misformating >>> commands and such. >>> >>> Jude >>> >>> On Mon, May 2, 2016 at 2:34 PM, Nduwayezu, Joselyne <35633 at heb.be> >>> wrote: >>> >>>> >>>> I have a problme wi ESL.so. Whenever i run it i get "segmentation fault >>>> error" (core dumped) >>>> What may cause this? >>>> >>>> NDUWAYEZU Joselyne >>>> >>>> Haute ?cole de Bruxelles >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> Haute ?cole de Bruxelles >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/c13efe80/attachment-0001.html From mike at jerris.com Tue May 3 16:35:13 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 08:35:13 -0400 Subject: [Freeswitch-users] Separate audio and video on WebRTC In-Reply-To: References: Message-ID: separate from what? On Tuesday, May 3, 2016, Agust? Ubalde wrote: > Hi all, > > Any idea to separate audio and video on WebRTC connections without vertio > module? > > > Thanks, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > > *Presence Technology - DisclaimerThis message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/81d1cf65/attachment.html From aubalde at presenceco.com Tue May 3 17:22:37 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Tue, 3 May 2016 15:22:37 +0200 Subject: [Freeswitch-users] Separate audio and video on WebRTC In-Reply-To: References: Message-ID: Hi Michael, This is the scenario: 1. Video direct flow between two peers 2. Audio flow through Freeswitch Regards, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-05-03 14:35 GMT+02:00 Michael Jerris : > separate from what? > > > On Tuesday, May 3, 2016, Agust? Ubalde wrote: > >> Hi all, >> >> Any idea to separate audio and video on WebRTC connections without vertio >> module? >> >> >> Thanks, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> >> *Presence Technology - DisclaimerThis message, its content and any file >> attached thereto is for the intended recipient only and is confidential and >> /or privileged. If you have received this e-mail in error or had access to >> it, you should note that the information in it is private and any use >> thereof is unauthorized. In such an event please notify us by e-mail or by >> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >> whatsoever means and any transmission or dissemination thereof to other >> persons is prohibited. It should be deleted immediately from your system. >> Presence Technology reserves the right to take legal action against any >> persons unlawfully gaining access to the content of any external message it >> has emitted.* >> >> *For additional information, please visit our website **www.presenceco.com >> * >> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/02c3314a/attachment-0001.html From ssinyagin at gmail.com Tue May 3 17:51:27 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 3 May 2016 15:51:27 +0200 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: mind you, "apt-get upgrade" will not work, you need to explicitly install freeswitch-all. I've been through this on my test server few days ago. On Tue, May 3, 2016 at 2:33 PM, Michael Jerris wrote: > we are releasing the new release today where we are fixing this. Disregard > the comment below as we are about to change it to work exactly like you > would expect it to work. > > > On Tuesday, May 3, 2016, Stanislav Sinyagin wrote: >> >> I just realized that freeswitch-mod-esl and >> freeswitch-mod-event-socket are two different things :-) >> >> The safest way for you would be to install freeswitch-meta-all instead >> of freeswitch-all, and then add freeswitch-mod-esl. Then it will be >> safe to upgrade to the next release. >> >> >> >> On Tue, May 3, 2016 at 12:06 AM, Cj B wrote: >> > Hi, >> > >> > I just installed a new debian development server and I want to test >> > mod-esl. >> > When I try to do apt-get install freeswitch-mod-esl it warns me that >> > freeswitch-all will be removed. Am I doing something wrong or does the >> > package not updated yet? >> > >> > apt-get install freeswitch-mod-esl >> > Reading package lists... Done >> > Building dependency tree >> > Reading state information... Done >> > The following extra packages will be installed: >> > libfreeswitch1 >> > Suggested packages: >> > freeswitch-mod-esl-dbg libfreeswitch1-dbg >> > The following packages will be REMOVED: >> > freeswitch-all >> > The following NEW packages will be installed: >> > freeswitch-mod-esl libfreeswitch1 >> > 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. >> > >> > uname -a >> > Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 >> > (2016-04-08) >> > x86_64 GNU/Linux >> > >> > freeswitch -version >> > FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) >> > >> > Thanks, >> > Cj B >> > >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From italo at freeswitch.org Tue May 3 17:53:56 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Tue, 3 May 2016 10:53:56 -0300 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Make sure you're using latest master, verto::login has variable verto_login and I've added verto_login also to verto::disconnect On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger wrote: > This is exactly what I did. > > I am monitoring registrations via ESL and maintain status in my database. > If I restart esl client, I read current status from verto xmlstatus. > > Thank you. > > 2016-05-03 1:30 GMT+02:00 Brian West : > >> Or injest the output of 'verto xmlstatus' >> >> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >> wrote: >> >>> Yes, will do. I will have to maintain list of connected/disconnected in >>> my db. >>> >>> 2016-05-03 0:07 GMT+02:00 Brian West : >>> >>>> look at verto::login, and verto::disconnect, that should solve it. >>>> >>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>> wrote: >>>> >>>>> Thank you, Brian. >>>>> >>>>> It is just that on client_disconnect there is only >>>>> verto_client_address not user as on client_connect and I do not know which >>>>> user disconnected. >>>>> >>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>> >>>>>> verto::client_connect >>>>>> >>>>>> verto::client_disconnect >>>>>> >>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>>>> wrote: >>>>>> >>>>>>> Hi! >>>>>>> >>>>>>> If I want to monitor registration via ESL I can subscribe to custom >>>>>>> events sofia::register, sofia:unregister >>>>>>> >>>>>>> But this doesn't work for verto registrations. There are also custom >>>>>>> events and for registration I can use verto:login. But for disconnect there >>>>>>> is verto:client_disconnect that only has connection id, no user data who >>>>>>> was disconnected. >>>>>>> >>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>> think this is not optimal solution. >>>>>>> >>>>>>> Any hint how can I monitor registration via verto? >>>>>>> >>>>>>> Best regards, Gregor >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>> >>>>>> Got Bugs? Report them here >>>>>> ! >>>>>> | Reddit: /r/freeswitch >>>>>> >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here >>>> ! >>>> | Reddit: /r/freeswitch >>>> >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here >> ! >> | Reddit: /r/freeswitch >> >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/62750539/attachment-0001.html From gregor at infomedia.si Tue May 3 18:01:20 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 May 2016 16:01:20 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Oh, great... This is what I was looking for. If this variable is now on disconnect, is great. It is just that I am on Windows and still not successed to build it by my self :-(( 2016-05-03 15:53 GMT+02:00 ?talo Rossi : > Make sure you're using latest master, verto::login has > variable verto_login and I've added verto_login also to verto::disconnect > > On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger wrote: > >> This is exactly what I did. >> >> I am monitoring registrations via ESL and maintain status in my database. >> If I restart esl client, I read current status from verto xmlstatus. >> >> Thank you. >> >> 2016-05-03 1:30 GMT+02:00 Brian West : >> >>> Or injest the output of 'verto xmlstatus' >>> >>> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >>> wrote: >>> >>>> Yes, will do. I will have to maintain list of connected/disconnected in >>>> my db. >>>> >>>> 2016-05-03 0:07 GMT+02:00 Brian West : >>>> >>>>> look at verto::login, and verto::disconnect, that should solve it. >>>>> >>>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>>> wrote: >>>>> >>>>>> Thank you, Brian. >>>>>> >>>>>> It is just that on client_disconnect there is only >>>>>> verto_client_address not user as on client_connect and I do not know which >>>>>> user disconnected. >>>>>> >>>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>>> >>>>>>> verto::client_connect >>>>>>> >>>>>>> verto::client_disconnect >>>>>>> >>>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>>>>> wrote: >>>>>>> >>>>>>>> Hi! >>>>>>>> >>>>>>>> If I want to monitor registration via ESL I can subscribe to custom >>>>>>>> events sofia::register, sofia:unregister >>>>>>>> >>>>>>>> But this doesn't work for verto registrations. There are also >>>>>>>> custom events and for registration I can use verto:login. But for >>>>>>>> disconnect there is verto:client_disconnect that only has connection id, no >>>>>>>> user data who was disconnected. >>>>>>>> >>>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>>> think this is not optimal solution. >>>>>>>> >>>>>>>> Any hint how can I monitor registration via verto? >>>>>>>> >>>>>>>> Best regards, Gregor >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>> >>>>>>> Got Bugs? Report them here >>>>>>> ! >>>>>>> | Reddit: /r/freeswitch >>>>>>> >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>> >>>>> Got Bugs? Report them here >>>>> ! >>>>> | Reddit: /r/freeswitch >>>>> >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here >>> ! >>> | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ?talo Rossi > italo at freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/47266c82/attachment-0001.html From mike at jerris.com Tue May 3 18:13:09 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 10:13:09 -0400 Subject: [Freeswitch-users] Separate audio and video on WebRTC In-Reply-To: References: Message-ID: we didn't write any code to do this, but it is conceptually possible to do so. It would require digging in and writing some code for sure. On Tuesday, May 3, 2016, Agust? Ubalde wrote: > Hi Michael, > > This is the scenario: > > 1. Video direct flow between two peers > 2. Audio flow through Freeswitch > > > > Regards, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-05-03 14:35 GMT+02:00 Michael Jerris >: > >> separate from what? >> >> >> On Tuesday, May 3, 2016, Agust? Ubalde > > wrote: >> >>> Hi all, >>> >>> Any idea to separate audio and video on WebRTC connections without >>> vertio module? >>> >>> >>> Thanks, >>> >>> *PRESENCE TECHNOLOGY* >>> *Agust? Ubalde Bellot* >>> Chief Developer >>> C/ Comte Urgell 240 3A >>> Barcelona 08036 >>> aubalde at presenceco.com >>> >>> Ph: +34 93 10 10 300 >>> Fx: +34 93 10 10 333 >>> >>> *www.presenceco.com* >>> >>> *Follow us on:* >>> >>> *[image: tw]* *[image: yt]* >>> *[image: in]* >>> *[image: ss]* >>> *[image: fb]* >>> >>> >>> For additional information, please visit our website >>> *www.presenceco.com* >>> >>> >>> *Presence Technology - DisclaimerThis message, its content and any file >>> attached thereto is for the intended recipient only and is confidential and >>> /or privileged. If you have received this e-mail in error or had access to >>> it, you should note that the information in it is private and any use >>> thereof is unauthorized. In such an event please notify us by e-mail or by >>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>> whatsoever means and any transmission or dissemination thereof to other >>> persons is prohibited. It should be deleted immediately from your system. >>> Presence Technology reserves the right to take legal action against any >>> persons unlawfully gaining access to the content of any external message it >>> has emitted.* >>> >>> *For additional information, please visit our website **www.presenceco.com >>> * >>> >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > *Presence Technology - DisclaimerThis message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/1dcec71b/attachment.html From mylists at polite.se Tue May 3 18:12:38 2016 From: mylists at polite.se (Oivvio Polite) Date: Tue, 3 May 2016 16:12:38 +0200 Subject: [Freeswitch-users] JSON Web Tokens Message-ID: <20160503141238.GA27656@blomma.liberationtech.net> Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT through one of the available scripting languages? Oivvio From william at williamcollsassoc.ca Tue May 3 18:28:07 2016 From: william at williamcollsassoc.ca (William Colls) Date: Tue, 3 May 2016 10:28:07 -0400 Subject: [Freeswitch-users] Starting Freeswitch during system boot In-Reply-To: References: <5726C3A3.4000402@williamcollsassoc.ca> Message-ID: <5728B577.7060207@williamcollsassoc.ca> I'm Sorry, but i don't know what this means. Perhaps someone could enlighten me. Thanks. On 16-05-01 11:50 PM, Sergey Safarov wrote: > > Look at cuurent FS pull rrsuest. About six pull requests related FS > start using systemd. > > > On Mon, May 2, 2016, 06:25 Ken Rice > wrote: > > Debian 8 doesnt use sysv init it uses the systemd stuffs in there > > Sent from my iPhone > > > On May 1, 2016, at 10:04 PM, William Colls > > wrote: > > > > Freeswitch 1.6.7 built from source on debian 8 64 bit system. > > > > I have set up the script > > freeswitch/debian/freeswitch-sysvinit.freeswitch.init in > /etc/init.d. > > > > When I run the script, I get the following message > > > > [ ok ] Starting freeswitch (via systemctl): freeswitch.service. > > > > but freeswitch doesn't start. There are no error messages in > that I can > > find in any of the expected places (/var/log, > /usr/local/freeswitch/log). > > > > Any suggestions will be greatfully received. > > > > Thanks for your time. > > > > William. > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/05e3aa09/attachment-0001.html From krice at freeswitch.org Tue May 3 18:30:50 2016 From: krice at freeswitch.org (Ken Rice) Date: Tue, 3 May 2016 09:30:50 -0500 Subject: [Freeswitch-users] Starting Freeswitch during system boot In-Reply-To: <5728B577.7060207@williamcollsassoc.ca> References: <5726C3A3.4000402@williamcollsassoc.ca> <5728B577.7060207@williamcollsassoc.ca> Message-ID: <55a001d1a548$64db3150$2e9193f0$@freeswitch.org> Sysvinit is the legacy init system used going all the way back to SystemV Unix. Starting with Debian 8, Debian has migrated to systemd a new init system that uses a completely different setup. If you are installing FS from the packages we (the FS team) provide, the system d files are automatically installed. And FS will auto start on boot From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of William Colls Sent: Tuesday, May 3, 2016 9:28 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Starting Freeswitch during system boot I'm Sorry, but i don't know what this means. Perhaps someone could enlighten me. Thanks. On 16-05-01 11:50 PM, Sergey Safarov wrote: Look at cuurent FS pull rrsuest. About six pull requests related FS start using systemd. On Mon, May 2, 2016, 06:25 Ken Rice > wrote: Debian 8 doesnt use sysv init it uses the systemd stuffs in there Sent from my iPhone > On May 1, 2016, at 10:04 PM, William Colls > wrote: > > Freeswitch 1.6.7 built from source on debian 8 64 bit system. > > I have set up the script > freeswitch/debian/freeswitch-sysvinit.freeswitch.init in /etc/init.d. > > When I run the script, I get the following message > > [ ok ] Starting freeswitch (via systemctl): freeswitch.service. > > but freeswitch doesn't start. There are no error messages in that I can > find in any of the expected places (/var/log, /usr/local/freeswitch/log). > > Any suggestions will be greatfully received. > > Thanks for your time. > > William. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/14aa4218/attachment.html From mike at jerris.com Tue May 3 18:35:21 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 10:35:21 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <20160503141238.GA27656@blomma.liberationtech.net> References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: use for what exactly? we have no code specifically to deal with JWT but it's totally possible something we have embedded does, would depend what you are trying to do with them to figure what might make sense On Tuesday, May 3, 2016, Oivvio Polite wrote: > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT > through one of the available scripting languages? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/61bcf041/attachment.html From kathleen at freeswitch.org Tue May 3 18:56:41 2016 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 3 May 2016 07:56:41 -0700 Subject: [Freeswitch-users] Join us at ClueCon 2016! Message-ID: [image: Inline image 1] [image: Inline image 3] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/f9168fd2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 1411489 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/f9168fd2/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 1503225 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/f9168fd2/attachment-0003.png From mylists at polite.se Tue May 3 19:06:10 2016 From: mylists at polite.se (Oivvio Polite) Date: Tue, 03 May 2016 15:06:10 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: On Tue, May 3, 2016, 16:41 Michael Jerris wrote: > use for what exactly? So that I can do authorization somewhere else and just give the user a token that FS can verify without having to stay in sync with some central user repository. All of this is in a WebRTC context. Oivvio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/51ab85bb/attachment.html From eduardo at ctidealer.com.br Tue May 3 00:07:20 2016 From: eduardo at ctidealer.com.br (edrperes) Date: Mon, 2 May 2016 13:07:20 -0700 (MST) Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <1461944804848-7596215.post@n2.nabble.com> References: <1461944804848-7596215.post@n2.nabble.com> Message-ID: <1462219640418-7596216.post@n2.nabble.com> Finally i did it work I was using FreeSwitch 1.5.15 windows x64 Updating to version 1.7.0 windows x64 the problem disapeard -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/WebRTC-issue-tp7596215p7596216.html Sent from the freeswitch-users mailing list archive at Nabble.com. From gregor at infomedia.si Tue May 3 19:14:31 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 03 May 2016 15:14:31 +0000 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <1462219640418-7596216.post@n2.nabble.com> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> Message-ID: Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. Do you have any audio latency problems? On Tue, May 3, 2016, 17:11 edrperes wrote: > Finally i did it work > I was using FreeSwitch 1.5.15 windows x64 > Updating to version 1.7.0 windows x64 the problem disapeard > > > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/WebRTC-issue-tp7596215p7596216.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/afdab070/attachment.html From gregor at infomedia.si Tue May 3 19:16:12 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 03 May 2016 15:16:12 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: This feature would be great regarding webrtc or verto. Otherwise, user and password must be embed or sent in html. On Tue, May 3, 2016, 17:07 Oivvio Polite wrote: > > > On Tue, May 3, 2016, 16:41 Michael Jerris wrote: > >> use for what exactly? > > > So that I can do authorization somewhere else and just give the user a > token that FS can verify without having to stay in sync with some central > user repository. All of this is in a WebRTC context. > > Oivvio > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/43f080d1/attachment.html From mike at jerris.com Tue May 3 20:36:30 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 12:36:30 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> Message-ID: <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. > On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: > > Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. > > Do you have any audio latency problems? > > > On Tue, May 3, 2016, 17:11 edrperes > wrote: > Finally i did it work > I was using FreeSwitch 1.5.15 windows x64 > Updating to version 1.7.0 windows x64 the problem disapeard > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/64896b2c/attachment.html From eduardo at ctidealer.com.br Tue May 3 20:14:23 2016 From: eduardo at ctidealer.com.br (eduardo at ctidealer.com.br) Date: Tue, 03 May 2016 13:14:23 -0300 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> Message-ID: <9318854b0538a7bfdc722c21141f339d@ctidealer.com.br> I did not notice significant latency problems on FreeSwitch Windows x64 Em 03.05.2016 12:14, Gregor Nanger escreveu: > Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. > > Do you have any audio latency problems? > > On Tue, May 3, 2016, 17:11 edrperes wrote: > >> Finally i did it work >> I was using FreeSwitch 1.5.15 windows x64 >> Updating to version 1.7.0 windows x64 the problem disapeard >> >> -- >> View this message in context: http://freeswitch-users.2379917.n2.nabble.com/WebRTC-issue-tp7596215p7596216.html [1] >> Sent from the freeswitch-users mailing list archive at Nabble.com. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com [2] >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org [3] >> http://confluence.freeswitch.org [4] >> http://www.cluecon.com [5] >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [7] >> http://www.freeswitch.org [3] > > -- > > Gregor Nanger > CTO > t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 > * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia > * www.infomedia.si [8] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com [2] > > Official FreeSWITCH Sites > http://www.freeswitch.org [3] > http://confluence.freeswitch.org [4] > http://www.cluecon.com [5] > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [7] > http://www.freeswitch.org [3] Links: ------ [1] http://freeswitch-users.2379917.n2.nabble.com/WebRTC-issue-tp7596215p7596216.html [2] http://www.freeswitchsolutions.com [3] http://www.freeswitch.org [4] http://confluence.freeswitch.org [5] http://www.cluecon.com [6] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7] http://lists.freeswitch.org/mailman/options/freeswitch-users [8] http://www.infomedia.si/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/91bec656/attachment-0001.html From mike at jerris.com Tue May 3 20:42:41 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 12:42:41 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: U/P are not sent over html (not even sure what that means).. they are sent over secure websockets. They are then validated against the user directory. You could implement this by instead of sending u/p, sending your token, then using mod_xml_curl to do a user lookup, and in your web application validating the token. This could be made to work without any changes to FreeSWITCH. To do this you would take the token that you pass in the "passwd" field from javascript (that would be the JWT token) and when you authorize the user, you would pass back the same value in the "password" param > On May 3, 2016, at 11:16 AM, Gregor Nanger wrote: > > This feature would be great regarding webrtc or verto. Otherwise, user and password must be embed or sent in html. > > > On Tue, May 3, 2016, 17:07 Oivvio Polite > wrote: > > > On Tue, May 3, 2016, 16:41 Michael Jerris > wrote: > use for what exactly? > > So that I can do authorization somewhere else and just give the user a token that FS can verify without having to stay in sync with some central user repository. All of this is in a WebRTC context. > > Oivvio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/d396e1ed/attachment.html From luca.pradovera at gmail.com Sun May 1 17:09:21 2016 From: luca.pradovera at gmail.com (Luca Pradovera) Date: Sun, 1 May 2016 15:09:21 +0200 Subject: [Freeswitch-users] Recording video and timing Message-ID: Hello, after a long journey I finally managed to get my "one presenter + multiple Verto clients" setup. However, I think I might have hit some bug in the recording code. Recordings usually work well for the first 2-3 minutes, then I get a few freeze frames. After that, video is out of sync with audio and is recorded and played back at roughly 3x the correct speed. I am using the "transcode" video mode with VP8, and there seems to not be any error in the console. Where can I start debugging such an issue? Best regards, Luca Pradovera -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160501/05dc2392/attachment.html From gled at remote-shell.net Tue May 3 21:04:21 2016 From: gled at remote-shell.net (=?UTF-8?Q?Tristan_Mah=c3=a9?=) Date: Tue, 3 May 2016 10:04:21 -0700 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <20160503141238.GA27656@blomma.liberationtech.net> References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: Hi, AFAIK, there is no module handling JWT at the moment, but you can do pretty much anything you can think of using lua, or any other langage supported by freeswitch. Best, Tristan. On 05/03/2016 07:12 AM, Oivvio Polite wrote: > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT > through one of the available scripting languages? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/bd289256/attachment.bin From colin.morelli at gmail.com Tue May 3 21:25:38 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Tue, 03 May 2016 17:25:38 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: Michael, Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. Colin On Tue, May 3, 2016 at 1:07 PM Tristan Mah? wrote: > Hi, > > AFAIK, there is no module handling JWT at the moment, but you can do > pretty much anything you can think of using lua, or any other langage > supported by freeswitch. > > Best, > > Tristan. > > On 05/03/2016 07:12 AM, Oivvio Polite wrote: > > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT > > through one of the available scripting languages? > > > > Oivvio > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/86f662c5/attachment.html From daveh at beachdognet.com Tue May 3 21:57:40 2016 From: daveh at beachdognet.com (Dave Horton) Date: Tue, 3 May 2016 13:57:40 -0400 Subject: [Freeswitch-users] Nuance cloud services HTTP integration Message-ID: Has anyone tried to integrate ASR using Nuance?s NCS HTTP-based interface? It looks like it would require recording a channel and streaming it in real time via HTTP to their cloud service, just wondering if anyone has thought about how to accomplish that. From mike at jerris.com Tue May 3 22:16:16 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 14:16:16 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> Message-ID: <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> You may have to pass it in loginParams but i think it should be possible from looking at the code. Double check what all you get in the code. > On May 3, 2016, at 1:25 PM, Colin Morelli wrote: > > Michael, > > Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. > > Colin > > On Tue, May 3, 2016 at 1:07 PM Tristan Mah? > wrote: > Hi, > > AFAIK, there is no module handling JWT at the moment, but you can do > pretty much anything you can think of using lua, or any other langage > supported by freeswitch. > > Best, > > Tristan. > > On 05/03/2016 07:12 AM, Oivvio Polite wrote: > > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT > > through one of the available scripting languages? > > > > Oivvio > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/957a9e49/attachment-0001.html From cmrienzo at gmail.com Tue May 3 23:48:19 2016 From: cmrienzo at gmail.com (Christopher Rienzo) Date: Tue, 3 May 2016 15:48:19 -0400 Subject: [Freeswitch-users] Nuance cloud services HTTP integration In-Reply-To: References: Message-ID: Taking a quick look at their API, you could implement a new ASR module in FS to do it. I think libcurl supports chunked transfer encoding. On Tue, May 3, 2016 at 1:57 PM, Dave Horton wrote: > Has anyone tried to integrate ASR using Nuance?s NCS HTTP-based interface? > It looks like it would require recording a channel and streaming it in > real time via HTTP to their cloud service, just wondering if anyone has > thought about how to accomplish that. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/d9211da6/attachment.html From gregor at infomedia.si Wed May 4 00:08:07 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 03 May 2016 20:08:07 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> Message-ID: Well, somwhere you have to pass username an password in client when calling login procedure in javascript. And if it is in client side, then user can see it, either by monitoring network in browser or see source code of page. In voip phone, password is hidden in password textbox for example and it is not easy accessible as from Web client. Hope you understand what I mean. Maybe as Michael said. If you put token as loginparam, but still there is no way in xml_curl to say, oh you are verto user with this token and token is ok, so you are logged in, although you didn't send password from client side. The best what I think of is to automatically change password on some period and client should retrieve it when login expire. This way you can use it like token. Real authorization is anyway first on your Web app. Please correct me if I'm wrong, but from Fs side, login procedure is same for sip client or verto client? Best regards, Gregor On Tue, May 3, 2016, 20:17 Michael Jerris wrote: > You may have to pass it in loginParams but i think it should be possible > from looking at the code. Double check what all you get in the code. > > On May 3, 2016, at 1:25 PM, Colin Morelli wrote: > > Michael, > > Is that actually possible? I have an application using mod_xml_curl but FS > doesn't send passwords as part of the directory request (as far as I can > tell). I actually wanted to do something very similar to this. > > Colin > > On Tue, May 3, 2016 at 1:07 PM Tristan Mah? wrote: > >> Hi, >> >> AFAIK, there is no module handling JWT at the moment, but you can do >> pretty much anything you can think of using lua, or any other langage >> supported by freeswitch. >> >> Best, >> >> Tristan. >> >> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >> > through one of the available scripting languages? >> > >> > Oivvio >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/bd6df005/attachment.html From mike at jerris.com Wed May 4 00:26:49 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 16:26:49 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> Message-ID: <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> This is incorrect.. as I said you can handle the login via a dynamic directory lookup. There is no reason or need to do anything like dynamically changing the password. > On May 3, 2016, at 4:08 PM, Gregor Nanger wrote: > > Well, somwhere you have to pass username an password in client when calling login procedure in javascript. And if it is in client side, then user can see it, either by monitoring network in browser or see source code of page. In voip phone, password is hidden in password textbox for example and it is not easy accessible as from Web client. Hope you understand what I mean. > > Maybe as Michael said. If you put token as loginparam, but still there is no way in xml_curl to say, oh you are verto user with this token and token is ok, so you are logged in, although you didn't send password from client side. > > The best what I think of is to automatically change password on some period and client should retrieve it when login expire. This way you can use it like token. Real authorization is anyway first on your Web app. > > Please correct me if I'm wrong, but from Fs side, login procedure is same for sip client or verto client? > > Best regards, Gregor > > > On Tue, May 3, 2016, 20:17 Michael Jerris > wrote: > You may have to pass it in loginParams but i think it should be possible from looking at the code. Double check what all you get in the code. > >> On May 3, 2016, at 1:25 PM, Colin Morelli > wrote: >> >> Michael, >> >> Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. >> >> Colin >> >> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? > wrote: >> Hi, >> >> AFAIK, there is no module handling JWT at the moment, but you can do >> pretty much anything you can think of using lua, or any other langage >> supported by freeswitch. >> >> Best, >> >> Tristan. >> >> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >> > through one of the available scripting languages? >> > >> > Oivvio >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/10f08ce8/attachment.html From colin.morelli at gmail.com Wed May 4 00:31:08 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Tue, 03 May 2016 20:31:08 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> Message-ID: Michael can you provide an example of how you'd get the password portion (or the token) to a process via xml curl? I haven't been able to figure it out Thanks in advance On Tue, May 3, 2016 at 4:29 PM Michael Jerris wrote: > This is incorrect.. as I said you can handle the login via a dynamic > directory lookup. There is no reason or need to do anything like > dynamically changing the password. > > On May 3, 2016, at 4:08 PM, Gregor Nanger wrote: > > Well, somwhere you have to pass username an password in client when > calling login procedure in javascript. And if it is in client side, then > user can see it, either by monitoring network in browser or see source code > of page. In voip phone, password is hidden in password textbox for example > and it is not easy accessible as from Web client. Hope you understand what > I mean. > > Maybe as Michael said. If you put token as loginparam, but still there is > no way in xml_curl to say, oh you are verto user with this token and token > is ok, so you are logged in, although you didn't send password from client > side. > > The best what I think of is to automatically change password on some > period and client should retrieve it when login expire. This way you can > use it like token. Real authorization is anyway first on your Web app. > > Please correct me if I'm wrong, but from Fs side, login procedure is same > for sip client or verto client? > > Best regards, Gregor > > On Tue, May 3, 2016, 20:17 Michael Jerris wrote: > >> You may have to pass it in loginParams but i think it should be >> possible from looking at the code. Double check what all you get in the >> code. >> >> On May 3, 2016, at 1:25 PM, Colin Morelli >> wrote: >> >> Michael, >> >> Is that actually possible? I have an application using mod_xml_curl but >> FS doesn't send passwords as part of the directory request (as far as I can >> tell). I actually wanted to do something very similar to this. >> >> Colin >> >> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? >> wrote: >> >>> Hi, >>> >>> AFAIK, there is no module handling JWT at the moment, but you can do >>> pretty much anything you can think of using lua, or any other langage >>> supported by freeswitch. >>> >>> Best, >>> >>> Tristan. >>> >>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >>> > through one of the available scripting languages? >>> > >>> > Oivvio >>> > >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/0a0dfe21/attachment-0001.html From gregor at infomedia.si Wed May 4 01:01:14 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 May 2016 23:01:14 +0200 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> Message-ID: Sorry, Michael, if I do not understand whole registration process, but would realy like to understand. I am working with verto and xml_curl and when registering, I need to return xml formated response with password in xml_curl. I guess that freeswitch then compare what client sent and what it gets from xml_curl. Am I right? Colin, either if you get token (you can send it as username for example) it wouldn't help you, because you can't confirm in xml_curl if user is verified or not. You can only send back user details with passwords as what is expected from xml_curl. Am I right? 2016-05-03 22:31 GMT+02:00 Colin Morelli : > Michael can you provide an example of how you'd get the password portion > (or the token) to a process via xml curl? > > I haven't been able to figure it out > > Thanks in advance > On Tue, May 3, 2016 at 4:29 PM Michael Jerris wrote: > >> This is incorrect.. as I said you can handle the login via a dynamic >> directory lookup. There is no reason or need to do anything like >> dynamically changing the password. >> >> On May 3, 2016, at 4:08 PM, Gregor Nanger wrote: >> >> Well, somwhere you have to pass username an password in client when >> calling login procedure in javascript. And if it is in client side, then >> user can see it, either by monitoring network in browser or see source code >> of page. In voip phone, password is hidden in password textbox for example >> and it is not easy accessible as from Web client. Hope you understand what >> I mean. >> >> Maybe as Michael said. If you put token as loginparam, but still there is >> no way in xml_curl to say, oh you are verto user with this token and token >> is ok, so you are logged in, although you didn't send password from client >> side. >> >> The best what I think of is to automatically change password on some >> period and client should retrieve it when login expire. This way you can >> use it like token. Real authorization is anyway first on your Web app. >> >> Please correct me if I'm wrong, but from Fs side, login procedure is same >> for sip client or verto client? >> >> Best regards, Gregor >> >> On Tue, May 3, 2016, 20:17 Michael Jerris wrote: >> >>> You may have to pass it in loginParams but i think it should be >>> possible from looking at the code. Double check what all you get in the >>> code. >>> >>> On May 3, 2016, at 1:25 PM, Colin Morelli >>> wrote: >>> >>> Michael, >>> >>> Is that actually possible? I have an application using mod_xml_curl but >>> FS doesn't send passwords as part of the directory request (as far as I can >>> tell). I actually wanted to do something very similar to this. >>> >>> Colin >>> >>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? >>> wrote: >>> >>>> Hi, >>>> >>>> AFAIK, there is no module handling JWT at the moment, but you can do >>>> pretty much anything you can think of using lua, or any other langage >>>> supported by freeswitch. >>>> >>>> Best, >>>> >>>> Tristan. >>>> >>>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle >>>> JWT >>>> > through one of the available scripting languages? >>>> > >>>> > Oivvio >>>> > >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/63c4d435/attachment.html From gregor at infomedia.si Wed May 4 01:04:07 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 May 2016 23:04:07 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> Message-ID: That's great news, Michael. Will try to build it, thank you. 2016-05-03 18:36 GMT+02:00 Michael Jerris : > I just did a bunch of work in the last week to fix windows build in > master. As of end of last week it was working. > > On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: > > Yes, 1.7. works great on Windows. I am still battle to compile sources by > myself. > > Do you have any audio latency problems? > > On Tue, May 3, 2016, 17:11 edrperes wrote: > >> Finally i did it work >> I was using FreeSwitch 1.5.15 windows x64 >> Updating to version 1.7.0 windows x64 the problem disapeard >> >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/8f55f973/attachment.html From mike at jerris.com Wed May 4 01:40:50 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 17:40:50 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> Message-ID: <48468658-BF74-4172-A25D-73427DC55704@jerris.com> Any mod_xml_curl user directory lookup example would do. > On May 3, 2016, at 4:31 PM, Colin Morelli wrote: > > Michael can you provide an example of how you'd get the password portion (or the token) to a process via xml curl? > > I haven't been able to figure it out > > Thanks in advance > On Tue, May 3, 2016 at 4:29 PM Michael Jerris > wrote: > This is incorrect.. as I said you can handle the login via a dynamic directory lookup. There is no reason or need to do anything like dynamically changing the password. > >> On May 3, 2016, at 4:08 PM, Gregor Nanger > wrote: >> >> Well, somwhere you have to pass username an password in client when calling login procedure in javascript. And if it is in client side, then user can see it, either by monitoring network in browser or see source code of page. In voip phone, password is hidden in password textbox for example and it is not easy accessible as from Web client. Hope you understand what I mean. >> >> Maybe as Michael said. If you put token as loginparam, but still there is no way in xml_curl to say, oh you are verto user with this token and token is ok, so you are logged in, although you didn't send password from client side. >> >> The best what I think of is to automatically change password on some period and client should retrieve it when login expire. This way you can use it like token. Real authorization is anyway first on your Web app. >> >> Please correct me if I'm wrong, but from Fs side, login procedure is same for sip client or verto client? >> >> Best regards, Gregor >> >> >> On Tue, May 3, 2016, 20:17 Michael Jerris > wrote: >> You may have to pass it in loginParams but i think it should be possible from looking at the code. Double check what all you get in the code. >> >>> On May 3, 2016, at 1:25 PM, Colin Morelli > wrote: >>> >>> Michael, >>> >>> Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. >>> >>> Colin >>> >>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? > wrote: >>> Hi, >>> >>> AFAIK, there is no module handling JWT at the moment, but you can do >>> pretty much anything you can think of using lua, or any other langage >>> supported by freeswitch. >>> >>> Best, >>> >>> Tristan. >>> >>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >>> > through one of the available scripting languages? >>> > >>> > Oivvio >>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/84d41d05/attachment-0001.html From mike at jerris.com Wed May 4 01:43:33 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 17:43:33 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> Message-ID: Freeswitch compares what was passed to verto from the client, with what is returned from the user directory lookup. That doesn't have to be "a password" ... it just needs to match. You could hardcode your client to send whatever you want, and to pass the token in loginParams, and if its validated, return the string that will match for the password, if its not valid, return something different. mod_verto just string compares the two strings. > On May 3, 2016, at 5:01 PM, Gregor Nanger wrote: > > Sorry, Michael, if I do not understand whole registration process, but would realy like to understand. > > I am working with verto and xml_curl and when registering, I need to return xml formated response with password in xml_curl. I guess that freeswitch then compare what client sent and what it gets from xml_curl. Am I right? > > Colin, either if you get token (you can send it as username for example) it wouldn't help you, because you can't confirm in xml_curl if user is verified or not. You can only send back user details with passwords as what is expected from xml_curl. Am I right? > > > > 2016-05-03 22:31 GMT+02:00 Colin Morelli >: > Michael can you provide an example of how you'd get the password portion (or the token) to a process via xml curl? > > I haven't been able to figure it out > > Thanks in advance > On Tue, May 3, 2016 at 4:29 PM Michael Jerris > wrote: > This is incorrect.. as I said you can handle the login via a dynamic directory lookup. There is no reason or need to do anything like dynamically changing the password. > >> On May 3, 2016, at 4:08 PM, Gregor Nanger > wrote: >> >> Well, somwhere you have to pass username an password in client when calling login procedure in javascript. And if it is in client side, then user can see it, either by monitoring network in browser or see source code of page. In voip phone, password is hidden in password textbox for example and it is not easy accessible as from Web client. Hope you understand what I mean. >> >> Maybe as Michael said. If you put token as loginparam, but still there is no way in xml_curl to say, oh you are verto user with this token and token is ok, so you are logged in, although you didn't send password from client side. >> >> The best what I think of is to automatically change password on some period and client should retrieve it when login expire. This way you can use it like token. Real authorization is anyway first on your Web app. >> >> Please correct me if I'm wrong, but from Fs side, login procedure is same for sip client or verto client? >> >> Best regards, Gregor >> >> >> On Tue, May 3, 2016, 20:17 Michael Jerris > wrote: >> You may have to pass it in loginParams but i think it should be possible from looking at the code. Double check what all you get in the code. >> >>> On May 3, 2016, at 1:25 PM, Colin Morelli > wrote: >>> >>> Michael, >>> >>> Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. >>> >>> Colin >>> >>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? > wrote: >>> Hi, >>> >>> AFAIK, there is no module handling JWT at the moment, but you can do >>> pretty much anything you can think of using lua, or any other langage >>> supported by freeswitch. >>> >>> Best, >>> >>> Tristan. >>> >>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >>> > through one of the available scripting languages? >>> > >>> > Oivvio >>> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/3b71e7fc/attachment.html From colin.morelli at gmail.com Wed May 4 01:48:02 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Tue, 03 May 2016 21:48:02 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <48468658-BF74-4172-A25D-73427DC55704@jerris.com> References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> <48468658-BF74-4172-A25D-73427DC55704@jerris.com> Message-ID: Got it. The part that I missed was loginParams from verto. I'm not using verto in my case (actually using PJSIP). However yes, I could include custom headers in the register request to make this work. I was just hoping for something that would work in the password. Thanks, Colin On Tue, May 3, 2016 at 5:44 PM Michael Jerris wrote: > Any mod_xml_curl user directory lookup example would do. > > On May 3, 2016, at 4:31 PM, Colin Morelli wrote: > > Michael can you provide an example of how you'd get the password portion > (or the token) to a process via xml curl? > > I haven't been able to figure it out > > Thanks in advance > On Tue, May 3, 2016 at 4:29 PM Michael Jerris wrote: > >> This is incorrect.. as I said you can handle the login via a dynamic >> directory lookup. There is no reason or need to do anything like >> dynamically changing the password. >> >> On May 3, 2016, at 4:08 PM, Gregor Nanger wrote: >> >> Well, somwhere you have to pass username an password in client when >> calling login procedure in javascript. And if it is in client side, then >> user can see it, either by monitoring network in browser or see source code >> of page. In voip phone, password is hidden in password textbox for example >> and it is not easy accessible as from Web client. Hope you understand what >> I mean. >> >> Maybe as Michael said. If you put token as loginparam, but still there is >> no way in xml_curl to say, oh you are verto user with this token and token >> is ok, so you are logged in, although you didn't send password from client >> side. >> >> The best what I think of is to automatically change password on some >> period and client should retrieve it when login expire. This way you can >> use it like token. Real authorization is anyway first on your Web app. >> >> Please correct me if I'm wrong, but from Fs side, login procedure is same >> for sip client or verto client? >> >> Best regards, Gregor >> >> On Tue, May 3, 2016, 20:17 Michael Jerris wrote: >> >>> You may have to pass it in loginParams but i think it should be >>> possible from looking at the code. Double check what all you get in the >>> code. >>> >>> On May 3, 2016, at 1:25 PM, Colin Morelli >>> wrote: >>> >>> Michael, >>> >>> Is that actually possible? I have an application using mod_xml_curl but >>> FS doesn't send passwords as part of the directory request (as far as I can >>> tell). I actually wanted to do something very similar to this. >>> >>> Colin >>> >>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? >>> wrote: >>> >>>> Hi, >>>> >>>> AFAIK, there is no module handling JWT at the moment, but you can do >>>> pretty much anything you can think of using lua, or any other langage >>>> supported by freeswitch. >>>> >>>> Best, >>>> >>>> Tristan. >>>> >>>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle >>>> JWT >>>> > through one of the available scripting languages? >>>> > >>>> > Oivvio >>>> > >>> >>> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/96edc7ea/attachment-0001.html From mike at jerris.com Wed May 4 02:29:02 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 May 2016 18:29:02 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> <48468658-BF74-4172-A25D-73427DC55704@jerris.com> Message-ID: <60FCC0C5-24A4-4CDF-B7FD-66DFF8A5FFDB@jerris.com> In the case of sip, I think you can just return blank password to auth it. > On May 3, 2016, at 5:48 PM, Colin Morelli wrote: > > Got it. The part that I missed was loginParams from verto. I'm not using verto in my case (actually using PJSIP). However yes, I could include custom headers in the register request to make this work. I was just hoping for something that would work in the password. > > Thanks, > Colin > > On Tue, May 3, 2016 at 5:44 PM Michael Jerris > wrote: > Any mod_xml_curl user directory lookup example would do. > >> On May 3, 2016, at 4:31 PM, Colin Morelli > wrote: >> >> Michael can you provide an example of how you'd get the password portion (or the token) to a process via xml curl? >> >> I haven't been able to figure it out >> >> Thanks in advance >> On Tue, May 3, 2016 at 4:29 PM Michael Jerris > wrote: >> This is incorrect.. as I said you can handle the login via a dynamic directory lookup. There is no reason or need to do anything like dynamically changing the password. >> >>> On May 3, 2016, at 4:08 PM, Gregor Nanger > wrote: >>> >>> Well, somwhere you have to pass username an password in client when calling login procedure in javascript. And if it is in client side, then user can see it, either by monitoring network in browser or see source code of page. In voip phone, password is hidden in password textbox for example and it is not easy accessible as from Web client. Hope you understand what I mean. >>> >>> Maybe as Michael said. If you put token as loginparam, but still there is no way in xml_curl to say, oh you are verto user with this token and token is ok, so you are logged in, although you didn't send password from client side. >>> >>> The best what I think of is to automatically change password on some period and client should retrieve it when login expire. This way you can use it like token. Real authorization is anyway first on your Web app. >>> >>> Please correct me if I'm wrong, but from Fs side, login procedure is same for sip client or verto client? >>> >>> Best regards, Gregor >>> >>> >>> On Tue, May 3, 2016, 20:17 Michael Jerris > wrote: >>> You may have to pass it in loginParams but i think it should be possible from looking at the code. Double check what all you get in the code. >>> >>>> On May 3, 2016, at 1:25 PM, Colin Morelli > wrote: >>>> >>>> Michael, >>>> >>>> Is that actually possible? I have an application using mod_xml_curl but FS doesn't send passwords as part of the directory request (as far as I can tell). I actually wanted to do something very similar to this. >>>> >>>> Colin >>>> >>>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? > wrote: >>>> Hi, >>>> >>>> AFAIK, there is no module handling JWT at the moment, but you can do >>>> pretty much anything you can think of using lua, or any other langage >>>> supported by freeswitch. >>>> >>>> Best, >>>> >>>> Tristan. >>>> >>>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle JWT >>>> > through one of the available scripting languages? >>>> > >>>> > Oivvio >>>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160503/3b8a70d5/attachment.html From abhishake.agarwal at gmail.com Wed May 4 04:12:26 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Wed, 4 May 2016 05:42:26 +0530 Subject: [Freeswitch-users] Configure media till 180 ring is received Message-ID: Hi, I need beep ring until 180 ring is not received or before early media. Please help me resolving this issue. Thanks Abhishake -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/a1da3033/attachment.html From s.safarov at gmail.com Wed May 4 07:41:11 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 04 May 2016 03:41:11 +0000 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: References: Message-ID: Look at FS-9118 ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal : > Hi, > > I need beep ring until 180 ring is not received or before early media. > Please help me resolving this issue. > > Thanks > Abhishake > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/93bfa873/attachment.html From s.safarov at gmail.com Wed May 4 08:36:21 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 04 May 2016 04:36:21 +0000 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: References: Message-ID: What must do FreeSwitch after 180 ringing or 183 early media messages? On Wed, May 4, 2016, 06:41 Sergey Safarov wrote: > Look at FS-9118 > > > ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal : > >> Hi, >> >> I need beep ring until 180 ring is not received or before early media. >> Please help me resolving this issue. >> >> Thanks >> Abhishake >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/ba277b40/attachment.html From gregor at infomedia.si Wed May 4 11:32:55 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 May 2016 09:32:55 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> Message-ID: ?I tried to build. I only have 2 errors: Severity Code Description Project File Line Suppression State Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:\Git\src\mod\languages\mod_v8\LINK 1 Regarding target, could this be solution: http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project I would really appreciate help, because I am lost in C++ projects. Best regards, Gregor ? 2016-05-03 23:04 GMT+02:00 Gregor Nanger : > That's great news, Michael. Will try to build it, thank you. > > 2016-05-03 18:36 GMT+02:00 Michael Jerris : > >> I just did a bunch of work in the last week to fix windows build in >> master. As of end of last week it was working. >> >> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >> >> Yes, 1.7. works great on Windows. I am still battle to compile sources by >> myself. >> >> Do you have any audio latency problems? >> >> On Tue, May 3, 2016, 17:11 edrperes wrote: >> >>> Finally i did it work >>> I was using FreeSwitch 1.5.15 windows x64 >>> Updating to version 1.7.0 windows x64 the problem disapeard >>> >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/eb8996a0/attachment-0001.html From abhishake.agarwal at gmail.com Wed May 4 13:13:19 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Wed, 4 May 2016 14:43:19 +0530 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: References: Message-ID: Hi, When user dial a number, early media is active only after 7-10 sec. even after early media is active, actual ring comes after 5-10 sec, till that time caller does not hear anything. I am need of feature, so that user can hear at least progress beep sound, till caller does not hear a actual ring from b leg. Thanks, Abhishake On Wed, May 4, 2016 at 10:06 AM, Sergey Safarov wrote: > What must do FreeSwitch after 180 ringing or 183 early media messages? > > On Wed, May 4, 2016, 06:41 Sergey Safarov wrote: > >> Look at FS-9118 >> >> >> ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal > >: >> >>> Hi, >>> >>> I need beep ring until 180 ring is not received or before early media. >>> Please help me resolving this issue. >>> >>> Thanks >>> Abhishake >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/dd33a0c5/attachment.html From hunterj91 at hotmail.com Wed May 4 13:19:20 2016 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Wed, 4 May 2016 09:19:20 +0000 Subject: [Freeswitch-users] dial-string pickup possible after group call? In-Reply-To: References: Message-ID: Hi, Just updating on this, if I use the enterprise originate delimiter I can pickup the call, however it only calls the first user in the huntgroup, which I believe is by design. So therefore I still cannot get pickup to work when using with dial-string in directory, has anyone got this working before? Thanks Jon From: hunterj91 at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: dial-string pickup possible after group call? Date: Wed, 27 Apr 2016 17:43:26 +0000 Hi Guys, Just wondering if its possible to use the user dial-string command to do call pickup after a call has been sent to a hunt group using the bridge and group_call function? So basically a call to group 5000, sends calls to extension 1000 and 2000 which are in the group. This all works fine but I want to be able to pickup the call by dialling *8 then either 1000 or 2000. I can do this if I am not using the group_call function, and its just a normal inbound call to the extension I want to pickup, so just wondered if its possible to do a pickup of one of the extensions in the group? To start the group_call Im using in my dialplan; Dialing 5000 results in; Which then rings both extension 1000 and 2000 which have the dial-string defined; If I add pickup after group_call, this allows be to pickup extension 5000, but I need to be able to create the pickup channel using the dial-string, am I doing this wrong or does anyone have an idea how to achieve this? And just to be clear pickup works fine for normal inbound calls, its just when implementing group_call. Many thanks Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/9861230e/attachment.html From findmeinwland at gmail.com Wed May 4 14:40:55 2016 From: findmeinwland at gmail.com (Artur Mega) Date: Wed, 4 May 2016 15:40:55 +0500 Subject: [Freeswitch-users] Checking authorisation on external profile Message-ID: Good day, How can I check incoming call to the External profile? Theoretically, both authorised and unauthorised users can call via external profile. Tried to detect authorised users with ${sip_authorised} variable, but it doesn't help. :( -- Arthur -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/3a64877c/attachment.html From eduardo at ctidealer.com.br Wed May 4 14:50:07 2016 From: eduardo at ctidealer.com.br (eduardo at ctidealer.com.br) Date: Wed, 04 May 2016 07:50:07 -0300 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> Message-ID: <04addde4efb516e65da13231d304aced@ctidealer.com.br> When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 Em 04.05.2016 04:32, Gregor Nanger escreveu: > ?I tried to build. > > I only have 2 errors: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:Gitlibsv8-3.24.14toolsgypv8.sln] libv8 D:Gitlibsv8-3.24.14toolsgypv8.sln.metaproj 1 > > Severity Code Description Project File Line Suppression State > Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:Gitsrcmodlanguagesmod_v8LINK 1 > > Regarding target, could this be solution: > http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [8] > > I would really appreciate help, because I am lost in C++ projects. > > Best regards, Gregor > > ? > > 2016-05-03 23:04 GMT+02:00 Gregor Nanger : > >> That's great news, Michael. Will try to build it, thank you. >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >> >>> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >>> >>>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>>> >>>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>>> >>>> Do you have any audio latency problems? >>>> >>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>> >>>>> Finally i did it work >>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com [1] >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org [2] >>> http://confluence.freeswitch.org [3] >>> http://www.cluecon.com [4] >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>> http://www.freeswitch.org [2] >> >> -- >> >> Gregor Nanger >> CTO >> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >> * www.infomedia.si [7] > > -- > > Gregor Nanger > CTO > t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 > * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia > * www.infomedia.si [7] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com [1] > > Official FreeSWITCH Sites > http://www.freeswitch.org [2] > http://confluence.freeswitch.org [3] > http://www.cluecon.com [4] > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] > http://www.freeswitch.org [2] Links: ------ [1] http://www.freeswitchsolutions.com [2] http://www.freeswitch.org [3] http://confluence.freeswitch.org [4] http://www.cluecon.com [5] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] http://lists.freeswitch.org/mailman/options/freeswitch-users [7] http://www.infomedia.si [8] http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/33ceb226/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: blocked.gif Type: image/gif Size: 118 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/33ceb226/attachment-0001.gif From gregor at infomedia.si Wed May 4 17:14:21 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 May 2016 15:14:21 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <04addde4efb516e65da13231d304aced@ctidealer.com.br> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: Hi! I tried to remove mod_v8 from building, but this error is still same: Severity Code Description Project File Line Suppression State Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 It looks that I am only one that have a problem. Maybe is something with my visual studio 2015 installation? I am using VS 2015 community Update 2. Maybe is something with c++ compiler? 2016-05-04 12:50 GMT+02:00 : > When i downloaded the project from github modv8 was not checked to build > and I have compiled without modv8 > > > > Em 04.05.2016 04:32, Gregor Nanger escreveu: > > ?I tried to build. > > I only have 2 errors: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. > [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 > D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 > > Severity Code Description Project File Line Suppression State > Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 > D:\Git\src\mod\languages\mod_v8\LINK 1 > > Regarding target, could this be solution: > > http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project > > I would really appreciate help, because I am lost in C++ projects. > > Best regards, Gregor > > ? > > 2016-05-03 23:04 GMT+02:00 Gregor Nanger : > >> That's great news, Michael. Will try to build it, thank you. >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >> >>> I just did a bunch of work in the last week to fix windows build in >>> master. As of end of last week it was working. >>> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources >>> by myself. >>> >>> Do you have any audio latency problems? >>> >>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>> >>>> Finally i did it work >>>> I was using FreeSwitch 1.5.15 windows x64 >>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>> >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/0837599b/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: blocked.gif Type: image/gif Size: 118 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/0837599b/attachment.gif From gregor at infomedia.si Wed May 4 18:20:34 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 May 2016 16:20:34 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: Can someone tell me which version of C++ compiler is using? I have: Microsoft Visual c++ 2015 Redistributable (x64) - 14.0.23918 Best regards, Gregor 2016-05-04 15:14 GMT+02:00 Gregor Nanger : > Hi! > > I tried to remove mod_v8 from building, but this error is still same: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. > [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 > D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 > > It looks that I am only one that have a problem. Maybe is something with > my visual studio 2015 installation? I am using VS 2015 community Update 2. > Maybe is something with c++ compiler? > > > 2016-05-04 12:50 GMT+02:00 : > >> When i downloaded the project from github modv8 was not checked to build >> and I have compiled without modv8 >> >> >> >> Em 04.05.2016 04:32, Gregor Nanger escreveu: >> >> ?I tried to build. >> >> I only have 2 errors: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >> [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >> D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >> >> Severity Code Description Project File Line Suppression State >> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 >> D:\Git\src\mod\languages\mod_v8\LINK 1 >> >> Regarding target, could this be solution: >> >> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >> >> I would really appreciate help, because I am lost in C++ projects. >> >> Best regards, Gregor >> >> ? >> >> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >> >>> That's great news, Michael. Will try to build it, thank you. >>> >>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>> >>>> I just did a bunch of work in the last week to fix windows build in >>>> master. As of end of last week it was working. >>>> >>>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>>> >>>> Yes, 1.7. works great on Windows. I am still battle to compile sources >>>> by myself. >>>> >>>> Do you have any audio latency problems? >>>> >>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>> >>>>> Finally i did it work >>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>> >>>>> >>>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/f3020a81/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: blocked.gif Type: image/gif Size: 118 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/f3020a81/attachment-0001.gif From jurijs.ivolga at gmail.com Wed May 4 18:35:51 2016 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 4 May 2016 17:35:51 +0300 Subject: [Freeswitch-users] Freeswitch crashes Message-ID: Hi, Not sure if this is a proper place, but. Today I updated my Freeswitch box from FreeSWITCH Version 1.6.6+git~20160111T201612Z~d2d0b3283a~64bit (git d2d0b32 2016-01-11 20:16:12Z 64bit) to FreeSWITCH Version 1.6.7+git~20160401T134007Z~f0c3870be3~64bit (git f0c3870 2016-04-01 13:40:07Z 64bit). After today update Freeswitch started to crash when I was trying to make VP8 video call: May 4 14:20:39 FsDev kernel: [1737488.755526] freeswitch[10581]: segfault at 100000001 ip 00007f1d2ea15490 sp 00007f1d2d378790 error 4 in libvpx2.so.2.0.0[7f1d2ea0d000+1fa000] Audio call is working perfectly. I'm running Freeswitch on Debian 8. Any help will be appreciated. :) Jurijs -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/caf02fc7/attachment.html From eduardo at ctidealer.com.br Wed May 4 18:36:11 2016 From: eduardo at ctidealer.com.br (eduardo at ctidealer.com.br) Date: Wed, 04 May 2016 11:36:11 -0300 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: I used Microsoft Visual Studio Enterprise 2015 But I did not remove mod_v8 Only uncheck on Build->Configuration Manager Em 04.05.2016 11:20, Gregor Nanger escreveu: > Can someone tell me which version of C++ compiler is using? > > I have: Microsoft Visual c++ 2015 Redistributable (x64) - 14.0.23918 > > Best regards, Gregor > > 2016-05-04 15:14 GMT+02:00 Gregor Nanger : > >> Hi! >> >> I tried to remove mod_v8 from building, but this error is still same: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:Gitlibsv8-3.24.14toolsgypv8.sln] libv8 D:Gitlibsv8-3.24.14toolsgypv8.sln.metaproj 1 >> >> It looks that I am only one that have a problem. Maybe is something with my visual studio 2015 installation? I am using VS 2015 community Update 2. Maybe is something with c++ compiler? >> >> 2016-05-04 12:50 GMT+02:00 : >> >>> When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 >>> >>> Em 04.05.2016 04:32, Gregor Nanger escreveu: >>> >>>> ?I tried to build. >>>> >>>> I only have 2 errors: >>>> >>>> Severity Code Description Project File Line Suppression State >>>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:Gitlibsv8-3.24.14toolsgypv8.sln] libv8 D:Gitlibsv8-3.24.14toolsgypv8.sln.metaproj 1 >>>> >>>> Severity Code Description Project File Line Suppression State >>>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:Gitsrcmodlanguagesmod_v8LINK 1 >>>> >>>> Regarding target, could this be solution: >>>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [8] >>>> >>>> I would really appreciate help, because I am lost in C++ projects. >>>> >>>> Best regards, Gregor >>>> >>>> ? >>>> >>>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >>>> >>>>> That's great news, Michael. Will try to build it, thank you. >>>>> >>>>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>>>> >>>>>> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >>>>>> >>>>>>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>>>>>> >>>>>>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>>>>>> >>>>>>> Do you have any audio latency problems? >>>>>>> >>>>>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>>>>> >>>>>>>> Finally i did it work >>>>>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com [1] >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org [2] >>>>>> http://confluence.freeswitch.org [3] >>>>>> http://www.cluecon.com [4] >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>>>>> http://www.freeswitch.org [2] >>>>> >>>>> -- >>>>> >>>>> Gregor Nanger >>>>> CTO >>>>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>>>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>>>> * www.infomedia.si [7] >>>> >>>> -- >>>> >>>> Gregor Nanger >>>> CTO >>>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>>> * www.infomedia.si [7] >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com [1] >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org [2] >>>> http://confluence.freeswitch.org [3] >>>> http://www.cluecon.com [4] >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>>> http://www.freeswitch.org [2] >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com [1] >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org [2] >>> http://confluence.freeswitch.org [3] >>> http://www.cluecon.com [4] >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>> http://www.freeswitch.org [2] >> >> -- >> >> Gregor Nanger >> CTO >> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >> * www.infomedia.si [7] > > -- > > Gregor Nanger > CTO > t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 > * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia > * www.infomedia.si [7] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com [1] > > Official FreeSWITCH Sites > http://www.freeswitch.org [2] > http://confluence.freeswitch.org [3] > http://www.cluecon.com [4] > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] > http://www.freeswitch.org [2] Links: ------ [1] http://www.freeswitchsolutions.com [2] http://www.freeswitch.org [3] http://confluence.freeswitch.org [4] http://www.cluecon.com [5] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] http://lists.freeswitch.org/mailman/options/freeswitch-users [7] http://www.infomedia.si [8] http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/e3806df9/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: blocked.gif Type: image/gif Size: 118 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/e3806df9/attachment-0001.gif From max at nysolutions.com Wed May 4 18:43:34 2016 From: max at nysolutions.com (Moishe Grunstein) Date: Wed, 4 May 2016 14:43:34 +0000 Subject: [Freeswitch-users] Freeswitch crashes In-Reply-To: References: Message-ID: <71f5267f2b874287b56ffdc2a76e57ff@nysolutions.com> Issues like this need to be filed in Jira. Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Jurijs Ivolga Sent: Wednesday, May 4, 2016 10:36 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Freeswitch crashes Hi, Not sure if this is a proper place, but. Today I updated my Freeswitch box from FreeSWITCH Version 1.6.6+git~20160111T201612Z~d2d0b3283a~64bit (git d2d0b32 2016-01-11 20:16:12Z 64bit) to FreeSWITCH Version 1.6.7+git~20160401T134007Z~f0c3870be3~64bit (git f0c3870 2016-04-01 13:40:07Z 64bit). After today update Freeswitch started to crash when I was trying to make VP8 video call: May 4 14:20:39 FsDev kernel: [1737488.755526] freeswitch[10581]: segfault at 100000001 ip 00007f1d2ea15490 sp 00007f1d2d378790 error 4 in libvpx2.so.2.0.0[7f1d2ea0d000+1fa000] Audio call is working perfectly. I'm running Freeswitch on Debian 8. Any help will be appreciated. :) Jurijs -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/f7c4aca8/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: image001.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/f7c4aca8/attachment.jpg From jurijs.ivolga at gmail.com Wed May 4 18:45:10 2016 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 4 May 2016 17:45:10 +0300 Subject: [Freeswitch-users] Freeswitch crashes In-Reply-To: <71f5267f2b874287b56ffdc2a76e57ff@nysolutions.com> References: <71f5267f2b874287b56ffdc2a76e57ff@nysolutions.com> Message-ID: Hi, Thank you, I will fill a jira ticket now. With kind regards, Jurijs On Wed, May 4, 2016 at 5:43 PM, Moishe Grunstein wrote: > Issues like this need to be filed in Jira. > > > > Thanks, > > > > Moishe Grunstein > > Tornado Computer Systems, Inc. > > 212.400.7650 888.IPPBX.US > *Service Request Email: support at nysolutions.com * > > [image: cid:image001.jpg at 01C72F94.9EE45D60] > > Computer Networking * Managed Services * IP Video Surveillance * Network > Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network > Security * Site Surveys * CMS > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Jurijs > Ivolga > *Sent:* Wednesday, May 4, 2016 10:36 AM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Freeswitch crashes > > > > Hi, > > Not sure if this is a proper place, but. > > Today I updated my Freeswitch box from FreeSWITCH Version > 1.6.6+git~20160111T201612Z~d2d0b3283a~64bit (git d2d0b32 2016-01-11 > 20:16:12Z 64bit) to FreeSWITCH Version > 1.6.7+git~20160401T134007Z~f0c3870be3~64bit (git f0c3870 2016-04-01 > 13:40:07Z 64bit). > > > > After today update Freeswitch started to crash when I was trying to make > VP8 video call: > > May 4 14:20:39 FsDev kernel: [1737488.755526] freeswitch[10581]: segfault > at 100000001 ip 00007f1d2ea15490 sp 00007f1d2d378790 error 4 in > libvpx2.so.2.0.0[7f1d2ea0d000+1fa000] > > Audio call is working perfectly. > > I'm running Freeswitch on Debian 8. > > > > Any help will be appreciated. :) > > > Jurijs > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/4c9c0b79/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/4c9c0b79/attachment-0001.jpg From mike at jerris.com Wed May 4 19:10:16 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:10:16 -0400 Subject: [Freeswitch-users] freeswitch-mod-esl removes freewtich-all In-Reply-To: References: <87D20219-7C28-489E-9662-C4E411710BAD@gmail.com> Message-ID: <77B81394-A263-4E4F-88D0-7B565CFA87A3@jerris.com> This is an issue in master only that we found in our testing. It is in process of getting corrected and will be corrected before the release (hopefully today). It should only be affecting people who are on the unstable packages, and is easy to work around by removing the previous packages first if someone needs to get past it. > On May 3, 2016, at 9:51 AM, Stanislav Sinyagin wrote: > > mind you, "apt-get upgrade" will not work, you need to explicitly > install freeswitch-all. I've been through this on my test server few > days ago. > > > > > On Tue, May 3, 2016 at 2:33 PM, Michael Jerris wrote: >> we are releasing the new release today where we are fixing this. Disregard >> the comment below as we are about to change it to work exactly like you >> would expect it to work. >> >> >> On Tuesday, May 3, 2016, Stanislav Sinyagin wrote: >>> >>> I just realized that freeswitch-mod-esl and >>> freeswitch-mod-event-socket are two different things :-) >>> >>> The safest way for you would be to install freeswitch-meta-all instead >>> of freeswitch-all, and then add freeswitch-mod-esl. Then it will be >>> safe to upgrade to the next release. >>> >>> >>> >>> On Tue, May 3, 2016 at 12:06 AM, Cj B wrote: >>>> Hi, >>>> >>>> I just installed a new debian development server and I want to test >>>> mod-esl. >>>> When I try to do apt-get install freeswitch-mod-esl it warns me that >>>> freeswitch-all will be removed. Am I doing something wrong or does the >>>> package not updated yet? >>>> >>>> apt-get install freeswitch-mod-esl >>>> Reading package lists... Done >>>> Building dependency tree >>>> Reading state information... Done >>>> The following extra packages will be installed: >>>> libfreeswitch1 >>>> Suggested packages: >>>> freeswitch-mod-esl-dbg libfreeswitch1-dbg >>>> The following packages will be REMOVED: >>>> freeswitch-all >>>> The following NEW packages will be installed: >>>> freeswitch-mod-esl libfreeswitch1 >>>> 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. >>>> >>>> uname -a >>>> Linux my.domain.com 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 >>>> (2016-04-08) >>>> x86_64 GNU/Linux >>>> >>>> freeswitch -version >>>> FreeSWITCH version: 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) >>>> >>>> Thanks, >>>> Cj B >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From mike at jerris.com Wed May 4 19:12:55 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:12:55 -0400 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: References: Message-ID: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> What you describe will lead to a ring tone followed by a busy signal in some situations. We have had people try this before and every time they do not like the results. Mike > On May 4, 2016, at 5:13 AM, Abhishake Agarwal wrote: > > Hi, > > When user dial a number, early media is active only after 7-10 sec. even after early media is active, actual ring comes after 5-10 sec, till that time caller does not hear anything. I am need of feature, so that user can hear at least progress beep sound, till caller does not hear a actual ring from b leg. > > Thanks, > Abhishake > > > > On Wed, May 4, 2016 at 10:06 AM, Sergey Safarov > wrote: > What must do FreeSwitch after 180 ringing or 183 early media messages? > > > On Wed, May 4, 2016, 06:41 Sergey Safarov > wrote: > Look at FS-9118 > > > ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal >: > Hi, > > I need beep ring until 180 ring is not received or before early media. Please help me resolving this issue. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/38cc68a9/attachment.html From mike at jerris.com Wed May 4 19:14:57 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:14:57 -0400 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: Message-ID: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> If a profile doesn't perform authorization, as is the case in the default external profile, no calls are authorized as we do not attempt to authorize them. You can't know if a call is authorized without challenging them. > On May 4, 2016, at 6:40 AM, Artur Mega wrote: > > Good day, > > How can I check incoming call to the External profile? Theoretically, both authorised and unauthorised users can call via external profile. Tried to detect authorised users with ${sip_authorised} variable, but it doesn't help. :( > > -- > > Arthur > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/2c568e57/attachment.html From mike at jerris.com Wed May 4 19:16:00 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:16:00 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <04addde4efb516e65da13231d304aced@ctidealer.com.br> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: Freeswitch is not on github, so not sure what you are downloading. > On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: > > When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 > > > Em 04.05.2016 04:32, Gregor Nanger escreveu: > >> ?I tried to build. >> >> I only have 2 errors: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >> >> Severity Code Description Project File Line Suppression State >> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:\Git\src\mod\languages\mod_v8\LINK 1 >> >> Regarding target, could this be solution: >> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >> >> I would really appreciate help, because I am lost in C++ projects. >> >> Best regards, Gregor >> >> ? >> >> >> 2016-05-03 23:04 GMT+02:00 Gregor Nanger >: >> That's great news, Michael. Will try to build it, thank you. >> >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris >: >> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger > wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>> >>> Do you have any audio latency problems? >>> >>> >>> On Tue, May 3, 2016, 17:11 edrperes > wrote: >>> Finally i did it work >>> I was using FreeSwitch 1.5.15 windows x64 >>> Updating to version 1.7.0 windows x64 the problem disapeard >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/8e194a14/attachment-0001.html From mike at jerris.com Wed May 4 19:17:37 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:17:37 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: It only has configuration for, and is only tested with 2015 > On May 4, 2016, at 10:20 AM, Gregor Nanger wrote: > > Can someone tell me which version of C++ compiler is using? > > I have: Microsoft Visual c++ 2015 Redistributable (x64) - 14.0.23918 > > Best regards, Gregor > > 2016-05-04 15:14 GMT+02:00 Gregor Nanger >: > Hi! > > I tried to remove mod_v8 from building, but this error is still same: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 > > It looks that I am only one that have a problem. Maybe is something with my visual studio 2015 installation? I am using VS 2015 community Update 2. Maybe is something with c++ compiler? > > > 2016-05-04 12:50 GMT+02:00 >: > When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 > > > Em 04.05.2016 04:32, Gregor Nanger escreveu: > >> ?I tried to build. >> >> I only have 2 errors: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >> >> Severity Code Description Project File Line Suppression State >> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:\Git\src\mod\languages\mod_v8\LINK 1 >> >> Regarding target, could this be solution: >> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >> >> I would really appreciate help, because I am lost in C++ projects. >> >> Best regards, Gregor >> >> ? >> >> >> 2016-05-03 23:04 GMT+02:00 Gregor Nanger >: >> That's great news, Michael. Will try to build it, thank you. >> >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris >: >> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger > wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>> >>> Do you have any audio latency problems? >>> >>> >>> On Tue, May 3, 2016, 17:11 edrperes > wrote: >>> Finally i did it work >>> I was using FreeSwitch 1.5.15 windows x64 >>> Updating to version 1.7.0 windows x64 the problem disapeard >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/cfbb7865/attachment-0001.html From mike at jerris.com Wed May 4 19:19:02 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 11:19:02 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: Getting this on building libv8, not mod_v8. I don't understand why others are having this issue as I have repeatedly built it with no issues. Does the mod actually fail to build or does that spit out a error but it actually works fine? > On May 4, 2016, at 9:14 AM, Gregor Nanger wrote: > > Hi! > > I tried to remove mod_v8 from building, but this error is still same: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 > > It looks that I am only one that have a problem. Maybe is something with my visual studio 2015 installation? I am using VS 2015 community Update 2. Maybe is something with c++ compiler? > > > 2016-05-04 12:50 GMT+02:00 >: > When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 > > > Em 04.05.2016 04:32, Gregor Nanger escreveu: > >> ?I tried to build. >> >> I only have 2 errors: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >> >> Severity Code Description Project File Line Suppression State >> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:\Git\src\mod\languages\mod_v8\LINK 1 >> >> Regarding target, could this be solution: >> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >> >> I would really appreciate help, because I am lost in C++ projects. >> >> Best regards, Gregor >> >> ? >> >> >> 2016-05-03 23:04 GMT+02:00 Gregor Nanger >: >> That's great news, Michael. Will try to build it, thank you. >> >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris >: >> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger > wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>> >>> Do you have any audio latency problems? >>> >>> >>> On Tue, May 3, 2016, 17:11 edrperes > wrote: >>> Finally i did it work >>> I was using FreeSwitch 1.5.15 windows x64 >>> Updating to version 1.7.0 windows x64 the problem disapeard >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/830561bd/attachment-0001.html From eduardo at ctidealer.com.br Wed May 4 19:33:09 2016 From: eduardo at ctidealer.com.br (eduardo at ctidealer.com.br) Date: Wed, 04 May 2016 12:33:09 -0300 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: <5cf485e3d3d563ffd7bcfc48c658aa90@ctidealer.com.br> I followed these instructions: https://freeswitch.org/confluence/display/FREESWITCH/Windows#Windows-InstallfromSource Em 04.05.2016 12:16, Michael Jerris escreveu: > Freeswitch is not on github, so not sure what you are downloading. > >> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: >> >> When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 >> >> Em 04.05.2016 04:32, Gregor Nanger escreveu: >> >>> ?I tried to build. >>> >>> I only have 2 errors: >>> >>> Severity Code Description Project File Line Suppression State >>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:Gitlibsv8-3.24.14toolsgypv8.sln] libv8 D:Gitlibsv8-3.24.14toolsgypv8.sln.metaproj 1 >>> >>> Severity Code Description Project File Line Suppression State >>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:Gitsrcmodlanguagesmod_v8LINK 1 >>> >>> Regarding target, could this be solution: >>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [8] >>> >>> I would really appreciate help, because I am lost in C++ projects. >>> >>> Best regards, Gregor >>> >>> ? >>> >>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >>> >>>> That's great news, Michael. Will try to build it, thank you. >>>> >>>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>>> >>>>> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >>>>> >>>>>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>>>>> >>>>>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>>>>> >>>>>> Do you have any audio latency problems? >>>>>> >>>>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>>>> >>>>>>> Finally i did it work >>>>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com [1] >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org [2] >>>>> http://confluence.freeswitch.org [3] >>>>> http://www.cluecon.com [4] >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>>>> http://www.freeswitch.org [2] >>>> >>>> -- >>>> >>>> Gregor Nanger >>>> CTO >>>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>>> * www.infomedia.si [7] >>> >>> -- >>> >>> Gregor Nanger >>> CTO >>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>> * www.infomedia.si [7] >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com [1] >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org [2] >>> http://confluence.freeswitch.org [3] >>> http://www.cluecon.com [4] >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>> http://www.freeswitch.org [2] >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com [1] >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org [2] >> http://confluence.freeswitch.org [3] >> http://www.cluecon.com [4] >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >> http://www.freeswitch.org [2] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com [9] > > Official FreeSWITCH Sites > http://www.freeswitch.org [10] > http://confluence.freeswitch.org [11] > http://www.cluecon.com [12] > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] > http://www.freeswitch.org [10] Links: ------ [1] http://www.freeswitchsolutions.com/ [2] http://www.freeswitch.org/ [3] http://confluence.freeswitch.org/ [4] http://www.cluecon.com/ [5] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] http://lists.freeswitch.org/mailman/options/freeswitch-users [7] http://www.infomedia.si/ [8] http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [9] http://www.freeswitchsolutions.com [10] http://www.freeswitch.org [11] http://confluence.freeswitch.org [12] http://www.cluecon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/f444909a/attachment-0001.html From eduardo at ctidealer.com.br Wed May 4 19:38:12 2016 From: eduardo at ctidealer.com.br (eduardo at ctidealer.com.br) Date: Wed, 04 May 2016 12:38:12 -0300 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> Message-ID: <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> I saw Git tool then I thought was hosted on GitHub. My mistake Em 04.05.2016 12:16, Michael Jerris escreveu: > Freeswitch is not on github, so not sure what you are downloading. > >> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: >> >> When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 >> >> Em 04.05.2016 04:32, Gregor Nanger escreveu: >> >>> ?I tried to build. >>> >>> I only have 2 errors: >>> >>> Severity Code Description Project File Line Suppression State >>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:Gitlibsv8-3.24.14toolsgypv8.sln] libv8 D:Gitlibsv8-3.24.14toolsgypv8.sln.metaproj 1 >>> >>> Severity Code Description Project File Line Suppression State >>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:Gitsrcmodlanguagesmod_v8LINK 1 >>> >>> Regarding target, could this be solution: >>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [8] >>> >>> I would really appreciate help, because I am lost in C++ projects. >>> >>> Best regards, Gregor >>> >>> ? >>> >>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >>> >>>> That's great news, Michael. Will try to build it, thank you. >>>> >>>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>>> >>>>> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >>>>> >>>>>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>>>>> >>>>>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>>>>> >>>>>> Do you have any audio latency problems? >>>>>> >>>>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>>>> >>>>>>> Finally i did it work >>>>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com [1] >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org [2] >>>>> http://confluence.freeswitch.org [3] >>>>> http://www.cluecon.com [4] >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>>>> http://www.freeswitch.org [2] >>>> >>>> -- >>>> >>>> Gregor Nanger >>>> CTO >>>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>>> * www.infomedia.si [7] >>> >>> -- >>> >>> Gregor Nanger >>> CTO >>> t./f.: 00386 (0) 7 6000 308/309 * m:. 00386 (0)41 756485 >>> * Infomedia d.o.o. * Jerebova 3, Novo mesto, Slovenia >>> * www.infomedia.si [7] >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com [1] >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org [2] >>> http://confluence.freeswitch.org [3] >>> http://www.cluecon.com [4] >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >>> http://www.freeswitch.org [2] >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com [1] >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org [2] >> http://confluence.freeswitch.org [3] >> http://www.cluecon.com [4] >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] >> http://www.freeswitch.org [2] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com [9] > > Official FreeSWITCH Sites > http://www.freeswitch.org [10] > http://confluence.freeswitch.org [11] > http://www.cluecon.com [12] > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [5] > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users [6] > http://www.freeswitch.org [10] Links: ------ [1] http://www.freeswitchsolutions.com/ [2] http://www.freeswitch.org/ [3] http://confluence.freeswitch.org/ [4] http://www.cluecon.com/ [5] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [6] http://lists.freeswitch.org/mailman/options/freeswitch-users [7] http://www.infomedia.si/ [8] http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project [9] http://www.freeswitchsolutions.com [10] http://www.freeswitch.org [11] http://confluence.freeswitch.org [12] http://www.cluecon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/86129ecb/attachment-0001.html From phenix at vfemail.net Wed May 4 20:23:04 2016 From: phenix at vfemail.net (Tanguy) Date: Wed, 04 May 2016 18:23:04 +0200 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> References: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> Message-ID: <572A21E8.6020407@vfemail.net> Hello I don't know if you talk about the same issue, but with some telcos like OVH, you have to send 180 and 183 to hear a ring tone. I added this in the begining of my public dialplan Regards On 04/05/2016 17:12, Michael Jerris wrote: > What you describe will lead to a ring tone followed by a busy signal > in some situations. We have had people try this before and every time > they do not like the results. > > Mike >> On May 4, 2016, at 5:13 AM, Abhishake Agarwal >> > wrote: >> >> Hi, >> >> When user dial a number, early media is active only after 7-10 sec. >> even after early media is active, actual ring comes after 5-10 sec, >> till that time caller does not hear anything. I am need of feature, >> so that user can hear at least progress beep sound, till caller does >> not hear a actual ring from b leg. >> >> Thanks, >> Abhishake >> >> >> >> On Wed, May 4, 2016 at 10:06 AM, Sergey Safarov > > wrote: >> >> What must do FreeSwitch after 180 ringing or 183 early media >> messages? >> >> >> On Wed, May 4, 2016, 06:41 Sergey Safarov > > wrote: >> >> Look at FS-9118 >> >> >> ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal >> > >: >> >> Hi, >> >> I need beep ring until 180 ring is not received or before >> early media. Please help me resolving this issue. >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/26b6c0e2/attachment.html From richard.mace at gmail.com Wed May 4 23:44:31 2016 From: richard.mace at gmail.com (Richard Mace) Date: Wed, 4 May 2016 20:44:31 +0100 Subject: [Freeswitch-users] [ANN] RoCKSwitch ALPHA 0.99.2 Message-ID: Hi everyone, I'd like to announce that our app RoCKSwitch is now ready for further testing. RoCKSwitch is a Windows GUI application that creates .xml and uploads them to a FreeSWITCH box (tested on Debian), effectively, aiming to be a GUI for FreeSWITCH. It is fairly basic at the moment, but it supports multiple domains and should allow you to do the following: Add users Add Groups Add Dialplan entries Add Trunks (Gateways) Add Inbound Routes Add Outbound Routes And configure global settings. Please note that RoCKSwitch overwrites existing FreeSWITCH xml files with the ones that it creates itself, so please DO NOT use on production machines. We're really interested in all feedback (both good and bad) Please feel free to head over to our website www.rocksoftware.co.uk and download a copy. Many thanks in advance Richard Mace RoCKSoftware -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/7c055d49/attachment.html From gregor at infomedia.si Thu May 5 01:16:57 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 May 2016 23:16:57 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> Message-ID: Build succeded !!!! :-)) 2016-05-04 17:38 GMT+02:00 : > I saw Git tool then I thought was hosted on GitHub. My mistake > > > > Em 04.05.2016 12:16, Michael Jerris escreveu: > > Freeswitch is not on github, so not sure what you are downloading. > > On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: > > When i downloaded the project from github modv8 was not checked to build > and I have compiled without modv8 > > > Em 04.05.2016 04:32, Gregor Nanger escreveu: > > ?I tried to build. > > I only have 2 errors: > > Severity Code Description Project File Line Suppression State > Error MSB4057 The target "v8:Rebuild" does not exist in the project. > [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 > D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 > > Severity Code Description Project File Line Suppression State > Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 > D:\Git\src\mod\languages\mod_v8\LINK 1 > > Regarding target, could this be solution: > > http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project > > I would really appreciate help, because I am lost in C++ projects. > > Best regards, Gregor > > ? > > > 2016-05-03 23:04 GMT+02:00 Gregor Nanger : > >> That's great news, Michael. Will try to build it, thank you. >> >> >> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >> >>> I just did a bunch of work in the last week to fix windows build in >>> master. As of end of last week it was working. >>> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources >>> by myself. >>> >>> Do you have any audio latency problems? >>> >>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>> >>>> Finally i did it work >>>> I was using FreeSwitch 1.5.15 windows x64 >>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>> >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/bfd63c8a/attachment-0001.html From gregor at infomedia.si Thu May 5 01:26:54 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 May 2016 23:26:54 +0200 Subject: [Freeswitch-users] Windows build In-Reply-To: References: <9589f6e5d757412ba5d620cf8e2bf26c@imladris.sermotec.local> <56E10D5D.1000303@zg.t-com.hr> <38494249596647c6a08591eca41e3000@imladris.sermotec.local> <3ED4D03E-7C8C-4DE6-9DC1-1C6E039C5355@jerris.com> Message-ID: Thank you, Peter. After 2 months, I finally decide to try your suggestion. I added 2013 to each call of *.bat in proj file. And it works. Whole solution now compiles fine. Thank you again. Best regards, Gregor 2016-04-06 18:01 GMT+02:00 Michael Jerris : > I'll work on getting new ones out there, but it's easy to build it yourself > > > On Wednesday, April 6, 2016, Gregor Nanger wrote: > >> Thank you Michael! >> >> Maybe it is something with my configuration of VS... >> >> Can you copy your build also on >> http://files.freeswitch.org/windows/installer/x64/? >> >> 2016-04-06 1:08 GMT+02:00 Michael Jerris : >> >>> I just built windows fine yesterday. It may be unhappy with rebuild, >>> but I built fine. (this should cover master).... mod_avmd might have been >>> failing for a few commits, but I pushed the fix for that module yesterday, >>> all the others in default configuration built fine. >>> >>> On Apr 5, 2016, at 6:38 PM, Gregor Nanger wrote: >>> >>> Just bumping this post if someone has any hints. >>> >>> I am trying to build Freeswitch with Visual studio 2015, but keep >>> getting error: >>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>> [C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >>> ? ? >>> C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>> ?" >>> >>> >>> Would realy like to successfuly build Freeswitch in windows. I tried >>> with 1.6 branch. >>> >>> Best regards, Gregor >>> >>> 2016-03-17 5:43 GMT+01:00 Sergey Safarov : >>> >>>> One week ago I successfully compiled mod_V8 on CentOS 7. >>>> May be switch to Linux? >>>> >>>> On Thu, Mar 17, 2016 at 12:49 AM, Gregor Nanger >>>> wrote: >>>> >>>>> Thank you Harald. >>>>> >>>>> I tried with latest branch 1.7 and x64 and got errors regarding >>>>> mod_V8. I tried what Peter suggested, but I am more in c# and web projects >>>>> and do not have experience in building C++ projects. There is already >>>>> prebuilt setup on freeswitch site, so someone successfully build it :-)) It >>>>> is not so important for us at this point to make own build, so will try >>>>> again later. >>>>> >>>>> >>>>> 2016-03-11 7:32 GMT+01:00 Harald Petrovitsch < >>>>> Harald.Petrovitsch at sermotec.at>: >>>>> >>>>>> Hi Gregor, >>>>>> >>>>>> >>>>>> >>>>>> I only do a >>>>>> >>>>>> Git.exe clone ?bv1.6 >>>>>> https://freeswitch.org/stash/scm/fs/freeswitch.git . >>>>>> >>>>>> >>>>>> >>>>>> Loaded the solution into vs2015, set configuration Win32 / Release >>>>>> and press f7 (need to do it two times) >>>>>> >>>>>> >>>>>> >>>>>> The build ended with >>>>>> >>>>>> ========== Build: 20 succeeded, 0 failed, 157 up-to-date, 15 skipped >>>>>> ========== >>>>>> >>>>>> >>>>>> >>>>>> I?ve attached a list of the generated mod folder >>>>>> >>>>>> >>>>>> >>>>>> Regards >>>>>> >>>>>> Harald >>>>>> >>>>>> >>>>>> >>>>>> *Von:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>> freeswitch-users-bounces at lists.freeswitch.org] *Im Auftrag von * >>>>>> Shishko >>>>>> *Gesendet:* Donnerstag, 10. M?rz 2016 07:00 >>>>>> *An:* freeswitch-users at lists.freeswitch.org >>>>>> >>>>>> *Betreff:* Re: [Freeswitch-users] Windows build >>>>>> >>>>>> >>>>>> >>>>>> Hi Harald, >>>>>> >>>>>> what did you do to build libv8 and mod_v8? I tried with VS2015 Update >>>>>> 1, branch 1.6, but to no avail. >>>>>> >>>>>> Thanks >>>>>> >>>>>> On 03/07/2016 08:20 AM, Harald Petrovitsch wrote: >>>>>> >>>>>> Hi Gregor ! >>>>>> >>>>>> >>>>>> >>>>>> V8 libs and mod builds fine here (visual Studio 2015 Sp1, 1.6 branch, >>>>>> used tortoiseGit to download it)) >>>>>> >>>>>> >>>>>> >>>>>> Regards >>>>>> >>>>>> Harald >>>>>> >>>>>> >>>>>> >>>>>> *Von:* freeswitch-users-bounces at lists.freeswitch.org [ >>>>>> mailto:freeswitch-users-bounces at lists.freeswitch.org] *Im Auftrag v**on >>>>>> *Gregor Nanger >>>>>> *Gesendet:* Montag, 07. M?rz 2016 00:19 >>>>>> *An:* FreeSWITCH Users Help >>>>>> *Betreff:* Re: [Freeswitch-users] Windows build >>>>>> >>>>>> >>>>>> >>>>>> Thank you, H >>>>>> >>>>>> ?a? >>>>>> >>>>>> rald. This works: "AFAIK, for the ?'lame/lame.h'? you have to change >>>>>> the include line to only ?lame.h?" >>>>>> >>>>>> B >>>>>> >>>>>> ?ut for v8 stil do not have solution. I do not want to exclude >>>>>> mod_v8, since this module runs javascript. But, can you please confirm me >>>>>> that is not yet compatible, to stop trying to solve it. >>>>>> >>>>>> >>>>>> Any other suggestion what does this mean: >>>>>> " >>>>>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>>>>> [C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >>>>>> >>>>>> ? ? >>>>>> >>>>>> C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>>>>> >>>>>> ?" >>>>>> >>>>>> >>>>>> >>>>>> Best regards, Gregor? >>>>>> >>>>>> >>>>>> >>>>>> 2016-03-06 16:39 GMT+01:00 Peter Olsson : >>>>>> >>>>>> Remove mod_v8 from the build. I don't think it's compatible with >>>>>> VS2015 for now. However, all other modules should be ok. >>>>>> >>>>>> >>>>>> >>>>>> /Peter >>>>>> >>>>>> >>>>>> >>>>>> 2016-03-06 12:31 GMT+01:00 Gregor Nanger : >>>>>> >>>>>> ?This helped a lot, thank you. Now I have only few errors. Any hint? >>>>>> >>>>>> >>>>>> >>>>>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>>>>> [C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln] >>>>>> libv8 C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>>>>> >>>>>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>>>>> [C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >>>>>> C:\Git\freeswitch\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>>>>> >>>>>> Error C1083 Cannot open include file: 'lame/lame.h': No such file or >>>>>> directory mod_shout C:\Git\freeswitch\src\mod\formats\mod_shout\mod_shout.c >>>>>> 38 >>>>>> >>>>>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 >>>>>> C:\Git\freeswitch\src\mod\languages\mod_v8\LINK 1 >>>>>> >>>>>> >>>>>> >>>>>> ? >>>>>> >>>>>> >>>>>> >>>>>> 2016-03-06 7:53 GMT+01:00 Peter Olsson : >>>>>> >>>>>> One common mistake is that you allow Git to modify line endings. Make >>>>>> sure autocrlf is turned off - then clone the repository again from scratch. >>>>>> >>>>>> >>>>>> >>>>>> Also, I'm not sure if it will work in VS2015, but give it a try. >>>>>> >>>>>> >>>>>> >>>>>> /Peter >>>>>> >>>>>> >>>>>> >>>>>> 2016-03-06 2:06 GMT+01:00 Gregor Nanger : >>>>>> >>>>>> Hi! >>>>>> >>>>>> >>>>>> >>>>>> I want to build Freeswitch on windows with visual studio 2015. >>>>>> >>>>>> >>>>>> >>>>>> Where should I start if I get 600 errors when try to Rebuild All. I >>>>>> opened solution and start Rebuild All, but I get so many errors that I >>>>>> belive that I am doing something wrong. >>>>>> >>>>>> >>>>>> >>>>>> Mainl yre errors regarding: >>>>>> >>>>>> >>>>>> >>>>>> Cannot open source file.... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Best regards, Gregor >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Gregor Nanger* >>>>>> >>>>>> >>>>>> >>>>>> *CTO* >>>>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>>>> ? www.infomedia.si >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Gregor Nanger* >>>>>> >>>>>> >>>>>> >>>>>> *CTO* >>>>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>>>> ? www.infomedia.si >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> >>>>>> consulting at freeswitch.org >>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> >>>>>> http://www.freeswitch.org >>>>>> >>>>>> http://confluence.freeswitch.org >>>>>> >>>>>> http://www.cluecon.com >>>>>> >>>>>> >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Gregor Nanger >>>>> >>>>> *CTO* >>>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>>> ? www.infomedia.si >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/92784654/attachment-0001.html From mike at jerris.com Thu May 5 01:49:46 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 17:49:46 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> Message-ID: can you detail what you needed to do. Should we make a fix in tree? I'm having issues as I've never seen the error On Wednesday, May 4, 2016, Gregor Nanger wrote: > Build succeded !!!! :-)) > > 2016-05-04 17:38 GMT+02:00 >: > >> I saw Git tool then I thought was hosted on GitHub. My mistake >> >> >> >> Em 04.05.2016 12:16, Michael Jerris escreveu: >> >> Freeswitch is not on github, so not sure what you are downloading. >> >> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br >> wrote: >> >> When i downloaded the project from github modv8 was not checked to build >> and I have compiled without modv8 >> >> >> Em 04.05.2016 04:32, Gregor Nanger escreveu: >> >> ?I tried to build. >> >> I only have 2 errors: >> >> Severity Code Description Project File Line Suppression State >> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >> [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >> D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >> >> Severity Code Description Project File Line Suppression State >> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 >> D:\Git\src\mod\languages\mod_v8\LINK 1 >> >> Regarding target, could this be solution: >> >> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >> >> I would really appreciate help, because I am lost in C++ projects. >> >> Best regards, Gregor >> >> ? >> >> >> 2016-05-03 23:04 GMT+02:00 Gregor Nanger > >: >> >>> That's great news, Michael. Will try to build it, thank you. >>> >>> >>> 2016-05-03 18:36 GMT+02:00 Michael Jerris >> >: >>> >>>> I just did a bunch of work in the last week to fix windows build in >>>> master. As of end of last week it was working. >>>> >>>> On May 3, 2016, at 11:14 AM, Gregor Nanger >>> > wrote: >>>> >>>> Yes, 1.7. works great on Windows. I am still battle to compile sources >>>> by myself. >>>> >>>> Do you have any audio latency problems? >>>> >>>> On Tue, May 3, 2016, 17:11 edrperes >>> > wrote: >>>> >>>>> Finally i did it work >>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>> >>>>> >>>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/0afd4955/attachment-0001.html From gregor at infomedia.si Thu May 5 02:15:36 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 5 May 2016 00:15:36 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> Message-ID: Yes, of course. I answered in other thread that I opened it before and Peter suggested what to do, but I didn't try at first. This is what I did: "Try to edit libv8.2015.vcxproj in a text editor. Append " 2013" (without the quotes) as the last parameter for all calls to "build-v8.bat". I'm not sure at all if that will work - but it will at least force the V8 build to create VS2013 project files, which might work fine in 2015." So I just opened file and add 2013 in the end of lines where .bat was called. Saved and rebuild solution. Tried to install msi file and everything is ok. Can you check if you have this parameter. Or maybe all this errors are because of VS 2015 Update2... 2016-05-04 23:49 GMT+02:00 Michael Jerris : > can you detail what you needed to do. Should we make a fix in tree? I'm > having issues as I've never seen the error > > > On Wednesday, May 4, 2016, Gregor Nanger wrote: > >> Build succeded !!!! :-)) >> >> 2016-05-04 17:38 GMT+02:00 : >> >>> I saw Git tool then I thought was hosted on GitHub. My mistake >>> >>> >>> >>> Em 04.05.2016 12:16, Michael Jerris escreveu: >>> >>> Freeswitch is not on github, so not sure what you are downloading. >>> >>> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: >>> >>> When i downloaded the project from github modv8 was not checked to build >>> and I have compiled without modv8 >>> >>> >>> Em 04.05.2016 04:32, Gregor Nanger escreveu: >>> >>> ?I tried to build. >>> >>> I only have 2 errors: >>> >>> Severity Code Description Project File Line Suppression State >>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>> [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >>> D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>> >>> Severity Code Description Project File Line Suppression State >>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 >>> D:\Git\src\mod\languages\mod_v8\LINK 1 >>> >>> Regarding target, could this be solution: >>> >>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >>> >>> I would really appreciate help, because I am lost in C++ projects. >>> >>> Best regards, Gregor >>> >>> ? >>> >>> >>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >>> >>>> That's great news, Michael. Will try to build it, thank you. >>>> >>>> >>>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>>> >>>>> I just did a bunch of work in the last week to fix windows build in >>>>> master. As of end of last week it was working. >>>>> >>>>> On May 3, 2016, at 11:14 AM, Gregor Nanger >>>>> wrote: >>>>> >>>>> Yes, 1.7. works great on Windows. I am still battle to compile sources >>>>> by myself. >>>>> >>>>> Do you have any audio latency problems? >>>>> >>>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>>> >>>>>> Finally i did it work >>>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>>> >>>>>> >>>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>> ? www.infomedia.si >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>> >>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>> >>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/9fcfdaec/attachment-0001.html From mike at jerris.com Thu May 5 03:01:14 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 May 2016 19:01:14 -0400 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> Message-ID: <9DD2111E-05FF-427A-A7AD-BC09DC98C4BE@jerris.com> Can you create a pull request in stash for this, and i can test it out? > On May 4, 2016, at 6:15 PM, Gregor Nanger wrote: > > Yes, of course. I answered in other thread that I opened it before and Peter suggested what to do, but I didn't try at first. > > This is what I did: > > "Try to edit libv8.2015.vcxproj in a text editor. Append " 2013" (without the quotes) as the last parameter for all calls to "build-v8.bat". I'm not sure at all if that will work - but it will at least force the V8 build to create VS2013 project files, which might work fine in 2015." > > So I just opened file and add 2013 in the end of lines where .bat was called. Saved and rebuild solution. Tried to install msi file and everything is ok. > > Can you check if you have this parameter. Or maybe all this errors are because of VS 2015 Update2... > > > > 2016-05-04 23:49 GMT+02:00 Michael Jerris >: > can you detail what you needed to do. Should we make a fix in tree? I'm having issues as I've never seen the error > > > On Wednesday, May 4, 2016, Gregor Nanger > wrote: > Build succeded !!!! :-)) > > 2016-05-04 17:38 GMT+02:00 >: > I saw Git tool then I thought was hosted on GitHub. My mistake > > > Em 04.05.2016 12:16, Michael Jerris escreveu: > >> Freeswitch is not on github, so not sure what you are downloading. >> >>> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br <> wrote: >>> >>> When i downloaded the project from github modv8 was not checked to build and I have compiled without modv8 >>> >>> >>> Em 04.05.2016 04:32, Gregor Nanger escreveu: >>> >>> ?I tried to build. >>> >>> I only have 2 errors: >>> >>> Severity Code Description Project File Line Suppression State >>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>> >>> Severity Code Description Project File Line Suppression State >>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 D:\Git\src\mod\languages\mod_v8\LINK 1 >>> >>> Regarding target, could this be solution: >>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >>> >>> I would really appreciate help, because I am lost in C++ projects. >>> >>> Best regards, Gregor >>> >>> ? >>> >>> >>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger >: >>> That's great news, Michael. Will try to build it, thank you. >>> >>> >>> 2016-05-03 18:36 GMT+02:00 Michael Jerris >: >>> I just did a bunch of work in the last week to fix windows build in master. As of end of last week it was working. >>> >>> On May 3, 2016, at 11:14 AM, Gregor Nanger > wrote: >>> >>> Yes, 1.7. works great on Windows. I am still battle to compile sources by myself. >>> >>> Do you have any audio latency problems? >>> >>> >>> On Tue, May 3, 2016, 17:11 edrperes > wrote: >>> Finally i did it work >>> I was using FreeSwitch 1.5.15 windows x64 >>> Updating to version 1.7.0 windows x64 the problem disapeard >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org <> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org <> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> CTO >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >>> >>> -- >>> Gregor Nanger >>> >>> CTO >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org <> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org <> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org <> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org <> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org <> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org <> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org <> > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org <> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160504/4b643d6c/attachment-0001.html From gregor at infomedia.si Thu May 5 10:54:26 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 5 May 2016 08:54:26 +0200 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: <9DD2111E-05FF-427A-A7AD-BC09DC98C4BE@jerris.com> References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> <9DD2111E-05FF-427A-A7AD-BC09DC98C4BE@jerris.com> Message-ID: Huh, I am not used working with git. We are using Teamfundation. Can some else do this and I can assist. Or if can send me short directions. I am using Tortoise client. 2016-05-05 1:01 GMT+02:00 Michael Jerris : > Can you create a pull request in stash for this, and i can test it out? > > On May 4, 2016, at 6:15 PM, Gregor Nanger wrote: > > Yes, of course. I answered in other thread that I opened it before and > Peter suggested what to do, but I didn't try at first. > > This is what I did: > > "Try to edit libv8.2015.vcxproj in a text editor. Append " 2013" (without > the quotes) as the last parameter for all calls to "build-v8.bat". I'm > not sure at all if that will work - but it will at least force the V8 build > to create VS2013 project files, which might work fine in 2015." > > So I just opened file and add 2013 in the end of lines where .bat was > called. Saved and rebuild solution. Tried to install msi file and > everything is ok. > > Can you check if you have this parameter. Or maybe all this errors are > because of VS 2015 Update2... > > > > 2016-05-04 23:49 GMT+02:00 Michael Jerris : > >> can you detail what you needed to do. Should we make a fix in tree? I'm >> having issues as I've never seen the error >> >> >> On Wednesday, May 4, 2016, Gregor Nanger wrote: >> >>> Build succeded !!!! :-)) >>> >>> 2016-05-04 17:38 GMT+02:00 : >>> >>>> I saw Git tool then I thought was hosted on GitHub. My mistake >>>> >>>> >>>> Em 04.05.2016 12:16, Michael Jerris escreveu: >>>> >>>> Freeswitch is not on github, so not sure what you are downloading. >>>> >>>> On May 4, 2016, at 6:50 AM, eduardo at ctidealer.com.br wrote: >>>> >>>> When i downloaded the project from github modv8 was not checked to >>>> build and I have compiled without modv8 >>>> >>>> >>>> Em 04.05.2016 04:32, Gregor Nanger escreveu: >>>> >>>> ?I tried to build. >>>> >>>> I only have 2 errors: >>>> >>>> Severity Code Description Project File Line Suppression State >>>> Error MSB4057 The target "v8:Rebuild" does not exist in the project. >>>> [D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln] libv8 >>>> D:\Git\libs\v8-3.24.14\tools\gyp\v8.sln.metaproj 1 >>>> >>>> Severity Code Description Project File Line Suppression State >>>> Error LNK1181 cannot open input file 'icui18n.lib' mod_v8 >>>> D:\Git\src\mod\languages\mod_v8\LINK 1 >>>> >>>> Regarding target, could this be solution: >>>> >>>> http://stackoverflow.com/questions/32078468/error-msb4057-the-target-v8-does-not-exist-in-the-project >>>> >>>> I would really appreciate help, because I am lost in C++ projects. >>>> >>>> Best regards, Gregor >>>> >>>> ? >>>> >>>> >>>> 2016-05-03 23:04 GMT+02:00 Gregor Nanger : >>>> >>>>> That's great news, Michael. Will try to build it, thank you. >>>>> >>>>> >>>>> 2016-05-03 18:36 GMT+02:00 Michael Jerris : >>>>> >>>>>> I just did a bunch of work in the last week to fix windows build in >>>>>> master. As of end of last week it was working. >>>>>> >>>>>> On May 3, 2016, at 11:14 AM, Gregor Nanger >>>>>> wrote: >>>>>> >>>>>> Yes, 1.7. works great on Windows. I am still battle to compile >>>>>> sources by myself. >>>>>> >>>>>> Do you have any audio latency problems? >>>>>> >>>>>> On Tue, May 3, 2016, 17:11 edrperes wrote: >>>>>> >>>>>>> Finally i did it work >>>>>>> I was using FreeSwitch 1.5.15 windows x64 >>>>>>> Updating to version 1.7.0 windows x64 the problem disapeard >>>>>>> >>>>>>> >>>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Gregor Nanger >>>>> >>>>> *CTO* >>>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>>> ? www.infomedia.si >>>>> >>>> >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>> ? www.infomedia.si >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http:// >>>> lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/87506bc9/attachment-0001.html From yehavi.bourvine at gmail.com Thu May 5 11:25:03 2016 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Thu, 5 May 2016 10:25:03 +0300 Subject: [Freeswitch-users] How to do a conference that most parties cannot hear each other? Message-ID: Hi, One of our users has a special request: He wants to make a conference (or a multi-participants phone call) which has the following behaviour: - Everyone hears him, - He hears everyone - All the other participants cannot hear each other. He needs this for some kind of a quick real time bid. Any idea whether this can be done and how? Today he simply holds 5 handsets and juggling among them. Thanks! __Yehavi: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/1e16f0cc/attachment.html From nishadmusthafa at gmail.com Thu May 5 11:58:54 2016 From: nishadmusthafa at gmail.com (Nishad Musthafa) Date: Thu, 05 May 2016 07:58:54 +0000 Subject: [Freeswitch-users] How to do a conference that most parties cannot hear each other? In-Reply-To: References: Message-ID: Sounds like a job for relate -> https://wiki.freeswitch.org/wiki/Mod_conference#relate On Thu, May 5, 2016 at 12:56 PM Yehavi Bourvine wrote: > Hi, > > One of our users has a special request: He wants to make a conference > (or a multi-participants phone call) which has the following behaviour: > > - Everyone hears him, > - He hears everyone > - All the other participants cannot hear each other. > > He needs this for some kind of a quick real time bid. > > Any idea whether this can be done and how? > > Today he simply holds 5 handsets and juggling among them. > > Thanks! __Yehavi: > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/19026b97/attachment.html From yehavi.bourvine at gmail.com Thu May 5 12:29:33 2016 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Thu, 5 May 2016 11:29:33 +0300 Subject: [Freeswitch-users] How to do a conference that most parties cannot hear each other? In-Reply-To: References: Message-ID: Thanks! seems that I missed this command. __Yehavi: 2016-05-05 10:58 GMT+03:00 Nishad Musthafa : > Sounds like a job for relate -> > https://wiki.freeswitch.org/wiki/Mod_conference#relate > On Thu, May 5, 2016 at 12:56 PM Yehavi Bourvine > wrote: > >> Hi, >> >> One of our users has a special request: He wants to make a conference >> (or a multi-participants phone call) which has the following behaviour: >> >> - Everyone hears him, >> - He hears everyone >> - All the other participants cannot hear each other. >> >> He needs this for some kind of a quick real time bid. >> >> Any idea whether this can be done and how? >> >> Today he simply holds 5 handsets and juggling among them. >> >> Thanks! __Yehavi: >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/074c0e80/attachment.html From iwada.bassey at gmail.com Thu May 5 12:30:23 2016 From: iwada.bassey at gmail.com (Iwada Eja) Date: Thu, 5 May 2016 09:30:23 +0100 Subject: [Freeswitch-users] How to do a conference that most parties cannot hear each other? In-Reply-To: References: Message-ID: Wiki is being deprecated - https://freeswitch.org/confluence/display/FREESWITCH/mod_conference#mod_conference-relate On Thu, May 5, 2016 at 8:58 AM, Nishad Musthafa wrote: > Sounds like a job for relate -> > https://wiki.freeswitch.org/wiki/Mod_conference#relate > On Thu, May 5, 2016 at 12:56 PM Yehavi Bourvine > wrote: > >> Hi, >> >> One of our users has a special request: He wants to make a conference >> (or a multi-participants phone call) which has the following behaviour: >> >> - Everyone hears him, >> - He hears everyone >> - All the other participants cannot hear each other. >> >> He needs this for some kind of a quick real time bid. >> >> Any idea whether this can be done and how? >> >> Today he simply holds 5 handsets and juggling among them. >> >> Thanks! __Yehavi: >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kind Regards Iwada -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/d427ee89/attachment.html From aubalde at presenceco.com Thu May 5 12:39:10 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Thu, 5 May 2016 10:39:10 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: Hi, These are the results of the following commands: *ps -LlFm -p `pidof freeswitch`* ===================================================================================== F S UID PID PPID LWP C NLWP PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME CMD ===================================================================================== 1 R 499 - - *3645* 10 - 99 19 - - - - 5 May02 - *05:56:26* - ===================================================================================== *pstack `pidof freewitch`* ===================================================================================== Thread 59 (Thread 0x7f4c196da700 (LWP *3645*)): #0 0x000000304d6e8e63 in epoll_wait () from /lib64/libc.so.6 #1 0x00007f4c1af51ba5 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so #2 0x00007f4c1af51a28 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so #3 0x00007f4c1af4f715 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so #4 0x000000304da079d1 in start_thread () from /lib64/libpthread.so.0 #5 0x000000304d6e886d in clone () from /lib64/libc.so.6 ===================================================================================== Any idea to get more information? Thanks, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-05-02 17:44 GMT+02:00 Agust? Ubalde : > Hi Giacomo, > > It remain "stuck" polling until Freeswitch is restarted. > > > Regards, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-05-02 17:20 GMT+02:00 Giacomo Vacca : > >> Hi Agust?, >> does the thread free CPU as soon as the number of concurrent calls goes >> down, or does it remain "stuck" polling? >> >> I don't want to provide a red herring here but I had a slightly similar >> issue, reported in https://freeswitch.org/jira/browse/FS-8726 >> >> The call thread that was saturating the CPU was tracked back by looking >> at the file descriptor shown by strace, then with netstat identifying the >> RTP port in use and then in the logs to find the session using that port. >> >> Hope this can provide some additional ideas, >> >> Giacomo >> >> On 2 May 2016 at 17:03, Agust? Ubalde wrote: >> >>> Hi Marek, >>> >>> Here are the results of the checks: >>> >>> ====================================================================== >>> *# top* >>> ====================================================================== >>> top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, >>> 0.27 >>> Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie >>> Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st* -----> HIGH CPU SYSTEM LOAD >>> Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, >>> 0.0%st >>> Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers >>> Swap: 786428k total, 0k used, 786428k free, 533952k cached >>> ====================================================================== >>> >>> ====================================================================== >>> *# ps -AL | grep freeswitch* >>> ====================================================================== >>> 27653 27653 ? 00:00:00 freeswitch >>> 27653 27654 ? 00:00:00 freeswitch >>> 27653 27656 ? 00:00:08 freeswitch >>> 27653 27657 ? 00:00:01 freeswitch >>> 27653 27660 ? 00:00:00 freeswitch >>> 27653 27661 ? 00:00:01 freeswitch >>> 27653 27662 ? 00:00:00 freeswitch >>> 27653 27663 ? 00:00:00 freeswitch >>> 27653 27666 ? 00:00:03 freeswitch >>> 27653 27667 ? 00:00:00 freeswitch >>> 27653 27668 ? 00:00:00 freeswitch >>> 27653 27669 ? 00:00:00 freeswitch >>> 27653 27670 ? 00:00:00 freeswitch >>> 27653 27671 ? 00:00:00 freeswitch >>> 27653 27672 ? 00:00:00 freeswitch >>> 27653 27673 ? 00:00:00 freeswitch >>> *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK >>> 27653 27675 ? 00:00:00 freeswitch >>> 27653 27676 ? 00:00:00 freeswitch >>> 27653 27677 ? 00:00:00 freeswitch >>> 27653 27678 ? 00:00:00 freeswitch >>> 27653 27679 ? 00:00:00 freeswitch >>> 27653 27680 ? 00:00:00 freeswitch >>> 27653 27681 ? 00:00:00 freeswitch >>> 27653 27682 ? 00:00:00 freeswitch >>> 27653 27683 ? 00:00:00 freeswitch >>> 27653 27684 ? 00:00:00 freeswitch >>> 27653 27685 ? 00:00:00 freeswitch >>> 27653 27686 ? 00:00:00 freeswitch >>> 27653 27692 ? 00:00:00 freeswitch >>> 27653 27693 ? 00:00:04 freeswitch >>> 27653 27694 ? 00:00:00 freeswitch >>> 27653 27695 ? 00:00:00 freeswitch >>> 27653 27719 ? 00:00:00 freeswitch >>> 27653 27725 ? 00:01:00 freeswitch >>> 27653 27726 ? 00:04:52 freeswitch >>> 27653 27738 ? 00:04:42 freeswitch >>> 27653 27739 ? 00:00:55 freeswitch >>> 27653 27741 ? 00:04:40 freeswitch >>> 27653 27743 ? 00:00:52 freeswitch >>> 27653 27744 ? 00:04:39 freeswitch >>> 27653 27745 ? 00:00:55 freeswitch >>> 27653 27748 ? 00:00:58 freeswitch >>> 27653 27749 ? 00:04:28 freeswitch >>> 27653 27751 ? 00:04:38 freeswitch >>> 27653 27752 ? 00:00:52 freeswitch >>> 27653 27764 ? 00:00:52 freeswitch >>> 27653 27765 ? 00:04:32 freeswitch >>> 27653 27767 ? 00:04:37 freeswitch >>> 27653 27768 ? 00:00:54 freeswitch >>> 27653 27769 ? 00:04:36 freeswitch >>> 27653 27770 ? 00:00:52 freeswitch >>> 27653 27773 ? 00:04:38 freeswitch >>> 27653 27774 ? 00:00:54 freeswitch >>> 27653 27776 ? 00:04:37 freeswitch >>> 27653 27777 ? 00:00:49 freeswitch >>> 27653 27780 ? 00:04:36 freeswitch >>> 27653 27781 ? 00:00:48 freeswitch >>> 27653 27782 ? 00:01:15 freeswitch >>> 27653 27783 ? 00:04:05 freeswitch >>> 27653 27785 ? 00:04:26 freeswitch >>> 27653 27786 ? 00:00:51 freeswitch >>> 27653 27794 ? 00:01:00 freeswitch >>> 27653 27795 ? 00:03:58 freeswitch >>> 27653 27797 ? 00:04:24 freeswitch >>> 27653 27798 ? 00:00:48 freeswitch >>> 27653 27801 ? 00:04:14 freeswitch >>> 27653 27802 ? 00:00:43 freeswitch >>> 27653 27804 ? 00:01:25 freeswitch >>> 27653 27805 ? 00:03:20 freeswitch >>> 27653 27807 ? 00:01:58 freeswitch >>> 27653 27809 ? 00:04:10 freeswitch >>> 27653 27810 ? 00:00:44 freeswitch >>> 27653 27813 ? 00:04:12 freeswitch >>> 27653 27814 ? 00:00:44 freeswitch >>> 27653 27823 ? 00:04:02 freeswitch >>> 27653 27824 ? 00:00:36 freeswitch >>> 27653 27838 ? 00:00:56 freeswitch >>> 27653 27839 ? 00:02:58 freeswitch >>> 27653 27870 ? 00:02:55 freeswitch >>> 27653 27871 ? 00:00:32 freeswitch >>> 27653 27893 ? 00:02:37 freeswitch >>> 27653 27894 ? 00:00:06 freeswitch >>> 27653 27927 ? 00:02:24 freeswitch >>> 27653 27929 ? 00:00:26 freeswitch >>> 27653 27948 ? 00:02:23 freeswitch >>> 27653 27949 ? 00:00:26 freeswitch >>> 27653 27955 ? 00:02:18 freeswitch >>> 27653 27956 ? 00:00:25 freeswitch >>> 27653 27957 ? 00:02:19 freeswitch >>> 27653 27958 ? 00:00:26 freeswitch >>> 27653 27963 ? 00:00:30 freeswitch >>> 27653 27964 ? 00:01:59 freeswitch >>> 27653 27968 ? 00:02:09 freeswitch >>> 27653 27969 ? 00:00:25 freeswitch >>> 27653 27970 ? 00:02:08 freeswitch >>> 27653 27971 ? 00:00:24 freeswitch >>> 27653 27983 ? 00:00:27 freeswitch >>> 27653 27984 ? 00:01:48 freeswitch >>> 27653 27989 ? 00:01:32 freeswitch >>> 27653 27990 ? 00:00:06 freeswitch >>> 27653 27995 ? 00:01:31 freeswitch >>> 27653 27996 ? 00:00:17 freeswitch >>> 27653 27997 ? 00:01:42 freeswitch >>> 27653 27999 ? 00:00:19 freeswitch >>> 27653 28001 ? 00:01:38 freeswitch >>> 27653 28002 ? 00:00:13 freeswitch >>> 27653 28006 ? 00:00:26 freeswitch >>> 27653 28007 ? 00:00:45 freeswitch >>> 27653 28010 ? 00:01:32 freeswitch >>> 27653 28011 ? 00:00:16 freeswitch >>> 27653 28022 ? 00:00:14 freeswitch >>> 27653 28047 ? 00:01:00 freeswitch >>> 27653 28048 ? 00:00:10 freeswitch >>> ====================================================================== >>> >>> ====================================================================== >>> *# strace -c -p 27674* >>> ====================================================================== >>> Process 27674 attached - interrupt to quit >>> ^CProcess 27674 detached >>> % time seconds usecs/call calls errors syscall >>> ------ ----------- ----------- --------- --------- ---------------- >>> * 94.08 18.452455 0 63874778 epoll_wait* >>> 5.90 1.156911 414 2797 nanosleep >>> 0.01 0.001940 1 3041 140 read >>> 0.01 0.001000 25 40 6 futex >>> 0.00 0.000655 0 1408 21 write >>> 0.00 0.000449 0 1389 sendto >>> 0.00 0.000356 0 1348 recvfrom >>> 0.00 0.000031 2 15 recvmsg >>> 0.00 0.000031 1 33 9 shutdown >>> 0.00 0.000029 1 38 mprotect >>> 0.00 0.000025 3 10 socket >>> 0.00 0.000023 2 10 bind >>> 0.00 0.000000 0 38 close >>> 0.00 0.000000 0 2 madvise >>> 0.00 0.000000 0 5 5 connect >>> 0.00 0.000000 0 30 accept >>> 0.00 0.000000 0 10 getsockname >>> 0.00 0.000000 0 140 setsockopt >>> 0.00 0.000000 0 9 getsockopt >>> 0.00 0.000000 0 208 fcntl >>> 0.00 0.000000 0 68 epoll_ctl >>> ------ ----------- ----------- --------- --------- ---------------- >>> 100.00 19.613905 63885417 181 total >>> ====================================================================== >>> >>> >>> Regards, >>> >>> *PRESENCE TECHNOLOGY* >>> *Agust? Ubalde Bellot* >>> Chief Developer >>> C/ Comte Urgell 240 3A >>> Barcelona 08036 >>> aubalde at presenceco.com >>> >>> Ph: +34 93 10 10 300 >>> Fx: +34 93 10 10 333 >>> >>> *www.presenceco.com* >>> >>> *Follow us on:* >>> >>> *[image: tw]* *[image: yt]* >>> *[image: in]* >>> *[image: ss]* >>> *[image: fb]* >>> >>> >>> For additional information, please visit our website >>> *www.presenceco.com* >>> >>> 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : >>> >>>> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): >>>> >>>> Strongly advise to be using latest release in 1.6, particularly for >>>> anything webrtc related. >>>> Strongly advice to use Debian 8, there were significant known >>>> performance problems on CentOS 6 >>>> >>>> >>>> can you send us link with description of centos6 performance problems? >>>> thanks >>>> >>>> >>>> >>>> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde >>>> wrote: >>>> >>>> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >>>> >>>> >>>> - CentOS 6.5 64b virutalized (ESXi) >>>> - Freeswitch 1.4.26 >>>> - 8vCPU - 4GB RAM >>>> >>>> >>>> Which traffic are you handling? >>>> >>>> >>>> - 60-70 active calls (WebRTC extensions) >>>> >>>> >>>> What are exactly the simptoms? >>>> >>>> >>>> - top command shows high system cpu load constantly (CPU 3) >>>> >>>> >>>> How you get them? Is that reproducible? >>>> >>>> >>>> - Always whit the same load (60-70 calls) >>>> >>>> >>>> -- >>>> --------------------------------------- >>>> Marek Cervenka >>>> ======================================= >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> *Presence Technology - DisclaimerThis message, its content and any file >>> attached thereto is for the intended recipient only and is confidential and >>> /or privileged. If you have received this e-mail in error or had access to >>> it, you should note that the information in it is private and any use >>> thereof is unauthorized. In such an event please notify us by e-mail or by >>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>> whatsoever means and any transmission or dissemination thereof to other >>> persons is prohibited. It should be deleted immediately from your system. >>> Presence Technology reserves the right to take legal action against any >>> persons unlawfully gaining access to the content of any external message it >>> has emitted.* >>> >>> *For additional information, please visit our website **www.presenceco.com >>> * >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/9004f8a9/attachment-0001.html From brian at linuxpenguins.xyz Thu May 5 12:47:12 2016 From: brian at linuxpenguins.xyz (Brian May) Date: Thu, 05 May 2016 18:47:12 +1000 Subject: [Freeswitch-users] Message is less than minimum record length In-Reply-To: <87mvobwcux.fsf@prune.linuxpenguins.xyz> References: <87wpoai62u.fsf@prune.linuxpenguins.xyz> <87mvobwcux.fsf@prune.linuxpenguins.xyz> Message-ID: <87shxwsxgv.fsf@prune.linuxpenguins.xyz> Brian May writes: > This only happens for calls via my external SIP provider. Local calls > to voice mail work fine. Also calls received via the external SIP > provider work fine if not diverted to voice mail. I filed a bug report. FS-9133 -- Brian May https://linuxpenguins.xyz/brian/ From aubalde at presenceco.com Thu May 5 13:40:46 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Thu, 5 May 2016 11:40:46 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: High latencies may cause the problem? Regards, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-05-05 10:39 GMT+02:00 Agust? Ubalde : > Hi, > > These are the results of the following commands: > > *ps -LlFm -p `pidof freeswitch`* > > ===================================================================================== > F S UID PID PPID LWP C NLWP PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME > CMD > > ===================================================================================== > 1 R 499 - - *3645* 10 - 99 19 - - - - 5 May02 - > *05:56:26* - > > ===================================================================================== > > *pstack `pidof freewitch`* > > ===================================================================================== > Thread 59 (Thread 0x7f4c196da700 (LWP *3645*)): > #0 0x000000304d6e8e63 in epoll_wait () from /lib64/libc.so.6 > #1 0x00007f4c1af51ba5 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #2 0x00007f4c1af51a28 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #3 0x00007f4c1af4f715 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #4 0x000000304da079d1 in start_thread () from /lib64/libpthread.so.0 > #5 0x000000304d6e886d in clone () from /lib64/libc.so.6 > > ===================================================================================== > > Any idea to get more information? > > > Thanks, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-05-02 17:44 GMT+02:00 Agust? Ubalde : > >> Hi Giacomo, >> >> It remain "stuck" polling until Freeswitch is restarted. >> >> >> Regards, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> 2016-05-02 17:20 GMT+02:00 Giacomo Vacca : >> >>> Hi Agust?, >>> does the thread free CPU as soon as the number of concurrent calls goes >>> down, or does it remain "stuck" polling? >>> >>> I don't want to provide a red herring here but I had a slightly similar >>> issue, reported in https://freeswitch.org/jira/browse/FS-8726 >>> >>> The call thread that was saturating the CPU was tracked back by looking >>> at the file descriptor shown by strace, then with netstat identifying the >>> RTP port in use and then in the logs to find the session using that port. >>> >>> Hope this can provide some additional ideas, >>> >>> Giacomo >>> >>> On 2 May 2016 at 17:03, Agust? Ubalde wrote: >>> >>>> Hi Marek, >>>> >>>> Here are the results of the checks: >>>> >>>> ====================================================================== >>>> *# top* >>>> ====================================================================== >>>> top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, >>>> 0.27 >>>> Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie >>>> Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st* -----> HIGH CPU SYSTEM LOAD >>>> Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers >>>> Swap: 786428k total, 0k used, 786428k free, 533952k cached >>>> ====================================================================== >>>> >>>> ====================================================================== >>>> *# ps -AL | grep freeswitch* >>>> ====================================================================== >>>> 27653 27653 ? 00:00:00 freeswitch >>>> 27653 27654 ? 00:00:00 freeswitch >>>> 27653 27656 ? 00:00:08 freeswitch >>>> 27653 27657 ? 00:00:01 freeswitch >>>> 27653 27660 ? 00:00:00 freeswitch >>>> 27653 27661 ? 00:00:01 freeswitch >>>> 27653 27662 ? 00:00:00 freeswitch >>>> 27653 27663 ? 00:00:00 freeswitch >>>> 27653 27666 ? 00:00:03 freeswitch >>>> 27653 27667 ? 00:00:00 freeswitch >>>> 27653 27668 ? 00:00:00 freeswitch >>>> 27653 27669 ? 00:00:00 freeswitch >>>> 27653 27670 ? 00:00:00 freeswitch >>>> 27653 27671 ? 00:00:00 freeswitch >>>> 27653 27672 ? 00:00:00 freeswitch >>>> 27653 27673 ? 00:00:00 freeswitch >>>> *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK >>>> 27653 27675 ? 00:00:00 freeswitch >>>> 27653 27676 ? 00:00:00 freeswitch >>>> 27653 27677 ? 00:00:00 freeswitch >>>> 27653 27678 ? 00:00:00 freeswitch >>>> 27653 27679 ? 00:00:00 freeswitch >>>> 27653 27680 ? 00:00:00 freeswitch >>>> 27653 27681 ? 00:00:00 freeswitch >>>> 27653 27682 ? 00:00:00 freeswitch >>>> 27653 27683 ? 00:00:00 freeswitch >>>> 27653 27684 ? 00:00:00 freeswitch >>>> 27653 27685 ? 00:00:00 freeswitch >>>> 27653 27686 ? 00:00:00 freeswitch >>>> 27653 27692 ? 00:00:00 freeswitch >>>> 27653 27693 ? 00:00:04 freeswitch >>>> 27653 27694 ? 00:00:00 freeswitch >>>> 27653 27695 ? 00:00:00 freeswitch >>>> 27653 27719 ? 00:00:00 freeswitch >>>> 27653 27725 ? 00:01:00 freeswitch >>>> 27653 27726 ? 00:04:52 freeswitch >>>> 27653 27738 ? 00:04:42 freeswitch >>>> 27653 27739 ? 00:00:55 freeswitch >>>> 27653 27741 ? 00:04:40 freeswitch >>>> 27653 27743 ? 00:00:52 freeswitch >>>> 27653 27744 ? 00:04:39 freeswitch >>>> 27653 27745 ? 00:00:55 freeswitch >>>> 27653 27748 ? 00:00:58 freeswitch >>>> 27653 27749 ? 00:04:28 freeswitch >>>> 27653 27751 ? 00:04:38 freeswitch >>>> 27653 27752 ? 00:00:52 freeswitch >>>> 27653 27764 ? 00:00:52 freeswitch >>>> 27653 27765 ? 00:04:32 freeswitch >>>> 27653 27767 ? 00:04:37 freeswitch >>>> 27653 27768 ? 00:00:54 freeswitch >>>> 27653 27769 ? 00:04:36 freeswitch >>>> 27653 27770 ? 00:00:52 freeswitch >>>> 27653 27773 ? 00:04:38 freeswitch >>>> 27653 27774 ? 00:00:54 freeswitch >>>> 27653 27776 ? 00:04:37 freeswitch >>>> 27653 27777 ? 00:00:49 freeswitch >>>> 27653 27780 ? 00:04:36 freeswitch >>>> 27653 27781 ? 00:00:48 freeswitch >>>> 27653 27782 ? 00:01:15 freeswitch >>>> 27653 27783 ? 00:04:05 freeswitch >>>> 27653 27785 ? 00:04:26 freeswitch >>>> 27653 27786 ? 00:00:51 freeswitch >>>> 27653 27794 ? 00:01:00 freeswitch >>>> 27653 27795 ? 00:03:58 freeswitch >>>> 27653 27797 ? 00:04:24 freeswitch >>>> 27653 27798 ? 00:00:48 freeswitch >>>> 27653 27801 ? 00:04:14 freeswitch >>>> 27653 27802 ? 00:00:43 freeswitch >>>> 27653 27804 ? 00:01:25 freeswitch >>>> 27653 27805 ? 00:03:20 freeswitch >>>> 27653 27807 ? 00:01:58 freeswitch >>>> 27653 27809 ? 00:04:10 freeswitch >>>> 27653 27810 ? 00:00:44 freeswitch >>>> 27653 27813 ? 00:04:12 freeswitch >>>> 27653 27814 ? 00:00:44 freeswitch >>>> 27653 27823 ? 00:04:02 freeswitch >>>> 27653 27824 ? 00:00:36 freeswitch >>>> 27653 27838 ? 00:00:56 freeswitch >>>> 27653 27839 ? 00:02:58 freeswitch >>>> 27653 27870 ? 00:02:55 freeswitch >>>> 27653 27871 ? 00:00:32 freeswitch >>>> 27653 27893 ? 00:02:37 freeswitch >>>> 27653 27894 ? 00:00:06 freeswitch >>>> 27653 27927 ? 00:02:24 freeswitch >>>> 27653 27929 ? 00:00:26 freeswitch >>>> 27653 27948 ? 00:02:23 freeswitch >>>> 27653 27949 ? 00:00:26 freeswitch >>>> 27653 27955 ? 00:02:18 freeswitch >>>> 27653 27956 ? 00:00:25 freeswitch >>>> 27653 27957 ? 00:02:19 freeswitch >>>> 27653 27958 ? 00:00:26 freeswitch >>>> 27653 27963 ? 00:00:30 freeswitch >>>> 27653 27964 ? 00:01:59 freeswitch >>>> 27653 27968 ? 00:02:09 freeswitch >>>> 27653 27969 ? 00:00:25 freeswitch >>>> 27653 27970 ? 00:02:08 freeswitch >>>> 27653 27971 ? 00:00:24 freeswitch >>>> 27653 27983 ? 00:00:27 freeswitch >>>> 27653 27984 ? 00:01:48 freeswitch >>>> 27653 27989 ? 00:01:32 freeswitch >>>> 27653 27990 ? 00:00:06 freeswitch >>>> 27653 27995 ? 00:01:31 freeswitch >>>> 27653 27996 ? 00:00:17 freeswitch >>>> 27653 27997 ? 00:01:42 freeswitch >>>> 27653 27999 ? 00:00:19 freeswitch >>>> 27653 28001 ? 00:01:38 freeswitch >>>> 27653 28002 ? 00:00:13 freeswitch >>>> 27653 28006 ? 00:00:26 freeswitch >>>> 27653 28007 ? 00:00:45 freeswitch >>>> 27653 28010 ? 00:01:32 freeswitch >>>> 27653 28011 ? 00:00:16 freeswitch >>>> 27653 28022 ? 00:00:14 freeswitch >>>> 27653 28047 ? 00:01:00 freeswitch >>>> 27653 28048 ? 00:00:10 freeswitch >>>> ====================================================================== >>>> >>>> ====================================================================== >>>> *# strace -c -p 27674* >>>> ====================================================================== >>>> Process 27674 attached - interrupt to quit >>>> ^CProcess 27674 detached >>>> % time seconds usecs/call calls errors syscall >>>> ------ ----------- ----------- --------- --------- ---------------- >>>> * 94.08 18.452455 0 63874778 epoll_wait* >>>> 5.90 1.156911 414 2797 nanosleep >>>> 0.01 0.001940 1 3041 140 read >>>> 0.01 0.001000 25 40 6 futex >>>> 0.00 0.000655 0 1408 21 write >>>> 0.00 0.000449 0 1389 sendto >>>> 0.00 0.000356 0 1348 recvfrom >>>> 0.00 0.000031 2 15 recvmsg >>>> 0.00 0.000031 1 33 9 shutdown >>>> 0.00 0.000029 1 38 mprotect >>>> 0.00 0.000025 3 10 socket >>>> 0.00 0.000023 2 10 bind >>>> 0.00 0.000000 0 38 close >>>> 0.00 0.000000 0 2 madvise >>>> 0.00 0.000000 0 5 5 connect >>>> 0.00 0.000000 0 30 accept >>>> 0.00 0.000000 0 10 getsockname >>>> 0.00 0.000000 0 140 setsockopt >>>> 0.00 0.000000 0 9 getsockopt >>>> 0.00 0.000000 0 208 fcntl >>>> 0.00 0.000000 0 68 epoll_ctl >>>> ------ ----------- ----------- --------- --------- ---------------- >>>> 100.00 19.613905 63885417 181 total >>>> ====================================================================== >>>> >>>> >>>> Regards, >>>> >>>> *PRESENCE TECHNOLOGY* >>>> *Agust? Ubalde Bellot* >>>> Chief Developer >>>> C/ Comte Urgell 240 3A >>>> Barcelona 08036 >>>> aubalde at presenceco.com >>>> >>>> Ph: +34 93 10 10 300 >>>> Fx: +34 93 10 10 333 >>>> >>>> *www.presenceco.com* >>>> >>>> *Follow us on:* >>>> >>>> *[image: tw]* *[image: yt]* >>>> *[image: in]* >>>> *[image: ss]* >>>> *[image: fb]* >>>> >>>> >>>> For additional information, please visit our website >>>> *www.presenceco.com* >>>> >>>> 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : >>>> >>>>> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): >>>>> >>>>> Strongly advise to be using latest release in 1.6, particularly for >>>>> anything webrtc related. >>>>> Strongly advice to use Debian 8, there were significant known >>>>> performance problems on CentOS 6 >>>>> >>>>> >>>>> can you send us link with description of centos6 performance problems? >>>>> thanks >>>>> >>>>> >>>>> >>>>> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde >>>>> wrote: >>>>> >>>>> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >>>>> >>>>> >>>>> - CentOS 6.5 64b virutalized (ESXi) >>>>> - Freeswitch 1.4.26 >>>>> - 8vCPU - 4GB RAM >>>>> >>>>> >>>>> Which traffic are you handling? >>>>> >>>>> >>>>> - 60-70 active calls (WebRTC extensions) >>>>> >>>>> >>>>> What are exactly the simptoms? >>>>> >>>>> >>>>> - top command shows high system cpu load constantly (CPU 3) >>>>> >>>>> >>>>> How you get them? Is that reproducible? >>>>> >>>>> >>>>> - Always whit the same load (60-70 calls) >>>>> >>>>> >>>>> -- >>>>> --------------------------------------- >>>>> Marek Cervenka >>>>> ======================================= >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> *Presence Technology - DisclaimerThis message, its content and any file >>>> attached thereto is for the intended recipient only and is confidential and >>>> /or privileged. If you have received this e-mail in error or had access to >>>> it, you should note that the information in it is private and any use >>>> thereof is unauthorized. In such an event please notify us by e-mail or by >>>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>>> whatsoever means and any transmission or dissemination thereof to other >>>> persons is prohibited. It should be deleted immediately from your system. >>>> Presence Technology reserves the right to take legal action against any >>>> persons unlawfully gaining access to the content of any external message it >>>> has emitted.* >>>> >>>> *For additional information, please visit our website **www.presenceco.com >>>> * >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/653b29f6/attachment-0001.html From jaybinks at gmail.com Thu May 5 14:56:58 2016 From: jaybinks at gmail.com (jay binks) Date: Thu, 5 May 2016 20:56:58 +1000 Subject: [Freeswitch-users] MS Lync / Skype For Business - MOH hangup Message-ID: Hi All, Im hoping that the collective experience of the FS Community might be able to help with some interop fun with Skype For Business, specifically where the SFB end sends a bye at around 3 min, after the call has been on hold for ( for most of that time ) I dont see anything obvious in the signalling, but a colleague who is quite experienced with Lync feels it may be related to how we are handling "a=inactive" when the call is on hold. I cant at this point share any of these SIP traces ( mainly because im yet to have this entire scenario tested in our lab ). I guess what Im asking is, does anyone have SFB working well with Freeswitch, and have you tested long periods of silence ( pressing mute in the SFB client ) and long periods of the call on hold. if so, can you potentially share any settings you had to tweak in order to make this work. Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/1a2630c3/attachment.html From miha at softnet.si Thu May 5 15:21:25 2016 From: miha at softnet.si (Miha) Date: Thu, 5 May 2016 13:21:25 +0200 Subject: [Freeswitch-users] MS Lync / Skype For Business - MOH hangup In-Reply-To: References: Message-ID: <572B2CB5.2010401@softnet.si> Hi Jay i would also borrow this threat. I am also integrating FS with SFB and experiencing some strange behaviour. When other side behind SFB pickup the call I do not get 200 ok and I do not know why SFB does not send it. The same config with asterisk works. @Jay do you have any special settings? br miha On 05/05/2016 12:56, jay binks wrote: > Hi All, > > Im hoping that the collective experience of the FS Community might be > able to help with some interop fun with Skype For Business, > specifically where the SFB end sends a bye at around 3 min, after the > call has been on hold for ( for most of that time ) > > I dont see anything obvious in the signalling, but a colleague who is > quite experienced with Lync feels it may be related to how we are > handling "a=inactive" when the call is on hold. > > I cant at this point share any of these SIP traces ( mainly because > im yet to have this entire scenario tested in our lab ). > > I guess what Im asking is, does anyone have SFB working well with > Freeswitch, and have you tested long periods of silence ( pressing > mute in the SFB client ) and long periods of the call on hold. > > if so, can you potentially share any settings you had to tweak in > order to make this work. > > Sincerely > > Jay > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/85d1589b/attachment.html From benjamin.cropley at gmail.com Thu May 5 15:37:12 2016 From: benjamin.cropley at gmail.com (Benjamin Cropley) Date: Thu, 5 May 2016 12:37:12 +0100 Subject: [Freeswitch-users] MS Lync / Skype For Business - MOH hangup In-Reply-To: References: Message-ID: Hi Jay, Can you clarify whether this issue only happens when you push mute on a SFB device or only when pushing the 'hold' key? Or both? (both are treated slightly differently in SIP). Ben On Thu, May 5, 2016 at 11:56 AM, jay binks wrote: > Hi All, > > Im hoping that the collective experience of the FS Community might be able > to help with some interop fun with Skype For Business, specifically where > the SFB end sends a bye at around 3 min, after the call has been on hold > for ( for most of that time ) > > I dont see anything obvious in the signalling, but a colleague who is > quite experienced with Lync feels it may be related to how we are handling > "a=inactive" when the call is on hold. > > I cant at this point share any of these SIP traces ( mainly because im yet > to have this entire scenario tested in our lab ). > > I guess what Im asking is, does anyone have SFB working well with > Freeswitch, and have you tested long periods of silence ( pressing mute in > the SFB client ) and long periods of the call on hold. > > if so, can you potentially share any settings you had to tweak in order to > make this work. > > Sincerely > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/1e6616f5/attachment.html From mylists at polite.se Thu May 5 16:11:56 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 5 May 2016 14:11:56 +0200 Subject: [Freeswitch-users] A minimal configuration Message-ID: <20160505121156.GA31024@blomma.liberationtech.net> So far I've been experimenting with modifying the default configuration but I'm now getting to the point where I'd prefer to start with a minimal configuration and incrementally add in the stuff I actually need. Is there a minimal start configuration available that I can use as a starting point? Oivvio From gregor at infomedia.si Thu May 5 16:18:26 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 5 May 2016 14:18:26 +0200 Subject: [Freeswitch-users] A minimal configuration In-Reply-To: <20160505121156.GA31024@blomma.liberationtech.net> References: <20160505121156.GA31024@blomma.liberationtech.net> Message-ID: Yes, I think it is. You can find it in source files in conf/minimal. Gregor 2016-05-05 14:11 GMT+02:00 Oivvio Polite : > > So far I've been experimenting with modifying the default configuration > but I'm now getting to the point where I'd prefer to start with a > minimal configuration and incrementally add in the stuff I actually > need. Is there a minimal start configuration available that I can use as > a starting point? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/d0dbcd6c/attachment-0001.html From mylists at polite.se Thu May 5 16:33:07 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 5 May 2016 14:33:07 +0200 Subject: [Freeswitch-users] A minimal configuration In-Reply-To: References: <20160505121156.GA31024@blomma.liberationtech.net> Message-ID: <20160505123307.GB31024@blomma.liberationtech.net> On tor, maj 05, 2016 at 02:18:26 +0200, Gregor Nanger wrote: > Yes, I think it is. You can find it in source files in conf/minimal. > Thanks! From jaybinks at gmail.com Thu May 5 16:34:43 2016 From: jaybinks at gmail.com (jay binks) Date: Thu, 5 May 2016 22:34:43 +1000 Subject: [Freeswitch-users] MS Lync / Skype For Business - MOH hangup In-Reply-To: References: Message-ID: I've seen similar things in both scenarios ( hold & mute ) but don't recall the specifics of each scenario. I can potentially gather more info tomorrow. Have you experienced the same things that I'm seeing ? ( have you found fixes ? ) Jay On May 5, 2016 9:37 PM, "Benjamin Cropley" wrote: Hi Jay, Can you clarify whether this issue only happens when you push mute on a SFB device or only when pushing the 'hold' key? Or both? (both are treated slightly differently in SIP). Ben On Thu, May 5, 2016 at 11:56 AM, jay binks wrote: > Hi All, > > Im hoping that the collective experience of the FS Community might be able > to help with some interop fun with Skype For Business, specifically where > the SFB end sends a bye at around 3 min, after the call has been on hold > for ( for most of that time ) > > I dont see anything obvious in the signalling, but a colleague who is > quite experienced with Lync feels it may be related to how we are handling > "a=inactive" when the call is on hold. > > I cant at this point share any of these SIP traces ( mainly because im yet > to have this entire scenario tested in our lab ). > > I guess what Im asking is, does anyone have SFB working well with > Freeswitch, and have you tested long periods of silence ( pressing mute in > the SFB client ) and long periods of the call on hold. > > if so, can you potentially share any settings you had to tweak in order to > make this work. > > Sincerely > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/8a0dc5c3/attachment.html From benjamin.cropley at gmail.com Thu May 5 17:12:29 2016 From: benjamin.cropley at gmail.com (Benjamin Cropley) Date: Thu, 5 May 2016 14:12:29 +0100 Subject: [Freeswitch-users] MS Lync / Skype For Business - MOH hangup In-Reply-To: References: Message-ID: Sorry no personal experience :( was just trying to help you understand they may be two separate causes if you didn't already know. For example, muting a phone will probably (unless specifically configured on the device not to) send SOME RTP/media data. It will just be audibly silent. As opposed to hold, in which you adjust SDP data (as your friend said) to indicate what's going on (eg. A will send to B but B will not send back or vice versa..). When FS receives a re-invite with adjust SDP it should respond with a 200OK to indicate that it's all fine. So I'd run a trace and check FS is sending a 200OK back. in summary: Something on SFB is timing out here. You need to find out what that is (SFB logs?) On Thu, May 5, 2016 at 1:34 PM, jay binks wrote: > I've seen similar things in both scenarios ( hold & mute ) but don't > recall the specifics of each scenario. I can potentially gather more info > tomorrow. > > Have you experienced the same things that I'm seeing ? ( have you found > fixes ? ) > > Jay > On May 5, 2016 9:37 PM, "Benjamin Cropley" > wrote: > > Hi Jay, > > Can you clarify whether this issue only happens when you push mute on a > SFB device or only when pushing the 'hold' key? Or both? (both are treated > slightly differently in SIP). > > Ben > > > On Thu, May 5, 2016 at 11:56 AM, jay binks wrote: > >> Hi All, >> >> Im hoping that the collective experience of the FS Community might be >> able to help with some interop fun with Skype For Business, >> specifically where the SFB end sends a bye at around 3 min, after the call >> has been on hold for ( for most of that time ) >> >> I dont see anything obvious in the signalling, but a colleague who is >> quite experienced with Lync feels it may be related to how we are handling >> "a=inactive" when the call is on hold. >> >> I cant at this point share any of these SIP traces ( mainly because >> im yet to have this entire scenario tested in our lab ). >> >> I guess what Im asking is, does anyone have SFB working well with >> Freeswitch, and have you tested long periods of silence ( pressing mute in >> the SFB client ) and long periods of the call on hold. >> >> if so, can you potentially share any settings you had to tweak in order >> to make this work. >> >> Sincerely >> >> Jay >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/af1c6bed/attachment.html From igorolhovskiy at gmail.com Thu May 5 18:06:07 2016 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 5 May 2016 17:06:07 +0300 Subject: [Freeswitch-users] mod_conference and mixing codecs Message-ID: Hi! I have an issue with a mod_conference. Now profile is set to default. But when one phone is connecting with G722 and other with PCMA, one with G722 has very distorted sound. This all is within virtual environment (VmWare). I know same problems with Asterisk MeetMe was about timings and modules. Is there any option for FreeSwitch to set in conference profile desired codec string or so? Cause even now it set to rate 8000 and still uses 16000 for G722 in same room. Freeswitch 1.6.6 -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/7ce47d46/attachment-0001.html From 35633 at heb.be Thu May 5 18:29:16 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Thu, 5 May 2016 16:29:16 +0200 Subject: [Freeswitch-users] dialplan with javascript Message-ID: hello i'm invoking a javascript script in my dialplan when i call my DID number. I've loaded the mod_javascript module Edit a javascript file in /usr/local/src/freeswitch/scripts var languageCode = "en"; var soundDir = "sound/"; function playFile(fileName, callBack, callBackArgs) { session.streamFile(soundDir + languageCode + "/" + fileName, callBack, callBackArgs); } session.answer(); //playFile("HelloWorld.wav"); playFile("/usr/local/freeswitch/sounds/en/us/callie/ivr/16000/ivr-welcome_to_freeswitch.wav"); exit(); ~ Edit a dialplan in /usr/local/freeswitch/conf/dialplan/public root at back-1:/usr/local/freeswitch/conf/dialplan/public# vi javas.xml It rings three time and then get busy. I've noticed the error "Responding to INVITE with 480. But when i dial dial directly my DID number without a javascript or othe script file in the dialplan, that works fine. Can someone help me understand what's going on and how to solve it. Thank you 2016-05-05 14:13:02.268768 [NOTICE] switch_channel.c:1104 New Channel sofia/external/anonymous at anonymous.invalid [7a68f854-12cb-11e6-b68f-75ea2a7b416e] 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:9376 sofia/external/anonymous at anonymous.invalid receiving invite from 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:6858 Channel sofia/external/anonymous at anonymous.invalid entering state [received][100] 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:6868 Remote SDP: v=0 o=cp10 146245758317 146245758317 IN IP4 10.7.1.9 s=SIP Call c=IN IP4 91.121.129.146 t=0 0 m=audio 36336 RTP/AVP 18 4 0 8 125 111 101 b=AS:21 a=rtpmap:18 G729/8000/1 a=fmtp:18 annexb=no a=rtpmap:4 G723/8000/1 a=fmtp:4 annexa=no a=rtpmap:0 PCMU/8000/1 a=rtpmap:8 PCMA/8000/1 a=rtpmap:125 CLEARMODE/8000/1 a=rtpmap:111 iLBC/8000/1 a=fmtp:111 mode=30 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:7227 (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> CS_INIT 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:562 (sofia/external/anonymous at anonymous.invalid) State NEW 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:89 sofia/external/anonymous at anonymous.invalid SOFIA INIT 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:40 sofia/external/anonymous at anonymous.invalid Standard INIT 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:48 (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> CS_ROUTING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_ROUTING 2016-05-05 14:13:02.268768 [DEBUG] switch_channel.c:2249 (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> RINGING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:142 sofia/external/anonymous at anonymous.invalid SOFIA ROUTING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:236 sofia/external/anonymous at anonymous.invalid Standard ROUTING 2016-05-05 14:13:02.268768 [INFO] mod_dialplan_xml.c:637 Processing Anonymous ->opensips in context public Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->unloop] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->outside_call] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition [outside_call] Dialplan: sofia/external/anonymous at anonymous.invalid Action set(outside_call=true) Dialplan: sofia/external/anonymous at anonymous.invalid Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->call_debug] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_extensions] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_did] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Action set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:286 (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> CS_EXECUTE 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_EXECUTE 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:197 sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:328 sofia/external/anonymous at anonymous.invalid Standard EXECUTE EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) 2016-05-05 14:13:02.268768 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [outside_call]=[true] EXECUTE sofia/external/anonymous at anonymous.invalid export(RFC2822_DATE=Thu, 05 May 2016 14:13:02 +0000) 2016-05-05 14:13:02.268768 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:02 +0000] EXECUTE sofia/external/anonymous at anonymous.invalid set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:02.268768 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [group_confirm_file]=[javascript monScript.js] 2016-05-05 14:13:02.268768 [NOTICE] switch_core_state_machine.c:385 sofia/external/anonymous at anonymous.invalid has executed the last dialplan instruction, hanging up. 2016-05-05 14:13:02.268768 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_HANGUP 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:809 (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> HANGUP 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:437 Channel sofia/external/anonymous at anonymous.invalid hanging up, cause: NORMAL_CLEARING 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:574 *Responding to INVITE with: 480* 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:60 sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: NORMAL_CLEARING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:578 (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> CS_REPORTING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_REPORTING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:174 sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: NORMAL_CLEARING 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING going to sleep 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:569 (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> CS_DESTROY 2016-05-05 14:13:02.268768 [DEBUG] switch_core_session.c:1646 Session 48 (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external entities 2016-05-05 14:13:02.268768 [NOTICE] switch_core_session.c:1664 Session 48 (sofia/external/anonymous at anonymous.invalid) Ended 2016-05-05 14:13:02.268768 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:700 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_DESTROY 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:342 sofia/external/anonymous at anonymous.invalid SOFIA DESTROY 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:181 sofia/external/anonymous at anonymous.invalid Standard DESTROY 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep 2016-05-05 14:13:03.108776 [WARNING] sofia.c:5912 Ping succeeded OpenSIPS-Front-2 with code 484 - count 1/1/1, state UP 2016-05-05 14:13:03.108776 [WARNING] sofia.c:5912 Ping succeeded OpenSIPS-Front-1 with code 484 - count 1/1/1, state UP 2016-05-05 14:13:05.148771 [NOTICE] switch_channel.c:1104 New Channel sofia/external/anonymous at anonymous.invalid [7c23a432-12cb-11e6-b694-75ea2a7b416e] 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:9376 sofia/external/anonymous at anonymous.invalid receiving invite from 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:6858 Channel sofia/external/anonymous at anonymous.invalid entering state [received][100] 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:6868 Remote SDP: v=0 o=cp10 146245758681 146245758681 IN IP4 10.7.16.156 s=SIP Call c=IN IP4 91.121.129.144 t=0 0 m=audio 35112 RTP/AVP 18 0 8 101 b=AS:21 a=rtpmap:18 G729/8000/1 a=fmtp:18 annexb=no a=rtpmap:0 PCMU/8000/1 a=rtpmap:8 PCMA/8000/1 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:7227 (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> CS_INIT 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:562 (sofia/external/anonymous at anonymous.invalid) State NEW 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:89 sofia/external/anonymous at anonymous.invalid SOFIA INIT 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:40 sofia/external/anonymous at anonymous.invalid Standard INIT 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:48 (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> CS_ROUTING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_ROUTING 2016-05-05 14:13:05.148771 [DEBUG] switch_channel.c:2249 (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> RINGING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:142 sofia/external/anonymous at anonymous.invalid SOFIA ROUTING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:236 sofia/external/anonymous at anonymous.invalid Standard ROUTING 2016-05-05 14:13:05.148771 [INFO] mod_dialplan_xml.c:637 Processing Anonymous ->opensips in context public Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->unloop] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->outside_call] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition [outside_call] Dialplan: sofia/external/anonymous at anonymous.invalid Action set(outside_call=true) Dialplan: sofia/external/anonymous at anonymous.invalid Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->call_debug] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_extensions] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_did] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Action set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:286 (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> CS_EXECUTE 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_EXECUTE 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:197 sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:328 sofia/external/anonymous at anonymous.invalid Standard EXECUTE EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) 2016-05-05 14:13:05.148771 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [outside_call]=[true] EXECUTE sofia/external/anonymous at anonymous.invalid export(RFC2822_DATE=Thu, 05 May 2016 14:13:05 +0000) 2016-05-05 14:13:05.148771 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:05 +0000] EXECUTE sofia/external/anonymous at anonymous.invalid set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:05.148771 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [group_confirm_file]=[javascript monScript.js] 2016-05-05 14:13:05.148771 [NOTICE] switch_core_state_machine.c:385 sofia/external/anonymous at anonymous.invalid has executed the last dialplan instruction, hanging up. 2016-05-05 14:13:05.148771 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_HANGUP 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:809 (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> HANGUP 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:437 Channel sofia/external/anonymous at anonymous.invalid hanging up, cause: NORMAL_CLEARING 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:574 *Responding to INVITE with: 480* 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:60 sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: NORMAL_CLEARING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:578 (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> CS_REPORTING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_REPORTING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:174 sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: NORMAL_CLEARING 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING going to sleep 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:569 (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> CS_DESTROY 2016-05-05 14:13:05.148771 [DEBUG] switch_core_session.c:1646 Session 49 (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external entities 2016-05-05 14:13:05.148771 [NOTICE] switch_core_session.c:1664 Session 49 (sofia/external/anonymous at anonymous.invalid) Ended 2016-05-05 14:13:05.148771 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:700 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_DESTROY 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:342 sofia/external/anonymous at anonymous.invalid SOFIA DESTROY 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:181 sofia/external/anonymous at anonymous.invalid Standard DESTROY 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep 2016-05-05 14:13:07.828788 [NOTICE] switch_channel.c:1104 New Channel sofia/external/anonymous at anonymous.invalid [7db92498-12cb-11e6-b699-75ea2a7b416e] 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:9376 sofia/external/anonymous at anonymous.invalid receiving invite from 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:6858 Channel sofia/external/anonymous at anonymous.invalid entering state [received][100] 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:6868 Remote SDP: v=0 o=cp10 146245758905 146245758905 IN IP4 10.7.1.121 s=SIP Call c=IN IP4 91.121.129.155 t=0 0 m=audio 35684 RTP/AVP 18 4 0 8 125 111 101 b=AS:21 a=rtpmap:18 G729/8000/1 a=fmtp:18 annexb=no a=rtpmap:4 G723/8000/1 a=fmtp:4 annexa=no a=rtpmap:0 PCMU/8000/1 a=rtpmap:8 PCMA/8000/1 a=rtpmap:125 CLEARMODE/8000/1 a=rtpmap:111 iLBC/8000/1 a=fmtp:111 mode=30 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:7227 (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> CS_INIT 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:562 (sofia/external/anonymous at anonymous.invalid) State NEW 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:89 sofia/external/anonymous at anonymous.invalid SOFIA INIT 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:40 sofia/external/anonymous at anonymous.invalid Standard INIT 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:48 (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> CS_ROUTING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:586 (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_ROUTING 2016-05-05 14:13:07.828788 [DEBUG] switch_channel.c:2249 (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> RINGING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:142 sofia/external/anonymous at anonymous.invalid SOFIA ROUTING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:236 sofia/external/anonymous at anonymous.invalid Standard ROUTING 2016-05-05 14:13:07.828788 [INFO] mod_dialplan_xml.c:637 Processing Anonymous ->opensips in context public Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->unloop] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->outside_call] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition [outside_call] Dialplan: sofia/external/anonymous at anonymous.invalid Action set(outside_call=true) Dialplan: sofia/external/anonymous at anonymous.invalid Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->call_debug] continue=true Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_extensions] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid parsing [public->public_did] continue=false Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false Dialplan: sofia/external/anonymous at anonymous.invalid Action set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:286 (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> CS_EXECUTE 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:602 (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_EXECUTE 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:197 sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:328 sofia/external/anonymous at anonymous.invalid Standard EXECUTE EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) 2016-05-05 14:13:07.828788 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [outside_call]=[true] EXECUTE sofia/external/anonymous at anonymous.invalid export(RFC2822_DATE=Thu, 05 May 2016 14:13:07 +0000) 2016-05-05 14:13:07.828788 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:07 +0000] EXECUTE sofia/external/anonymous at anonymous.invalid set(group_confirm_file=javascript monScript.js) 2016-05-05 14:13:07.828788 [DEBUG] mod_dptools.c:1519 SET sofia/external/anonymous at anonymous.invalid [group_confirm_file]=[javascript monScript.js] 2016-05-05 14:13:07.828788 [NOTICE] switch_core_state_machine.c:385 sofia/external/anonymous at anonymous.invalid has executed the last dialplan instruction, hanging up. 2016-05-05 14:13:07.828788 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:609 (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_HANGUP 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:809 (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> HANGUP 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:437 Channel sofia/external/anonymous at anonymous.invalid hanging up, cause: NORMAL_CLEARING 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:574 *Responding to INVITE with: 480* 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:60 sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: NORMAL_CLEARING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:811 (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:578 (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> CS_REPORTING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_REPORTING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:174 sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: NORMAL_CLEARING 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:897 (sofia/external/anonymous at anonymous.invalid) State REPORTING going to sleep 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:569 (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> CS_DESTROY 2016-05-05 14:13:07.828788 [DEBUG] switch_core_session.c:1646 Session 50 (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external entities 2016-05-05 14:13:07.828788 [NOTICE] switch_core_session.c:1664 Session 50 (sofia/external/anonymous at anonymous.invalid) Ended 2016-05-05 14:13:07.828788 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:700 (sofia/external/anonymous at anonymous.invalid) Running State Change CS_DESTROY 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:342 sofia/external/anonymous at anonymous.invalid SOFIA DESTROY 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:181 sofia/external/anonymous at anonymous.invalid Standard DESTROY 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:710 (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep freeswitch at back-1> root at back-1:/usr/local/freeswitch/bin# ./fs_cl -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/ba4d8f1c/attachment-0001.html From mike at jerris.com Thu May 5 18:43:19 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 5 May 2016 10:43:19 -0400 Subject: [Freeswitch-users] mod_conference and mixing codecs In-Reply-To: References: Message-ID: <6FFD3A9E-603D-4158-A15B-B31F7C0B2B94@jerris.com> Confirm if this is still an issue with master. I recall fixing something around this space. If it is still an issue in master, please file a jira. > On May 5, 2016, at 10:06 AM, Igor Olhovskiy wrote: > > Hi! > > I have an issue with a mod_conference. Now profile is set to default. But when one phone is connecting with G722 and other with PCMA, one with G722 has very distorted sound. This all is within virtual environment (VmWare). > I know same problems with Asterisk MeetMe was about timings and modules. Is there any option for FreeSwitch to set in conference profile desired codec string or so? Cause even now it set to rate 8000 and still uses 16000 for G722 in same room. > Freeswitch 1.6.6 From mylists at polite.se Thu May 5 19:19:00 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 5 May 2016 17:19:00 +0200 Subject: [Freeswitch-users] wss with letsencrypt certs / WebSocket opening handshake was canceled Message-ID: <20160505151900.GC31024@blomma.liberationtech.net> I had wss working with self signed certs and I'm now trying to move to certs from Letsencrypt. I have something working. Connecting to https://myip:port/ I get the green padlock in chrome, but on close inspection Chrome tells me: Your connection to https://myip:port/ is encrypted using an obsolete cipher suite. The connection uses TLS 1.2 The connection is encrypted and authenticated using AES_128_GCM and uses RSA as the key exchange mechanism" Screenshot here: http://imgur.com/tERQUXw When trying to establish a secure websocket with the verto library I get jquery.jsonrpcclient.js:285 WebSocket connection to 'wss://xxx.xxx.xxx.xxx:xxx' failed: WebSocket opening handshake was canceled When inspecting https://webrtc.freeswitch.org:8082/ with Chrome I get the same complaint as with my Letsencrypt certs but verto still works over there. So there's something else that I'm doing wrong. In the FS CLI i get this 2016-05-05 15:15:29.875866 [INFO] mod_verto.c:3997 myip:57884 Client Connect. 2016-05-05 15:15:29.895849 [INFO] mod_verto.c:1973 myip:57884 Starting client thread. 2016-05-05 15:15:29.975863 [DEBUG] mod_verto.c:1820 myip:57884 WS SETUP FAILED [] Any ideas on what else to try? Oivvio From msc at freeswitch.org Thu May 5 19:55:47 2016 From: msc at freeswitch.org (Michael Collins) Date: Thu, 5 May 2016 08:55:47 -0700 Subject: [Freeswitch-users] dialplan with javascript In-Reply-To: References: Message-ID: Hi Joselyn, What is the goal of this code? Are you trying to do the IVR answer confirmation? (Details here: https://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Answer_confirmation ) It's my understanding that you need to specify a sound file or phrase file for group_confirm_file. You'll also need to specify a group_confirm_key so that the system knows which DTMF key(s) to respond to. If your goal is something other than answer confirmation please give us more information. -MSC On Thu, May 5, 2016 at 7:29 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > hello i'm invoking a javascript script in my dialplan when i call my DID > number. > > I've loaded the mod_javascript module > Edit a javascript file in /usr/local/src/freeswitch/scripts > > > var languageCode = "en"; > var soundDir = "sound/"; > function playFile(fileName, callBack, callBackArgs) > { > session.streamFile(soundDir + languageCode + "/" + fileName, callBack, > callBackArgs); > } > session.answer(); > //playFile("HelloWorld.wav"); > > playFile("/usr/local/freeswitch/sounds/en/us/callie/ivr/16000/ivr-welcome_to_freeswitch.wav"); > exit(); > > ~ > > Edit a dialplan in /usr/local/freeswitch/conf/dialplan/public > > > root at back-1:/usr/local/freeswitch/conf/dialplan/public# vi javas.xml > > > > > > > > > It rings three time and then get busy. I've noticed the error "Responding > to INVITE with 480. > But when i dial dial directly my DID number without a javascript or othe > script file in the dialplan, that works fine. > > Can someone help me understand what's going on and how to solve it. > > Thank you > > 2016-05-05 14:13:02.268768 [NOTICE] switch_channel.c:1104 New Channel > sofia/external/anonymous at anonymous.invalid > [7a68f854-12cb-11e6-b68f-75ea2a7b416e] > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW > 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:9376 > sofia/external/anonymous at anonymous.invalid receiving invite from > 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit > 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:6858 Channel > sofia/external/anonymous at anonymous.invalid entering state [received][100] > 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:6868 Remote SDP: > v=0 > o=cp10 146245758317 146245758317 IN IP4 10.7.1.9 > s=SIP Call > c=IN IP4 91.121.129.146 > t=0 0 > m=audio 36336 RTP/AVP 18 4 0 8 125 111 101 > b=AS:21 > a=rtpmap:18 G729/8000/1 > a=fmtp:18 annexb=no > a=rtpmap:4 G723/8000/1 > a=fmtp:4 annexa=no > a=rtpmap:0 PCMU/8000/1 > a=rtpmap:8 PCMA/8000/1 > a=rtpmap:125 CLEARMODE/8000/1 > a=rtpmap:111 iLBC/8000/1 > a=fmtp:111 mode=30 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=ptime:30 > 2016-05-05 14:13:02.268768 [DEBUG] sofia.c:7227 > (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> > CS_INIT > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:562 > (sofia/external/anonymous at anonymous.invalid) State NEW > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:89 > sofia/external/anonymous at anonymous.invalid SOFIA INIT > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:40 > sofia/external/anonymous at anonymous.invalid Standard INIT > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:48 > (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> > CS_ROUTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_ROUTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_channel.c:2249 > (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> > RINGING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:142 > sofia/external/anonymous at anonymous.invalid SOFIA ROUTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:236 > sofia/external/anonymous at anonymous.invalid Standard ROUTING > 2016-05-05 14:13:02.268768 [INFO] mod_dialplan_xml.c:637 Processing > Anonymous ->opensips in context public > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->unloop] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->outside_call] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition > [outside_call] > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(outside_call=true) > Dialplan: sofia/external/anonymous at anonymous.invalid Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->call_debug] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [call_debug] ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_extensions] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_did] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:286 > (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> > CS_EXECUTE > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_EXECUTE > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:197 > sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:328 > sofia/external/anonymous at anonymous.invalid Standard EXECUTE > EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) > 2016-05-05 14:13:02.268768 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid [outside_call]=[true] > EXECUTE sofia/external/anonymous at anonymous.invalid > export(RFC2822_DATE=Thu, 05 May 2016 14:13:02 +0000) > 2016-05-05 14:13:02.268768 [DEBUG] switch_channel.c:1296 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:02 +0000] > EXECUTE sofia/external/anonymous at anonymous.invalid > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:02.268768 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid > [group_confirm_file]=[javascript monScript.js] > 2016-05-05 14:13:02.268768 [NOTICE] switch_core_state_machine.c:385 > sofia/external/anonymous at anonymous.invalid has executed the last dialplan > instruction, hanging up. > 2016-05-05 14:13:02.268768 [NOTICE] switch_core_state_machine.c:387 Hangup > sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_HANGUP > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:809 > (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> > HANGUP > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:437 Channel > sofia/external/anonymous at anonymous.invalid hanging up, cause: > NORMAL_CLEARING > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:574 *Responding to INVITE > with: 480* > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:60 > sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: > NORMAL_CLEARING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:578 > (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> > CS_REPORTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_REPORTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:174 > sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: > NORMAL_CLEARING > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING going to > sleep > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:569 > (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> > CS_DESTROY > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_session.c:1646 Session 48 > (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external > entities > 2016-05-05 14:13:02.268768 [NOTICE] switch_core_session.c:1664 Session 48 > (sofia/external/anonymous at anonymous.invalid) Ended > 2016-05-05 14:13:02.268768 [NOTICE] switch_core_session.c:1668 Close > Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:700 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_DESTROY > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY > 2016-05-05 14:13:02.268768 [DEBUG] mod_sofia.c:342 > sofia/external/anonymous at anonymous.invalid SOFIA DESTROY > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:181 > sofia/external/anonymous at anonymous.invalid Standard DESTROY > 2016-05-05 14:13:02.268768 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep > 2016-05-05 14:13:03.108776 [WARNING] sofia.c:5912 Ping succeeded > OpenSIPS-Front-2 with code 484 - count 1/1/1, state UP > 2016-05-05 14:13:03.108776 [WARNING] sofia.c:5912 Ping succeeded > OpenSIPS-Front-1 with code 484 - count 1/1/1, state UP > 2016-05-05 14:13:05.148771 [NOTICE] switch_channel.c:1104 New Channel > sofia/external/anonymous at anonymous.invalid > [7c23a432-12cb-11e6-b694-75ea2a7b416e] > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW > 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:9376 > sofia/external/anonymous at anonymous.invalid receiving invite from > 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit > 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:6858 Channel > sofia/external/anonymous at anonymous.invalid entering state [received][100] > 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:6868 Remote SDP: > v=0 > o=cp10 146245758681 146245758681 IN IP4 10.7.16.156 > s=SIP Call > c=IN IP4 91.121.129.144 > t=0 0 > m=audio 35112 RTP/AVP 18 0 8 101 > b=AS:21 > a=rtpmap:18 G729/8000/1 > a=fmtp:18 annexb=no > a=rtpmap:0 PCMU/8000/1 > a=rtpmap:8 PCMA/8000/1 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=ptime:30 > 2016-05-05 14:13:05.148771 [DEBUG] sofia.c:7227 > (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> > CS_INIT > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:562 > (sofia/external/anonymous at anonymous.invalid) State NEW > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:89 > sofia/external/anonymous at anonymous.invalid SOFIA INIT > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:40 > sofia/external/anonymous at anonymous.invalid Standard INIT > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:48 > (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> > CS_ROUTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_ROUTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_channel.c:2249 > (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> > RINGING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:142 > sofia/external/anonymous at anonymous.invalid SOFIA ROUTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:236 > sofia/external/anonymous at anonymous.invalid Standard ROUTING > 2016-05-05 14:13:05.148771 [INFO] mod_dialplan_xml.c:637 Processing > Anonymous ->opensips in context public > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->unloop] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->outside_call] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition > [outside_call] > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(outside_call=true) > Dialplan: sofia/external/anonymous at anonymous.invalid Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->call_debug] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [call_debug] ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_extensions] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_did] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:286 > (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> > CS_EXECUTE > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_EXECUTE > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:197 > sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:328 > sofia/external/anonymous at anonymous.invalid Standard EXECUTE > EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) > 2016-05-05 14:13:05.148771 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid [outside_call]=[true] > EXECUTE sofia/external/anonymous at anonymous.invalid > export(RFC2822_DATE=Thu, 05 May 2016 14:13:05 +0000) > 2016-05-05 14:13:05.148771 [DEBUG] switch_channel.c:1296 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:05 +0000] > EXECUTE sofia/external/anonymous at anonymous.invalid > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:05.148771 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid > [group_confirm_file]=[javascript monScript.js] > 2016-05-05 14:13:05.148771 [NOTICE] switch_core_state_machine.c:385 > sofia/external/anonymous at anonymous.invalid has executed the last dialplan > instruction, hanging up. > 2016-05-05 14:13:05.148771 [NOTICE] switch_core_state_machine.c:387 Hangup > sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_HANGUP > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:809 > (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> > HANGUP > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:437 Channel > sofia/external/anonymous at anonymous.invalid hanging up, cause: > NORMAL_CLEARING > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:574 *Responding to INVITE > with: 480* > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:60 > sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: > NORMAL_CLEARING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:578 > (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> > CS_REPORTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_REPORTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:174 > sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: > NORMAL_CLEARING > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING going to > sleep > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:569 > (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> > CS_DESTROY > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_session.c:1646 Session 49 > (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external > entities > 2016-05-05 14:13:05.148771 [NOTICE] switch_core_session.c:1664 Session 49 > (sofia/external/anonymous at anonymous.invalid) Ended > 2016-05-05 14:13:05.148771 [NOTICE] switch_core_session.c:1668 Close > Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:700 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_DESTROY > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY > 2016-05-05 14:13:05.148771 [DEBUG] mod_sofia.c:342 > sofia/external/anonymous at anonymous.invalid SOFIA DESTROY > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:181 > sofia/external/anonymous at anonymous.invalid Standard DESTROY > 2016-05-05 14:13:05.148771 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep > 2016-05-05 14:13:07.828788 [NOTICE] switch_channel.c:1104 New Channel > sofia/external/anonymous at anonymous.invalid > [7db92498-12cb-11e6-b699-75ea2a7b416e] > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_NEW > 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:9376 > sofia/external/anonymous at anonymous.invalid receiving invite from > 10.0.0.4:5060 version: 1.7.0 git 6fc6efa 2016-05-03 02:03:34Z 64bit > 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:6858 Channel > sofia/external/anonymous at anonymous.invalid entering state [received][100] > 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:6868 Remote SDP: > v=0 > o=cp10 146245758905 146245758905 IN IP4 10.7.1.121 > s=SIP Call > c=IN IP4 91.121.129.155 > t=0 0 > m=audio 35684 RTP/AVP 18 4 0 8 125 111 101 > b=AS:21 > a=rtpmap:18 G729/8000/1 > a=fmtp:18 annexb=no > a=rtpmap:4 G723/8000/1 > a=fmtp:4 annexa=no > a=rtpmap:0 PCMU/8000/1 > a=rtpmap:8 PCMA/8000/1 > a=rtpmap:125 CLEARMODE/8000/1 > a=rtpmap:111 iLBC/8000/1 > a=fmtp:111 mode=30 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=ptime:30 > 2016-05-05 14:13:07.828788 [DEBUG] sofia.c:7227 > (sofia/external/anonymous at anonymous.invalid) State Change CS_NEW -> > CS_INIT > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:562 > (sofia/external/anonymous at anonymous.invalid) State NEW > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change CS_INIT > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:89 > sofia/external/anonymous at anonymous.invalid SOFIA INIT > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:40 > sofia/external/anonymous at anonymous.invalid Standard INIT > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:48 > (sofia/external/anonymous at anonymous.invalid) State Change CS_INIT -> > CS_ROUTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:586 > (sofia/external/anonymous at anonymous.invalid) State INIT going to sleep > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_ROUTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_channel.c:2249 > (sofia/external/anonymous at anonymous.invalid) Callstate Change DOWN -> > RINGING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:142 > sofia/external/anonymous at anonymous.invalid SOFIA ROUTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:236 > sofia/external/anonymous at anonymous.invalid Standard ROUTING > 2016-05-05 14:13:07.828788 [INFO] mod_dialplan_xml.c:637 Processing > Anonymous ->opensips in context public > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->unloop] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->outside_call] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Absolute Condition > [outside_call] > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(outside_call=true) > Dialplan: sofia/external/anonymous at anonymous.invalid Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->call_debug] continue=true > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [call_debug] ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_extensions] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (FAIL) > [public_extensions] destination_number(opensips) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid parsing > [public->public_did] continue=false > Dialplan: sofia/external/anonymous at anonymous.invalid Regex (PASS) > [public_did] ${sip_to_user}(0972550428) =~ /(972550428)$/ break=on-false > Dialplan: sofia/external/anonymous at anonymous.invalid Action > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:286 > (sofia/external/anonymous at anonymous.invalid) State Change CS_ROUTING -> > CS_EXECUTE > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:602 > (sofia/external/anonymous at anonymous.invalid) State ROUTING going to sleep > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_EXECUTE > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:197 > sofia/external/anonymous at anonymous.invalid SOFIA EXECUTE > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:328 > sofia/external/anonymous at anonymous.invalid Standard EXECUTE > EXECUTE sofia/external/anonymous at anonymous.invalid set(outside_call=true) > 2016-05-05 14:13:07.828788 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid [outside_call]=[true] > EXECUTE sofia/external/anonymous at anonymous.invalid > export(RFC2822_DATE=Thu, 05 May 2016 14:13:07 +0000) > 2016-05-05 14:13:07.828788 [DEBUG] switch_channel.c:1296 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 05 May 2016 14:13:07 +0000] > EXECUTE sofia/external/anonymous at anonymous.invalid > set(group_confirm_file=javascript monScript.js) > 2016-05-05 14:13:07.828788 [DEBUG] mod_dptools.c:1519 SET > sofia/external/anonymous at anonymous.invalid > [group_confirm_file]=[javascript monScript.js] > 2016-05-05 14:13:07.828788 [NOTICE] switch_core_state_machine.c:385 > sofia/external/anonymous at anonymous.invalid has executed the last dialplan > instruction, hanging up. > 2016-05-05 14:13:07.828788 [NOTICE] switch_core_state_machine.c:387 Hangup > sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:609 > (sofia/external/anonymous at anonymous.invalid) State EXECUTE going to sleep > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_HANGUP > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:809 > (sofia/external/anonymous at anonymous.invalid) Callstate Change RINGING -> > HANGUP > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:437 Channel > sofia/external/anonymous at anonymous.invalid hanging up, cause: > NORMAL_CLEARING > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:574 *Responding to INVITE > with: 480* > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:60 > sofia/external/anonymous at anonymous.invalid Standard HANGUP, cause: > NORMAL_CLEARING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:811 > (sofia/external/anonymous at anonymous.invalid) State HANGUP going to sleep > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:578 > (sofia/external/anonymous at anonymous.invalid) State Change CS_HANGUP -> > CS_REPORTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:543 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_REPORTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:174 > sofia/external/anonymous at anonymous.invalid Standard REPORTING, cause: > NORMAL_CLEARING > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:897 > (sofia/external/anonymous at anonymous.invalid) State REPORTING going to > sleep > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:569 > (sofia/external/anonymous at anonymous.invalid) State Change CS_REPORTING -> > CS_DESTROY > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_session.c:1646 Session 50 > (sofia/external/anonymous at anonymous.invalid) Locked, Waiting on external > entities > 2016-05-05 14:13:07.828788 [NOTICE] switch_core_session.c:1664 Session 50 > (sofia/external/anonymous at anonymous.invalid) Ended > 2016-05-05 14:13:07.828788 [NOTICE] switch_core_session.c:1668 Close > Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:700 > (sofia/external/anonymous at anonymous.invalid) Running State Change > CS_DESTROY > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY > 2016-05-05 14:13:07.828788 [DEBUG] mod_sofia.c:342 > sofia/external/anonymous at anonymous.invalid SOFIA DESTROY > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:181 > sofia/external/anonymous at anonymous.invalid Standard DESTROY > 2016-05-05 14:13:07.828788 [DEBUG] switch_core_state_machine.c:710 > (sofia/external/anonymous at anonymous.invalid) State DESTROY going to sleep > freeswitch at back-1> > > > root at back-1:/usr/local/freeswitch/bin# ./fs_cl > > > > > Haute ?cole de Bruxelles > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/5ca1444e/attachment-0001.html From ssinyagin at gmail.com Thu May 5 20:41:49 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 5 May 2016 18:41:49 +0200 Subject: [Freeswitch-users] A minimal configuration In-Reply-To: <20160505123307.GB31024@blomma.liberationtech.net> References: <20160505121156.GA31024@blomma.liberationtech.net> <20160505123307.GB31024@blomma.liberationtech.net> Message-ID: Also here, with a tutorial: https://github.com/voxserv/freeswitch_conf_minimal On May 5, 2016 14:34, "Oivvio Polite" wrote: > On tor, maj 05, 2016 at 02:18:26 +0200, Gregor Nanger wrote: > > Yes, I think it is. You can find it in source files in conf/minimal. > > > > Thanks! > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/6bdecca4/attachment.html From aubalde at presenceco.com Thu May 5 20:47:51 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Thu, 5 May 2016 18:47:51 +0200 Subject: [Freeswitch-users] network_proto information Message-ID: Hi all, Anyone know why in the list of WebRTC extensions (*show registrations* command) the *network_proto* sometimes shows *tls* and other *udp*? Thanks! *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/c06c6ea0/attachment.html From lrezende at daitangroup.com Thu May 5 20:55:19 2016 From: lrezende at daitangroup.com (Luciano Augusto Rezende) Date: Thu, 5 May 2016 16:55:19 +0000 Subject: [Freeswitch-users] Add video stream to audio call (without media bypass) Message-ID: Hello I have a setup with two devices in a audio call, and one device wants to add video to the call. The device adding the video (A-leg) sends the re-invite freeswitch renegotiates the codecs for this leg, but the other leg remains untouched. I found that it may work using the bypass media option, but it won't do in my case because I need to be able to use transcoding if needed. The codecs that I'm using are PCMU, PCMA, OPUS and for video only H.264 I'm currently using freeswitch v1.6.7 both from the debian repo. Tl;dr: How can I add a video stream to an audio call without losing transcoding capability. Thanks Luciano Rezende -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/4ddc02f2/attachment.html From jungleboogie0 at gmail.com Thu May 5 21:11:50 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Thu, 5 May 2016 10:11:50 -0700 Subject: [Freeswitch-users] WebRTC issue In-Reply-To: References: <1461944804848-7596215.post@n2.nabble.com> <1462219640418-7596216.post@n2.nabble.com> <2FEFE196-69C7-44FA-8FE8-58E5F963006E@jerris.com> <04addde4efb516e65da13231d304aced@ctidealer.com.br> <995be9e915e56434ec085370eaa04c54@ctidealer.com.br> <9DD2111E-05FF-427A-A7AD-BC09DC98C4BE@jerris.com> Message-ID: On 4 May 2016 at 23:54, Gregor Nanger wrote: > > Huh, I am not used working with git. We are using Teamfundation. Can some else do this and I can assist. Or if can send me short directions. I am using Tortoise client. Take a look at this video: https://youtu.be/DsByQGPuePA?t=3m5s -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info xmpp: jungle-boogie at jit.si From igorolhovskiy at gmail.com Thu May 5 21:13:23 2016 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 5 May 2016 20:13:23 +0300 Subject: [Freeswitch-users] mod_conference and mixing codecs In-Reply-To: <6FFD3A9E-603D-4158-A15B-B31F7C0B2B94@jerris.com> References: <6FFD3A9E-603D-4158-A15B-B31F7C0B2B94@jerris.com> Message-ID: Yea, update to master helps. Thanks. 2016-05-05 17:43 GMT+03:00 Michael Jerris : > Confirm if this is still an issue with master. I recall fixing something > around this space. If it is still an issue in master, please file a jira. > > > On May 5, 2016, at 10:06 AM, Igor Olhovskiy > wrote: > > > > Hi! > > > > I have an issue with a mod_conference. Now profile is set to default. > But when one phone is connecting with G722 and other with PCMA, one with > G722 has very distorted sound. This all is within virtual environment > (VmWare). > > I know same problems with Asterisk MeetMe was about timings and modules. > Is there any option for FreeSwitch to set in conference profile desired > codec string or so? Cause even now it set to rate 8000 and still uses 16000 > for G722 in same room. > > Freeswitch 1.6.6 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/57a7a4bd/attachment-0001.html From italo at freeswitch.org Thu May 5 21:40:07 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Thu, 5 May 2016 14:40:07 -0300 Subject: [Freeswitch-users] wss with letsencrypt certs / WebSocket opening handshake was canceled In-Reply-To: <20160505151900.GC31024@blomma.liberationtech.net> References: <20160505151900.GC31024@blomma.liberationtech.net> Message-ID: Make sure you have: /usr/local/freeswitch/certs/wss.pem # CERT, KEY AND CHAIN files separated by \n /usr/local/freeswitch/certs/agent.pem # CERT file AND key file separated by \n /usr/local/freeswitch/certs/cafile.pem # CHAIN file or root CA On Thu, May 5, 2016 at 12:19 PM, Oivvio Polite wrote: > I had wss working with self signed certs and I'm now trying to move to > certs from Letsencrypt. > > I have something working. Connecting to https://myip:port/ I get the > green padlock in chrome, but on close inspection Chrome tells me: > > Your connection to https://myip:port/ is encrypted using an obsolete > cipher suite. > > The connection uses TLS 1.2 > > The connection is encrypted and authenticated using AES_128_GCM > and uses RSA as the key exchange mechanism" > > Screenshot here: http://imgur.com/tERQUXw > > > When trying to establish a secure websocket with the verto library I get > > jquery.jsonrpcclient.js:285 WebSocket connection to > 'wss://xxx.xxx.xxx.xxx:xxx' failed: WebSocket opening handshake was canceled > > > > When inspecting https://webrtc.freeswitch.org:8082/ with Chrome I get > the same complaint as with my Letsencrypt certs but verto still works > over there. So there's something else that I'm doing wrong. > > > In the FS CLI i get this > > 2016-05-05 15:15:29.875866 [INFO] mod_verto.c:3997 myip:57884 Client > Connect. > 2016-05-05 15:15:29.895849 [INFO] mod_verto.c:1973 myip:57884 Starting > client thread. > 2016-05-05 15:15:29.975863 [DEBUG] mod_verto.c:1820 myip:57884 WS > SETUP FAILED [] > > Any ideas on what else to try? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/90d48938/attachment.html From richard.mace at gmail.com Thu May 5 23:03:21 2016 From: richard.mace at gmail.com (Richard Mace) Date: Thu, 5 May 2016 20:03:21 +0100 Subject: [Freeswitch-users] Calling multiple endpoints on an incoming call In-Reply-To: References: Message-ID: Hi, I am just reading through the FreeSWITCH 1.6 cookbook and I'm a little confused on calling multiple endpoints. If I have an incoming call and I want to ring 3 extensions, is it better to bridge to a group or ring the multiple end points by specifying them individually? Which situation would be a fit for each one? Thanks Richard Mace RoCKSoftware -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/01ed0536/attachment.html From ssinyagin at gmail.com Fri May 6 00:10:05 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 5 May 2016 22:10:05 +0200 Subject: [Freeswitch-users] Calling multiple endpoints on an incoming call In-Reply-To: References: Message-ID: group_call returns a combined dial string that makes a call to its members. You can produce such a string yourself, and the end result will be the same. So, if you have an external application that controls the dialplan, it can create such strings directly, without using the groups in the directory. On May 5, 2016 21:04, "Richard Mace" wrote: Hi, I am just reading through the FreeSWITCH 1.6 cookbook and I'm a little confused on calling multiple endpoints. If I have an incoming call and I want to ring 3 extensions, is it better to bridge to a group or ring the multiple end points by specifying them individually? Which situation would be a fit for each one? Thanks Richard Mace RoCKSoftware _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/52bb3ad5/attachment.html From mylists at polite.se Fri May 6 00:18:47 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 5 May 2016 22:18:47 +0200 Subject: [Freeswitch-users] wss with letsencrypt certs / WebSocket opening handshake was canceled In-Reply-To: <20160505151900.GC31024@blomma.liberationtech.net> References: <20160505151900.GC31024@blomma.liberationtech.net> Message-ID: <20160505201847.GD31024@blomma.liberationtech.net> On tor, maj 05, 2016 at 05:19:00 +0200, Oivvio Polite wrote: > I had wss working with self signed certs and I'm now trying to move to > certs from Letsencrypt. > Solved it. In the js code for the browser I had specified the ip address rather than the domain name and the certificate was issued for a domain name. Oivvio From blackc2004 at gmail.com Fri May 6 01:15:06 2016 From: blackc2004 at gmail.com (Cj B) Date: Thu, 5 May 2016 14:15:06 -0700 Subject: [Freeswitch-users] Chatplan Invalid profile Message-ID: <4873AD8B-A410-4220-9B9C-18803B877F7E@gmail.com> Hi all, I?m trying to create a lua script to send an SMS message between phones and I keep getting this ?invalid profile? error. I?m trying follow the ?Sending a Message from a script? on the mod_sms confluence page. I found an old mailing list thread that said we need to "alias the domain or IP to the profile?. But I?m not exactly sure how to do that. Any hints? http://pastebin.com/uL3NpmMN Thanks, Cj B -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160505/9dd616d5/attachment.html From jeromepoulin at gmail.com Fri May 6 08:28:48 2016 From: jeromepoulin at gmail.com (=?UTF-8?B?SsOpcsO0bWUgUG91bGlu?=) Date: Fri, 6 May 2016 00:28:48 -0400 Subject: [Freeswitch-users] Pulse / portaudio / sharing In-Reply-To: <15A10D71-51AB-47BB-ACED-4E7F7C2CF27D@magicmail.mooo.com> References: <15A10D71-51AB-47BB-ACED-4E7F7C2CF27D@magicmail.mooo.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Apr 21, 2016 at 10:11 AM, Rick Jarvis wrote: > I?d like to monitor the audio levels on an audio interface that?s being used by mod_portaudio > > I?m guessing, but I don?t know, that the best way of doing this would be to use Pulse Audio, either directly or indirectly. > > I don?t know a huge deal about Pulse Audio though, and while it seems that there?s a mod_pulseaudio available, I can?t find much information on it, and there seem to be quite old unanswered questions about Pulse in relation to FreeSWITCH, on this list. > > Can anyone give me any suggestions on which way I might head? Pulseaudio would certainly help in getting an audio level monitor fast, there are already example code[1] and pavumeter available to do that quite fast. About the mod_pulseaudio module, I'd just like to say that we are using it quite extensively for a softphone on FreeSwitch 1.4.15~1-1~wheezy+1. I compiled the module externally and have it loaded on startup, when a new call is answered, a new PulseAudio channel is created. I also have PulseAudio bindings for Python available however, it isn't properly licensed yet for open source distribution, if you are interested, I might look into getting it on GitHub. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQHcBAEBAgAGBQJXLB1qAAoJEFoemNjsrCcXZcgN/0SAJdFGGFFP/eRquAJCf2L5 aqJzpK9BPazscDIlKDm4CgGCV7Kw7WWBDQmJxGRi2ua/oZ8SGUifimhFsoh06HEI gvlifDtdlwssxzKhNcCFRq9aZNh5I5RNhIUXMGf/m9daMK8okPvXCkly9l5ghXTu vKYxGaxeXT/PlPdn7BnBDQ+s/f+OUZPOcegwGF/pEVVGIQeXfEHSjUxB3P+Pu8to Tz3kkVYZTmcDYS0gnjJKuSdTyXdnOiImdPuKx88CK6HfzRTsRg04s83ZHAbdhqM5 MhBxneUtocg2+1Gyk7u5fo1zossRNT22fDcCYJ2HpdBN77c7R9SYUsNGO/Yo+jHv tiosh4w7wpZqrGE7x7Aq0acmkloYlsoFxRfzvetpCKVy+duzh6A6ytrBWGUEd1R1 864Zxt2Q06k/viSxdZ7D8myCMpCWYkdGZ+n6xDZZPsHEs7fj1lBFTSkAG3NnJq9V ncRoyxAqZdvmoFJ1zBYhyrLGLq2yXL3ZDmvRBNNbpaD5117X8I5SvfH/93x/bYdG nagMYD8EkPBqEwVD+403NC49/fJEraECgjGtxsVaZDy5XFe/xvit/ATFB060AKI= =LXdB -----END PGP SIGNATURE----- From findmeinwland at gmail.com Fri May 6 11:08:34 2016 From: findmeinwland at gmail.com (Artur Mega) Date: Fri, 6 May 2016 12:08:34 +0500 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: Thanks, Michael for reply Look, let's assume that call will come to internal profile (where authorisation is required). But then unauthorised call wont reach the dialplan, becouse it's not authorised... But i don't wanna drop such call, it must be allowed to go further to special context in dialplan. Desired algorythm is like: IF incoming call is authenticated THEN forward it to one dialplan ELSE forward it to another dialplan (don't drop) END. Who knows how can it be solved? 2016-05-04 20:14 GMT+05:00 Michael Jerris : > If a profile doesn't perform authorization, as is the case in the default > external profile, no calls are authorized as we do not attempt to authorize > them. You can't know if a call is authorized without challenging them. > > > On May 4, 2016, at 6:40 AM, Artur Mega wrote: > > Good day, > > How can I check incoming call to the External profile? Theoretically, both > authorised and unauthorised users can call via external profile. Tried to > detect authorised users with ${sip_authorised} variable, but it doesn't > help. :( > > -- > > Arthur > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Arthur -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/44d63c41/attachment.html From gregor at infomedia.si Fri May 6 11:47:54 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 06 May 2016 07:47:54 +0000 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: Can't you redirect incoming calls without authentication to external profile. For example from providers and other calls from extensions to internal profile? On Fri, May 6, 2016, 09:11 Artur Mega wrote: > Thanks, Michael for reply > > Look, let's assume that call will come to internal profile (where > authorisation is required). But then unauthorised call wont reach the > dialplan, becouse it's not authorised... But i don't wanna drop such call, > it must be allowed to go further to special context in dialplan. Desired > algorythm is like: > > IF incoming call is authenticated THEN forward it to one dialplan ELSE > forward it to another dialplan (don't drop) END. > > Who knows how can it be solved? > > 2016-05-04 20:14 GMT+05:00 Michael Jerris : > >> If a profile doesn't perform authorization, as is the case in the default >> external profile, no calls are authorized as we do not attempt to authorize >> them. You can't know if a call is authorized without challenging them. >> >> >> On May 4, 2016, at 6:40 AM, Artur Mega wrote: >> >> Good day, >> >> How can I check incoming call to the External profile? Theoretically, >> both authorised and unauthorised users can call via external profile. Tried >> to detect authorised users with ${sip_authorised} variable, but it doesn't >> help. :( >> >> -- >> >> Arthur >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Arthur > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/8f33bdc8/attachment.html From giacomo.vacca at gmail.com Fri May 6 11:50:07 2016 From: giacomo.vacca at gmail.com (Giacomo Vacca) Date: Fri, 6 May 2016 09:50:07 +0200 Subject: [Freeswitch-users] High load kernel In-Reply-To: References: <90331067-44BB-4109-9866-C9538730C145@jerris.com> <41942798-b790-fbc4-4e0a-6a7bd4430d32@fpf.slu.cz> Message-ID: On 5 May 2016 at 10:39, Agust? Ubalde wrote: > Hi, > > These are the results of the following commands: > > *ps -LlFm -p `pidof freeswitch`* > > ===================================================================================== > F S UID PID PPID LWP C NLWP PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME > CMD > > ===================================================================================== > 1 R 499 - - *3645* 10 - 99 19 - - - - 5 May02 - > *05:56:26* - > > ===================================================================================== > > *pstack `pidof freewitch`* > > ===================================================================================== > Thread 59 (Thread 0x7f4c196da700 (LWP *3645*)): > #0 0x000000304d6e8e63 in epoll_wait () from /lib64/libc.so.6 > #1 0x00007f4c1af51ba5 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #2 0x00007f4c1af51a28 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #3 0x00007f4c1af4f715 in ?? () from /usr/local/freeswitch/mod/mod_sofia.so > #4 0x000000304da079d1 in start_thread () from /lib64/libpthread.so.0 > #5 0x000000304d6e886d in clone () from /lib64/libc.so.6 > > ===================================================================================== > > Any idea to get more information? > Run strace without -c to see the details of the epoll (what status is returned?) and identify the FD associated to that activity. From there you can identify on what port the socket is listening and from the logs retrieve the call that may have caused the thread to remain looping. If you can re-build FS take a look at the patch provided in https://freeswitch.org/jira/browse/FS-8726, see if it can be applicable to the version you're using and whether after the application it keeps happening or not. If you haven't done yet, I'd suggest then raising a JIRA with all the collected info. Good luck, Giacomo > > > Thanks, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-05-02 17:44 GMT+02:00 Agust? Ubalde : > >> Hi Giacomo, >> >> It remain "stuck" polling until Freeswitch is restarted. >> >> >> Regards, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> 2016-05-02 17:20 GMT+02:00 Giacomo Vacca : >> >>> Hi Agust?, >>> does the thread free CPU as soon as the number of concurrent calls goes >>> down, or does it remain "stuck" polling? >>> >>> I don't want to provide a red herring here but I had a slightly similar >>> issue, reported in https://freeswitch.org/jira/browse/FS-8726 >>> >>> The call thread that was saturating the CPU was tracked back by looking >>> at the file descriptor shown by strace, then with netstat identifying the >>> RTP port in use and then in the logs to find the session using that port. >>> >>> Hope this can provide some additional ideas, >>> >>> Giacomo >>> >>> On 2 May 2016 at 17:03, Agust? Ubalde wrote: >>> >>>> Hi Marek, >>>> >>>> Here are the results of the checks: >>>> >>>> ====================================================================== >>>> *# top* >>>> ====================================================================== >>>> top - 10:16:15 up 10 days, 46 min, 3 users, load average: 1.13, 0.66, >>>> 0.27 >>>> Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie >>>> Cpu0 : 0.0%us, 0.0%sy, 15.7%ni, 84.3%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu1 : 0.0%us, 0.7%sy, 9.3%ni, 90.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu2 : 0.0%us, 0.0%sy, 9.6%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu3 : 0.0%us, 1.0%sy, 6.6%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> *Cpu4 : 0.0%us, 72.7%sy, 27.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st* -----> HIGH CPU SYSTEM LOAD >>>> Cpu5 : 0.0%us, 0.0%sy, 14.2%ni, 85.8%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu6 : 0.0%us, 1.4%sy, 8.2%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Cpu7 : 0.0%us, 0.0%sy, 9.4%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, >>>> 0.0%st >>>> Mem: 1921520k total, 995092k used, 926428k free, 185628k buffers >>>> Swap: 786428k total, 0k used, 786428k free, 533952k cached >>>> ====================================================================== >>>> >>>> ====================================================================== >>>> *# ps -AL | grep freeswitch* >>>> ====================================================================== >>>> 27653 27653 ? 00:00:00 freeswitch >>>> 27653 27654 ? 00:00:00 freeswitch >>>> 27653 27656 ? 00:00:08 freeswitch >>>> 27653 27657 ? 00:00:01 freeswitch >>>> 27653 27660 ? 00:00:00 freeswitch >>>> 27653 27661 ? 00:00:01 freeswitch >>>> 27653 27662 ? 00:00:00 freeswitch >>>> 27653 27663 ? 00:00:00 freeswitch >>>> 27653 27666 ? 00:00:03 freeswitch >>>> 27653 27667 ? 00:00:00 freeswitch >>>> 27653 27668 ? 00:00:00 freeswitch >>>> 27653 27669 ? 00:00:00 freeswitch >>>> 27653 27670 ? 00:00:00 freeswitch >>>> 27653 27671 ? 00:00:00 freeswitch >>>> 27653 27672 ? 00:00:00 freeswitch >>>> 27653 27673 ? 00:00:00 freeswitch >>>> *27653 27674 ? 01:23:45 freeswitch* -----> PROCESS TO CHECK >>>> 27653 27675 ? 00:00:00 freeswitch >>>> 27653 27676 ? 00:00:00 freeswitch >>>> 27653 27677 ? 00:00:00 freeswitch >>>> 27653 27678 ? 00:00:00 freeswitch >>>> 27653 27679 ? 00:00:00 freeswitch >>>> 27653 27680 ? 00:00:00 freeswitch >>>> 27653 27681 ? 00:00:00 freeswitch >>>> 27653 27682 ? 00:00:00 freeswitch >>>> 27653 27683 ? 00:00:00 freeswitch >>>> 27653 27684 ? 00:00:00 freeswitch >>>> 27653 27685 ? 00:00:00 freeswitch >>>> 27653 27686 ? 00:00:00 freeswitch >>>> 27653 27692 ? 00:00:00 freeswitch >>>> 27653 27693 ? 00:00:04 freeswitch >>>> 27653 27694 ? 00:00:00 freeswitch >>>> 27653 27695 ? 00:00:00 freeswitch >>>> 27653 27719 ? 00:00:00 freeswitch >>>> 27653 27725 ? 00:01:00 freeswitch >>>> 27653 27726 ? 00:04:52 freeswitch >>>> 27653 27738 ? 00:04:42 freeswitch >>>> 27653 27739 ? 00:00:55 freeswitch >>>> 27653 27741 ? 00:04:40 freeswitch >>>> 27653 27743 ? 00:00:52 freeswitch >>>> 27653 27744 ? 00:04:39 freeswitch >>>> 27653 27745 ? 00:00:55 freeswitch >>>> 27653 27748 ? 00:00:58 freeswitch >>>> 27653 27749 ? 00:04:28 freeswitch >>>> 27653 27751 ? 00:04:38 freeswitch >>>> 27653 27752 ? 00:00:52 freeswitch >>>> 27653 27764 ? 00:00:52 freeswitch >>>> 27653 27765 ? 00:04:32 freeswitch >>>> 27653 27767 ? 00:04:37 freeswitch >>>> 27653 27768 ? 00:00:54 freeswitch >>>> 27653 27769 ? 00:04:36 freeswitch >>>> 27653 27770 ? 00:00:52 freeswitch >>>> 27653 27773 ? 00:04:38 freeswitch >>>> 27653 27774 ? 00:00:54 freeswitch >>>> 27653 27776 ? 00:04:37 freeswitch >>>> 27653 27777 ? 00:00:49 freeswitch >>>> 27653 27780 ? 00:04:36 freeswitch >>>> 27653 27781 ? 00:00:48 freeswitch >>>> 27653 27782 ? 00:01:15 freeswitch >>>> 27653 27783 ? 00:04:05 freeswitch >>>> 27653 27785 ? 00:04:26 freeswitch >>>> 27653 27786 ? 00:00:51 freeswitch >>>> 27653 27794 ? 00:01:00 freeswitch >>>> 27653 27795 ? 00:03:58 freeswitch >>>> 27653 27797 ? 00:04:24 freeswitch >>>> 27653 27798 ? 00:00:48 freeswitch >>>> 27653 27801 ? 00:04:14 freeswitch >>>> 27653 27802 ? 00:00:43 freeswitch >>>> 27653 27804 ? 00:01:25 freeswitch >>>> 27653 27805 ? 00:03:20 freeswitch >>>> 27653 27807 ? 00:01:58 freeswitch >>>> 27653 27809 ? 00:04:10 freeswitch >>>> 27653 27810 ? 00:00:44 freeswitch >>>> 27653 27813 ? 00:04:12 freeswitch >>>> 27653 27814 ? 00:00:44 freeswitch >>>> 27653 27823 ? 00:04:02 freeswitch >>>> 27653 27824 ? 00:00:36 freeswitch >>>> 27653 27838 ? 00:00:56 freeswitch >>>> 27653 27839 ? 00:02:58 freeswitch >>>> 27653 27870 ? 00:02:55 freeswitch >>>> 27653 27871 ? 00:00:32 freeswitch >>>> 27653 27893 ? 00:02:37 freeswitch >>>> 27653 27894 ? 00:00:06 freeswitch >>>> 27653 27927 ? 00:02:24 freeswitch >>>> 27653 27929 ? 00:00:26 freeswitch >>>> 27653 27948 ? 00:02:23 freeswitch >>>> 27653 27949 ? 00:00:26 freeswitch >>>> 27653 27955 ? 00:02:18 freeswitch >>>> 27653 27956 ? 00:00:25 freeswitch >>>> 27653 27957 ? 00:02:19 freeswitch >>>> 27653 27958 ? 00:00:26 freeswitch >>>> 27653 27963 ? 00:00:30 freeswitch >>>> 27653 27964 ? 00:01:59 freeswitch >>>> 27653 27968 ? 00:02:09 freeswitch >>>> 27653 27969 ? 00:00:25 freeswitch >>>> 27653 27970 ? 00:02:08 freeswitch >>>> 27653 27971 ? 00:00:24 freeswitch >>>> 27653 27983 ? 00:00:27 freeswitch >>>> 27653 27984 ? 00:01:48 freeswitch >>>> 27653 27989 ? 00:01:32 freeswitch >>>> 27653 27990 ? 00:00:06 freeswitch >>>> 27653 27995 ? 00:01:31 freeswitch >>>> 27653 27996 ? 00:00:17 freeswitch >>>> 27653 27997 ? 00:01:42 freeswitch >>>> 27653 27999 ? 00:00:19 freeswitch >>>> 27653 28001 ? 00:01:38 freeswitch >>>> 27653 28002 ? 00:00:13 freeswitch >>>> 27653 28006 ? 00:00:26 freeswitch >>>> 27653 28007 ? 00:00:45 freeswitch >>>> 27653 28010 ? 00:01:32 freeswitch >>>> 27653 28011 ? 00:00:16 freeswitch >>>> 27653 28022 ? 00:00:14 freeswitch >>>> 27653 28047 ? 00:01:00 freeswitch >>>> 27653 28048 ? 00:00:10 freeswitch >>>> ====================================================================== >>>> >>>> ====================================================================== >>>> *# strace -c -p 27674* >>>> ====================================================================== >>>> Process 27674 attached - interrupt to quit >>>> ^CProcess 27674 detached >>>> % time seconds usecs/call calls errors syscall >>>> ------ ----------- ----------- --------- --------- ---------------- >>>> * 94.08 18.452455 0 63874778 epoll_wait* >>>> 5.90 1.156911 414 2797 nanosleep >>>> 0.01 0.001940 1 3041 140 read >>>> 0.01 0.001000 25 40 6 futex >>>> 0.00 0.000655 0 1408 21 write >>>> 0.00 0.000449 0 1389 sendto >>>> 0.00 0.000356 0 1348 recvfrom >>>> 0.00 0.000031 2 15 recvmsg >>>> 0.00 0.000031 1 33 9 shutdown >>>> 0.00 0.000029 1 38 mprotect >>>> 0.00 0.000025 3 10 socket >>>> 0.00 0.000023 2 10 bind >>>> 0.00 0.000000 0 38 close >>>> 0.00 0.000000 0 2 madvise >>>> 0.00 0.000000 0 5 5 connect >>>> 0.00 0.000000 0 30 accept >>>> 0.00 0.000000 0 10 getsockname >>>> 0.00 0.000000 0 140 setsockopt >>>> 0.00 0.000000 0 9 getsockopt >>>> 0.00 0.000000 0 208 fcntl >>>> 0.00 0.000000 0 68 epoll_ctl >>>> ------ ----------- ----------- --------- --------- ---------------- >>>> 100.00 19.613905 63885417 181 total >>>> ====================================================================== >>>> >>>> >>>> Regards, >>>> >>>> *PRESENCE TECHNOLOGY* >>>> *Agust? Ubalde Bellot* >>>> Chief Developer >>>> C/ Comte Urgell 240 3A >>>> Barcelona 08036 >>>> aubalde at presenceco.com >>>> >>>> Ph: +34 93 10 10 300 >>>> Fx: +34 93 10 10 333 >>>> >>>> *www.presenceco.com* >>>> >>>> *Follow us on:* >>>> >>>> *[image: tw]* *[image: yt]* >>>> *[image: in]* >>>> *[image: ss]* >>>> *[image: fb]* >>>> >>>> >>>> For additional information, please visit our website >>>> *www.presenceco.com* >>>> >>>> 2016-05-02 13:38 GMT+02:00 Marek ?ervenka : >>>> >>>>> Dne 28.4.2016 v 20:15 Michael Jerris napsal(a): >>>>> >>>>> Strongly advise to be using latest release in 1.6, particularly for >>>>> anything webrtc related. >>>>> Strongly advice to use Debian 8, there were significant known >>>>> performance problems on CentOS 6 >>>>> >>>>> >>>>> can you send us link with description of centos6 performance problems? >>>>> thanks >>>>> >>>>> >>>>> >>>>> On Apr 28, 2016, at 6:41 AM, Agust? Ubalde >>>>> wrote: >>>>> >>>>> Which OS, FS revision, platform, hardware, ram, cpu, etc are you using? >>>>> >>>>> >>>>> - CentOS 6.5 64b virutalized (ESXi) >>>>> - Freeswitch 1.4.26 >>>>> - 8vCPU - 4GB RAM >>>>> >>>>> >>>>> Which traffic are you handling? >>>>> >>>>> >>>>> - 60-70 active calls (WebRTC extensions) >>>>> >>>>> >>>>> What are exactly the simptoms? >>>>> >>>>> >>>>> - top command shows high system cpu load constantly (CPU 3) >>>>> >>>>> >>>>> How you get them? Is that reproducible? >>>>> >>>>> >>>>> - Always whit the same load (60-70 calls) >>>>> >>>>> >>>>> -- >>>>> --------------------------------------- >>>>> Marek Cervenka >>>>> ======================================= >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> *Presence Technology - DisclaimerThis message, its content and any file >>>> attached thereto is for the intended recipient only and is confidential and >>>> /or privileged. If you have received this e-mail in error or had access to >>>> it, you should note that the information in it is private and any use >>>> thereof is unauthorized. In such an event please notify us by e-mail or by >>>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>>> whatsoever means and any transmission or dissemination thereof to other >>>> persons is prohibited. It should be deleted immediately from your system. >>>> Presence Technology reserves the right to take legal action against any >>>> persons unlawfully gaining access to the content of any external message it >>>> has emitted.* >>>> >>>> *For additional information, please visit our website **www.presenceco.com >>>> * >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > > *Presence Technology - DisclaimerThis message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/4804ddec/attachment-0001.html From gregor at infomedia.si Fri May 6 12:02:29 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 6 May 2016 10:02:29 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Italo, one question. Is it possible to also send in verto::login event some details about client (browser, referer...)? 2016-05-03 16:01 GMT+02:00 Gregor Nanger : > Oh, great... This is what I was looking for. If this variable is now on > disconnect, is great. > > It is just that I am on Windows and still not successed to build it by my > self :-(( > > 2016-05-03 15:53 GMT+02:00 ?talo Rossi : > >> Make sure you're using latest master, verto::login has >> variable verto_login and I've added verto_login also to verto::disconnect >> >> On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger >> wrote: >> >>> This is exactly what I did. >>> >>> I am monitoring registrations via ESL and maintain status in my >>> database. If I restart esl client, I read current status from verto >>> xmlstatus. >>> >>> Thank you. >>> >>> 2016-05-03 1:30 GMT+02:00 Brian West : >>> >>>> Or injest the output of 'verto xmlstatus' >>>> >>>> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >>>> wrote: >>>> >>>>> Yes, will do. I will have to maintain list of connected/disconnected >>>>> in my db. >>>>> >>>>> 2016-05-03 0:07 GMT+02:00 Brian West : >>>>> >>>>>> look at verto::login, and verto::disconnect, that should solve it. >>>>>> >>>>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>>>> wrote: >>>>>> >>>>>>> Thank you, Brian. >>>>>>> >>>>>>> It is just that on client_disconnect there is only >>>>>>> verto_client_address not user as on client_connect and I do not know which >>>>>>> user disconnected. >>>>>>> >>>>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>>>> >>>>>>>> verto::client_connect >>>>>>>> >>>>>>>> verto::client_disconnect >>>>>>>> >>>>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Hi! >>>>>>>>> >>>>>>>>> If I want to monitor registration via ESL I can subscribe to >>>>>>>>> custom events sofia::register, sofia:unregister >>>>>>>>> >>>>>>>>> But this doesn't work for verto registrations. There are also >>>>>>>>> custom events and for registration I can use verto:login. But for >>>>>>>>> disconnect there is verto:client_disconnect that only has connection id, no >>>>>>>>> user data who was disconnected. >>>>>>>>> >>>>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>>>> think this is not optimal solution. >>>>>>>>> >>>>>>>>> Any hint how can I monitor registration via verto? >>>>>>>>> >>>>>>>>> Best regards, Gregor >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>> >>>>>>>> Got Bugs? Report them here >>>>>>>> ! >>>>>>>> | Reddit: /r/freeswitch >>>>>>>> >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>> >>>>>> Got Bugs? Report them here >>>>>> ! >>>>>> | Reddit: /r/freeswitch >>>>>> >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here >>>> ! >>>> | Reddit: /r/freeswitch >>>> >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/5e4b3ccd/attachment-0001.html From 35633 at heb.be Fri May 6 12:31:49 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Fri, 6 May 2016 10:31:49 +0200 Subject: [Freeswitch-users] FreeSwitch Dialplan and javascript Message-ID: Hello, I,m invoking a script (javascript) in the dialplan, but when i call my DID number, it rings busy and hsow the error: Responding to INVITE with 480. I've tried many time to fix it, but i still hane no results. I've edit an extention in /public directory, no resluts; add an extension in public.xml in the dialplan directory, still have no results. Can you please tell me the steps i have to follow in order to use my script in the dialplan? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/d8946cdf/attachment.html From 35633 at heb.be Fri May 6 16:31:53 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Fri, 6 May 2016 14:31:53 +0200 Subject: [Freeswitch-users] bad udp cksum Message-ID: What means bad udp cksum error when in freeswitch. I can not get the incoming call when i invoke a script (janascript) in the dialplan. i get errors like: bad cksum adn then : 480 Temporarily unvailable Responding to INVITE with 480 Any ideas? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/59cf58ac/attachment.html From italo at freeswitch.org Fri May 6 16:52:14 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 6 May 2016 09:52:14 -0300 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Possible, yes. What's implemented now is that you can set userVariables when creating dialogs, check newCall js method or vertoService.js for example usage. On Fri, May 6, 2016 at 5:02 AM, Gregor Nanger wrote: > Italo, one question. > > Is it possible to also send in verto::login event some details about > client (browser, referer...)? > > 2016-05-03 16:01 GMT+02:00 Gregor Nanger : > >> Oh, great... This is what I was looking for. If this variable is now on >> disconnect, is great. >> >> It is just that I am on Windows and still not successed to build it by my >> self :-(( >> >> 2016-05-03 15:53 GMT+02:00 ?talo Rossi : >> >>> Make sure you're using latest master, verto::login has >>> variable verto_login and I've added verto_login also to verto::disconnect >>> >>> On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger >>> wrote: >>> >>>> This is exactly what I did. >>>> >>>> I am monitoring registrations via ESL and maintain status in my >>>> database. If I restart esl client, I read current status from verto >>>> xmlstatus. >>>> >>>> Thank you. >>>> >>>> 2016-05-03 1:30 GMT+02:00 Brian West : >>>> >>>>> Or injest the output of 'verto xmlstatus' >>>>> >>>>> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >>>>> wrote: >>>>> >>>>>> Yes, will do. I will have to maintain list of connected/disconnected >>>>>> in my db. >>>>>> >>>>>> 2016-05-03 0:07 GMT+02:00 Brian West : >>>>>> >>>>>>> look at verto::login, and verto::disconnect, that should solve it. >>>>>>> >>>>>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>>>>> wrote: >>>>>>> >>>>>>>> Thank you, Brian. >>>>>>>> >>>>>>>> It is just that on client_disconnect there is only >>>>>>>> verto_client_address not user as on client_connect and I do not know which >>>>>>>> user disconnected. >>>>>>>> >>>>>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>>>>> >>>>>>>>> verto::client_connect >>>>>>>>> >>>>>>>>> verto::client_disconnect >>>>>>>>> >>>>>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger >>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> Hi! >>>>>>>>>> >>>>>>>>>> If I want to monitor registration via ESL I can subscribe to >>>>>>>>>> custom events sofia::register, sofia:unregister >>>>>>>>>> >>>>>>>>>> But this doesn't work for verto registrations. There are also >>>>>>>>>> custom events and for registration I can use verto:login. But for >>>>>>>>>> disconnect there is verto:client_disconnect that only has connection id, no >>>>>>>>>> user data who was disconnected. >>>>>>>>>> >>>>>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>>>>> think this is not optimal solution. >>>>>>>>>> >>>>>>>>>> Any hint how can I monitor registration via verto? >>>>>>>>>> >>>>>>>>>> Best regards, Gregor >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>>> >>>>>>>>> Got Bugs? Report them here >>>>>>>>> ! >>>>>>>>> | Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>> >>>>>>> Got Bugs? Report them here >>>>>>> ! >>>>>>> | Reddit: /r/freeswitch >>>>>>> >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>> >>>>> Got Bugs? Report them here >>>>> ! >>>>> | Reddit: /r/freeswitch >>>>> >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> ?talo Rossi >>> italo at freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/b3866dbd/attachment-0001.html From gregor at infomedia.si Fri May 6 17:25:59 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 6 May 2016 15:25:59 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Ok. I just post this as suggestion as possible implementation to do this automatically, without setting userVariable. I do not know what exactly is posted to verto from client, but if it is web client, browser, then there are headers included and it would be cool to have this information in event or better in xml_curl to decide to allow registration or not. This was just my thinking to consider. 2016-05-06 14:52 GMT+02:00 ?talo Rossi : > Possible, yes. What's implemented now is that you can set userVariables > when creating dialogs, check newCall js method or vertoService.js for > example usage. > > On Fri, May 6, 2016 at 5:02 AM, Gregor Nanger wrote: > >> Italo, one question. >> >> Is it possible to also send in verto::login event some details about >> client (browser, referer...)? >> >> 2016-05-03 16:01 GMT+02:00 Gregor Nanger : >> >>> Oh, great... This is what I was looking for. If this variable is now on >>> disconnect, is great. >>> >>> It is just that I am on Windows and still not successed to build it by >>> my self :-(( >>> >>> 2016-05-03 15:53 GMT+02:00 ?talo Rossi : >>> >>>> Make sure you're using latest master, verto::login has >>>> variable verto_login and I've added verto_login also to verto::disconnect >>>> >>>> On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger >>>> wrote: >>>> >>>>> This is exactly what I did. >>>>> >>>>> I am monitoring registrations via ESL and maintain status in my >>>>> database. If I restart esl client, I read current status from verto >>>>> xmlstatus. >>>>> >>>>> Thank you. >>>>> >>>>> 2016-05-03 1:30 GMT+02:00 Brian West : >>>>> >>>>>> Or injest the output of 'verto xmlstatus' >>>>>> >>>>>> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >>>>>> wrote: >>>>>> >>>>>>> Yes, will do. I will have to maintain list of connected/disconnected >>>>>>> in my db. >>>>>>> >>>>>>> 2016-05-03 0:07 GMT+02:00 Brian West : >>>>>>> >>>>>>>> look at verto::login, and verto::disconnect, that should solve it. >>>>>>>> >>>>>>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Thank you, Brian. >>>>>>>>> >>>>>>>>> It is just that on client_disconnect there is only >>>>>>>>> verto_client_address not user as on client_connect and I do not know which >>>>>>>>> user disconnected. >>>>>>>>> >>>>>>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>>>>>> >>>>>>>>>> verto::client_connect >>>>>>>>>> >>>>>>>>>> verto::client_disconnect >>>>>>>>>> >>>>>>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger < >>>>>>>>>> gregor at infomedia.si> wrote: >>>>>>>>>> >>>>>>>>>>> Hi! >>>>>>>>>>> >>>>>>>>>>> If I want to monitor registration via ESL I can subscribe to >>>>>>>>>>> custom events sofia::register, sofia:unregister >>>>>>>>>>> >>>>>>>>>>> But this doesn't work for verto registrations. There are also >>>>>>>>>>> custom events and for registration I can use verto:login. But for >>>>>>>>>>> disconnect there is verto:client_disconnect that only has connection id, no >>>>>>>>>>> user data who was disconnected. >>>>>>>>>>> >>>>>>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>>>>>> think this is not optimal solution. >>>>>>>>>>> >>>>>>>>>>> Any hint how can I monitor registration via verto? >>>>>>>>>>> >>>>>>>>>>> Best regards, Gregor >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here >>>>>>>>>> ! >>>>>>>>>> | Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>> >>>>>>>> Got Bugs? Report them here >>>>>>>> ! >>>>>>>> | Reddit: /r/freeswitch >>>>>>>> >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>> >>>>>> Got Bugs? Report them here >>>>>> ! >>>>>> | Reddit: /r/freeswitch >>>>>> >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> ?talo Rossi >>>> italo at freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ?talo Rossi > italo at freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/d54f905e/attachment-0001.html From italo at freeswitch.org Fri May 6 17:30:57 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 6 May 2016 10:30:57 -0300 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Cool. Can you open a JIRA with this? Also put there an example of use case. On Fri, May 6, 2016 at 10:25 AM, Gregor Nanger wrote: > Ok. > > I just post this as suggestion as possible implementation to do this > automatically, without setting userVariable. I do not know what exactly is > posted to verto from client, but if it is web client, browser, then there > are headers included and it would be cool to have this information in event > or better in xml_curl to decide to allow registration or not. > > This was just my thinking to consider. > > 2016-05-06 14:52 GMT+02:00 ?talo Rossi : > >> Possible, yes. What's implemented now is that you can set userVariables >> when creating dialogs, check newCall js method or vertoService.js for >> example usage. >> >> On Fri, May 6, 2016 at 5:02 AM, Gregor Nanger >> wrote: >> >>> Italo, one question. >>> >>> Is it possible to also send in verto::login event some details about >>> client (browser, referer...)? >>> >>> 2016-05-03 16:01 GMT+02:00 Gregor Nanger : >>> >>>> Oh, great... This is what I was looking for. If this variable is now on >>>> disconnect, is great. >>>> >>>> It is just that I am on Windows and still not successed to build it by >>>> my self :-(( >>>> >>>> 2016-05-03 15:53 GMT+02:00 ?talo Rossi : >>>> >>>>> Make sure you're using latest master, verto::login has >>>>> variable verto_login and I've added verto_login also to verto::disconnect >>>>> >>>>> On Tue, May 3, 2016 at 3:44 AM, Gregor Nanger >>>>> wrote: >>>>> >>>>>> This is exactly what I did. >>>>>> >>>>>> I am monitoring registrations via ESL and maintain status in my >>>>>> database. If I restart esl client, I read current status from verto >>>>>> xmlstatus. >>>>>> >>>>>> Thank you. >>>>>> >>>>>> 2016-05-03 1:30 GMT+02:00 Brian West : >>>>>> >>>>>>> Or injest the output of 'verto xmlstatus' >>>>>>> >>>>>>> On Mon, May 2, 2016 at 5:24 PM, Gregor Nanger >>>>>>> wrote: >>>>>>> >>>>>>>> Yes, will do. I will have to maintain list of >>>>>>>> connected/disconnected in my db. >>>>>>>> >>>>>>>> 2016-05-03 0:07 GMT+02:00 Brian West : >>>>>>>> >>>>>>>>> look at verto::login, and verto::disconnect, that should solve it. >>>>>>>>> >>>>>>>>> On Mon, May 2, 2016 at 4:38 PM, Gregor Nanger >>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> Thank you, Brian. >>>>>>>>>> >>>>>>>>>> It is just that on client_disconnect there is only >>>>>>>>>> verto_client_address not user as on client_connect and I do not know which >>>>>>>>>> user disconnected. >>>>>>>>>> >>>>>>>>>> 2016-05-02 20:55 GMT+02:00 Brian West : >>>>>>>>>> >>>>>>>>>>> verto::client_connect >>>>>>>>>>> >>>>>>>>>>> verto::client_disconnect >>>>>>>>>>> >>>>>>>>>>> On Mon, May 2, 2016 at 1:43 PM, Gregor Nanger < >>>>>>>>>>> gregor at infomedia.si> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi! >>>>>>>>>>>> >>>>>>>>>>>> If I want to monitor registration via ESL I can subscribe to >>>>>>>>>>>> custom events sofia::register, sofia:unregister >>>>>>>>>>>> >>>>>>>>>>>> But this doesn't work for verto registrations. There are also >>>>>>>>>>>> custom events and for registration I can use verto:login. But for >>>>>>>>>>>> disconnect there is verto:client_disconnect that only has connection id, no >>>>>>>>>>>> user data who was disconnected. >>>>>>>>>>>> >>>>>>>>>>>> I can also parse from verto xmlstatus on each disconnect, but I >>>>>>>>>>>> think this is not optimal solution. >>>>>>>>>>>> >>>>>>>>>>>> Any hint how can I monitor registration via verto? >>>>>>>>>>>> >>>>>>>>>>>> Best regards, Gregor >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> *Brian West* >>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>>>>> >>>>>>>>>>> Got Bugs? Report them here >>>>>>>>>>> ! >>>>>>>>>>> | Reddit: /r/freeswitch >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>>>> >>>>>>>>> Got Bugs? Report them here >>>>>>>>> ! >>>>>>>>> | Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>> >>>>>>> Got Bugs? Report them here >>>>>>> ! >>>>>>> | Reddit: /r/freeswitch >>>>>>> >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> ?talo Rossi >>>>> italo at freeswitch.org >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>> ? www.infomedia.si >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/97b77517/attachment-0001.html From mylists at polite.se Fri May 6 17:43:21 2016 From: mylists at polite.se (Oivvio Polite) Date: Fri, 6 May 2016 15:43:21 +0200 Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service Message-ID: <20160506134321.GE31024@blomma.liberationtech.net> Today I've been trying to grok mod_xml_curl. I've set up a webservice that xml_curl will call to get the user directory. I've figured out from experimentation that my endpoint gets called whenever a sip user tries to register or in my case when verto is initialized in the browser. What I haven't figured out is how to pass stuff from the browser to mod_xml_curl and then on to the webservice. In my case I want to pass a JSON Web Token. I can pass it as the passwd argument in the verto initialization. vertoHandle = new jQuery.verto({ login: 'user at mydomain', passwd: 'xxxxxx', socketUrl: 'wss://mydomain:8082', deviceParams: { useMic: true, useSpeak: true }, iceServers: true }, vertoCallbacks); But how then do I pick that up in in my xml_curl conf and pass it on to the webservice? The webservice will be running on the same box as FS so passing the token to it as a URL paramater or as a HTTP header would be equally fine by me, but right now I can't even figure out how to access it. Regards Oivvio From krice at freeswitch.org Fri May 6 17:51:25 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 6 May 2016 08:51:25 -0500 Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service In-Reply-To: <20160506134321.GE31024@blomma.liberationtech.net> References: <20160506134321.GE31024@blomma.liberationtech.net> Message-ID: <772301d1a79e$628527a0$278f76e0$@freeswitch.org> mod_xml_curl just requests configurations.... in the case of the directory, it literally requests the exact same thing you would put in the static XML files for configs. In the event of someone logging in with Verto, FreeSWITCH will make an xml curl call to the webservice providing the directory expecting to get an xml blob back that is a complete directory config for that user. The Username and Password provided by Verto are them compared. Does password in the xml field for the user passed from the xml webservice == the password passed in from the verto login attempt if yes the user is authenticated. In the event of a SIP authentication request, sip client computes the hash for the username and password along with some other bits such as the nonce and passes that into freeswitch, FreeSWITCH requests the user's directory entry from curl and computes the hash based on the same parameters, if the hashes match then the auth is good. Nothing is passed from the directory back to the user at this point. There are some other things you can do like setting channel variables for calls that are originated by the user. But it's a very straight forward process. -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Oivvio Polite Sent: Friday, May 6, 2016 8:43 AM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service Today I've been trying to grok mod_xml_curl. I've set up a webservice that xml_curl will call to get the user directory. I've figured out from experimentation that my endpoint gets called whenever a sip user tries to register or in my case when verto is initialized in the browser. What I haven't figured out is how to pass stuff from the browser to mod_xml_curl and then on to the webservice. In my case I want to pass a JSON Web Token. I can pass it as the passwd argument in the verto initialization. vertoHandle = new jQuery.verto({ login: 'user at mydomain', passwd: 'xxxxxx', socketUrl: 'wss://mydomain:8082', deviceParams: { useMic: true, useSpeak: true }, iceServers: true }, vertoCallbacks); But how then do I pick that up in in my xml_curl conf and pass it on to the webservice? The webservice will be running on the same box as FS so passing the token to it as a URL paramater or as a HTTP header would be equally fine by me, but right now I can't even figure out how to access it. Regards Oivvio _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org From alex at teclan.com.br Fri May 6 18:47:40 2016 From: alex at teclan.com.br (Alex Pierry) Date: Fri, 6 May 2016 14:47:40 +0000 Subject: [Freeswitch-users] Mod callcenter with off-hook agents Message-ID: Hi guys, is there a way to implement mod callcenter with off-hook agents? Thanks, Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/22540591/attachment.html From jeromepoulin at gmail.com Fri May 6 08:32:44 2016 From: jeromepoulin at gmail.com (=?UTF-8?B?SsOpcsO0bWUgUG91bGlu?=) Date: Fri, 6 May 2016 00:32:44 -0400 Subject: [Freeswitch-users] Pulse / portaudio / sharing In-Reply-To: References: <15A10D71-51AB-47BB-ACED-4E7F7C2CF27D@magicmail.mooo.com> Message-ID: On Fri, May 6, 2016 at 12:28 AM, J?r?me Poulin wrote: > On Thu, Apr 21, 2016 at 10:11 AM, Rick Jarvis wrote: >> I?d like to monitor the audio levels on an audio interface that?s being used by mod_portaudio > Pulseaudio would certainly help in getting an audio level monitor > fast, there are already example code[1] and pavumeter available to do > that quite fast. Sorry, I forgot to include the footnote with the link. [1] http://freshfoo.com/blog/pulseaudio_monitoring From john.smolka9 at gmail.com Fri May 6 11:07:44 2016 From: john.smolka9 at gmail.com (John Smolka) Date: Fri, 6 May 2016 09:07:44 +0200 Subject: [Freeswitch-users] SDP with RTP SAVPF is rejected on some SIP phones Message-ID: Hello All, I am working with webrtc and I am having problems with incoming audio. I use : - Kamailio as a SIP and Websocket proxy - Freeswitch as a media server. UA/WebRTC <--> Kamailio <--> Freeswitch For outgoing calls (webrtc->freeswitch) everything works well, but for incoming call(freeswitch->webrtc), my webrtc client was complaining about missing ICE candidates. In my dialplan I added a new line with: since now, RTP/AVP and RTP/SAVP was changed to RTP/SAVPF Now, I can receive calls on my webrtc client but it does not work on some sip phones. On sip phones it is rejected with 488 Not Acceptable Here SDP from freeswitch's INVITE looks like : v=0. o=My-SBC 1462416600 1462416601 IN IP4 MyPublicIP. s=My-SBC. c=IN IP4 MyPublicIP. t=0 0. a=msid-semantic: WMS 21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. m=audio 32204 RTP/SAVPF 8 0 101 13. a=rtpmap:8 PCMA/8000. a=rtpmap:0 PCMU/8000. a=rtpmap:101 telephone-event/8000. a=fingerprint:sha-256 B8:7C:42:58:26:FE:30:27:DB:F5: 71:21:11:96:AF:0B:DD:6E:79:9A:AC:FF:86:69:89:14:88:70:AA:EE:4A:EB. a=setup:actpass. a=rtcp-mux. a=rtcp:32204 IN IP4 MyPublicIP. a=ssrc:590458548 cname:GLr7dIFWlcfql4sH. a=ssrc:590458548 msid:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf a0. a=ssrc:590458548 mslabel:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. a=ssrc:590458548 label:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmfa0. a=ice-ufrag:akVRJFgs6QHjvUo2. a=ice-pwd:vG0zewmpyrGKmZhm924Jxa1u. a=candidate:9311553015 1 udp 659136 MyPublicIP 32204 typ host generation 0. a=candidate:9311553015 2 udp 659136 MyPublicIP 32204 typ host generation 0. a=ptime:20. Maybe I don't understand this correctly, but is that possible to add SAVPF, AVP and SAVP into a INVITES's SDP so I can remove them on kamailio based on transport towards client (TLS,UDP,TCP,WSS) ? I have tested it on the latest freeswitch 1.4 and 1.6 versions. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/1bd84f53/attachment-0001.html From s.safarov at gmail.com Fri May 6 20:18:52 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 06 May 2016 16:18:52 +0000 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: You can create directory record for provider equipment and Auth it by ip. Then you can accept call on internall profile. On Fri, May 6, 2016, 10:09 Artur Mega wrote: > Thanks, Michael for reply > > Look, let's assume that call will come to internal profile (where > authorisation is required). But then unauthorised call wont reach the > dialplan, becouse it's not authorised... But i don't wanna drop such call, > it must be allowed to go further to special context in dialplan. Desired > algorythm is like: > > IF incoming call is authenticated THEN forward it to one dialplan ELSE > forward it to another dialplan (don't drop) END. > > Who knows how can it be solved? > > 2016-05-04 20:14 GMT+05:00 Michael Jerris : > >> If a profile doesn't perform authorization, as is the case in the default >> external profile, no calls are authorized as we do not attempt to authorize >> them. You can't know if a call is authorized without challenging them. >> >> >> On May 4, 2016, at 6:40 AM, Artur Mega wrote: >> >> Good day, >> >> How can I check incoming call to the External profile? Theoretically, >> both authorised and unauthorised users can call via external profile. Tried >> to detect authorised users with ${sip_authorised} variable, but it doesn't >> help. :( >> >> -- >> >> Arthur >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Arthur > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/5a3625de/attachment.html From jack at livematch.com Fri May 6 20:48:18 2016 From: jack at livematch.com (Jack Loranger) Date: Fri, 6 May 2016 09:48:18 -0700 Subject: [Freeswitch-users] Video with Windows Server Message-ID: Is it possible to serve video from a windows server? Thanks, Jack From msc at freeswitch.org Fri May 6 20:59:25 2016 From: msc at freeswitch.org (Michael Collins) Date: Fri, 6 May 2016 09:59:25 -0700 Subject: [Freeswitch-users] bad udp cksum In-Reply-To: References: Message-ID: Please get a debug log of the call and put in pastebin.freeswitch.org. Also, put a copy of the dialplan in pastebin. If all else fails, go back to the default configuration and start fresh. Make sure the default configuration works, then slowly add your changes. Start with something simple like pointing your DID at x1000 (ring a user) or maybe x3000 (ring a conference room). Then create a new extension for your DID and have it do something simple like an echo test. Make sure that works before you try bigger things like scripts. -MSC On Fri, May 6, 2016 at 5:31 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > What means bad udp cksum error when in freeswitch. > I can not get the incoming call when i invoke a script (janascript) in the > dialplan. > i get errors like: > > bad cksum adn then : > 480 Temporarily unvailable > Responding to INVITE with 480 > > Any ideas? > > > NDUWAYEZU Joselyne > > Haute ?cole de Bruxelles > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/8774b383/attachment.html From mylists at polite.se Fri May 6 22:26:25 2016 From: mylists at polite.se (Oivvio Polite) Date: Fri, 6 May 2016 20:26:25 +0200 Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service In-Reply-To: <772301d1a79e$628527a0$278f76e0$@freeswitch.org> References: <20160506134321.GE31024@blomma.liberationtech.net> <772301d1a79e$628527a0$278f76e0$@freeswitch.org> Message-ID: <20160506182625.GF31024@blomma.liberationtech.net> On fre, maj 06, 2016 at 08:51:25 -0500, Ken Rice wrote: > mod_xml_curl just requests configurations.... in the case of the directory, > it literally requests the exact same thing you would put in the static XML > files for configs. > > In the event of someone logging in with Verto, FreeSWITCH will make an xml > curl call to the webservice providing the directory expecting to get an xml > blob back that is a complete directory config for that user. The Username > and Password provided by Verto are them compared. Does password in the xml > field for the user passed from the xml webservice == the password passed in > from the verto login attempt if yes the user is authenticated. Ok things are getting clearer but I'm not quite there. From what you're saying "... back that is a complete directory config for that user" I get the impression that my webservice should answer with the xml for a single user, but how do I pass the username to the webservice? Or is it rather the case that I push the entire directory containing ALL users on every single request? Oivvio From colin.morelli at gmail.com Fri May 6 22:39:24 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Fri, 06 May 2016 18:39:24 +0000 Subject: [Freeswitch-users] RFC 5626 SIP Outbound Message-ID: Hey all, Is there anything special that needs to be done to get Freeswitch/Sofia to support RFC 5626 for inbound registrations? I have a PJSIP client sending "Supports: outbound" with a reg-id and sip instance, but FS doesn't respond with Require: outbound and so PJSIP appears to think SIP outbound isn't enabled. I see the Sofia param rfc-5626, but that only seems to affect outbound registrations to upstream SIP providers that FS is registering with when acting as a UAC. Best, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/43b592a5/attachment.html From colin.morelli at gmail.com Fri May 6 22:40:29 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Fri, 06 May 2016 18:40:29 +0000 Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service In-Reply-To: <20160506182625.GF31024@blomma.liberationtech.net> References: <20160506134321.GE31024@blomma.liberationtech.net> <772301d1a79e$628527a0$278f76e0$@freeswitch.org> <20160506182625.GF31024@blomma.liberationtech.net> Message-ID: FS posts the username to your web service in a parameter called "user" On Fri, May 6, 2016 at 2:29 PM Oivvio Polite wrote: > On fre, maj 06, 2016 at 08:51:25 -0500, Ken Rice wrote: > > mod_xml_curl just requests configurations.... in the case of the > directory, > > it literally requests the exact same thing you would put in the static > XML > > files for configs. > > > > In the event of someone logging in with Verto, FreeSWITCH will make an > xml > > curl call to the webservice providing the directory expecting to get an > xml > > blob back that is a complete directory config for that user. The Username > > and Password provided by Verto are them compared. Does password in the > xml > > field for the user passed from the xml webservice == the password passed > in > > from the verto login attempt if yes the user is authenticated. > > Ok things are getting clearer but I'm not quite there. From what you're > saying "... back that is a complete directory config for that user" I > get the impression that my webservice should answer with the xml for a > single user, but how do I pass the username to the webservice? > > Or is it rather the case that I push the entire directory containing ALL > users on every single request? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/85781688/attachment-0001.html From gregor at infomedia.si Fri May 6 22:49:02 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 06 May 2016 18:49:02 +0000 Subject: [Freeswitch-users] Passing stuff from javascript to mod_xml_curl and then to a authentication web service In-Reply-To: References: <20160506134321.GE31024@blomma.liberationtech.net> <772301d1a79e$628527a0$278f76e0$@freeswitch.org> <20160506182625.GF31024@blomma.liberationtech.net> Message-ID: And also domain if you're using multi domain. Then find user in your db and return whole xml also with password. As you would do with conf file. You can look at this as for freeswitch is same if it reads conf file from file system or from url. On Fri, May 6, 2016, 20:41 Colin Morelli wrote: > FS posts the username to your web service in a parameter called "user" > > On Fri, May 6, 2016 at 2:29 PM Oivvio Polite wrote: > >> On fre, maj 06, 2016 at 08:51:25 -0500, Ken Rice wrote: >> > mod_xml_curl just requests configurations.... in the case of the >> directory, >> > it literally requests the exact same thing you would put in the static >> XML >> > files for configs. >> > >> > In the event of someone logging in with Verto, FreeSWITCH will make an >> xml >> > curl call to the webservice providing the directory expecting to get an >> xml >> > blob back that is a complete directory config for that user. The >> Username >> > and Password provided by Verto are them compared. Does password in the >> xml >> > field for the user passed from the xml webservice == the password >> passed in >> > from the verto login attempt if yes the user is authenticated. >> >> Ok things are getting clearer but I'm not quite there. From what you're >> saying "... back that is a complete directory config for that user" I >> get the impression that my webservice should answer with the xml for a >> single user, but how do I pass the username to the webservice? >> >> Or is it rather the case that I push the entire directory containing ALL >> users on every single request? >> >> Oivvio >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/952836fd/attachment.html From gregor at infomedia.si Fri May 6 22:54:45 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 06 May 2016 18:54:45 +0000 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: <60FCC0C5-24A4-4CDF-B7FD-66DFF8A5FFDB@jerris.com> References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> <48468658-BF74-4172-A25D-73427DC55704@jerris.com> <60FCC0C5-24A4-4CDF-B7FD-66DFF8A5FFDB@jerris.com> Message-ID: That's fantastic. I can send username and token in login parameters with empty password. Then validate token and if validated, return user conf with empty password. On Wed, May 4, 2016, 00:31 Michael Jerris wrote: > In the case of sip, I think you can just return blank password to auth it. > > On May 3, 2016, at 5:48 PM, Colin Morelli wrote: > > Got it. The part that I missed was loginParams from verto. I'm not using > verto in my case (actually using PJSIP). However yes, I could include > custom headers in the register request to make this work. I was just hoping > for something that would work in the password. > > Thanks, > Colin > > On Tue, May 3, 2016 at 5:44 PM Michael Jerris wrote: > >> Any mod_xml_curl user directory lookup example would do. >> >> On May 3, 2016, at 4:31 PM, Colin Morelli >> wrote: >> >> Michael can you provide an example of how you'd get the password portion >> (or the token) to a process via xml curl? >> >> I haven't been able to figure it out >> >> Thanks in advance >> On Tue, May 3, 2016 at 4:29 PM Michael Jerris wrote: >> >>> This is incorrect.. as I said you can handle the login via a dynamic >>> directory lookup. There is no reason or need to do anything like >>> dynamically changing the password. >>> >>> On May 3, 2016, at 4:08 PM, Gregor Nanger wrote: >>> >>> Well, somwhere you have to pass username an password in client when >>> calling login procedure in javascript. And if it is in client side, then >>> user can see it, either by monitoring network in browser or see source code >>> of page. In voip phone, password is hidden in password textbox for example >>> and it is not easy accessible as from Web client. Hope you understand what >>> I mean. >>> >>> Maybe as Michael said. If you put token as loginparam, but still there >>> is no way in xml_curl to say, oh you are verto user with this token and >>> token is ok, so you are logged in, although you didn't send password from >>> client side. >>> >>> The best what I think of is to automatically change password on some >>> period and client should retrieve it when login expire. This way you can >>> use it like token. Real authorization is anyway first on your Web app. >>> >>> Please correct me if I'm wrong, but from Fs side, login procedure is >>> same for sip client or verto client? >>> >>> Best regards, Gregor >>> >>> On Tue, May 3, 2016, 20:17 Michael Jerris wrote: >>> >>>> You may have to pass it in loginParams but i think it should be >>>> possible from looking at the code. Double check what all you get in the >>>> code. >>>> >>>> On May 3, 2016, at 1:25 PM, Colin Morelli >>>> wrote: >>>> >>>> Michael, >>>> >>>> Is that actually possible? I have an application using mod_xml_curl but >>>> FS doesn't send passwords as part of the directory request (as far as I can >>>> tell). I actually wanted to do something very similar to this. >>>> >>>> Colin >>>> >>>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> AFAIK, there is no module handling JWT at the moment, but you can do >>>>> pretty much anything you can think of using lua, or any other langage >>>>> supported by freeswitch. >>>>> >>>>> Best, >>>>> >>>>> Tristan. >>>>> >>>>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>>>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle >>>>> JWT >>>>> > through one of the available scripting languages? >>>>> > >>>>> > Oivvio >>>>> > >>>> >>>> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/4b724e77/attachment.html From pradee at gmail.com Fri May 6 22:58:50 2016 From: pradee at gmail.com (Pradeepa) Date: Sat, 7 May 2016 00:28:50 +0530 Subject: [Freeswitch-users] Invalid file format with Codec AMR Message-ID: Hi, I want to play amr file in freeswitch IVR. But I get Invalid file format [amr] error. Any suggestion to solve this problem? freeswitch log ------------------- 2016-05-05 22:36:02.151586 [INFO] mod_dptools.c:1260 Sending early media 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5282 Audio Codec Compare [AMR:120:8000:20:0]/[AMR:96:8000:20:12200] 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3190 Set Codec sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 bits 2016-05-05 22:36:02.151586 [DEBUG] switch_core_codec.c:111 sofia/internal/ 1000 at 10.169.112.170 Original read codec set to AMR:96 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf send/recv payload to 101 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3449 AUDIO RTP [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22020 -> 192.168.0.174 port 4006 codec: 120 ms: 20 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 2016-05-05 22:36:02.151586 [DEBUG] switch_rtp.c:2040 Starting timer [soft] 160 bytes per 20ms 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send payload to 101 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf receive payload to 101 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3749 sofia/internal/ 1000 at 10.169.112.170 Set rtp dtmf delay to 40 2016-05-05 22:36:02.151586 [NOTICE] sofia_glue.c:4360 Pre-Answer sofia/internal/1000 at 10.169.112.170! 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_PROGRESS_MEDIA to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 2016-05-05 22:36:02.151586 [DEBUG] switch_channel.c:3368 (sofia/internal/ 1000 at 10.169.112.170) Callstate Change RINGING -> EARLY 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_CALLSTATE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 2016-05-05 22:36:02.151586 [DEBUG] mod_sofia.c:2891 Ring SDP: v=0 o=FreeSWITCH 1462490942 1462490943 IN IP4 10.169.112.170 s=FreeSWITCH c=IN IP4 10.169.112.170 t=0 0 m=audio 22020 RTP/AVP 120 101 a=rtpmap:120 AMR/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv 2016-05-05 22:36:02.151586 [DEBUG] switch_core_session.c:871 Send signal sofia/internal/1000 at 10.169.112.170 [BREAK] 2016-05-05 22:36:02.711592 [DEBUG] switch_core_session.c:1151 Send signal sofia/internal/1000 at 10.169.112.170 [BREAK] 2016-05-05 22:36:02.731593 [DEBUG] switch_ivr.c:614 sofia/internal/ 1000 at 10.169.112.170 Command Execute playback(abc_test/en/test.amr) EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test.amr) 2016-05-05 22:36:02.731593 [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 2016-05-05 22:36:02.731593 [ERR] switch_core_file.c:150 Invalid file format [amr] for [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.amr]! amr prompt details ------------------------- Audio Format : AMR Format/Info : Adaptive Multi-Rate Format profile : Narrow band Duration : 16s 140ms Bit rate mode : Constant Bit rate : 12.8 Kbps Channel(s) : 1 channel Sampling rate : 8 000 Hz Bit depth : 13 bits Stream size : 25.2 KiB (100%) Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160507/cd399cd6/attachment-0001.html From brian at freeswitch.org Fri May 6 23:28:21 2016 From: brian at freeswitch.org (Brian West) Date: Fri, 6 May 2016 14:28:21 -0500 Subject: [Freeswitch-users] Invalid file format with Codec AMR In-Reply-To: References: Message-ID: For native files, you don't include an extension in your playback, you just say playback /en/test, the file will be test.AMR matching the SDP. And bits != sample rate if thats what you're pointing out. On Fri, May 6, 2016 at 1:58 PM, Pradeepa wrote: > Hi, > > I want to play amr file in freeswitch IVR. But I get Invalid file format > [amr] error. > > Any suggestion to solve this problem? > > > > freeswitch log > ------------------- > 2016-05-05 22:36:02.151586 [INFO] mod_dptools.c:1260 Sending early media > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5282 Audio Codec Compare > [AMR:120:8000:20:0]/[AMR:96:8000:20:12200] > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3190 Set Codec > sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 bits > 2016-05-05 22:36:02.151586 [DEBUG] switch_core_codec.c:111 sofia/internal/ > 1000 at 10.169.112.170 Original read codec set to AMR:96 > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf > send/recv payload to 101 > 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event > CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3449 AUDIO RTP > [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22020 -> > 192.168.0.174 port 4006 codec: 120 ms: 20 > 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event > CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 > 2016-05-05 22:36:02.151586 [DEBUG] switch_rtp.c:2040 Starting timer [soft] > 160 bytes per 20ms > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send > payload to 101 > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf receive > payload to 101 > 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3749 sofia/internal/ > 1000 at 10.169.112.170 Set rtp dtmf delay to 40 > 2016-05-05 22:36:02.151586 [NOTICE] sofia_glue.c:4360 Pre-Answer > sofia/internal/1000 at 10.169.112.170! > 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event > CHANNEL_PROGRESS_MEDIA to attached session > 69a98c32-134c-11e6-a976-6b5931cb8fb7 > 2016-05-05 22:36:02.151586 [DEBUG] switch_channel.c:3368 (sofia/internal/ > 1000 at 10.169.112.170) Callstate Change RINGING -> EARLY > 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event > CHANNEL_CALLSTATE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 > 2016-05-05 22:36:02.151586 [DEBUG] mod_sofia.c:2891 Ring SDP: > v=0 > o=FreeSWITCH 1462490942 1462490943 IN IP4 10.169.112.170 > s=FreeSWITCH > c=IN IP4 10.169.112.170 > t=0 0 > m=audio 22020 RTP/AVP 120 101 > a=rtpmap:120 AMR/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > 2016-05-05 22:36:02.151586 [DEBUG] switch_core_session.c:871 Send signal > sofia/internal/1000 at 10.169.112.170 [BREAK] > 2016-05-05 22:36:02.711592 [DEBUG] switch_core_session.c:1151 Send signal > sofia/internal/1000 at 10.169.112.170 [BREAK] > 2016-05-05 22:36:02.731593 [DEBUG] switch_ivr.c:614 sofia/internal/ > 1000 at 10.169.112.170 Command Execute playback(abc_test/en/test.amr) > EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test.amr) > 2016-05-05 22:36:02.731593 [DEBUG] mod_erlang_event.c:156 Sending event > CHANNEL_EXECUTE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 > 2016-05-05 22:36:02.731593 [ERR] switch_core_file.c:150 Invalid file > format [amr] for [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.amr]! > > amr prompt details > ------------------------- > > Audio > Format : AMR > Format/Info : Adaptive Multi-Rate > Format profile : Narrow band > Duration : 16s 140ms > Bit rate mode : Constant > Bit rate : 12.8 Kbps > Channel(s) : 1 channel > Sampling rate : 8 000 Hz > Bit depth : 13 bits > Stream size : 25.2 KiB (100%) > > Thanks. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/ba32d6e1/attachment.html From mike at jerris.com Fri May 6 23:36:37 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 6 May 2016 15:36:37 -0400 Subject: [Freeswitch-users] FreeSwitch Dialplan and javascript In-Reply-To: References: Message-ID: <45775D13-1D61-4558-B4B3-A38FF35A16F3@jerris.com> just call the application. If you are having issues a debug log probably tells you details of why. > On May 6, 2016, at 4:31 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > Hello, > > I,m invoking a script (javascript) in the dialplan, but when i call my DID number, it rings busy and hsow the error: Responding to INVITE with 480. I've tried many time to fix it, but i still hane no results. > I've edit an extention in /public directory, no resluts; add an extension in public.xml in the dialplan directory, still have no results. > Can you please tell me the steps i have to follow in order to use my script in the dialplan? From mike at jerris.com Fri May 6 23:49:53 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 6 May 2016 15:49:53 -0400 Subject: [Freeswitch-users] Mod callcenter with off-hook agents In-Reply-To: References: Message-ID: mod_fifo is more feature rich than mod_callcenter, I'm convinced its just the name that drives people to one or the other. > On May 6, 2016, at 10:47 AM, Alex Pierry wrote: > > Hi guys, > > is there a way to implement mod callcenter with off-hook agents? > > Thanks, > > Alex. > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/f11a3203/attachment-0001.html From mike at jerris.com Sat May 7 00:00:32 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 6 May 2016 16:00:32 -0400 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: I suppose you could "auth" all calls, but force context for ones that fail via xml curl, but you couldn't not auth calls that are going to fail auth before you challenge them, as computers are not psychic knowing the future On Friday, May 6, 2016, Artur Mega wrote: > Thanks, Michael for reply > > Look, let's assume that call will come to internal profile (where > authorisation is required). But then unauthorised call wont reach the > dialplan, becouse it's not authorised... But i don't wanna drop such call, > it must be allowed to go further to special context in dialplan. Desired > algorythm is like: > > IF incoming call is authenticated THEN forward it to one dialplan ELSE > forward it to another dialplan (don't drop) END. > > Who knows how can it be solved? > > 2016-05-04 20:14 GMT+05:00 Michael Jerris >: > >> If a profile doesn't perform authorization, as is the case in the default >> external profile, no calls are authorized as we do not attempt to authorize >> them. You can't know if a call is authorized without challenging them. >> >> >> On May 4, 2016, at 6:40 AM, Artur Mega > > wrote: >> >> Good day, >> >> How can I check incoming call to the External profile? Theoretically, >> both authorised and unauthorised users can call via external profile. Tried >> to detect authorised users with ${sip_authorised} variable, but it doesn't >> help. :( >> >> -- >> >> Arthur >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Arthur > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/fc079d0c/attachment.html From mike at jerris.com Sat May 7 00:02:17 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 6 May 2016 16:02:17 -0400 Subject: [Freeswitch-users] JSON Web Tokens In-Reply-To: References: <20160503141238.GA27656@blomma.liberationtech.net> <8FFB4B39-F841-4686-8AFB-662744DEF0F6@jerris.com> <2E1E3CCC-3C85-4AE6-BAA3-370E27EC1459@jerris.com> <48468658-BF74-4172-A25D-73427DC55704@jerris.com> <60FCC0C5-24A4-4CDF-B7FD-66DFF8A5FFDB@jerris.com> Message-ID: think that would work, yes. Give it a try and let us know On Friday, May 6, 2016, Gregor Nanger wrote: > That's fantastic. I can send username and token in login parameters with > empty password. Then validate token and if validated, return user conf with > empty password. > > On Wed, May 4, 2016, 00:31 Michael Jerris > wrote: > >> In the case of sip, I think you can just return blank password to auth it. >> >> On May 3, 2016, at 5:48 PM, Colin Morelli > > wrote: >> >> Got it. The part that I missed was loginParams from verto. I'm not using >> verto in my case (actually using PJSIP). However yes, I could include >> custom headers in the register request to make this work. I was just hoping >> for something that would work in the password. >> >> Thanks, >> Colin >> >> On Tue, May 3, 2016 at 5:44 PM Michael Jerris > > wrote: >> >>> Any mod_xml_curl user directory lookup example would do. >>> >>> On May 3, 2016, at 4:31 PM, Colin Morelli >> > wrote: >>> >>> Michael can you provide an example of how you'd get the password portion >>> (or the token) to a process via xml curl? >>> >>> I haven't been able to figure it out >>> >>> Thanks in advance >>> On Tue, May 3, 2016 at 4:29 PM Michael Jerris >> > wrote: >>> >>>> This is incorrect.. as I said you can handle the login via a dynamic >>>> directory lookup. There is no reason or need to do anything like >>>> dynamically changing the password. >>>> >>>> On May 3, 2016, at 4:08 PM, Gregor Nanger >>> > wrote: >>>> >>>> Well, somwhere you have to pass username an password in client when >>>> calling login procedure in javascript. And if it is in client side, then >>>> user can see it, either by monitoring network in browser or see source code >>>> of page. In voip phone, password is hidden in password textbox for example >>>> and it is not easy accessible as from Web client. Hope you understand what >>>> I mean. >>>> >>>> Maybe as Michael said. If you put token as loginparam, but still there >>>> is no way in xml_curl to say, oh you are verto user with this token and >>>> token is ok, so you are logged in, although you didn't send password from >>>> client side. >>>> >>>> The best what I think of is to automatically change password on some >>>> period and client should retrieve it when login expire. This way you can >>>> use it like token. Real authorization is anyway first on your Web app. >>>> >>>> Please correct me if I'm wrong, but from Fs side, login procedure is >>>> same for sip client or verto client? >>>> >>>> Best regards, Gregor >>>> >>>> On Tue, May 3, 2016, 20:17 Michael Jerris >>> > wrote: >>>> >>>>> You may have to pass it in loginParams but i think it should be >>>>> possible from looking at the code. Double check what all you get in the >>>>> code. >>>>> >>>>> On May 3, 2016, at 1:25 PM, Colin Morelli >>>> > wrote: >>>>> >>>>> Michael, >>>>> >>>>> Is that actually possible? I have an application using mod_xml_curl >>>>> but FS doesn't send passwords as part of the directory request (as far as I >>>>> can tell). I actually wanted to do something very similar to this. >>>>> >>>>> Colin >>>>> >>>>> On Tue, May 3, 2016 at 1:07 PM Tristan Mah? >>>> > wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> AFAIK, there is no module handling JWT at the moment, but you can do >>>>>> pretty much anything you can think of using lua, or any other langage >>>>>> supported by freeswitch. >>>>>> >>>>>> Best, >>>>>> >>>>>> Tristan. >>>>>> >>>>>> On 05/03/2016 07:12 AM, Oivvio Polite wrote: >>>>>> > Can FreeSwitch handle JSON Web Tokens natively or be made to handle >>>>>> JWT >>>>>> > through one of the available scripting languages? >>>>>> > >>>>>> > Oivvio >>>>>> > >>>>> >>>>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/7e806217/attachment.html From vagarwal at vertical.com Sat May 7 02:28:46 2016 From: vagarwal at vertical.com (Varsha Agarwal) Date: Fri, 6 May 2016 22:28:46 +0000 Subject: [Freeswitch-users] Dialed number after transfer Message-ID: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> Hi, I have a Call manager transferring call to FS server. I want FS server to transfer the call to a voice application on say extension 5001. When the call is transferred to voice application, voice application needs to retrieve the original dialed number used to make the call but since this call is transferred from FreeSwitch, original number gets lost and I get 5001 as dialed number. Is it possible to retain the dialed number? Thanks, Varsha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/aa152e3c/attachment-0001.html From krice at freeswitch.org Sat May 7 03:44:54 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 6 May 2016 18:44:54 -0500 Subject: [Freeswitch-users] Dialed number after transfer In-Reply-To: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> References: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> Message-ID: <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> Certainly you set it i to a chan var and use it later as required there are several ways to accomplish your end goal. Check the FreeSWITCH Cookbook for a pile of examples Sent from my iPhone > On May 6, 2016, at 5:28 PM, Varsha Agarwal wrote: > > Hi, > > I have a Call manager transferring call to FS server. I want FS server to transfer the call to a voice application on say extension 5001. When the call is transferred to voice application, voice application needs to retrieve the original dialed number used to make the call but since this call is transferred from FreeSwitch, original number gets lost and I get 5001 as dialed number. Is it possible to retain the dialed number? > > Thanks, > Varsha > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160506/cd6c6cb6/attachment.html From abhishake.agarwal at gmail.com Sat May 7 21:06:31 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Sat, 7 May 2016 22:36:31 +0530 Subject: [Freeswitch-users] Load average > 1 Message-ID: Hi, We are testing with 10 concurrent calls, Load average of server seems to be more than 1. Is this normal? top - 11:59:49 up 10 days, 5:03, 1 user, load average: 2.85, 1.51, 1.19 Tasks: 401 total, 1 running, 400 sleeping, 0 stopped, 0 zombie Cpu(s): 0.6%us, 0.2%sy, 0.1%ni, 99.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 16298676k total, 6581640k used, 9717036k free, 201032k buffers Swap: 1048572k total, 0k used, 1048572k free, 4466876k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 8458 freeswit 39 19 4257m 47m 7412 S 8.0 0.3 24:48.61 freeswitch 27492 bigcouch 20 0 1455m 127m 4564 S 4.3 0.8 302:42.43 beam.smp 27986 rabbitmq 20 0 5190m 126m 2656 S 1.7 0.8 119:05.70 beam.smp 28607 kazoo 20 0 2670m 100m 3696 S 1.7 0.6 113:24.99 beam.smp 28681 kazoo 20 0 2631m 64m 3628 S 1.3 0.4 40:33.66 beam.smp 5788 root 20 0 15300 1484 928 R 0.3 0.0 0:00.14 top 27318 kamailio 20 0 205m 11m 4944 S 0.3 0.1 5:51.75 kamailio 1 root 20 0 19356 1540 1228 S 0.0 0.0 0:02.62 init We are using Bare metal server. OS: Centos 6.7 Single Intel Xeon E5-2620 (6 Cores, 2.00 GHz) 8GB RAM (256GB maximum) Up to 4 Internal Hard Drives 4 redundant port with 2Gbps Thanks, Abhishake -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160507/49a0d198/attachment.html From mylists at polite.se Sat May 7 21:43:16 2016 From: mylists at polite.se (Oivvio Polite) Date: Sat, 7 May 2016 19:43:16 +0200 Subject: [Freeswitch-users] Does xml_curl replace the entire directory or just that of the user in question Message-ID: <20160507174316.GG31024@blomma.liberationtech.net> xml_curl passes the username for the user trying to authenticate as one of several arguments in an HTTP header. But when the answer comes back from the webservice does FS use that to replace the entire existing user directory or does it just replace the entry of the user in question? Oivvio From abhishake.agarwal at gmail.com Sat May 7 23:39:15 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Sun, 8 May 2016 01:09:15 +0530 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> References: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> Message-ID: Hi, I am using freeswitch 1.6 with Kazoo just for routing calls to external provider I added following config in freeswitch.xml Still there is a delay of 8 sec from dialing to ringback. But when I see logs I see logs instantly when I hit dial button. I want something like whatsapp calls, as we press dial button, there should be instant ring. Thanks, Abhishake On Wed, May 4, 2016 at 8:42 PM, Michael Jerris wrote: > What you describe will lead to a ring tone followed by a busy signal in > some situations. We have had people try this before and every time they do > not like the results. > > Mike > > On May 4, 2016, at 5:13 AM, Abhishake Agarwal > wrote: > > Hi, > > When user dial a number, early media is active only after 7-10 sec. even > after early media is active, actual ring comes after 5-10 sec, till that > time caller does not hear anything. I am need of feature, so that user can > hear at least progress beep sound, till caller does not hear a actual ring > from b leg. > > Thanks, > Abhishake > > > > On Wed, May 4, 2016 at 10:06 AM, Sergey Safarov > wrote: > >> What must do FreeSwitch after 180 ringing or 183 early media messages? >> >> On Wed, May 4, 2016, 06:41 Sergey Safarov wrote: >> >>> Look at FS-9118 >>> >>> >>> ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal >> >: >>> >>>> Hi, >>>> >>>> I need beep ring until 180 ring is not received or before early media. >>>> Please help me resolving this issue. >>>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/beef02a5/attachment-0001.html From mike at jerris.com Sun May 8 03:55:51 2016 From: mike at jerris.com (Michael Jerris) Date: Sat, 7 May 2016 19:55:51 -0400 Subject: [Freeswitch-users] Does xml_curl replace the entire directory or just that of the user in question In-Reply-To: <20160507174316.GG31024@blomma.liberationtech.net> References: <20160507174316.GG31024@blomma.liberationtech.net> Message-ID: It's just for that user. you don't need/want to return the whole directory On Saturday, May 7, 2016, Oivvio Polite wrote: > xml_curl passes the username for the user trying to authenticate as one > of several arguments in an HTTP header. But when the answer comes back > from the webservice does FS use that to replace the entire existing user > directory or does it just replace the entry of the user in question? > > Oivvio > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160507/6d740647/attachment.html From vagarwal at vertical.com Sun May 8 08:56:03 2016 From: vagarwal at vertical.com (Varsha Agarwal) Date: Sun, 8 May 2016 04:56:03 +0000 Subject: [Freeswitch-users] Dialed number after transfer In-Reply-To: <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> References: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com>, <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> Message-ID: <6BC3C62E-4F3F-43F3-8591-8068805B9C81@vertical.com> Cannot use Chanel variable. The call is gone from Freeswitch to another call manager at this point. Is there a way original number can be put in SIP message? On May 6, 2016, at 4:47 PM, Ken Rice > wrote: Certainly you set it i to a chan var and use it later as required there are several ways to accomplish your end goal. Check the FreeSWITCH Cookbook for a pile of examples Sent from my iPhone On May 6, 2016, at 5:28 PM, Varsha Agarwal > wrote: Hi, I have a Call manager transferring call to FS server. I want FS server to transfer the call to a voice application on say extension 5001. When the call is transferred to voice application, voice application needs to retrieve the original dialed number used to make the call but since this call is transferred from FreeSwitch, original number gets lost and I get 5001 as dialed number. Is it possible to retain the dialed number? Thanks, Varsha _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/83bd448f/attachment.html From richard.mace at gmail.com Sun May 8 09:34:00 2016 From: richard.mace at gmail.com (Richard Mace) Date: Sun, 8 May 2016 06:34:00 +0100 Subject: [Freeswitch-users] Calling multiple endpoints on an incoming call In-Reply-To: References: Message-ID: Hi Stanislav, I am just using the .XML files to handle the call, and am creating the .XML files via my app. I'm allowing the user to be able to choose multiple destination points via the GUI and then creating the .XML file based on what they choose? Richard On 5 May 2016 21:12, "Stanislav Sinyagin" wrote: > group_call returns a combined dial string that makes a call to its > members. You can produce such a string yourself, and the end result will be > the same. > > So, if you have an external application that controls the dialplan, it can > create such strings directly, without using the groups in the directory. > > On May 5, 2016 21:04, "Richard Mace" wrote: > > Hi, > > I am just reading through the FreeSWITCH 1.6 cookbook and I'm a little > confused on calling multiple endpoints. > > If I have an incoming call and I want to ring 3 extensions, is it better > to bridge to a group or ring the multiple end points by specifying them > individually? > > Which situation would be a fit for each one? > > Thanks > > Richard Mace > RoCKSoftware > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/df85ba07/attachment.html From ashwinrath at gmail.com Sun May 8 11:15:06 2016 From: ashwinrath at gmail.com (Ashwin Rath) Date: Sun, 8 May 2016 12:45:06 +0530 Subject: [Freeswitch-users] Load average > 1 In-Reply-To: References: Message-ID: What are the load averages without any calls running ? Are you using a DB / postgres for persisting the core ? Is transcoding enabled ? What are your ulimit settings ? On Sat, May 7, 2016 at 10:36 PM, Abhishake Agarwal < abhishake.agarwal at gmail.com> wrote: > Hi, > > We are testing with 10 concurrent calls, Load average of server seems to > be more than 1. Is this normal? > > top - 11:59:49 up 10 days, 5:03, 1 user, load average: 2.85, 1.51, 1.19 > > Tasks: 401 total, 1 running, 400 sleeping, 0 stopped, 0 zombie > > Cpu(s): 0.6%us, 0.2%sy, 0.1%ni, 99.1%id, 0.0%wa, 0.0%hi, 0.0%si, > 0.0%st > > Mem: 16298676k total, 6581640k used, 9717036k free, 201032k buffers > > Swap: 1048572k total, 0k used, 1048572k free, 4466876k cached > > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > > > > 8458 freeswit 39 19 4257m 47m 7412 S 8.0 0.3 24:48.61 freeswitch > > > > 27492 bigcouch 20 0 1455m 127m 4564 S 4.3 0.8 302:42.43 beam.smp > > > > 27986 rabbitmq 20 0 5190m 126m 2656 S 1.7 0.8 119:05.70 beam.smp > > > > 28607 kazoo 20 0 2670m 100m 3696 S 1.7 0.6 113:24.99 beam.smp > > > > 28681 kazoo 20 0 2631m 64m 3628 S 1.3 0.4 40:33.66 beam.smp > > > > 5788 root 20 0 15300 1484 928 R 0.3 0.0 0:00.14 top > > > > 27318 kamailio 20 0 205m 11m 4944 S 0.3 0.1 5:51.75 kamailio > > > > 1 root 20 0 19356 1540 1228 S 0.0 0.0 0:02.62 init > > > > > We are using Bare metal server. > OS: Centos 6.7 > Single Intel Xeon E5-2620 (6 Cores, 2.00 GHz) > 8GB RAM (256GB maximum) > Up to 4 Internal Hard Drives > 4 redundant port with 2Gbps > > Thanks, > Abhishake > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Ashwin Kumar Rath -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/75bdf418/attachment-0001.html From gregor at infomedia.si Sun May 8 13:03:47 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Sun, 8 May 2016 11:03:47 +0200 Subject: [Freeswitch-users] Dialed number after transfer In-Reply-To: <6BC3C62E-4F3F-43F3-8591-8068805B9C81@vertical.com> References: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> <6BC3C62E-4F3F-43F3-8591-8068805B9C81@vertical.com> Message-ID: Before transfer, try to play with effective_caller_id_number and set is as originate caller id 2016-05-08 6:56 GMT+02:00 Varsha Agarwal : > Cannot use Chanel variable. The call is gone from Freeswitch to another > call manager at this point. Is there a way original number can be put in > SIP message? > > > > > On May 6, 2016, at 4:47 PM, Ken Rice wrote: > > Certainly you set it i to a chan var and use it later as required there > are several ways to accomplish your end goal. Check the FreeSWITCH Cookbook > for a pile of examples > > Sent from my iPhone > > On May 6, 2016, at 5:28 PM, Varsha Agarwal wrote: > > Hi, > > > > I have a Call manager transferring call to FS server. I want FS server to > transfer the call to a voice application on say extension 5001. When the > call is transferred to voice application, voice application needs to > retrieve the original dialed number used to make the call but since this > call is transferred from FreeSwitch, original number gets lost and I get > 5001 as dialed number. Is it possible to retain the dialed number? > > > > Thanks, > > Varsha > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/e74265ae/attachment.html From mylists at polite.se Sun May 8 13:35:56 2016 From: mylists at polite.se (Oivvio Polite) Date: Sun, 8 May 2016 11:35:56 +0200 Subject: [Freeswitch-users] Does xml_curl replace the entire directory or just that of the user in question In-Reply-To: References: <20160507174316.GG31024@blomma.liberationtech.net> Message-ID: <20160508093556.GH31024@blomma.liberationtech.net> On l?r, maj 07, 2016 at 07:55:51 -0400, Michael Jerris wrote: > It's just for that user. you don't need/want to return the whole directory Thanks! From abhishake.agarwal at gmail.com Sun May 8 15:22:04 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Sun, 8 May 2016 16:52:04 +0530 Subject: [Freeswitch-users] Load average > 1 In-Reply-To: References: Message-ID: Hi, Without calls load average is around 0.4. We are not using SQL DB for freeswitch also we have configured freeswitch core db for in memory. Kazoo is using Bigcouch. We have set the ulimit as per https://wiki.freeswitch.org/wiki/Performance_testing_and_configurations Thanks, Abhishake On Sun, May 8, 2016 at 12:45 PM, Ashwin Rath wrote: > What are the load averages without any calls running ? > > Are you using a DB / postgres for persisting the core ? > > Is transcoding enabled ? > > What are your ulimit settings ? > > On Sat, May 7, 2016 at 10:36 PM, Abhishake Agarwal < > abhishake.agarwal at gmail.com> wrote: > >> Hi, >> >> We are testing with 10 concurrent calls, Load average of server seems to >> be more than 1. Is this normal? >> >> top - 11:59:49 up 10 days, 5:03, 1 user, load average: 2.85, 1.51, 1.19 >> >> Tasks: 401 total, 1 running, 400 sleeping, 0 stopped, 0 zombie >> >> Cpu(s): 0.6%us, 0.2%sy, 0.1%ni, 99.1%id, 0.0%wa, 0.0%hi, 0.0%si, >> 0.0%st >> >> Mem: 16298676k total, 6581640k used, 9717036k free, 201032k buffers >> >> Swap: 1048572k total, 0k used, 1048572k free, 4466876k cached >> >> >> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND >> >> >> >> 8458 freeswit 39 19 4257m 47m 7412 S 8.0 0.3 24:48.61 freeswitch >> >> >> >> 27492 bigcouch 20 0 1455m 127m 4564 S 4.3 0.8 302:42.43 beam.smp >> >> >> >> 27986 rabbitmq 20 0 5190m 126m 2656 S 1.7 0.8 119:05.70 beam.smp >> >> >> >> 28607 kazoo 20 0 2670m 100m 3696 S 1.7 0.6 113:24.99 beam.smp >> >> >> >> 28681 kazoo 20 0 2631m 64m 3628 S 1.3 0.4 40:33.66 beam.smp >> >> >> >> 5788 root 20 0 15300 1484 928 R 0.3 0.0 0:00.14 top >> >> >> >> 27318 kamailio 20 0 205m 11m 4944 S 0.3 0.1 5:51.75 kamailio >> >> >> >> 1 root 20 0 19356 1540 1228 S 0.0 0.0 0:02.62 init >> >> >> >> >> We are using Bare metal server. >> OS: Centos 6.7 >> Single Intel Xeon E5-2620 (6 Cores, 2.00 GHz) >> 8GB RAM (256GB maximum) >> Up to 4 Internal Hard Drives >> 4 redundant port with 2Gbps >> >> Thanks, >> Abhishake >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Ashwin Kumar Rath > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/41748817/attachment-0001.html From abhishake.agarwal at gmail.com Sun May 8 15:29:21 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Sun, 8 May 2016 16:59:21 +0530 Subject: [Freeswitch-users] Configure media till 180 ring is received In-Reply-To: References: <6292888A-4260-4DFE-A971-378366271C98@jerris.com> Message-ID: Hi, If you check following log , There is a almost delay of 7 sec. Please let me know what may be wrong. I have manually hide my client IP and phone number in logs. 2016-05-08 06:18:30.288192 [DEBUG] switch_ivr_originate.c:3607 Originate Resulted in Success: [sofia/sipinterface_1/xxxxxxxxxxx at sbc.voxbeam.com] 2016-05-08 06:18:30.288192 [DEBUG] sofia.c:6858 Channel sofia/sipinterface_1/nuz54 at XXX.82.43.202:5060 entering state [early][183] 2016-05-08 06:18:30.288192 [DEBUG] switch_core_media.c:9483 sofia/sipinterface_1/xxxxxxxxxxx at sbc.voxbeam.com PAUSE Jitterbuffer 2016-05-08 06:18:30.288192 [DEBUG] switch_core_media.c:9483 sofia/sipinterface_1/nul554 at xxx.xx.43.202:5060 PAUSE Jitterbuffer 2016-05-08 06:18:30.288192 [DEBUG] kazoo_event_stream.c:245 increased event stream buffer size to 4849 2016-05-08 06:18:30.288192 [DEBUG] switch_ivr_bridge.c:1594 (sofia/sipinterface_1/xxxxxxxxxxx at sbc.voxbeam.com) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 2016-05-08 06:18:30.288192 [DEBUG] switch_core_state_machine.c:543 (sofia/sipinterface_1/xxxxxxxxxxxxx at sbc.voxbeam.com) Running State Change CS_EXCHANGE_MEDIA 2016-05-08 06:18:30.288192 [DEBUG] switch_core_state_machine.c:612 (sofia/sipinterface_1/xxxxxxxxxx at sbc.voxbeam.com) State EXCHANGE_MEDIA 2016-05-08 06:18:30.288192 [DEBUG] mod_sofia.c:628 SOFIA EXCHANGE_MEDIA 2016-05-08 06:18:30.308197 [DEBUG] switch_rtp.c:6694 Correct audio ip/port confirmed. *2016-05-08 06:18:30.728192 [DEBUG] switch_rtp.c:6694 Correct audio ip/port confirmed.* *2016-05-08 06:18:37.168193 [NOTICE] switch_channel.c:1104 New Channel sofia/sipinterface_1/51841 at 173.82.43.202:5060 [GWbegcciibgkinub3864822 at 173.82.43.202 ]* 2016-05-08 06:18:37.168193 [DEBUG] switch_core_state_machine.c:543 (sofia/sipinterface_1/51841 at xxx.82.43.202:5060) Running State Change CS_NEW 2016-05-08 06:18:37.168193 [DEBUG] sofia.c:9374 sofia/sipinterface_1/51841 at xxx.82.43.202:5060 receiving invite from 173.82.43.202:5060 version: 1.7.0 64bit 2016-05-08 06:18:37.168193 [DEBUG] sofia.c:9486 IP xxx.82.43.202 Approved by acl "trusted[]". Access Granted. 2016-05-08 06:18:37.168193 [DEBUG] sofia.c:6858 Channel sofia/sipinterface_1/51841 at xxx.82.43.202:5060 entering state [received][100] 2016-05-08 06:18:37.168193 [DEBUG] sofia.c:6868 Remote SDP: Thanks, Abhishake On Sun, May 8, 2016 at 1:09 AM, Abhishake Agarwal < abhishake.agarwal at gmail.com> wrote: > Hi, > > I am using freeswitch 1.6 with Kazoo just for routing calls to external > provider > > I added following config in freeswitch.xml > > > > > > > Still there is a delay of 8 sec from dialing to ringback. But when I see > logs I see logs instantly when I hit dial button. > > I want something like whatsapp calls, as we press dial button, there > should be instant ring. > > Thanks, > Abhishake > > > > > > On Wed, May 4, 2016 at 8:42 PM, Michael Jerris wrote: > >> What you describe will lead to a ring tone followed by a busy signal in >> some situations. We have had people try this before and every time they do >> not like the results. >> >> Mike >> >> On May 4, 2016, at 5:13 AM, Abhishake Agarwal < >> abhishake.agarwal at gmail.com> wrote: >> >> Hi, >> >> When user dial a number, early media is active only after 7-10 sec. even >> after early media is active, actual ring comes after 5-10 sec, till that >> time caller does not hear anything. I am need of feature, so that user can >> hear at least progress beep sound, till caller does not hear a actual ring >> from b leg. >> >> Thanks, >> Abhishake >> >> >> >> On Wed, May 4, 2016 at 10:06 AM, Sergey Safarov >> wrote: >> >>> What must do FreeSwitch after 180 ringing or 183 early media messages? >>> >>> On Wed, May 4, 2016, 06:41 Sergey Safarov wrote: >>> >>>> Look at FS-9118 >>>> >>>> >>>> ??, 4 ??? 2016 ?. ? 4:31, Abhishake Agarwal < >>>> abhishake.agarwal at gmail.com>: >>>> >>>>> Hi, >>>>> >>>>> I need beep ring until 180 ring is not received or before early media. >>>>> Please help me resolving this issue. >>>>> >>>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/8facab3f/attachment.html From shlomis at liveperson.com Sun May 8 18:55:03 2016 From: shlomis at liveperson.com (Shlomi Schwartz) Date: Sun, 8 May 2016 17:55:03 +0300 Subject: [Freeswitch-users] Basic configuration falis Message-ID: Hi, I'm struggling with some basic configuration. I'm trying to make a call using Verto Communicator. I have added 2 extensions (1000, 1008), and 2 inbound routes: - condition: destination_number (1008) - action: set effective_caller_id_name=user 1#${caller_id_name} - action:transfer 1008 XML my.ip.address But I always get a voice recording saying the extension is not available, I'm a lost. - *Disclaimer: I'm using FusionPBX on top Freeswitch.* -- This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this on behalf of the addressee you must not use, copy, disclose or take action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/96d57b34/attachment.html From vagarwal at vertical.com Sun May 8 19:20:41 2016 From: vagarwal at vertical.com (Varsha Agarwal) Date: Sun, 8 May 2016 15:20:41 +0000 Subject: [Freeswitch-users] Dialed number after transfer In-Reply-To: References: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> <6BC3C62E-4F3F-43F3-8591-8068805B9C81@vertical.com>, Message-ID: But that is caller ID right not dialed number. Tried changing effective destination number but then transfer fails because it's trying to route to that number. On May 8, 2016, at 2:08 AM, Gregor Nanger > wrote: Before transfer, try to play with effective_caller_id_number and set is as originate caller id 2016-05-08 6:56 GMT+02:00 Varsha Agarwal >: Cannot use Chanel variable. The call is gone from Freeswitch to another call manager at this point. Is there a way original number can be put in SIP message? On May 6, 2016, at 4:47 PM, Ken Rice > wrote: Certainly you set it i to a chan var and use it later as required there are several ways to accomplish your end goal. Check the FreeSWITCH Cookbook for a pile of examples Sent from my iPhone On May 6, 2016, at 5:28 PM, Varsha Agarwal > wrote: Hi, I have a Call manager transferring call to FS server. I want FS server to transfer the call to a voice application on say extension 5001. When the call is transferred to voice application, voice application needs to retrieve the original dialed number used to make the call but since this call is transferred from FreeSwitch, original number gets lost and I get 5001 as dialed number. Is it possible to retain the dialed number? Thanks, Varsha _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Gregor Nanger CTO t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/58580c5f/attachment-0001.html From manpower13.cse at gmail.com Sun May 8 20:02:51 2016 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Sun, 8 May 2016 21:32:51 +0530 Subject: [Freeswitch-users] Basic configuration falis In-Reply-To: References: Message-ID: HI , Make sure you have (verto)dial-string and verto permission in your directory. 1.Verto permission in your directory Example: 2.Make sure you have dial-string in your directory. Example Verto-dialString: On Sun, May 8, 2016 at 8:25 PM, Shlomi Schwartz wrote: > Hi, I'm struggling with some basic configuration. > > I'm trying to make a call using Verto Communicator. I have added 2 > extensions (1000, 1008), and 2 inbound routes: > > - condition: destination_number (1008) > - action: set effective_caller_id_name=user 1#${caller_id_name} > - action:transfer 1008 XML my.ip.address > > But I always get a voice recording saying the extension is not available, > I'm a lost. > - *Disclaimer: I'm using FusionPBX on top Freeswitch.* > > > > This message may contain confidential and/or privileged information. > If you are not the addressee or authorized to receive this on behalf of > the addressee you must not use, copy, disclose or take action based on this > message or any information herein. > If you have received this message in error, please advise the sender > immediately by reply email and delete this message. Thank you. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/eb448f32/attachment-0001.html From omortimer at gmail.com Sun May 8 21:50:01 2016 From: omortimer at gmail.com (Oz Mortimer) Date: Sun, 8 May 2016 18:50:01 +0100 Subject: [Freeswitch-users] Dialed number after transfer In-Reply-To: References: <04AB0A185A23864CA9255FD38901F65D023378F45F@SCEX1.vertical.com> <3851B830-1019-44A3-B8A2-2DA162D6AE01@freeswitch.org> <6BC3C62E-4F3F-43F3-8591-8068805B9C81@vertical.com> Message-ID: <37FEEA16-39C4-48F7-AFD9-1C62009F1519@gmail.com> Set a sip header Ref: https://wiki.freeswitch.org/wiki/Sofia-SIP#Adding_Request_Headers > On 8 May 2016, at 16:20, Varsha Agarwal wrote: > > But that is caller ID right not dialed number. > Tried changing effective destination number but then transfer fails because it's trying to route to that number. > > > > On May 8, 2016, at 2:08 AM, Gregor Nanger wrote: > >> Before transfer, try to play with effective_caller_id_number and set is as originate caller id >> >> 2016-05-08 6:56 GMT+02:00 Varsha Agarwal : >>> Cannot use Chanel variable. The call is gone from Freeswitch to another call manager at this point. Is there a way original number can be put in SIP message? >>> >>> >>> >>> >>> On May 6, 2016, at 4:47 PM, Ken Rice wrote: >>> >>>> Certainly you set it i to a chan var and use it later as required there are several ways to accomplish your end goal. Check the FreeSWITCH Cookbook for a pile of examples >>>> >>>> Sent from my iPhone >>>> >>>> On May 6, 2016, at 5:28 PM, Varsha Agarwal wrote: >>>> >>>>> Hi, >>>>> >>>>> >>>>> >>>>> I have a Call manager transferring call to FS server. I want FS server to transfer the call to a voice application on say extension 5001. When the call is transferred to voice application, voice application needs to retrieve the original dialed number used to make the call but since this call is transferred from FreeSwitch, original number gets lost and I get 5001 as dialed number. Is it possible to retain the dialed number? >>>>> >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> Varsha >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> -- >> Gregor Nanger >> >> CTO >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/e103bfa5/attachment.html From luis.daniel.lucio at gmail.com Sun May 8 23:23:29 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Sun, 8 May 2016 15:23:29 -0400 Subject: [Freeswitch-users] Error linking Message-ID: It is clear I am missing something. Any clue? *** Warning: Linking the shared library libfreeswitch.la against the *** static library libs/libvpx/libvpx.a is not portable! Making all in . make[2]: Entering directory `/builddir/build/BUILD/freeswitch-1.6.8' CC libfreeswitch_la-switch_version.lo CXXLD libfreeswitch.la *** Warning: Linking the shared library libfreeswitch.la against the *** static library libs/libvpx/libvpx.a is not portable! CC freeswitch-switch.o CCLD freeswitch ./.libs/libfreeswitch.so: undefined reference to `__cxa_pure_virtual' ./.libs/libfreeswitch.so: undefined reference to `__gxx_personality_v0' ./.libs/libfreeswitch.so: undefined reference to `operator new(unsigned long)' ./.libs/libfreeswitch.so: undefined reference to `operator delete(void*)' ./.libs/libfreeswitch.so: undefined reference to `vtable for __cxxabiv1::__class_type_info' collect2: error: ld returned 1 exit status make[2]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' make[1]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' -- Luis Daniel Lucio Quiroz CISSP, CISM, CISA Linux, VoIP and much more fun www.okay.com.mx Need LCR? Check out LCR for FusionPBX with FreeSWITCH Need Billing? Check out Billing for FusionPBX with FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/35c4e5cd/attachment.html From mike at jerris.com Mon May 9 05:57:58 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 8 May 2016 21:57:58 -0400 Subject: [Freeswitch-users] Error linking In-Reply-To: References: Message-ID: You get this when it tries to link code that uses c++ with gcc. Did you override something with env variables incorrectly? On Sunday, May 8, 2016, Luis Daniel Lucio Quiroz < luis.daniel.lucio at gmail.com> wrote: > It is clear I am missing something. Any clue? > > > *** Warning: Linking the shared library libfreeswitch.la against the > *** static library libs/libvpx/libvpx.a is not portable! > Making all in . > make[2]: Entering directory `/builddir/build/BUILD/freeswitch-1.6.8' > CC libfreeswitch_la-switch_version.lo > CXXLD libfreeswitch.la > > *** Warning: Linking the shared library libfreeswitch.la against the > *** static library libs/libvpx/libvpx.a is not portable! > CC freeswitch-switch.o > CCLD freeswitch > ./.libs/libfreeswitch.so: undefined reference to `__cxa_pure_virtual' > ./.libs/libfreeswitch.so: undefined reference to `__gxx_personality_v0' > ./.libs/libfreeswitch.so: undefined reference to `operator new(unsigned > long)' > ./.libs/libfreeswitch.so: undefined reference to `operator delete(void*)' > ./.libs/libfreeswitch.so: undefined reference to `vtable for > __cxxabiv1::__class_type_info' > collect2: error: ld returned 1 exit status > make[2]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' > make[1]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' > -- > > > Luis Daniel Lucio Quiroz > CISSP, CISM, CISA > Linux, VoIP and much more fun > www.okay.com.mx > > Need LCR? Check out LCR for FusionPBX with FreeSWITCH > Need Billing? Check out Billing for FusionPBX with FreeSWITCH > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160508/d6aabf89/attachment-0001.html From pradee at gmail.com Mon May 9 08:25:51 2016 From: pradee at gmail.com (Pradeepa) Date: Mon, 9 May 2016 09:55:51 +0530 Subject: [Freeswitch-users] Invalid file format with Codec AMR In-Reply-To: References: Message-ID: Thanks Brian, As you suggested, when I removed extension from playback, error disappeared. But still I can't hear any audio. This is in early media. I tested after answering the call. Both times no sound. Where I have done wrong? If I remove AMR from Freeswitch prefs, then negotiate with PCMU and play properly wav (u-law) but I want to play AMR. Now log is as below. EXECUTE sofia/internal/1000 at 10.169.112.170 pre_answer() [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 [INFO] mod_dptools.c:1260 Sending early media [DEBUG] sofia_glue.c:5282 Audio Codec Compare [ AMR:120:8000:20:0]/[AMR:96:8000:20:12200] [DEBUG] sofia_glue.c:3190 Set Codec sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 bits [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at 10.169.112.170 Original read codec set to AMR:96 [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf send/recv payload to 101 [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 [DEBUG] sofia_glue.c:3449 AUDIO RTP [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22134 -> 192.168.0.174 port 4020 codec: 120 ms: 20 [DEBUG] switch_rtp.c:2040 Starting timer [soft] 160 bytes per 20ms [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send payload to 101 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf receive payload to 101 [DEBUG] sofia_glue.c:3749 sofia/internal/1000 at 10.169.112.170 Set rtp dtmf delay to 40 [NOTICE] sofia_glue.c:4360 Pre-Answer sofia/internal/1000 at 10.169.112.170! [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_PROGRESS_MEDIA to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 [DEBUG] switch_channel.c:3368 (sofia/internal/1000 at 10.169.112.170) Callstate Change RINGING -> EARLY [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_CALLSTATE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 [DEBUG] mod_sofia.c:2891 Ring SDP: v=0 o=FreeSWITCH 1462744655 1462744656 IN IP4 10.169.112.170 s=FreeSWITCH c=IN IP4 10.169.112.170 t=0 0 m=audio 22134 RTP/AVP 120 101 a=rtpmap:120 AMR/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv DEBUG] switch_core_session.c:871 Send signal sofia/internal/ 1000 at 10.169.112.170 [BREAK] DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 1000 at 10.169.112.170 [BREAK] DEBUG] sofia.c:5815 Channel sofia/internal/1000 at 10.169.112.170 entering state [early][183] DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ 1000 at 10.169.112.170 [BREAK] DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command Execute sleep(500) EXECUTE sofia/internal/1000 at 10.169.112.170 sleep(500) DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] mod_erlang_event.c:156 Sending event PRIVATE_COMMAND to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ 1000 at 10.169.112.170 [BREAK] DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command Execute playback(abc_test/en/test) EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test) DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 INFO] mod_native_file.c:94 Opening File [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR] 8000hz DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16 at 8000hz 1 channels 20ms DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_START to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] switch_ivr_play_say.c:1717 done playing file /usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_STOP to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to attached session 67192af8-159b-11e6-a7fc-eb0baf057465 Many Thanks. On Sat, May 7, 2016 at 12:58 AM, Brian West wrote: > For native files, you don't include an extension in your playback, you > just say playback /en/test, the file will be test.AMR matching the SDP. And > bits != sample rate if thats what you're pointing out. > > On Fri, May 6, 2016 at 1:58 PM, Pradeepa wrote: > >> Hi, >> >> I want to play amr file in freeswitch IVR. But I get Invalid file format >> [amr] error. >> >> Any suggestion to solve this problem? >> >> >> >> freeswitch log >> ------------------- >> 2016-05-05 22:36:02.151586 [INFO] mod_dptools.c:1260 Sending early media >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5282 Audio Codec Compare >> [AMR:120:8000:20:0]/[AMR:96:8000:20:12200] >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3190 Set Codec >> sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 bits >> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_codec.c:111 sofia/internal/ >> 1000 at 10.169.112.170 Original read codec set to AMR:96 >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf >> send/recv payload to 101 >> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3449 AUDIO RTP >> [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22020 -> >> 192.168.0.174 port 4006 codec: 120 ms: 20 >> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >> 2016-05-05 22:36:02.151586 [DEBUG] switch_rtp.c:2040 Starting timer >> [soft] 160 bytes per 20ms >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send >> payload to 101 >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf >> receive payload to 101 >> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3749 sofia/internal/ >> 1000 at 10.169.112.170 Set rtp dtmf delay to 40 >> 2016-05-05 22:36:02.151586 [NOTICE] sofia_glue.c:4360 Pre-Answer >> sofia/internal/1000 at 10.169.112.170! >> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >> CHANNEL_PROGRESS_MEDIA to attached session >> 69a98c32-134c-11e6-a976-6b5931cb8fb7 >> 2016-05-05 22:36:02.151586 [DEBUG] switch_channel.c:3368 (sofia/internal/ >> 1000 at 10.169.112.170) Callstate Change RINGING -> EARLY >> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >> CHANNEL_CALLSTATE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >> 2016-05-05 22:36:02.151586 [DEBUG] mod_sofia.c:2891 Ring SDP: >> v=0 >> o=FreeSWITCH 1462490942 1462490943 IN IP4 10.169.112.170 >> s=FreeSWITCH >> c=IN IP4 10.169.112.170 >> t=0 0 >> m=audio 22020 RTP/AVP 120 101 >> a=rtpmap:120 AMR/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_session.c:871 Send signal >> sofia/internal/1000 at 10.169.112.170 [BREAK] >> 2016-05-05 22:36:02.711592 [DEBUG] switch_core_session.c:1151 Send signal >> sofia/internal/1000 at 10.169.112.170 [BREAK] >> 2016-05-05 22:36:02.731593 [DEBUG] switch_ivr.c:614 sofia/internal/ >> 1000 at 10.169.112.170 Command Execute playback(abc_test/en/test.amr) >> EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test.amr) >> 2016-05-05 22:36:02.731593 [DEBUG] mod_erlang_event.c:156 Sending event >> CHANNEL_EXECUTE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >> 2016-05-05 22:36:02.731593 [ERR] switch_core_file.c:150 Invalid file >> format [amr] for [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.amr]! >> >> amr prompt details >> ------------------------- >> >> Audio >> Format : AMR >> Format/Info : Adaptive Multi-Rate >> Format profile : Narrow band >> Duration : 16s 140ms >> Bit rate mode : Constant >> Bit rate : 12.8 Kbps >> Channel(s) : 1 channel >> Sampling rate : 8 000 Hz >> Bit depth : 13 bits >> Stream size : 25.2 KiB (100%) >> >> Thanks. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/2bce669c/attachment-0001.html From pradee at gmail.com Mon May 9 11:45:27 2016 From: pradee at gmail.com (Pradeepa) Date: Mon, 9 May 2016 13:15:27 +0530 Subject: [Freeswitch-users] Invalid file format with Codec AMR In-Reply-To: References: Message-ID: Hi Brien, And also, I wanted to move to AMR, due to bandwidth concern and PCMU codec with wav (ADPCM U-Law, 64.0 Kbps, 8 000 Hz) is not clear on the phone. Many Thanks. On Mon, May 9, 2016 at 9:55 AM, Pradeepa wrote: > Thanks Brian, > > As you suggested, when I removed extension from playback, error > disappeared. But still I can't hear any audio. > > This is in early media. I tested after answering the call. Both times no > sound. Where I have done wrong? > > If I remove AMR from Freeswitch prefs, then negotiate with PCMU and play > properly wav (u-law) but I want to play AMR. > > Now log is as below. > > EXECUTE sofia/internal/1000 at 10.169.112.170 pre_answer() > [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > [INFO] mod_dptools.c:1260 Sending early media > [DEBUG] sofia_glue.c:5282 Audio Codec Compare [ > AMR:120:8000:20:0]/[AMR:96:8000:20:12200] > [DEBUG] sofia_glue.c:3190 Set Codec sofia/internal/1000 at 10.169.112.170 > AMR/8000 20 ms 160 samples 12200 bits > [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at 10.169.112.170 > Original read codec set to AMR:96 > [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session > 67192af8-159b-11e6-a7fc-eb0baf057465 > [DEBUG] sofia_glue.c:5451 Set 2833 dtmf send/recv payload to 101 > [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session > 67192af8-159b-11e6-a7fc-eb0baf057465 > [DEBUG] sofia_glue.c:3449 AUDIO RTP [sofia/internal/1000 at 10.169.112.170] > 10.169.112.170 port 22134 -> 192.168.0.174 port 4020 codec: 120 ms: 20 > [DEBUG] switch_rtp.c:2040 Starting timer [soft] 160 bytes per 20ms > [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send payload to 101 > [DEBUG] sofia_glue.c:3722 Set 2833 dtmf receive payload to 101 > [DEBUG] sofia_glue.c:3749 sofia/internal/1000 at 10.169.112.170 Set rtp dtmf > delay to 40 > [NOTICE] sofia_glue.c:4360 Pre-Answer sofia/internal/1000 at 10.169.112.170! > [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_PROGRESS_MEDIA to > attached session 67192af8-159b-11e6-a7fc-eb0baf057465 > [DEBUG] switch_channel.c:3368 (sofia/internal/1000 at 10.169.112.170) > Callstate Change RINGING -> EARLY > [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_CALLSTATE to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > [DEBUG] mod_sofia.c:2891 Ring SDP: > v=0 > o=FreeSWITCH 1462744655 1462744656 IN IP4 10.169.112.170 > s=FreeSWITCH > c=IN IP4 10.169.112.170 > t=0 0 > m=audio 22134 RTP/AVP 120 101 > a=rtpmap:120 AMR/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > DEBUG] switch_core_session.c:871 Send signal sofia/internal/ > 1000 at 10.169.112.170 [BREAK] > DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to > attached session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ > 1000 at 10.169.112.170 [BREAK] > DEBUG] sofia.c:5815 Channel sofia/internal/1000 at 10.169.112.170 entering > state [early][183] > DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ > 1000 at 10.169.112.170 [BREAK] > DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command > Execute sleep(500) > EXECUTE sofia/internal/1000 at 10.169.112.170 sleep(500) > DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to > attached session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] mod_erlang_event.c:156 Sending event PRIVATE_COMMAND to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ > 1000 at 10.169.112.170 [BREAK] > DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command > Execute playback(abc_test/en/test) > EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test) > DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > INFO] mod_native_file.c:94 Opening File > [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR] 8000hz > DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16 at 8000hz 1 channels > 20ms > DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_START to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] switch_ivr_play_say.c:1717 done playing file > /usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR > DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_STOP to attached > session 67192af8-159b-11e6-a7fc-eb0baf057465 > DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to > attached session 67192af8-159b-11e6-a7fc-eb0baf057465 > > Many Thanks. > > On Sat, May 7, 2016 at 12:58 AM, Brian West wrote: > >> For native files, you don't include an extension in your playback, you >> just say playback /en/test, the file will be test.AMR matching the SDP. And >> bits != sample rate if thats what you're pointing out. >> >> On Fri, May 6, 2016 at 1:58 PM, Pradeepa wrote: >> >>> Hi, >>> >>> I want to play amr file in freeswitch IVR. But I get Invalid file format >>> [amr] error. >>> >>> Any suggestion to solve this problem? >>> >>> >>> >>> freeswitch log >>> ------------------- >>> 2016-05-05 22:36:02.151586 [INFO] mod_dptools.c:1260 Sending early media >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5282 Audio Codec Compare >>> [AMR:120:8000:20:0]/[AMR:96:8000:20:12200] >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3190 Set Codec >>> sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 bits >>> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_codec.c:111 >>> sofia/internal/1000 at 10.169.112.170 Original read codec set to AMR:96 >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf >>> send/recv payload to 101 >>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3449 AUDIO RTP >>> [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22020 -> >>> 192.168.0.174 port 4006 codec: 120 ms: 20 >>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>> 2016-05-05 22:36:02.151586 [DEBUG] switch_rtp.c:2040 Starting timer >>> [soft] 160 bytes per 20ms >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send >>> payload to 101 >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf >>> receive payload to 101 >>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3749 sofia/internal/ >>> 1000 at 10.169.112.170 Set rtp dtmf delay to 40 >>> 2016-05-05 22:36:02.151586 [NOTICE] sofia_glue.c:4360 Pre-Answer >>> sofia/internal/1000 at 10.169.112.170! >>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>> CHANNEL_PROGRESS_MEDIA to attached session >>> 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>> 2016-05-05 22:36:02.151586 [DEBUG] switch_channel.c:3368 (sofia/internal/ >>> 1000 at 10.169.112.170) Callstate Change RINGING -> EARLY >>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>> CHANNEL_CALLSTATE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>> 2016-05-05 22:36:02.151586 [DEBUG] mod_sofia.c:2891 Ring SDP: >>> v=0 >>> o=FreeSWITCH 1462490942 1462490943 IN IP4 10.169.112.170 >>> s=FreeSWITCH >>> c=IN IP4 10.169.112.170 >>> t=0 0 >>> m=audio 22020 RTP/AVP 120 101 >>> a=rtpmap:120 AMR/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_session.c:871 Send signal >>> sofia/internal/1000 at 10.169.112.170 [BREAK] >>> 2016-05-05 22:36:02.711592 [DEBUG] switch_core_session.c:1151 Send >>> signal sofia/internal/1000 at 10.169.112.170 [BREAK] >>> 2016-05-05 22:36:02.731593 [DEBUG] switch_ivr.c:614 sofia/internal/ >>> 1000 at 10.169.112.170 Command Execute playback(abc_test/en/test.amr) >>> EXECUTE sofia/internal/1000 at 10.169.112.170 >>> playback(abc_test/en/test.amr) >>> 2016-05-05 22:36:02.731593 [DEBUG] mod_erlang_event.c:156 Sending event >>> CHANNEL_EXECUTE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>> 2016-05-05 22:36:02.731593 [ERR] switch_core_file.c:150 Invalid file >>> format [amr] for [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.amr]! >>> >>> amr prompt details >>> ------------------------- >>> >>> Audio >>> Format : AMR >>> Format/Info : Adaptive Multi-Rate >>> Format profile : Narrow band >>> Duration : 16s 140ms >>> Bit rate mode : Constant >>> Bit rate : 12.8 Kbps >>> Channel(s) : 1 channel >>> Sampling rate : 8 000 Hz >>> Bit depth : 13 bits >>> Stream size : 25.2 KiB (100%) >>> >>> Thanks. >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/8bd1ea41/attachment-0001.html From amani.mansour2 at gmail.com Mon May 9 12:10:05 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Mon, 09 May 2016 08:10:05 +0000 Subject: [Freeswitch-users] FreeSWITCH server as proxy or redirect or registrar or all together Message-ID: Hi all , I would like to ask you some questions: -Is there a book written with the frensh language ? -I need to know is there an active FreeSWITCH GUI ? I find freeWIKI but is not active . -FreeSWITCH is an VOIP server or SIP server . So i want to know ,in FreeSWITCH, where is the : Proxy server ,Registrar server ,and redirect server ,are they the moduls ? Please I need your help . Best Regards Amani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/ea3b2fd5/attachment.html From gregor at infomedia.si Mon May 9 12:31:52 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 9 May 2016 10:31:52 +0200 Subject: [Freeswitch-users] Verto - ringing Message-ID: Hi! I need some advice. I am using verto and created client by myself from base of demo. Now I have one problem and cannot solve it. If user is in call and he gets another call in background (call waiting). Audio from active call is lost. Call is active, but cannot hear audio. Is this something that I overlooked in javascript? Best regards, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/419fba90/attachment.html From gmaruzz at gmail.com Mon May 9 14:32:26 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 9 May 2016 12:32:26 +0200 Subject: [Freeswitch-users] FreeSWITCH server as proxy or redirect or registrar or all together In-Reply-To: References: Message-ID: sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 09/Mag/2016 10:11, "amani mansour" ha scritto: > > Hi all , > I would like to ask you some questions: > -Is there a book written with the frensh language ? Not that I know > -I need to know is there an active FreeSWITCH GUI ? I find freeWIKI but is not active . You can check FusionPBX > -FreeSWITCH is an VOIP server or SIP server . So i want to know ,in FreeSWITCH, where is the : Proxy server ,Registrar server ,and redirect server ,are they the moduls ? Yes, they are modules > > > Please I need your help . > > Best Regards > Amani > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/28cf7516/attachment.html From alhakeem at gmail.com Mon May 9 15:13:40 2016 From: alhakeem at gmail.com (Abdul Hakeem) Date: Mon, 9 May 2016 12:13:40 +0100 Subject: [Freeswitch-users] FreeSWITCH server as proxy or redirect or registrar or all together In-Reply-To: References: Message-ID: Hi Giovanni, Could you point me to the Proxy module, or how to configure FS as a Proxy ?. Cheers, AH On 9 May 2016 11:34, "Giovanni Maruzzelli" wrote: > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.IT > Il 09/Mag/2016 10:11, "amani mansour" ha > scritto: > > > > Hi all , > > I would like to ask you some questions: > > -Is there a book written with the frensh language ? > > Not that I know > > > -I need to know is there an active FreeSWITCH GUI ? I find > freeWIKI but is not active . > > You can check FusionPBX > > > -FreeSWITCH is an VOIP server or SIP server . So i want to know > ,in FreeSWITCH, where is the : Proxy server ,Registrar server ,and redirect > server ,are they the moduls ? > > Yes, they are modules > > > > > > > Please I need your help . > > > > Best Regards > > Amani > > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/8bb54337/attachment.html From Alexander.Haugg at c4b.de Mon May 9 15:32:20 2016 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Mon, 9 May 2016 11:32:20 +0000 Subject: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer Message-ID: Hi all, The scenario is: - The registered SIP Client make an outbound call - After a connect the client send a refer to a new destination (Blind Transfer) - The 202 accepted is correct as tcp sended - The Notify (sipfrag 200 OK) and the following Bye will send via UDP If I do the same with an inbound call, it works successfully. Is it a Bug? My Freeswitch version is: FreeSWITCH Version 1.7.0+git~20160502T014035Z~96e963d3eb~64bit (git 96e963d 2016-05-02 01:40:35Z 64bit) Mit freundlichen Gr??en Alexander Haugg C4B Com For Business AG Gabriele-M?nter-Stra?e 3-5 D-82110 Germering Telefon +49 89 840798-170 Fax +49 89 840798-13170 alexander.haugg at c4b.de www.c4b.de Registergericht: Amtsgericht M?nchen, HRB 125040 Vorstand: Bernd Wok?ck, Michael Schreier Aufsichtsratsvorsitzender: Dr. Helmut Maier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/2760bc26/attachment-0001.html From luis.daniel.lucio at gmail.com Mon May 9 16:45:23 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Mon, 9 May 2016 08:45:23 -0400 Subject: [Freeswitch-users] Error linking In-Reply-To: References: Message-ID: You are right. Thanks Le 8 mai 2016 9:59 PM, "Michael Jerris" a ?crit : > You get this when it tries to link code that uses c++ with gcc. Did you > override something with env variables incorrectly? > > On Sunday, May 8, 2016, Luis Daniel Lucio Quiroz < > luis.daniel.lucio at gmail.com> wrote: > >> It is clear I am missing something. Any clue? >> >> >> *** Warning: Linking the shared library libfreeswitch.la against the >> *** static library libs/libvpx/libvpx.a is not portable! >> Making all in . >> make[2]: Entering directory `/builddir/build/BUILD/freeswitch-1.6.8' >> CC libfreeswitch_la-switch_version.lo >> CXXLD libfreeswitch.la >> >> *** Warning: Linking the shared library libfreeswitch.la against the >> *** static library libs/libvpx/libvpx.a is not portable! >> CC freeswitch-switch.o >> CCLD freeswitch >> ./.libs/libfreeswitch.so: undefined reference to `__cxa_pure_virtual' >> ./.libs/libfreeswitch.so: undefined reference to `__gxx_personality_v0' >> ./.libs/libfreeswitch.so: undefined reference to `operator new(unsigned >> long)' >> ./.libs/libfreeswitch.so: undefined reference to `operator delete(void*)' >> ./.libs/libfreeswitch.so: undefined reference to `vtable for >> __cxxabiv1::__class_type_info' >> collect2: error: ld returned 1 exit status >> make[2]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' >> make[1]: Leaving directory `/builddir/build/BUILD/freeswitch-1.6.8' >> -- >> >> >> Luis Daniel Lucio Quiroz >> CISSP, CISM, CISA >> Linux, VoIP and much more fun >> www.okay.com.mx >> >> Need LCR? Check out LCR for FusionPBX with FreeSWITCH >> Need Billing? Check out Billing for FusionPBX with FreeSWITCH >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/5e5cd2fc/attachment.html From mike at jerris.com Mon May 9 18:52:07 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 May 2016 10:52:07 -0400 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: Message-ID: There was a similar issue in verto communicator issue, are you using the same or a different audio tag? On Monday, May 9, 2016, Gregor Nanger wrote: > Hi! > > I need some advice. > > I am using verto and created client by myself from base of demo. Now I > have one problem and cannot solve it. > > If user is in call and he gets another call in background (call waiting). > Audio from active call is lost. Call is active, but cannot hear audio. > > Is this something that I overlooked in javascript? > > Best regards, Gregor > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/ca3c97e9/attachment.html From mike at jerris.com Mon May 9 18:56:23 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 May 2016 10:56:23 -0400 Subject: [Freeswitch-users] FreeSWITCH server as proxy or redirect or registrar or all together In-Reply-To: References: Message-ID: On Monday, May 9, 2016, amani mansour wrote: > Hi all , > I would like to ask you some questions: > -Is there a book written with the frensh language ? > Unfortunately not. > -I need to know is there an active FreeSWITCH GUI ? I find freeWIKI > but is not active . > There are a couple. Kazoo and fusionpbx. -FreeSWITCH is an VOIP server or SIP server . So i want to know ,in > FreeSWITCH, where is the : Proxy server ,Registrar server ,and redirect > server ,are they the moduls ? > I don't think either of those terms actually mean something. We do support sip and other VoIP protocols. we are not a proxy, we can act as a registrar and as a redirect server for sip and other protocols. All of the sip functionality is in mod_sofia. > > > Please I need your help . > > Best Regards > Amani > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/0d129e21/attachment.html From brian at freeswitch.org Mon May 9 18:56:37 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 9 May 2016 09:56:37 -0500 Subject: [Freeswitch-users] Invalid file format with Codec AMR In-Reply-To: References: Message-ID: AMR will be worse than PCMU, there are other codecs that are free that would address your concerns. On Mon, May 9, 2016 at 2:45 AM, Pradeepa wrote: > Hi Brien, > > And also, I wanted to move to AMR, due to bandwidth concern and PCMU > codec with wav (ADPCM U-Law, 64.0 Kbps, 8 000 Hz) is not clear on the > phone. > > Many Thanks. > > On Mon, May 9, 2016 at 9:55 AM, Pradeepa wrote: > >> Thanks Brian, >> >> As you suggested, when I removed extension from playback, error >> disappeared. But still I can't hear any audio. >> >> This is in early media. I tested after answering the call. Both times no >> sound. Where I have done wrong? >> >> If I remove AMR from Freeswitch prefs, then negotiate with PCMU and play >> properly wav (u-law) but I want to play AMR. >> >> Now log is as below. >> >> EXECUTE sofia/internal/1000 at 10.169.112.170 pre_answer() >> [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> [INFO] mod_dptools.c:1260 Sending early media >> [DEBUG] sofia_glue.c:5282 Audio Codec Compare [ >> AMR:120:8000:20:0]/[AMR:96:8000:20:12200] >> [DEBUG] sofia_glue.c:3190 Set Codec sofia/internal/1000 at 10.169.112.170 >> AMR/8000 20 ms 160 samples 12200 bits >> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at 10.169.112.170 >> Original read codec set to AMR:96 >> [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session >> 67192af8-159b-11e6-a7fc-eb0baf057465 >> [DEBUG] sofia_glue.c:5451 Set 2833 dtmf send/recv payload to 101 >> [DEBUG] mod_erlang_event.c:156 Sending event CODEC to attached session >> 67192af8-159b-11e6-a7fc-eb0baf057465 >> [DEBUG] sofia_glue.c:3449 AUDIO RTP [sofia/internal/1000 at 10.169.112.170] >> 10.169.112.170 port 22134 -> 192.168.0.174 port 4020 codec: 120 ms: 20 >> [DEBUG] switch_rtp.c:2040 Starting timer [soft] 160 bytes per 20ms >> [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send payload to 101 >> [DEBUG] sofia_glue.c:3722 Set 2833 dtmf receive payload to 101 >> [DEBUG] sofia_glue.c:3749 sofia/internal/1000 at 10.169.112.170 Set rtp >> dtmf delay to 40 >> [NOTICE] sofia_glue.c:4360 Pre-Answer sofia/internal/1000 at 10.169.112.170! >> [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_PROGRESS_MEDIA to >> attached session 67192af8-159b-11e6-a7fc-eb0baf057465 >> [DEBUG] switch_channel.c:3368 (sofia/internal/1000 at 10.169.112.170) >> Callstate Change RINGING -> EARLY >> [DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_CALLSTATE to >> attached session 67192af8-159b-11e6-a7fc-eb0baf057465 >> [DEBUG] mod_sofia.c:2891 Ring SDP: >> v=0 >> o=FreeSWITCH 1462744655 1462744656 IN IP4 10.169.112.170 >> s=FreeSWITCH >> c=IN IP4 10.169.112.170 >> t=0 0 >> m=audio 22134 RTP/AVP 120 101 >> a=rtpmap:120 AMR/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> DEBUG] switch_core_session.c:871 Send signal sofia/internal/ >> 1000 at 10.169.112.170 [BREAK] >> DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to >> attached session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ >> 1000 at 10.169.112.170 [BREAK] >> DEBUG] sofia.c:5815 Channel sofia/internal/1000 at 10.169.112.170 entering >> state [early][183] >> DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ >> 1000 at 10.169.112.170 [BREAK] >> DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command >> Execute sleep(500) >> EXECUTE sofia/internal/1000 at 10.169.112.170 sleep(500) >> DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to >> attached session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] mod_erlang_event.c:156 Sending event PRIVATE_COMMAND to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] switch_core_session.c:1151 Send signal sofia/internal/ >> 1000 at 10.169.112.170 [BREAK] >> DEBUG] switch_ivr.c:614 sofia/internal/1000 at 10.169.112.170 Command >> Execute playback(abc_test/en/test) >> EXECUTE sofia/internal/1000 at 10.169.112.170 playback(abc_test/en/test) >> DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> INFO] mod_native_file.c:94 Opening File >> [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR] 8000hz >> DEBUG] switch_ivr_play_say.c:1314 Codec Activated L16 at 8000hz 1 channels >> 20ms >> DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_START to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] switch_ivr_play_say.c:1717 done playing file >> /usr/local/abc/sounds/en/us/callie/abc_test/en/test.AMR >> DEBUG] mod_erlang_event.c:156 Sending event PLAYBACK_STOP to attached >> session 67192af8-159b-11e6-a7fc-eb0baf057465 >> DEBUG] mod_erlang_event.c:156 Sending event CHANNEL_EXECUTE_COMPLETE to >> attached session 67192af8-159b-11e6-a7fc-eb0baf057465 >> >> Many Thanks. >> >> On Sat, May 7, 2016 at 12:58 AM, Brian West wrote: >> >>> For native files, you don't include an extension in your playback, you >>> just say playback /en/test, the file will be test.AMR matching the SDP. And >>> bits != sample rate if thats what you're pointing out. >>> >>> On Fri, May 6, 2016 at 1:58 PM, Pradeepa wrote: >>> >>>> Hi, >>>> >>>> I want to play amr file in freeswitch IVR. But I get Invalid file >>>> format [amr] error. >>>> >>>> Any suggestion to solve this problem? >>>> >>>> >>>> >>>> freeswitch log >>>> ------------------- >>>> 2016-05-05 22:36:02.151586 [INFO] mod_dptools.c:1260 Sending early media >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5282 Audio Codec >>>> Compare [AMR:120:8000:20:0]/[AMR:96:8000:20:12200] >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3190 Set Codec >>>> sofia/internal/1000 at 10.169.112.170 AMR/8000 20 ms 160 samples 12200 >>>> bits >>>> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_codec.c:111 >>>> sofia/internal/1000 at 10.169.112.170 Original read codec set to AMR:96 >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:5451 Set 2833 dtmf >>>> send/recv payload to 101 >>>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>>> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3449 AUDIO RTP >>>> [sofia/internal/1000 at 10.169.112.170] 10.169.112.170 port 22020 -> >>>> 192.168.0.174 port 4006 codec: 120 ms: 20 >>>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>>> CODEC to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>>> 2016-05-05 22:36:02.151586 [DEBUG] switch_rtp.c:2040 Starting timer >>>> [soft] 160 bytes per 20ms >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3716 Set 2833 dtmf send >>>> payload to 101 >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3722 Set 2833 dtmf >>>> receive payload to 101 >>>> 2016-05-05 22:36:02.151586 [DEBUG] sofia_glue.c:3749 sofia/internal/ >>>> 1000 at 10.169.112.170 Set rtp dtmf delay to 40 >>>> 2016-05-05 22:36:02.151586 [NOTICE] sofia_glue.c:4360 Pre-Answer >>>> sofia/internal/1000 at 10.169.112.170! >>>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>>> CHANNEL_PROGRESS_MEDIA to attached session >>>> 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>>> 2016-05-05 22:36:02.151586 [DEBUG] switch_channel.c:3368 >>>> (sofia/internal/1000 at 10.169.112.170) Callstate Change RINGING -> EARLY >>>> 2016-05-05 22:36:02.151586 [DEBUG] mod_erlang_event.c:156 Sending event >>>> CHANNEL_CALLSTATE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>>> 2016-05-05 22:36:02.151586 [DEBUG] mod_sofia.c:2891 Ring SDP: >>>> v=0 >>>> o=FreeSWITCH 1462490942 1462490943 IN IP4 10.169.112.170 >>>> s=FreeSWITCH >>>> c=IN IP4 10.169.112.170 >>>> t=0 0 >>>> m=audio 22020 RTP/AVP 120 101 >>>> a=rtpmap:120 AMR/8000 >>>> a=rtpmap:101 telephone-event/8000 >>>> a=fmtp:101 0-16 >>>> a=ptime:20 >>>> a=sendrecv >>>> >>>> 2016-05-05 22:36:02.151586 [DEBUG] switch_core_session.c:871 Send >>>> signal sofia/internal/1000 at 10.169.112.170 [BREAK] >>>> 2016-05-05 22:36:02.711592 [DEBUG] switch_core_session.c:1151 Send >>>> signal sofia/internal/1000 at 10.169.112.170 [BREAK] >>>> 2016-05-05 22:36:02.731593 [DEBUG] switch_ivr.c:614 sofia/internal/ >>>> 1000 at 10.169.112.170 Command Execute playback(abc_test/en/test.amr) >>>> EXECUTE sofia/internal/1000 at 10.169.112.170 >>>> playback(abc_test/en/test.amr) >>>> 2016-05-05 22:36:02.731593 [DEBUG] mod_erlang_event.c:156 Sending event >>>> CHANNEL_EXECUTE to attached session 69a98c32-134c-11e6-a976-6b5931cb8fb7 >>>> 2016-05-05 22:36:02.731593 [ERR] switch_core_file.c:150 Invalid file >>>> format [amr] for [/usr/local/abc/sounds/en/us/callie/abc_test/en/test.amr]! >>>> >>>> amr prompt details >>>> ------------------------- >>>> >>>> Audio >>>> Format : AMR >>>> Format/Info : Adaptive Multi-Rate >>>> Format profile : Narrow band >>>> Duration : 16s 140ms >>>> Bit rate mode : Constant >>>> Bit rate : 12.8 Kbps >>>> Channel(s) : 1 channel >>>> Sampling rate : 8 000 Hz >>>> Bit depth : 13 bits >>>> Stream size : 25.2 KiB (100%) >>>> >>>> Thanks. >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/e1184d96/attachment-0001.html From blackc2004 at gmail.com Mon May 9 18:57:09 2016 From: blackc2004 at gmail.com (Cj B) Date: Mon, 9 May 2016 07:57:09 -0700 Subject: [Freeswitch-users] Chatplan Invalid profile In-Reply-To: <4873AD8B-A410-4220-9B9C-18803B877F7E@gmail.com> References: <4873AD8B-A410-4220-9B9C-18803B877F7E@gmail.com> Message-ID: <7E97C2A1-ECA5-477A-8C43-6CEAFCBD44B1@gmail.com> Hi, Can anyone help me out with this? Thanks, Cj B > On May 5, 2016, at 2:15 PM, Cj B wrote: > > > Hi all, > > I?m trying to create a lua script to send an SMS message between phones and I keep getting this ?invalid profile? error. I?m trying follow the ?Sending a Message from a script? on the mod_sms confluence page. I found an old mailing list thread that said we need to "alias the domain or IP to the profile?. But I?m not exactly sure how to do that. Any hints? > > http://pastebin.com/uL3NpmMN > > Thanks, > Cj B > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/d22f2300/attachment.html From mike at jerris.com Mon May 9 18:57:55 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 May 2016 10:57:55 -0400 Subject: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer In-Reply-To: References: Message-ID: This can happen based on the content of the refer, and could be normal based on the content of the refer. The transport of the original call is not related. On Monday, May 9, 2016, Alexander Haugg wrote: > Hi all, > > > > The scenario is: > > - The registered SIP Client make an outbound call > > - After a connect the client send a refer to a new destination > (Blind Transfer) > > - The 202 accepted is correct as tcp sended > > - The Notify (sipfrag 200 OK) and the following Bye will send > via UDP > > > > If I do the same with an inbound call, it works successfully. > > > > Is it a Bug? > > My Freeswitch version is: > > FreeSWITCH Version 1.7.0+git~20160502T014035Z~96e963d3eb~64bit (git > 96e963d 2016-05-02 01:40:35Z 64bit) > > > > Mit freundlichen Gr??en > > Alexander Haugg > > > > > > *C4B Com For Business AG* > Gabriele-M?nter-Stra?e 3-5 > D-82110 Germering > > Telefon +49 89 840798-170 > Fax +49 89 840798-13170 > *alexander.haugg at c4b.de > * > www.c4b.de > > Registergericht: Amtsgericht M?nchen, HRB 125040 > Vorstand: Bernd Wok?ck, Michael Schreier > Aufsichtsratsvorsitzender: Dr. Helmut Maier > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/b8a1ce45/attachment.html From italo at freeswitch.org Mon May 9 19:31:28 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Mon, 9 May 2016 12:31:28 -0300 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: Message-ID: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> Use differente audio tags for each call, by default veto will use the tag specified when creating your verto object, you can specify a new one when making call and when answering calls. > On 9 de mai de 2016, at 11:52, Michael Jerris wrote: > > There was a similar issue in verto communicator issue, are you using the same or a different audio tag? > > On Monday, May 9, 2016, Gregor Nanger wrote: > Hi! > > I need some advice. > > I am using verto and created client by myself from base of demo. Now I have one problem and cannot solve it. > > If user is in call and he gets another call in background (call waiting). Audio from active call is lost. Call is active, but cannot hear audio. > > Is this something that I overlooked in javascript? > > Best regards, Gregor > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From italo at freeswitch.org Mon May 9 19:33:07 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Mon, 9 May 2016 12:33:07 -0300 Subject: [Freeswitch-users] Mod callcenter with off-hook agents In-Reply-To: References: Message-ID: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org> What you mean with off-hook? Check the type of the agent, there?s uuid-standby and callback https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-type > On 6 de mai de 2016, at 11:47, Alex Pierry wrote: > > Hi guys, > > is there a way to implement mod callcenter with off-hook agents? > > Thanks, > > Alex. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org ?talo Rossi italo at freeswitch.org From grcamauer at gmail.com Mon May 9 19:34:33 2016 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Mon, 9 May 2016 12:34:33 -0300 Subject: [Freeswitch-users] FreeSWITCH server as proxy or redirect or registrar or all together In-Reply-To: References: Message-ID: >From this page: https://freeswitch.org/confluence/display/FREESWITCH/Configuring+FreeSWITCH SIP Proxy FreeSWITCH is a B2BUA (back-to-back user agent). This means that it actually parses each of the SIP messages that it receives. FreeSWITCH can not act as a proxy, for instance by forwarding SIP registrations to a registrar server. Of course, you could cluster multiple FreeSWITCH servers and share registrations using a shared database. Guillermo On Mon, May 9, 2016 at 8:13 AM, Abdul Hakeem wrote: > Hi Giovanni, > > Could you point me to the Proxy module, or how to configure FS as a Proxy > ?. > Cheers, > AH > On 9 May 2016 11:34, "Giovanni Maruzzelli" wrote: > >> sent from mobile >> cell: +39 347 266 56 18 >> Giovanni Maruzzelli >> OpenTelecom.IT >> Il 09/Mag/2016 10:11, "amani mansour" ha >> scritto: >> > >> > Hi all , >> > I would like to ask you some questions: >> > -Is there a book written with the frensh language ? >> >> Not that I know >> >> > -I need to know is there an active FreeSWITCH GUI ? I find >> freeWIKI but is not active . >> >> You can check FusionPBX >> >> > -FreeSWITCH is an VOIP server or SIP server . So i want to know >> ,in FreeSWITCH, where is the : Proxy server ,Registrar server ,and redirect >> server ,are they the moduls ? >> >> Yes, they are modules >> >> > >> > >> > Please I need your help . >> > >> > Best Regards >> > Amani >> > >> > >> > >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/e8daa8af/attachment-0001.html From Alexander.Haugg at c4b.de Mon May 9 20:02:03 2016 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Mon, 9 May 2016 16:02:03 +0000 Subject: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer In-Reply-To: References: Message-ID: The Connection between SIP Client and FreeSwitch works with TCP only! Why there are difference from a refer to an outbound call and a refer to an inbound call? In the Trace I can see, the refer looks like equal. What can I do to make sure the FreeSwitch send the Notify in TCP? The Client have no UDP Port open for SIP. Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Michael Jerris Gesendet: Montag, 9. Mai 2016 16:58 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer This can happen based on the content of the refer, and could be normal based on the content of the refer. The transport of the original call is not related. On Monday, May 9, 2016, Alexander Haugg > wrote: Hi all, The scenario is: - The registered SIP Client make an outbound call - After a connect the client send a refer to a new destination (Blind Transfer) - The 202 accepted is correct as tcp sended - The Notify (sipfrag 200 OK) and the following Bye will send via UDP If I do the same with an inbound call, it works successfully. Is it a Bug? My Freeswitch version is: FreeSWITCH Version 1.7.0+git~20160502T014035Z~96e963d3eb~64bit (git 96e963d 2016-05-02 01:40:35Z 64bit) Mit freundlichen Gr??en Alexander Haugg C4B Com For Business AG Gabriele-M?nter-Stra?e 3-5 D-82110 Germering Telefon +49 89 840798-170 Fax +49 89 840798-13170 alexander.haugg at c4b.de www.c4b.de Registergericht: Amtsgericht M?nchen, HRB 125040 Vorstand: Bernd Wok?ck, Michael Schreier Aufsichtsratsvorsitzender: Dr. Helmut Maier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/742f2f02/attachment.html From gregor at infomedia.si Mon May 9 20:01:56 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 09 May 2016 16:01:56 +0000 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> Message-ID: Just for opinion, before trying. Can I just modify source to use different tag for ringer? On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: > Use differente audio tags for each call, by default veto will use the tag > specified when creating your verto object, you can specify a new one when > making call and when answering calls. > > > On 9 de mai de 2016, at 11:52, Michael Jerris wrote: > > > > There was a similar issue in verto communicator issue, are you using the > same or a different audio tag? > > > > On Monday, May 9, 2016, Gregor Nanger wrote: > > Hi! > > > > I need some advice. > > > > I am using verto and created client by myself from base of demo. Now I > have one problem and cannot solve it. > > > > If user is in call and he gets another call in background (call > waiting). Audio from active call is lost. Call is active, but cannot hear > audio. > > > > Is this something that I overlooked in javascript? > > > > Best regards, Gregor > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/b44ff2d8/attachment.html From fernando at softov.com.br Mon May 9 20:34:47 2016 From: fernando at softov.com.br (Luiz Fernando Softov) Date: Mon, 9 May 2016 12:34:47 -0400 Subject: [Freeswitch-users] Mod callcenter with off-hook agents In-Reply-To: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org> References: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org> Message-ID: See contact param on agent You can call using this instead uuid. 2016-05-09 11:33 GMT-04:00 ?talo Rossi : > What you mean with off-hook? > > Check the type of the agent, there?s uuid-standby and callback > > https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-type > > > On 6 de mai de 2016, at 11:47, Alex Pierry wrote: > > > > Hi guys, > > > > is there a way to implement mod callcenter with off-hook agents? > > > > Thanks, > > > > Alex. > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > ?talo Rossi > italo at freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/5bf6da25/attachment-0001.html From brian at freeswitch.org Mon May 9 20:46:33 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 9 May 2016 11:46:33 -0500 Subject: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer In-Reply-To: References: Message-ID: Guessing based on NO information provide that the refer is sent with URL that fails to include transport=tcp, which by will make it default to UDP. /b On Mon, May 9, 2016 at 11:02 AM, Alexander Haugg wrote: > The Connection between SIP Client and FreeSwitch works with TCP only! > > Why there are difference from a refer to an outbound call and a refer to > an inbound call? In the Trace I can see, the refer looks like equal. > > > > What can I do to make sure the FreeSwitch send the Notify in TCP? The > Client have no UDP Port open for SIP. > > > > *Von:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *Im Auftrag von *Michael > Jerris > *Gesendet:* Montag, 9. Mai 2016 16:58 > *An:* FreeSWITCH Users Help > *Betreff:* Re: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP > if he reseive a refer > > > > This can happen based on the content of the refer, and could be normal > based on the content of the refer. The transport of the original call is > not related. > > On Monday, May 9, 2016, Alexander Haugg wrote: > > Hi all, > > > > The scenario is: > > - The registered SIP Client make an outbound call > > - After a connect the client send a refer to a new destination > (Blind Transfer) > > - The 202 accepted is correct as tcp sended > > - The Notify (sipfrag 200 OK) and the following Bye will send > via UDP > > > > If I do the same with an inbound call, it works successfully. > > > > Is it a Bug? > > My Freeswitch version is: > > FreeSWITCH Version 1.7.0+git~20160502T014035Z~96e963d3eb~64bit (git > 96e963d 2016-05-02 01:40:35Z 64bit) > > > > Mit freundlichen Gr??en > > Alexander Haugg > > > > > > *C4B Com For Business AG* > Gabriele-M?nter-Stra?e 3-5 > D-82110 Germering > > Telefon +49 89 840798-170 > Fax +49 89 840798-13170 > *alexander.haugg at c4b.de* > www.c4b.de > > Registergericht: Amtsgericht M?nchen, HRB 125040 > Vorstand: Bernd Wok?ck, Michael Schreier > Aufsichtsratsvorsitzender: Dr. Helmut Maier > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/f986ed78/attachment.html From msc at freeswitch.org Mon May 9 20:48:51 2016 From: msc at freeswitch.org (Michael Collins) Date: Mon, 9 May 2016 09:48:51 -0700 Subject: [Freeswitch-users] Mod callcenter with off-hook agents In-Reply-To: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org> References: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org> Message-ID: Off-hook just means that the agent calls into the system and is on what looks like a really long phone call. The agent never hangs up his/her phone. In stead, the system will play music (or whatever) to the agent until a call comes in, at which time the system stops the music and connects the caller to the agent. When the call is done, the agent goes back to listening to music instead of hanging up. I believe mod_callcenter refers to this as "uuid-standby" as is documented here: https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-uuid-standby -MSC On Mon, May 9, 2016 at 8:33 AM, ?talo Rossi wrote: > What you mean with off-hook? > > Check the type of the agent, there?s uuid-standby and callback > > https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-type > > > On 6 de mai de 2016, at 11:47, Alex Pierry wrote: > > > > Hi guys, > > > > is there a way to implement mod callcenter with off-hook agents? > > > > Thanks, > > > > Alex. > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > ?talo Rossi > italo at freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/a087e0d6/attachment.html From olegstolyar at gmail.com Mon May 9 22:00:25 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Mon, 9 May 2016 11:00:25 -0700 Subject: [Freeswitch-users] One way hold Message-ID: Hi, I am looking for a way to deaf a channel and play some hold music into it while still receiving audio from the channel. I tried uuid_displace but it also mutes the channel, so I don't receive any audio from it. Is there a combination of commands that can do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/5e4b40dd/attachment.html From gabriel at pinaculo.com.br Mon May 9 22:04:31 2016 From: gabriel at pinaculo.com.br (Gabriel Bustos) Date: Mon, 9 May 2016 15:04:31 -0300 Subject: [Freeswitch-users] Dynamic return call (callback) Message-ID: Hello, I'm trying to implement a callback (for specific numbers) in my project. What I need to do is hangup the incoming call and return to that number. What I tried is this: Actually this works (sort of), it originates a call in softphone and when I answer the softphone the call to destination number is made. BUT what I need is to call to destination number and bridge to softphone when the call is answered. And here is where I'm having problems. My last attempt was calling a lua script who fires a custom event, like this: teste.lua: function fireEvent() local event = freeswitch.Event("CUSTOM", "Gateway::Callback") event:addHeader("My-Header", "test") event:addBody("EventTest") session:sendEvent(event) --event:fire(); end fireEvent() Ok, the event is fired as I can see in CLI but I think the event hook doesn't work. This is the line from lua.conf: Can you help me telling me if I'm the right path or if there's a better way to do that? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/b98ff86d/attachment-0001.html From jpyle at fidelityvoice.com Mon May 9 22:37:34 2016 From: jpyle at fidelityvoice.com (Jeff Pyle) Date: Mon, 9 May 2016 14:37:34 -0400 Subject: [Freeswitch-users] Manually set Contact user in gateway registration Message-ID: Hello, I'm curious if it's possible to manually specify the user value in the Contact of an outbound gateway registration. In the documentation and examples I see where extra parameters can be set, but not the base user itself. - Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/b4461a31/attachment.html From arsenman at connectto.com Mon May 9 22:52:55 2016 From: arsenman at connectto.com (Arsen Manukyan) Date: Mon, 9 May 2016 11:52:55 -0700 Subject: [Freeswitch-users] WebRTC mod verto paid consulting Message-ID: <4768cb1a-89c5-c139-4310-17203db42ea7@connectto.com> Hello We need implement WebRTC So we need paid consulting for our system intial setup -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/2c1f5622/attachment.html From gmaruzz at gmail.com Mon May 9 23:13:19 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 9 May 2016 21:13:19 +0200 Subject: [Freeswitch-users] WebRTC mod verto paid consulting In-Reply-To: <4768cb1a-89c5-c139-4310-17203db42ea7@connectto.com> References: <4768cb1a-89c5-c139-4310-17203db42ea7@connectto.com> Message-ID: Write to consulting at freeswitch.org and you will be contacted asap. sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 09/Mag/2016 20:53, "Arsen Manukyan" ha scritto: > > Hello > We need implement WebRTC > So we need paid consulting for our system intial setup > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/a372880b/attachment.html From mylists at polite.se Tue May 10 00:23:36 2016 From: mylists at polite.se (Oivvio Polite) Date: Mon, 9 May 2016 22:23:36 +0200 Subject: [Freeswitch-users] Verto, -32601 Invalid Method, Missing Method or Permission Denied Message-ID: <20160509202336.GA20567@blomma.liberationtech.net> I'm getting closer to having Verto working. I now have the wss certs working, I can successfull authenticate against directory configuration fetched via xml_curl. Now after the client sends a "verto.invite" method to the server the server responds with a code -32601, "Invalid Method, Missing Method or Permission Denied". Since verto.js probably isn't outputting an invalid or missing method my assumptions is that for some reason the authenticated user does not have the requisite permissions to have the call move to the next step. I'm unsure what my next troubleshooting step should be. Regards Oivvio Full FreeSwitch log: http://termbin.com/1fap Full Chrome log: http://termbin.com/6igj From alex at teclan.com.br Tue May 10 00:55:53 2016 From: alex at teclan.com.br (Alex Pierry) Date: Mon, 9 May 2016 20:55:53 +0000 Subject: [Freeswitch-users] Mod callcenter with off-hook agents In-Reply-To: References: <2F51515B-ED72-4570-AAE7-1F5B6FE3A977@freeswitch.org>, Message-ID: Yes! I'll try with this conf. Thank you very much! ________________________________ De: freeswitch-users-bounces at lists.freeswitch.org em nome de Michael Collins Enviado: segunda-feira, 9 de maio de 2016 13:48 Para: FreeSWITCH Users Help Assunto: Re: [Freeswitch-users] Mod callcenter with off-hook agents Off-hook just means that the agent calls into the system and is on what looks like a really long phone call. The agent never hangs up his/her phone. In stead, the system will play music (or whatever) to the agent until a call comes in, at which time the system stops the music and connects the caller to the agent. When the call is done, the agent goes back to listening to music instead of hanging up. I believe mod_callcenter refers to this as "uuid-standby" as is documented here: https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-uuid-standby -MSC On Mon, May 9, 2016 at 8:33 AM, ?talo Rossi > wrote: What you mean with off-hook? Check the type of the agent, there's uuid-standby and callback https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-type > On 6 de mai de 2016, at 11:47, Alex Pierry > wrote: > > Hi guys, > > is there a way to implement mod callcenter with off-hook agents? > > Thanks, > > Alex. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org ?talo Rossi italo at freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/df505012/attachment.html From brian at freeswitch.org Tue May 10 02:37:26 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 9 May 2016 17:37:26 -0500 Subject: [Freeswitch-users] Verto, -32601 Invalid Method, Missing Method or Permission Denied In-Reply-To: <20160509202336.GA20567@blomma.liberationtech.net> References: <20160509202336.GA20567@blomma.liberationtech.net> Message-ID: Well give it some permissions! :) Add this for the user in your directory: /b On Mon, May 9, 2016 at 3:23 PM, Oivvio Polite wrote: > > I'm getting closer to having Verto working. I now have the wss certs > working, I > can successfull authenticate against directory configuration fetched via > xml_curl. > > Now after the client sends a "verto.invite" method to the server the server > responds with a code -32601, "Invalid Method, Missing Method or Permission > Denied". > > Since verto.js probably isn't outputting an invalid or missing method my > assumptions is that for some reason the authenticated user does not have > the > requisite permissions to have the call move to the next step. > > I'm unsure what my next troubleshooting step should be. > > Regards Oivvio > > > Full FreeSwitch log: http://termbin.com/1fap > > Full Chrome log: http://termbin.com/6igj > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160509/a004eeb0/attachment-0001.html From mylists at polite.se Tue May 10 09:00:17 2016 From: mylists at polite.se (Oivvio Polite) Date: Tue, 10 May 2016 07:00:17 +0200 Subject: [Freeswitch-users] Verto, -32601 Invalid Method, Missing Method or Permission Denied In-Reply-To: References: <20160509202336.GA20567@blomma.liberationtech.net> Message-ID: <20160510050017.GB20567@blomma.liberationtech.net> On m?n, maj 09, 2016 at 05:37:26 -0500, Brian West wrote: > Well give it some permissions! :) > > Add this for the user in your directory: > > > Thanks. That seem to have removed one obstacle. Now I get another one: 2016-05-10 04:56:42.570568 [ERR] switch_core_session.c:511 Could not locate channel type rtc 2016-05-10 04:56:42.570568 [ALERT] mod_verto.c:604 WRITE 83.250.219.36:43370 [{ "jsonrpc": "2.0", "id": 4, "error": { "message": "Cannot create channel", "causeCode": 66, "cause": "CHAN_NOT_IMPLEMENTED", "message": "CALL ERROR", "code": -32002 } }] Oivvio From mylists at polite.se Tue May 10 09:12:55 2016 From: mylists at polite.se (Oivvio Polite) Date: Tue, 10 May 2016 07:12:55 +0200 Subject: [Freeswitch-users] Verto, -32601 Invalid Method, Missing Method or Permission Denied In-Reply-To: <20160510050017.GB20567@blomma.liberationtech.net> References: <20160509202336.GA20567@blomma.liberationtech.net> <20160510050017.GB20567@blomma.liberationtech.net> Message-ID: <20160510051255.GC20567@blomma.liberationtech.net> On tis, maj 10, 2016 at 07:00:17 +0200, Oivvio Polite wrote: > > 2016-05-10 04:56:42.570568 [ERR] switch_core_session.c:511 Could not locate channel type rtc > 2016-05-10 04:56:42.570568 [ALERT] mod_verto.c:604 WRITE 83.250.219.36:43370 [{ > "jsonrpc": "2.0", > "id": 4, > "error": { > "message": "Cannot create channel", > "causeCode": 66, > "cause": "CHAN_NOT_IMPLEMENTED", > "message": "CALL ERROR", > "code": -32002 > } > }] > > Oivvio Turns out I didnt' have in my modules.conf.xml From Alexander.Haugg at c4b.de Tue May 10 09:49:03 2016 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Tue, 10 May 2016 05:49:03 +0000 Subject: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer In-Reply-To: References: Message-ID: Hi Brian, that was the help full answer! The difference between the inbound and the outbound call was the SIP url. The good case user field: ;tag=XKHKDINQGD The bad case user field: ;transport=tcp;tag=DQHZUXKOIG If the ?transport=tcp? a part of the url, it works successfully. Thanks a lot! Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Brian West Gesendet: Montag, 9. Mai 2016 18:47 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer Guessing based on NO information provide that the refer is sent with URL that fails to include transport=tcp, which by will make it default to UDP. /b On Mon, May 9, 2016 at 11:02 AM, Alexander Haugg > wrote: The Connection between SIP Client and FreeSwitch works with TCP only! Why there are difference from a refer to an outbound call and a refer to an inbound call? In the Trace I can see, the refer looks like equal. What can I do to make sure the FreeSwitch send the Notify in TCP? The Client have no UDP Port open for SIP. Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Michael Jerris Gesendet: Montag, 9. Mai 2016 16:58 An: FreeSWITCH Users Help > Betreff: Re: [Freeswitch-users] Bug: FreeSwitch change from TCP to UDP if he reseive a refer This can happen based on the content of the refer, and could be normal based on the content of the refer. The transport of the original call is not related. On Monday, May 9, 2016, Alexander Haugg > wrote: Hi all, The scenario is: - The registered SIP Client make an outbound call - After a connect the client send a refer to a new destination (Blind Transfer) - The 202 accepted is correct as tcp sended - The Notify (sipfrag 200 OK) and the following Bye will send via UDP If I do the same with an inbound call, it works successfully. Is it a Bug? My Freeswitch version is: FreeSWITCH Version 1.7.0+git~20160502T014035Z~96e963d3eb~64bit (git 96e963d 2016-05-02 01:40:35Z 64bit) Mit freundlichen Gr??en Alexander Haugg C4B Com For Business AG Gabriele-M?nter-Stra?e 3-5 D-82110 Germering Telefon +49 89 840798-170 Fax +49 89 840798-13170 alexander.haugg at c4b.de www.c4b.de Registergericht: Amtsgericht M?nchen, HRB 125040 Vorstand: Bernd Wok?ck, Michael Schreier Aufsichtsratsvorsitzender: Dr. Helmut Maier _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Brian West brian at freeswitch.org [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here! | Reddit: /r/freeswitch T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/7c05d8ed/attachment-0001.html From mike at jerris.com Tue May 10 10:26:38 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 May 2016 02:26:38 -0400 Subject: [Freeswitch-users] Dynamic return call (callback) In-Reply-To: References: Message-ID: if the first one works but just calls the parties in reverse, just swap them On Monday, May 9, 2016, Gabriel Bustos wrote: > Hello, > > I'm trying to implement a callback (for specific numbers) in my project. > > What I need to do is hangup the incoming call and return to that number. > What I tried is this: > > > > Actually this works (sort of), it originates a call in softphone and when > I answer the softphone the call to destination number is made. > > BUT what I need is to call to destination number and bridge to softphone > when the call is answered. And here is where I'm having problems. > > My last attempt was calling a lua script who fires a custom event, like > this: > > > > teste.lua: > function fireEvent() > local event = freeswitch.Event("CUSTOM", "Gateway::Callback") > event:addHeader("My-Header", "test") > event:addBody("EventTest") > session:sendEvent(event) > --event:fire(); > end > fireEvent() > > Ok, the event is fired as I can see in CLI but I think the event hook > doesn't work. > > This is the line from lua.conf: > script="testecallback.lua"/> > > Can you help me telling me if I'm the right path or if there's a better > way to do that? > > Thanks in advance. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/fff02569/attachment.html From nishadmusthafa at gmail.com Tue May 10 10:40:27 2016 From: nishadmusthafa at gmail.com (Nishad Musthafa) Date: Tue, 10 May 2016 06:40:27 +0000 Subject: [Freeswitch-users] One way hold In-Reply-To: References: Message-ID: The closest thing to what you need I think is the uuid_hold command https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_hold However, I don't think you can still receive audio from the other end. The hold_music channel variable will let you configure the hold music. Another way of doing this would be place your caller in a conference and use the conference api's to deaf the member and play hold music to just that member. I'd do this if I really need to receive audio from the caller's channel and if there is no other way of doing it as I'm not sure a conference is a good idea for a two person call. Nishad On Mon, May 9, 2016 at 11:32 PM Oleg Stolyar wrote: > Hi, > I am looking for a way to deaf a channel and play some hold music into it > while still receiving audio from the channel. > > I tried uuid_displace but it also mutes the channel, so I don't receive > any audio from it. > > Is there a combination of commands that can do this? > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/07171128/attachment.html From olegstolyar at gmail.com Tue May 10 11:36:09 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Tue, 10 May 2016 00:36:09 -0700 Subject: [Freeswitch-users] One way hold In-Reply-To: References: Message-ID: Conference is the way I am doing it today. I am trying to find a way to do it by using uuid instead of conference member ID and make it work outside of conferences. On Mon, May 9, 2016 at 11:40 PM, Nishad Musthafa wrote: > The closest thing to what you need I think is the uuid_hold command > > https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_hold > > However, I don't think you can still receive audio from the other end. The > hold_music channel variable will let you configure the hold music. > > Another way of doing this would be place your caller in a conference and > use the conference api's to deaf the member and play hold music to just > that member. I'd do this if I really need to receive audio from the > caller's channel and if there is no other way of doing it as I'm not sure a > conference is a good idea for a two person call. > > Nishad > > On Mon, May 9, 2016 at 11:32 PM Oleg Stolyar > wrote: > >> Hi, >> I am looking for a way to deaf a channel and play some hold music into it >> while still receiving audio from the channel. >> >> I tried uuid_displace but it also mutes the channel, so I don't receive >> any audio from it. >> >> Is there a combination of commands that can do this? >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/17fcc9b6/attachment.html From benjamin.cropley at gmail.com Tue May 10 11:51:16 2016 From: benjamin.cropley at gmail.com (Benjamin Cropley) Date: Tue, 10 May 2016 08:51:16 +0100 Subject: [Freeswitch-users] One way hold In-Reply-To: References: Message-ID: Why are you trying to do this? So that the person you've placed on hold can ask to be removed from hold? Why don't you just mute yourself if that's likely to happen? You can also do a dialplan that starts when you push certain keys in the call (using https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bind_digit_action) mute your channel (with https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_audio) and playback some audio? On Tue, May 10, 2016 at 8:36 AM, Oleg Stolyar wrote: > Conference is the way I am doing it today. I am trying to find a way to > do it by using uuid instead of conference member ID and make it work > outside of conferences. > > On Mon, May 9, 2016 at 11:40 PM, Nishad Musthafa > wrote: > >> The closest thing to what you need I think is the uuid_hold command >> >> https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_hold >> >> However, I don't think you can still receive audio from the other end. >> The hold_music channel variable will let you configure the hold music. >> >> Another way of doing this would be place your caller in a conference and >> use the conference api's to deaf the member and play hold music to just >> that member. I'd do this if I really need to receive audio from the >> caller's channel and if there is no other way of doing it as I'm not sure a >> conference is a good idea for a two person call. >> >> Nishad >> >> On Mon, May 9, 2016 at 11:32 PM Oleg Stolyar >> wrote: >> >>> Hi, >>> I am looking for a way to deaf a channel and play some hold music into >>> it while still receiving audio from the channel. >>> >>> I tried uuid_displace but it also mutes the channel, so I don't receive >>> any audio from it. >>> >>> Is there a combination of commands that can do this? >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/4d05f87f/attachment-0001.html From amani.mansour2 at gmail.com Tue May 10 11:52:06 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Tue, 10 May 2016 07:52:06 +0000 Subject: [Freeswitch-users] (no subject) Message-ID: Hi all, How we can configure FreeSWITCH to send DTMF for example :4 after(1 seconde) 8 after(1 second) 9 Best regards Amani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/e6ec5e31/attachment.html From benjamin.cropley at gmail.com Tue May 10 11:57:54 2016 From: benjamin.cropley at gmail.com (Benjamin Cropley) Date: Tue, 10 May 2016 08:57:54 +0100 Subject: [Freeswitch-users] (no subject) In-Reply-To: References: Message-ID: On Tue, May 10, 2016 at 8:52 AM, amani mansour wrote: > Hi all, > > How we can configure FreeSWITCH to send DTMF for example :4 after(1 > seconde) 8 after(1 second) 9 > > Best regards > Amani > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/d14cad60/attachment.html From amani.mansour2 at gmail.com Tue May 10 12:09:53 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Tue, 10 May 2016 08:09:53 +0000 Subject: [Freeswitch-users] (no subject) In-Reply-To: References: Message-ID: Thank you sir, Le mar. 10 mai 2016 ? 08:58, Benjamin Cropley a ?crit : > > > > > > > > On Tue, May 10, 2016 at 8:52 AM, amani mansour > wrote: > >> Hi all, >> >> How we can configure FreeSWITCH to send DTMF for example :4 after(1 >> seconde) 8 after(1 second) 9 >> >> Best regards >> Amani >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/17ad2c38/attachment.html From gregor at infomedia.si Tue May 10 13:07:48 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 10 May 2016 11:07:48 +0200 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> Message-ID: Yes, I changed tag only for ringer and it works now. Italo, can you point me where to set tag. Maybe I can set it as parameter on answer method? 2016-05-09 18:01 GMT+02:00 Gregor Nanger : > Just for opinion, before trying. Can I just modify source to use different > tag for ringer? > > On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: > >> Use differente audio tags for each call, by default veto will use the tag >> specified when creating your verto object, you can specify a new one when >> making call and when answering calls. >> >> > On 9 de mai de 2016, at 11:52, Michael Jerris wrote: >> > >> > There was a similar issue in verto communicator issue, are you using >> the same or a different audio tag? >> > >> > On Monday, May 9, 2016, Gregor Nanger wrote: >> > Hi! >> > >> > I need some advice. >> > >> > I am using verto and created client by myself from base of demo. Now I >> have one problem and cannot solve it. >> > >> > If user is in call and he gets another call in background (call >> waiting). Audio from active call is lost. Call is active, but cannot hear >> audio. >> > >> > Is this something that I overlooked in javascript? >> > >> > Best regards, Gregor >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/00ef5875/attachment-0001.html From gregor at infomedia.si Tue May 10 13:17:18 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 10 May 2016 11:17:18 +0200 Subject: [Freeswitch-users] Verto - call hold Message-ID: Can someone confirm me this behaviour regarding verto. I am using call waiting functionality, so user can have many active calls. One active, other are ringing, for example. Then I tried to play with call hold. If I put active call on hold and accept another call, put this one on hold and unhold previous call, sound is lost (mic is working, but speaker is not working). It looks that call hold/unhold is working only on last received call. Anyone else find this behaviour? Will try to reprogram our code so that each call will use its own video tag. Maybe this will solve my problem. Best regards, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/6af60845/attachment.html From mike at jerris.com Tue May 10 15:54:14 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 May 2016 07:54:14 -0400 Subject: [Freeswitch-users] (no subject) In-Reply-To: References: Message-ID: <0E0B0F3B-4E91-4786-8ECE-5B96CE745AAB@jerris.com> You can use w and W in dtmf strings to insert pauses. I think w is 500ms and W is 1s but test to be sure Sent from my iPad > On May 10, 2016, at 3:52 AM, amani mansour wrote: > > Hi all, > > How we can configure FreeSWITCH to send DTMF for example :4 after(1 seconde) 8 after(1 second) 9 > > Best regards > Amani > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From olegstolyar at gmail.com Tue May 10 16:02:35 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Tue, 10 May 2016 05:02:35 -0700 Subject: [Freeswitch-users] One way hold In-Reply-To: References: Message-ID: Thanks Benjamin! I can't mute my channel since there may be other people in the conference that still need to be able to hear me. I guess I can keep using member ID and conference commands to do it. On Tue, May 10, 2016 at 12:51 AM, Benjamin Cropley < benjamin.cropley at gmail.com> wrote: > Why are you trying to do this? So that the person you've placed on hold > can ask to be removed from hold? Why don't you just mute yourself if that's > likely to happen? > > You can also do a dialplan that starts when you push certain keys in the > call (using > https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bind_digit_action) > mute your channel (with > https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_audio) > and playback some audio? > > On Tue, May 10, 2016 at 8:36 AM, Oleg Stolyar > wrote: > >> Conference is the way I am doing it today. I am trying to find a way to >> do it by using uuid instead of conference member ID and make it work >> outside of conferences. >> >> On Mon, May 9, 2016 at 11:40 PM, Nishad Musthafa < >> nishadmusthafa at gmail.com> wrote: >> >>> The closest thing to what you need I think is the uuid_hold command >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-uuid_hold >>> >>> However, I don't think you can still receive audio from the other end. >>> The hold_music channel variable will let you configure the hold music. >>> >>> Another way of doing this would be place your caller in a conference and >>> use the conference api's to deaf the member and play hold music to just >>> that member. I'd do this if I really need to receive audio from the >>> caller's channel and if there is no other way of doing it as I'm not sure a >>> conference is a good idea for a two person call. >>> >>> Nishad >>> >>> On Mon, May 9, 2016 at 11:32 PM Oleg Stolyar >>> wrote: >>> >>>> Hi, >>>> I am looking for a way to deaf a channel and play some hold music into >>>> it while still receiving audio from the channel. >>>> >>>> I tried uuid_displace but it also mutes the channel, so I don't receive >>>> any audio from it. >>>> >>>> Is there a combination of commands that can do this? >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/b047ab56/attachment.html From =?utf-8?Q?Marek_Slivansk=C3=BD_-_Livispace_s.r.?= Tue May 10 16:26:35 2016 From: =?utf-8?Q?Marek_Slivansk=C3=BD_-_Livispace_s.r.?= (=?utf-8?Q?Marek_Slivansk=C3=BD_-_Livispace_s.r.?=) Date: Tue, 10 May 2016 14:26:35 +0200 Subject: [Freeswitch-users] API break vs uuid_break In-Reply-To: <004801d17e20$e0687390$a1395ab0$@telfa.cz> References: <000501d17c41$07e435d0$17aca170$@telfa.cz> <004801d17e20$e0687390$a1395ab0$@telfa.cz> Message-ID: <000801d1aab7$319cc5f0$94d651d0$@telfa.cz> Good afternoon, unfortunately the problem described in the original post is still appearing. In short FreeSwitch sometimes (very rarely) ignores ?bgapi uuid_break ? command and does not wake a call waiting on hold (local_stream://moh). We are using backend written in Ruby on Rails, relevant code: @socket = TCPSocket.open("#{FREESWITCH_HOST}", 8021) @socket.send("auth #{FREESWITCH_PASSWORD}\n\n", 1024) @socket.send("bgapi uuid_break #{uuid}\n\n", 1024) The worst on it is that it happens only once per hunderds of calls, so we?re unable to replicate the issue on demand. This started happenning on FreeSwitch 1.2.stable so we upgraded to 1.6.5+git~20151120T205750Z~70b8c17763~64bit, but no difference. Subjectively this happens more often after longer run. If needed, I could provide more information and logs. Thanks very much in advance for any help. Marek Slivansk? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Marek Slivansk? - Livispace s.r.o. Sent: Monday, March 14, 2016 7:40 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] API break vs uuid_break Thank you very much for your response and clarifying, Michael. We have change break to uuid_break. Anyway as you say, it has no influence on function, as it?s alias for the same. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Sunday, March 13, 2016 8:53 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] API break vs uuid_break It appears that nearly six years ago the API 'break' was simply changed to 'uuid_break' in this commit: https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/63120a7452ad16fe62dd2b5d22135eb6222e6611 >From what I see in the code, both 'break' and 'uuid_break' call 'break_function' in mod_commands.c, so 'break' is really just an alias for 'uuid_break': SWITCH_ADD_API(commands_api_interface, "break", "uuid_break", break_function, BREAK_SYNTAX); SWITCH_ADD_API(commands_api_interface, "uuid_break", "Break out of media sent to channel", break_function, BREAK_SYNTAX); For the sake of consistency you might want to consider changing your 'bgapi break ' calls to 'bgapi uuid_break '. There is a whole family of uuid_* APIs and 'uuid_break' fits in nicely among them. You may find the word 'break' all over source code, but if you see 'uuid_break' then you know exactly what that means. -MSC On Sat, Mar 12, 2016 at 1:24 AM, Marek Slivansk? - Livispace s.r.o. > wrote: Hi there, sorry if I?m not choosing the right way for asking for something, please point me out, this is my first time using the mailing list. I have a question regarding API command ?break? has changed to ?uuid_break?. I really tried to but I?ve not found any information about that. We are using ?bgapi break ? to stop playing some sound to a call (leg), e.g. moh, and to continue with next dialplan item. We are using v1.2.stable. Probably since last upgrade to the latest commit in this branch (prior we were using some 09/2012 commit), sometimes (rarely) the command ?bgapi break ? gets ignored by FreeSwitch and sound remains playing forever (local_stream://moh). Could anyone please shed some light on this change (and perhaps add some info why break has been deprecated and consequences of continuing to use it, into wiki)? Thanks in advance for any answer, Marek _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/44803639/attachment-0001.html From luca.pradovera at gmail.com Tue May 10 16:45:12 2016 From: luca.pradovera at gmail.com (Luca Pradovera) Date: Tue, 10 May 2016 14:45:12 +0200 Subject: [Freeswitch-users] Cutting out video Message-ID: Hello, it's me again with my conference broadcasting application! It has been reported to me that performance is way better if the video flow from the server to the presenter (which does not actually watch the video) is turned off. That is accomplished by choosing a few call-time options on Jitsi, but I would like it to just be the default. Is there a way to effectively do not send the video stream to a conference participant? Best regards, Luca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/6e863667/attachment.html From gabriel at pinaculo.com.br Tue May 10 15:59:21 2016 From: gabriel at pinaculo.com.br (Gabriel Bustos) Date: Tue, 10 May 2016 08:59:21 -0300 Subject: [Freeswitch-users] Dynamic return call (callback) In-Reply-To: References: Message-ID: Hi, thanks for your reply. Actually I already tried your suggestion. What I tested was: I'm not sure but I guess when the session is hanged up it also hangup the one that I'm trying to originate on hangup hook. Also, as you can see I'm using mod_gsmopen and I have only one interface available for incoming/outgoing calls. 2016-05-10 3:26 GMT-03:00 Michael Jerris : > if the first one works but just calls the parties in reverse, just swap > them > > > On Monday, May 9, 2016, Gabriel Bustos wrote: > >> Hello, >> >> I'm trying to implement a callback (for specific numbers) in my project. >> >> What I need to do is hangup the incoming call and return to that number. >> What I tried is this: >> >> >> >> Actually this works (sort of), it originates a call in softphone and when >> I answer the softphone the call to destination number is made. >> >> BUT what I need is to call to destination number and bridge to softphone >> when the call is answered. And here is where I'm having problems. >> >> My last attempt was calling a lua script who fires a custom event, like >> this: >> >> >> >> teste.lua: >> function fireEvent() >> local event = freeswitch.Event("CUSTOM", "Gateway::Callback") >> event:addHeader("My-Header", "test") >> event:addBody("EventTest") >> session:sendEvent(event) >> --event:fire(); >> end >> fireEvent() >> >> Ok, the event is fired as I can see in CLI but I think the event hook >> doesn't work. >> >> This is the line from lua.conf: >> > script="testecallback.lua"/> >> >> Can you help me telling me if I'm the right path or if there's a better >> way to do that? >> >> Thanks in advance. >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/1e2b6b05/attachment.html From kathleen at freeswitch.org Tue May 10 18:28:41 2016 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 10 May 2016 07:28:41 -0700 Subject: [Freeswitch-users] What you need to know about sponsoring ClueCon 2016! Message-ID: [image: http://cluecon.com] ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/e520f4a0/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: test02.png Type: image/png Size: 204105 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/e520f4a0/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: Test01.png Type: image/png Size: 442526 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/e520f4a0/attachment-0003.png From anthony.minessale at gmail.com Tue May 10 18:46:37 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 10 May 2016 09:46:37 -0500 Subject: [Freeswitch-users] Cutting out video In-Reply-To: References: Message-ID: Call in with video as sendonly in the offer. On Tuesday, May 10, 2016, Luca Pradovera wrote: > Hello, > it's me again with my conference broadcasting application! > > It has been reported to me that performance is way better if the video > flow from the server to the presenter (which does not actually watch the > video) is turned off. That is accomplished by choosing a few call-time > options on Jitsi, but I would like it to just be the default. > > Is there a way to effectively do not send the video stream to a conference > participant? > > Best regards, > > Luca > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/f8d4e427/attachment.html From mike at jerris.com Tue May 10 20:12:22 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 May 2016 12:12:22 -0400 Subject: [Freeswitch-users] Verto - call hold In-Reply-To: References: Message-ID: why ask the same question again when it's already been answered? On Tuesday, May 10, 2016, Gregor Nanger wrote: > Can someone confirm me this behaviour regarding verto. > > I am using call waiting functionality, so user can have many active calls. > One active, other are ringing, for example. > > Then I tried to play with call hold. If I put active call on hold and > accept another call, put this one on hold and unhold previous call, sound > is lost (mic is working, but speaker is not working). > > It looks that call hold/unhold is working only on last received call. > > Anyone else find this behaviour? > > Will try to reprogram our code so that each call will use its own video > tag. Maybe this will solve my problem. > > Best regards, Gregor > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/84d20d91/attachment.html From mike at jerris.com Tue May 10 20:21:39 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 May 2016 12:21:39 -0400 Subject: [Freeswitch-users] Dynamic return call (callback) In-Reply-To: References: Message-ID: then you'll need to schedule out making this fall until after this one is hung up? it's a bit hack but you could use sched_api? https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-sched_api On Tuesday, May 10, 2016, Gabriel Bustos wrote: > Hi, > > thanks for your reply. > Actually I already tried your suggestion. What I tested was: > > > > I'm not sure but I guess when the session is hanged up it also hangup the > one that I'm trying to originate on hangup hook. Also, as you can see I'm > using mod_gsmopen and I have only one interface available for > incoming/outgoing calls. > > > > 2016-05-10 3:26 GMT-03:00 Michael Jerris >: > >> if the first one works but just calls the parties in reverse, just swap >> them >> >> >> On Monday, May 9, 2016, Gabriel Bustos > > wrote: >> >>> Hello, >>> >>> I'm trying to implement a callback (for specific numbers) in my project. >>> >>> What I need to do is hangup the incoming call and return to that number. >>> What I tried is this: >>> >>> >>> >>> Actually this works (sort of), it originates a call in softphone and >>> when I answer the softphone the call to destination number is made. >>> >>> BUT what I need is to call to destination number and bridge to softphone >>> when the call is answered. And here is where I'm having problems. >>> >>> My last attempt was calling a lua script who fires a custom event, like >>> this: >>> >>> >>> >>> teste.lua: >>> function fireEvent() >>> local event = freeswitch.Event("CUSTOM", "Gateway::Callback") >>> event:addHeader("My-Header", "test") >>> event:addBody("EventTest") >>> session:sendEvent(event) >>> --event:fire(); >>> end >>> fireEvent() >>> >>> Ok, the event is fired as I can see in CLI but I think the event hook >>> doesn't work. >>> >>> This is the line from lua.conf: >>> >> script="testecallback.lua"/> >>> >>> Can you help me telling me if I'm the right path or if there's a better >>> way to do that? >>> >>> Thanks in advance. >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/3b9c1be7/attachment.html From msc at freeswitch.org Tue May 10 20:52:57 2016 From: msc at freeswitch.org (Michael Collins) Date: Tue, 10 May 2016 09:52:57 -0700 Subject: [Freeswitch-users] (no subject) In-Reply-To: <0E0B0F3B-4E91-4786-8ECE-5B96CE745AAB@jerris.com> References: <0E0B0F3B-4E91-4786-8ECE-5B96CE745AAB@jerris.com> Message-ID: Those values for 'w' and 'W' are correct. They can be used in send_dtmf or queue_dtmf . -MSC On Tue, May 10, 2016 at 4:54 AM, Michael Jerris wrote: > You can use w and W in dtmf strings to insert pauses. I think w is 500ms > and W is 1s but test to be sure > > Sent from my iPad > > > On May 10, 2016, at 3:52 AM, amani mansour > wrote: > > > > Hi all, > > > > How we can configure FreeSWITCH to send DTMF for example :4 after(1 > seconde) 8 after(1 second) 9 > > > > Best regards > > Amani > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/306abedf/attachment-0001.html From gabriel at pinaculo.com.br Tue May 10 21:06:10 2016 From: gabriel at pinaculo.com.br (Gabriel Bustos) Date: Tue, 10 May 2016 14:06:10 -0300 Subject: [Freeswitch-users] Dynamic return call (callback) In-Reply-To: References: Message-ID: Worked like a charm. Thank you so much! 2016-05-10 13:21 GMT-03:00 Michael Jerris : > then you'll need to schedule out making this fall until after this one is > hung up? it's a bit hack but you could use sched_api? > > > > https://freeswitch.org/confluence/display/FREESWITCH/mod_commands#mod_commands-sched_api > > On Tuesday, May 10, 2016, Gabriel Bustos wrote: > >> Hi, >> >> thanks for your reply. >> Actually I already tried your suggestion. What I tested was: >> >> >> >> I'm not sure but I guess when the session is hanged up it also hangup the >> one that I'm trying to originate on hangup hook. Also, as you can see I'm >> using mod_gsmopen and I have only one interface available for >> incoming/outgoing calls. >> >> >> >> 2016-05-10 3:26 GMT-03:00 Michael Jerris : >> >>> if the first one works but just calls the parties in reverse, just swap >>> them >>> >>> >>> On Monday, May 9, 2016, Gabriel Bustos wrote: >>> >>>> Hello, >>>> >>>> I'm trying to implement a callback (for specific numbers) in my project. >>>> >>>> What I need to do is hangup the incoming call and return to that >>>> number. What I tried is this: >>>> >>>> >>>> >>>> Actually this works (sort of), it originates a call in softphone and >>>> when I answer the softphone the call to destination number is made. >>>> >>>> BUT what I need is to call to destination number and bridge to >>>> softphone when the call is answered. And here is where I'm having problems. >>>> >>>> My last attempt was calling a lua script who fires a custom event, like >>>> this: >>>> >>>> >>>> >>>> teste.lua: >>>> function fireEvent() >>>> local event = freeswitch.Event("CUSTOM", "Gateway::Callback") >>>> event:addHeader("My-Header", "test") >>>> event:addBody("EventTest") >>>> session:sendEvent(event) >>>> --event:fire(); >>>> end >>>> fireEvent() >>>> >>>> Ok, the event is fired as I can see in CLI but I think the event hook >>>> doesn't work. >>>> >>>> This is the line from lua.conf: >>>> >>> script="testecallback.lua"/> >>>> >>>> Can you help me telling me if I'm the right path or if there's a better >>>> way to do that? >>>> >>>> Thanks in advance. >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/78730027/attachment.html From luca.pradovera at gmail.com Tue May 10 22:30:24 2016 From: luca.pradovera at gmail.com (Luca Pradovera) Date: Tue, 10 May 2016 20:30:24 +0200 Subject: [Freeswitch-users] Cutting out video In-Reply-To: References: Message-ID: Hello, thanks for the quick response. This particular broadcasting client is a finicky piece of hardware, so I need to call it through an originate. Can I still set that header somehow? Thanks again! Luca On Tue, May 10, 2016 at 4:46 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > Call in with video as sendonly in the offer. > > > On Tuesday, May 10, 2016, Luca Pradovera wrote: > >> Hello, >> it's me again with my conference broadcasting application! >> >> It has been reported to me that performance is way better if the video >> flow from the server to the presenter (which does not actually watch the >> video) is turned off. That is accomplished by choosing a few call-time >> options on Jitsi, but I would like it to just be the default. >> >> Is there a way to effectively do not send the video stream to a >> conference participant? >> >> Best regards, >> >> Luca >> > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/3c8491b8/attachment.html From anthony.minessale at gmail.com Tue May 10 23:00:25 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 10 May 2016 14:00:25 -0500 Subject: [Freeswitch-users] Cutting out video In-Reply-To: References: Message-ID: Not any way I can think of at the moment. On Tue, May 10, 2016 at 1:30 PM, Luca Pradovera wrote: > Hello, > thanks for the quick response. This particular broadcasting client is a > finicky piece of hardware, so I need to call it through an originate. > Can I still set that header somehow? > > Thanks again! > > Luca > > On Tue, May 10, 2016 at 4:46 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> Call in with video as sendonly in the offer. >> >> >> On Tuesday, May 10, 2016, Luca Pradovera >> wrote: >> >>> Hello, >>> it's me again with my conference broadcasting application! >>> >>> It has been reported to me that performance is way better if the video >>> flow from the server to the presenter (which does not actually watch the >>> video) is turned off. That is accomplished by choosing a few call-time >>> options on Jitsi, but I would like it to just be the default. >>> >>> Is there a way to effectively do not send the video stream to a >>> conference participant? >>> >>> Best regards, >>> >>> Luca >>> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/df338215/attachment-0001.html From gregor at infomedia.si Tue May 10 23:16:07 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 10 May 2016 21:16:07 +0200 Subject: [Freeswitch-users] Verto - call hold In-Reply-To: References: Message-ID: :-)) Why? Well, khmm, khmm, if one is rookie, he is seeking for confirmation. By the way, thank you for answer. 2016-05-10 18:12 GMT+02:00 Michael Jerris : > why ask the same question again when it's already been answered? > > > On Tuesday, May 10, 2016, Gregor Nanger wrote: > >> Can someone confirm me this behaviour regarding verto. >> >> I am using call waiting functionality, so user can have many active >> calls. One active, other are ringing, for example. >> >> Then I tried to play with call hold. If I put active call on hold and >> accept another call, put this one on hold and unhold previous call, sound >> is lost (mic is working, but speaker is not working). >> >> It looks that call hold/unhold is working only on last received call. >> >> Anyone else find this behaviour? >> >> Will try to reprogram our code so that each call will use its own video >> tag. Maybe this will solve my problem. >> >> Best regards, Gregor >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/b75bd646/attachment.html From lrezende at daitangroup.com Wed May 11 00:32:33 2016 From: lrezende at daitangroup.com (Luciano Augusto Rezende) Date: Tue, 10 May 2016 20:32:33 +0000 Subject: [Freeswitch-users] Fail to adjust PTIME with OPUS Message-ID: Hello, I have an environment with debian 8 and freeswitch 1.6.7 installed from the fs repositories. With this env my call were working fine, using opus codec. But recently I deployed a new env, with the same configurations from the previous one but with freeswitch's new release 1.6.8, and my calls are failing after few seconds when adjusting PTIME as the following log shows: [WARNING] switch_core_media.c:2567 [VBR]: Asynchronous PTIME supported, adjusting JB size. Remote PTIME changed from [20] to [40] [DEBUG] switch_core_media.c:2988 Changing Codec from opus at 20ms@48000hz to opus at 40ms@48000hz [DEBUG] mod_opus.c:661 Opus decoder stats: Frames[0] PLC[0] FEC[0] [DEBUG] mod_opus.c:661 Opus decoder stats: Frames[0] PLC[0] FEC[0] [WARNING] switch_core_codec.c:721 Codec opus Exists but not at the desired implementation. 48000hz 40ms 2ch [ERR] switch_core_media.c:3025 Can't load codec? [NOTICE] switch_core_media.c:3026 Hangup sofia//@ [CS_EXCHANGE_MEDIA] [INCOMPATIBLE_DESTINATION] Sometimes it successfully adjust few times before breaking, or breaks on the first try like this one. It also happens with other PTIME combinations, like [40] to [80] or [20] to [60]. Is that an issue/bug? Maybe related to https://freeswitch.org/jira/browse/FS-9062 that came with the last release. Thanks Luciano Rezende -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/8beaabaa/attachment.html From italo at freeswitch.org Wed May 11 00:49:55 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Tue, 10 May 2016 17:49:55 -0300 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> Message-ID: <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> Yes, It?s a parameter check method newCall, there?s a tag parameter there. Also, when you receive an invite, in your callback you?ll get the dialog associated with the call, you can do something like dialog.params.tag = mynewtag; > On 10 de mai de 2016, at 06:07, Gregor Nanger wrote: > > Yes, I changed tag only for ringer and it works now. > > Italo, can you point me where to set tag. Maybe I can set it as parameter on answer method? > > 2016-05-09 18:01 GMT+02:00 Gregor Nanger : > Just for opinion, before trying. Can I just modify source to use different tag for ringer? > > > On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: > Use differente audio tags for each call, by default veto will use the tag specified when creating your verto object, you can specify a new one when making call and when answering calls. > > > On 9 de mai de 2016, at 11:52, Michael Jerris wrote: > > > > There was a similar issue in verto communicator issue, are you using the same or a different audio tag? > > > > On Monday, May 9, 2016, Gregor Nanger wrote: > > Hi! > > > > I need some advice. > > > > I am using verto and created client by myself from base of demo. Now I have one problem and cannot solve it. > > > > If user is in call and he gets another call in background (call waiting). Audio from active call is lost. Call is active, but cannot hear audio. > > > > Is this something that I overlooked in javascript? > > > > Best regards, Gregor > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org ?talo Rossi italo at freeswitch.org From anthony.minessale at gmail.com Wed May 11 00:51:21 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 10 May 2016 15:51:21 -0500 Subject: [Freeswitch-users] Fail to adjust PTIME with OPUS In-Reply-To: References: Message-ID: Please don't report bugs on this mailing list. You clearly seem to know where JIRA is. Why didn't you just file a JIRA? On Tue, May 10, 2016 at 3:32 PM, Luciano Augusto Rezende < lrezende at daitangroup.com> wrote: > Hello, > > > > I have an environment with debian 8 and freeswitch 1.6.7 installed from > the fs repositories. > > With this env my call were working fine, using opus codec. > > > > But recently I deployed a new env, with the same configurations from the > previous one but with freeswitch?s new release 1.6.8, and my calls are > failing after few seconds when adjusting PTIME as the following log shows: > > > > [WARNING] switch_core_media.c:2567 [VBR]: Asynchronous PTIME supported, > adjusting JB size. Remote PTIME changed from [20] to [40] > > [DEBUG] switch_core_media.c:2988 Changing Codec from opus at 20ms@48000hz to > opus at 40ms@48000hz > > [DEBUG] mod_opus.c:661 Opus decoder stats: Frames[0] PLC[0] FEC[0] > > [DEBUG] mod_opus.c:661 Opus decoder stats: Frames[0] PLC[0] FEC[0] > > [WARNING] switch_core_codec.c:721 Codec opus Exists but not at the desired > implementation. 48000hz 40ms 2ch > > [ERR] switch_core_media.c:3025 Can't load codec? > > [NOTICE] switch_core_media.c:3026 Hangup sofia//@ > [CS_EXCHANGE_MEDIA] [INCOMPATIBLE_DESTINATION] > > > > Sometimes it successfully adjust few times before breaking, or breaks on > the first try like this one. > > It also happens with other PTIME combinations, like [40] to [80] or [20] > to [60]. > > > > Is that an issue/bug? > > Maybe related to https://freeswitch.org/jira/browse/FS-9062 that came > with the last release. > > > > Thanks > > Luciano Rezende > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/b0222e60/attachment-0001.html From gregor at infomedia.si Wed May 11 00:59:09 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 10 May 2016 22:59:09 +0200 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> Message-ID: Cool, I understand. Thank you. 2016-05-10 22:49 GMT+02:00 ?talo Rossi : > Yes, It?s a parameter check method newCall, there?s a tag parameter there. > Also, when you receive an invite, in your callback you?ll get the dialog > associated with the call, you can do something like dialog.params.tag = > mynewtag; > > > On 10 de mai de 2016, at 06:07, Gregor Nanger > wrote: > > > > Yes, I changed tag only for ringer and it works now. > > > > Italo, can you point me where to set tag. Maybe I can set it as > parameter on answer method? > > > > 2016-05-09 18:01 GMT+02:00 Gregor Nanger : > > Just for opinion, before trying. Can I just modify source to use > different tag for ringer? > > > > > > On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: > > Use differente audio tags for each call, by default veto will use the > tag specified when creating your verto object, you can specify a new one > when making call and when answering calls. > > > > > On 9 de mai de 2016, at 11:52, Michael Jerris wrote: > > > > > > There was a similar issue in verto communicator issue, are you using > the same or a different audio tag? > > > > > > On Monday, May 9, 2016, Gregor Nanger wrote: > > > Hi! > > > > > > I need some advice. > > > > > > I am using verto and created client by myself from base of demo. Now I > have one problem and cannot solve it. > > > > > > If user is in call and he gets another call in background (call > waiting). Audio from active call is lost. Call is active, but cannot hear > audio. > > > > > > Is this something that I overlooked in javascript? > > > > > > Best regards, Gregor > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > > http://www.freeswitch.org > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > -- > > Gregor Nanger > > > > CTO > > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > > ? www.infomedia.si > > > > > > > > -- > > Gregor Nanger > > > > CTO > > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > > ? www.infomedia.si > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > ?talo Rossi > italo at freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/40cc88bf/attachment.html From william at williamcollsassoc.ca Wed May 11 01:33:23 2016 From: william at williamcollsassoc.ca (William Colls) Date: Tue, 10 May 2016 17:33:23 -0400 Subject: [Freeswitch-users] Starting freeswitch at boot with systemd Message-ID: <573253A3.8050004@williamcollsassoc.ca> debian 8.4 64 bit freeswitch 1.6.7 built locally from source According to Debian 8 (jessie) Admin manual the preferred method of starting something at boot time is to use systemd. In the freeswitch/debian directory provided with the sources there is a freeswitch.service example provided. I have copied the provided example to /lib/systemd/system, and tweaked it to reflect my setup, and enabled it. ;;;;; Author: Travis Cross [Unit] Description=freeswitch After=syslog.target network.target local-fs.target [Service] ; service Type=forking PIDFile=/var/run/freeswitch/freeswitch.pid EnvironmentFile=-/etc/default/freeswitch ExecStart=/usr/local/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat TimeoutSec=45s Restart=always ; exec User=freeswitch Group=freeswitch LimitCORE=infinity LimitNOFILE=100000 LimitNPROC=60000 LimitSTACK=240K LimitRTPRIO=infinity LimitRTTIME=7000000 IOSchedulingClass=realtime IOSchedulingPriority=2 CPUSchedulingPolicy=rr CPUSchedulingPriority=89 UMask=0007 [Install] WantedBy=multi-user.target ; end of freeswitch.service However, when trying to start freeswitch, it fails with the following errors. ? freeswitch.service - freeswitch Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled) Active: failed (Result: start-limit) since Tue 2016-05-10 16:59:16 EDT; 12s ago Process: 1179 ExecStart=/usr/local/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat (code=exited, status=1/FAILURE) May 10 16:59:16 freeswitch systemd[1]: freeswitch.service: control process exited, code=exited status=1 May 10 16:59:16 freeswitch systemd[1]: Failed to start freeswitch. May 10 16:59:16 freeswitch systemd[1]: Unit freeswitch.service entered failed state. May 10 16:59:16 freeswitch systemd[1]: freeswitch.service start request repeated too quickly, refusing to start. May 10 16:59:16 freeswitch systemd[1]: Failed to start freeswitch. May 10 16:59:16 freeswitch systemd[1]: Unit freeswitch.service entered failed state. I have very limited experience with systemd. I have the documentation from the Debian Admin Manual, but not much else. I did successfully add another service to systemd. Initially I had the same error message "xxx.service start request repeated too quickly, refusing to start." and traced the problem to the service file pointing to the wrong place for one of the listed files. I have verified that all of the files do exist, and have suitable permissions. Any as where I should go from here appreciated. Thanks for your time. William From mike at jerris.com Wed May 11 01:38:52 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 May 2016 17:38:52 -0400 Subject: [Freeswitch-users] Starting freeswitch at boot with systemd In-Reply-To: <573253A3.8050004@williamcollsassoc.ca> References: <573253A3.8050004@williamcollsassoc.ca> Message-ID: <1A26799E-A7B1-40A5-8338-D4CE3048AA86@jerris.com> I believe in 1.6.8 we have the systemd stuff working cleanly now > On May 10, 2016, at 5:33 PM, William Colls wrote: > > debian 8.4 64 bit > freeswitch 1.6.7 built locally from source > > According to Debian 8 (jessie) Admin manual the preferred method of > starting something at boot time is to use systemd. In the > freeswitch/debian directory provided with the sources there is a > freeswitch.service example provided. > > I have copied the provided example to /lib/systemd/system, and tweaked > it to reflect my setup, and enabled it. > > ;;;;; Author: Travis Cross > > [Unit] > Description=freeswitch > After=syslog.target network.target local-fs.target > > [Service] > ; service > Type=forking > PIDFile=/var/run/freeswitch/freeswitch.pid > EnvironmentFile=-/etc/default/freeswitch > ExecStart=/usr/local/bin/freeswitch -u freeswitch -g freeswitch -ncwait > -nonat > TimeoutSec=45s > Restart=always > ; exec > User=freeswitch > Group=freeswitch > LimitCORE=infinity > LimitNOFILE=100000 > LimitNPROC=60000 > LimitSTACK=240K > LimitRTPRIO=infinity > LimitRTTIME=7000000 > IOSchedulingClass=realtime > IOSchedulingPriority=2 > CPUSchedulingPolicy=rr > CPUSchedulingPriority=89 > UMask=0007 > > > [Install] > WantedBy=multi-user.target > > ; end of freeswitch.service > > However, when trying to start freeswitch, it fails with the following > errors. > > ? freeswitch.service - freeswitch > Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled) > Active: failed (Result: start-limit) since Tue 2016-05-10 16:59:16 > EDT; 12s ago > Process: 1179 ExecStart=/usr/local/bin/freeswitch -u freeswitch -g > freeswitch -ncwait -nonat (code=exited, status=1/FAILURE) > > May 10 16:59:16 freeswitch systemd[1]: freeswitch.service: control > process exited, code=exited status=1 > May 10 16:59:16 freeswitch systemd[1]: Failed to start freeswitch. > May 10 16:59:16 freeswitch systemd[1]: Unit freeswitch.service entered > failed state. > May 10 16:59:16 freeswitch systemd[1]: freeswitch.service start request > repeated too quickly, refusing to start. > May 10 16:59:16 freeswitch systemd[1]: Failed to start freeswitch. > May 10 16:59:16 freeswitch systemd[1]: Unit freeswitch.service entered > failed state. > > I have very limited experience with systemd. I have the documentation > from the Debian Admin Manual, but not much else. > > I did successfully add another service to systemd. Initially I had the > same error message "xxx.service start request repeated too quickly, > refusing to start." and traced the problem to the service file pointing > to the wrong place for one of the listed files. I have verified that all > of the files do exist, and have suitable permissions. > > Any as where I should go from here appreciated. > > Thanks for your time. > > William > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From anthony.minessale at gmail.com Wed May 11 04:06:36 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 10 May 2016 19:06:36 -0500 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> Message-ID: Maybe you can present it at ClueCon 2016! On Tuesday, May 10, 2016, Gregor Nanger wrote: > Cool, I understand. Thank you. > > 2016-05-10 22:49 GMT+02:00 ?talo Rossi >: > >> Yes, It?s a parameter check method newCall, there?s a tag parameter >> there. Also, when you receive an invite, in your callback you?ll get the >> dialog associated with the call, you can do something like >> dialog.params.tag = mynewtag; >> >> > On 10 de mai de 2016, at 06:07, Gregor Nanger > > wrote: >> > >> > Yes, I changed tag only for ringer and it works now. >> > >> > Italo, can you point me where to set tag. Maybe I can set it as >> parameter on answer method? >> > >> > 2016-05-09 18:01 GMT+02:00 Gregor Nanger > >: >> > Just for opinion, before trying. Can I just modify source to use >> different tag for ringer? >> > >> > >> > On Mon, May 9, 2016, 17:32 ?talo Rossi > > wrote: >> > Use differente audio tags for each call, by default veto will use the >> tag specified when creating your verto object, you can specify a new one >> when making call and when answering calls. >> > >> > > On 9 de mai de 2016, at 11:52, Michael Jerris > > wrote: >> > > >> > > There was a similar issue in verto communicator issue, are you using >> the same or a different audio tag? >> > > >> > > On Monday, May 9, 2016, Gregor Nanger > > wrote: >> > > Hi! >> > > >> > > I need some advice. >> > > >> > > I am using verto and created client by myself from base of demo. Now >> I have one problem and cannot solve it. >> > > >> > > If user is in call and he gets another call in background (call >> waiting). Audio from active call is lost. Call is active, but cannot hear >> audio. >> > > >> > > Is this something that I overlooked in javascript? >> > > >> > > Best regards, Gregor >> > > >> _________________________________________________________________________ >> > > Professional FreeSWITCH Consulting Services: >> > > consulting at freeswitch.org >> >> > > http://www.freeswitchsolutions.com >> > > >> > > Official FreeSWITCH Sites >> > > http://www.freeswitch.org >> > > http://confluence.freeswitch.org >> > > http://www.cluecon.com >> > > >> > > FreeSWITCH-users mailing list >> > > FreeSWITCH-users at lists.freeswitch.org >> >> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > > http://www.freeswitch.org >> > >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> > -- >> > Gregor Nanger >> > >> > CTO >> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> > ? www.infomedia.si >> > >> > >> > >> > -- >> > Gregor Nanger >> > >> > CTO >> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> > ? www.infomedia.si >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> ?talo Rossi >> italo at freeswitch.org >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160510/4e23cf7b/attachment.html From gregor at infomedia.si Wed May 11 09:03:01 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 11 May 2016 07:03:01 +0200 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> Message-ID: Hmmmm, present it? Me? What? Anthony, was this right post? 2016-05-11 2:06 GMT+02:00 Anthony Minessale : > Maybe you can present it at ClueCon 2016! > > > On Tuesday, May 10, 2016, Gregor Nanger wrote: > >> Cool, I understand. Thank you. >> >> 2016-05-10 22:49 GMT+02:00 ?talo Rossi : >> >>> Yes, It?s a parameter check method newCall, there?s a tag parameter >>> there. Also, when you receive an invite, in your callback you?ll get the >>> dialog associated with the call, you can do something like >>> dialog.params.tag = mynewtag; >>> >>> > On 10 de mai de 2016, at 06:07, Gregor Nanger >>> wrote: >>> > >>> > Yes, I changed tag only for ringer and it works now. >>> > >>> > Italo, can you point me where to set tag. Maybe I can set it as >>> parameter on answer method? >>> > >>> > 2016-05-09 18:01 GMT+02:00 Gregor Nanger : >>> > Just for opinion, before trying. Can I just modify source to use >>> different tag for ringer? >>> > >>> > >>> > On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: >>> > Use differente audio tags for each call, by default veto will use the >>> tag specified when creating your verto object, you can specify a new one >>> when making call and when answering calls. >>> > >>> > > On 9 de mai de 2016, at 11:52, Michael Jerris >>> wrote: >>> > > >>> > > There was a similar issue in verto communicator issue, are you using >>> the same or a different audio tag? >>> > > >>> > > On Monday, May 9, 2016, Gregor Nanger wrote: >>> > > Hi! >>> > > >>> > > I need some advice. >>> > > >>> > > I am using verto and created client by myself from base of demo. Now >>> I have one problem and cannot solve it. >>> > > >>> > > If user is in call and he gets another call in background (call >>> waiting). Audio from active call is lost. Call is active, but cannot hear >>> audio. >>> > > >>> > > Is this something that I overlooked in javascript? >>> > > >>> > > Best regards, Gregor >>> > > >>> _________________________________________________________________________ >>> > > Professional FreeSWITCH Consulting Services: >>> > > consulting at freeswitch.org >>> > > http://www.freeswitchsolutions.com >>> > > >>> > > Official FreeSWITCH Sites >>> > > http://www.freeswitch.org >>> > > http://confluence.freeswitch.org >>> > > http://www.cluecon.com >>> > > >>> > > FreeSWITCH-users mailing list >>> > > FreeSWITCH-users at lists.freeswitch.org >>> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > > http://www.freeswitch.org >>> > >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > http://www.freeswitch.org >>> > -- >>> > Gregor Nanger >>> > >>> > CTO >>> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> > ? www.infomedia.si >>> > >>> > >>> > >>> > -- >>> > Gregor Nanger >>> > >>> > CTO >>> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> > ? www.infomedia.si >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > http://www.freeswitch.org >>> >>> ?talo Rossi >>> italo at freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/eb0c4754/attachment-0001.html From avi at avimarcus.net Wed May 11 09:58:52 2016 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 11 May 2016 05:58:52 +0000 Subject: [Freeswitch-users] external voicemail storage? Message-ID: <010001549e657d70-ac6b8574-eefe-41f1-ae47-fb4a7bc73ddd-000000@email.amazonses.com> I checked confluence and I don't see any updates... Is it possible to store voicemail messages & greetings somewhere NOT on the disk? e.g. S3, in the same database at the voicemail prefs, etc? I'm rebuilding an old cluster and this is an issue I didn't find a good solution to. It's one of the only things I'd *need *to have a distributed filesystem for and I haven't had much luck with those. Thanks, -Avi Marcus BestFone -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/8ca06d4d/attachment.html From avi at avimarcus.net Wed May 11 10:12:39 2016 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 11 May 2016 06:12:39 +0000 Subject: [Freeswitch-users] external voicemail storage? In-Reply-To: References: Message-ID: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> After a *bit *more investigating (looking at FusionPBX's extensive lua script for VM) it *looks like *I'd be able to use mod_http_cache as a bridge to Amazon S3 for *both *recording and playback. Am I missing anything? Would using it for all of that mean I'd need to use file format option, which would prevent me from using http_api? Is anyone using this in production? I'm hoping this example is a typo: > enable-file-formats=false > -Avi Marcus BestFone On Wed, May 11, 2016 at 8:58 AM, Avi Marcus wrote: > I checked confluence and I don't see any updates... > > Is it possible to store voicemail messages & greetings somewhere NOT on > the disk? > e.g. S3, in the same database at the voicemail prefs, etc? > > I'm rebuilding an old cluster and this is an issue I didn't find a good > solution to. > It's one of the only things I'd *need *to have a distributed filesystem > for and I haven't had much luck with those. > > Thanks, > -Avi Marcus > BestFone > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/4c36c7fd/attachment.html From vbvbrj at gmail.com Wed May 11 11:29:04 2016 From: vbvbrj at gmail.com (Mimiko) Date: Wed, 11 May 2016 10:29:04 +0300 Subject: [Freeswitch-users] fail2ban does not apply ban, fail2ban-regex works Message-ID: <57f3c5c1-810c-2e54-2632-4ece99928e3e@gmail.com> Hello. I have this config for freeswitch: jail.local: [ssh] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 5 [freeswitch] enabled = true port = 5060,5061,5080,5081 ignoreip = 127.0.0.1/8 10.10.0.0/16 filter = freeswitch logpath = /var/log/freeswitch/freeswitch.log maxretry = 1 findtime = 600 bantime = 60 action = iptables-ban freeswitch.conf: [Definition] failregex = ^[-: \.\d]+ \[WARNING\] sofia_reg\.c:\d+ Can't find user \[\d+@[^\]]+\] from $ ignoreregex = When running fail2ban-regex /var/log/freeswitch/freeswitch.log /etc/fail2ban/filter.d/freeswitch.conf There are matches with failed users: /usr/share/fail2ban/server/filter.py:442: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Running tests ============= Use regex file : /etc/fail2ban/filter.d/freeswitch.conf Use log file : /var/log/freeswitch/freeswitch.log Results ======= Failregex |- Regular expressions: | [1] ^[-: \.\d]+ \[WARNING\] sofia_reg\.c:\d+ Can't find user \[\d+@[^\]]+\] from $ | `- Number of matches: [1] 18 match(es) Ignoreregex |- Regular expressions: | `- Number of matches: Summary ======= Addresses found: [1] 163.172.194.73 (Wed May 11 10:16:54 2016) 163.172.194.73 (Wed May 11 10:18:02 2016) 163.172.194.73 (Wed May 11 10:18:30 2016) 163.172.194.73 (Wed May 11 10:18:40 2016) 163.172.194.73 (Wed May 11 10:19:10 2016) 163.172.194.73 (Wed May 11 10:19:29 2016) 163.172.194.73 (Wed May 11 10:20:10 2016) 163.172.194.73 (Wed May 11 10:20:30 2016) 163.172.194.73 (Wed May 11 10:20:37 2016) 163.172.194.73 (Wed May 11 10:21:42 2016) 163.172.194.73 (Wed May 11 10:21:53 2016) 163.172.194.73 (Wed May 11 10:22:00 2016) 163.172.194.73 (Wed May 11 10:22:50 2016) 163.172.194.73 (Wed May 11 10:23:13 2016) 163.172.194.73 (Wed May 11 10:23:28 2016) 163.172.194.73 (Wed May 11 10:23:30 2016) 163.172.194.73 (Wed May 11 10:25:07 2016) 163.172.194.73 (Wed May 11 10:25:29 2016) Date template hits: 0 hit(s): MONTH Day Hour:Minute:Second 0 hit(s): WEEKDAY MONTH Day Hour:Minute:Second Year 0 hit(s): WEEKDAY MONTH Day Hour:Minute:Second 0 hit(s): Year/Month/Day Hour:Minute:Second 0 hit(s): Day/Month/Year Hour:Minute:Second 0 hit(s): Day/Month/Year Hour:Minute:Second 0 hit(s): Day/MONTH/Year:Hour:Minute:Second 0 hit(s): Month/Day/Year:Hour:Minute:Second 5196 hit(s): Year-Month-Day Hour:Minute:Second 0 hit(s): Day-MONTH-Year Hour:Minute:Second[.Millisecond] 0 hit(s): Day-Month-Year Hour:Minute:Second 0 hit(s): TAI64N 0 hit(s): Epoch 0 hit(s): ISO 8601 0 hit(s): Hour:Minute:Second 0 hit(s): Success, the total number of match is 18 However, look at the above section 'Running tests' which could contain important information. However, fail2ban does not ban that ip. Although when ssh login attempt is detected, fail2ban does ban the ip. I've checked the time and time zone and all ok. On server Local time is +3 from UTC. sshd log, freeswitch log and fail2ban log are in same time zone. What could be the culprit? From darren at dmmhosting.co.uk Wed May 11 14:20:08 2016 From: darren at dmmhosting.co.uk (Darren Williams) Date: Wed, 11 May 2016 11:20:08 +0100 Subject: [Freeswitch-users] ARM Repo Message-ID: I have some ARM packages built for our own use but a couple of people have expressed an interest so I thought I would share the repo with the wider community. Obviously, not endorsed or approved by the FreeSWITCH team in any way: http://repo.sip247.com/debian/ Regards Darren Williams -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/f5075bca/attachment.html From s.safarov at gmail.com Wed May 11 14:35:28 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 11 May 2016 10:35:28 +0000 Subject: [Freeswitch-users] fail2ban does not apply ban, fail2ban-regex works In-Reply-To: <57f3c5c1-810c-2e54-2632-4ece99928e3e@gmail.com> References: <57f3c5c1-810c-2e54-2632-4ece99928e3e@gmail.com> Message-ID: Please send request to fail2ban community. As I know fail2ban is too difficult troubleshoot . On my servers fail2ban time to time is stop updating iptables rules. If it take place I restart fail2ban daemon. Sergey. ??, 11 ??? 2016 ?. ? 10:30, Mimiko : > Hello. > > I have this config for freeswitch: > > jail.local: > > [ssh] > enabled = true > port = ssh > filter = sshd > logpath = /var/log/auth.log > maxretry = 5 > [freeswitch] > enabled = true > port = 5060,5061,5080,5081 > ignoreip = 127.0.0.1/8 10.10.0.0/16 > filter = freeswitch > logpath = /var/log/freeswitch/freeswitch.log > maxretry = 1 > findtime = 600 > bantime = 60 > action = iptables-ban > > > freeswitch.conf: > > [Definition] > > failregex = ^[-: \.\d]+ \[WARNING\] sofia_reg\.c:\d+ Can't find user > \[\d+@[^\]]+\] from $ > > ignoreregex = > > > > When running > > fail2ban-regex /var/log/freeswitch/freeswitch.log > /etc/fail2ban/filter.d/freeswitch.conf > > There are matches with failed users: > > /usr/share/fail2ban/server/filter.py:442: DeprecationWarning: the md5 > module is deprecated; use hashlib instead > import md5 > > Running tests > ============= > > Use regex file : /etc/fail2ban/filter.d/freeswitch.conf > Use log file : /var/log/freeswitch/freeswitch.log > > > Results > ======= > > Failregex > |- Regular expressions: > | [1] ^[-: \.\d]+ \[WARNING\] sofia_reg\.c:\d+ Can't find user > \[\d+@[^\]]+\] from $ > | > `- Number of matches: > [1] 18 match(es) > > Ignoreregex > |- Regular expressions: > | > `- Number of matches: > > Summary > ======= > > Addresses found: > [1] > 163.172.194.73 (Wed May 11 10:16:54 2016) > 163.172.194.73 (Wed May 11 10:18:02 2016) > 163.172.194.73 (Wed May 11 10:18:30 2016) > 163.172.194.73 (Wed May 11 10:18:40 2016) > 163.172.194.73 (Wed May 11 10:19:10 2016) > 163.172.194.73 (Wed May 11 10:19:29 2016) > 163.172.194.73 (Wed May 11 10:20:10 2016) > 163.172.194.73 (Wed May 11 10:20:30 2016) > 163.172.194.73 (Wed May 11 10:20:37 2016) > 163.172.194.73 (Wed May 11 10:21:42 2016) > 163.172.194.73 (Wed May 11 10:21:53 2016) > 163.172.194.73 (Wed May 11 10:22:00 2016) > 163.172.194.73 (Wed May 11 10:22:50 2016) > 163.172.194.73 (Wed May 11 10:23:13 2016) > 163.172.194.73 (Wed May 11 10:23:28 2016) > 163.172.194.73 (Wed May 11 10:23:30 2016) > 163.172.194.73 (Wed May 11 10:25:07 2016) > 163.172.194.73 (Wed May 11 10:25:29 2016) > > Date template hits: > 0 hit(s): MONTH Day Hour:Minute:Second > 0 hit(s): WEEKDAY MONTH Day Hour:Minute:Second Year > 0 hit(s): WEEKDAY MONTH Day Hour:Minute:Second > 0 hit(s): Year/Month/Day Hour:Minute:Second > 0 hit(s): Day/Month/Year Hour:Minute:Second > 0 hit(s): Day/Month/Year Hour:Minute:Second > 0 hit(s): Day/MONTH/Year:Hour:Minute:Second > 0 hit(s): Month/Day/Year:Hour:Minute:Second > 5196 hit(s): Year-Month-Day Hour:Minute:Second > 0 hit(s): Day-MONTH-Year Hour:Minute:Second[.Millisecond] > 0 hit(s): Day-Month-Year Hour:Minute:Second > 0 hit(s): TAI64N > 0 hit(s): Epoch > 0 hit(s): ISO 8601 > 0 hit(s): Hour:Minute:Second > 0 hit(s): > > Success, the total number of match is 18 > > However, look at the above section 'Running tests' which could contain > important > information. > > > However, fail2ban does not ban that ip. Although when ssh login attempt > is detected, fail2ban does ban the ip. > > I've checked the time and time zone and all ok. On server Local time is > +3 from UTC. sshd log, freeswitch log and fail2ban log are in same time > zone. > > What could be the culprit? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/fc04a711/attachment-0001.html From mike at jerris.com Wed May 11 16:55:49 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 11 May 2016 08:55:49 -0400 Subject: [Freeswitch-users] external voicemail storage? In-Reply-To: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> References: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> Message-ID: it wouldn't work completely with the way mod_voicemail is written today. we have been looking at a rewrite of this in the future but waiting on funding and other details to be worked out as its a big project. As it is today you'd need to use shared mounted storage to cluster voicemail using mod_voicemail On Wednesday, May 11, 2016, Avi Marcus wrote: > After a *bit *more investigating (looking at FusionPBX's extensive lua > script for VM) it *looks like *I'd be able to use mod_http_cache > as > a bridge to Amazon S3 for *both *recording and playback. Am I missing > anything? > Would using it for all of that mean I'd need to use file format option, > which would prevent me from using http_api? > > Is anyone using this in production? > > I'm hoping this example > is > a typo: > >> enable-file-formats=false >> > > > -Avi Marcus > BestFone > > On Wed, May 11, 2016 at 8:58 AM, Avi Marcus > wrote: > >> I checked confluence and I don't see any updates... >> >> Is it possible to store voicemail messages & greetings somewhere NOT on >> the disk? >> e.g. S3, in the same database at the voicemail prefs, etc? >> >> I'm rebuilding an old cluster and this is an issue I didn't find a good >> solution to. >> It's one of the only things I'd *need *to have a distributed filesystem >> for and I haven't had much luck with those. >> >> Thanks, >> -Avi Marcus >> BestFone >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/25160283/attachment.html From mike at jerris.com Wed May 11 16:56:40 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 11 May 2016 08:56:40 -0400 Subject: [Freeswitch-users] ARM Repo In-Reply-To: References: Message-ID: we have been working on official packages for this, but they are not yet complete On Wednesday, May 11, 2016, Darren Williams wrote: > I have some ARM packages built for our own use but a couple of people have > expressed an interest so I thought I would share the repo with the wider > community. > > > > Obviously, not endorsed or approved by the FreeSWITCH team in any way: > > > > http://repo.sip247.com/debian/ > > > > Regards > > Darren Williams > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/2f07b88d/attachment.html From nneul at mst.edu Wed May 11 17:15:54 2016 From: nneul at mst.edu (Nathan Neulinger) Date: Wed, 11 May 2016 08:15:54 -0500 Subject: [Freeswitch-users] external voicemail storage? In-Reply-To: References: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> Message-ID: <5733308A.4080108@mst.edu> Something like s3ql might be a good option for you in the mean time. I use a glusterfs backend for my shared data across HA freeswitch instances. -- Nathan On 05/11/2016 07:55 AM, Michael Jerris wrote: > it wouldn't work completely with the way mod_voicemail is written today. we have been looking at a rewrite of this in > the future but waiting on funding and other details to be worked out as its a big project. As it is today you'd need to > use shared mounted storage to cluster voicemail using mod_voicemail > > On Wednesday, May 11, 2016, Avi Marcus > wrote: > > After a /bit /more investigating (looking at FusionPBX's extensive lua script for VM) it /looks like /I'd be able to > use mod_http_cache as a bridge to Amazon S3 > for /both /recording and playback. Am I missing anything? > Would using it for all of that mean I'd need to use file format option, which would prevent me from using http_api? > > Is anyone using this in production? > > I'm hoping this example > is a typo: > > enable-file-formats=false > > > > -Avi Marcus > BestFone > > On Wed, May 11, 2016 at 8:58 AM, Avi Marcus > > wrote: > > I checked confluence and I don't see any updates... > > Is it possible to store voicemail messages & greetings somewhere NOT on the disk? > e.g. S3, in the same database at the voicemail prefs, etc? > > I'm rebuilding an old cluster and this is an issue I didn't find a good solution to. > It's one of the only things I'd /need /to have a distributed filesystem for and I haven't had much luck with those. > > Thanks, > -Avi Marcus > BestFone > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ------------------------------------------------------------ Nathan Neulinger nneul at mst.edu Missouri S&T Information Technology (573) 612-1412 System Administrator - Architect From amani.mansour2 at gmail.com Wed May 11 17:17:24 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Wed, 11 May 2016 13:17:24 +0000 Subject: [Freeswitch-users] make a call between two sip phones using fs_cli ? Message-ID: Hi all , Can i make a call between 2 sip phones from fs_cli interface ? if yes ,and it is using originate haw can i do it please ? 2 extensions 1000 and 1001 . Best regards Amani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/87598979/attachment.html From alex at teclan.com.br Wed May 11 17:38:44 2016 From: alex at teclan.com.br (Alex Pierry) Date: Wed, 11 May 2016 13:38:44 +0000 Subject: [Freeswitch-users] make a call between two sip phones using fs_cli ? In-Reply-To: References: Message-ID: originate user/1000 &bridge(user/1001@) ________________________________ De: freeswitch-users-bounces at lists.freeswitch.org em nome de amani mansour Enviado: quarta-feira, 11 de maio de 2016 10:17 Para: FreeSWITCH Users Help Assunto: [Freeswitch-users] make a call between two sip phones using fs_cli ? Hi all , Can i make a call between 2 sip phones from fs_cli interface ? if yes ,and it is using originate haw can i do it please ? 2 extensions 1000 and 1001 . Best regards Amani -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/23fdde8b/attachment.html From Alexander.Haugg at c4b.de Wed May 11 17:45:01 2016 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Wed, 11 May 2016 13:45:01 +0000 Subject: [Freeswitch-users] Disable VAD for Conference?? Message-ID: Hi, At the moment i can't disable VAD. I Try Before the conference will entering. I set the vad = none in the sofia profile I set the comfort-noise in the conference config = 0 But the VAD in the Conference is working again. Is there another idea? Thanks a lot -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/95970651/attachment-0001.html From amani.mansour2 at gmail.com Wed May 11 17:51:39 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Wed, 11 May 2016 13:51:39 +0000 Subject: [Freeswitch-users] make a call between two sip phones using fs_cli ? In-Reply-To: References: Message-ID: Hi Mr Alex , But in dialplan/default.xml i configure a dtmf ,when a user 1000 call the extension 1001 we will get rtp event in wireshark . but with this one originate user/1000 &bridge(user/1001) i don't get the dtmf ? can you help me please ? Best regards Amani Le mer. 11 mai 2016 ? 14:39, Alex Pierry a ?crit : > originate user/1000 &bridge(user/1001@) > > ------------------------------ > *De:* freeswitch-users-bounces at lists.freeswitch.org < > freeswitch-users-bounces at lists.freeswitch.org> em nome de amani mansour < > amani.mansour2 at gmail.com> > *Enviado:* quarta-feira, 11 de maio de 2016 10:17 > *Para:* FreeSWITCH Users Help > *Assunto:* [Freeswitch-users] make a call between two sip phones using > fs_cli ? > > Hi all , > Can i make a call between 2 sip phones from fs_cli interface ? if yes ,and > it is using originate haw can i do it please ? > > 2 extensions 1000 and 1001 . > Best regards > Amani > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/ee328759/attachment.html From matt at supportedbusiness.com Wed May 11 19:01:06 2016 From: matt at supportedbusiness.com (Matt Broad) Date: Wed, 11 May 2016 16:01:06 +0100 Subject: [Freeswitch-users] make a call between two sip phones using fs_cli ? In-Reply-To: References: Message-ID: Hi Amani, the DTMF will only be sent if you hit the dialplan extension which you created. Assuming that the extension does the bridging, you would use something similar to the below: originate user/1000 replace with the extension you created. This will originate a call to user 1000 and run the extension given. thanks Matt On 11 May 2016 at 14:51, amani mansour wrote: > Hi Mr Alex , > But in dialplan/default.xml i configure a dtmf ,when a user 1000 call the > extension 1001 we will get rtp event in wireshark . > but with this one originate user/1000 &bridge(user/1001) i don't get the > dtmf ? can you help me please ? > > Best regards > Amani > > > Le mer. 11 mai 2016 ? 14:39, Alex Pierry a ?crit : > >> originate user/1000 &bridge(user/1001@) >> >> ------------------------------ >> *De:* freeswitch-users-bounces at lists.freeswitch.org < >> freeswitch-users-bounces at lists.freeswitch.org> em nome de amani mansour < >> amani.mansour2 at gmail.com> >> *Enviado:* quarta-feira, 11 de maio de 2016 10:17 >> *Para:* FreeSWITCH Users Help >> *Assunto:* [Freeswitch-users] make a call between two sip phones using >> fs_cli ? >> >> Hi all , >> Can i make a call between 2 sip phones from fs_cli interface ? if yes >> ,and it is using originate haw can i do it please ? >> >> 2 extensions 1000 and 1001 . >> Best regards >> Amani >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/e948725a/attachment.html From mike at jerris.com Wed May 11 19:15:31 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 11 May 2016 11:15:31 -0400 Subject: [Freeswitch-users] Disable VAD for Conference?? In-Reply-To: References: Message-ID: Those settings have nothing at all to do with conference. Check out energy level settings in conference profile. > On May 11, 2016, at 9:45 AM, Alexander Haugg wrote: > > Hi, > > At the moment i can?t disable VAD. > I Try > > > Before the conference will entering. > > I set the vad = none in the sofia profile > > I set the comfort-noise in the conference config = 0 > > But the VAD in the Conference is working again. > Is there another idea? > > Thanks a lot > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/d243120f/attachment.html From amani.mansour2 at gmail.com Wed May 11 19:16:56 2016 From: amani.mansour2 at gmail.com (amani mansour) Date: Wed, 11 May 2016 15:16:56 +0000 Subject: [Freeswitch-users] make a call between two sip phones using fs_cli ? In-Reply-To: References: Message-ID: OH , Thank you sir , it is done . thank you again. Best regards Amani Le mer. 11 mai 2016 ? 16:02, Matt Broad a ?crit : > Hi Amani, > > the DTMF will only be sent if you hit the dialplan extension which you > created. > Assuming that the extension does the bridging, you would use something > similar to the below: > > originate user/1000 > replace with the extension you created. This will originate a > call to user 1000 and run the extension given. > > thanks > Matt > > On 11 May 2016 at 14:51, amani mansour wrote: > >> Hi Mr Alex , >> But in dialplan/default.xml i configure a dtmf ,when a user 1000 call >> the extension 1001 we will get rtp event in wireshark . >> but with this one originate user/1000 &bridge(user/1001) i don't get the >> dtmf ? can you help me please ? >> >> Best regards >> Amani >> >> >> Le mer. 11 mai 2016 ? 14:39, Alex Pierry a ?crit : >> >>> originate user/1000 &bridge(user/1001@) >>> >>> ------------------------------ >>> *De:* freeswitch-users-bounces at lists.freeswitch.org < >>> freeswitch-users-bounces at lists.freeswitch.org> em nome de amani mansour >>> >>> *Enviado:* quarta-feira, 11 de maio de 2016 10:17 >>> *Para:* FreeSWITCH Users Help >>> *Assunto:* [Freeswitch-users] make a call between two sip phones using >>> fs_cli ? >>> >>> Hi all , >>> Can i make a call between 2 sip phones from fs_cli interface ? if yes >>> ,and it is using originate haw can i do it please ? >>> >>> 2 extensions 1000 and 1001 . >>> Best regards >>> Amani >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/e8e1fb31/attachment-0001.html From kevin at testfire.io Wed May 11 19:24:14 2016 From: kevin at testfire.io (kevintestfire) Date: Wed, 11 May 2016 08:24:14 -0700 (MST) Subject: [Freeswitch-users] FreeSWITCH Erroneously Reconnects Calls Message-ID: <1462980254972-7596217.post@n2.nabble.com> Hello, We have a mobile app that allows users to place video conference calls without a user-facing concept of accounts. A user is able to press a button, and then they are sent a generated username, password, and conference number to send up to our FreeSWITCH server to connect their calls. This setup works fine for us under normal circumstances but fails in a puzzling way under the following circumstances: 1: User starts the mobile app 2: User places a call (Call A) 3: User force kills the app 4: User re-opens the app 5: User places a second call (Call B) Under this scenario, the video is directed correctly to Call B, but the audio is erroneously redirected to Call A which is still alive because the mobile app terminated without sending a BYE request. Additionally, when using a network monitor on the mobile device, we noticed that there are two open connections to FreeSWITCH, one on the local port we expect, and a second incoming connection on the lowest RTP port used by our mobile VoIP library. This only happens on these bad calls, and does not occur under normal circumstances. We considered the possibility that the VoIP library we've been using on the mobile side could be the problem, but this issue persists even if we reinstall the application or reset the phone. Changing networks from our office Wifi network to LTE between Call A and Call B usually fixes the problem for us, so we suspect that FreeSWITCH has some internal logic to reconnect a caller to a call by IP address, ignoring the fact that when the device reconnects, its username, password, and conference number are different than the call FreeSWITCH is trying to reconnect it to. Of course, that's speculation on our part. We've combed through the FreeSWITCH logs and can't find anything unusual on call B that suggests any sort of redirection of audio. We would appreciate any advice you could give us. - Kevin -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-Erroneously-Reconnects-Calls-tp7596217.html Sent from the freeswitch-users mailing list archive at Nabble.com. From bobjectsfreeswitch at gmail.com Thu May 12 01:48:19 2016 From: bobjectsfreeswitch at gmail.com (Bob Hartwig) Date: Wed, 11 May 2016 16:48:19 -0500 Subject: [Freeswitch-users] Disable VAD for Conference?? In-Reply-To: References: Message-ID: You may want to look into the "audio-always" conference flag. On Wed, May 11, 2016 at 8:45 AM, Alexander Haugg wrote: > Hi, > > > > At the moment i can?t disable VAD. > > I Try > > > > > > Before the conference will entering. > > > > I set the vad = none in the sofia profile > > > > I set the comfort-noise in the conference config = 0 > > > > But the VAD in the Conference is working again. > > Is there another idea? > > > > Thanks a lot > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160511/2ae688b2/attachment.html From mylists at polite.se Thu May 12 09:07:27 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 12 May 2016 07:07:27 +0200 Subject: [Freeswitch-users] Upper limit on user name length Message-ID: <20160512050727.GD20567@blomma.liberationtech.net> What's the upper limit on how long a user name can be? I'm thinking of putting in JSON Web Tokens as user names and JWTs can become quite long if you stick a lot of data in them. Oivvio From john.nash778 at gmail.com Thu May 12 11:47:58 2016 From: john.nash778 at gmail.com (John Nash) Date: Thu, 12 May 2016 13:17:58 +0530 Subject: [Freeswitch-users] Call disconnection logic question Message-ID: A ----------->Freeswitch --------------->B If A party sends BYE and Freeswitch forwards BYE to B party (via bridge) the end_timestamp value for B leg (Freeswitch to B party) will be ... - The moment when BYE is sent by Freeswitch to B or - When 200 OK received for BYE or timeout Is there any variable to control this behavior? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/69a9ca1f/attachment.html From d.mordovin at dwide.com Thu May 12 14:18:25 2016 From: d.mordovin at dwide.com (Dmitry Mordovin) Date: Thu, 12 May 2016 14:18:25 +0400 Subject: [Freeswitch-users] INFO with picture_fast_update - How often? Message-ID: <57345871.6060800@dwide.com> Hello I make audio call to PSTN number thru my SIP provider. FreeSWITCH send INFO message with picture_fast_update (and receive OK) every second during call established. Every second - Is it normal behavior? Can I set another interval? FreeSWITCH 1.6.7 Dmitry From stefan.kainz at 1012.at Thu May 12 16:13:07 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Thu, 12 May 2016 14:13:07 +0200 Subject: [Freeswitch-users] T.38 Problem Message-ID: <57347353.4030402@1012.at> Hello, i've a quick question. Are there any known issues when faxing from asterisk to freeswitch using T.38? FS Version 1.6.8 git / Asterisk 13.8.2. We're trying very hard getting this to work, but it just wont. Everything else fax-related seems to be working very well, but in that case we keep getting result (3) Timed out waiting for the first message. */When using Version FS 1.2 this problem doesnt seem to exist./* The setup is as following: ATA ( cisco spa ) -> Asterisk -> Freeswitch1.6.8 ( rxfax ) regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/a999156a/attachment.html From avi at avimarcus.net Thu May 12 17:26:20 2016 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 12 May 2016 13:26:20 +0000 Subject: [Freeswitch-users] external voicemail storage? In-Reply-To: <5733308A.4080108@mst.edu> References: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> <5733308A.4080108@mst.edu> Message-ID: <01000154a5258521-ee655078-17e0-47df-aef0-574478093b04-000000@email.amazonses.com> s3ql can only be mounted on one computer at a time it says... Has anyone run voicemail in production with s3fs-fuse or the like..? -Avi Marcus 1-718-989-9485 (USA) 02-372-1570 (Israel) 020-3298-2875 (UK) On Wed, May 11, 2016 at 4:15 PM, Nathan Neulinger wrote: > Something like s3ql might be a good option for you in the mean time. > > I use a glusterfs backend for my shared data across HA freeswitch > instances. > > -- Nathan > > On 05/11/2016 07:55 AM, Michael Jerris wrote: > > it wouldn't work completely with the way mod_voicemail is written > today. we have been looking at a rewrite of this in > > the future but waiting on funding and other details to be worked out as > its a big project. As it is today you'd need to > > use shared mounted storage to cluster voicemail using mod_voicemail > > > > On Wednesday, May 11, 2016, Avi Marcus avi at avimarcus.net>> wrote: > > > > After a /bit /more investigating (looking at FusionPBX's extensive > lua script for VM) it /looks like /I'd be able to > > use mod_http_cache < > https://freeswitch.org/confluence/display/FREESWITCH/mod_http_cache> as a > bridge to Amazon S3 > > for /both /recording and playback. Am I missing anything? > > Would using it for all of that mean I'd need to use file format > option, which would prevent me from using http_api? > > > > Is anyone using this in production? > > > > I'm hoping this example > > < > https://freeswitch.org/confluence/display/FREESWITCH/mod_http_cache#mod_http_cache-Examples>is > a typo: > > > > enable-file-formats=false > > > > > > > > -Avi Marcus > > BestFone > > > > On Wed, May 11, 2016 at 8:58 AM, Avi Marcus > > > wrote: > > > > I checked confluence and I don't see any updates... > > > > Is it possible to store voicemail messages & greetings somewhere > NOT on the disk? > > e.g. S3, in the same database at the voicemail prefs, etc? > > > > I'm rebuilding an old cluster and this is an issue I didn't find > a good solution to. > > It's one of the only things I'd /need /to have a distributed > filesystem for and I haven't had much luck with those. > > > > Thanks, > > -Avi Marcus > > BestFone > > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > -- > ------------------------------------------------------------ > Nathan Neulinger nneul at mst.edu > Missouri S&T Information Technology (573) 612-1412 > System Administrator - Architect > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/3576443c/attachment-0001.html From findmeinwland at gmail.com Thu May 12 17:43:27 2016 From: findmeinwland at gmail.com (Artur Mega) Date: Thu, 12 May 2016 18:43:27 +0500 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: I have DNS SRV record (external profile) _sip._udp.example.com has SRV record 10 100 5080 sip.example.com. None authentication calls from other server to sip:1001 at example.com work fine. Calls from phones (uses DNS SRV _sip._udp.) with authentication (incoming/outgoing) not work. Then I set SRV DNS record (internal profile) _sip._udp.example.com has SRV record 10 100 5060 sip.example.com. Calls from phones with authentication work. Sip uri calls without authentication not work. I need use one DNS SRV record to all calls. 2016-05-07 1:00 GMT+05:00 Michael Jerris : > I suppose you could "auth" all calls, but force context for ones that fail > via xml curl, but you couldn't not auth calls that are going to fail auth > before you challenge them, as computers are not psychic knowing the future > > > On Friday, May 6, 2016, Artur Mega wrote: > >> Thanks, Michael for reply >> >> Look, let's assume that call will come to internal profile (where >> authorisation is required). But then unauthorised call wont reach the >> dialplan, becouse it's not authorised... But i don't wanna drop such call, >> it must be allowed to go further to special context in dialplan. Desired >> algorythm is like: >> >> IF incoming call is authenticated THEN forward it to one dialplan >> ELSE forward it to another dialplan (don't drop) END. >> >> Who knows how can it be solved? >> >> 2016-05-04 20:14 GMT+05:00 Michael Jerris : >> >>> If a profile doesn't perform authorization, as is the case in the >>> default external profile, no calls are authorized as we do not attempt to >>> authorize them. You can't know if a call is authorized without challenging >>> them. >>> >>> >>> On May 4, 2016, at 6:40 AM, Artur Mega wrote: >>> >>> Good day, >>> >>> How can I check incoming call to the External profile? Theoretically, >>> both authorised and unauthorised users can call via external profile. Tried >>> to detect authorised users with ${sip_authorised} variable, but it doesn't >>> help. :( >>> >>> -- >>> >>> Arthur >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> Arthur >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Arthur -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/9ed093a0/attachment.html From john.smolka9 at gmail.com Thu May 12 18:06:13 2016 From: john.smolka9 at gmail.com (John Smolka) Date: Thu, 12 May 2016 16:06:13 +0200 Subject: [Freeswitch-users] SDP with RTP SAVPF is rejected on some SIP phones In-Reply-To: References: Message-ID: nobody uses webrtc and classic calls with freeswitch as a media server and kamailio or opensips as a sip proxy ? I found a solution with rtpengine, but I want to use freeswitch as a media server. 2016-05-06 9:07 GMT+02:00 John Smolka : > Hello All, > > I am working with webrtc and I am having problems with incoming audio. > I use : > - Kamailio as a SIP and Websocket proxy > - Freeswitch as a media server. > > UA/WebRTC <--> Kamailio <--> Freeswitch > > For outgoing calls (webrtc->freeswitch) everything works well, but for > incoming call(freeswitch->webrtc), my webrtc client was complaining about > missing ICE candidates. > In my dialplan I added a new line with: > > > > since now, RTP/AVP and RTP/SAVP was changed to RTP/SAVPF > > Now, I can receive calls on my webrtc client but it does not work on some > sip phones. > On sip phones it is rejected with 488 Not Acceptable Here > > SDP from freeswitch's INVITE looks like : > > v=0. > o=My-SBC 1462416600 1462416601 IN IP4 MyPublicIP. > s=My-SBC. > c=IN IP4 MyPublicIP. > t=0 0. > a=msid-semantic: WMS 21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. > m=audio 32204 RTP/SAVPF 8 0 101 13. > a=rtpmap:8 PCMA/8000. > a=rtpmap:0 PCMU/8000. > a=rtpmap:101 telephone-event/8000. > a=fingerprint:sha-256 B8:7C:42:58:26:FE:30:27:DB:F5: > 71:21:11:96:AF:0B:DD:6E:79:9A:AC:FF:86:69:89:14:88:70:AA:EE:4A:EB. > a=setup:actpass. > a=rtcp-mux. > a=rtcp:32204 IN IP4 MyPublicIP. > a=ssrc:590458548 cname:GLr7dIFWlcfql4sH. > a=ssrc:590458548 msid:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf a0. > a=ssrc:590458548 mslabel:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. > a=ssrc:590458548 label:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmfa0. > a=ice-ufrag:akVRJFgs6QHjvUo2. > a=ice-pwd:vG0zewmpyrGKmZhm924Jxa1u. > a=candidate:9311553015 1 udp 659136 MyPublicIP 32204 typ host generation > 0. > a=candidate:9311553015 2 udp 659136 MyPublicIP 32204 typ host generation > 0. > a=ptime:20. > > Maybe I don't understand this correctly, but is that possible to add > SAVPF, AVP and SAVP into a INVITES's SDP so I can remove them on kamailio > based on transport towards client (TLS,UDP,TCP,WSS) ? > > I have tested it on the latest freeswitch 1.4 and 1.6 versions. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/121e1593/attachment.html From mike at jerris.com Thu May 12 18:58:13 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 May 2016 10:58:13 -0400 Subject: [Freeswitch-users] Upper limit on user name length In-Reply-To: <20160512050727.GD20567@blomma.liberationtech.net> References: <20160512050727.GD20567@blomma.liberationtech.net> Message-ID: <3BCA7026-419B-4609-8117-665869B23CDC@jerris.com> I don't think we have a hard limit. Depending on protocol there may be encoding requirements for certain characters. > On May 12, 2016, at 1:07 AM, Oivvio Polite wrote: > > What's the upper limit on how long a user name can be? I'm thinking of > putting in JSON Web Tokens as user names and JWTs can become quite long if > you stick a lot of data in them. > > Oivvio From mike at jerris.com Thu May 12 19:03:14 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 May 2016 11:03:14 -0400 Subject: [Freeswitch-users] Call disconnection logic question In-Reply-To: References: Message-ID: <9F7DA2BB-DE55-4CEF-B069-9ECB76427538@jerris.com> Freeswitch being a b2bua technically doesn't forward the bye, it sends a new bye to the other call leg. Each leg has its own timestamps. IIRC, its when we send the bye, or receive the bye. > On May 12, 2016, at 3:47 AM, John Nash wrote: > > A ----------->Freeswitch --------------->B > > If A party sends BYE and Freeswitch forwards BYE to B party (via bridge) the end_timestamp value for B leg (Freeswitch to B party) will be ... > > - The moment when BYE is sent by Freeswitch to B > or > - When 200 OK received for BYE or timeout > > Is there any variable to control this behavior? > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From mike at jerris.com Thu May 12 19:07:59 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 May 2016 11:07:59 -0400 Subject: [Freeswitch-users] SDP with RTP SAVPF is rejected on some SIP phones In-Reply-To: References: Message-ID: Freeswitch can already translate between AVP and SAVPF. Why would you manipulate the sdp? Shouldn't be necessary > On May 12, 2016, at 10:06 AM, John Smolka wrote: > > nobody uses webrtc and classic calls with freeswitch as a media server and kamailio or opensips as a sip proxy ? > I found a solution with rtpengine, but I want to use freeswitch as a media server. > > > > 2016-05-06 9:07 GMT+02:00 John Smolka >: > Hello All, > > I am working with webrtc and I am having problems with incoming audio. > I use : > - Kamailio as a SIP and Websocket proxy > - Freeswitch as a media server. > > UA/WebRTC <--> Kamailio <--> Freeswitch > > For outgoing calls (webrtc->freeswitch) everything works well, but for incoming call(freeswitch->webrtc), my webrtc client was complaining about missing ICE candidates. > In my dialplan I added a new line with: > > > > since now, RTP/AVP and RTP/SAVP was changed to RTP/SAVPF > > Now, I can receive calls on my webrtc client but it does not work on some sip phones. > On sip phones it is rejected with 488 Not Acceptable Here > > SDP from freeswitch's INVITE looks like : > > v=0. > o=My-SBC 1462416600 1462416601 IN IP4 MyPublicIP. > s=My-SBC. > c=IN IP4 MyPublicIP. > t=0 0. > a=msid-semantic: WMS 21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. > m=audio 32204 RTP/SAVPF 8 0 101 13. > a=rtpmap:8 PCMA/8000. > a=rtpmap:0 PCMU/8000. > a=rtpmap:101 telephone-event/8000. > a=fingerprint:sha-256 B8:7C:42:58:26:FE:30:27:DB:F5:71:21:11:96:AF:0B:DD:6E:79:9A:AC:FF:86:69:89:14:88:70:AA:EE:4A:EB. > a=setup:actpass. > a=rtcp-mux. > a=rtcp:32204 IN IP4 MyPublicIP. > a=ssrc:590458548 cname:GLr7dIFWlcfql4sH. > a=ssrc:590458548 msid:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf a0. > a=ssrc:590458548 mslabel:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmf. > a=ssrc:590458548 label:21zmABqHTMGtfiYcvg2nQyTyTBJpmPmfa0. > a=ice-ufrag:akVRJFgs6QHjvUo2. > a=ice-pwd:vG0zewmpyrGKmZhm924Jxa1u. > a=candidate:9311553015 1 udp 659136 MyPublicIP 32204 typ host generation 0. > a=candidate:9311553015 2 udp 659136 MyPublicIP 32204 typ host generation 0. > a=ptime:20. > > Maybe I don't understand this correctly, but is that possible to add SAVPF, AVP and SAVP into a INVITES's SDP so I can remove them on kamailio based on transport towards client (TLS,UDP,TCP,WSS) ? > > I have tested it on the latest freeswitch 1.4 and 1.6 versions. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/028ace65/attachment.html From mike at jerris.com Thu May 12 19:08:44 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 May 2016 11:08:44 -0400 Subject: [Freeswitch-users] Upper limit on user name length In-Reply-To: <3BCA7026-419B-4609-8117-665869B23CDC@jerris.com> References: <20160512050727.GD20567@blomma.liberationtech.net> <3BCA7026-419B-4609-8117-665869B23CDC@jerris.com> Message-ID: <19B30E17-3C60-4DC0-B504-7360FE7A1C94@jerris.com> It might be interesting to have a standard way to do this implemented into a module using a standard param pushed from the signaling mods into the user lookup. > On May 12, 2016, at 10:58 AM, Michael Jerris wrote: > > I don't think we have a hard limit. Depending on protocol there may be encoding requirements for certain characters. > > > >> On May 12, 2016, at 1:07 AM, Oivvio Polite wrote: >> >> What's the upper limit on how long a user name can be? I'm thinking of >> putting in JSON Web Tokens as user names and JWTs can become quite long if >> you stick a lot of data in them. >> >> Oivvio > From gregor at infomedia.si Thu May 12 19:12:42 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 12 May 2016 17:12:42 +0200 Subject: [Freeswitch-users] Upper limit on user name length In-Reply-To: <19B30E17-3C60-4DC0-B504-7360FE7A1C94@jerris.com> References: <20160512050727.GD20567@blomma.liberationtech.net> <3BCA7026-419B-4609-8117-665869B23CDC@jerris.com> <19B30E17-3C60-4DC0-B504-7360FE7A1C94@jerris.com> Message-ID: Yes, I agree. 2016-05-12 17:08 GMT+02:00 Michael Jerris : > It might be interesting to have a standard way to do this implemented into > a module using a standard param pushed from the signaling mods into the > user lookup. > > > > On May 12, 2016, at 10:58 AM, Michael Jerris wrote: > > > > I don't think we have a hard limit. Depending on protocol there may be > encoding requirements for certain characters. > > > > > > > >> On May 12, 2016, at 1:07 AM, Oivvio Polite wrote: > >> > >> What's the upper limit on how long a user name can be? I'm thinking of > >> putting in JSON Web Tokens as user names and JWTs can become quite long > if > >> you stick a lot of data in them. > >> > >> Oivvio > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/983eed70/attachment-0001.html From s.safarov at gmail.com Thu May 12 19:20:36 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 12 May 2016 15:20:36 +0000 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: You requred to install sip proxy (exmple Kamailio) to route call between two freeswith profiles. Call originated from example.com domain always routed to internal profile Call route from non example.com. domain to example.com.domain routed to external profile All other call must be blocked. ??, 12 ??? 2016 ?. ? 16:44, Artur Mega : > I have DNS SRV record (external profile) > _sip._udp.example.com has SRV record 10 100 5080 sip.example.com. > > None authentication calls from other server to sip:1001 at example.com work > fine. > Calls from phones (uses DNS SRV _sip._udp.) with authentication > (incoming/outgoing) not work. > > Then I set SRV DNS record (internal profile) > _sip._udp.example.com has SRV record 10 100 5060 sip.example.com. > > Calls from phones with authentication work. > Sip uri calls without authentication not work. > > I need use one DNS SRV record to all calls. > > 2016-05-07 1:00 GMT+05:00 Michael Jerris : > >> I suppose you could "auth" all calls, but force context for ones that >> fail via xml curl, but you couldn't not auth calls that are going to fail >> auth before you challenge them, as computers are not psychic knowing the >> future >> >> >> On Friday, May 6, 2016, Artur Mega wrote: >> >>> Thanks, Michael for reply >>> >>> Look, let's assume that call will come to internal profile (where >>> authorisation is required). But then unauthorised call wont reach the >>> dialplan, becouse it's not authorised... But i don't wanna drop such call, >>> it must be allowed to go further to special context in dialplan. Desired >>> algorythm is like: >>> >>> IF incoming call is authenticated THEN forward it to one dialplan >>> ELSE forward it to another dialplan (don't drop) END. >>> >>> Who knows how can it be solved? >>> >>> 2016-05-04 20:14 GMT+05:00 Michael Jerris : >>> >>>> If a profile doesn't perform authorization, as is the case in the >>>> default external profile, no calls are authorized as we do not attempt to >>>> authorize them. You can't know if a call is authorized without challenging >>>> them. >>>> >>>> >>>> On May 4, 2016, at 6:40 AM, Artur Mega wrote: >>>> >>>> Good day, >>>> >>>> How can I check incoming call to the External profile? Theoretically, >>>> both authorised and unauthorised users can call via external profile. Tried >>>> to detect authorised users with ${sip_authorised} variable, but it doesn't >>>> help. :( >>>> >>>> -- >>>> >>>> Arthur >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> Arthur >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Arthur > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/6ec29406/attachment.html From victor.chukalovskiy at gmail.com Thu May 12 21:54:41 2016 From: victor.chukalovskiy at gmail.com (Victor Chukalovskiy) Date: Thu, 12 May 2016 13:54:41 -0400 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57347353.4030402@1012.at> References: <57347353.4030402@1012.at> Message-ID: <5734C361.4070106@gmail.com> Hi, you would need to take full packet capture (SIP and RTP) and study it in wire-shark to see the difference between working / non-working scenarios. On 16-05-12 08:13 AM, Stefan Kainz wrote: > Hello, > > i've a quick question. > Are there any known issues when faxing from asterisk to freeswitch > using T.38? > FS Version 1.6.8 git / Asterisk 13.8.2. > > We're trying very hard getting this to work, but it just wont. > Everything else fax-related seems to be working very well, but in that > case we keep getting > result (3) Timed out waiting for the first message. > */When using Version FS 1.2 this problem doesnt seem to exist./* > > The setup is as following: > > ATA ( cisco spa ) -> Asterisk -> Freeswitch1.6.8 ( rxfax ) > > regards, > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/e591ed01/attachment.html From s.safarov at gmail.com Thu May 12 22:36:45 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 12 May 2016 18:36:45 +0000 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57347353.4030402@1012.at> References: <57347353.4030402@1012.at> Message-ID: Commit where is similar bug has been introduced is found using "git bisect" command (FS-8014 ). Sergey ??, 12 ??? 2016 ?. ? 15:14, Stefan Kainz : > Hello, > > i've a quick question. > Are there any known issues when faxing from asterisk to freeswitch using > T.38? > FS Version 1.6.8 git / Asterisk 13.8.2. > > We're trying very hard getting this to work, but it just wont. > Everything else fax-related seems to be working very well, but in that > case we keep getting > result (3) Timed out waiting for the first message. > *When using Version FS 1.2 this problem doesnt seem to exist.* > > The setup is as following: > > ATA ( cisco spa ) -> Asterisk -> Freeswitch1.6.8 ( rxfax ) > > regards, > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/55bb84b2/attachment-0001.html From schoch+freeswitch.org at xwin32.com Thu May 12 23:10:56 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Thu, 12 May 2016 12:10:56 -0700 Subject: [Freeswitch-users] Debian, FreeSWITCH, and email Message-ID: I'm setting up a new system to replace our previous one (which was FreeSWITCH 1.4.15 on CentOS 6.6) to a better supported configuration (latest FreeSWITCH on Debian jessie). I'm getting to the part where I'm configuring email, to be used by FreeSWITCH voicemail notifications, the LUA freeswitch.email function, and future FAX support (assuming I can get it to receive FAXes dependably so I can get rid of my POTS FAX line). I found that exim4 comes with Debian, but I also found a (old) warning in https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail talking about potential problems, that may have been fixed. So I was wondering if I should use exim4, or install postfix. Any opinions? -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/b5348956/attachment.html From italo at freeswitch.org Fri May 13 02:59:02 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Thu, 12 May 2016 19:59:02 -0300 Subject: [Freeswitch-users] Verto - ringing In-Reply-To: References: <5A6AF5D1-BFBA-48F7-8ED5-3BC55C4294CB@freeswitch.org> <92A1C9A4-C17A-4F23-A218-D4E373A0025A@freeswitch.org> Message-ID: Gregor, I've implemented FS-9157 which adds ability to generate tags for each dialog, just pass a function to verto as the tag parameter and this function must return the id of the tag. Em 11/05/2016 02:04, "Gregor Nanger" escreveu: > Hmmmm, present it? Me? What? Anthony, was this right post? > > 2016-05-11 2:06 GMT+02:00 Anthony Minessale : > >> Maybe you can present it at ClueCon 2016! >> >> >> On Tuesday, May 10, 2016, Gregor Nanger wrote: >> >>> Cool, I understand. Thank you. >>> >>> 2016-05-10 22:49 GMT+02:00 ?talo Rossi : >>> >>>> Yes, It?s a parameter check method newCall, there?s a tag parameter >>>> there. Also, when you receive an invite, in your callback you?ll get the >>>> dialog associated with the call, you can do something like >>>> dialog.params.tag = mynewtag; >>>> >>>> > On 10 de mai de 2016, at 06:07, Gregor Nanger >>>> wrote: >>>> > >>>> > Yes, I changed tag only for ringer and it works now. >>>> > >>>> > Italo, can you point me where to set tag. Maybe I can set it as >>>> parameter on answer method? >>>> > >>>> > 2016-05-09 18:01 GMT+02:00 Gregor Nanger : >>>> > Just for opinion, before trying. Can I just modify source to use >>>> different tag for ringer? >>>> > >>>> > >>>> > On Mon, May 9, 2016, 17:32 ?talo Rossi wrote: >>>> > Use differente audio tags for each call, by default veto will use the >>>> tag specified when creating your verto object, you can specify a new one >>>> when making call and when answering calls. >>>> > >>>> > > On 9 de mai de 2016, at 11:52, Michael Jerris >>>> wrote: >>>> > > >>>> > > There was a similar issue in verto communicator issue, are you >>>> using the same or a different audio tag? >>>> > > >>>> > > On Monday, May 9, 2016, Gregor Nanger wrote: >>>> > > Hi! >>>> > > >>>> > > I need some advice. >>>> > > >>>> > > I am using verto and created client by myself from base of demo. >>>> Now I have one problem and cannot solve it. >>>> > > >>>> > > If user is in call and he gets another call in background (call >>>> waiting). Audio from active call is lost. Call is active, but cannot hear >>>> audio. >>>> > > >>>> > > Is this something that I overlooked in javascript? >>>> > > >>>> > > Best regards, Gregor >>>> > > >>>> _________________________________________________________________________ >>>> > > Professional FreeSWITCH Consulting Services: >>>> > > consulting at freeswitch.org >>>> > > http://www.freeswitchsolutions.com >>>> > > >>>> > > Official FreeSWITCH Sites >>>> > > http://www.freeswitch.org >>>> > > http://confluence.freeswitch.org >>>> > > http://www.cluecon.com >>>> > > >>>> > > FreeSWITCH-users mailing list >>>> > > FreeSWITCH-users at lists.freeswitch.org >>>> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> > > UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> > > http://www.freeswitch.org >>>> > >>>> > >>>> > >>>> _________________________________________________________________________ >>>> > Professional FreeSWITCH Consulting Services: >>>> > consulting at freeswitch.org >>>> > http://www.freeswitchsolutions.com >>>> > >>>> > Official FreeSWITCH Sites >>>> > http://www.freeswitch.org >>>> > http://confluence.freeswitch.org >>>> > http://www.cluecon.com >>>> > >>>> > FreeSWITCH-users mailing list >>>> > FreeSWITCH-users at lists.freeswitch.org >>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> > UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> > http://www.freeswitch.org >>>> > -- >>>> > Gregor Nanger >>>> > >>>> > CTO >>>> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>> > ? www.infomedia.si >>>> > >>>> > >>>> > >>>> > -- >>>> > Gregor Nanger >>>> > >>>> > CTO >>>> > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>>> > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>>> > ? www.infomedia.si >>>> > >>>> _________________________________________________________________________ >>>> > Professional FreeSWITCH Consulting Services: >>>> > consulting at freeswitch.org >>>> > http://www.freeswitchsolutions.com >>>> > >>>> > Official FreeSWITCH Sites >>>> > http://www.freeswitch.org >>>> > http://confluence.freeswitch.org >>>> > http://www.cluecon.com >>>> > >>>> > FreeSWITCH-users mailing list >>>> > FreeSWITCH-users at lists.freeswitch.org >>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> > UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> > http://www.freeswitch.org >>>> >>>> ?talo Rossi >>>> italo at freeswitch.org >>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >>> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >>> ? www.infomedia.si >>> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/c02d4689/attachment-0001.html From schoch+freeswitch.org at xwin32.com Fri May 13 03:14:21 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Thu, 12 May 2016 16:14:21 -0700 Subject: [Freeswitch-users] database disk image is malformed Message-ID: I'm moving a FS installation from one Linux machine to another, and I'm getting this error: 2016-05-12 16:10:48.243672 [ERR] switch_core_sqldb.c:1197 SQL ERR: [select call_id,sip_user,sip_host,contact,status,rpid,expires,user_agent,server_user,server_host,profile_name,network_ip, network_port,0,sip_realm from sip_registrations where expires > 0 and expires <= 1463094648] database disk image is malformed The trouble is that it doesn't say which database disk image, since there are several (that start with "sofia_" that have that table. How do I find the broken one, or figure out what exactly the problem is? -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/56876781/attachment.html From max at nysolutions.com Fri May 13 03:40:35 2016 From: max at nysolutions.com (Moishe Grunstein) Date: Thu, 12 May 2016 23:40:35 +0000 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: Message-ID: Core.db Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Steven Schoch Sent: Thursday, May 12, 2016 7:14 PM To: freeswitch-users Subject: [Freeswitch-users] database disk ima