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 image is malformed 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/ff7d8b99/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/20160512/ff7d8b99/attachment.jpg From gregor at infomedia.si Fri May 13 04:05:04 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 13 May 2016 02:05:04 +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: Clever :-)) So this function is called on each new call or incoming call? 2016-05-13 0:59 GMT+02:00 ?talo Rossi : > 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 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160513/047db614/attachment-0001.html From anthony.minessale at gmail.com Fri May 13 04:17:15 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 12 May 2016 19:17:15 -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: On Wednesday, May 11, 2016, Gregor Nanger wrote: > Hmmmm, present it? Me? What? Anthony, was this right post? > > Ya, a case study of someone making stuff from Verto is interesting right? > > 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.s > -- 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/20160512/7881b431/attachment.html From anthony.minessale at gmail.com Fri May 13 04:21:36 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 12 May 2016 19:21:36 -0500 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: Message-ID: Do you know what profile is in use at the time from any other logs? The name of the profile is in the db filename. The sofia_* db all regenerate anyway on restart so you could just delete all the sofia ones. On Thursday, May 12, 2016, Steven Schoch wrote: > 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 > -- 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/20160512/8148b246/attachment-0001.html From italo at freeswitch.org Fri May 13 04:40:42 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Thu, 12 May 2016 21:40:42 -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: Each new call, in and out Em 12/05/2016 21:06, "Gregor Nanger" escreveu: > Clever :-)) > > So this function is called on each new call or incoming call? > > 2016-05-13 0:59 GMT+02:00 ?talo Rossi : > >> 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 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/0b050cd5/attachment-0001.html From schoch+freeswitch.org at xwin32.com Fri May 13 08:34:45 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Thu, 12 May 2016 21:34:45 -0700 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: Message-ID: I shut down freeswitch, removed all the sofia_*.db files, and restarted freeswitch. The error still occurs soon after log entries that say it pinged the providers (flowroute and sip2sip). The sofia_*.db files were recreated, and using sqlite3, they seem to have valid tables, although the sip_registrations table is empty in sofia_reg_external.db. The symptom of this problem is that outgoing calls work, but incoming calls are rejected, and Flowroute redirects it to the backup (sip2sip voicemail). core.db seems to be a valid database that has tables, but not sip_registrations (which I don't think it's supposed to have anyway). What will I lose if I delete core.db? I know voicemail_default.db has stuff that I don't want to lose, but what long-term stuff is in core.db? -- Steve On Thu, May 12, 2016 at 5:21 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: Do you know what profile is in use at the time from any other logs? The > name of the profile is in the db filename. > > The sofia_* db all regenerate anyway on restart so you could just delete > all the sofia ones. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160512/daf34297/attachment.html From Alexander.Haugg at c4b.de Fri May 13 12:20:25 2016 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Fri, 13 May 2016 08:20:25 +0000 Subject: [Freeswitch-users] Disable VAD for Conference?? In-Reply-To: References: Message-ID: Thanks a lot, this works! Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Michael Jerris Gesendet: Mittwoch, 11. Mai 2016 17:16 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] Disable VAD for Conference?? 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/20160513/7daf5a5a/attachment.html From abhishake.agarwal at gmail.com Fri May 13 12:48:01 2016 From: abhishake.agarwal at gmail.com (Abhishake Agarwal) Date: Fri, 13 May 2016 14:18:01 +0530 Subject: [Freeswitch-users] Support 2000 concurrent calls on single server Message-ID: Hi, I want to support 2000 concurrent calls for my client. Can we support by using single centos server. What should be server config (Dedicated) & what optimization have to be done. Our server will be used as proxy and may required transcoding for some calls. Thanks, Abhishake -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/2bf602a5/attachment.html From gmaruzz at gmail.com Fri May 13 12:51:45 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 13 May 2016 10:51:45 +0200 Subject: [Freeswitch-users] Support 2000 concurrent calls on single server In-Reply-To: References: Message-ID: Please write to consulting at freeswitch.org for professional support. sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 13/Mag/2016 10:49, "Abhishake Agarwal" ha scritto: > Hi, > > I want to support 2000 concurrent calls for my client. Can we support by > using single centos server. What should be server config (Dedicated) & what > optimization have to be done. > > Our server will be used as proxy and may required transcoding for some > calls. > > 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/20160513/0c77ca8f/attachment.html From jeevan.singh at telemune.com Fri May 13 11:39:08 2016 From: jeevan.singh at telemune.com (Jeevan Singh Dhami) Date: Fri, 13 May 2016 13:09:08 +0530 Subject: [Freeswitch-users] Silence Detection in Recording Message-ID: Hi, I have recorded the voice using freeswitch and their found silence in recording if recording goes below *given silence threshold. after that freeswitch stop the recording .but there was no indication given by freeswitch for silence detection .Could you please tell me there is any way to find the indication parameters in freeswitch. Either any solution for knowing silence found in recording in freeswitch.* *please share the solution in same mail .i will appreciate your feedback. * -- Thanks & Regards Jeevan Singh Dhami Software Engineer ? Development -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/b9b71802/attachment-0001.html From pieteras.meyer at gmail.com Fri May 13 03:15:25 2016 From: pieteras.meyer at gmail.com (Pieter Meyer) Date: Thu, 12 May 2016 18:15:25 -0500 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57347353.4030402@1012.at> References: <57347353.4030402@1012.at> Message-ID: Hi Stefan I had issue with T.38 on version 1.6.5 but upgrading to 1.6.6 fixed this for me. Hope this helped, I have not tried any newer version. 1.4.28 also worked 100% for me. Best regards Pieter Meyer Email : pieteras.meyer at gmail.com Cell number : +2783 233 6614 Fax number : +2786 519 0291 On Thu, May 12, 2016 at 7: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/79fba991/attachment.html From stefan.kainz at 1012.at Fri May 13 15:12:01 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Fri, 13 May 2016 13:12:01 +0200 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: References: <57347353.4030402@1012.at> Message-ID: <955881B0-19B6-4B67-8F6A-942E5F265AAD@1012.at> Thank you for your answer, Same here: 1.6.5 - big problems 1.6.8 - less problems but still some 1.4.x no problems at all We had big t38 problems with 1.6.5. Thats the reason we upgraded to 1.6.8. In fact upgrading to 1.6.8 brought some improvements. I think we give 1.4.x another shot. Regards, Sent from my iPhone > On 13 May 2016, at 01:15, Pieter Meyer wrote: > > Hi Stefan > > I had issue with T.38 on version 1.6.5 but upgrading to 1.6.6 fixed this for me. Hope this helped, I have not tried any newer version. > > 1.4.28 also worked 100% for me. > > Best regards > > Pieter Meyer > Email : pieteras.meyer at gmail.com > Cell number : +2783 233 6614 > Fax number : +2786 519 0291 > >> On Thu, May 12, 2016 at 7: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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160513/411d4c40/attachment.html From max at nysolutions.com Fri May 13 16:52:15 2016 From: max at nysolutions.com (Moishe Grunstein) Date: Fri, 13 May 2016 12:52:15 +0000 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: Message-ID: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> You should be able to rename the core.db, it will be recreated when you restart freeswitch. You can also move to postgres or a odbc for the core. 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: Friday, May 13, 2016 12:35 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] database disk image is malformed I shut down freeswitch, removed all the sofia_*.db files, and restarted freeswitch. The error still occurs soon after log entries that say it pinged the providers (flowroute and sip2sip). The sofia_*.db files were recreated, and using sqlite3, they seem to have valid tables, although the sip_registrations table is empty in sofia_reg_external.db. The symptom of this problem is that outgoing calls work, but incoming calls are rejected, and Flowroute redirects it to the backup (sip2sip voicemail). core.db seems to be a valid database that has tables, but not sip_registrations (which I don't think it's supposed to have anyway). What will I lose if I delete core.db? I know voicemail_default.db has stuff that I don't want to lose, but what long-term stuff is in core.db? -- Steve On Thu, May 12, 2016 at 5:21 PM, Anthony Minessale > wrote: Do you know what profile is in use at the time from any other logs? The name of the profile is in the db filename. The sofia_* db all regenerate anyway on restart so you could just delete all the sofia ones. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/d12dcd21/attachment-0001.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/20160513/d12dcd21/attachment-0001.jpg From 35633 at heb.be Fri May 13 17:42:07 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Fri, 13 May 2016 15:42:07 +0200 Subject: [Freeswitch-users] Javascript in freeswitch Message-ID: Hello, How do you write scripts in javascript language? I tried this example: #!/usr/bin/js session = new Session("sofia/external/xxxxxxx at yyyyyyy.fr"); session.waitForanswer(10000); if(session.ready()){ NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/1bcb8f28/attachment.html From 35633 at heb.be Fri May 13 17:47:39 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Fri, 13 May 2016 15:47:39 +0200 Subject: [Freeswitch-users] Javascript and freeswitch Message-ID: Hello, How do you write script in javascript when you want to invoke it in the dialplan? I tried this: #!/usr/bin/js session = new Session ("sofia/external/xxxx at yyyy.fr"); session.waitForanswer(10000); if(session.ready()) { session.sleep(1000); session.streamFile("path to the file"); But when i execute it, i get the error: ReferenceError: Session is not defined How can i fix it? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/59d25e8b/attachment.html From msc at freeswitch.org Fri May 13 18:24:25 2016 From: msc at freeswitch.org (Michael Collins) Date: Fri, 13 May 2016 07:24:25 -0700 Subject: [Freeswitch-users] Silence Detection in Recording In-Reply-To: References: Message-ID: Are you using the record app in the dialplan? -MSC On Fri, May 13, 2016 at 12:39 AM, Jeevan Singh Dhami < jeevan.singh at telemune.com> wrote: > Hi, > I have recorded the voice using freeswitch and their found silence in > recording if recording goes below *given silence threshold. after that > freeswitch stop the recording .but there was no indication given by > freeswitch for silence detection .Could you please tell me there is any > way to find the indication parameters in freeswitch. Either any solution > for knowing silence found in recording in freeswitch.* > *please share the solution in same mail .i will appreciate your feedback. * > > -- > > Thanks & Regards > > > > Jeevan Singh Dhami > > Software Engineer ? Development > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160513/eaa37ddc/attachment.html From findmeinwland at gmail.com Fri May 13 18:34:42 2016 From: findmeinwland at gmail.com (Artur Mega) Date: Fri, 13 May 2016 19:34:42 +0500 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: Sergey, kamalio is good, but we wanted to use only freeswitch... We tried to play with directory, but it doesnt help (we dynamically generated directory with xml curl) 2016-05-12 20:20 GMT+05:00 Sergey Safarov : > 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 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160513/7b037d8a/attachment-0001.html From rtreleaven at bunnykick.ca Fri May 13 18:40:38 2016 From: rtreleaven at bunnykick.ca (Russell Treleaven) Date: Fri, 13 May 2016 10:40:38 -0400 Subject: [Freeswitch-users] Checking authorisation on external profile In-Reply-To: References: <6BA0BD42-7A65-4817-96B2-A0DC3D79E672@jerris.com> Message-ID: Have a look at this https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+respond On Fri, May 13, 2016 at 10:34 AM, Artur Mega wrote: > Sergey, kamalio is good, but we wanted to use only freeswitch... We tried > to play with directory, but it doesnt help (we dynamically generated > directory with xml curl) > > 2016-05-12 20:20 GMT+05:00 Sergey Safarov : > >> 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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160513/36b93933/attachment.html From gregor at infomedia.si Fri May 13 18:43:00 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 13 May 2016 16:43:00 +0200 Subject: [Freeswitch-users] Codec transcoding verto - provider Message-ID: I would please you for opinion. If verto client use OPUS to freeswitch and then call is bridged to provider that use ulaw, than transcode happens. Regarding performance, what do you think, should we also force verto client to use ulaw, so there is no transcoding? But I think OPUS is more reliable for transportation and quality? Best regards, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/ade696e0/attachment.html From rtreleaven at bunnykick.ca Fri May 13 18:56:13 2016 From: rtreleaven at bunnykick.ca (Russell Treleaven) Date: Fri, 13 May 2016 10:56:13 -0400 Subject: [Freeswitch-users] Codec transcoding verto - provider In-Reply-To: References: Message-ID: Transcoding is computationally expensive and the upper bound for quality is ulaw because you are using ulaw on at least one leg. However opus is much better at mitigating the effects of packet loss. Test with ulaw and if packet loss is a problem then try opus. Russell On Fri, May 13, 2016 at 10:43 AM, Gregor Nanger wrote: > I would please you for opinion. > > If verto client use OPUS to freeswitch and then call is bridged to > provider that use ulaw, than transcode happens. > > Regarding performance, what do you think, should we also force verto > client to use ulaw, so there is no transcoding? But I think OPUS is more > reliable for transportation and quality? > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/bb061204/attachment-0001.html From gregor at infomedia.si Fri May 13 19:04:17 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 13 May 2016 17:04:17 +0200 Subject: [Freeswitch-users] Codec transcoding verto - provider In-Reply-To: References: Message-ID: Thank you for your answer. 2016-05-13 16:56 GMT+02:00 Russell Treleaven : > Transcoding is computationally expensive and the upper bound for quality > is ulaw because you are using ulaw on at least one leg. > However opus is much better at mitigating the effects of packet loss. > Test with ulaw and if packet loss is a problem then try opus. > > Russell > > > > > On Fri, May 13, 2016 at 10:43 AM, Gregor Nanger > wrote: > >> I would please you for opinion. >> >> If verto client use OPUS to freeswitch and then call is bridged to >> provider that use ulaw, than transcode happens. >> >> Regarding performance, what do you think, should we also force verto >> client to use ulaw, so there is no transcoding? But I think OPUS is more >> reliable for transportation and quality? >> >> 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/20160513/f3737b0d/attachment.html From schoch+freeswitch.org at xwin32.com Fri May 13 19:34:21 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 13 May 2016 08:34:21 -0700 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> Message-ID: I shut down freeswitch, removed core.db (and sofia_reg*.db), and restarted freeswitch. core.db was recreated, but I still get this message in the log file: 2016-05-13 08:29:16.382469 [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 <= 1463153356] database disk image is malformed The messages immediately before that message were: FreeSWITCH Started Max Sessions [1000] Session Rate [30] SQL [Enabled] 2016-05-13 08:25:54.002477 [CONSOLE] mod_voicemail.c:4088 Event Thread Started 2016-05-13 08:26:10.282464 [WARNING] sofia.c:5912 Ping succeeded flowroute with code 200 - count 1/1/1, state UP 2016-05-13 08:26:10.422469 [WARNING] sofia.c:5912 Ping succeeded sip2sip with code 200 - count 1/1/1, state UP -- Steve On Fri, May 13, 2016 at 5:52 AM, Moishe Grunstein wrote: > You should be able to rename the core.db, it will be recreated when you > restart freeswitch. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/04a115d8/attachment.html From mike at jerris.com Fri May 13 19:42:46 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 13 May 2016 11:42:46 -0400 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> Message-ID: what distro? Are you using the most recent sqlite3 package for that distro? > On May 13, 2016, at 11:34 AM, Steven Schoch wrote: > > I shut down freeswitch, removed core.db (and sofia_reg*.db), and restarted freeswitch. > core.db was recreated, but I still get this message in the log file: > > 2016-05-13 08:29:16.382469 [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 <= 1463153356] database disk image is malformed > > The messages immediately before that message were: > FreeSWITCH Started > Max Sessions [1000] > Session Rate [30] > SQL [Enabled] > 2016-05-13 08:25:54.002477 [CONSOLE] mod_voicemail.c:4088 Event Thread Started > 2016-05-13 08:26:10.282464 [WARNING] sofia.c:5912 Ping succeeded flowroute with code 200 - count 1/1/1, state UP > 2016-05-13 08:26:10.422469 [WARNING] sofia.c:5912 Ping succeeded sip2sip with code 200 - count 1/1/1, state UP > > -- > Steve > > On Fri, May 13, 2016 at 5:52 AM, Moishe Grunstein > wrote: > You should be able to rename the core.db, it will be recreated when you restart 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/20160513/6e614891/attachment.html From schoch+freeswitch.org at xwin32.com Fri May 13 19:50:22 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 13 May 2016 08:50:22 -0700 Subject: [Freeswitch-users] sounds/music directory reorganization Message-ID: While I'm troubleshooting my major FreeSWITCH problems, I found a couple of minor ones. This one is with the debian/jessie repository. The default autoload_configs/local_stream.conf.xml file specifies the location of the default music stream files. This default configuration file is found in /usr/share/freeswitch/conf/*/autoload_configs example (default) config files. The directory specified is $${sounds_dir}/music/8000, $${sounds_dir}/music/16000, etc. However, the music files now seem to be installed in /usr/share/freeswitch/sounds/music/default/8000, etc. In other words, there is an extra "default" directory that wasn't there in an earlier (repository) version. This results in error messages that say: 2016-05-13 08:25:47.280695 [CONSOLE] mod_local_stream.c:282 Can't open directory: /usr/share/freeswitch/sounds/music/8000 So what's the intent here? Should the (default) config files be changed, or should the music files be moved out of the "default" directory? -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/711f3e7f/attachment-0001.html From schoch+freeswitch.org at xwin32.com Fri May 13 19:53:54 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 13 May 2016 08:53:54 -0700 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> Message-ID: # cat /etc/debian_version 8.4 # dpkg -s sqlite3 | grep Version Version: 3.8.7.1-1+deb8u1 -- Steve On Fri, May 13, 2016 at 8:42 AM, Michael Jerris wrote: > what distro? Are you using the most recent sqlite3 package for that > distro? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/fb0d5186/attachment.html From vma at 440hz.fr Fri May 13 20:08:20 2016 From: vma at 440hz.fr (Vallimamod Abdullah) Date: Fri, 13 May 2016 18:08:20 +0200 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> Message-ID: <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Hi, This error message corresponds to sqlite3 SQLITE_CORRUPT error code. You may find this page interesting: https://www.sqlite.org/lockingv3.html#how_to_corrupt You can alternatively try to put your core db in RAM disk: https://freeswitch.org/confluence/display/FREESWITCH/SSD+Tuning+for+Linux#SSDTuningforLinux-FreeSWITCH'score.dbI/Obottleneck -- Best Regards, Vallimamod . > On 13 May 2016, at 17:34, Steven Schoch wrote: > > I shut down freeswitch, removed core.db (and sofia_reg*.db), and restarted freeswitch. > core.db was recreated, but I still get this message in the log file: > > 2016-05-13 08:29:16.382469 [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 <= 1463153356] database disk image is malformed > > The messages immediately before that message were: > FreeSWITCH Started > Max Sessions [1000] > Session Rate [30] > SQL [Enabled] > 2016-05-13 08:25:54.002477 [CONSOLE] mod_voicemail.c:4088 Event Thread Started > 2016-05-13 08:26:10.282464 [WARNING] sofia.c:5912 Ping succeeded flowroute with code 200 - count 1/1/1, state UP > 2016-05-13 08:26:10.422469 [WARNING] sofia.c:5912 Ping succeeded sip2sip with code 200 - count 1/1/1, state UP > > -- > Steve From schoch+freeswitch.org at xwin32.com Fri May 13 20:17:33 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 13 May 2016 09:17:33 -0700 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Message-ID: I'm pretty sure the core.db is not corrupted. I ran "sqlite3 core.db", dumped all the tables, and got no errors. Then I removed the entire core.db file and restart freeswitch. It still gave me those errors immediately after it created a brand new core.db. I don't want to go through the trouble of the RAM disk route until I find the root cause first. -- Steve On Fri, May 13, 2016 at 9:08 AM, Vallimamod Abdullah wrote: > Hi, > > This error message corresponds to sqlite3 SQLITE_CORRUPT error code. You > may find this page interesting: > https://www.sqlite.org/lockingv3.html#how_to_corrupt > You can alternatively try to put your core db in RAM disk: > https://freeswitch.org/confluence/display/FREESWITCH/SSD+Tuning+for+Linux#SSDTuningforLinux-FreeSWITCH'score.dbI/Obottleneck > > -- > Best Regards, > Vallimamod > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/7911d8f9/attachment.html From krice at freeswitch.org Fri May 13 20:29:58 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 13 May 2016 11:29:58 -0500 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Message-ID: Make sure the filesystem perms are correct for the user that freeswitch is running as. It is safe to stop FreeSWITCH, remove the files, and allow FreeSWITCH to recreate them with the correct permissions. The only file that needs to hang around across reboots is the voicemail one which contains the metadata for any voicemails that are still on the system. If you are not using mod_voicemail on a particular FreeSWITCH install, it is also safe to delete. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Steven Schoch Sent: Friday, May 13, 2016 11:18 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] database disk image is malformed I'm pretty sure the core.db is not corrupted. I ran "sqlite3 core.db", dumped all the tables, and got no errors. Then I removed the entire core.db file and restart freeswitch. It still gave me those errors immediately after it created a brand new core.db. I don't want to go through the trouble of the RAM disk route until I find the root cause first. -- Steve On Fri, May 13, 2016 at 9:08 AM, Vallimamod Abdullah > wrote: Hi, This error message corresponds to sqlite3 SQLITE_CORRUPT error code. You may find this page interesting: https://www.sqlite.org/lockingv3.html#how_to_corrupt You can alternatively try to put your core db in RAM disk: https://freeswitch.org/confluence/display/FREESWITCH/SSD+Tuning+for+Linux#SSDTuningforLinux-FreeSWITCH'score.dbI/Obottleneck -- Best Regards, Vallimamod -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/76120d56/attachment.html From nneul at mst.edu Fri May 13 20:49:01 2016 From: nneul at mst.edu (Neulinger, Nathan) Date: Fri, 13 May 2016 16:49:01 +0000 Subject: [Freeswitch-users] Debian, FreeSWITCH, and email In-Reply-To: References: Message-ID: Personally, I just wrap the sendmail-command with a tiny script that raises the RLimit/ulimit settings to the current soft limit prior to executing the actual mail sending command. Then you don't have to worry about any of those stack size limit issues. -- Nathan ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] on behalf of Steven Schoch [schoch+freeswitch.org at xwin32.com] Sent: Thursday, May 12, 2016 2:10 PM To: freeswitch-users Subject: [Freeswitch-users] Debian, FreeSWITCH, and email 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/20160513/22ca1ccc/attachment-0001.html From schoch+freeswitch.org at xwin32.com Fri May 13 20:49:34 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 13 May 2016 09:49:34 -0700 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Message-ID: I'll try again: root at pbx:/var/lib/freeswitch/db# service freeswitch stop root at pbx:/var/lib/freeswitch/db# rm call_limit.db core.db directory.db fifo.db share_presence.db sofia_reg_*.db root at pbx:/var/lib/freeswitch/db# ls -l total 48 -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 voicemail_default.db root at pbx:/var/lib/freeswitch/db# service freeswitch start root at pbx:/var/lib/freeswitch/db# ls -l total 564 -rw-r----- 1 freeswitch freeswitch 14336 May 13 09:39 call_limit.db -rw-r----- 1 freeswitch freeswitch 204800 May 13 09:39 core.db -rw-r----- 1 freeswitch freeswitch 2048 May 13 09:39 directory.db -rw-r----- 1 freeswitch freeswitch 5120 May 13 09:39 fifo.db -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 share_presence.db -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 sofia_reg_external.db -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 sofia_reg_lan.db -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 voicemail_default.db Hey! It worked! the DB error isn't there anymore! Now I can work on the next problem, which is that incoming calls are immediately rejected. That's just me digging through the logs, reading the documentation, and seeing what I messed up when I moved them to the new system. -- Steve On Fri, May 13, 2016 at 9:29 AM, Ken Rice wrote: > Make sure the filesystem perms are correct for the user that freeswitch is > running as. > > > > It is safe to stop FreeSWITCH, remove the files, and allow FreeSWITCH to > recreate them with the correct permissions. The only file that needs to > hang around across reboots is the voicemail one which contains the metadata > for any voicemails that are still on the system. If you are not using > mod_voicemail on a particular FreeSWITCH install, it is also safe to delete. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/ca7d3e6f/attachment.html From kamil.nigmatullin at gmail.com Fri May 13 21:32:41 2016 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Fri, 13 May 2016 23:32:41 +0600 Subject: [Freeswitch-users] Debian, FreeSWITCH, and email In-Reply-To: References: Message-ID: I use Mailgun API to send emails. No issues with MTA, no problems with configurtion. https://documentation.mailgun.com/ 2016-05-13 22:49 GMT+06:00 Neulinger, Nathan : > Personally, I just wrap the sendmail-command with a tiny script that > raises the RLimit/ulimit settings to the current soft limit prior to > executing the actual mail sending command. > > Then you don't have to worry about any of those stack size limit issues. > > -- Nathan > > ------------------------------ > *From:* freeswitch-users-bounces at lists.freeswitch.org [ > freeswitch-users-bounces at lists.freeswitch.org] on behalf of Steven Schoch > [schoch+freeswitch.org at xwin32.com] > *Sent:* Thursday, May 12, 2016 2:10 PM > *To:* freeswitch-users > *Subject:* [Freeswitch-users] Debian, FreeSWITCH, and email > > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kamil Nigmatullin Tel: 77272323748 mob: 7 (707) 2517003 Skype: kamil.nigmatullin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/d6e709a2/attachment.html From dandenson at gmail.com Sat May 14 00:30:11 2016 From: dandenson at gmail.com (Daniel) Date: Fri, 13 May 2016 20:30:11 +0000 (UTC) Subject: [Freeswitch-users] Using freeswitch as Generic SIP SBC/RtpProxy without predefined endpoints References: Message-ID: > All examples I've found on freeswitch SBC config, has predefined > gateways/trunks/proxies as "predefined next-hops", and I want the SBC to be > able to send anywhere, depending on custom application logic. > > I'd stick with kamailio/rtp-proxy and the standard topology-hiding module, > but unfortunately I need the full topology hiding of a b2bua. > > Is this easily achievable with Freeswitch? I need exactly what Taisto Qvist wants. A very simple b2bua I can configure my phones to use as a proxy. I need to be able to transcode between codecs but without pre-defining extensions etc.. There are just soooo many configuration examples online doing something ever so slightly different, cant sort out how and if its possible From colin.morelli at gmail.com Sat May 14 02:48:58 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Fri, 13 May 2016 22:48:58 +0000 Subject: [Freeswitch-users] Update RTP Address On Re-Invite Message-ID: I have mobile applications running behind NAT. When their reachability changes (and the device's local route updates), I want to automatically switch the RTP stream to the new address/port combination. I've tried using the RTP ALWAYS_AUTO_ADJUST bug, but that results in *very* choppy audio. I also don't really need it, as the only time I care to perform RTP auto-adjust is after an invite session. For this case I can safely assume that the client *will* send a re-invite when its address changes. Is there any way to perform RTP audio adjust only on a re-invite? Using STUN doesn't seem right for two reasons: 1) on its own it can't solve this problem (even if it determines the external IP, the port is still wrong). 2) it results in issues on FS "Invalid STUN/ICE packet received 20 bytes" Would appreciate any help. Best, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/33725a6b/attachment.html From gregor at infomedia.si Sat May 14 03:06:43 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 14 May 2016 01:06:43 +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: ? 2016-05-13 2:17 GMT+02:00 Anthony Minessale : > > Ya, a case study of someone making stuff from Verto is interesting right? > Yes, it is:-) I can't tell you how I am overwhelmed about how verto is performing well. Will think about present it. It is that I am on a different side of globe. 2016-05-13 2:40 GMT+02:00 ?talo Rossi : > Each new call, in and out > Em 12/05/2016 21:06, "Gregor Nanger" escreveu: > >> Clever :-)) >> >> So this function is called on each new call or incoming call? >> >> 2016-05-13 0:59 GMT+02:00 ?talo Rossi : >> >>> 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 < >>>> anthony.minessale at gmail.com>: >>>> >>>>> 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 >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20160514/aa5229da/attachment-0001.html From gregor at infomedia.si Sat May 14 03:10:48 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 14 May 2016 01:10:48 +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: Italo, well done. You call tag function when master is created to handle ringer and then on each new dialog. I saw that you also clean video object from DOM. Developer only needs to dynamiclly create video object. I can confirm that this new feature is working. 2016-05-14 1:06 GMT+02:00 Gregor Nanger : > ? > 2016-05-13 2:17 GMT+02:00 Anthony Minessale : > >> >> Ya, a case study of someone making stuff from Verto is interesting right? >> > > Yes, it is:-) > > I can't tell you how I am overwhelmed about how verto is performing well. > Will think about present it. It is that I am on a different side of globe. > > > 2016-05-13 2:40 GMT+02:00 ?talo Rossi : > >> Each new call, in and out >> Em 12/05/2016 21:06, "Gregor Nanger" escreveu: >> >>> Clever :-)) >>> >>> So this function is called on each new call or incoming call? >>> >>> 2016-05-13 0:59 GMT+02:00 ?talo Rossi : >>> >>>> 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 < >>>>> anthony.minessale at gmail.com>: >>>>> >>>>>> 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 < >>>>>>>> gregor at infomedia.si> 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 >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 > -- 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/20160514/57e3aaa0/attachment-0001.html From anthony.minessale at gmail.com Sat May 14 03:24:36 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 13 May 2016 18:24: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: On Fri, May 13, 2016 at 6:06 PM, Gregor Nanger wrote: > ? > 2016-05-13 2:17 GMT+02:00 Anthony Minessale : > >> >> Ya, a case study of someone making stuff from Verto is interesting right? >> > > Yes, it is:-) > > I can't tell you how I am overwhelmed about how verto is performing well. > Will think about present it. It is that I am on a different side of globe. > > > Not too far from Giovanni and he will come lol... > 2016-05-13 2:40 GMT+02:00 ?talo Rossi : > >> Each new call, in and out >> Em 12/05/2016 21:06, "Gregor Nanger" escreveu: >> >>> Clever :-)) >>> >>> So this function is called on each new call or incoming call? >>> >>> 2016-05-13 0:59 GMT+02:00 ?talo Rossi : >>> >>>> 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 < >>>>> anthony.minessale at gmail.com>: >>>>> >>>>>> 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 < >>>>>>>> gregor at infomedia.si> 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 >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 > -- 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/20160513/52e3ca33/attachment-0001.html From gregor at infomedia.si Sat May 14 03:33:19 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 14 May 2016 01:33:19 +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: touche :-) 2016-05-14 1:24 GMT+02:00 Anthony Minessale : > > > On Fri, May 13, 2016 at 6:06 PM, Gregor Nanger > wrote: > >> ? >> 2016-05-13 2:17 GMT+02:00 Anthony Minessale >> : >> >>> >>> Ya, a case study of someone making stuff from Verto is interesting right? >>> >> >> Yes, it is:-) >> >> I can't tell you how I am overwhelmed about how verto is performing well. >> Will think about present it. It is that I am on a different side of globe. >> >> >> > > Not too far from Giovanni and he will come lol... > > > > >> 2016-05-13 2:40 GMT+02:00 ?talo Rossi : >> >>> Each new call, in and out >>> Em 12/05/2016 21:06, "Gregor Nanger" escreveu: >>> >>>> Clever :-)) >>>> >>>> So this function is called on each new call or incoming call? >>>> >>>> 2016-05-13 0:59 GMT+02:00 ?talo Rossi : >>>> >>>>> 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 < >>>>>> anthony.minessale at gmail.com>: >>>>>> >>>>>>> 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 < >>>>>>>>> gregor at infomedia.si> 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 >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >> > > > > -- > 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/20160514/71908758/attachment-0001.html From ssinyagin at gmail.com Sat May 14 04:43:43 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sat, 14 May 2016 02:43:43 +0200 Subject: [Freeswitch-users] Using freeswitch as Generic SIP SBC/RtpProxy without predefined endpoints In-Reply-To: References: Message-ID: but what's the problem with sending calls anywhere you want? In the bridge command, you specify the destination as, for example, sofia/external/123123123123 at 5.5.5.5:5060 and the calls will be sent to the specified To number at the specified host. The host and port can also be replaced with a name that has NAPTR and SRV DNS records. There are some corner cases where a feature requires you to configure a gateway - for example, the "caller-id-in-from" parameter cannot be set as a channel variable. But you can fetch the gateways configuration from some database-driven backend via mod_curl_xml. On Fri, May 13, 2016 at 10:30 PM, Daniel wrote: >> All examples I've found on freeswitch SBC config, has predefined >> gateways/trunks/proxies as "predefined next-hops", and I want the SBC to be >> able to send anywhere, depending on custom application logic. >> >> I'd stick with kamailio/rtp-proxy and the standard topology-hiding module, >> but unfortunately I need the full topology hiding of a b2bua. >> >> Is this easily achievable with Freeswitch? > > I need exactly what Taisto Qvist wants. A very simple b2bua I can configure > my phones to use as a proxy. I need to be able to transcode between codecs > but without pre-defining extensions etc.. > > There are just soooo many configuration examples online doing something ever > so slightly different, cant sort out how and if its possible > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Sat May 14 05:11:53 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 13 May 2016 21:11:53 -0400 Subject: [Freeswitch-users] Update RTP Address On Re-Invite In-Reply-To: References: Message-ID: we already re-open the auto adjust window on reinvite On Friday, May 13, 2016, Colin Morelli wrote: > I have mobile applications running behind NAT. When their reachability > changes (and the device's local route updates), I want to automatically > switch the RTP stream to the new address/port combination. > > I've tried using the RTP ALWAYS_AUTO_ADJUST bug, but that results in > *very* choppy audio. I also don't really need it, as the only time I care > to perform RTP auto-adjust is after an invite session. For this case I can > safely assume that the client *will* send a re-invite when its address > changes. Is there any way to perform RTP audio adjust only on a re-invite? > > Using STUN doesn't seem right for two reasons: 1) on its own it can't > solve this problem (even if it determines the external IP, the port is > still wrong). 2) it results in issues on FS "Invalid STUN/ICE packet > received 20 bytes" > > Would appreciate any help. > > Best, > Colin > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160513/e8f71554/attachment.html From colin.morelli at gmail.com Sat May 14 05:34:52 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Sat, 14 May 2016 01:34:52 +0000 Subject: [Freeswitch-users] Update RTP Address On Re-Invite In-Reply-To: References: Message-ID: Is this the case even when the RTP IP in the SDP doesn't change? I'm seeing successful re-invites being processed with no auto adjust happening afterwards. I see: 2016-05-13 21:28:24.216684 [DEBUG] sofia.c:7614 Processing updated SDP Indicating that FS did receive the SDP in the re-invite but nothing else about RTP auto adjust afterwards. This is on FreeSWITCH Version 1.6.7-14-d38d065~64bit (-14-d38d065 64bit) running on Debian 8 x86_64. Thanks for the response. Best, Colin On Fri, May 13, 2016 at 9:14 PM Michael Jerris wrote: > we already re-open the auto adjust window on reinvite > > On Friday, May 13, 2016, Colin Morelli wrote: > >> I have mobile applications running behind NAT. When their reachability >> changes (and the device's local route updates), I want to automatically >> switch the RTP stream to the new address/port combination. >> >> I've tried using the RTP ALWAYS_AUTO_ADJUST bug, but that results in >> *very* choppy audio. I also don't really need it, as the only time I >> care to perform RTP auto-adjust is after an invite session. For this case I >> can safely assume that the client *will* send a re-invite when its >> address changes. Is there any way to perform RTP audio adjust only on a >> re-invite? >> >> Using STUN doesn't seem right for two reasons: 1) on its own it can't >> solve this problem (even if it determines the external IP, the port is >> still wrong). 2) it results in issues on FS "Invalid STUN/ICE packet >> received 20 bytes" >> >> Would appreciate any help. >> >> Best, >> Colin >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160514/d07430b1/attachment.html From alhakeem at gmail.com Sat May 14 20:19:52 2016 From: alhakeem at gmail.com (Abdul Hakeem) Date: Sat, 14 May 2016 17:19:52 +0100 Subject: [Freeswitch-users] Goggle QUIC Protocol In-Reply-To: References: Message-ID: Hello, Has anyone ever tried running FS using QUIC rather than UDP/TCP/SCTP ?. Cheers, Abdul Hakeem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160514/03d304f9/attachment.html From mike at jerris.com Sun May 15 02:03:59 2016 From: mike at jerris.com (Michael Jerris) Date: Sat, 14 May 2016 18:03:59 -0400 Subject: [Freeswitch-users] Goggle QUIC Protocol In-Reply-To: References: Message-ID: FreeSWITCH uses a whole variety of protocols, so it's a very broad question. there is no code in FreeSWITCH that has anything to do with QUIC. Where were you thinking it would be useful? On Saturday, May 14, 2016, Abdul Hakeem wrote: > Hello, > Has anyone ever tried running FS using QUIC rather than UDP/TCP/SCTP ?. > > Cheers, > Abdul Hakeem > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160514/08627062/attachment.html From alhakeem at gmail.com Sun May 15 17:12:38 2016 From: alhakeem at gmail.com (Abdul Hakeem) Date: Sun, 15 May 2016 14:12:38 +0100 Subject: [Freeswitch-users] Goggle QUIC Protocol In-Reply-To: References: Message-ID: Looking at the architectute of QUIC as a transport it would solve a lot of issues with mobile clients. The server needs no intervention in a mid-call ip address change, TCP like miltiplexing over UDP & some other inherent benefits without having to worry about keepalives, meaning less traffic overload, etc. On 14 May 2016 23:06, "Michael Jerris" wrote: > FreeSWITCH uses a whole variety of protocols, so it's a very broad > question. there is no code in FreeSWITCH that has anything to do with > QUIC. Where were you thinking it would be useful? > > On Saturday, May 14, 2016, Abdul Hakeem wrote: > >> Hello, >> Has anyone ever tried running FS using QUIC rather than UDP/TCP/SCTP ?. >> >> Cheers, >> Abdul Hakeem >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/f869a6ba/attachment-0001.html From aqsyounas at gmail.com Sun May 15 17:13:26 2016 From: aqsyounas at gmail.com (Aqs Younas) Date: Sun, 15 May 2016 18:13:26 +0500 Subject: [Freeswitch-users] sounds/music directory reorganization In-Reply-To: References: Message-ID: Change the default path. On May 13, 2016 8:52 PM, "Steven Schoch" wrote: > While I'm troubleshooting my major FreeSWITCH problems, I found a couple > of minor ones. This one is with the debian/jessie repository. > The default autoload_configs/local_stream.conf.xml file specifies the > location of the default music stream files. This default configuration file > is found in > /usr/share/freeswitch/conf/*/autoload_configs example (default) config > files. > The directory specified is > $${sounds_dir}/music/8000, $${sounds_dir}/music/16000, etc. > > However, the music files now seem to be installed in > /usr/share/freeswitch/sounds/music/default/8000, etc. In other words, there > is an extra "default" directory that wasn't there in an earlier > (repository) version. > > This results in error messages that say: > 2016-05-13 08:25:47.280695 [CONSOLE] mod_local_stream.c:282 Can't open > directory: /usr/share/freeswitch/sounds/music/8000 > > So what's the intent here? Should the (default) config files be changed, > or should the music files be moved out of the "default" directory? > > -- > Steve > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/9892b0cd/attachment.html From mike at jerris.com Sun May 15 17:43:33 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 15 May 2016 09:43:33 -0400 Subject: [Freeswitch-users] Goggle QUIC Protocol In-Reply-To: References: Message-ID: but there is nothing to talk to unless you are aware of a mobile VoIP client that uses it. On Sunday, May 15, 2016, Abdul Hakeem wrote: > Looking at the architectute of QUIC as a transport it would solve a lot of > issues with mobile clients. > The server needs no intervention in a mid-call ip address change, TCP like > miltiplexing over UDP & some other inherent benefits without having to > worry about keepalives, meaning less traffic overload, etc. > On 14 May 2016 23:06, "Michael Jerris" > wrote: > >> FreeSWITCH uses a whole variety of protocols, so it's a very broad >> question. there is no code in FreeSWITCH that has anything to do with >> QUIC. Where were you thinking it would be useful? >> >> On Saturday, May 14, 2016, Abdul Hakeem > > wrote: >> >>> Hello, >>> Has anyone ever tried running FS using QUIC rather than UDP/TCP/SCTP ?. >>> >>> Cheers, >>> Abdul Hakeem >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160515/f8b99510/attachment.html From mike at jerris.com Sun May 15 17:45:21 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 15 May 2016 09:45:21 -0400 Subject: [Freeswitch-users] sounds/music directory reorganization In-Reply-To: References: Message-ID: I thought we fixed this already. Make sure you have the latest version of those packages and if you do and it's still only putting those files in the default directory, please file a jira. On Friday, May 13, 2016, Steven Schoch wrote: > While I'm troubleshooting my major FreeSWITCH problems, I found a couple > of minor ones. This one is with the debian/jessie repository. > The default autoload_configs/local_stream.conf.xml file specifies the > location of the default music stream files. This default configuration file > is found in > /usr/share/freeswitch/conf/*/autoload_configs example (default) config > files. > The directory specified is > $${sounds_dir}/music/8000, $${sounds_dir}/music/16000, etc. > > However, the music files now seem to be installed in > /usr/share/freeswitch/sounds/music/default/8000, etc. In other words, there > is an extra "default" directory that wasn't there in an earlier > (repository) version. > > This results in error messages that say: > 2016-05-13 08:25:47.280695 [CONSOLE] mod_local_stream.c:282 Can't open > directory: /usr/share/freeswitch/sounds/music/8000 > > So what's the intent here? Should the (default) config files be changed, > or should the music files be moved out of the "default" directory? > > -- > Steve > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160515/ce7419bb/attachment.html From stefan.kainz at 1012.at Sun May 15 17:56:10 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Sun, 15 May 2016 15:56:10 +0200 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57347353.4030402@1012.at> References: <57347353.4030402@1012.at> Message-ID: <57387FFA.4010900@1012.at> Hello, for those of you who are experiencing the same T.38 Issue with 1.6.5 and 1.6.8: We now use 1.4.18. Works like charm, and we didn't have to change anything. Thanks to *Pieteras Meyer*, for sharing your experiences. regards, On 12.05.2016 14:13, 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 -- Mit freundlichen Gr??en *Stefan Kainz* Softwareentwicklung Systemadministration *T*+43 / 16163090 - 9500* F*+43 / 13361012 - 2022* E***stefan.kainz at 1012.at * W***www. 1012.at *1012**-Festnetz-Service GmbH* FN287875x, Gerichtsstand: Handelsgericht Wien Haydngasse 17 I 1060 Wien I Austria -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160515/80bd88f3/attachment-0001.html From mike at jerris.com Sun May 15 21:32:06 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 15 May 2016 13:32:06 -0400 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57387FFA.4010900@1012.at> References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> Message-ID: if there is a t.38 regression, we will need someone to file a jira so we can try to chase it down. On Sunday, May 15, 2016, Stefan Kainz wrote: > Hello, > > for those of you who are experiencing the same T.38 Issue with 1.6.5 and > 1.6.8: > > We now use 1.4.18. Works like charm, and we didn't have to change > anything. > > Thanks to *Pieteras Meyer*, for sharing your experiences. > > regards, > > On 12.05.2016 14:13, 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 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 > > > -- > > Mit freundlichen Gr??en > > *Stefan Kainz* > Softwareentwicklung > Systemadministration > > *T* +43 / 16163090 - 9500 > * F* +43 / 13361012 - 2022 > * E* stefan.kainz at 1012.at > > * W* www. 1012.at > > *1012**-Festnetz-Service GmbH* > > FN287875x, Gerichtsstand: Handelsgericht Wien > Haydngasse 17 I 1060 Wien I Austria > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160515/76454bb1/attachment.html From stefan.kainz at 1012.at Sun May 15 22:35:14 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Sun, 15 May 2016 20:35:14 +0200 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> Message-ID: I will try to provide a pcap and the according console output when i have the chance. Regards, Sent from my iPhone > On 15 May 2016, at 19:32, Michael Jerris wrote: > > if there is a t.38 regression, we will need someone to file a jira so we can try to chase it down. > >> On Sunday, May 15, 2016, Stefan Kainz wrote: >> Hello, >> >> for those of you who are experiencing the same T.38 Issue with 1.6.5 and 1.6.8: >> >> We now use 1.4.18. Works like charm, and we didn't have to change anything. >> >> Thanks to Pieteras Meyer, for sharing your experiences. >> >> regards, >> >>> On 12.05.2016 14:13, 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 >> >> -- >> Mit freundlichen Gr??en >> >> Stefan Kainz >> Softwareentwicklung >> Systemadministration >> >> >> T +43 / 16163090 - 9500 >> F +43 / 13361012 - 2022 >> E stefan.kainz at 1012.at >> W www.1012.at >> >> 1012-Festnetz-Service GmbH >> >> FN287875x, Gerichtsstand: Handelsgericht Wien >> Haydngasse 17 I 1060 Wien I Austria >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/f159971d/attachment.html From alhakeem at gmail.com Sun May 15 23:26:25 2016 From: alhakeem at gmail.com (Abdul Hakeem) Date: Sun, 15 May 2016 20:26:25 +0100 Subject: [Freeswitch-users] Goggle QUIC Protocol In-Reply-To: References: Message-ID: Yes, I took that onboard. The scenario for wireless clients will support QUIC while the rest follows UDP/TCP/SCTP. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris Sent: Sunday, May 15, 2016 2:44 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Goggle QUIC Protocol but there is nothing to talk to unless you are aware of a mobile VoIP client that uses it. On Sunday, May 15, 2016, Abdul Hakeem > wrote: Looking at the architectute of QUIC as a transport it would solve a lot of issues with mobile clients. The server needs no intervention in a mid-call ip address change, TCP like miltiplexing over UDP & some other inherent benefits without having to worry about keepalives, meaning less traffic overload, etc. On 14 May 2016 23:06, "Michael Jerris" > wrote: FreeSWITCH uses a whole variety of protocols, so it's a very broad question. there is no code in FreeSWITCH that has anything to do with QUIC. Where were you thinking it would be useful? On Saturday, May 14, 2016, Abdul Hakeem > wrote: Hello, Has anyone ever tried running FS using QUIC rather than UDP/TCP/SCTP ?. Cheers, Abdul Hakeem _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160515/3b0144d7/attachment-0001.html From nandy1925 at gmail.com Mon May 16 00:00:46 2016 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Mon, 16 May 2016 04:00:46 +0800 Subject: [Freeswitch-users] Sending concatenated SMS Message-ID: Hello folks, I can't find any discussion about concatenated SMS or PUD mode (to break the 160 message limit in text-mode sms) in mod_sms or gsmopen. Question, is it possible? If yes, any hint how to do it? Thanks. /Nandy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/2ade2c9f/attachment.html From mike at jerris.com Mon May 16 00:51:41 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 15 May 2016 16:51:41 -0400 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> Message-ID: we will need a way to reproduce the failure, our t38 tests pass. On Sunday, May 15, 2016, Stefan Kainz wrote: > I will try to provide a pcap and the according console output when i have > the chance. > > Regards, > > > > Sent from my iPhone > > On 15 May 2016, at 19:32, Michael Jerris > wrote: > > if there is a t.38 regression, we will need someone to file a jira so we > can try to chase it down. > > On Sunday, May 15, 2016, Stefan Kainz > wrote: > >> Hello, >> >> for those of you who are experiencing the same T.38 Issue with 1.6.5 and >> 1.6.8: >> >> We now use 1.4.18. Works like charm, and we didn't have to change >> anything. >> >> Thanks to *Pieteras Meyer*, for sharing your experiences. >> >> regards, >> >> On 12.05.2016 14:13, 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.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 >> >> >> -- >> >> Mit freundlichen Gr??en >> >> *Stefan Kainz* >> Softwareentwicklung >> Systemadministration >> >> *T* +43 / 16163090 - 9500 >> * F* +43 / 13361012 - 2022 >> * E* stefan.kainz at 1012.at >> * W* www. 1012.at >> >> *1012**-Festnetz-Service GmbH* >> >> FN287875x, Gerichtsstand: Handelsgericht Wien >> Haydngasse 17 I 1060 Wien I Austria >> >> _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/0506f3a5/attachment.html From gmaruzz at gmail.com Mon May 16 01:25:12 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Sun, 15 May 2016 23:25:12 +0200 Subject: [Freeswitch-users] Sending concatenated SMS In-Reply-To: References: Message-ID: Try to send a message longer than 160 characters. I seems to remember it works, but I am not sure. sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 15/Mag/2016 22:01, "Nandy Dagondon" ha scritto: > Hello folks, > > I can't find any discussion about concatenated SMS or PUD mode (to break > the 160 message limit in text-mode sms) in mod_sms or gsmopen. Question, > is it possible? If yes, any hint how to do it? > > Thanks. > /Nandy > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/c79e1bf5/attachment.html From stefan.kainz at 1012.at Mon May 16 01:30:03 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Sun, 15 May 2016 23:30:03 +0200 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> Message-ID: <36F1D8C7-25B1-49FD-AAAE-0EE7E65A221E@1012.at> Okay, I will file a jira when i get the traces. The funny thing is, 1.4.18 worked. Exact same setup. But thank you very much for your answers this far. Regards, Sent from my iPhone > On 15 May 2016, at 22:51, Michael Jerris wrote: > > we will need a way to reproduce the failure, our t38 tests pass. > >> On Sunday, May 15, 2016, Stefan Kainz wrote: >> I will try to provide a pcap and the according console output when i have the chance. >> >> Regards, >> >> >> >> Sent from my iPhone >> >>> On 15 May 2016, at 19:32, Michael Jerris wrote: >>> >>> if there is a t.38 regression, we will need someone to file a jira so we can try to chase it down. >>> >>>> On Sunday, May 15, 2016, Stefan Kainz wrote: >>>> Hello, >>>> >>>> for those of you who are experiencing the same T.38 Issue with 1.6.5 and 1.6.8: >>>> >>>> We now use 1.4.18. Works like charm, and we didn't have to change anything. >>>> >>>> Thanks to Pieteras Meyer, for sharing your experiences. >>>> >>>> regards, >>>> >>>>> On 12.05.2016 14:13, 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 >>>> >>>> -- >>>> Mit freundlichen Gr??en >>>> >>>> Stefan Kainz >>>> Softwareentwicklung >>>> Systemadministration >>>> >>>> >>>> T +43 / 16163090 - 9500 >>>> F +43 / 13361012 - 2022 >>>> E stefan.kainz at 1012.at >>>> W www.1012.at >>>> >>>> 1012-Festnetz-Service GmbH >>>> >>>> FN287875x, Gerichtsstand: Handelsgericht Wien >>>> Haydngasse 17 I 1060 Wien I Austria >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20160515/63c2e604/attachment-0001.html From nandy1925 at gmail.com Mon May 16 01:39:14 2016 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Mon, 16 May 2016 05:39:14 +0800 Subject: [Freeswitch-users] Sending concatenated SMS In-Reply-To: References: Message-ID: Hi Giovanni, I tried sending (long message) to my Android but it didn't work - nothing appeared. Tks for the quick feedback. Oppss .... PUD mode, I mean PDU mode. /Nandy On Mon, May 16, 2016 at 5:25 AM, Giovanni Maruzzelli wrote: > Try to send a message longer than 160 characters. > > I seems to remember it works, but I am not sure. > > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.IT > Il 15/Mag/2016 22:01, "Nandy Dagondon" ha scritto: > >> Hello folks, >> >> I can't find any discussion about concatenated SMS or PUD mode (to break >> the 160 message limit in text-mode sms) in mod_sms or gsmopen. Question, >> is it possible? If yes, any hint how to do it? >> >> Thanks. >> /Nandy >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160516/c375865f/attachment.html From blasterjr at gmail.com Mon May 16 07:48:55 2016 From: blasterjr at gmail.com (Chris Tunbridge) Date: Sun, 15 May 2016 21:48:55 -0600 Subject: [Freeswitch-users] external voicemail storage? In-Reply-To: <01000154a5258521-ee655078-17e0-47df-aef0-574478093b04-000000@email.amazonses.com> References: <010001549e721b9c-c7c97936-a63e-476a-b5cd-31c7f0e9020f-000000@email.amazonses.com> <5733308A.4080108@mst.edu> <01000154a5258521-ee655078-17e0-47df-aef0-574478093b04-000000@email.amazonses.com> Message-ID: Avi Marcus, just going to mention my experience, i am using S3FS right now, it works okay while inside of amazon's network, however externally (i had a linode and vm on my home pc) the lookup times for things like greetings would occasionally appear to take 1-2 seconds. On Thu, May 12, 2016 at 7:26 AM, Avi Marcus wrote: > 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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/44266d94/attachment.html From andrew.keil at visytel.com Mon May 16 13:44:41 2016 From: andrew.keil at visytel.com (Andrew Keil) Date: Mon, 16 May 2016 09:44:41 +0000 Subject: [Freeswitch-users] Re- switch_event.c and switch_cpp.cpp [NOTICE] logging. Request for two events to be logged as INFO or DEBUG logtype instead? Message-ID: To FreeSWITCH Users, I have a simple request in order to improve the ESL events that I capture inside my application. Currently there are two events that are of log type NOTICE that I would really appreciate become log type DEBUG or INFO (if possible). (1) switch_event.c:2113 Event Binding deleted for ..\..\src\switch_cpp.cpp:CUSTOM a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Event Binding deleted for %s:%s\n", n->id, switch_event_name(n->event_id)); b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or SWITCH_LOG_INFO? (2) switch_cpp.cpp:83 bound to CUSTOM .... a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "bound to %s %s\n", event_name, switch_str_nil(subclass_name)); b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or SWITCH_LOG_INFO? Please note the line numbers are based on version 1.6.5 of FreeSWITCH, so they may have changed slightly now that the production build is 1.6.8. Let me know if this change is possible or not. Kind Regards, Andrew Keil Visytel Pty Ltd [visytellogo] www.visytel.com Mobile: +61 (0) 429 076 431 Skype: visytel This e-mail message may contain confidential and commercially sensitive information. If you are not the intended recipient, any use, interference with, disclosure or copying of this material is unauthorised and prohibited. If you receive this e-mail message by mistake, please contact Visytel Pty Ltd on +61 429 076 431. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/4f4bbc71/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 1332 bytes Desc: image002.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/4f4bbc71/attachment-0001.jpg From gmaruzz at gmail.com Mon May 16 14:31:49 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 16 May 2016 12:31:49 +0200 Subject: [Freeswitch-users] Re- switch_event.c and switch_cpp.cpp [NOTICE] logging. Request for two events to be logged as INFO or DEBUG logtype instead? In-Reply-To: References: Message-ID: Yes it is. You can change them. Just remember to "git stash" yoir mods, so you can "git stash apply" them when you "git update" or "make current". sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 16/Mag/2016 11:45, "Andrew Keil" ha scritto: > To FreeSWITCH Users, > > > > I have a simple request in order to improve the ESL events that I capture > inside my application. Currently there are two events that are of log type > NOTICE that I would really appreciate become log type DEBUG or INFO (if > possible). > > > > (1) *switch_event.c*:2113 Event Binding deleted for > ..\..\src\switch_cpp.cpp:CUSTOM > > a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_NOTICE, "Event Binding deleted for %s:%s\n", n->id, > switch_event_name(n->event_id)); > > b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or > SWITCH_LOG_INFO? > > (2) *switch_cpp.cpp*:83 bound to CUSTOM ?. > > a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_NOTICE, "bound to %s %s\n", event_name, > switch_str_nil(subclass_name)); > > b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or > SWITCH_LOG_INFO? > > > > Please note the line numbers are based on version 1.6.5 of FreeSWITCH, so > they may have changed slightly now that the production build is 1.6.8. > > > > Let me know if this change is possible or not. > > > > Kind Regards, > > > > Andrew Keil > > *Visytel Pty Ltd* > > > > [image: visytellogo] > > > > *www.visytel.com * > > > > Mobile: +61 (0) 429 076 431 > > Skype: visytel > > > > This e-mail message may contain confidential and commercially sensitive > information. If you are not the intended recipient, any use, interference > with, disclosure or copying of this material is unauthorised and > prohibited. If you receive this e-mail message by mistake, please contact > Visytel Pty Ltd on +61 429 076 431. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/98bac6b8/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 1332 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/98bac6b8/attachment.jpg From brian at freeswitch.org Mon May 16 19:19:00 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 16 May 2016 10:19:00 -0500 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <36F1D8C7-25B1-49FD-AAAE-0EE7E65A221E@1012.at> References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> <36F1D8C7-25B1-49FD-AAAE-0EE7E65A221E@1012.at> Message-ID: The entire media stack was shuffled around since then, and 1.4.18 is rather old. Please assist us in finding it, step 1 is filing a jira, step 2 is getting logs and attaching them (make sure it has a .log extension) On Sun, May 15, 2016 at 4:30 PM, Stefan Kainz wrote: > Okay, > > I will file a jira when i get the traces. > The funny thing is, 1.4.18 worked. Exact same setup. > > But thank you very much for your answers this far. > > Regards, > > Sent from my iPhone > > On 15 May 2016, at 22:51, Michael Jerris wrote: > > we will need a way to reproduce the failure, our t38 tests pass. > > On Sunday, May 15, 2016, Stefan Kainz wrote: > >> I will try to provide a pcap and the according console output when i have >> the chance. >> >> Regards, >> >> >> >> Sent from my iPhone >> >> On 15 May 2016, at 19:32, Michael Jerris wrote: >> >> if there is a t.38 regression, we will need someone to file a jira so we >> can try to chase it down. >> >> On Sunday, May 15, 2016, Stefan Kainz wrote: >> >>> Hello, >>> >>> for those of you who are experiencing the same T.38 Issue with 1.6.5 and >>> 1.6.8: >>> >>> We now use 1.4.18. Works like charm, and we didn't have to change >>> anything. >>> >>> Thanks to *Pieteras Meyer*, for sharing your experiences. >>> >>> regards, >>> >>> On 12.05.2016 14:13, 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.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 >>> >>> >>> -- >>> >>> Mit freundlichen Gr??en >>> >>> *Stefan Kainz* >>> Softwareentwicklung >>> Systemadministration >>> >>> *T* +43 / 16163090 - 9500 >>> * F* +43 / 13361012 - 2022 >>> * E* stefan.kainz at 1012.at >>> * W* www. 1012.at >>> >>> *1012**-Festnetz-Service GmbH* >>> >>> FN287875x, Gerichtsstand: Handelsgericht Wien >>> Haydngasse 17 I 1060 Wien I Austria >>> >>> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- *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/20160516/48756da1/attachment-0001.html From brian at freeswitch.org Mon May 16 22:12:03 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 16 May 2016 13:12:03 -0500 Subject: [Freeswitch-users] Re- switch_event.c and switch_cpp.cpp [NOTICE] logging. Request for two events to be logged as INFO or DEBUG logtype instead? In-Reply-To: References: Message-ID: File a JIRA, with a pull request. On Mon, May 16, 2016 at 4:44 AM, Andrew Keil wrote: > To FreeSWITCH Users, > > > > I have a simple request in order to improve the ESL events that I capture > inside my application. Currently there are two events that are of log type > NOTICE that I would really appreciate become log type DEBUG or INFO (if > possible). > > > > (1) *switch_event.c*:2113 Event Binding deleted for > ..\..\src\switch_cpp.cpp:CUSTOM > > a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_NOTICE, "Event Binding deleted for %s:%s\n", n->id, > switch_event_name(n->event_id)); > > b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or > SWITCH_LOG_INFO? > > (2) *switch_cpp.cpp*:83 bound to CUSTOM ?. > > a. From the C code: switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_NOTICE, "bound to %s %s\n", event_name, > switch_str_nil(subclass_name)); > > b. Can the SWITCH_LOG_NOTICE be changed to SWITCH_LOG_DEBUG or > SWITCH_LOG_INFO? > > > > Please note the line numbers are based on version 1.6.5 of FreeSWITCH, so > they may have changed slightly now that the production build is 1.6.8. > > > > Let me know if this change is possible or not. > > > > Kind Regards, > > > > Andrew Keil > > *Visytel Pty Ltd* > > > > [image: visytellogo] > > > > *www.visytel.com * > > > > Mobile: +61 (0) 429 076 431 > > Skype: visytel > > > > This e-mail message may contain confidential and commercially sensitive > information. If you are not the intended recipient, any use, interference > with, disclosure or copying of this material is unauthorised and > prohibited. If you receive this e-mail message by mistake, please contact > Visytel Pty Ltd on +61 429 076 431. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/f2d522eb/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 1332 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/f2d522eb/attachment.jpg From pieteras.meyer at gmail.com Sun May 15 18:24:43 2016 From: pieteras.meyer at gmail.com (Pieter Meyer) Date: Sun, 15 May 2016 10:24:43 -0400 Subject: [Freeswitch-users] T.38 Problem In-Reply-To: <57387FFA.4010900@1012.at> References: <57347353.4030402@1012.at> <57387FFA.4010900@1012.at> Message-ID: Glad I could help ;-) On 15 May 2016 09:58, "Stefan Kainz" wrote: > Hello, > > for those of you who are experiencing the same T.38 Issue with 1.6.5 and > 1.6.8: > > We now use 1.4.18. Works like charm, and we didn't have to change > anything. > > Thanks to *Pieteras Meyer*, for sharing your experiences. > > regards, > > On 12.05.2016 14:13, 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.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 > > > -- > > Mit freundlichen Gr??en > > *Stefan Kainz* > Softwareentwicklung > Systemadministration > > *T* +43 / 16163090 - 9500 > * F* +43 / 13361012 - 2022 > * E* stefan.kainz at 1012.at > * W* www. 1012.at > > *1012**-Festnetz-Service GmbH* > > FN287875x, Gerichtsstand: Handelsgericht Wien > Haydngasse 17 I 1060 Wien I Austria > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160515/ef2e6087/attachment-0001.html From gabriel at cefet.net Sun May 15 23:56:43 2016 From: gabriel at cefet.net (Gabriel MdS) Date: Sun, 15 May 2016 16:56:43 -0300 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? Message-ID: Hi, I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. I'm using the 32bit version in Windows 7, compiled from current source (version 1.7) in Visual Studio 2015 Community. My Huawei dongle is E1756, unlocked and with voice calls enabled. Currently I am able to call my IVR menu directly by dialing from my softphone and I am also able to originate outbound calls after adding a rule using FusionPbx Dialplan Manager. However if I try to call the dongle it keeps ringing, not being answered and no log is displayed in console. My gsmopen.conf.xml file has the following lines: And I've set a new dialplan in fusionpbx rule with: condition > context > public condition > destination_number > incoming_gsm_call action > transfer > 500 XML default (500 being the main IVR menu extension) Am I missing something to get this working or maybe there is some setting wrong with my dongle? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160515/962f85bd/attachment-0001.html From gmaruzz at gmail.com Mon May 16 23:48:34 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 16 May 2016 21:48:34 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Have you compiled and loaded the module? Do you have any trace of its presence in freeswitch console? Also, if you are not an expert I would definitely counseil you not to try uncharted things like gsmopen on won with fusionpbx. It's just too complex. Do it after you master both fusionpbx and FreeSWITCH. My two cents :) -giovanni sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: > Hi, > > I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. > I'm using the 32bit version in Windows 7, compiled from current source > (version 1.7) in Visual Studio 2015 Community. > > My Huawei dongle is E1756, unlocked and with voice calls enabled. > > Currently I am able to call my IVR menu directly by dialing from my > softphone and I am also able to originate outbound calls after adding a > rule using FusionPbx Dialplan Manager. > > However if I try to call the dongle it keeps ringing, not being answered > and no log is displayed in console. My gsmopen.conf.xml file has the > following lines: > > > > > And I've set a new dialplan in fusionpbx rule with: > > condition > context > public > condition > destination_number > incoming_gsm_call > action > transfer > 500 XML default (500 being the main IVR menu extension) > > Am I missing something to get this working or maybe there is some setting > wrong with my dongle? > > > 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/20160516/1de7bfd1/attachment.html From gregor at infomedia.si Tue May 17 00:07:14 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 16 May 2016 22:07:14 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Yes, you have to compile it first, because it is not compiled with freeswitch build, then you need to load it. It is in confluence. Giovanni, can you tell me how can I find out which COM ports dongle uses? 2016-05-16 21:48 GMT+02:00 Giovanni Maruzzelli : > Have you compiled and loaded the module? > > Do you have any trace of its presence in freeswitch console? > > Also, if you are not an expert I would definitely counseil you not to try > uncharted things like gsmopen on won with fusionpbx. It's just too complex. > Do it after you master both fusionpbx and FreeSWITCH. > > My two cents :) > -giovanni > > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.IT > Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: > >> Hi, >> >> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >> I'm using the 32bit version in Windows 7, compiled from current source >> (version 1.7) in Visual Studio 2015 Community. >> >> My Huawei dongle is E1756, unlocked and with voice calls enabled. >> >> Currently I am able to call my IVR menu directly by dialing from my >> softphone and I am also able to originate outbound calls after adding a >> rule using FusionPbx Dialplan Manager. >> >> However if I try to call the dongle it keeps ringing, not being answered >> and no log is displayed in console. My gsmopen.conf.xml file has the >> following lines: >> >> >> >> >> And I've set a new dialplan in fusionpbx rule with: >> >> condition > context > public >> condition > destination_number > incoming_gsm_call >> action > transfer > 500 XML default (500 being the main IVR menu >> extension) >> >> Am I missing something to get this working or maybe there is some setting >> wrong with my dongle? >> >> >> 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 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/8b5a2a2a/attachment.html From gmaruzz at gmail.com Tue May 17 00:29:37 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 16 May 2016 22:29:37 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: On Mon, May 16, 2016 at 10:07 PM, Gregor Nanger wrote: > Yes, you have to compile it first, because it is not compiled with > freeswitch build, then you need to load it. It is in confluence. > > Giovanni, can you tell me how can I find out which COM ports dongle uses? > As you can see in config file ( freeswitch.git\src\mod\endpoints\mod_gsmopen\configs\gsmopen.conf.xml ), you *MUST* set which COM port to use, eg: =========== =========== > > 2016-05-16 21:48 GMT+02:00 Giovanni Maruzzelli : > >> Have you compiled and loaded the module? >> >> Do you have any trace of its presence in freeswitch console? >> >> Also, if you are not an expert I would definitely counseil you not to try >> uncharted things like gsmopen on won with fusionpbx. It's just too complex. >> Do it after you master both fusionpbx and FreeSWITCH. >> >> My two cents :) >> -giovanni >> >> sent from mobile >> cell: +39 347 266 56 18 >> Giovanni Maruzzelli >> OpenTelecom.IT >> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >> >>> Hi, >>> >>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >>> I'm using the 32bit version in Windows 7, compiled from current source >>> (version 1.7) in Visual Studio 2015 Community. >>> >>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>> >>> Currently I am able to call my IVR menu directly by dialing from my >>> softphone and I am also able to originate outbound calls after adding a >>> rule using FusionPbx Dialplan Manager. >>> >>> However if I try to call the dongle it keeps ringing, not being answered >>> and no log is displayed in console. My gsmopen.conf.xml file has the >>> following lines: >>> >>> >>> >>> >>> And I've set a new dialplan in fusionpbx rule with: >>> >>> condition > context > public >>> condition > destination_number > incoming_gsm_call >>> action > transfer > 500 XML default (500 being the main IVR menu >>> extension) >>> >>> Am I missing something to get this working or maybe there is some >>> setting wrong with my dongle? >>> >>> >>> 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 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/3c49219b/attachment-0001.html From gregor at infomedia.si Tue May 17 00:39:55 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 16 May 2016 22:39:55 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Yes, this is clear to me, it is just that I do now know where to find which COM ports dongle use :-(( Can I see it in device manager? 2016-05-16 22:29 GMT+02:00 Giovanni Maruzzelli : > > > On Mon, May 16, 2016 at 10:07 PM, Gregor Nanger > wrote: > >> Yes, you have to compile it first, because it is not compiled with >> freeswitch build, then you need to load it. It is in confluence. >> >> Giovanni, can you tell me how can I find out which COM ports dongle uses? >> > > As you can see in config file ( > freeswitch.git\src\mod\endpoints\mod_gsmopen\configs\gsmopen.conf.xml ), > you *MUST* set which COM port to use, eg: > > =========== > > > > > > > > > > > > > > =========== > > > >> >> 2016-05-16 21:48 GMT+02:00 Giovanni Maruzzelli : >> >>> Have you compiled and loaded the module? >>> >>> Do you have any trace of its presence in freeswitch console? >>> >>> Also, if you are not an expert I would definitely counseil you not to >>> try uncharted things like gsmopen on won with fusionpbx. It's just too >>> complex. Do it after you master both fusionpbx and FreeSWITCH. >>> >>> My two cents :) >>> -giovanni >>> >>> sent from mobile >>> cell: +39 347 266 56 18 >>> Giovanni Maruzzelli >>> OpenTelecom.IT >>> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >>> >>>> Hi, >>>> >>>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >>>> I'm using the 32bit version in Windows 7, compiled from current source >>>> (version 1.7) in Visual Studio 2015 Community. >>>> >>>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>>> >>>> Currently I am able to call my IVR menu directly by dialing from my >>>> softphone and I am also able to originate outbound calls after adding a >>>> rule using FusionPbx Dialplan Manager. >>>> >>>> However if I try to call the dongle it keeps ringing, not being >>>> answered and no log is displayed in console. My gsmopen.conf.xml file has >>>> the following lines: >>>> >>>> >>>> >>>> >>>> And I've set a new dialplan in fusionpbx rule with: >>>> >>>> condition > context > public >>>> condition > destination_number > incoming_gsm_call >>>> action > transfer > 500 XML default (500 being the main IVR menu >>>> extension) >>>> >>>> Am I missing something to get this working or maybe there is some >>>> setting wrong with my dongle? >>>> >>>> >>>> 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 >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/0bdb4e37/attachment.html From gmaruzz at gmail.com Tue May 17 00:58:14 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 16 May 2016 22:58:14 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: On Mon, May 16, 2016 at 10:39 PM, Gregor Nanger wrote: > Yes, this is clear to me, it is just that I do now know where to find > which COM ports dongle use :-(( Can I see it in device manager? > Yes, something like, can't remember the exact name on windows. That tree that shows the hardware connected and their properties > > 2016-05-16 22:29 GMT+02:00 Giovanni Maruzzelli : > >> >> >> On Mon, May 16, 2016 at 10:07 PM, Gregor Nanger >> wrote: >> >>> Yes, you have to compile it first, because it is not compiled with >>> freeswitch build, then you need to load it. It is in confluence. >>> >>> Giovanni, can you tell me how can I find out which COM ports dongle uses? >>> >> >> As you can see in config file ( >> freeswitch.git\src\mod\endpoints\mod_gsmopen\configs\gsmopen.conf.xml ), >> you *MUST* set which COM port to use, eg: >> >> =========== >> >> >> >> >> >> >> >> >> >> >> >> >> >> =========== >> >> >> >>> >>> 2016-05-16 21:48 GMT+02:00 Giovanni Maruzzelli : >>> >>>> Have you compiled and loaded the module? >>>> >>>> Do you have any trace of its presence in freeswitch console? >>>> >>>> Also, if you are not an expert I would definitely counseil you not to >>>> try uncharted things like gsmopen on won with fusionpbx. It's just too >>>> complex. Do it after you master both fusionpbx and FreeSWITCH. >>>> >>>> My two cents :) >>>> -giovanni >>>> >>>> sent from mobile >>>> cell: +39 347 266 56 18 >>>> Giovanni Maruzzelli >>>> OpenTelecom.IT >>>> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >>>> >>>>> Hi, >>>>> >>>>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and >>>>> mod_gsmopen. I'm using the 32bit version in Windows 7, compiled from >>>>> current source (version 1.7) in Visual Studio 2015 Community. >>>>> >>>>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>>>> >>>>> Currently I am able to call my IVR menu directly by dialing from my >>>>> softphone and I am also able to originate outbound calls after adding a >>>>> rule using FusionPbx Dialplan Manager. >>>>> >>>>> However if I try to call the dongle it keeps ringing, not being >>>>> answered and no log is displayed in console. My gsmopen.conf.xml file has >>>>> the following lines: >>>>> >>>>> >>>>> >>>>> >>>>> And I've set a new dialplan in fusionpbx rule with: >>>>> >>>>> condition > context > public >>>>> condition > destination_number > incoming_gsm_call >>>>> action > transfer > 500 XML default (500 being the main IVR menu >>>>> extension) >>>>> >>>>> Am I missing something to get this working or maybe there is some >>>>> setting wrong with my dongle? >>>>> >>>>> >>>>> 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 >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160516/fa68604e/attachment-0001.html From gregor at infomedia.si Tue May 17 01:24:59 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 16 May 2016 23:24:59 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Yes, it is in COM ports tree :-))) I didn't saw it at first. Also dc-unlocker shows it. Thank you. 2016-05-16 22:58 GMT+02:00 Giovanni Maruzzelli : > > > On Mon, May 16, 2016 at 10:39 PM, Gregor Nanger > wrote: > >> Yes, this is clear to me, it is just that I do now know where to find >> which COM ports dongle use :-(( Can I see it in device manager? >> > > Yes, something like, can't remember the exact name on windows. That tree > that shows the hardware connected and their properties > > > >> >> 2016-05-16 22:29 GMT+02:00 Giovanni Maruzzelli : >> >>> >>> >>> On Mon, May 16, 2016 at 10:07 PM, Gregor Nanger >>> wrote: >>> >>>> Yes, you have to compile it first, because it is not compiled with >>>> freeswitch build, then you need to load it. It is in confluence. >>>> >>>> Giovanni, can you tell me how can I find out which COM ports dongle >>>> uses? >>>> >>> >>> As you can see in config file ( >>> freeswitch.git\src\mod\endpoints\mod_gsmopen\configs\gsmopen.conf.xml ), >>> you *MUST* set which COM port to use, eg: >>> >>> =========== >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> =========== >>> >>> >>> >>>> >>>> 2016-05-16 21:48 GMT+02:00 Giovanni Maruzzelli : >>>> >>>>> Have you compiled and loaded the module? >>>>> >>>>> Do you have any trace of its presence in freeswitch console? >>>>> >>>>> Also, if you are not an expert I would definitely counseil you not to >>>>> try uncharted things like gsmopen on won with fusionpbx. It's just too >>>>> complex. Do it after you master both fusionpbx and FreeSWITCH. >>>>> >>>>> My two cents :) >>>>> -giovanni >>>>> >>>>> sent from mobile >>>>> cell: +39 347 266 56 18 >>>>> Giovanni Maruzzelli >>>>> OpenTelecom.IT >>>>> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >>>>> >>>>>> Hi, >>>>>> >>>>>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and >>>>>> mod_gsmopen. I'm using the 32bit version in Windows 7, compiled from >>>>>> current source (version 1.7) in Visual Studio 2015 Community. >>>>>> >>>>>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>>>>> >>>>>> Currently I am able to call my IVR menu directly by dialing from my >>>>>> softphone and I am also able to originate outbound calls after adding a >>>>>> rule using FusionPbx Dialplan Manager. >>>>>> >>>>>> However if I try to call the dongle it keeps ringing, not being >>>>>> answered and no log is displayed in console. My gsmopen.conf.xml file has >>>>>> the following lines: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> And I've set a new dialplan in fusionpbx rule with: >>>>>> >>>>>> condition > context > public >>>>>> condition > destination_number > incoming_gsm_call >>>>>> action > transfer > 500 XML default (500 being the main IVR menu >>>>>> extension) >>>>>> >>>>>> Am I missing something to get this working or maybe there is some >>>>>> setting wrong with my dongle? >>>>>> >>>>>> >>>>>> 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 >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> >>> Giovanni Maruzzelli >>> Cell : +39-347-2665618 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/b9860ab9/attachment-0001.html From 35633 at heb.be Tue May 17 19:58:45 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Tue, 17 May 2016 17:58:45 +0200 Subject: [Freeswitch-users] Lua scripts Message-ID: Hello i use this lua script tha i found on freeswitch wiki But when i run it i have the errors: syntax error near unexpected token ; seesion.answer(); and when i remove the ";" i have the error on the while loop, syntax error near the unexpected token ==, while (session:ready() == true. I there something i did not conigure in order the script to work? do we put ";" after an instructtion like session:answer() or not. Thank you or your reply. session:answer(); while (session:ready() == true) do session:setAutoHangup(false); session:set_tts_params("flite", "kal"); session:speak("Welcome. Welcome to the VoIp World!. this is a Blind Users Programing Community. powered by Freeswitch, the free / ultimate PBX. thank to toni!"); session:sleep(100); session:speak("please select an Action."); session:sleep(100); session:speak("to call the conference, press 1"); session:sleep(100); session:speak("to call Freeswitch IVR, press 2"); session:sleep(100); session:speak("to call Voice Mail, press 3"); session:sleep(100); session:speak("for Music on hold, press 4"); session:sleep(100); session:speak("to call me, press 0"); session:sleep(3000); digits = session:getDigits(1, "", 3000); if (digits == "1") then session:execute("transfer","9888"); end if (digits == "2") then session:execute("transfer","5000"); end if (digits == "3") then session:execute("transfer","4000"); end if (digits == "4") then session:execute("transfer","9999"); end if (digits == "0") then session:execute("transfer","voipaware at sip.voipuser.org"); end end NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/eac5009c/attachment.html From msc at freeswitch.org Tue May 17 20:12:04 2016 From: msc at freeswitch.org (Michael Collins) Date: Tue, 17 May 2016 09:12:04 -0700 Subject: [Freeswitch-users] Lua scripts In-Reply-To: References: Message-ID: Lua does not require a semi-colon at the end of each line of code, although it typically does not object either. How are you launching this script? -MSC On Tue, May 17, 2016 at 8:58 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > Hello i use this lua script tha i found on freeswitch wiki > But when i run it i have the errors: > syntax error near unexpected token ; > seesion.answer(); > > and when i remove the ";" i have the error on the while loop, syntax error > near the unexpected token ==, while (session:ready() == true. > > I there something i did not conigure in order the script to work? do we > put ";" after an instructtion like session:answer() or not. > > Thank you or your reply. > > session:answer(); > while (session:ready() == true) do > session:setAutoHangup(false); > session:set_tts_params("flite", "kal"); > session:speak("Welcome. Welcome to the VoIp World!. this is a Blind > Users Programing Community. powered by Freeswitch, the free / ultimate PBX. > thank to toni!"); > session:sleep(100); > session:speak("please select an Action."); > session:sleep(100); > session:speak("to call the conference, press 1"); > session:sleep(100); > session:speak("to call Freeswitch IVR, press 2"); > session:sleep(100); > session:speak("to call Voice Mail, press 3"); > session:sleep(100); > session:speak("for Music on hold, press 4"); > session:sleep(100); > session:speak("to call me, press 0"); > session:sleep(3000); > digits = session:getDigits(1, "", 3000); > if (digits == "1") then > session:execute("transfer","9888"); > end > if (digits == "2") then > session:execute("transfer","5000"); > end > if (digits == "3") then > session:execute("transfer","4000"); > end > if (digits == "4") then > session:execute("transfer","9999"); > end > if (digits == "0") then > session:execute("transfer","voipaware at sip.voipuser.org"); > end > end > > > > > 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/20160517/ba6d90f0/attachment.html From gabriel at cefet.net Tue May 17 00:07:25 2016 From: gabriel at cefet.net (Gabriel MdS) Date: Mon, 16 May 2016 17:07:25 -0300 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Hi Giovanni, Thanks for your response. As I reported in the original message, the module mod_gsmopen is installed and running (auto-loaded). I was able to call others from my softphone using my modem and mod_gsmopen without any problems. I just can't get FreeSWITCH to automatically answer the call and forward it to an IVR menu. It seems like it is not receiving the RING signal or I am missing some other setting... My application is really simple. I have it running on asterix+chan_dongle on a virtual machine, but just recently found FS which runs on windows, which is better for me. If you have any further advice I'd appreciate it! Thanks! -- Gabriel MdS 2016-05-16 16:48 GMT-03:00 Giovanni Maruzzelli : > Have you compiled and loaded the module? > > Do you have any trace of its presence in freeswitch console? > > Also, if you are not an expert I would definitely counseil you not to try > uncharted things like gsmopen on won with fusionpbx. It's just too complex. > Do it after you master both fusionpbx and FreeSWITCH. > > My two cents :) > -giovanni > > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.IT > Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: > >> Hi, >> >> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >> I'm using the 32bit version in Windows 7, compiled from current source >> (version 1.7) in Visual Studio 2015 Community. >> >> My Huawei dongle is E1756, unlocked and with voice calls enabled. >> >> Currently I am able to call my IVR menu directly by dialing from my >> softphone and I am also able to originate outbound calls after adding a >> rule using FusionPbx Dialplan Manager. >> >> However if I try to call the dongle it keeps ringing, not being answered >> and no log is displayed in console. My gsmopen.conf.xml file has the >> following lines: >> >> >> >> >> And I've set a new dialplan in fusionpbx rule with: >> >> condition > context > public >> condition > destination_number > incoming_gsm_call >> action > transfer > 500 XML default (500 being the main IVR menu >> extension) >> >> Am I missing something to get this working or maybe there is some setting >> wrong with my dongle? >> >> >> 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 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160516/6cce5487/attachment-0001.html From mrice0118 at gmail.com Tue May 17 18:57:11 2016 From: mrice0118 at gmail.com (Mike Rice) Date: Tue, 17 May 2016 10:57:11 -0400 Subject: [Freeswitch-users] Disable annexb for g729 Message-ID: We have a carrier the mandates that annex b be disabled on the invites to them. I have added the following to the default dialplan but nothing seems to change the invite on the B leg to the carrier. and inbound-late-negotiation is set to true. The logs show that it is exporting: [DEBUG] switch_channel.c:1267 EXPORT (export_vars) [sip_h_Diversion]=[;reason=unavailable] EXECUTE sofia/internal/1000 at 10.10.X.X bridge(sofia/gateway/lo7f/XXXXXXXXXX) [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] to event The SDP does not reflect: Local SDP: v=0 o=FreeSWITCH IN IP4 10.10.X.X s=FreeSWITCH c=IN IP4 10.10.X.X t=0 0 m=audio 20022 RTP/AVP 18 0 8 101 13 a=rtpmap:18 G729/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv Any help would be greatly appreciated. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/b20ae55d/attachment-0001.html From kathleen at freeswitch.org Tue May 17 20:29:09 2016 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 17 May 2016 09:29:09 -0700 Subject: [Freeswitch-users] Join us for ClueCon 2016! Message-ID: [image: https://cluecon.com] ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/29862a6c/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ClueCon2016.jpg Type: image/jpeg Size: 293055 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/29862a6c/attachment-0002.jpg -------------- next part -------------- A non-text attachment was scrubbed... Name: Sponsors.jpg Type: image/jpeg Size: 161676 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/29862a6c/attachment-0003.jpg From jude19love at gmail.com Tue May 17 20:33:59 2016 From: jude19love at gmail.com (Jude Mukundane) Date: Tue, 17 May 2016 17:33:59 +0100 Subject: [Freeswitch-users] Lua scripts Message-ID: Hello Joselyne, try this. it works for me: *session:answer()session:setHangupHook("onHangup","rien")if (session:ready()) then* just replace your first two lines with the above and try. good luck! Jude Mukundane On Tue, May 17, 2016 at 4:58 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > Hello i use this lua script tha i found on freeswitch wiki > But when i run it i have the errors: > syntax error near unexpected token ; > seesion.answer(); > > and when i remove the ";" i have the error on the while loop, syntax error > near the unexpected token ==, while (session:ready() == true. > > I there something i did not conigure in order the script to work? do we > put ";" after an instructtion like session:answer() or not. > > Thank you or your reply. > > session:answer(); > while (session:ready() == true) do > session:setAutoHangup(false); > session:set_tts_params("flite", "kal"); > session:speak("Welcome. Welcome to the VoIp World!. this is a Blind > Users Programing Community. powered by Freeswitch, the free / ultimate PBX. > thank to toni!"); > session:sleep(100); > session:speak("please select an Action."); > session:sleep(100); > session:speak("to call the conference, press 1"); > session:sleep(100); > session:speak("to call Freeswitch IVR, press 2"); > session:sleep(100); > session:speak("to call Voice Mail, press 3"); > session:sleep(100); > session:speak("for Music on hold, press 4"); > session:sleep(100); > session:speak("to call me, press 0"); > session:sleep(3000); > digits = session:getDigits(1, "", 3000); > if (digits == "1") then > session:execute("transfer","9888"); > end > if (digits == "2") then > session:execute("transfer","5000"); > end > if (digits == "3") then > session:execute("transfer","4000"); > end > if (digits == "4") then > session:execute("transfer","9999"); > end > if (digits == "0") then > session:execute("transfer","voipaware at sip.voipuser.org"); > end > end > > > > > 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/20160517/3c77a8e4/attachment.html From jude19love at gmail.com Tue May 17 20:41:11 2016 From: jude19love at gmail.com (Jude Mukundane) Date: Tue, 17 May 2016 17:41:11 +0100 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? Message-ID: Hello Gabriel, I guess at this point you have 1) Confirmed that the Modem does voice by testing it with some other PNX 2) Confirmed that you see activity in fs_cli when you make calls to the modem - this shows that the modem is well connected to the modem. On ubuntu this is easier to debug - usually it is making sure the modem lines listed under /dev/ttyUSB* correspond to the lines in gsmopen.conf.xml and have read access - even on windows, please make sure these match. it is possible that the modems are on different COM lines to the ones specified in gsmopen.conf.xml, in which case FS will not see your modem. Jude Mukundane On Mon, May 16, 2016 at 9:07 PM, Gabriel MdS wrote: > Hi Giovanni, > > Thanks for your response. > > As I reported in the original message, the module mod_gsmopen is installed > and running (auto-loaded). I was able to call others from my softphone > using my modem and mod_gsmopen without any problems. > I just can't get FreeSWITCH to automatically answer the call and forward > it to an IVR menu. It seems like it is not receiving the RING signal or I > am missing some other setting... > > My application is really simple. I have it running on asterix+chan_dongle > on a virtual machine, but just recently found FS which runs on windows, > which is better for me. > > If you have any further advice I'd appreciate it! > > > Thanks! > > -- Gabriel MdS > > 2016-05-16 16:48 GMT-03:00 Giovanni Maruzzelli : > >> Have you compiled and loaded the module? >> >> Do you have any trace of its presence in freeswitch console? >> >> Also, if you are not an expert I would definitely counseil you not to try >> uncharted things like gsmopen on won with fusionpbx. It's just too complex. >> Do it after you master both fusionpbx and FreeSWITCH. >> >> My two cents :) >> -giovanni >> >> sent from mobile >> cell: +39 347 266 56 18 >> Giovanni Maruzzelli >> OpenTelecom.IT >> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >> >>> Hi, >>> >>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >>> I'm using the 32bit version in Windows 7, compiled from current source >>> (version 1.7) in Visual Studio 2015 Community. >>> >>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>> >>> Currently I am able to call my IVR menu directly by dialing from my >>> softphone and I am also able to originate outbound calls after adding a >>> rule using FusionPbx Dialplan Manager. >>> >>> However if I try to call the dongle it keeps ringing, not being answered >>> and no log is displayed in console. My gsmopen.conf.xml file has the >>> following lines: >>> >>> >>> >>> >>> And I've set a new dialplan in fusionpbx rule with: >>> >>> condition > context > public >>> condition > destination_number > incoming_gsm_call >>> action > transfer > 500 XML default (500 being the main IVR menu >>> extension) >>> >>> Am I missing something to get this working or maybe there is some >>> setting wrong with my dongle? >>> >>> >>> 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 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160517/10a62a4b/attachment.html From gmaruzz at gmail.com Tue May 17 20:58:10 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 17 May 2016 18:58:10 +0200 Subject: [Freeswitch-users] How to receive incoming calls from Huawei dongle and mod_gsmopen? In-Reply-To: References: Message-ID: Gabriel, Sorry, now I understand your problem. Yes, it seems like you do not receive the RING. Maybe there is some setting missing, maybe for your specific dongle model? Try to see the exact sequence of all initialization AT commands when it works (eg, maybe wirh asterisk and chan_dongle), then the sequence when it does not work in mod_gsmopen, and.voil? :) -giovanni sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT Il 17/Mag/2016 18:42, "Jude Mukundane" ha scritto: > Hello Gabriel, > > I guess at this point you have > 1) Confirmed that the Modem does voice by testing it with some other PNX > 2) Confirmed that you see activity in fs_cli when you make calls to the > modem - this shows that the modem is well connected to the modem. > > On ubuntu this is easier to debug - usually it is making sure the modem > lines listed under /dev/ttyUSB* correspond to the lines in gsmopen.conf.xml > and have read access - even on windows, please make sure these match. it is > possible that the modems are on different COM lines to the ones specified > in gsmopen.conf.xml, in which case FS will not see your modem. > > Jude Mukundane > > On Mon, May 16, 2016 at 9:07 PM, Gabriel MdS wrote: > >> Hi Giovanni, >> >> Thanks for your response. >> >> As I reported in the original message, the module mod_gsmopen is >> installed and running (auto-loaded). I was able to call others from my >> softphone using my modem and mod_gsmopen without any problems. >> I just can't get FreeSWITCH to automatically answer the call and forward >> it to an IVR menu. It seems like it is not receiving the RING signal or I >> am missing some other setting... >> >> My application is really simple. I have it running on asterix+chan_dongle >> on a virtual machine, but just recently found FS which runs on windows, >> which is better for me. >> >> If you have any further advice I'd appreciate it! >> >> >> Thanks! >> >> -- Gabriel MdS >> >> 2016-05-16 16:48 GMT-03:00 Giovanni Maruzzelli : >> >>> Have you compiled and loaded the module? >>> >>> Do you have any trace of its presence in freeswitch console? >>> >>> Also, if you are not an expert I would definitely counseil you not to >>> try uncharted things like gsmopen on won with fusionpbx. It's just too >>> complex. Do it after you master both fusionpbx and FreeSWITCH. >>> >>> My two cents :) >>> -giovanni >>> >>> sent from mobile >>> cell: +39 347 266 56 18 >>> Giovanni Maruzzelli >>> OpenTelecom.IT >>> Il 16/Mag/2016 21:10, "Gabriel MdS" ha scritto: >>> >>>> Hi, >>>> >>>> I'm a newbie trying to setup FreeSWITCH with FusionPBX and mod_gsmopen. >>>> I'm using the 32bit version in Windows 7, compiled from current source >>>> (version 1.7) in Visual Studio 2015 Community. >>>> >>>> My Huawei dongle is E1756, unlocked and with voice calls enabled. >>>> >>>> Currently I am able to call my IVR menu directly by dialing from my >>>> softphone and I am also able to originate outbound calls after adding a >>>> rule using FusionPbx Dialplan Manager. >>>> >>>> However if I try to call the dongle it keeps ringing, not being >>>> answered and no log is displayed in console. My gsmopen.conf.xml file has >>>> the following lines: >>>> >>>> >>>> >>>> >>>> And I've set a new dialplan in fusionpbx rule with: >>>> >>>> condition > context > public >>>> condition > destination_number > incoming_gsm_call >>>> action > transfer > 500 XML default (500 being the main IVR menu >>>> extension) >>>> >>>> Am I missing something to get this working or maybe there is some >>>> setting wrong with my dongle? >>>> >>>> >>>> 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 >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20160517/423bd76f/attachment-0001.html From schoch+freeswitch.org at xwin32.com Tue May 17 21:54:16 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 17 May 2016 10:54:16 -0700 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: Message-ID: I just upgraded to the latest FreeSWITCH (version 1.6.8-15 from files.freeswitch.org/repo/deb/freeswitch-1.6/), so I'm starting to work on FA X again. So far success with: FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> PSTN -> POTS line -> FAX modem (TRENDnet brand) -> HylaFAX. Then I tried: FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> FS -> application="rxfax" This failed when I set fax_enable_t38_request=true and fax_enable_t38=true, but worked when I removed those lines. So what's going on here? When I remove those lines is T.38 not being used at all? I was under the impression that without T.38, FAX machines would fail because of latency present in VoIP. Is that not true? What about when the FAX machine is sending from the PSTN instead of the ATA? -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/752027e3/attachment.html From stefan.kainz at 1012.at Tue May 17 22:15:27 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Tue, 17 May 2016 20:15:27 +0200 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: Message-ID: Hello, We also struggled with t.38 fax on version 1.6.5 and 1.6.8. Our solution was to downgrade to 1.4.18, after two weeks of debugging. ( thanks to another member of this community who's name i forgot ) I'm already in the process of opening a bug report an providing some traces to the core dev team. Regards, Sent from my iPhone > On 17 May 2016, at 19:54, Steven Schoch wrote: > > I just upgraded to the latest FreeSWITCH (version 1.6.8-15 from files.freeswitch.org/repo/deb/freeswitch-1.6/), so I'm starting to work on FA > X again. > So far success with: > FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> PSTN -> POTS line -> FAX modem (TRENDnet brand) -> HylaFAX. > > Then I tried: > FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> FS -> application="rxfax" > > This failed when I set fax_enable_t38_request=true and fax_enable_t38=true, but worked when I removed those lines. So what's going on here? When I remove those lines is T.38 not being used at all? I was under the impression that without T.38, FAX machines would fail because of latency present in VoIP. Is that not true? What about when the FAX machine is sending from the PSTN instead of the ATA? > > -- > Steve > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160517/e8e5645d/attachment.html From stefan.kainz at 1012.at Tue May 17 22:20:39 2016 From: stefan.kainz at 1012.at (Stefan Kainz) Date: Tue, 17 May 2016 20:20:39 +0200 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: Message-ID: And on the voip part, we're extensively using g711 voip for fax, and in most cases it works like a charme. But if there's high latency or packet loss - as you said, forget it. Regards, Sent from my iPhone > On 17 May 2016, at 19:54, Steven Schoch wrote: > > I just upgraded to the latest FreeSWITCH (version 1.6.8-15 from files.freeswitch.org/repo/deb/freeswitch-1.6/), so I'm starting to work on FA > X again. > So far success with: > FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> PSTN -> POTS line -> FAX modem (TRENDnet brand) -> HylaFAX. > > Then I tried: > FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> FS -> application="rxfax" > > This failed when I set fax_enable_t38_request=true and fax_enable_t38=true, but worked when I removed those lines. So what's going on here? When I remove those lines is T.38 not being used at all? I was under the impression that without T.38, FAX machines would fail because of latency present in VoIP. Is that not true? What about when the FAX machine is sending from the PSTN instead of the ATA? > > -- > Steve > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160517/825657cf/attachment.html From mike at jerris.com Tue May 17 22:37:28 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 17 May 2016 14:37:28 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: References: Message-ID: <6C79D3CE-50C0-42FD-82A4-DA19CDD131A3@jerris.com> Interesting, https://tools.ietf.org/html/rfc7261 says annexb=yes is default if omitted. Brian West, did you know that? > On May 17, 2016, at 10:57 AM, Mike Rice wrote: > > We have a carrier the mandates that annex b be disabled on the invites to them. I have added the following to the default dialplan but nothing seems to change the invite on the B leg to the carrier. > > > > > > > > > > and > > > > > inbound-late-negotiation is set to true. The logs show that it is exporting: > > [DEBUG] switch_channel.c:1267 EXPORT (export_vars) [sip_h_Diversion]=[;reason=unavailable] > EXECUTE sofia/internal/1000 at 10.10.X.X bridge(sofia/gateway/lo7f/XXXXXXXXXX) > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] to event > > The SDP does not reflect: > > Local SDP: > v=0 > o=FreeSWITCH IN IP4 10.10.X.X > s=FreeSWITCH > c=IN IP4 10.10.X.X > t=0 0 > m=audio 20022 RTP/AVP 18 0 8 101 13 > a=rtpmap:18 G729/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > Any help would be greatly appreciated. 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/20160517/44894134/attachment-0001.html From mike at jerris.com Tue May 17 22:41:36 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 17 May 2016 14:41:36 -0400 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: Message-ID: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> This has turned into a giant bug report. Bug reports go in jira. Putting details about bug reports here will absolutely guarantee that they will not get looked at. As i've already said once this week on the list about this issue, we need someone who can map out how to reproduce this issue and get it onto jira so we can track down the issue. Without that, without a doubt, it will not get fixed. As for downgrading to 1.4 to fix the issue, I understand, but know that we are not putting other bugfixes into 1.4 anymore and eventually you will hit a bug you need to upgrade for, and you will be left without working faxes if we don't get this fixed. Please step up and help us track this down so we can get it fixed properly. Thanks Mike > On May 17, 2016, at 2:20 PM, Stefan Kainz wrote: > > And on the voip part, we're extensively using g711 voip for fax, and in most cases it works like a charme. > But if there's high latency or packet loss - as you said, forget it. > > Regards, > > Sent from my iPhone > > On 17 May 2016, at 19:54, Steven Schoch > wrote: > >> I just upgraded to the latest FreeSWITCH (version 1.6.8-15 from files.freeswitch.org/repo/deb/freeswitch-1.6/ ), so I'm starting to work on FA >> X again. >> So far success with: >> FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> PSTN -> POTS line -> FAX modem (TRENDnet brand) -> HylaFAX. >> >> Then I tried: >> FAX machine -> Grandstream HT502 -> LAN -> FS -> Flowroute -> FS -> application="rxfax" >> >> This failed when I set fax_enable_t38_request=true and fax_enable_t38=true, but worked when I removed those lines. So what's going on here? When I remove those lines is T.38 not being used at all? I was under the impression that without T.38, FAX machines would fail because of latency present in VoIP. Is that not true? What about when the FAX machine is sending from the PSTN instead of the ATA? >> >> -- >> Steve >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160517/7a89a05c/attachment.html From mike at jerris.com Tue May 17 22:46:04 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 17 May 2016 14:46:04 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: <6C79D3CE-50C0-42FD-82A4-DA19CDD131A3@jerris.com> References: <6C79D3CE-50C0-42FD-82A4-DA19CDD131A3@jerris.com> Message-ID: <28018424-96BC-411B-8A73-FAC79A7A46DF@jerris.com> between 1.2 and 1.4 the var got renamed from sip_ to rtp_ > On May 17, 2016, at 2:37 PM, Michael Jerris wrote: > > Interesting, https://tools.ietf.org/html/rfc7261 says annexb=yes is default if omitted. Brian West, did you know that? > > > >> On May 17, 2016, at 10:57 AM, Mike Rice > wrote: >> >> We have a carrier the mandates that annex b be disabled on the invites to them. I have added the following to the default dialplan but nothing seems to change the invite on the B leg to the carrier. >> >> >> >> >> >> >> >> >> >> and >> >> >> >> >> inbound-late-negotiation is set to true. The logs show that it is exporting: >> >> [DEBUG] switch_channel.c:1267 EXPORT (export_vars) [sip_h_Diversion]=[>;reason=unavailable] >> EXECUTE sofia/internal/1000 at 10.10.X.X bridge(sofia/gateway/lo7f/XXXXXXXXXX) >> [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event >> [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_h_Diversion]=[>;reason=unavailable] to event >> >> The SDP does not reflect: >> >> Local SDP: >> v=0 >> o=FreeSWITCH IN IP4 10.10.X.X >> s=FreeSWITCH >> c=IN IP4 10.10.X.X >> t=0 0 >> m=audio 20022 RTP/AVP 18 0 8 101 13 >> a=rtpmap:18 G729/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> Any help would be greatly appreciated. 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/20160517/692e32b5/attachment.html From schoch+freeswitch.org at xwin32.com Tue May 17 23:37:30 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 17 May 2016 12:37:30 -0700 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> Message-ID: After reading your message, I turned logging to "debug", and T.38 on, and sent the FAX again to reproduce the problem. This time it worked. Sorry. I did get some white lines and got this in the log: c5c78d1f-8b8a-48a6-a2a3-a94fcaffde47 2016-05-17 12:21:50.708159 [DEBUG] mod_spandsp_fax.c:435 Bad rows = 55 c5c78d1f-8b8a-48a6-a2a3-a94fcaffde47 2016-05-17 12:21:50.708159 [DEBUG] mod_spandsp_fax.c:436 Longest bad row run = 4 I don't think there's enough info there for debugging. Next, I'm going to try hooking the FAX machine to the POTS line to see if I can reproduce the problem that way. -- Steve On Tue, May 17, 2016 at 11:41 AM, Michael Jerris wrote: > This has turned into a giant bug report. Bug reports go in jira. Putting > details about bug reports here will absolutely guarantee that they will not > get looked at. As i've already said once this week on the list about this > issue, we need someone who can map out how to reproduce this issue and get > it onto jira so we can track down the issue. Without that, without a > doubt, it will not get fixed. > > As for downgrading to 1.4 to fix the issue, I understand, but know that we > are not putting other bugfixes into 1.4 anymore and eventually you will hit > a bug you need to upgrade for, and you will be left without working faxes > if we don't get this fixed. Please step up and help us track this down so > we can get it fixed properly. > > Thanks > Mike > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/b4904e0b/attachment-0001.html From max at nysolutions.com Tue May 17 23:45:40 2016 From: max at nysolutions.com (Moishe Grunstein) Date: Tue, 17 May 2016 19:45:40 +0000 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> Message-ID: <331d8900dae84b0eb13ffededd16f889@nysolutions.com> Why don?t you put all this 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 Steven Schoch Sent: Tuesday, May 17, 2016 3:38 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Fax....How I hate you. After reading your message, I turned logging to "debug", and T.38 on, and sent the FAX again to reproduce the problem. This time it worked. Sorry. I did get some white lines and got this in the log: c5c78d1f-8b8a-48a6-a2a3-a94fcaffde47 2016-05-17 12:21:50.708159 [DEBUG] mod_spandsp_fax.c:435 Bad rows = 55 c5c78d1f-8b8a-48a6-a2a3-a94fcaffde47 2016-05-17 12:21:50.708159 [DEBUG] mod_spandsp_fax.c:436 Longest bad row run = 4 I don't think there's enough info there for debugging. Next, I'm going to try hooking the FAX machine to the POTS line to see if I can reproduce the problem that way. -- Steve On Tue, May 17, 2016 at 11:41 AM, Michael Jerris > wrote: This has turned into a giant bug report. Bug reports go in jira. Putting details about bug reports here will absolutely guarantee that they will not get looked at. As i've already said once this week on the list about this issue, we need someone who can map out how to reproduce this issue and get it onto jira so we can track down the issue. Without that, without a doubt, it will not get fixed. As for downgrading to 1.4 to fix the issue, I understand, but know that we are not putting other bugfixes into 1.4 anymore and eventually you will hit a bug you need to upgrade for, and you will be left without working faxes if we don't get this fixed. Please step up and help us track this down so we can get it fixed properly. Thanks Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/b22d199f/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/20160517/b22d199f/attachment.jpg From mrice0118 at gmail.com Tue May 17 23:51:21 2016 From: mrice0118 at gmail.com (Mike Rice) Date: Tue, 17 May 2016 15:51:21 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: References: Message-ID: Thanks Michael! That did the trick. Did I miss that somewhere? From: Michael Jerris between 1.2 and 1.4 the var got renamed from sip_ to rtp_ On Tue, May 17, 2016 at 10:57 AM, Mike Rice wrote: > We have a carrier the mandates that annex b be disabled on the invites to > them. I have added the following to the default dialplan but nothing seems > to change the invite on the B leg to the carrier. > > > > > > > > > > and > > > > > inbound-late-negotiation is set to true. The logs show that it is > exporting: > > [DEBUG] switch_channel.c:1267 EXPORT (export_vars) > [sip_h_Diversion]=[;reason=unavailable] > EXECUTE sofia/internal/1000 at 10.10.X.X > bridge(sofia/gateway/lo7f/XXXXXXXXXX) > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X > EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X > EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] > to event > > The SDP does not reflect: > > Local SDP: > v=0 > o=FreeSWITCH IN IP4 10.10.X.X > s=FreeSWITCH > c=IN IP4 10.10.X.X > t=0 0 > m=audio 20022 RTP/AVP 18 0 8 101 13 > a=rtpmap:18 G729/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > Any help would be greatly appreciated. Thanks! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/539d6c2a/attachment.html From italo at freeswitch.org Wed May 18 00:11:18 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Tue, 17 May 2016 17:11:18 -0300 Subject: [Freeswitch-users] Thursday FreeSWITCH Bug Hunt Message-ID: <72C7964D-8EAD-43C0-8797-486C61EAEB47@freeswitch.org> FreeSWITCHers, Join us Thursday 2PM CST for the Thursday FreeSWITCH Bug Hunt! Where? https://conference.freeswitch.org/vc/#/?autocall=888 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 From schoch+freeswitch.org at xwin32.com Wed May 18 00:30:09 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 17 May 2016 13:30:09 -0700 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: <331d8900dae84b0eb13ffededd16f889@nysolutions.com> References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> <331d8900dae84b0eb13ffededd16f889@nysolutions.com> Message-ID: On Tue, May 17, 2016 at 12:45 PM, Moishe Grunstein wrote: > Why don?t you put all this in Jira? > Jira is for problem reports, and I can't reproduce the problem to report it. It all works now. I just tried it from a FAX machine on a POTS line, and the FAX was received without any errors. -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/ba1048c9/attachment.html From mike at jerris.com Wed May 18 00:45:16 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 17 May 2016 16:45:16 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: References: Message-ID: It was spread about pretty widely when we went to 1.4 but thats a couple years ago now. It should be documented on the wiki but may have fallen off during the transition to confluence as 1.2 is quite old. Where did you see docs for the sip_ var? > On May 17, 2016, at 3:51 PM, Mike Rice wrote: > > Thanks Michael! That did the trick. Did I miss that somewhere? > > From: Michael Jerris > > > > > between 1.2 and 1.4 the var got renamed from sip_ to rtp_ > > > On Tue, May 17, 2016 at 10:57 AM, Mike Rice > wrote: > We have a carrier the mandates that annex b be disabled on the invites to them. I have added the following to the default dialplan but nothing seems to change the invite on the B leg to the carrier. > > > > > > > > > > and > > > > > inbound-late-negotiation is set to true. The logs show that it is exporting: > > [DEBUG] switch_channel.c:1267 EXPORT (export_vars) [sip_h_Diversion]=[;reason=unavailable] > EXECUTE sofia/internal/1000 at 10.10.X.X bridge(sofia/gateway/lo7f/XXXXXXXXXX) > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] to event > > The SDP does not reflect: > > Local SDP: > v=0 > o=FreeSWITCH IN IP4 10.10.X.X > s=FreeSWITCH > c=IN IP4 10.10.X.X > t=0 0 > m=audio 20022 RTP/AVP 18 0 8 101 13 > a=rtpmap:18 G729/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > Any help would be greatly appreciated. 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/20160517/8ddf5a00/attachment.html From schoch+freeswitch.org at xwin32.com Wed May 18 01:22:09 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 17 May 2016 14:22:09 -0700 Subject: [Freeswitch-users] sounds/music directory reorganization In-Reply-To: References: Message-ID: Done and done (FS-9170). -- Steve On Sun, May 15, 2016 at 6:45 AM, Michael Jerris wrote: > I thought we fixed this already. Make sure you have the latest version of > those packages and if you do and it's still only putting those files in the > default directory, please file a jira. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160517/c207439c/attachment.html From covici at ccs.covici.com Wed May 18 09:44:34 2016 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Wed, 18 May 2016 01:44:34 -0400 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> <331d8900dae84b0eb13ffededd16f889@nysolutions.com> Message-ID: <25289.1463550274@ccs.covici.com> Can you keep log as debug on all the time and catch it when it happens? Steven Schoch wrote: > On Tue, May 17, 2016 at 12:45 PM, Moishe Grunstein > wrote: > > > Why don?t you put all this in Jira? > > > > Jira is for problem reports, and I can't reproduce the problem to report > it. It all works now. > I just tried it from a FAX machine on a POTS line, and the FAX was received > without any errors. > > -- > Steve > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From brian at freeswitch.org Wed May 18 16:27:32 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 18 May 2016 07:27:32 -0500 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> <331d8900dae84b0eb13ffededd16f889@nysolutions.com> Message-ID: This is clearly a bug, bugs go in JIRA, even if you can't replicate the issue properly or understand it please put the issue in JIRA, I've been chasing an interop issue with 3cx that sounds very much like some of the info in this email thread. https://freeswitch.org/jira/browse/FS-8862 On Tue, May 17, 2016 at 3:30 PM, Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > On Tue, May 17, 2016 at 12:45 PM, Moishe Grunstein > wrote: > >> Why don?t you put all this in Jira? >> > > Jira is for problem reports, and I can't reproduce the problem to report > it. It all works now. > I just tried it from a FAX machine on a POTS line, and the FAX was > received without any errors. > > -- > Steve > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160518/d120c0ef/attachment-0001.html From 35633 at heb.be Wed May 18 16:37:15 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 18 May 2016 14:37:15 +0200 Subject: [Freeswitch-users] freeswitch crashes Message-ID: Hello, Why freeswitch crashes when i type fsctl shutdown restart in CLI? it telles: Socket Interrupted, Bye How to resolve the problem ? How to restart freeswitch without having this kind of error? Thank you NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/d8ff6bb1/attachment.html From brian at freeswitch.org Wed May 18 16:40:15 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 18 May 2016 07:40:15 -0500 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: But reports go on JIRA, you can find JIRA at freeswitch.org/jira On Wed, May 18, 2016 at 7:37 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > Hello, > Why freeswitch crashes when i type fsctl shutdown restart in CLI? > it telles: Socket Interrupted, Bye > How to resolve the problem ? > How to restart freeswitch without having this kind of error? > > Thank you > > 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 > -- *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/20160518/5552c072/attachment.html From flokrrr at gmail.com Wed May 18 17:10:31 2016 From: flokrrr at gmail.com (Florent Krieg) Date: Wed, 18 May 2016 15:10:31 +0200 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: Joselyne, You trigger the restart of the process you are connected to through CLI, so you get disconnected. It's not a 'crash'. Try using systemctl/initd out of CLI, directly from your shell (if on Linux, I have no idea how it works on Windows). Florent 2016-05-18 14:40 GMT+02:00 Brian West : > But reports go on JIRA, you can find JIRA at freeswitch.org/jira > > On Wed, May 18, 2016 at 7:37 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> Hello, >> Why freeswitch crashes when i type fsctl shutdown restart in CLI? >> it telles: Socket Interrupted, Bye >> How to resolve the problem ? >> How to restart freeswitch without having this kind of error? >> >> Thank you >> >> 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 >> > > > > -- > > *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/20160518/6ca91e14/attachment.html From brian at freeswitch.org Wed May 18 17:15:52 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 18 May 2016 08:15:52 -0500 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: I missed that just seen FreeSWITCH crashes, LOL not enough coffee yet. On Wed, May 18, 2016 at 8:10 AM, Florent Krieg wrote: > Joselyne, > > You trigger the restart of the process you are connected to through CLI, > so you get disconnected. It's not a 'crash'. > Try using systemctl/initd out of CLI, directly from your shell (if on > Linux, I have no idea how it works on Windows). > > Florent > > 2016-05-18 14:40 GMT+02:00 Brian West : > >> But reports go on JIRA, you can find JIRA at freeswitch.org/jira >> >> On Wed, May 18, 2016 at 7:37 AM, Nduwayezu, Joselyne <35633 at heb.be> >> wrote: >> >>> Hello, >>> Why freeswitch crashes when i type fsctl shutdown restart in CLI? >>> it telles: Socket Interrupted, Bye >>> How to resolve the problem ? >>> How to restart freeswitch without having this kind of error? >>> >>> Thank you >>> >>> 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 >>> >> >> >> >> -- >> >> *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/20160518/c834911e/attachment-0001.html From krice at freeswitch.org Wed May 18 17:28:02 2016 From: krice at freeswitch.org (Ken Rice) Date: Wed, 18 May 2016 08:28:02 -0500 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: Freeswitch is not crashing when you do that, its restarting. fs_cli uses a socket connection to mod_event_socket which gets unloaded when FreeSWITCH is restarting? This is normal expected behavior? if you want fs_cli to auto-restart theres a runtime arg for that (check fs_cli -r for all the args) From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Nduwayezu, Joselyne Sent: Wednesday, May 18, 2016 7:37 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] freeswitch crashes Hello, Why freeswitch crashes when i type fsctl shutdown restart in CLI? it telles: Socket Interrupted, Bye How to resolve the problem ? How to restart freeswitch without having this kind of error? Thank you NDUWAYEZU Joselyne Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/18f0ef1f/attachment.html From 35633 at heb.be Wed May 18 18:14:26 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 18 May 2016 16:14:26 +0200 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: Since i can't access CLI, im not able to verify the arg to sf_cli. When i type ./fs_cli -r i still have the error: Socket Connection Error NDUWAYEZU Joselyne 2016-05-18 15:28 GMT+02:00 Ken Rice : > Freeswitch is not crashing when you do that, its restarting. fs_cli uses a > socket connection to mod_event_socket which gets unloaded when FreeSWITCH > is restarting? > > > > This is normal expected behavior? if you want fs_cli to auto-restart > theres a runtime arg for that (check fs_cli -r for all the args) > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Nduwayezu, > Joselyne > *Sent:* Wednesday, May 18, 2016 7:37 AM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] freeswitch crashes > > > > Hello, > > Why freeswitch crashes when i type fsctl shutdown restart in CLI? > > it telles: Socket Interrupted, Bye > > How to resolve the problem ? > > How to restart freeswitch without having this kind of error? > > > > Thank you > > > 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 > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/caaa4409/attachment.html From 35633 at heb.be Wed May 18 18:17:35 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 18 May 2016 16:17:35 +0200 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: Hello, When i use systemctl status freeswitch, it showss the following: freeswitch.service Loaded: not found (Reason: No such file or directory) Active:inactive (dead) Is that mean that freeswitch is not running or it means something else? Thank you NDUWAYEZU Joselyne 2016-05-18 15:10 GMT+02:00 Florent Krieg : > Joselyne, > > You trigger the restart of the process you are connected to through CLI, > so you get disconnected. It's not a 'crash'. > Try using systemctl/initd out of CLI, directly from your shell (if on > Linux, I have no idea how it works on Windows). > > Florent > > 2016-05-18 14:40 GMT+02:00 Brian West : > >> But reports go on JIRA, you can find JIRA at freeswitch.org/jira >> >> On Wed, May 18, 2016 at 7:37 AM, Nduwayezu, Joselyne <35633 at heb.be> >> wrote: >> >>> Hello, >>> Why freeswitch crashes when i type fsctl shutdown restart in CLI? >>> it telles: Socket Interrupted, Bye >>> How to resolve the problem ? >>> How to restart freeswitch without having this kind of error? >>> >>> Thank you >>> >>> 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 >>> >> >> >> >> -- >> >> *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 > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/6dcbe4ac/attachment-0001.html From krice at freeswitch.org Wed May 18 18:57:59 2016 From: krice at freeswitch.org (Ken Rice) Date: Wed, 18 May 2016 09:57:59 -0500 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: What are you running this on? Windows? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Nduwayezu, Joselyne Sent: Wednesday, May 18, 2016 9:14 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] freeswitch crashes Since i can't access CLI, im not able to verify the arg to sf_cli. When i type ./fs_cli -r i still have the error: Socket Connection Error NDUWAYEZU Joselyne 2016-05-18 15:28 GMT+02:00 Ken Rice >: Freeswitch is not crashing when you do that, its restarting. fs_cli uses a socket connection to mod_event_socket which gets unloaded when FreeSWITCH is restarting? This is normal expected behavior? if you want fs_cli to auto-restart theres a runtime arg for that (check fs_cli -r for all the args) From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Nduwayezu, Joselyne Sent: Wednesday, May 18, 2016 7:37 AM To: FreeSWITCH Users Help > Subject: [Freeswitch-users] freeswitch crashes Hello, Why freeswitch crashes when i type fsctl shutdown restart in CLI? it telles: Socket Interrupted, Bye How to resolve the problem ? How to restart freeswitch without having this kind of error? Thank you 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 Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/97c4a3be/attachment.html From andrew at cassidywebservices.co.uk Wed May 18 22:07:57 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Wed, 18 May 2016 19:07:57 +0100 Subject: [Freeswitch-users] Call-Info header Message-ID: Hi Guys, So I've been playing with some bits and pieces with the Call-Info header, there are 3 main uses for this: - SLA - Auto Answer - Display Pictures Now, the issue is whilst all 3 can be present in a single copy of the header, having multiple Call-Info headers can lead to them being ignored by the phone or crashing it entirely. My question is is there a way to do what I'm trying to do? I notice there's an extra data field that in the source that is prepended to the string so is there perhaps a way to set that data? Or is a better approach to abstract this header entirely, making it a hash or list we can add to at will? Kind regards, -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/6cf27e66/attachment.html From mike at jerris.com Wed May 18 22:15:13 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 18 May 2016 14:15:13 -0400 Subject: [Freeswitch-users] Call-Info header In-Reply-To: References: Message-ID: I don't think we have a way currently exposed, would require some code changes to create a single header correctly. > On May 18, 2016, at 2:07 PM, Andrew Cassidy wrote: > > Hi Guys, > > So I've been playing with some bits and pieces with the Call-Info header, there are 3 main uses for this: > SLA > Auto Answer > Display Pictures > Now, the issue is whilst all 3 can be present in a single copy of the header, having multiple Call-Info headers can lead to them being ignored by the phone or crashing it entirely. > > My question is is there a way to do what I'm trying to do? I notice there's an extra data field that in the source that is prepended to the string so is there perhaps a way to set that data? Or is a better approach to abstract this header entirely, making it a hash or list we can add to at will? > > Kind regards, > > -- > Andrew Cassidy BSc (Hons) MBCS SSCA > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160518/e6408b3a/attachment.html From schoch+freeswitch.org at xwin32.com Thu May 19 01:59:58 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Wed, 18 May 2016 14:59:58 -0700 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: If freeswitch is properly installed, then yes, that means it's not running. You can double-check by typing: # ps ax | grep freeswitch It seems the "restart" argument didn't work. Look in the log file for clues as to why. You typically don't need to restart freeswitch. If you are restarting because you made a change to the configuration, usually a "reloadxml" will do what you want without shutting everything down first. -- Steve On Wed, May 18, 2016 at 7:17 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > Hello, > > When i use systemctl status freeswitch, it showss the following: > freeswitch.service > Loaded: not found (Reason: No such file or directory) > Active:inactive (dead) > > Is that mean that freeswitch is not running or it means something else? > Thank you > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/09103d07/attachment-0001.html From gregor at infomedia.si Thu May 19 02:25:13 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 19 May 2016 00:25:13 +0200 Subject: [Freeswitch-users] Ubuntu + FS Message-ID: I am trying to install FS on Ubuntu. When I set make, I get following error: make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 Any advice what I am doing wrong? Best regards, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/0d6c2e32/attachment.html From mike at jerris.com Thu May 19 02:29:10 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 18 May 2016 18:29:10 -0400 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: you have cut off any useful error messages that would be above that line. > On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: > > I am trying to install FS on Ubuntu. When I set make, I get following error: > > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > Any advice what I am doing wrong? > > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/cdf1ed12/attachment.html From gregor at infomedia.si Thu May 19 02:36:53 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 19 May 2016 00:36:53 +0200 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: Oh, yes :-((( Here it is: make && make install config.status: creating Makefile config.status: creating include/apr.h config.status: creating build/apr_rules.mk config.status: creating build/pkg/pkginfo config.status: creating apr-1-config config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir setting config.status: creating apr.pc config.status: creating test/Makefile config.status: creating test/internal/Makefile config.status: creating include/arch/unix/apr_private.h config.status: executing libtool commands rm: cannot remove `libtoolT': No such file or directory config.status: executing default commands config.status: include/apr.h is unchanged config.status: include/arch/unix/apr_private.h is unchanged make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' Making all in xml/expat make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o libtool: link: ranlib .libs/libexpat.a libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' touch /usr/src/freeswitch.git/src/include/switch.h make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) rm -f crypto/include/stamp-h1 touch config_in.h cd . && /bin/bash ./config.status crypto/include/config.h config.status: creating crypto/include/config.h config.status: crypto/include/config.h is unchanged make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' CXX libfreeswitch_libyuv_la-row_common.lo libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 2016-05-19 0:29 GMT+02:00 Michael Jerris : > you have cut off any useful error messages that would be above that line. > > On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: > > I am trying to install FS on Ubuntu. When I set make, I get following > error: > > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > Any advice what I am doing wrong? > > 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/20160519/1302b792/attachment-0001.html From krice at freeswitch.org Thu May 19 02:38:59 2016 From: krice at freeswitch.org (Ken Rice) Date: Wed, 18 May 2016 17:38:59 -0500 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: Which Ubuntu release are you trying this on? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Gregor Nanger Sent: Wednesday, May 18, 2016 5:37 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Ubuntu + FS Oh, yes :-((( Here it is: make && make install config.status: creating Makefile config.status: creating include/apr.h config.status: creating build/apr_rules.mk config.status: creating build/pkg/pkginfo config.status: creating apr-1-config config.status: WARNING: 'apr-config.in ' seems to ignore the --datarootdir setting config.status: creating apr.pc config.status: creating test/Makefile config.status: creating test/internal/Makefile config.status: creating include/arch/unix/apr_private.h config.status: executing libtool commands rm: cannot remove `libtoolT': No such file or directory config.status: executing default commands config.status: include/apr.h is unchanged config.status: include/arch/unix/apr_private.h is unchanged make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' Making all in xml/expat make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o libtool: link: ranlib .libs/libexpat.a libtool: link: ( cd ".libs" && rm -f "libexpat.la " && ln -s "../libexpat.la " "libexpat.la " ) make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' touch /usr/src/freeswitch.git/src/include/switch.h make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) rm -f crypto/include/stamp-h1 touch config_in.h cd . && /bin/bash ./config.status crypto/include/config.h config.status: creating crypto/include/config.h config.status: crypto/include/config.h is unchanged make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' CXX libfreeswitch_libyuv_la-row_common.lo libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 2016-05-19 0:29 GMT+02:00 Michael Jerris >: you have cut off any useful error messages that would be above that line. On May 18, 2016, at 6:25 PM, Gregor Nanger > wrote: I am trying to install FS on Ubuntu. When I set make, I get following error: make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 Any advice what I am doing wrong? 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/20160518/3969cacb/attachment-0001.html From gregor at infomedia.si Thu May 19 02:45:23 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 19 May 2016 00:45:23 +0200 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: This one: Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise 2016-05-19 0:38 GMT+02:00 Ken Rice : > Which Ubuntu release are you trying this on? > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Gregor > Nanger > *Sent:* Wednesday, May 18, 2016 5:37 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Ubuntu + FS > > > > Oh, yes :-((( Here it is: > > > > make && make install > > config.status: creating Makefile > > config.status: creating include/apr.h > > config.status: creating build/apr_rules.mk > > config.status: creating build/pkg/pkginfo > > config.status: creating apr-1-config > > config.status: WARNING: 'apr-config.in' seems to ignore the > --datarootdir setting > > config.status: creating apr.pc > > config.status: creating test/Makefile > > config.status: creating test/internal/Makefile > > config.status: creating include/arch/unix/apr_private.h > > config.status: executing libtool commands > > rm: cannot remove `libtoolT': No such file or directory > > config.status: executing default commands > > config.status: include/apr.h is unchanged > > config.status: include/arch/unix/apr_private.h is unchanged > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' > > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' > > make[2]: Nothing to be done for `local-all'. > > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > > Making all in xml/expat > > make[2]: Entering directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > > make[3]: Entering directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H > -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. > -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.2\" -I. -I.. > -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > -fPIC -DPIC -o xmlparse.o > > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o > libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo > xmlrole.lo > > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la > .libs/libexpat.lai > > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > > libtool: link: ranlib .libs/libexpat.a > > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../ > libexpat.la" "libexpat.la" ) > > make[3]: Leaving directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > > make[2]: Leaving directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > > make[2]: Nothing to be done for `local-all'. > > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > > touch /usr/src/freeswitch.git/src/include/switch.h > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' > > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) > > rm -f crypto/include/stamp-h1 > > touch config_in.h > > cd . && /bin/bash ./config.status crypto/include/config.h > > config.status: creating crypto/include/config.h > > config.status: crypto/include/config.h is unchanged > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' > > CXX libfreeswitch_libyuv_la-row_common.lo > > libs/libyuv/source/row_common.cc: In function 'void > libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const > libyuv::YuvConstants*)': > > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > > > 2016-05-19 0:29 GMT+02:00 Michael Jerris : > > you have cut off any useful error messages that would be above that line. > > > > On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: > > > > I am trying to install FS on Ubuntu. When I set make, I get following > error: > > > > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > > > Any advice what I am doing wrong? > > > > 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 > -- 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/20160519/5cea6685/attachment-0001.html From krice at freeswitch.org Thu May 19 03:02:48 2016 From: krice at freeswitch.org (Ken Rice) Date: Wed, 18 May 2016 18:02:48 -0500 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: <04DC4BEC-405C-46F2-894C-8F9056362691@freeswitch.org> I seriously doubt it will build correctly on there due to the age of 12.04. we do have packages for 14.04 and will soon have them for 16.04 Sent from my iPhone > On May 18, 2016, at 5:45 PM, Gregor Nanger wrote: > > This one: > > Distributor ID: Ubuntu > Description: Ubuntu 12.04.5 LTS > Release: 12.04 > Codename: precise > > > > 2016-05-19 0:38 GMT+02:00 Ken Rice : >> Which Ubuntu release are you trying this on? >> >> >> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Gregor Nanger >> Sent: Wednesday, May 18, 2016 5:37 PM >> To: FreeSWITCH Users Help >> Subject: Re: [Freeswitch-users] Ubuntu + FS >> >> >> >> Oh, yes :-((( Here it is: >> >> >> >> make && make install >> >> config.status: creating Makefile >> >> config.status: creating include/apr.h >> >> config.status: creating build/apr_rules.mk >> >> config.status: creating build/pkg/pkginfo >> >> config.status: creating apr-1-config >> >> config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir setting >> >> config.status: creating apr.pc >> >> config.status: creating test/Makefile >> >> config.status: creating test/internal/Makefile >> >> config.status: creating include/arch/unix/apr_private.h >> >> config.status: executing libtool commands >> >> rm: cannot remove `libtoolT': No such file or directory >> >> config.status: executing default commands >> >> config.status: include/apr.h is unchanged >> >> config.status: include/arch/unix/apr_private.h is unchanged >> >> make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> >> make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> >> make[2]: Nothing to be done for `local-all'. >> >> make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> >> make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> >> make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> >> Making all in xml/expat >> >> make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> >> make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> >> /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >> >> libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o >> >> /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo >> >> libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai >> >> libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o >> >> libtool: link: ranlib .libs/libexpat.a >> >> libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) >> >> make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> >> make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> >> make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> >> make[2]: Nothing to be done for `local-all'. >> >> make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> >> make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> >> touch /usr/src/freeswitch.git/src/include/switch.h >> >> make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' >> >> (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) >> >> rm -f crypto/include/stamp-h1 >> >> touch config_in.h >> >> cd . && /bin/bash ./config.status crypto/include/config.h >> >> config.status: creating crypto/include/config.h >> >> config.status: crypto/include/config.h is unchanged >> >> make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' >> >> CXX libfreeswitch_libyuv_la-row_common.lo >> >> libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': >> >> libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> >> libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> >> >> >> >> 2016-05-19 0:29 GMT+02:00 Michael Jerris : >> >> you have cut off any useful error messages that would be above that line. >> >> >> >> On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: >> >> >> >> I am trying to install FS on Ubuntu. When I set make, I get following error: >> >> >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> >> >> Any advice what I am doing wrong? >> >> >> >> 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 > > > > -- > 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/20160518/b153cef2/attachment-0001.html From mike at jerris.com Thu May 19 03:13:12 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 18 May 2016 19:13:12 -0400 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: <348594CD-8452-40ED-ABCA-5B88F51162D3@jerris.com> This is caused by an out of date toolchain. Use a compiler made in the last 5 years or so should solve it. I'd strongly advise against using such an old distro. > On May 18, 2016, at 6:36 PM, Gregor Nanger wrote: > > Oh, yes :-((( Here it is: > > make && make install > config.status: creating Makefile > config.status: creating include/apr.h > config.status: creating build/apr_rules.mk > config.status: creating build/pkg/pkginfo > config.status: creating apr-1-config > config.status: WARNING: 'apr-config.in ' seems to ignore the --datarootdir setting > config.status: creating apr.pc > config.status: creating test/Makefile > config.status: creating test/internal/Makefile > config.status: creating include/arch/unix/apr_private.h > config.status: executing libtool commands > rm: cannot remove `libtoolT': No such file or directory > config.status: executing default commands > config.status: include/apr.h is unchanged > config.status: include/arch/unix/apr_private.h is unchanged > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' > make[2]: Nothing to be done for `local-all'. > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > Making all in xml/expat > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > libtool: link: ranlib .libs/libexpat.a > libtool: link: ( cd ".libs" && rm -f "libexpat.la " && ln -s "../libexpat.la " "libexpat.la " ) > make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > make[2]: Nothing to be done for `local-all'. > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > touch /usr/src/freeswitch.git/src/include/switch.h > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) > rm -f crypto/include/stamp-h1 > touch config_in.h > cd . && /bin/bash ./config.status crypto/include/config.h > config.status: creating crypto/include/config.h > config.status: crypto/include/config.h is unchanged > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' > CXX libfreeswitch_libyuv_la-row_common.lo > libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > 2016-05-19 0:29 GMT+02:00 Michael Jerris >: > you have cut off any useful error messages that would be above that line. > >> On May 18, 2016, at 6:25 PM, Gregor Nanger > wrote: >> >> I am trying to install FS on Ubuntu. When I set make, I get following error: >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> Any advice what I am doing wrong? >> >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/149bdb55/attachment.html From 35633 at heb.be Thu May 19 12:27:27 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Thu, 19 May 2016 10:27:27 +0200 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: Hello, When i check with ps ax | grep freeswitch, i see that it is listening on port 8021 as i've defined it in event_socket.conf.xml, but not listening on localhost as defined in the same file, but listening on ip 0.0.31.148 and 0.0.31.85. How that can? What can i do to correct this error? Thank you NDUWAYEZU Joselyne 2016-05-18 23:59 GMT+02:00 Steven Schoch : > If freeswitch is properly installed, then yes, that means it's not running. > > You can double-check by typing: > # ps ax | grep freeswitch > > It seems the "restart" argument didn't work. Look in the log file for > clues as to why. > > You typically don't need to restart freeswitch. If you are restarting > because you made a change to the configuration, usually a "reloadxml" will > do what you want without shutting everything down first. > > -- > Steve > > On Wed, May 18, 2016 at 7:17 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> Hello, >> >> When i use systemctl status freeswitch, it showss the following: >> freeswitch.service >> Loaded: not found (Reason: No such file or directory) >> Active:inactive (dead) >> >> Is that mean that freeswitch is not running or it means something else? >> 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 > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/baaa7abb/attachment-0001.html From 35633 at heb.be Thu May 19 13:32:16 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Thu, 19 May 2016 11:32:16 +0200 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: I 've noticed something strange. In /etc/init.d, i have a directory .libs (i think hidden libraries) and inside the directory there is another daemon of freeswitch (lt-freeswitch). Is it normal? NDUWAYEZU Joselyne 2016-05-18 23:59 GMT+02:00 Steven Schoch : > If freeswitch is properly installed, then yes, that means it's not running. > > You can double-check by typing: > # ps ax | grep freeswitch > > It seems the "restart" argument didn't work. Look in the log file for > clues as to why. > > You typically don't need to restart freeswitch. If you are restarting > because you made a change to the configuration, usually a "reloadxml" will > do what you want without shutting everything down first. > > -- > Steve > > On Wed, May 18, 2016 at 7:17 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> Hello, >> >> When i use systemctl status freeswitch, it showss the following: >> freeswitch.service >> Loaded: not found (Reason: No such file or directory) >> Active:inactive (dead) >> >> Is that mean that freeswitch is not running or it means something else? >> 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 > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/6b158d2e/attachment.html From vma at 440hz.fr Thu May 19 13:46:12 2016 From: vma at 440hz.fr (Vallimamod Abdullah) Date: Thu, 19 May 2016 11:46:12 +0200 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: Hi, You can also disable libyuv if your aren?t using video: ./configure --disable-libyuv Best Regards, Vallimamod . > On 19 May 2016, at 00:36, Gregor Nanger wrote: > > Oh, yes :-((( Here it is: > > make && make install > config.status: creating Makefile > config.status: creating include/apr.h > config.status: creating build/apr_rules.mk > config.status: creating build/pkg/pkginfo > config.status: creating apr-1-config > config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir setting > config.status: creating apr.pc > config.status: creating test/Makefile > config.status: creating test/internal/Makefile > config.status: creating include/arch/unix/apr_private.h > config.status: executing libtool commands > rm: cannot remove `libtoolT': No such file or directory > config.status: executing default commands > config.status: include/apr.h is unchanged > config.status: include/arch/unix/apr_private.h is unchanged > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' > make[2]: Nothing to be done for `local-all'. > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > Making all in xml/expat > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > libtool: link: ranlib .libs/libexpat.a > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) > make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > make[2]: Nothing to be done for `local-all'. > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > touch /usr/src/freeswitch.git/src/include/switch.h > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) > rm -f crypto/include/stamp-h1 > touch config_in.h > cd . && /bin/bash ./config.status crypto/include/config.h > config.status: creating crypto/include/config.h > config.status: crypto/include/config.h is unchanged > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' > CXX libfreeswitch_libyuv_la-row_common.lo > libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > 2016-05-19 0:29 GMT+02:00 Michael Jerris : > you have cut off any useful error messages that would be above that line. > >> On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: >> >> I am trying to install FS on Ubuntu. When I set make, I get following error: >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> Any advice what I am doing wrong? >> >> Best regards, Gregor From gregor at infomedia.si Thu May 19 13:52:05 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 19 May 2016 09:52:05 +0000 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: Thank you very much for your answers. This server is our test server and we can update it to newer version. Just tell me, preferred Linux version for Freeswitch is centos? On Thu, May 19, 2016, 11:47 Vallimamod Abdullah wrote: > Hi, > > You can also disable libyuv if your aren?t using video: ./configure > --disable-libyuv > > Best Regards, > Vallimamod > . > > > On 19 May 2016, at 00:36, Gregor Nanger wrote: > > > > Oh, yes :-((( Here it is: > > > > make && make install > > config.status: creating Makefile > > config.status: creating include/apr.h > > config.status: creating build/apr_rules.mk > > config.status: creating build/pkg/pkginfo > > config.status: creating apr-1-config > > config.status: WARNING: 'apr-config.in' seems to ignore the > --datarootdir setting > > config.status: creating apr.pc > > config.status: creating test/Makefile > > config.status: creating test/internal/Makefile > > config.status: creating include/arch/unix/apr_private.h > > config.status: executing libtool commands > > rm: cannot remove `libtoolT': No such file or directory > > config.status: executing default commands > > config.status: include/apr.h is unchanged > > config.status: include/arch/unix/apr_private.h is unchanged > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' > > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' > > make[2]: Nothing to be done for `local-all'. > > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > > Making all in xml/expat > > make[2]: Entering directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > > make[3]: Entering directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H > -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. > -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.2\" -I. -I.. > -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > -fPIC -DPIC -o xmlparse.o > > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o > libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo > xmlrole.lo > > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la > .libs/libexpat.lai > > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > > libtool: link: ranlib .libs/libexpat.a > > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../ > libexpat.la" "libexpat.la" ) > > make[3]: Leaving directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' > > make[2]: Leaving directory > `/usr/src/freeswitch.git/libs/apr-util/xml/expat' > > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' > > make[2]: Nothing to be done for `local-all'. > > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' > > touch /usr/src/freeswitch.git/src/include/switch.h > > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' > > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) > > rm -f crypto/include/stamp-h1 > > touch config_in.h > > cd . && /bin/bash ./config.status crypto/include/config.h > > config.status: creating crypto/include/config.h > > config.status: crypto/include/config.h is unchanged > > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' > > CXX libfreeswitch_libyuv_la-row_common.lo > > libs/libyuv/source/row_common.cc: In function 'void > libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const > libyuv::YuvConstants*)': > > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const > lvec8 {aka const __vector(32) signed char}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const > lvec16 {aka const __vector(16) short int}[int]' for array subscript > > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > > > > 2016-05-19 0:29 GMT+02:00 Michael Jerris : > > you have cut off any useful error messages that would be above that line. > > > >> On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: > >> > >> I am trying to install FS on Ubuntu. When I set make, I get following > error: > >> > >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 > >> > >> Any advice what I am doing wrong? > >> > >> 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/20160519/ea799d5b/attachment-0001.html From asilva at wirelessmundi.com Thu May 19 14:34:47 2016 From: asilva at wirelessmundi.com (Antonio Silva) Date: Thu, 19 May 2016 12:34:47 +0200 Subject: [Freeswitch-users] cannot use h264 with firefox and verto demo page Message-ID: <573D96C7.2070205@wirelessmundi.com> Hi, I'm trying to use H264 with verto demo page with firefox but no luck making it work... using firefox it never detects or send the h264 codec in the SDP. Is it possible to use this configuration? did anyone try to make video calls with verto and h264? If i use VP8 it works ok but with transcoding. My idea is to avoid unnecessary transcoding between local sip endpoints that only support h264. I've enabled the h264 in about:config, media.peerconnection.video.h264_enabled;true In the endpoint i've set the codecs: I see FS send the offer with only h264 to firefox but firefox always reply with only vp8. The call flow is from FS to Firefox. You can find the logs for the sdp part in the pastebin: https://pastebin.freeswitch.org/view/b111a3de#cmX8ZzjHVyq3OiM3yiHYE9tQmjnXU1JY Thanks for the help! Regards, Ant?nio From 35633 at heb.be Thu May 19 17:04:06 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Thu, 19 May 2016 15:04:06 +0200 Subject: [Freeswitch-users] event socket error Message-ID: I'm having Socket Connection error when i do fs_cli. when i do netstat -nlp | grep 8021, i see that the event socket is not connecting to the localhost as defined in event_socket.conf.xml, but to another ip 0.0.31.85 i dont know where is coming from. I tried since yesterday to fix the problem. NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/5bf2ec8c/attachment.html From krice at freeswitch.org Thu May 19 17:08:58 2016 From: krice at freeswitch.org (Ken Rice) Date: Thu, 19 May 2016 08:08:58 -0500 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: The FreeSWITCH Team Highly recommends using Debian 8 at this time. It is what the entire FS team primarily uses and will result in the least pain. Sent from my iPhone > On May 19, 2016, at 4:52 AM, Gregor Nanger wrote: > > Thank you very much for your answers. This server is our test server and we can update it to newer version. > > Just tell me, preferred Linux version for Freeswitch is centos? > > >> On Thu, May 19, 2016, 11:47 Vallimamod Abdullah wrote: >> Hi, >> >> You can also disable libyuv if your aren?t using video: ./configure --disable-libyuv >> >> Best Regards, >> Vallimamod >> . >> >> > On 19 May 2016, at 00:36, Gregor Nanger wrote: >> > >> > Oh, yes :-((( Here it is: >> > >> > make && make install >> > config.status: creating Makefile >> > config.status: creating include/apr.h >> > config.status: creating build/apr_rules.mk >> > config.status: creating build/pkg/pkginfo >> > config.status: creating apr-1-config >> > config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir setting >> > config.status: creating apr.pc >> > config.status: creating test/Makefile >> > config.status: creating test/internal/Makefile >> > config.status: creating include/arch/unix/apr_private.h >> > config.status: executing libtool commands >> > rm: cannot remove `libtoolT': No such file or directory >> > config.status: executing default commands >> > config.status: include/apr.h is unchanged >> > config.status: include/arch/unix/apr_private.h is unchanged >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> > make[2]: Nothing to be done for `local-all'. >> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> > Making all in xml/expat >> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> > make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >> > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o >> > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo >> > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai >> > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o >> > libtool: link: ranlib .libs/libexpat.a >> > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) >> > make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> > make[2]: Nothing to be done for `local-all'. >> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> > touch /usr/src/freeswitch.git/src/include/switch.h >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' >> > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) >> > rm -f crypto/include/stamp-h1 >> > touch config_in.h >> > cd . && /bin/bash ./config.status crypto/include/config.h >> > config.status: creating crypto/include/config.h >> > config.status: crypto/include/config.h is unchanged >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' >> > CXX libfreeswitch_libyuv_la-row_common.lo >> > libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': >> > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> > >> > 2016-05-19 0:29 GMT+02:00 Michael Jerris : >> > you have cut off any useful error messages that would be above that line. >> > >> >> On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: >> >> >> >> I am trying to install FS on Ubuntu. When I set make, I get following error: >> >> >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> >> >> Any advice what I am doing wrong? >> >> >> >> 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 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160519/5a0bbe3a/attachment.html From gregor at infomedia.si Thu May 19 17:47:44 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 19 May 2016 15:47:44 +0200 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: Cool, thank you... least pain :-)) Like +1 2016-05-19 15:08 GMT+02:00 Ken Rice : > The FreeSWITCH Team Highly recommends using Debian 8 at this time. It is > what the entire FS team primarily uses and will result in the least pain. > > Sent from my iPhone > > On May 19, 2016, at 4:52 AM, Gregor Nanger wrote: > > Thank you very much for your answers. This server is our test server and > we can update it to newer version. > > Just tell me, preferred Linux version for Freeswitch is centos? > > On Thu, May 19, 2016, 11:47 Vallimamod Abdullah wrote: > >> Hi, >> >> You can also disable libyuv if your aren?t using video: ./configure >> --disable-libyuv >> >> Best Regards, >> Vallimamod >> . >> >> > On 19 May 2016, at 00:36, Gregor Nanger wrote: >> > >> > Oh, yes :-((( Here it is: >> > >> > make && make install >> > config.status: creating Makefile >> > config.status: creating include/apr.h >> > config.status: creating build/apr_rules.mk >> > config.status: creating build/pkg/pkginfo >> > config.status: creating apr-1-config >> > config.status: WARNING: 'apr-config.in' seems to ignore the >> --datarootdir setting >> > config.status: creating apr.pc >> > config.status: creating test/Makefile >> > config.status: creating test/internal/Makefile >> > config.status: creating include/arch/unix/apr_private.h >> > config.status: executing libtool commands >> > rm: cannot remove `libtoolT': No such file or directory >> > config.status: executing default commands >> > config.status: include/apr.h is unchanged >> > config.status: include/arch/unix/apr_private.h is unchanged >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' >> > make[2]: Nothing to be done for `local-all'. >> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> > Making all in xml/expat >> > make[2]: Entering directory >> `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> > make[3]: Entering directory >> `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H >> -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. >> -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >> > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" >> -DVERSION=\"expat_1.95.2\" -I. -I.. >> -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >> -fPIC -DPIC -o xmlparse.o >> > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o >> libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo >> xmlrole.lo >> > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la >> .libs/libexpat.lai >> > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o >> > libtool: link: ranlib .libs/libexpat.a >> > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../ >> libexpat.la" "libexpat.la" ) >> > make[3]: Leaving directory >> `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >> > make[2]: Leaving directory >> `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >> > make[2]: Nothing to be done for `local-all'. >> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >> > touch /usr/src/freeswitch.git/src/include/switch.h >> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' >> > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash >> /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) >> > rm -f crypto/include/stamp-h1 >> > touch config_in.h >> > cd . && /bin/bash ./config.status crypto/include/config.h >> > config.status: creating crypto/include/config.h >> > config.status: crypto/include/config.h is unchanged >> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' >> > CXX libfreeswitch_libyuv_la-row_common.lo >> > libs/libyuv/source/row_common.cc: In function 'void >> libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const >> libyuv::YuvConstants*)': >> > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const >> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const >> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const >> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const >> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const >> lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const >> lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const >> lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const >> lvec16 {aka const __vector(16) short int}[int]' for array subscript >> > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> > >> > 2016-05-19 0:29 GMT+02:00 Michael Jerris : >> > you have cut off any useful error messages that would be above that >> line. >> > >> >> On May 18, 2016, at 6:25 PM, Gregor Nanger >> wrote: >> >> >> >> I am trying to install FS on Ubuntu. When I set make, I get following >> error: >> >> >> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >> >> >> >> Any advice what I am doing wrong? >> >> >> >> 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160519/50d39c14/attachment-0001.html From 35633 at heb.be Thu May 19 18:07:43 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Thu, 19 May 2016 16:07:43 +0200 Subject: [Freeswitch-users] Lua scripts In-Reply-To: References: Message-ID: I did as you said but i still have the syntax erroe on the second line: *session:setHangupHook("*onHangup","rien"). NDUWAYEZU Joselyne 2016-05-17 18:33 GMT+02:00 Jude Mukundane : > Hello Joselyne, > > try this. it works for me: > > > > > > *session:answer()session:setHangupHook("onHangup","rien")if > (session:ready()) then* > > just replace your first two lines with the above and try. > > good luck! > > Jude Mukundane > > On Tue, May 17, 2016 at 4:58 PM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > >> Hello i use this lua script tha i found on freeswitch wiki >> But when i run it i have the errors: >> syntax error near unexpected token ; >> seesion.answer(); >> >> and when i remove the ";" i have the error on the while loop, syntax >> error near the unexpected token ==, while (session:ready() == true. >> >> I there something i did not conigure in order the script to work? do we >> put ";" after an instructtion like session:answer() or not. >> >> Thank you or your reply. >> >> session:answer(); >> while (session:ready() == true) do >> session:setAutoHangup(false); >> session:set_tts_params("flite", "kal"); >> session:speak("Welcome. Welcome to the VoIp World!. this is a Blind >> Users Programing Community. powered by Freeswitch, the free / ultimate PBX. >> thank to toni!"); >> session:sleep(100); >> session:speak("please select an Action."); >> session:sleep(100); >> session:speak("to call the conference, press 1"); >> session:sleep(100); >> session:speak("to call Freeswitch IVR, press 2"); >> session:sleep(100); >> session:speak("to call Voice Mail, press 3"); >> session:sleep(100); >> session:speak("for Music on hold, press 4"); >> session:sleep(100); >> session:speak("to call me, press 0"); >> session:sleep(3000); >> digits = session:getDigits(1, "", 3000); >> if (digits == "1") then >> session:execute("transfer","9888"); >> end >> if (digits == "2") then >> session:execute("transfer","5000"); >> end >> if (digits == "3") then >> session:execute("transfer","4000"); >> end >> if (digits == "4") then >> session:execute("transfer","9999"); >> end >> if (digits == "0") then >> session:execute("transfer","voipaware at sip.voipuser.org"); >> end >> end >> >> >> >> >> 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/20160519/b35aa600/attachment.html From max at nysolutions.com Thu May 19 18:20:20 2016 From: max at nysolutions.com (Moishe Grunstein) Date: Thu, 19 May 2016 14:20:20 +0000 Subject: [Freeswitch-users] event socket error In-Reply-To: References: Message-ID: <6beca88c54c34553a11f08d7b0b1aea6@nysolutions.com> Check your hosts file for an entry with that ip for localhost. 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 Nduwayezu, Joselyne Sent: Thursday, May 19, 2016 9:04 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] event socket error I'm having Socket Connection error when i do fs_cli. when i do netstat -nlp | grep 8021, i see that the event socket is not connecting to the localhost as defined in event_socket.conf.xml, but to another ip 0.0.31.85 i dont know where is coming from. I tried since yesterday to fix the problem. NDUWAYEZU Joselyne Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/759f9378/attachment-0001.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/20160519/759f9378/attachment-0001.jpg From mike at jerris.com Thu May 19 19:37:25 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 19 May 2016 11:37:25 -0400 Subject: [Freeswitch-users] freeswitch crashes In-Reply-To: References: Message-ID: <326DCD46-3A23-45BC-9531-4B47A1DF8F96@jerris.com> its not normal to be in /etc/init.d, no.. someone might have manually copied it there. It would be normal to see that in the build directory > On May 19, 2016, at 5:32 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > I 've noticed something strange. In /etc/init.d, i have a directory .libs (i think hidden libraries) and inside the directory there is another daemon of freeswitch (lt-freeswitch). Is it normal? > > NDUWAYEZU Joselyne > > 2016-05-18 23:59 GMT+02:00 Steven Schoch >: > If freeswitch is properly installed, then yes, that means it's not running. > > You can double-check by typing: > # ps ax | grep freeswitch > > It seems the "restart" argument didn't work. Look in the log file for clues as to why. > > You typically don't need to restart freeswitch. If you are restarting because you made a change to the configuration, usually a "reloadxml" will do what you want without shutting everything down first. > > -- > Steve > > On Wed, May 18, 2016 at 7:17 AM, Nduwayezu, Joselyne <35633 at heb.be > wrote: > Hello, > > When i use systemctl status freeswitch, it showss the following: > freeswitch.service > Loaded: not found (Reason: No such file or directory) > Active:inactive (dead) > > Is that mean that freeswitch is not running or it means something else? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/c63a34e2/attachment.html From philipp at zeitschel.net Wed May 18 12:35:24 2016 From: philipp at zeitschel.net (Philipp Zeitschel) Date: Wed, 18 May 2016 08:35:24 +0000 Subject: [Freeswitch-users] wss and nginx Message-ID: <13dd5b3eb06e498fa5afb92c360c8347@zeitschel.net> Hi, i've googled for hours but i don't get it to work i have a nginx proxy at my public ip and it forwards the traffic through 10.1.71.5 to my freeswitch box at 10.1.71.10 i've set ext-rtp-ip and ext-sip-ip to my external IP adress and created the acl.conf.xml in autoload_configs with following content: In fs_cli i get the message 2016-05-18 08:13:43.245201 [WARNING] switch_core_media.c:3458 NO candidate ACL defined, Defaulting to wan.auto So i think the acl is working. My nginx config looks like this: server { listen 0.0.0.0:443; server_name hostname; keepalive_timeout 70; ssl on; ssl_certificate /etc/ssl/my.ct; ssl_certificate_key /etc/ssl/my.key; ssl_dhparam /etc/ssl/dhparam.pem; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; location / { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_read_timeout 3600; proxy_http_version 1.1; proxy_pass https://10.1.71.10:7443; } } I can login and establish calls but i don't hear voice so i think the rtp packages are not ok Because of that i've enabled sip trace and get this: send 1668 bytes to wss/[10.1.71.5]:32890 at 08:13:43.266640: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/WSS keenaijeb5h6.invalid;branch=z9hG4bK779005;received=10.1.71.5;rport=32890 From: ;tag=n8m38teo73 To: ;tag=gX23c0rey78vH Call-ID: toghv9ifikpaeib85mh8 CSeq: 6099 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.6.8-15-99de0ad~64bit Accept: application/sdp Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 901 Remote-Party-ID: "conf" ;party=calling;privacy=off;screen=no v=0 o=FreeSWITCH 1463528835 1463528836 IN IP4 10.1.71.10 s=FreeSWITCH c=IN IP4 10.1.71.10 t=0 0 a=msid-semantic: WMS 7y98fmZXWMapBpCUcRfJdKQGM9JU5t83 a=end-of-candidates m=audio 30388 UDP/TLS/RTP/SAVPF 111 101 106 a=rtpmap:111 opus/48000/2 a=fmtp:111 useinbandfec=1; minptime=10 a=rtpmap:101 telephone-event/8000 a=rtpmap:106 CN/8000 a=ptime:20 a=fingerprint:sha-256 5E:AE:56:B1:0B:39:38:7B:00:6F:8A:84:F6:0F:DC:86:8D:24:9A:7D:4D:59:F8:95:8F:CC:ED:A2:6F:90:84:2C a=setup:active a=rtcp-mux a=rtcp:30388 IN IP4 10.1.71.10 a=ice-ufrag:wLDAlj6YjGJfZH8H a=ice-pwd:F0vQH6N0H0LyFhs1SVr45oSe a=candidate:0546395930 1 udp 659136 10.1.71.10 30388 typ host generation 0 a=ssrc:2671785415 cname:R71XkQK7tLmU0PF3 a=ssrc:2671785415 msid:7y98fmZXWMapBpCUcRfJdKQGM9JU5t83 a0 a=ssrc:2671785415 mslabel:7y98fmZXWMapBpCUcRfJdKQGM9JU5t83 a=ssrc:2671785415 label:7y98fmZXWMapBpCUcRfJdKQGM9JU5t83a0 ------------------------------------------------------------------------ My freeswitch (running on debian jessie) version is FreeSWITCH Version 1.6.8-15-99de0ad~64bit (-15-99de0ad 64bit) What am i doing wrong? What else can i do to force freeswitch to use my external IP in the RTP Packages? Regards Philipp -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/46b61231/attachment-0001.html From mrice0118 at gmail.com Wed May 18 20:20:32 2016 From: mrice0118 at gmail.com (Mike Rice) Date: Wed, 18 May 2016 12:20:32 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: References: Message-ID: I got it from the following URL. https://freeswitch.org/confluence/display/FREESWITCH/Codec+Negotiation ---------- Forwarded message ---------- From: Michael Jerris To: FreeSWITCH Users Help Cc: Date: Tue, 17 May 2016 16:45:16 -0400 Subject: Re: [Freeswitch-users] Disable annexb for g729 It was spread about pretty widely when we went to 1.4 but thats a couple years ago now. It should be documented on the wiki but may have fallen off during the transition to confluence as 1.2 is quite old. Where did you see docs for the sip_ var? On Tue, May 17, 2016 at 3:51 PM, Mike Rice wrote: > Thanks Michael! That did the trick. Did I miss that somewhere? > > From: Michael Jerris > > > > between 1.2 and 1.4 the var got renamed from sip_ to rtp_ > > > On Tue, May 17, 2016 at 10:57 AM, Mike Rice wrote: > >> We have a carrier the mandates that annex b be disabled on the invites to >> them. I have added the following to the default dialplan but nothing seems >> to change the invite on the B leg to the carrier. >> >> >> >> >> >> >> >> >> >> and >> >> >> >> >> inbound-late-negotiation is set to true. The logs show that it is >> exporting: >> >> [DEBUG] switch_channel.c:1267 EXPORT (export_vars) >> [sip_h_Diversion]=[;reason=unavailable] >> EXECUTE sofia/internal/1000 at 10.10.X.X >> bridge(sofia/gateway/lo7f/XXXXXXXXXX) >> [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X >> EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event >> [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X >> EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] >> to event >> >> The SDP does not reflect: >> >> Local SDP: >> v=0 >> o=FreeSWITCH IN IP4 10.10.X.X >> s=FreeSWITCH >> c=IN IP4 10.10.X.X >> t=0 0 >> m=audio 20022 RTP/AVP 18 0 8 101 13 >> a=rtpmap:18 G729/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> Any help would be greatly appreciated. Thanks! >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160518/e645c782/attachment.html From szalanc1 at gmail.com Thu May 19 20:05:56 2016 From: szalanc1 at gmail.com (=?utf-8?Q?Szal=C3=A1nczi_G=C3=A1bor?=) Date: Thu, 19 May 2016 18:05:56 +0200 Subject: [Freeswitch-users] Bypass media with callcenter Message-ID: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> Hello! We are developing a FreeSwitch based solution for a sign-language interpreter service for hearing impaireds. The system is already somewhat operational, but we are facing serious audio/video quality issues (to the point of being completely unusable), presumably caused by our virtualized PBX environment in passthrough media mode. Indeed, by switching the calls to bypass media mode from the dialplan, most of these problems vanished. The problem is the callcenter module, which is a crucial component for the operation of our service, but seemingly does not honor any setting meant to switch the calls to bypass mode. We have tried setting, exporting (even with cc_export_vars) the bypass_media=true and bypass_media_after_bridge=true variables from the dialplan before calling the callcenter application, setting them from the dialstring of the callcenter agents, and configuring the profile with inbound-bypass-media=true. None of these worked, the media streams of the calls serviced from the queue still got relayed by FreeSwitch. The only way we were able to remove the PBX from the media path was using the uuid_media_3p off API call, issued from an ESL PHP script after the call is established between a client and an agent (from a custom event handler for the bridge-agent-start callcenter action). The main problem with this approach that the callcenter app initiates the call to the agent without ICE protocol (since it wants the PBX to relay the media streams), so our custom liblinphone-based desktop client will also respond to the b-leg REINVITE (triggered by uuid_media_3p) without ICE, resulting no media at all in bypass mode. Our custom mobile clients are ICE enabled, so the a-leg properly answers the REINVITE with ICE, and its SDP with candidate attributes gets forwarded to the b-leg, but since it had not started an ICE session at the initial call setup, it will ignore it, and send back a plain SDP just with its internal IP and ports. Is there any way to force the callcenter app to send its initial INVITE with ICE? We have noticed that the a-leg's INVITE with candidates in its SDP is responded by FreeSwitch with a single candidate line for itself (this way it also keeps the ICE session alive at the client, so it can use it later responding the REINVITE), so hopefully it is possible. We are open to any other suggestions which leads to bypass media mode with callcenter. Best Regards! G?bor Szal?nczi cid:image001.gif at 01D1B1E9.D64F69C0 E?Group c?m: telefon: fax: 1062 Budapest, V?ci ?t 1-3. Westend Irodah?z "C" torony, 5. emelet (+36-1) 371 25 55 (+36-1) 371 25 56 web: telephely: www.egroup.hu 3525 Miskolc, Madar?sz Viktor u. 13/A Szal?nczi G?bor szoftverfejleszt? / Software Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/2ad07a78/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 842 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/2ad07a78/attachment.gif From flokrrr at gmail.com Thu May 19 20:26:03 2016 From: flokrrr at gmail.com (Florent Krieg) Date: Thu, 19 May 2016 18:26:03 +0200 Subject: [Freeswitch-users] Bypass media with callcenter In-Reply-To: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> References: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> Message-ID: Hello, Very interesting application of FreeSWITCH (from my pov). Anyway, what FS version have you tried? Because I tracked down this issue with the FS community and it has been solved in 1.6.8, released on May the 5th (https://freeswitch.org/the-freeswitch-1-6-8-release-is-here/). Case was https://freeswitch.org/jira/browse/FS-9025. Hope it helps. Florent 2016-05-19 18:05 GMT+02:00 Szal?nczi G?bor : > Hello! > > > > We are developing a FreeSwitch based solution for a sign-language > interpreter service for hearing impaireds. The system is already somewhat > operational, but we are facing serious audio/video quality issues (to the > point of being completely unusable), presumably caused by our virtualized > PBX environment in passthrough media mode. Indeed, by switching the calls > to bypass media mode from the dialplan, most of these problems vanished. > > > > The problem is the callcenter module, which is a crucial component for the > operation of our service, but seemingly does not honor any setting meant to > switch the calls to bypass mode. We have tried setting, exporting (even > with cc_export_vars) the bypass_media=true and > bypass_media_after_bridge=true variables from the dialplan before calling > the callcenter application, setting them from the dialstring of the > callcenter agents, and configuring the profile with > inbound-bypass-media=true. None of these worked, the media streams of the > calls serviced from the queue still got relayed by FreeSwitch. > > > > The only way we were able to remove the PBX from the media path was using > the uuid_media_3p off API call, issued from an ESL PHP script after the > call is established between a client and an agent (from a custom event > handler for the bridge-agent-start callcenter action). The main problem > with this approach that the callcenter app initiates the call to the agent > without ICE protocol (since it wants the PBX to relay the media streams), > so our custom liblinphone-based desktop client will also respond to the > b-leg REINVITE (triggered by uuid_media_3p) without ICE, resulting no media > at all in bypass mode. Our custom mobile clients are ICE enabled, so the > a-leg properly answers the REINVITE with ICE, and its SDP with candidate > attributes gets forwarded to the b-leg, but since it had not started an ICE > session at the initial call setup, it will ignore it, and send back a plain > SDP just with its internal IP and ports. > > > > Is there any way to force the callcenter app to send its initial INVITE > with ICE? We have noticed that the a-leg's INVITE with candidates in its > SDP is responded by FreeSwitch with a single candidate line for itself > (this way it also keeps the ICE session alive at the client, so it can use > it later responding the REINVITE), so hopefully it is possible. > > > > We are open to any other suggestions which leads to bypass media mode with > callcenter. > > > > Best Regards! > > > > > G?bor Szal?nczi > > > [image: cid:image001.gif at 01D1B1E9.D64F69C0] > > > *E*?*Group* > > > > c?m: > telefon: > fax: > > 1062 Budapest, V?ci ?t 1-3. Westend Irodah?z "C" torony, 5. emelet > (+36-1) 371 25 55 > (+36-1) 371 25 56 > > web: > > > > telephely: > > www.egroup.hu > > > > 3525 Miskolc, Madar?sz Viktor u. 13/A > > > > > > > > > > *Szal?nczi G?bor* > szoftverfejleszt? / Software Developer > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160519/2fd4f57a/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 842 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/2fd4f57a/attachment-0001.gif From flokrrr at gmail.com Thu May 19 20:42:03 2016 From: flokrrr at gmail.com (Florent Krieg) Date: Thu, 19 May 2016 18:42:03 +0200 Subject: [Freeswitch-users] Bypass media with callcenter In-Reply-To: References: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> Message-ID: (to be more precise: I tracked down the issue of bypass_media_after_bridge with mod_callcenter :) ) Florent 2016-05-19 18:26 GMT+02:00 Florent Krieg : > Hello, > > Very interesting application of FreeSWITCH (from my pov). > > Anyway, what FS version have you tried? Because I tracked down this issue > with the FS community and it has been solved in 1.6.8, released on May the > 5th (https://freeswitch.org/the-freeswitch-1-6-8-release-is-here/). > Case was https://freeswitch.org/jira/browse/FS-9025. > > Hope it helps. > Florent > > 2016-05-19 18:05 GMT+02:00 Szal?nczi G?bor : > >> Hello! >> >> >> >> We are developing a FreeSwitch based solution for a sign-language >> interpreter service for hearing impaireds. The system is already somewhat >> operational, but we are facing serious audio/video quality issues (to the >> point of being completely unusable), presumably caused by our virtualized >> PBX environment in passthrough media mode. Indeed, by switching the calls >> to bypass media mode from the dialplan, most of these problems vanished. >> >> >> >> The problem is the callcenter module, which is a crucial component for >> the operation of our service, but seemingly does not honor any setting >> meant to switch the calls to bypass mode. We have tried setting, exporting >> (even with cc_export_vars) the bypass_media=true and >> bypass_media_after_bridge=true variables from the dialplan before calling >> the callcenter application, setting them from the dialstring of the >> callcenter agents, and configuring the profile with >> inbound-bypass-media=true. None of these worked, the media streams of the >> calls serviced from the queue still got relayed by FreeSwitch. >> >> >> >> The only way we were able to remove the PBX from the media path was >> using the uuid_media_3p off API call, issued from an ESL PHP script after >> the call is established between a client and an agent (from a custom event >> handler for the bridge-agent-start callcenter action). The main problem >> with this approach that the callcenter app initiates the call to the agent >> without ICE protocol (since it wants the PBX to relay the media streams), >> so our custom liblinphone-based desktop client will also respond to the >> b-leg REINVITE (triggered by uuid_media_3p) without ICE, resulting no media >> at all in bypass mode. Our custom mobile clients are ICE enabled, so the >> a-leg properly answers the REINVITE with ICE, and its SDP with candidate >> attributes gets forwarded to the b-leg, but since it had not started an ICE >> session at the initial call setup, it will ignore it, and send back a plain >> SDP just with its internal IP and ports. >> >> >> >> Is there any way to force the callcenter app to send its initial INVITE >> with ICE? We have noticed that the a-leg's INVITE with candidates in its >> SDP is responded by FreeSwitch with a single candidate line for itself >> (this way it also keeps the ICE session alive at the client, so it can use >> it later responding the REINVITE), so hopefully it is possible. >> >> >> >> We are open to any other suggestions which leads to bypass media mode >> with callcenter. >> >> >> >> Best Regards! >> >> >> >> >> G?bor Szal?nczi >> >> >> [image: cid:image001.gif at 01D1B1E9.D64F69C0] >> >> >> *E*?*Group* >> >> >> >> c?m: >> telefon: >> fax: >> >> 1062 Budapest, V?ci ?t 1-3. Westend Irodah?z "C" torony, 5. emelet >> (+36-1) 371 25 55 >> (+36-1) 371 25 56 >> >> web: >> >> >> >> telephely: >> >> www.egroup.hu >> >> >> >> 3525 Miskolc, Madar?sz Viktor u. 13/A >> >> >> >> >> >> >> >> >> >> *Szal?nczi G?bor* >> szoftverfejleszt? / Software Developer >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160519/7f80c063/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 842 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/7f80c063/attachment.gif From mike at jerris.com Thu May 19 20:52:40 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 19 May 2016 12:52:40 -0400 Subject: [Freeswitch-users] Disable annexb for g729 In-Reply-To: References: Message-ID: <46227A16-D5AE-4BBC-9ADA-A5EA0E77DA5F@jerris.com> fixed, thanks. > On May 18, 2016, at 12:20 PM, Mike Rice wrote: > > I got it from the following URL. > > https://freeswitch.org/confluence/display/FREESWITCH/Codec+Negotiation > > ---------- Forwarded message ---------- > From: Michael Jerris > > To: FreeSWITCH Users Help > > Cc: > Date: Tue, 17 May 2016 16:45:16 -0400 > Subject: Re: [Freeswitch-users] Disable annexb for g729 > It was spread about pretty widely when we went to 1.4 but thats a couple years ago now. It should be documented on the wiki but may have fallen off during the transition to confluence as 1.2 is quite old. Where did you see docs for the sip_ var? > > On Tue, May 17, 2016 at 3:51 PM, Mike Rice > wrote: > Thanks Michael! That did the trick. Did I miss that somewhere? > > From: Michael Jerris > > > > > between 1.2 and 1.4 the var got renamed from sip_ to rtp_ > > > On Tue, May 17, 2016 at 10:57 AM, Mike Rice > wrote: > We have a carrier the mandates that annex b be disabled on the invites to them. I have added the following to the default dialplan but nothing seems to change the invite on the B leg to the carrier. > > > > > > > > > > and > > > > > inbound-late-negotiation is set to true. The logs show that it is exporting: > > [DEBUG] switch_channel.c:1267 EXPORT (export_vars) [sip_h_Diversion]=[;reason=unavailable] > EXECUTE sofia/internal/1000 at 10.10.X.X bridge(sofia/gateway/lo7f/XXXXXXXXXX) > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_append_audio_sdp]=[a=fmtp:18 annexb=no] to event > [DEBUG] switch_channel.c:1221 sofia/internal/1000 at 10.10.X.X EXPORTING[export_vars] [sip_h_Diversion]=[;reason=unavailable] to event > > The SDP does not reflect: > > Local SDP: > v=0 > o=FreeSWITCH IN IP4 10.10.X.X > s=FreeSWITCH > c=IN IP4 10.10.X.X > t=0 0 > m=audio 20022 RTP/AVP 18 0 8 101 13 > a=rtpmap:18 G729/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > Any help would be greatly appreciated. Thanks! > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/a2f6a047/attachment-0001.html From daveh at beachdognet.com Thu May 19 23:22:13 2016 From: daveh at beachdognet.com (Dave Horton) Date: Thu, 19 May 2016 15:22:13 -0400 Subject: [Freeswitch-users] any tips for adding a new ASR module? In-Reply-To: References: Message-ID: I?m thinking of adding a new module in mod/asr_tts to implement support for ASR using Nuance?s HTTP-based cloud interface. Beyond the standard module author documentation (which seems to pertain more specifically to things added under mod/applications) I was wondering if there are any specific docs that describe how to add asr or tts modules, which seem to implement a specific interface? If not, I?ll just review the existing modules and follow along, but I thought it would be worth asking?. Dave From steveayre at gmail.com Fri May 20 02:45:19 2016 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 19 May 2016 23:45:19 +0100 Subject: [Freeswitch-users] Javascript and freeswitch In-Reply-To: References: Message-ID: You have to run the script within FreeSWITCH from the dialplan using the 'javascript' application in mod_v8, see https://freeswitch.org/confluence/display/FREESWITCH/mod_v8. That provides some extra objects and interfaces such as the Session object that you won't have defined if you're running it as a shell script. On 13 May 2016 at 14:47, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > Hello, > > How do you write script in javascript when you want to invoke it in the > dialplan? > > I tried this: > > #!/usr/bin/js > > session = new Session ("sofia/external/xxxx at yyyy.fr"); > session.waitForanswer(10000); > if(session.ready()) { > session.sleep(1000); > session.streamFile("path to the file"); > > But when i execute it, i get the error: > ReferenceError: Session is not defined > > How can i fix it? > > > 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/20160519/c33c45bb/attachment.html From 35633 at heb.be Fri May 20 03:17:43 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Fri, 20 May 2016 01:17:43 +0200 Subject: [Freeswitch-users] event socket error In-Reply-To: <6beca88c54c34553a11f08d7b0b1aea6@nysolutions.com> References: <6beca88c54c34553a11f08d7b0b1aea6@nysolutions.com> Message-ID: Hello, In /etc/hosts ffile, there is only one line: 127.0.0.1 localhost NDUWAYEZU Joselyne 2016-05-19 16:20 GMT+02:00 Moishe Grunstein : > Check your hosts file for an entry with that ip for localhost. > > > > 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 *Nduwayezu, > Joselyne > *Sent:* Thursday, May 19, 2016 9:04 AM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] event socket error > > > > I'm having Socket Connection error when i do fs_cli. > > when i do netstat -nlp | grep 8021, i see that the event socket is not > connecting to the localhost as defined in event_socket.conf.xml, but to > another ip 0.0.31.85 i dont know where is coming from. > > > > I tried since yesterday to fix the problem. > > > > 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 > -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/498b6a11/attachment.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/20160520/498b6a11/attachment.jpg From andrew.keil at visytel.com Fri May 20 05:25:36 2016 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 20 May 2016 01:25:36 +0000 Subject: [Freeswitch-users] Issue with mod_verto enabled inside modules.conf.xml and originate not working correctly Message-ID: To FreeSWITCH Users, I thought I would pass this on since I spent all day yesterday trying to track this issue down. See below for my setup of FreeSWITCH version 1.6.8 (this problem also happens on 1.6.5 since that is why I upgraded to see if the problem was fixed or not). I can reproduce this issue on FreeSWITCH 1.6.5 and 1.6.8 100% of the time. Basically if mod_verto is not commented out inside the modules.conf.xml file then the "originate" does not function as it is supposed to. See at the bottom of this message my test Lua script (visytel-test-out.lua). I setup a simple SIP phone (Bria) to register with FreeSWITCH under user 1000 (sofia status profile internal reg checked out OK) then called the originate command: originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 When mod_verto is commented out and FreeSWITCH is started everything works OK (except session:hangupCause() always returns NONE - but I can work around this) When mod_verto is not commented out and FreeSWITCH is started originate gets stuck and never starts the Lua script (unless answered) despite return_ring_ready=true. Luckily I currently do not need video on my FreeSWITCH installations so I can happily comment out mod_verto, however this may not be the case in the future. Kind Regards, Andrew Keil Visytel Pty Ltd New setup of FreeSWITCH 1.6.8 on up-to-date CentOS 6.7 yum -y install epel-release yum -y install git gcc-c++ autoconf automake libtool wget python ncurses-devel zlib-devel libjpeg-devel openssl-devel sqlite-devel libcurl-devel libxml2-devel libidn-devel readline-devel These should be already installed and up-to-date yum -y install e2fsprogs-devel pcre-devel speex-devel ldns-devel libedit-devel libyuv-devel opus-devel libvpx-devel unbound-devel libuuid-devel libsndfile-devel sox These should install Note: No packages for: libvpx2*, libdb4* (so mod_vpx & mod_fsv will not be supported) cd /usr/local/src git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git cd /usr/local/src/freeswitch ./bootstrap.sh vi modules.conf Comment out (ie. place '#' infront): mod_fsv mod_h26x Save and close ( :wq!) ./configure --disable-libvpx --disable-libyuv yum install yasm-devel {This is extra from the original yum install pre-requisites} make make install make cd-sounds-install make cd-moh-install cd /usr/local/freeswitch/conf vi vars.xml Change: {!!set it to something different!!} Save and close ( :wq!) cd /usr/local/freeswitch/conf/autoload_configs vi modules.conf.xml comment out (ie. place '' at the end): mod_fsv Save and close ( :wq!) cd /usr/local/freeswitch/bin ./freeswitch -nonat -nonatmap version FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit) ... to exit from FreeSWITCH console Here is my test Lua script which was placed inside scripts/visytel-test-out.lua: local trace_string -- Script tested by using originate: originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 --[[ Dialplan inside conf/dialplan/default/00_visytel_out.xml: ]]-- -- Trace some channel variables here trace_string = session:getVariable("uuid") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("destination_number") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("ani") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("direction") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("channel_name") freeswitch.consoleLog("INFO", trace_string) -- waitForAnswer here freeswitch.consoleLog("INFO", "Prior to session.waitForAnswer()") session:waitForAnswer(session) freeswitch.consoleLog("INFO", "After session.waitForAnswer()") -- Get Hangup Cause {this does not seem to work} freeswitch.consoleLog("INFO", session:hangupCause()) -- This seems to be always a value of NONE so not much use -- Handle whether outbound call was ANSWERED or not here if (session:getState() ~= "CS_HANGUP") then freeswitch.consoleLog("INFO", "OUTBOUND ANSWERED") session:sleep(2000) session:hangup() -- Just HANGUP for now else freeswitch.consoleLog("INFO", "OUTBOUND FAILED") session:hangup() end -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/afa7deed/attachment-0001.html From krice at freeswitch.org Fri May 20 06:10:57 2016 From: krice at freeswitch.org (Ken Rice) Date: Thu, 19 May 2016 21:10:57 -0500 Subject: [Freeswitch-users] Issue with mod_verto enabled inside modules.conf.xml and originate not working correctly In-Reply-To: References: Message-ID: <12FC1E68-28D2-4C59-9C03-D3A79D13CDAD@freeswitch.org> Potential bugs like this should be reported to the jira bug tracker @ https://freeswitch.org/jira Sent from my iPhone > On May 19, 2016, at 8:25 PM, Andrew Keil wrote: > > To FreeSWITCH Users, > > I thought I would pass this on since I spent all day yesterday trying to track this issue down. > > See below for my setup of FreeSWITCH version 1.6.8 (this problem also happens on 1.6.5 since that is why I upgraded to see if the problem was fixed or not). > > I can reproduce this issue on FreeSWITCH 1.6.5 and 1.6.8 100% of the time. > > Basically if mod_verto is not commented out inside the modules.conf.xml file then the ?originate? does not function as it is supposed to. > > See at the bottom of this message my test Lua script (visytel-test-out.lua). > > I setup a simple SIP phone (Bria) to register with FreeSWITCH under user 1000 (sofia status profile internal reg checked out OK) then called the originate command: > > originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 > > When mod_verto is commented out and FreeSWITCH is started everything works OK (except session:hangupCause() always returns NONE ? but I can work around this) > When mod_verto is not commented out and FreeSWITCH is started originate gets stuck and never starts the Lua script (unless answered) despite return_ring_ready=true. > > Luckily I currently do not need video on my FreeSWITCH installations so I can happily comment out mod_verto, however this may not be the case in the future. > > Kind Regards, > > Andrew Keil > Visytel Pty Ltd > > New setup of FreeSWITCH 1.6.8 on up-to-date CentOS 6.7 > > yum -y install epel-release > > yum -y install git gcc-c++ autoconf automake libtool wget python ncurses-devel zlib-devel libjpeg-devel openssl-devel sqlite-devel libcurl-devel libxml2-devel libidn-devel readline-devel > These should be already installed and up-to-date > yum -y install e2fsprogs-devel pcre-devel speex-devel ldns-devel libedit-devel libyuv-devel opus-devel libvpx-devel unbound-devel libuuid-devel libsndfile-devel sox > These should install > Note: No packages for: libvpx2*, libdb4* (so mod_vpx & mod_fsv will not be supported) > > cd /usr/local/src > git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git > cd /usr/local/src/freeswitch > ./bootstrap.sh > vi modules.conf > Comment out (ie. place '#' infront): > mod_fsv > mod_h26x > Save and close ( :wq!) > > ./configure --disable-libvpx --disable-libyuv > > yum install yasm-devel {This is extra from the original yum install pre-requisites} > > make > make install > make cd-sounds-install > make cd-moh-install > cd /usr/local/freeswitch/conf > vi vars.xml > Change: {!!set it to something different!!} > Save and close ( :wq!) > cd /usr/local/freeswitch/conf/autoload_configs > vi modules.conf.xml > comment out (ie. place '' at the end): > mod_fsv > Save and close ( :wq!) > cd /usr/local/freeswitch/bin > ./freeswitch -nonat -nonatmap > > version > FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit) > ... to exit from FreeSWITCH console > > > Here is my test Lua script which was placed inside scripts/visytel-test-out.lua: > > local trace_string > > -- Script tested by using originate: originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 > > --[[ > > Dialplan inside conf/dialplan/default/00_visytel_out.xml: > > > > > > > > > > > ]]-- > > -- Trace some channel variables here > trace_string = session:getVariable("uuid") > freeswitch.consoleLog("INFO", trace_string) > trace_string = session:getVariable("destination_number") > freeswitch.consoleLog("INFO", trace_string) > trace_string = session:getVariable("ani") > freeswitch.consoleLog("INFO", trace_string) > trace_string = session:getVariable("direction") > freeswitch.consoleLog("INFO", trace_string) > trace_string = session:getVariable("channel_name") > freeswitch.consoleLog("INFO", trace_string) > > -- waitForAnswer here > freeswitch.consoleLog("INFO", "Prior to session.waitForAnswer()") > session:waitForAnswer(session) > freeswitch.consoleLog("INFO", "After session.waitForAnswer()") > -- Get Hangup Cause {this does not seem to work} > freeswitch.consoleLog("INFO", session:hangupCause()) -- This seems to be always a value of NONE so not much use > > -- Handle whether outbound call was ANSWERED or not here > if (session:getState() ~= "CS_HANGUP") then > freeswitch.consoleLog("INFO", "OUTBOUND ANSWERED") > session:sleep(2000) > session:hangup() -- Just HANGUP for now > else > freeswitch.consoleLog("INFO", "OUTBOUND FAILED") > session:hangup() > end > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160519/bca66106/attachment.html From andrew.keil at visytel.com Fri May 20 06:34:28 2016 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 20 May 2016 02:34:28 +0000 Subject: [Freeswitch-users] Issue with mod_verto enabled inside modules.conf.xml and originate not working correctly In-Reply-To: <12FC1E68-28D2-4C59-9C03-D3A79D13CDAD@freeswitch.org> References: <12FC1E68-28D2-4C59-9C03-D3A79D13CDAD@freeswitch.org> Message-ID: Just done this: Ticket: FS-9186 From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Friday, 20 May 2016 12:11 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Issue with mod_verto enabled inside modules.conf.xml and originate not working correctly Potential bugs like this should be reported to the jira bug tracker @ https://freeswitch.org/jira Sent from my iPhone On May 19, 2016, at 8:25 PM, Andrew Keil > wrote: To FreeSWITCH Users, I thought I would pass this on since I spent all day yesterday trying to track this issue down. See below for my setup of FreeSWITCH version 1.6.8 (this problem also happens on 1.6.5 since that is why I upgraded to see if the problem was fixed or not). I can reproduce this issue on FreeSWITCH 1.6.5 and 1.6.8 100% of the time. Basically if mod_verto is not commented out inside the modules.conf.xml file then the ?originate? does not function as it is supposed to. See at the bottom of this message my test Lua script (visytel-test-out.lua). I setup a simple SIP phone (Bria) to register with FreeSWITCH under user 1000 (sofia status profile internal reg checked out OK) then called the originate command: originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 When mod_verto is commented out and FreeSWITCH is started everything works OK (except session:hangupCause() always returns NONE ? but I can work around this) When mod_verto is not commented out and FreeSWITCH is started originate gets stuck and never starts the Lua script (unless answered) despite return_ring_ready=true. Luckily I currently do not need video on my FreeSWITCH installations so I can happily comment out mod_verto, however this may not be the case in the future. Kind Regards, Andrew Keil Visytel Pty Ltd New setup of FreeSWITCH 1.6.8 on up-to-date CentOS 6.7 yum -y install epel-release yum -y install git gcc-c++ autoconf automake libtool wget python ncurses-devel zlib-devel libjpeg-devel openssl-devel sqlite-devel libcurl-devel libxml2-devel libidn-devel readline-devel These should be already installed and up-to-date yum -y install e2fsprogs-devel pcre-devel speex-devel ldns-devel libedit-devel libyuv-devel opus-devel libvpx-devel unbound-devel libuuid-devel libsndfile-devel sox These should install Note: No packages for: libvpx2*, libdb4* (so mod_vpx & mod_fsv will not be supported) cd /usr/local/src git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git cd /usr/local/src/freeswitch ./bootstrap.sh vi modules.conf Comment out (ie. place '#' infront): mod_fsv mod_h26x Save and close ( :wq!) ./configure --disable-libvpx --disable-libyuv yum install yasm-devel {This is extra from the original yum install pre-requisites} make make install make cd-sounds-install make cd-moh-install cd /usr/local/freeswitch/conf vi vars.xml Change: {!!set it to something different!!} Save and close ( :wq!) cd /usr/local/freeswitch/conf/autoload_configs vi modules.conf.xml comment out (ie. place '' at the end): mod_fsv Save and close ( :wq!) cd /usr/local/freeswitch/bin ./freeswitch -nonat -nonatmap version FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit) ... to exit from FreeSWITCH console Here is my test Lua script which was placed inside scripts/visytel-test-out.lua: local trace_string -- Script tested by using originate: originate {ignore_early_media=true,call_timeout=15,return_ring_ready=true}user/1000 00000000 --[[ Dialplan inside conf/dialplan/default/00_visytel_out.xml: ]]-- -- Trace some channel variables here trace_string = session:getVariable("uuid") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("destination_number") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("ani") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("direction") freeswitch.consoleLog("INFO", trace_string) trace_string = session:getVariable("channel_name") freeswitch.consoleLog("INFO", trace_string) -- waitForAnswer here freeswitch.consoleLog("INFO", "Prior to session.waitForAnswer()") session:waitForAnswer(session) freeswitch.consoleLog("INFO", "After session.waitForAnswer()") -- Get Hangup Cause {this does not seem to work} freeswitch.consoleLog("INFO", session:hangupCause()) -- This seems to be always a value of NONE so not much use -- Handle whether outbound call was ANSWERED or not here if (session:getState() ~= "CS_HANGUP") then freeswitch.consoleLog("INFO", "OUTBOUND ANSWERED") session:sleep(2000) session:hangup() -- Just HANGUP for now else freeswitch.consoleLog("INFO", "OUTBOUND FAILED") session:hangup() end _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160520/604cb315/attachment-0001.html From fernando at cloudigit.com Fri May 20 07:32:07 2016 From: fernando at cloudigit.com (Fernando Hernandez) Date: Fri, 20 May 2016 11:32:07 +0800 Subject: [Freeswitch-users] G.729 module uses two channels (licenses) for only one call in Message-ID: Hi All, Briefly I introduce our system: IPPBX device <-> FreeSwitch <-> bigbluebutton platform we have two big issues related to FreeSwitch G.729 commercial module. 1. When we receive a call in (from outside IPPBX) to join a meeting we can see in FreeSwitch logs two encoding/decoding outputs, resulting two channels in use for only one call in. At the beginning we thought it was related to an IVR message to ask the user for the meetingID and password, but we "harcoded" that info in FreeSwitch files to directly forward the user into the meeting and we had the same problem. For call out (from BBB to outside phone number) only one channel is used. 2. We have four G.729 channels, For instance, if we run 1 call out (1 G.729 channel in use) and 2 calls in (another 4 channels), the second call in will establish the connection but a weird "KAKAKA" sound will appear. We can see this error message in the log: - [ERR] switch_core_io.c:697 Codec RAW Signed Linear (16 bit) decoder error! [1] We now it happens because we only have four channels and we are trying to use the fifth one, but if we do the same with calls out, 5 calls out, the fifth one will just be closed as soon as the user pick up the phone and no weird sound will happen. Thanks and best regards. -- *Fernando Hernandez Esguevillas* *Cloudpe Corp.* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/37d77c25/attachment.html From tarantul at gmail.com Fri May 20 09:17:30 2016 From: tarantul at gmail.com (Nick 'tarantul' Novikov) Date: Fri, 20 May 2016 08:17:30 +0300 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Message-ID: Sometime I reckon with this bug. FS restart fails and I need to remove all file in db directory. Is it possible to disable usage sqlite db files because I have configured pgsql storage? On Fri, May 13, 2016 at 7:49 PM, Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I'll try again: > root at pbx:/var/lib/freeswitch/db# service freeswitch stop > root at pbx:/var/lib/freeswitch/db# rm call_limit.db core.db directory.db > fifo.db share_presence.db sofia_reg_*.db > root at pbx:/var/lib/freeswitch/db# ls -l > total 48 > -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 voicemail_default.db > root at pbx:/var/lib/freeswitch/db# service freeswitch start > root at pbx:/var/lib/freeswitch/db# ls -l > total 564 > -rw-r----- 1 freeswitch freeswitch 14336 May 13 09:39 call_limit.db > -rw-r----- 1 freeswitch freeswitch 204800 May 13 09:39 core.db > -rw-r----- 1 freeswitch freeswitch 2048 May 13 09:39 directory.db > -rw-r----- 1 freeswitch freeswitch 5120 May 13 09:39 fifo.db > -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 share_presence.db > -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 > sofia_reg_external.db > -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 sofia_reg_lan.db > -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 voicemail_default.db > > Hey! It worked! the DB error isn't there anymore! > > Now I can work on the next problem, which is that incoming calls are > immediately rejected. That's just me digging through the logs, reading the > documentation, and seeing what I messed up when I moved them to the new > system. > > -- > Steve > > On Fri, May 13, 2016 at 9:29 AM, Ken Rice wrote: > >> Make sure the filesystem perms are correct for the user that freeswitch >> is running as. >> >> >> >> It is safe to stop FreeSWITCH, remove the files, and allow FreeSWITCH to >> recreate them with the correct permissions. The only file that needs to >> hang around across reboots is the voicemail one which contains the metadata >> for any voicemails that are still on the system. If you are not using >> mod_voicemail on a particular FreeSWITCH install, it is also safe to delete. >> >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- tarantul Dios es Amor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/aa263fd1/attachment.html From gregor at infomedia.si Fri May 20 13:10:42 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 20 May 2016 11:10:42 +0200 Subject: [Freeswitch-users] Verto, Event socket and registration data In-Reply-To: References: Message-ID: Hi, Italo! Just filed my first JIRA as new feature and described example of use. 2016-05-06 15:30 GMT+02:00 ?talo Rossi : > 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 < >>>>>>>>>> gregor at infomedia.si> 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/f4ec5175/attachment-0001.html From k.presler at megafit.su Fri May 20 13:28:24 2016 From: k.presler at megafit.su (k.presler at megafit.su) Date: Fri, 20 May 2016 15:28:24 +0600 Subject: [Freeswitch-users] ASR\ACD stats in freeswitch Message-ID: <2581111463736504@web25o.yandex.ru> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/f73d7a0a/attachment.html From mandra at gmail.com Fri May 20 16:15:00 2016 From: mandra at gmail.com (Chris Mandra) Date: Fri, 20 May 2016 08:15:00 -0400 Subject: [Freeswitch-users] API question Message-ID: Hi guys - Happy Friday - I have a question: My main question is how can I generate a custom reply event for an api call with custom body and headers for an API method defined in a custom module? - is the only mechanism using this stream object? or can you directly create the reply event. and if so, how does the caller receive the reply event and know it corresponds to the API call made? I want to provide a response to an API command defined in a module via: #define SWITCH_STANDARD_API(name) static switch_status_t name (?_In_opt_z_? const char *cmd, ?_In_opt_? switch_core_session_t *session, ?_In_? switch_stream_handle_t *stream) and my understanding (which may be incorrect) is that the stream object can be used to provide a response. When the API is called, an event is automatically generated which uses the stream object. Is there a way to directly modify the event that is generated in response to an API call? How can I modify the headers and body of the event generated from an API call directly? it looks like the stream data is put in the body of the response as per: switch_event_add_body(event, "%s", reply); the relevant code is in api_exec static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj) { struct api_command_struct ?*acs = (struct api_command_struct *?) obj; switch_stream_handle_t stream = { 0 }; char *reply, *freply = NULL; switch_status_t status; switch_mutex_lock(globals.listener_mutex); prefs.threads++; switch_mutex_unlock(globals.listener_mutex); if (!acs) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Internal error.\n"); goto cleanup; } if (!acs->listener || !switch_test_flag(acs->listener, LFLAG_RUNNING) || !acs->listener->rwlock || switch_thread_rwlock_tryrdlock(acs->listener->rwlock) != SWITCH_STATUS_SUCCESS) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error! cannot get read lock.\n"); acs->ack = -1; goto done; } acs->ack = 1; SWITCH_STANDARD_STREAM(stream); if (acs->console_execute) { if ((status = switch_console_execute(acs->api_cmd, 0, &stream)) != SWITCH_STATUS_SUCCESS) { stream.write_function(&stream, "-ERR %s Command not found!\n", acs->api_cmd); } } else { status = switch_api_execute(acs->api_cmd, acs->arg, NULL, &stream); } if (status == SWITCH_STATUS_SUCCESS) { reply = stream.data; } else { freply = switch_mprintf("-ERR %s Command not found!\n", acs->api_cmd); reply = freply; } if (!reply) { reply = "Command returned no output!"; } if (acs->bg) { switch_event_t *event; if (switch_event_create(&event, SWITCH_EVENT_BACKGROUND_JOB) == SWITCH_STATUS_SUCCESS) { switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-UUID", acs->uuid_str); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-Command", acs->api_cmd); if (acs->arg) { switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-Command-Arg", acs->arg); } switch_event_add_body(event, "%s", reply); switch_event_fire(&event); } } else { switch_size_t rlen, blen; char buf[1024] = ""; if (!(rlen = strlen(reply))) { reply = "-ERR no reply\n"; rlen = strlen(reply); } switch_snprintf(buf, sizeof(buf), "Content-Type: api/response\nContent-Length: %" SWITCH_SSIZE_T_FMT "\n\n", rlen); blen = strlen(buf); switch_socket_send(acs->listener->sock, buf, &blen); switch_socket_send(acs->listener->sock, reply, &rlen); } switch_safe_free(stream.data); switch_safe_free(freply); if (acs->listener->rwlock) { switch_thread_rwlock_unlock(acs->listener->rwlock); } Thanks, as ever, for your help, chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/7fbeb17f/attachment.html From krice at freeswitch.org Fri May 20 16:37:29 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 20 May 2016 07:37:29 -0500 Subject: [Freeswitch-users] ASR\ACD stats in freeswitch In-Reply-To: <2581111463736504@web25o.yandex.ru> References: <2581111463736504@web25o.yandex.ru> Message-ID: Youneed to calculate these yourself from the CDRs Sent from my iPhone > On May 20, 2016, at 4:28 AM, k.presler at megafit.su wrote: > > I wander if there are ACD (Average Call Duration) ASR (Answer-Seizure Ratio) statistics in freeswitch itself. > Or should I write create some program for calculation of those statistics? > > > > -- > ? ?????????, ??????? ?????? ????????? > ??????? ??? ????????? > e-mail: 112 at megafit.su > ???: +7 (383) 311-09-09 (???.112) > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/acb44df8/attachment.html From brian at freeswitch.org Fri May 20 16:38:12 2016 From: brian at freeswitch.org (Brian West) Date: Fri, 20 May 2016 07:38:12 -0500 Subject: [Freeswitch-users] G.729 module uses two channels (licenses) for only one call in In-Reply-To: References: Message-ID: If you do call recording on the G729 leg you'll use an additional license. On Thu, May 19, 2016 at 10:32 PM, Fernando Hernandez wrote: > Hi All, > > Briefly I introduce our system: IPPBX device <-> FreeSwitch <-> > bigbluebutton platform > > we have two big issues related to FreeSwitch G.729 commercial module. > > 1. When we receive a call in (from outside IPPBX) to join a meeting we > can see in FreeSwitch logs two encoding/decoding outputs, resulting two > channels in use for only one call in. At the beginning we thought it was > related to an IVR message to ask the user for the meetingID and password, > but we "harcoded" that info in FreeSwitch files to directly forward the > user into the meeting and we had the same problem. For call out (from BBB > to outside phone number) only one channel is used. > 2. We have four G.729 channels, For instance, if we run 1 call out (1 > G.729 channel in use) and 2 calls in (another 4 channels), the second call > in will establish the connection but a weird "KAKAKA" sound will appear. We > can see this error message in the log: > - [ERR] switch_core_io.c:697 Codec RAW Signed Linear (16 bit) > decoder error! [1] > > We now it happens because we only have four channels and we are > trying to use the fifth one, but if we do the same with > calls out, 5 calls out, the fifth one will just be closed as soon > as the user pick up the phone and no weird sound will happen. > > Thanks and best regards. > > -- > *Fernando Hernandez Esguevillas* > *Cloudpe Corp.* > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/84ce24f9/attachment-0001.html From italo at freeswitch.org Fri May 20 16:39:18 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Fri, 20 May 2016 09:39:18 -0300 Subject: [Freeswitch-users] ASR\ACD stats in freeswitch In-Reply-To: <2581111463736504@web25o.yandex.ru> References: <2581111463736504@web25o.yandex.ru> Message-ID: <756C845D-27F4-4BE0-B0D2-43315A34BA1E@freeswitch.org> Hi, > On 20 de mai de 2016, at 06:28, k.presler at megafit.su wrote: > > I wander if there are ACD (Average Call Duration) ASR (Answer-Seizure Ratio) statistics in freeswitch itself. > Or should I write create some program for calculation of those statistics? You can parse the CDRs, there?s a lot of information there that you can use to calculate the statistics needed for your business. Take a look here: https://freeswitch.org/confluence/display/FREESWITCH/CDR > > > > -- > ? ?????????, ??????? ?????? ????????? > ??????? ??? ????????? > e-mail: 112 at megafit.su > ???: +7 (383) 311-09-09 (???.112) > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 italo at freeswitch.org Fri May 20 16:46:50 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Fri, 20 May 2016 09:46:50 -0300 Subject: [Freeswitch-users] Bypass media with callcenter In-Reply-To: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> References: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> Message-ID: <39BA29F9-B053-4E81-99E3-5C2295909D71@freeswitch.org> Just set bypass_media_after_bridge=true in the member channel and everything will work. This was fixed a month ago, you need to update. > On 19 de mai de 2016, at 13:05, Szal?nczi G?bor wrote: > > Hello! > > We are developing a FreeSwitch based solution for a sign-language interpreter service for hearing impaireds. The system is already somewhat operational, but we are facing serious audio/video quality issues (to the point of being completely unusable), presumably caused by our virtualized PBX environment in passthrough media mode. Indeed, by switching the calls to bypass media mode from the dialplan, most of these problems vanished. > > The problem is the callcenter module, which is a crucial component for the operation of our service, but seemingly does not honor any setting meant to switch the calls to bypass mode. We have tried setting, exporting (even with cc_export_vars) the bypass_media=true and bypass_media_after_bridge=true variables from the dialplan before calling the callcenter application, setting them from the dialstring of the callcenter agents, and configuring the profile with inbound-bypass-media=true. None of these worked, the media streams of the calls serviced from the queue still got relayed by FreeSwitch. > > The only way we were able to remove the PBX from the media path was using the uuid_media_3p off API call, issued from an ESL PHP script after the call is established between a client and an agent (from a custom event handler for the bridge-agent-start callcenter action). The main problem with this approach that the callcenter app initiates the call to the agent without ICE protocol (since it wants the PBX to relay the media streams), so our custom liblinphone-based desktop client will also respond to the b-leg REINVITE (triggered by uuid_media_3p) without ICE, resulting no media at all in bypass mode. Our custom mobile clients are ICE enabled, so the a-leg properly answers the REINVITE with ICE, and its SDP with candidate attributes gets forwarded to the b-leg, but since it had not started an ICE session at the initial call setup, it will ignore it, and send back a plain SDP just with its internal IP and ports. > > Is there any way to force the callcenter app to send its initial INVITE with ICE? We have noticed that the a-leg's INVITE with candidates in its SDP is responded by FreeSwitch with a single candidate line for itself (this way it also keeps the ICE session alive at the client, so it can use it later responding the REINVITE), so hopefully it is possible. > > We are open to any other suggestions which leads to bypass media mode with callcenter. > > Best Regards! > > > G?bor Szal?nczi > > > > > > E?Group > > c?m: > telefon: > fax: > 1062 Budapest, V?ci ?t 1-3. Westend Irodah?z "C" torony, 5. emelet > (+36-1) 371 25 55 > (+36-1) 371 25 56 > web: > > telephely: > www.egroup.hu > > 3525 Miskolc, Madar?sz Viktor u. 13/A > > > > > Szal?nczi G?bor > szoftverfejleszt? / Software Developer > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 italo at freeswitch.org Fri May 20 16:54:53 2016 From: italo at freeswitch.org (=?utf-8?Q?=C3=8Dtalo_Rossi?=) Date: Fri, 20 May 2016 09:54:53 -0300 Subject: [Freeswitch-users] API question In-Reply-To: References: Message-ID: <6E02636C-94A5-4F8F-9F95-4B4AD95611F4@freeswitch.org> Hi Chris, > On 20 de mai de 2016, at 09:15, Chris Mandra wrote: > > Hi guys - Happy Friday - I have a question: > > My main question is how can I generate a custom reply event for an api call with custom body and headers for an API method defined in a custom module? The reply event is a pretty standard and you?ll return a body from your api function and the body will be added to the reply event. > - is the only mechanism using this stream object? Why do you need this customization? You can add in the api body response a json string and parse this data in your consuming app, there?s no need for such customization. > or can you directly create the reply event. and if so, how does the caller receive the reply event and know it corresponds to the API call made? What I can say here is that you can create additional events like switch_event_t *myevent; then switch_event_create_subclass(&myevent, SWITCH_EVENT_CUSTOM, MY_CUSTOM_EVENT); and fire this event with switch_event_fire(&myevent); Read the other modules to know how they do this. > I want to provide a response to an API command defined in a module via: > > > > > > #define SWITCH_STANDARD_API(name) static switch_status_t name (?_In_opt_z_? const char *cmd, ?_In_opt_? switch_core_session_t *session, ?_In_? switch_stream_handle_t *stream) > > > > > > and my understanding (which may be incorrect) is that the stream object can be used to provide a response. > > > > When the API is called, an event is automatically generated which uses the stream object. Is there a way to directly modify the event that is generated in response to an API call? How can I modify the headers and body of the event generated from an API call directly? > > > > > > it looks like the stream data is put in the body of the response as per: switch_event_add_body(event, "%s", reply); > > > > > > the relevant code is in api_exec > > > > > > static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t *thread, void *obj) > > { > > > > struct api_command_struct ?*acs = (struct api_command_struct *?) obj; > > switch_stream_handle_t stream = { 0 }; > > char *reply, *freply = NULL; > > switch_status_t status; > > > > switch_mutex_lock(globals.listener_mutex); > > prefs.threads++; > > switch_mutex_unlock(globals.listener_mutex); > > > > > > if (!acs) { > > switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Internal error.\n"); > > goto cleanup; > > } > > > > if (!acs->listener || !switch_test_flag(acs->listener, LFLAG_RUNNING) || > > !acs->listener->rwlock || switch_thread_rwlock_tryrdlock(acs->listener->rwlock) != SWITCH_STATUS_SUCCESS) { > > switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error! cannot get read lock.\n"); > > acs->ack = -1; > > goto done; > > } > > > > acs->ack = 1; > > > > SWITCH_STANDARD_STREAM(stream); > > > > if (acs->console_execute) { > > if ((status = switch_console_execute(acs->api_cmd, 0, &stream)) != SWITCH_STATUS_SUCCESS) { > > stream.write_function(&stream, "-ERR %s Command not found!\n", acs->api_cmd); > > } > > } else { > > status = switch_api_execute(acs->api_cmd, acs->arg, NULL, &stream); > > } > > > > if (status == SWITCH_STATUS_SUCCESS) { > > reply = stream.data; > > } else { > > freply = switch_mprintf("-ERR %s Command not found!\n", acs->api_cmd); > > reply = freply; > > } > > > > if (!reply) { > > reply = "Command returned no output!"; > > } > > > > if (acs->bg) { > > switch_event_t *event; > > > > if (switch_event_create(&event, SWITCH_EVENT_BACKGROUND_JOB) == SWITCH_STATUS_SUCCESS) { > > switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-UUID", acs->uuid_str); > > switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-Command", acs->api_cmd); > > if (acs->arg) { > > switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Job-Command-Arg", acs->arg); > > } > > switch_event_add_body(event, "%s", reply); > > switch_event_fire(&event); > > } > > } else { > > switch_size_t rlen, blen; > > char buf[1024] = ""; > > > > if (!(rlen = strlen(reply))) { > > reply = "-ERR no reply\n"; > > rlen = strlen(reply); > > } > > > > switch_snprintf(buf, sizeof(buf), "Content-Type: api/response\nContent-Length: %" SWITCH_SSIZE_T_FMT "\n\n", rlen); > > blen = strlen(buf); > > switch_socket_send(acs->listener->sock, buf, &blen); > > switch_socket_send(acs->listener->sock, reply, &rlen); > > } > > > > switch_safe_free(stream.data); > > switch_safe_free(freply); > > > > if (acs->listener->rwlock) { > > switch_thread_rwlock_unlock(acs->listener->rwlock); > > } > > > > Thanks, as ever, for your help, > > chris > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 steveayre at gmail.com Fri May 20 17:30:51 2016 From: steveayre at gmail.com (Steven Ayre) Date: Fri, 20 May 2016 14:30:51 +0100 Subject: [Freeswitch-users] database disk image is malformed In-Reply-To: References: <721e05822c8146ad9fae7bc4efbd203d@nysolutions.com> <579AA865-C16A-431F-9C0E-D25F0426E435@440hz.fr> Message-ID: Have you told it to use pgsql for everything? There are several places to put the DSN, core-dsn in switch.conf.xml and odbc-dsn in sofia.conf.xml for example. I believe it'll only create the sqlite files if it is going to be using them. On 20 May 2016 at 06:17, Nick 'tarantul' Novikov wrote: > Sometime I reckon with this bug. FS restart fails and I need to remove all > file in db directory. Is it possible to disable usage sqlite db files > because I have configured pgsql storage? > > On Fri, May 13, 2016 at 7:49 PM, Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> I'll try again: >> root at pbx:/var/lib/freeswitch/db# service freeswitch stop >> root at pbx:/var/lib/freeswitch/db# rm call_limit.db core.db directory.db >> fifo.db share_presence.db sofia_reg_*.db >> root at pbx:/var/lib/freeswitch/db# ls -l >> total 48 >> -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 voicemail_default.db >> root at pbx:/var/lib/freeswitch/db# service freeswitch start >> root at pbx:/var/lib/freeswitch/db# ls -l >> total 564 >> -rw-r----- 1 freeswitch freeswitch 14336 May 13 09:39 call_limit.db >> -rw-r----- 1 freeswitch freeswitch 204800 May 13 09:39 core.db >> -rw-r----- 1 freeswitch freeswitch 2048 May 13 09:39 directory.db >> -rw-r----- 1 freeswitch freeswitch 5120 May 13 09:39 fifo.db >> -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 share_presence.db >> -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 >> sofia_reg_external.db >> -rw-r----- 1 freeswitch freeswitch 95232 May 13 09:39 sofia_reg_lan.db >> -rw-r--r-- 1 freeswitch freeswitch 49152 May 12 16:03 >> voicemail_default.db >> >> Hey! It worked! the DB error isn't there anymore! >> >> Now I can work on the next problem, which is that incoming calls are >> immediately rejected. That's just me digging through the logs, reading the >> documentation, and seeing what I messed up when I moved them to the new >> system. >> >> -- >> Steve >> >> On Fri, May 13, 2016 at 9:29 AM, Ken Rice wrote: >> >>> Make sure the filesystem perms are correct for the user that freeswitch >>> is running as. >>> >>> >>> >>> It is safe to stop FreeSWITCH, remove the files, and allow FreeSWITCH to >>> recreate them with the correct permissions. The only file that needs to >>> hang around across reboots is the voicemail one which contains the metadata >>> for any voicemails that are still on the system. If you are not using >>> mod_voicemail on a particular FreeSWITCH install, it is also safe to delete. >>> >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > tarantul > Dios es Amor > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/5303bd51/attachment-0001.html From chad at apartmentlines.com Fri May 20 17:51:55 2016 From: chad at apartmentlines.com (Chad Phillips) Date: Fri, 20 May 2016 08:51:55 -0500 Subject: [Freeswitch-users] Lua scripts In-Reply-To: References: Message-ID: Lua syntax doesn't require lines to be terminated with a semicolon. it also doesn't require conditionals to be wrapped in parenthesis. however, i don't believe either of those would result in a syntax error. i have, on rare occasions, gotten bitten by weird special (and i assume non-visual) characters when i've copy/pasted some code. often hand typing it, or first copying it into a very basic text editor first have solved the problem. On Thu, May 19, 2016 at 9:07 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > I did as you said but i still have the syntax erroe on the second line: > *session:setHangupHook("*onHangup","rien"). > > > NDUWAYEZU Joselyne > > 2016-05-17 18:33 GMT+02:00 Jude Mukundane : > >> Hello Joselyne, >> >> try this. it works for me: >> >> >> >> >> >> *session:answer()session:setHangupHook("onHangup","rien")if >> (session:ready()) then* >> >> just replace your first two lines with the above and try. >> >> good luck! >> >> Jude Mukundane >> >> On Tue, May 17, 2016 at 4:58 PM, Nduwayezu, Joselyne <35633 at heb.be> >> wrote: >> >>> Hello i use this lua script tha i found on freeswitch wiki >>> But when i run it i have the errors: >>> syntax error near unexpected token ; >>> seesion.answer(); >>> >>> and when i remove the ";" i have the error on the while loop, syntax >>> error near the unexpected token ==, while (session:ready() == true. >>> >>> I there something i did not conigure in order the script to work? do we >>> put ";" after an instructtion like session:answer() or not. >>> >>> Thank you or your reply. >>> >>> session:answer(); >>> while (session:ready() == true) do >>> session:setAutoHangup(false); >>> session:set_tts_params("flite", "kal"); >>> session:speak("Welcome. Welcome to the VoIp World!. this is a Blind >>> Users Programing Community. powered by Freeswitch, the free / ultimate PBX. >>> thank to toni!"); >>> session:sleep(100); >>> session:speak("please select an Action."); >>> session:sleep(100); >>> session:speak("to call the conference, press 1"); >>> session:sleep(100); >>> session:speak("to call Freeswitch IVR, press 2"); >>> session:sleep(100); >>> session:speak("to call Voice Mail, press 3"); >>> session:sleep(100); >>> session:speak("for Music on hold, press 4"); >>> session:sleep(100); >>> session:speak("to call me, press 0"); >>> session:sleep(3000); >>> digits = session:getDigits(1, "", 3000); >>> if (digits == "1") then >>> session:execute("transfer","9888"); >>> end >>> if (digits == "2") then >>> session:execute("transfer","5000"); >>> end >>> if (digits == "3") then >>> session:execute("transfer","4000"); >>> end >>> if (digits == "4") then >>> session:execute("transfer","9999"); >>> end >>> if (digits == "0") then >>> session:execute("transfer","voipaware at sip.voipuser.org"); >>> end >>> end >>> >>> >>> >>> >>> 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/20160520/f18b53fe/attachment.html From szalanc1 at gmail.com Thu May 19 22:39:29 2016 From: szalanc1 at gmail.com (=?utf-8?Q?G=C3=A1bor_Szal=C3=A1nczi?=) Date: Thu, 19 May 2016 20:39:29 +0200 Subject: [Freeswitch-users] Bypass media with callcenter In-Reply-To: References: <573de487.878d1c0a.594b2.ffffea29@mx.google.com> Message-ID: <005a01d1b1fd$c7c47bc0$574d7340$@com> Thank you for the tip! I upgraded to the 1.6.8 release, and tested it with tshark. As it seems, it does exactly the same thing as the uuid_media_3p off API call (sending a REINVITE after the call is answered by an agent), without juggling with ESL. Sadly, it also means that it won't trigger an ICE based response from the b-leg, since the initial INVITE from callcenter was not ICE based, thus liblinphone did not start an ICE session for this call. G?bor From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Florent Krieg Sent: Thursday, May 19, 2016 6:26 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Bypass media with callcenter Hello, Very interesting application of FreeSWITCH (from my pov). Anyway, what FS version have you tried? Because I tracked down this issue with the FS community and it has been solved in 1.6.8, released on May the 5th (https://freeswitch.org/the-freeswitch-1-6-8-release-is-here/). Case was https://freeswitch.org/jira/browse/FS-9025. Hope it helps. Florent 2016-05-19 18:05 GMT+02:00 Szal?nczi G?bor : Hello! We are developing a FreeSwitch based solution for a sign-language interpreter service for hearing impaireds. The system is already somewhat operational, but we are facing serious audio/video quality issues (to the point of being completely unusable), presumably caused by our virtualized PBX environment in passthrough media mode. Indeed, by switching the calls to bypass media mode from the dialplan, most of these problems vanished. The problem is the callcenter module, which is a crucial component for the operation of our service, but seemingly does not honor any setting meant to switch the calls to bypass mode. We have tried setting, exporting (even with cc_export_vars) the bypass_media=true and bypass_media_after_bridge=true variables from the dialplan before calling the callcenter application, setting them from the dialstring of the callcenter agents, and configuring the profile with inbound-bypass-media=true. None of these worked, the media streams of the calls serviced from the queue still got relayed by FreeSwitch. The only way we were able to remove the PBX from the media path was using the uuid_media_3p off API call, issued from an ESL PHP script after the call is established between a client and an agent (from a custom event handler for the bridge-agent-start callcenter action). The main problem with this approach that the callcenter app initiates the call to the agent without ICE protocol (since it wants the PBX to relay the media streams), so our custom liblinphone-based desktop client will also respond to the b-leg REINVITE (triggered by uuid_media_3p) without ICE, resulting no media at all in bypass mode. Our custom mobile clients are ICE enabled, so the a-leg properly answers the REINVITE with ICE, and its SDP with candidate attributes gets forwarded to the b-leg, but since it had not started an ICE session at the initial call setup, it will ignore it, and send back a plain SDP just with its internal IP and ports. Is there any way to force the callcenter app to send its initial INVITE with ICE? We have noticed that the a-leg's INVITE with candidates in its SDP is responded by FreeSwitch with a single candidate line for itself (this way it also keeps the ICE session alive at the client, so it can use it later responding the REINVITE), so hopefully it is possible. We are open to any other suggestions which leads to bypass media mode with callcenter. Best Regards! G?bor Szal?nczi cid:image001.gif at 01D1B1E9.D64F69C0 E?Group c?m: telefon: fax: 1062 Budapest, V?ci ?t 1-3. Westend Irodah?z "C" torony, 5. emelet (+36-1) 371 25 55 (+36-1) 371 25 56 web: telephely: www.egroup.hu 3525 Miskolc, Madar?sz Viktor u. 13/A Szal?nczi G?bor szoftverfejleszt? / Software Developer _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160519/8b45a8c9/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 842 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160519/8b45a8c9/attachment-0001.gif From richard.screene at thisisdrum.com Fri May 20 13:14:59 2016 From: richard.screene at thisisdrum.com (Richard Screene) Date: Fri, 20 May 2016 10:14:59 +0100 Subject: [Freeswitch-users] freeswitch-codec-vpx-1.6.8 not in files directory Message-ID: <2496BA3F-3C66-4D14-88BA-B14378EBE866@thisisdrum.com> Hello, Is there any reason why freeswitch-codec-vpx-1.6.8-1.el7.centos.x86_64.rpm is not present in the http://files.freeswitch.org/yum_1.6/7/x86_64/ directory? (versions up to and including 1.6.6 are present) I understand that the underlying library has changed but will still need a FreeSWITCH wrapper don?t we? Or, am I missing something obvious? Thanks, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/0a03a34a/attachment.html From krice at freeswitch.org Fri May 20 18:13:59 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 20 May 2016 09:13:59 -0500 Subject: [Freeswitch-users] freeswitch-codec-vpx-1.6.8 not in files directory In-Reply-To: <2496BA3F-3C66-4D14-88BA-B14378EBE866@thisisdrum.com> References: <2496BA3F-3C66-4D14-88BA-B14378EBE866@thisisdrum.com> Message-ID: This codec was moved to the core of FS to avoid issues on multiple platforms. This modules is no longer packaged separately From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Richard Screene Sent: Friday, May 20, 2016 4:15 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] freeswitch-codec-vpx-1.6.8 not in files directory Hello, Is there any reason why freeswitch-codec-vpx-1.6.8-1.el7.centos.x86_64.rpm is not present in the http://files.freeswitch.org/yum_1.6/7/x86_64/ directory? (versions up to and including 1.6.6 are present) I understand that the underlying library has changed but will still need a FreeSWITCH wrapper don?t we? Or, am I missing something obvious? Thanks, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/c6659e85/attachment.html From richard.screene at thisisdrum.com Fri May 20 18:21:42 2016 From: richard.screene at thisisdrum.com (Richard Screene) Date: Fri, 20 May 2016 15:21:42 +0100 Subject: [Freeswitch-users] freeswitch-codec-vpx-1.6.8 not in files directory In-Reply-To: References: <2496BA3F-3C66-4D14-88BA-B14378EBE866@thisisdrum.com> Message-ID: That would explain it! Thanks very much for the quick response! Richard > On 20 May 2016, at 15:13, Ken Rice wrote: > > This codec was moved to the core of FS to avoid issues on multiple platforms. This modules is no longer packaged separately > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Richard Screene > Sent: Friday, May 20, 2016 4:15 AM > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] freeswitch-codec-vpx-1.6.8 not in files directory > > Hello, > > Is there any reason why freeswitch-codec-vpx-1.6.8-1.el7.centos.x86_64.rpm is not present in the http://files.freeswitch.org/yum_1.6/7/x86_64/ directory? (versions up to and including 1.6.6 are present) > > I understand that the underlying library has changed but will still need a FreeSWITCH wrapper don?t we? > > Or, am I missing something obvious? > > Thanks, > Richard > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/1eed1c95/attachment-0001.html From victor.chukalovskiy at gmail.com Fri May 20 19:46:06 2016 From: victor.chukalovskiy at gmail.com (Victor Chukalovskiy) Date: Fri, 20 May 2016 11:46:06 -0400 Subject: [Freeswitch-users] How to preserve To: header between two legs of the call Message-ID: <573F313E.6050208@gmail.com> Good day, The scenario is that FS receives INVITE with: From = A, To = B, request line = C FS on an outgoing leg will change it so that To header inherits the value from the request line (essentially, destination number): From = A, To = C, request line = C What should I do in the dial-plan to prevent FS from putting destination number "C" in the To header, and instead retain the value "B" from the incoming leg? Thank you! -Victor From s.safarov at gmail.com Fri May 20 19:54:25 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 20 May 2016 15:54:25 +0000 Subject: [Freeswitch-users] How to preserve To: header between two legs of the call In-Reply-To: <573F313E.6050208@gmail.com> References: <573F313E.6050208@gmail.com> Message-ID: Look for https://wiki.freeswitch.org/wiki/Variable_sip_invite_to_uri Send from mobile phone. On Fri, May 20, 2016, 18:47 Victor Chukalovskiy < victor.chukalovskiy at gmail.com> wrote: > Good day, > > The scenario is that FS receives INVITE with: > From = A, To = B, request line = C > > FS on an outgoing leg will change it so that To header inherits the > value from the request line (essentially, destination number): > From = A, To = C, request line = C > > What should I do in the dial-plan to prevent FS from putting destination > number "C" in the To header, and instead retain the value "B" from the > incoming leg? > > Thank you! > -Victor > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/95ec27f9/attachment.html From gregor at infomedia.si Sat May 21 03:15:42 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 21 May 2016 01:15:42 +0200 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: I am trying now to install on Debian 8. Went through install instructions in confluence and when execute: make python-dev pkg-config yasm I get error: root at as157488:/usr/src/freeswitch# make python-dev pkg-config yasm make[1]: Entering directory '/usr/src/freeswitch' make libfreeswitch.la make[2]: Entering directory '/usr/src/freeswitch' make[2]: Leaving directory '/usr/src/freeswitch' make[1]: Leaving directory '/usr/src/freeswitch' make[1]: Entering directory '/usr/src/freeswitch/src/mod' make[2]: Entering directory '/usr/src/freeswitch/src/mod' Unknown target python-dev Makefile:683: recipe for target 'python-dev-all' failed make[2]: *** [python-dev-all] Error 1 make[2]: Leaving directory '/usr/src/freeswitch/src/mod' Makefile:683: recipe for target 'python-dev' failed make[1]: *** [python-dev] Error 2 make[1]: Leaving directory '/usr/src/freeswitch/src/mod' Makefile:3730: recipe for target 'python-dev' failed make: *** [python-dev] Error 2 root at as157488:/usr/src/freeswitch# Can you please advise... 2016-05-19 15:47 GMT+02:00 Gregor Nanger : > Cool, thank you... least pain :-)) Like +1 > > 2016-05-19 15:08 GMT+02:00 Ken Rice : > >> The FreeSWITCH Team Highly recommends using Debian 8 at this time. It is >> what the entire FS team primarily uses and will result in the least pain. >> >> Sent from my iPhone >> >> On May 19, 2016, at 4:52 AM, Gregor Nanger wrote: >> >> Thank you very much for your answers. This server is our test server and >> we can update it to newer version. >> >> Just tell me, preferred Linux version for Freeswitch is centos? >> >> On Thu, May 19, 2016, 11:47 Vallimamod Abdullah wrote: >> >>> Hi, >>> >>> You can also disable libyuv if your aren?t using video: ./configure >>> --disable-libyuv >>> >>> Best Regards, >>> Vallimamod >>> . >>> >>> > On 19 May 2016, at 00:36, Gregor Nanger wrote: >>> > >>> > Oh, yes :-((( Here it is: >>> > >>> > make && make install >>> > config.status: creating Makefile >>> > config.status: creating include/apr.h >>> > config.status: creating build/apr_rules.mk >>> > config.status: creating build/pkg/pkginfo >>> > config.status: creating apr-1-config >>> > config.status: WARNING: 'apr-config.in' seems to ignore the >>> --datarootdir setting >>> > config.status: creating apr.pc >>> > config.status: creating test/Makefile >>> > config.status: creating test/internal/Makefile >>> > config.status: creating include/arch/unix/apr_private.h >>> > config.status: executing libtool commands >>> > rm: cannot remove `libtoolT': No such file or directory >>> > config.status: executing default commands >>> > config.status: include/apr.h is unchanged >>> > config.status: include/arch/unix/apr_private.h is unchanged >>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' >>> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' >>> > make[2]: Nothing to be done for `local-all'. >>> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >>> > Making all in xml/expat >>> > make[2]: Entering directory >>> `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >>> > make[3]: Entering directory >>> `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >>> > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H >>> -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. >>> -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >>> > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" >>> -DVERSION=\"expat_1.95.2\" -I. -I.. >>> -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >>> -fPIC -DPIC -o xmlparse.o >>> > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o >>> libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo >>> xmlrole.lo >>> > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la >>> .libs/libexpat.lai >>> > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o >>> > libtool: link: ranlib .libs/libexpat.a >>> > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../ >>> libexpat.la" "libexpat.la" ) >>> > make[3]: Leaving directory >>> `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >>> > make[2]: Leaving directory >>> `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >>> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >>> > make[2]: Nothing to be done for `local-all'. >>> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >>> > touch /usr/src/freeswitch.git/src/include/switch.h >>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' >>> > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash >>> /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) >>> > rm -f crypto/include/stamp-h1 >>> > touch config_in.h >>> > cd . && /bin/bash ./config.status crypto/include/config.h >>> > config.status: creating crypto/include/config.h >>> > config.status: crypto/include/config.h is unchanged >>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' >>> > CXX libfreeswitch_libyuv_la-row_common.lo >>> > libs/libyuv/source/row_common.cc: In function 'void >>> libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const >>> libyuv::YuvConstants*)': >>> > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const >>> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const >>> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const >>> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const >>> lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const >>> lvec16 {aka const __vector(16) short int}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const >>> lvec16 {aka const __vector(16) short int}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const >>> lvec16 {aka const __vector(16) short int}[int]' for array subscript >>> > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const >>> lvec16 {aka const __vector(16) short int}[int]' for array subscript >>> > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >>> > >>> > 2016-05-19 0:29 GMT+02:00 Michael Jerris : >>> > you have cut off any useful error messages that would be above that >>> line. >>> > >>> >> On May 18, 2016, at 6:25 PM, Gregor Nanger >>> wrote: >>> >> >>> >> I am trying to install FS on Ubuntu. When I set make, I get following >>> error: >>> >> >>> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >>> >> >>> >> Any advice what I am doing wrong? >>> >> >>> >> 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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160521/6f800506/attachment-0001.html From krice at freeswitch.org Sat May 21 03:35:18 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 20 May 2016 18:35:18 -0500 Subject: [Freeswitch-users] Ubuntu + FS In-Reply-To: References: Message-ID: <54ACBB50-FE35-491F-9DEC-18AD8BF08540@freeswitch.org> I'm not sure where you got that make command but building from source on debian is pretty easy Add the fs debian repo, apt-get install freeswitch-video-deps-most Get the source code from git then ./bootstrap.sh -j && ./configure -C && make -j8 install And done else you'll need to manually install all the dependancies Sent from my iPhone > On May 20, 2016, at 6:15 PM, Gregor Nanger wrote: > > I am trying now to install on Debian 8. Went through install instructions in confluence and when execute: > > make python-dev pkg-config yasm > > I get error: > root at as157488:/usr/src/freeswitch# make python-dev pkg-config yasm > make[1]: Entering directory '/usr/src/freeswitch' > make libfreeswitch.la > make[2]: Entering directory '/usr/src/freeswitch' > make[2]: Leaving directory '/usr/src/freeswitch' > make[1]: Leaving directory '/usr/src/freeswitch' > make[1]: Entering directory '/usr/src/freeswitch/src/mod' > make[2]: Entering directory '/usr/src/freeswitch/src/mod' > Unknown target python-dev > Makefile:683: recipe for target 'python-dev-all' failed > make[2]: *** [python-dev-all] Error 1 > make[2]: Leaving directory '/usr/src/freeswitch/src/mod' > Makefile:683: recipe for target 'python-dev' failed > make[1]: *** [python-dev] Error 2 > make[1]: Leaving directory '/usr/src/freeswitch/src/mod' > Makefile:3730: recipe for target 'python-dev' failed > make: *** [python-dev] Error 2 > root at as157488:/usr/src/freeswitch# > > Can you please advise... > > 2016-05-19 15:47 GMT+02:00 Gregor Nanger : >> Cool, thank you... least pain :-)) Like +1 >> >> 2016-05-19 15:08 GMT+02:00 Ken Rice : >>> The FreeSWITCH Team Highly recommends using Debian 8 at this time. It is what the entire FS team primarily uses and will result in the least pain. >>> >>> Sent from my iPhone >>> >>>> On May 19, 2016, at 4:52 AM, Gregor Nanger wrote: >>>> >>>> Thank you very much for your answers. This server is our test server and we can update it to newer version. >>>> >>>> Just tell me, preferred Linux version for Freeswitch is centos? >>>> >>>> >>>>> On Thu, May 19, 2016, 11:47 Vallimamod Abdullah wrote: >>>>> Hi, >>>>> >>>>> You can also disable libyuv if your aren?t using video: ./configure --disable-libyuv >>>>> >>>>> Best Regards, >>>>> Vallimamod >>>>> . >>>>> >>>>> > On 19 May 2016, at 00:36, Gregor Nanger wrote: >>>>> > >>>>> > Oh, yes :-((( Here it is: >>>>> > >>>>> > make && make install >>>>> > config.status: creating Makefile >>>>> > config.status: creating include/apr.h >>>>> > config.status: creating build/apr_rules.mk >>>>> > config.status: creating build/pkg/pkginfo >>>>> > config.status: creating apr-1-config >>>>> > config.status: WARNING: 'apr-config.in' seems to ignore the --datarootdir setting >>>>> > config.status: creating apr.pc >>>>> > config.status: creating test/Makefile >>>>> > config.status: creating test/internal/Makefile >>>>> > config.status: creating include/arch/unix/apr_private.h >>>>> > config.status: executing libtool commands >>>>> > rm: cannot remove `libtoolT': No such file or directory >>>>> > config.status: executing default commands >>>>> > config.status: include/apr.h is unchanged >>>>> > config.status: include/arch/unix/apr_private.h is unchanged >>>>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr' >>>>> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr' >>>>> > make[2]: Nothing to be done for `local-all'. >>>>> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >>>>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr' >>>>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >>>>> > Making all in xml/expat >>>>> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >>>>> > make[3]: Entering directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >>>>> > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c >>>>> > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o >>>>> > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo >>>>> > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai >>>>> > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o >>>>> > libtool: link: ranlib .libs/libexpat.a >>>>> > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) >>>>> > make[3]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat/lib' >>>>> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util/xml/expat' >>>>> > make[2]: Entering directory `/usr/src/freeswitch.git/libs/apr-util' >>>>> > make[2]: Nothing to be done for `local-all'. >>>>> > make[2]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >>>>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/apr-util' >>>>> > touch /usr/src/freeswitch.git/src/include/switch.h >>>>> > make[1]: Entering directory `/usr/src/freeswitch.git/libs/srtp' >>>>> > (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/src/freeswitch.git/libs/srtp/build/missing --run autoheader) >>>>> > rm -f crypto/include/stamp-h1 >>>>> > touch config_in.h >>>>> > cd . && /bin/bash ./config.status crypto/include/config.h >>>>> > config.status: creating crypto/include/config.h >>>>> > config.status: crypto/include/config.h is unchanged >>>>> > make[1]: Leaving directory `/usr/src/freeswitch.git/libs/srtp' >>>>> > CXX libfreeswitch_libyuv_la-row_common.lo >>>>> > libs/libyuv/source/row_common.cc: In function 'void libyuv::YuvPixel(uint8, uint8, uint8, uint8*, uint8*, uint8*, const libyuv::YuvConstants*)': >>>>> > libs/libyuv/source/row_common.cc:1256:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1257:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1258:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1259:34: error: invalid types 'const lvec8 {aka const __vector(32) signed char}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1260:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1261:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1262:36: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >>>>> > libs/libyuv/source/row_common.cc:1263:35: error: invalid types 'const lvec16 {aka const __vector(16) short int}[int]' for array subscript >>>>> > make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >>>>> > >>>>> > 2016-05-19 0:29 GMT+02:00 Michael Jerris : >>>>> > you have cut off any useful error messages that would be above that line. >>>>> > >>>>> >> On May 18, 2016, at 6:25 PM, Gregor Nanger wrote: >>>>> >> >>>>> >> I am trying to install FS on Ubuntu. When I set make, I get following error: >>>>> >> >>>>> >> make: *** [libfreeswitch_libyuv_la-row_common.lo] Error 1 >>>>> >> >>>>> >> Any advice what I am doing wrong? >>>>> >> >>>>> >> 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 >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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/20160520/f9aa1fb1/attachment-0001.html From schoch+freeswitch.org at xwin32.com Sat May 21 04:59:31 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 20 May 2016 17:59:31 -0700 Subject: [Freeswitch-users] Run a LUA script when voicemail received Message-ID: This sounds like a FAQ, but my searches found nothing. I'd like to run a LUA script when a message is left on voicemail. My alternative is to write my own mailer-app script that would scan the message to see if it's from mod_voicemail, do what I want to do, or call exim otherwise, but this seems like something that could be done from the dialplan. Is there a way in the dialplan to run an action with parameters from the voicemail message left? The reason I'm asking this is that I want to use the new Flowroute SMS API to send a text message when a voicemail is received, with the caller-ID info from the message. -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/51b07f96/attachment.html From jprangi at didforsale.com Sat May 21 05:04:26 2016 From: jprangi at didforsale.com (Jai Rangi) Date: Fri, 20 May 2016 18:04:26 -0700 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: Did you look in api_hangup_hook. You can call lua script with. Example set api_hangup_hook=lua sendmsg.lua *Jai Rangi* Cebod Technologies LLC dba DIDforSale/Cebod Telecom O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / 949-232-1410 | jprangi at didforsale.com www.cebod.com | www.didforsale.com |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | On Fri, May 20, 2016 at 5:59 PM, Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > This sounds like a FAQ, but my searches found nothing. > I'd like to run a LUA script when a message is left on voicemail. > > My alternative is to write my own mailer-app script that would scan the > message to see if it's from mod_voicemail, do what I want to do, or call > exim otherwise, but this seems like something that could be done from the > dialplan. > > Is there a way in the dialplan to run an action with parameters from the > voicemail message left? > > The reason I'm asking this is that I want to use the new Flowroute SMS API > to send a text message when a voicemail is received, with the caller-ID > info from the message. > > -- > Steve > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160520/81f42bc9/attachment.html From schoch+freeswitch.org at xwin32.com Sat May 21 05:12:35 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 20 May 2016 18:12:35 -0700 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: That's promising. Now how can this script determine the length of the message left or if no message was left at all? -- Steve On Fri, May 20, 2016 at 6:04 PM, Jai Rangi wrote: > Did you look in api_hangup_hook. You can call lua script with. > Example > set api_hangup_hook=lua sendmsg.lua > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160520/b98d003d/attachment.html From s.safarov at gmail.com Sat May 21 20:16:36 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 21 May 2016 16:16:36 +0000 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: Think more elegant way is call lua script when user is not responded. This script play announcment and save voicemail message. At end of call this script save/send message. Sergey ??, 21 ??? 2016 ?. ? 4:13, Steven Schoch : > That's promising. Now how can this script determine the length of the > message left or if no message was left at all? > > -- > Steve > > > On Fri, May 20, 2016 at 6:04 PM, Jai Rangi wrote: > >> Did you look in api_hangup_hook. You can call lua script with. >> Example >> set api_hangup_hook=lua sendmsg.lua >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160521/3d60cdca/attachment.html From mike at jerris.com Sat May 21 20:38:23 2016 From: mike at jerris.com (Michael Jerris) Date: Sat, 21 May 2016 12:38:23 -0400 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: The way I've done this in the past is to just use the mailer script. It was simple and strait forward and didn't require a running daemon to handle it. The alternate would be to use events maybe or to make sure vars were set in dial plan and post process like your describing, both have a set of gotchas and I wouldn't reccomend that path On Friday, May 20, 2016, Steven Schoch wrote: > This sounds like a FAQ, but my searches found nothing. > I'd like to run a LUA script when a message is left on voicemail. > > My alternative is to write my own mailer-app script that would scan the > message to see if it's from mod_voicemail, do what I want to do, or call > exim otherwise, but this seems like something that could be done from the > dialplan. > > Is there a way in the dialplan to run an action with parameters from the > voicemail message left? > > The reason I'm asking this is that I want to use the new Flowroute SMS API > to send a text message when a voicemail is received, with the caller-ID > info from the message. > > -- > Steve > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160521/b4349d27/attachment.html From ak at hejdu.dk Sat May 21 21:13:07 2016 From: ak at hejdu.dk (Allan Kristensen) Date: Sat, 21 May 2016 19:13:07 +0200 Subject: [Freeswitch-users] Can't get rtcp to work... Message-ID: Hello, I've recently moved from Asterisk to Freeswitch and I'm trying to setup a FS on a cloud solution. I have mixed results from previous projects with Asterisk on cloud servers, but this one is just going to proxy media, so I'll give it a shot ;-) I'm going to log the rtcp stats into the cdr, so I can be sure things are ok, but most of the rtcp related stats all contain "0" and mos score 4.5 (even if I randomly drop rtp packets for a couple of seconds to simulate packet loss... not good). The client uses an asterisk, which is sending rtcp reciever reports to FS, however FS is not listening on the rtcp port at all (rtp port +1) and server just sends back icmp unreach. (it's not muxed into the rtp) Also FS is not sending rtcp packets, from what I can see, so I suspect rtcp is somehow not enabled for the channel / session at all. I've added the "rtcp-audio-interval-msec" to the sip profile, so it should work, but it's not.. I've checked the source and even enabled the RTCP_DEBUG in the source to get a clue, but no help there. Asterisk is not actually adding anything about rtcp to the sdp, but is that really needed to get the rtcp working? I'm not using ICE or anything, just a simple setup for this. Is there any way to see if FS is disabling the rtcp feature and if so, why? Any ideas on what can be done to get things working? ;-) Thank you and have a excellent day! / Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160521/779b4f9c/attachment-0001.html From abaci64 at gmail.com Sun May 22 20:34:10 2016 From: abaci64 at gmail.com (Abaci B) Date: Sun, 22 May 2016 12:34:10 -0400 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks On Sat, May 21, 2016 at 12:38 PM, Michael Jerris wrote: > The way I've done this in the past is to just use the mailer script. It > was simple and strait forward and didn't require a running daemon to handle > it. The alternate would be to use events maybe or to make sure vars were > set in dial plan and post process like your describing, both have a set of > gotchas and I wouldn't reccomend that path > > > On Friday, May 20, 2016, Steven Schoch > wrote: > >> This sounds like a FAQ, but my searches found nothing. >> I'd like to run a LUA script when a message is left on voicemail. >> >> My alternative is to write my own mailer-app script that would scan the >> message to see if it's from mod_voicemail, do what I want to do, or call >> exim otherwise, but this seems like something that could be done from the >> dialplan. >> >> Is there a way in the dialplan to run an action with parameters from the >> voicemail message left? >> >> The reason I'm asking this is that I want to use the new Flowroute SMS >> API to send a text message when a voicemail is received, with the caller-ID >> info from the message. >> >> -- >> Steve >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160522/75a1da45/attachment.html From manpower13.cse at gmail.com Sun May 22 21:07:22 2016 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Sun, 22 May 2016 22:37:22 +0530 Subject: [Freeswitch-users] Websocket Lost 0 sleep: 1000msec Message-ID: Hai, My verto client(Chrome browser) Call drop automatically after 1000msec,In chrome console it shows following error jquery.jsonrpcclient.js:325 Websocket Lost 0 sleep: 1000msec. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160522/e0ab4ad2/attachment.html From abaci64 at gmail.com Mon May 23 05:12:36 2016 From: abaci64 at gmail.com (Abaci B) Date: Sun, 22 May 2016 21:12:36 -0400 Subject: [Freeswitch-users] Lua freeswitch.email question Message-ID: Is there a way to send an email from Lua using freeswitch.email that has multiple files attached? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160522/105c512b/attachment.html From ak at hejdu.dk Mon May 23 13:23:13 2016 From: ak at hejdu.dk (Allan Kristensen) Date: Mon, 23 May 2016 11:23:13 +0200 Subject: [Freeswitch-users] Can't get rtcp to work... In-Reply-To: References: Message-ID: Ok, digged into 'switch_core_media.c' and apparently the 'remote_rtcp_port' is 0, so the function 'switch_rtp_activate_rtcp' is never called, which I assume means rtcp is never enabled. >From what I can see, it's set from channel variable "rtp_remote_audio_rtcp_port" and going backwards it looks like it comes from negotiating the sdp and the "a=rtcp:" - so because the remote sip client never provides this, nothing is set. I'm I wrong? (it's sooome time since I've done C code ;-) Just to make sure I did a in the sip_profile because I can see 'remote_port' branching happen later in the source and voil?: 2016-05-23 08:59:41.252648 [INFO] switch_core_media.c:6549 Activating RTCP PASSTHRU PORT 0 2016-05-23 08:59:41.252648 [DEBUG] switch_rtp.c:4189 RTCP passthru enabled. Remote Port: 29991 However I wish to monitor each leg separately, so this is not a viable option to me (and I'm no sure it works with remote port = 0 actually, haven't checked the code) Long story short, couldn't/shouldn't FS just assume that 'remote_rtcp_port' is rtp_port +1 if 'a=rtcp' is missing in the in the SDP? Hope someone can help ;-) Regards, Allan On Sat, May 21, 2016 at 7:13 PM, Allan Kristensen wrote: > Hello, > > I've recently moved from Asterisk to Freeswitch and I'm trying to setup a > FS on a cloud solution. I have mixed results from previous projects with > Asterisk on cloud servers, but this one is just going to proxy media, so > I'll give it a shot ;-) > > I'm going to log the rtcp stats into the cdr, so I can be sure things are > ok, but most of the rtcp related stats all contain "0" and mos score 4.5 > (even if I randomly drop rtp packets for a couple of seconds to simulate > packet loss... not good). > > The client uses an asterisk, which is sending rtcp reciever reports to FS, > however FS is not listening on the rtcp port at all (rtp port +1) and > server just sends back icmp unreach. (it's not muxed into the rtp) Also FS > is not sending rtcp packets, from what I can see, so I suspect rtcp is > somehow not enabled for the channel / session at all. > > I've added the "rtcp-audio-interval-msec" to the sip profile, so it should > work, but it's not.. > I've checked the source and even enabled the RTCP_DEBUG in the source to > get a clue, but no help there. > > Asterisk is not actually adding anything about rtcp to the sdp, but is > that really needed to get the rtcp working? > I'm not using ICE or anything, just a simple setup for this. > > Is there any way to see if FS is disabling the rtcp feature and if so, why? > > Any ideas on what can be done to get things working? ;-) > > Thank you and have a excellent day! > / Allan > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160523/3838cb39/attachment.html From eduardo at ctidealer.com.br Mon May 23 16:51:02 2016 From: eduardo at ctidealer.com.br (edrperes) Date: Mon, 23 May 2016 05:51:02 -0700 (MST) Subject: [Freeswitch-users] Sangoma Card on Windows Message-ID: <1464007862043-7596219.post@n2.nabble.com> Is possible to use Sangoma USBfxo with FreeSwitch on Windows operating system? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Sangoma-Card-on-Windows-tp7596219.html Sent from the freeswitch-users mailing list archive at Nabble.com. From magnusadilsom at gmail.com Mon May 23 19:10:11 2016 From: magnusadilsom at gmail.com (magnusadilsom at gmail.com) Date: Mon, 23 May 2016 12:10:11 -0300 Subject: [Freeswitch-users] mod_verto webphone Message-ID: I?m developer a CallCenter manager system with FS and I need add in the panel a web phone. I'm try do it using mod_verto I already install FS, and load mod_verto install verto in my http server https://www.my_web_site.com/verto/#page-main but in FS console I see error [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160523/6c60a337/attachment-0001.html From anewlands at btlnet.co.uk Mon May 23 20:37:48 2016 From: anewlands at btlnet.co.uk (Andrew Newlands) Date: Mon, 23 May 2016 16:37:48 +0000 Subject: [Freeswitch-users] How to set/chanage DTMF Mode triples: Suppress, Detect, Regenerate? Message-ID: I would like to dynamically manage the "DTMF Mode" during a call, by controlling the options described here: https://freeswitch.org/confluence/display/FREESWITCH/DTMF As follows.... DTMF behavior for a single audio path can be captured by a triple of booleans as follows: Mode Suppress Detect Regenerate passthrough . . . passthrough . X . Intercept X . . Intercept X X . Intercept X X X This looks ideal for my scenario as I need to use different settings for each channel on the call, and will also need to change the settings "on the fly". Can anyone please tell me how/where I can set/change the different options? FYI: I need to support inband and rfc2833 as I have no control over what providers will send). Many thanks. Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160523/599281da/attachment.html From mike at jerris.com Mon May 23 20:49:12 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 23 May 2016 12:49:12 -0400 Subject: [Freeswitch-users] Sangoma Card on Windows In-Reply-To: <1464007862043-7596219.post@n2.nabble.com> References: <1464007862043-7596219.post@n2.nabble.com> Message-ID: <28CCA6C0-BF76-444E-8B4A-C1443A410CE3@jerris.com> I don't think they ever made that work, but thats a better question for sangoma. I thought they killed this product. > On May 23, 2016, at 8:51 AM, edrperes wrote: > > Is possible to use Sangoma USBfxo with FreeSwitch on Windows operating > system? > > From schoch+freeswitch.org at xwin32.com Mon May 23 21:20:51 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Mon, 23 May 2016 10:20:51 -0700 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: Thanks! Another thing to point me in the right direction. Investigating the source, I found in the routine deliver_vm(), it makes these calls: switch_event_create_subclass(&message_event, SWITCH_EVENT_CUSTOM, VM_EVENT_MAINT); switch_event_add_header_string(message_event, SWITCH_STACK_BOTTOM, "VM-Action", "leave-message"); ... switch_event_fire(&message_event); This led me to the example autoload_configs/lua.conf.xml file, which has this line: I should be able to write a script that gets called whenever something happens to a voicemail box with this line: Then, in my lua script, I should be able to call event:getHeader("VM-Action"), and exit unless it's "leave-message". There are other headers in the event that should have information such as the length of the recording. Just a little confused about the "event" variable. Is that a global variable that's already set when my script is called? -- Steve On Sun, May 22, 2016 at 9:34 AM, Abaci B wrote: > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160523/dfcd6fdb/attachment.html From schoch+freeswitch.org at xwin32.com Mon May 23 22:20:15 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Mon, 23 May 2016 11:20:15 -0700 Subject: [Freeswitch-users] Lua freeswitch.email question In-Reply-To: References: Message-ID: Looking through the source, It seems not only does the freeswitch.email function take a maximum of 1 attachment, the "Content-Description" of the attachment is always "Sound attachment". If you need to create a more complicated email, you'll need to invoke the mail program yourself, using io.popen(). -- Steve On Sun, May 22, 2016 at 6:12 PM, Abaci B wrote: > Is there a way to send an email from Lua using freeswitch.email > > that has multiple files attached? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160523/35e216b7/attachment-0001.html From stefano.favaro at edistar.com Tue May 24 17:31:59 2016 From: stefano.favaro at edistar.com (Stefano Favaro) Date: Tue, 24 May 2016 15:31:59 +0200 (CEST) Subject: [Freeswitch-users] No audio if call answered after 30 seconds Message-ID: <645547398.20371.1464096719795.JavaMail.root@mailserver.edistar.com> Hello, I have a problem (probably with nat) with calls that are answered after 30 seconds. In these cases I have no audio. It seems that this happens only if users are connected to my FreeSwitch using some specific italian internet providers. In all other cases rtp is ok. I have made several tests, and with Italian carrier "Wind" I have always found this problem. Is there any tips to solve this problem? Thanks. Stefano Favaro Sviluppo Servizi ed Applicazioni _____________________ Edistar Srl a socio unico soggetta a direzione e coordinamento di YourVoice SpA Via Artigianato 1 ? I ? 31050 Vedelago (TV) Italy Phone +39 0423 7331 ? Fax +39 0423 733133 mobile: +39 3456636386 skype: stefanofavaro www.edistar.com Le informazioni trasmesse attraverso la presente e-mail ed i suoi allegati sono dirette esclusivamente al destinatario e devono ritenersi riservate con divieto di diffusione e di uso nei giudizi salva espressa autorizzazione; nel caso di utilizzo senza espressa autorizzazione, potr? essere effettuata denuncia alla competente Autorit?. La diffusione e la comunicazione da parte di soggetto diverso dal destinatario ? vietata dall?art. 616 e ss. c.p. e dal d. l.vo n. 196/03. Se la presente e-mail e i suoi allegati fossero stati ricevuti per errore da persona diversa dal destinatario preghiamo di distruggere quanto ricevuto e di rinviare al mittente con lo stesso mezzo. Grazie per la collaborazione. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160524/3e11aa7e/attachment.html From schoch+freeswitch.org at xwin32.com Tue May 24 20:10:15 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 24 May 2016 09:10:15 -0700 Subject: [Freeswitch-users] Fax....How I hate you. In-Reply-To: References: <62D73414-D560-487F-AD42-9B6A581EFDEC@jerris.com> <331d8900dae84b0eb13ffededd16f889@nysolutions.com> Message-ID: My issue seems a little different, so I opened a new JIRA https://freeswitch.org/jira/browse/FS-9178 I now seem to get consistent results depending on the model of the sending fax machine. It fails consistently with a Dell MFP Laser 3115cn (a multi function color laser printer/scanner/fax), but works consistently from a Panasonic KX-MB1520 (a multi function laser printer/scanner/fax). I'd like to do some tests from fax machines of other models, so if you have a FAX machine handy, please contact me off the list and I'll give you my test fax number. -- Steve On Wed, May 18, 2016 at 5:27 AM, Brian West wrote: > This is clearly a bug, bugs go in JIRA, even if you can't replicate the > issue properly or understand it please put the issue in JIRA, I've been > chasing an interop issue with 3cx that sounds very much like some of the > info in this email thread. > > https://freeswitch.org/jira/browse/FS-8862 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160524/970a59c8/attachment.html From kathleen at freeswitch.org Tue May 24 19:47:04 2016 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 24 May 2016 08:47:04 -0700 Subject: [Freeswitch-users] ClueCon 2016 Sponsorship opportunities! Message-ID: [image: https://cluecon.com/] [image: https://cluecon.com/] ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160524/7d9bb686/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: sponsor_call01.jpg Type: image/jpeg Size: 451078 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160524/7d9bb686/attachment-0002.jpg -------------- next part -------------- A non-text attachment was scrubbed... Name: Sponsors.jpg Type: image/jpeg Size: 161676 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160524/7d9bb686/attachment-0003.jpg From voipdev.sourav at gmail.com Tue May 24 23:28:14 2016 From: voipdev.sourav at gmail.com (sourav voip) Date: Wed, 25 May 2016 00:58:14 +0530 Subject: [Freeswitch-users] mod_verto webphone In-Reply-To: References: Message-ID: Hi, I'm also facing the similar issue,I can however login,but call attempt not working. Upon debug enabled I'm getting additional information like below mod_verto.c:230 SSL ERR: CERT CHAIN FILE ERROR mod_verto.c:237 SSL NOT ENABLED FOR LISTENER 0.0.0.0:8082. REVERTING TO WS upon openssl connect coomand getting this as below --------------------------------------------------- [root at sipfsmt ssl.ca-0.1]# openssl s_client -connect sipfsmt.local:8082 CONNECTED(00000003) 3078088428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:769: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 247 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE --------------------------------------- I've below certificates [root at xx certs]# pwd /usr/local/freeswitch/certs [root at xx certs]# ls -l total 32 -rw-r--r--. 1 root root 5093 May 24 20:16 agent.pem -rw-r--r--. 1 root root 2033 May 24 20:16 cafile.pem -rw-r--r--. 1 root root 7378 May 24 20:13 dtls-srtp.pem -rw-r--r--. 1 root root 1572 May 23 09:17 tls.pem -rw-r--r--. 1 root root 5093 May 24 20:14 wss.pem Can any one suggest further. Thanks, Sourav On Mon, May 23, 2016 at 8:40 PM, magnusadilsom at gmail.com < magnusadilsom at gmail.com> wrote: > I?m developer a CallCenter manager system with FS > and I need add in the panel a web phone. > I'm try do it using mod_verto > I already install FS, and load mod_verto > install verto in my http server > https://www.my_web_site.com/verto/#page-main > but in FS console I see error > [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. > [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. > [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] > [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. > > 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/20160525/73f27f96/attachment.html From krice at freeswitch.org Tue May 24 23:37:43 2016 From: krice at freeswitch.org (Ken Rice) Date: Tue, 24 May 2016 14:37:43 -0500 Subject: [Freeswitch-users] mod_verto webphone In-Reply-To: References: Message-ID: <054a01d1b5f3$be86f110$3b94d330$@freeswitch.org> It means you don?t have your wss.pem file constructed correctly, or the perms on it are wrong for FS to read it when starting up From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of sourav voip Sent: Tuesday, May 24, 2016 2:28 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] mod_verto webphone Hi, I'm also facing the similar issue,I can however login,but call attempt not working. Upon debug enabled I'm getting additional information like below mod_verto.c:230 SSL ERR: CERT CHAIN FILE ERROR mod_verto.c:237 SSL NOT ENABLED FOR LISTENER 0.0.0.0:8082 . REVERTING TO WS upon openssl connect coomand getting this as below --------------------------------------------------- [root at sipfsmt ssl.ca-0.1]# openssl s_client -connect sipfsmt.local:8082 CONNECTED(00000003) 3078088428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:769: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 247 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE --------------------------------------- I've below certificates [root at xx certs]# pwd /usr/local/freeswitch/certs [root at xx certs]# ls -l total 32 -rw-r--r--. 1 root root 5093 May 24 20:16 agent.pem -rw-r--r--. 1 root root 2033 May 24 20:16 cafile.pem -rw-r--r--. 1 root root 7378 May 24 20:13 dtls-srtp.pem -rw-r--r--. 1 root root 1572 May 23 09:17 tls.pem -rw-r--r--. 1 root root 5093 May 24 20:14 wss.pem Can any one suggest further. Thanks, Sourav On Mon, May 23, 2016 at 8:40 PM, magnusadilsom at gmail.com > wrote: I?m developer a CallCenter manager system with FS and I need add in the panel a web phone. I'm try do it using mod_verto I already install FS, and load mod_verto install verto in my http server https://www.my_web_site.com/verto/#page-main but in FS console I see error [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. 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/20160524/32df4483/attachment.html From 35633 at heb.be Wed May 25 13:01:17 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 25 May 2016 11:01:17 +0200 Subject: [Freeswitch-users] Call forwarding Message-ID: Hello, I would like to forward did call to an extension. I'm sure that what i did is correct because it generates an erroo like: cannot create outgoing channel of type USER cause User is not registered. 1) I've created as user related to the did in /directory/default.xml 2) made chenge in Local_extension, contion field= ${sip_to_user} expression=my_did 3)added an extension related to my_did in public.xml Is that way i have to do to forward my call to an extension? What is the difference between call forward and call transfer? Thank you NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/50914309/attachment-0001.html From 35633 at heb.be Wed May 25 15:11:00 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 25 May 2016 13:11:00 +0200 Subject: [Freeswitch-users] X-Lite and Freeswitch Message-ID: Hello, I'm trying to register x-lite softphone with Freeswitch using the user 1001 that is defined in Freeswitch. When i check the box "register domain and receive calls", x-lite failed to register and i get the error the message: could not be enabled, problem at server (SIP error 408). But when i uncheck the same box, x-lite success to register but can't receive calls. Any help? NDUWAYEZU Joselyne -- Haute ?cole de Bruxelles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/133d1623/attachment.html From acheraime at gmail.com Wed May 25 15:19:24 2016 From: acheraime at gmail.com (acheraime at gmail.com) Date: Wed, 25 May 2016 07:19:24 -0400 Subject: [Freeswitch-users] X-Lite and Freeswitch In-Reply-To: References: Message-ID: <5326AA23-6379-4DD5-BA61-20FB2F3299D8@gmail.com> Hi Joselyne, Looks like an misconfiguration. With the vanilla installation configure your xlite as follow. UserId: 1001 Domain: IP address of your server Password: sip user password (1234 default) Authorization name: 1001 Keep "Register with domain" checked. Sent from my iPhone > On May 25, 2016, at 7:11 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > Hello, > I'm trying to register x-lite softphone with Freeswitch using the user 1001 that is defined in Freeswitch. > When i check the box "register domain and receive calls", x-lite failed to register and i get the error the message: could not be enabled, problem at server (SIP error 408). > But when i uncheck the same box, x-lite success to register but can't receive calls. > > Any help? > > 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 From a.villa at seletech.com Wed May 25 16:32:27 2016 From: a.villa at seletech.com (alberto Villa) Date: Wed, 25 May 2016 14:32:27 +0200 Subject: [Freeswitch-users] FREESWITCH CONFERENCE BLF Message-ID: <9b23ee39-c47b-2019-14b4-5dac60a95a95@seletech.com> Hello, I have 4 phones, 3 will join a conference room called 'myConf' and I'm trying to get BLF status for this conference on the fourth phone, which will eventually join the conference by pulling the related BLF button. On the phone I want BLF I set to monitor the status using 'sip:myConf at 192.168.0.252' (which works when monitorning a normal sip user), then I tried the followings: Set the field like this in conf/autoload_configs/conference.conf.xml but this doesn't work. Set: in my dialplan before setting up the conference, still doesn't work. Issuing: presence in myConf at 192.168.0.252 on-the-phone "on the phone" from fs_cli, but still doesn't work. The only thing I got working is to manually send the event using ESL like this: event = freeswitch.Event('PRESENCE_IN'); event:addHeader('proto', 'sip'); event:addHeader('from', 'myConf'..'@'..'192.168.0.252'); event:addHeader('login', 'myConf'..'@'..'192.168.0.252'); event:addHeader('event_type', 'presence'); event:addHeader('alt_event_type', 'dialog'); event:addHeader('Presence-Call-Direction', 'outbound'); event:addHeader('state', 'active'); event:addHeader('unique-id', uuid); event:addHeader('event_count', '1') event:addHeader('answer-state', 'confirmed'); event:fire(); In this case the BLF correctly lights up, but when the phone issues a new "SUBSCRIBE" request the BLF is cleared. Wrapping up: is there a way to use BLF to monitor the status of a conference call from a phone not invited when the conference is set up? Thank you -- Dr. Villa Alberto Sw Engineer SeleTech srl via Volturno, 37 20861 Brugherio (MB) tel: +39 039 884053 email: a.villa at seletech.com web: www.seletech.com www.seletech.eu --- Questa e-mail ? stata controllata per individuare virus con Avast antivirus. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/929e5d7f/attachment.html From luis.daniel.lucio at gmail.com Wed May 25 17:02:54 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Wed, 25 May 2016 09:02:54 -0400 Subject: [Freeswitch-users] C API documentation In-Reply-To: References: Message-ID: Hello, Where I can read how to start coding a module. I know c/c++, but I ignore the FreeSWITCH API -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/8e2598ea/attachment.html From abaci64 at gmail.com Wed May 25 17:38:47 2016 From: abaci64 at gmail.com (Abaci B) Date: Wed, 25 May 2016 09:38:47 -0400 Subject: [Freeswitch-users] FREESWITCH CONFERENCE BLF In-Reply-To: <9b23ee39-c47b-2019-14b4-5dac60a95a95@seletech.com> References: <9b23ee39-c47b-2019-14b4-5dac60a95a95@seletech.com> Message-ID: To get BLF for a conference you would subscribe to conf+confname On Wed, May 25, 2016 at 8:32 AM, alberto Villa wrote: > Hello, > > I have 4 phones, 3 will join a conference room called 'myConf' and I'm > trying to get BLF status for this conference on the fourth phone, which > will eventually join the conference by pulling the related BLF button. > > On the phone I want BLF I set to monitor the status using ' > sip:myConf at 192.168.0.252' (which works when monitorning a normal sip > user), then I tried the followings: > > Set the field like this > > > > > > in conf/autoload_configs/conference.conf.xml but this doesn't work. > > Set: > > > > in my dialplan before setting up the conference, still doesn't work. > > Issuing: > > presence in myConf at 192.168.0.252 on-the-phone "on the phone" > > from fs_cli, but still doesn't work. > > The only thing I got working is to manually send the event using ESL like > this: > > event = freeswitch.Event('PRESENCE_IN'); > event:addHeader('proto', 'sip'); > event:addHeader('from', 'myConf'..'@'..'192.168.0.252'); > event:addHeader('login', 'myConf'..'@'..'192.168.0.252'); > event:addHeader('event_type', 'presence'); > event:addHeader('alt_event_type', 'dialog'); > event:addHeader('Presence-Call-Direction', 'outbound'); > event:addHeader('state', 'active'); > event:addHeader('unique-id', uuid); > event:addHeader('event_count', '1') > event:addHeader('answer-state', 'confirmed'); > event:fire(); > > In this case the BLF correctly lights up, but when the phone issues a new > "SUBSCRIBE" request the BLF is cleared. > > Wrapping up: is there a way to use BLF to monitor the status of a > conference call from a phone not invited when the conference is set up? > > > Thank you > > -- > Dr. Villa Alberto > Sw Engineer > > SeleTech srl > via Volturno, 37 20861 Brugherio (MB) > tel: +39 039 884053 > > email: a.villa at seletech.com > web: www.seletech.com > www.seletech.eu > > > > Mail > priva di virus. www.avast.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/20160525/762a2cc3/attachment-0001.html From 35633 at heb.be Wed May 25 17:51:33 2016 From: 35633 at heb.be (Nduwayezu, Joselyne) Date: Wed, 25 May 2016 15:51:33 +0200 Subject: [Freeswitch-users] X-Lite and Freeswitch In-Reply-To: <5326AA23-6379-4DD5-BA61-20FB2F3299D8@gmail.com> References: <5326AA23-6379-4DD5-BA61-20FB2F3299D8@gmail.com> Message-ID: Hello, I did as you said but still have the problem when "Register with domain and receive calls " is checked. NDUWAYEZU Joselyne 2016-05-25 13:19 GMT+02:00 : > Hi Joselyne, > > Looks like an misconfiguration. With the vanilla installation configure > your xlite as follow. > > UserId: 1001 > Domain: IP address of your server > Password: sip user password (1234 default) > Authorization name: 1001 > > Keep "Register with domain" checked. > > > > > Sent from my iPhone > > > On May 25, 2016, at 7:11 AM, Nduwayezu, Joselyne <35633 at heb.be> wrote: > > > > Hello, > > I'm trying to register x-lite softphone with Freeswitch using the user > 1001 that is defined in Freeswitch. > > When i check the box "register domain and receive calls", x-lite failed > to register and i get the error the message: could not be enabled, problem > at server (SIP error 408). > > But when i uncheck the same box, x-lite success to register but can't > receive calls. > > > > Any help? > > > > 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/20160525/2c6508e9/attachment.html From nikola- at mail.ru Wed May 25 13:39:31 2016 From: nikola- at mail.ru (=?UTF-8?B?0J3QuNC60L7Qu9Cw0Lk=?=) Date: Wed, 25 May 2016 12:39:31 +0300 Subject: [Freeswitch-users] =?utf-8?q?How_to_communicate_between_mod=5Fv8_?= =?utf-8?q?and_mod=5Fjava?= Message-ID: <1464169171.933538667@f39.i.mail.ru> I have javascript running on mod_v8 that controls my calls redirecting. And now I need execute java program using mod_java to get some data. What is the simplest way to call a method in java class (session.execute?) and return result back to javascript? Kind regards, Nick. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/f9a5be14/attachment.html From mike at jerris.com Wed May 25 19:31:42 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 25 May 2016 11:31:42 -0400 Subject: [Freeswitch-users] C API documentation In-Reply-To: References: Message-ID: <4B179584-EEF3-4D3C-A41B-45753ABB9EF2@jerris.com> By far the easiest way is to look at the module most similar to what you are trying to do and model off of that. What kind of module are you trying to make? > On May 25, 2016, at 9:02 AM, Luis Daniel Lucio Quiroz wrote: > > Hello, > > Where I can read how to start coding a module. I know c/c++, but I ignore the FreeSWITCH API > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/10c98a08/attachment.html From luis.daniel.lucio at gmail.com Wed May 25 19:56:39 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Wed, 25 May 2016 11:56:39 -0400 Subject: [Freeswitch-users] C API documentation In-Reply-To: <4B179584-EEF3-4D3C-A41B-45753ABB9EF2@jerris.com> References: <4B179584-EEF3-4D3C-A41B-45753ABB9EF2@jerris.com> Message-ID: Mod_twilio Le 25 mai 2016 11:32 AM, "Michael Jerris" a ?crit : > By far the easiest way is to look at the module most similar to what you > are trying to do and model off of that. What kind of module are you trying > to make? > > On May 25, 2016, at 9:02 AM, Luis Daniel Lucio Quiroz < > luis.daniel.lucio at gmail.com> wrote: > > Hello, > > Where I can read how to start coding a module. I know c/c++, but I ignore > the FreeSWITCH API > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160525/1a330753/attachment.html From mike at jerris.com Wed May 25 20:04:56 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 25 May 2016 12:04:56 -0400 Subject: [Freeswitch-users] C API documentation In-Reply-To: References: <4B179584-EEF3-4D3C-A41B-45753ABB9EF2@jerris.com> Message-ID: mod_httapi already exists and can do pretty much everything you can do with twillio and a lot of things you can not. > On May 25, 2016, at 11:56 AM, Luis Daniel Lucio Quiroz wrote: > > Mod_twilio > > Le 25 mai 2016 11:32 AM, "Michael Jerris" > a ?crit : > By far the easiest way is to look at the module most similar to what you are trying to do and model off of that. What kind of module are you trying to make? > >> On May 25, 2016, at 9:02 AM, Luis Daniel Lucio Quiroz > wrote: >> >> Hello, >> >> Where I can read how to start coding a module. I know c/c++, but I ignore the FreeSWITCH API >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160525/8dd636f2/attachment.html From luis.daniel.lucio at gmail.com Wed May 25 20:26:36 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Wed, 25 May 2016 12:26:36 -0400 Subject: [Freeswitch-users] C API documentation In-Reply-To: References: <4B179584-EEF3-4D3C-A41B-45753ABB9EF2@jerris.com> Message-ID: Thanks Le 25 mai 2016 12:06 PM, "Michael Jerris" a ?crit : > mod_httapi already exists and can do pretty much everything you can do > with twillio and a lot of things you can not. > > On May 25, 2016, at 11:56 AM, Luis Daniel Lucio Quiroz < > luis.daniel.lucio at gmail.com> wrote: > > Mod_twilio > Le 25 mai 2016 11:32 AM, "Michael Jerris" a ?crit : > >> By far the easiest way is to look at the module most similar to what you >> are trying to do and model off of that. What kind of module are you trying >> to make? >> >> On May 25, 2016, at 9:02 AM, Luis Daniel Lucio Quiroz < >> luis.daniel.lucio at gmail.com> wrote: >> >> Hello, >> >> Where I can read how to start coding a module. I know c/c++, but I ignore >> the FreeSWITCH API >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160525/901409c4/attachment-0001.html From s.safarov at gmail.com Thu May 26 15:20:11 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 26 May 2016 11:20:11 +0000 Subject: [Freeswitch-users] bypass_media + SDP change workaround Message-ID: FS is not propagates SDP change to aleg when used bypass_media(FS-9203 ). Are workaround is known? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160526/8064a813/attachment.html From mylists at polite.se Thu May 26 16:24:23 2016 From: mylists at polite.se (Oivvio Polite) Date: Thu, 26 May 2016 14:24:23 +0200 Subject: [Freeswitch-users] verto.js and Phonegap/Cordova iOS Message-ID: <20160526122423.GA2444@blomma.liberationtech.net> Is anyone here using verto.js in conjunction with Phonegap/Cordova on iOS? regards Oivvio Polite From voipdev.sourav at gmail.com Thu May 26 09:46:08 2016 From: voipdev.sourav at gmail.com (sourav voip) Date: Thu, 26 May 2016 11:16:08 +0530 Subject: [Freeswitch-users] mod_verto webphone In-Reply-To: <054a01d1b5f3$be86f110$3b94d330$@freeswitch.org> References: <054a01d1b5f3$be86f110$3b94d330$@freeswitch.org> Message-ID: Hi Ken, Thanks for your response,I'm also suspecting the same. However I've followed ' Brian K West's quick how' to create the certificates. Can you suggest further how to troubleshoot the certificate related issue? Regards, Sourav On Wed, May 25, 2016 at 1:07 AM, Ken Rice wrote: > It means you don?t have your wss.pem file constructed correctly, or the > perms on it are wrong for FS to read it when starting up > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *sourav voip > *Sent:* Tuesday, May 24, 2016 2:28 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] mod_verto webphone > > > > Hi, > > I'm also facing the similar issue,I can however login,but call attempt not > working. > > > Upon debug enabled I'm getting additional information like below > > mod_verto.c:230 SSL ERR: CERT CHAIN FILE ERROR > mod_verto.c:237 SSL NOT ENABLED FOR LISTENER 0.0.0.0:8082. REVERTING TO > WS > > upon openssl connect coomand getting this as below > --------------------------------------------------- > [root at sipfsmt ssl.ca-0.1]# openssl s_client -connect sipfsmt.local:8082 > CONNECTED(00000003) > 3078088428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol:s23_clnt.c:769: > --- > no peer certificate available > --- > No client certificate CA names sent > --- > SSL handshake has read 7 bytes and written 247 bytes > --- > New, (NONE), Cipher is (NONE) > Secure Renegotiation IS NOT supported > Compression: NONE > Expansion: NONE > --------------------------------------- > > > > I've below certificates > [root at xx certs]# pwd > /usr/local/freeswitch/certs > > [root at xx certs]# ls -l > total 32 > -rw-r--r--. 1 root root 5093 May 24 20:16 agent.pem > -rw-r--r--. 1 root root 2033 May 24 20:16 cafile.pem > -rw-r--r--. 1 root root 7378 May 24 20:13 dtls-srtp.pem > -rw-r--r--. 1 root root 1572 May 23 09:17 tls.pem > -rw-r--r--. 1 root root 5093 May 24 20:14 wss.pem > > Can any one suggest further. > > Thanks, > > Sourav > > > > On Mon, May 23, 2016 at 8:40 PM, magnusadilsom at gmail.com < > magnusadilsom at gmail.com> wrote: > > I?m developer a CallCenter manager system with FS > > and I need add in the panel a web phone. > > I'm try do it using mod_verto > > I already install FS, and load mod_verto > > install verto in my http server > > https://www.my_web_site.com/verto/#page-main > > but in FS console I see error > > [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. > > [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. > > [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] > > [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. > > > > 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160526/5dd0d6d1/attachment.html From brian at freeswitch.org Thu May 26 17:57:44 2016 From: brian at freeswitch.org (Brian West) Date: Thu, 26 May 2016 08:57:44 -0500 Subject: [Freeswitch-users] mod_verto webphone In-Reply-To: References: <054a01d1b5f3$be86f110$3b94d330$@freeswitch.org> Message-ID: Ken said it was probably the cert of permissions, if you're starting FreeSWITCH as user freeswitch, I suspect if you followed my howto the filse are owned by root and not readable by user freeswitch... Just guessing at this point but thats what it sounds like. On Thu, May 26, 2016 at 12:46 AM, sourav voip wrote: > Hi Ken, > > Thanks for your response,I'm also suspecting the same. > However I've followed ' Brian K West's quick how' to create the > certificates. > Can you suggest further how to troubleshoot the certificate related issue? > > Regards, > Sourav > > > On Wed, May 25, 2016 at 1:07 AM, Ken Rice wrote: > >> It means you don?t have your wss.pem file constructed correctly, or the >> perms on it are wrong for FS to read it when starting up >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *sourav voip >> *Sent:* Tuesday, May 24, 2016 2:28 PM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] mod_verto webphone >> >> >> >> Hi, >> >> I'm also facing the similar issue,I can however login,but call attempt >> not working. >> >> >> Upon debug enabled I'm getting additional information like below >> >> mod_verto.c:230 SSL ERR: CERT CHAIN FILE ERROR >> mod_verto.c:237 SSL NOT ENABLED FOR LISTENER 0.0.0.0:8082. REVERTING TO >> WS >> >> upon openssl connect coomand getting this as below >> --------------------------------------------------- >> [root at sipfsmt ssl.ca-0.1]# openssl s_client -connect sipfsmt.local:8082 >> CONNECTED(00000003) >> 3078088428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown >> protocol:s23_clnt.c:769: >> --- >> no peer certificate available >> --- >> No client certificate CA names sent >> --- >> SSL handshake has read 7 bytes and written 247 bytes >> --- >> New, (NONE), Cipher is (NONE) >> Secure Renegotiation IS NOT supported >> Compression: NONE >> Expansion: NONE >> --------------------------------------- >> >> >> >> I've below certificates >> [root at xx certs]# pwd >> /usr/local/freeswitch/certs >> >> [root at xx certs]# ls -l >> total 32 >> -rw-r--r--. 1 root root 5093 May 24 20:16 agent.pem >> -rw-r--r--. 1 root root 2033 May 24 20:16 cafile.pem >> -rw-r--r--. 1 root root 7378 May 24 20:13 dtls-srtp.pem >> -rw-r--r--. 1 root root 1572 May 23 09:17 tls.pem >> -rw-r--r--. 1 root root 5093 May 24 20:14 wss.pem >> >> Can any one suggest further. >> >> Thanks, >> >> Sourav >> >> >> >> On Mon, May 23, 2016 at 8:40 PM, magnusadilsom at gmail.com < >> magnusadilsom at gmail.com> wrote: >> >> I?m developer a CallCenter manager system with FS >> >> and I need add in the panel a web phone. >> >> I'm try do it using mod_verto >> >> I already install FS, and load mod_verto >> >> install verto in my http server >> >> https://www.my_web_site.com/verto/#page-main >> >> but in FS console I see error >> >> [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. >> >> [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. >> >> [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] >> >> [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. >> >> >> >> 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 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160526/c293eed8/attachment-0001.html From gregor at infomedia.si Thu May 26 18:01:48 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 26 May 2016 16:01:48 +0200 Subject: [Freeswitch-users] mod_verto webphone In-Reply-To: References: <054a01d1b5f3$be86f110$3b94d330$@freeswitch.org> Message-ID: And I think that also it has to be in correct order: server key, private key, authority key... This is working for me. 2016-05-26 15:57 GMT+02:00 Brian West : > Ken said it was probably the cert of permissions, if you're starting > FreeSWITCH as user freeswitch, I suspect if you followed my howto the filse > are owned by root and not readable by user freeswitch... Just guessing at > this point but thats what it sounds like. > > On Thu, May 26, 2016 at 12:46 AM, sourav voip > wrote: > >> Hi Ken, >> >> Thanks for your response,I'm also suspecting the same. >> However I've followed ' Brian K West's quick how' to create the >> certificates. >> Can you suggest further how to troubleshoot the certificate related issue? >> >> Regards, >> Sourav >> >> >> On Wed, May 25, 2016 at 1:07 AM, Ken Rice wrote: >> >>> It means you don?t have your wss.pem file constructed correctly, or the >>> perms on it are wrong for FS to read it when starting up >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >>> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *sourav >>> voip >>> *Sent:* Tuesday, May 24, 2016 2:28 PM >>> *To:* FreeSWITCH Users Help >>> *Subject:* Re: [Freeswitch-users] mod_verto webphone >>> >>> >>> >>> Hi, >>> >>> I'm also facing the similar issue,I can however login,but call attempt >>> not working. >>> >>> >>> Upon debug enabled I'm getting additional information like below >>> >>> mod_verto.c:230 SSL ERR: CERT CHAIN FILE ERROR >>> mod_verto.c:237 SSL NOT ENABLED FOR LISTENER 0.0.0.0:8082 >>> . >>> REVERTING TO WS >>> >>> upon openssl connect coomand getting this as below >>> --------------------------------------------------- >>> [root at sipfsmt ssl.ca-0.1]# openssl s_client -connect sipfsmt.local:8082 >>> CONNECTED(00000003) >>> 3078088428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown >>> protocol:s23_clnt.c:769: >>> --- >>> no peer certificate available >>> --- >>> No client certificate CA names sent >>> --- >>> SSL handshake has read 7 bytes and written 247 bytes >>> --- >>> New, (NONE), Cipher is (NONE) >>> Secure Renegotiation IS NOT supported >>> Compression: NONE >>> Expansion: NONE >>> --------------------------------------- >>> >>> >>> >>> I've below certificates >>> [root at xx certs]# pwd >>> /usr/local/freeswitch/certs >>> >>> [root at xx certs]# ls -l >>> total 32 >>> -rw-r--r--. 1 root root 5093 May 24 20:16 agent.pem >>> -rw-r--r--. 1 root root 2033 May 24 20:16 cafile.pem >>> -rw-r--r--. 1 root root 7378 May 24 20:13 dtls-srtp.pem >>> -rw-r--r--. 1 root root 1572 May 23 09:17 tls.pem >>> -rw-r--r--. 1 root root 5093 May 24 20:14 wss.pem >>> >>> Can any one suggest further. >>> >>> Thanks, >>> >>> Sourav >>> >>> >>> >>> On Mon, May 23, 2016 at 8:40 PM, magnusadilsom at gmail.com < >>> magnusadilsom at gmail.com> wrote: >>> >>> I?m developer a CallCenter manager system with FS >>> >>> and I need add in the panel a web phone. >>> >>> I'm try do it using mod_verto >>> >>> I already install FS, and load mod_verto >>> >>> install verto in my http server >>> >>> https://www.my_web_site.com/verto/#page-main >>> >>> but in FS console I see error >>> >>> [INFO] mod_verto.c:4025 181.95.222.30:51652 Client Connect. >>> >>> [INFO] mod_verto.c:1978 181.95.222.30:51652 Starting client thread. >>> >>> [DEBUG] mod_verto.c:1825 181.95.222.30:51652 WS SETUP FAILED [] >>> >>> [INFO] mod_verto.c:2005 181.95.222.30:51652 Ending client thread. >>> >>> >>> >>> 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 >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > -- 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/20160526/9eabee0d/attachment.html From anthony.minessale at gmail.com Thu May 26 22:20:44 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 26 May 2016 13:20:44 -0500 Subject: [Freeswitch-users] Time is running out for ClueCon Speaker Proposals Message-ID: Get them in soon! -- 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/20160526/5026b9a3/attachment-0001.html From danielnazareth89 at gmail.com Fri May 27 01:09:41 2016 From: danielnazareth89 at gmail.com (Daniel Nazareth) Date: Thu, 26 May 2016 17:09:41 -0400 Subject: [Freeswitch-users] [Default Directory XML] All internal extensions looking at only 1 extensions xml file while dialling numbers internally Message-ID: Hi , My problem is that each of my extensions(ranging from 3001-3015) looks up only extension 3001.xml in /etc/freeswitch/directory/default while dialling internal extensions. This means that although calls are routed perfectly, even for a call not involving 3001 only the caller id, caller_id_name etc for 3001 is seen on the IP phone. All the other extension xml's have the exact same pattern but their details are ignored, can anyone explain this behaviour? I've pored over the wiki for directory XML but cannot find any clues. Sample XML's are at *http://pastebin.com/MkYFChh9 * Thanks Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160526/51305176/attachment.html From mike at jerris.com Fri May 27 01:21:26 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 26 May 2016 17:21:26 -0400 Subject: [Freeswitch-users] [Default Directory XML] All internal extensions looking at only 1 extensions xml file while dialling numbers internally In-Reply-To: References: Message-ID: Thats strange, do the debug logs tell you anything? Throw on sip trace too... something isn't adding up in this story. > On May 26, 2016, at 5:09 PM, Daniel Nazareth wrote: > > Hi , > > My problem is that each of my extensions(ranging from 3001-3015) looks up only extension 3001.xml in /etc/freeswitch/directory/default while dialling internal extensions. This means that although calls are routed perfectly, even for a call not involving 3001 only the caller id, caller_id_name etc for 3001 is seen on the IP phone. All the other extension xml's have the exact same pattern but their details are ignored, can anyone explain this behaviour? I've pored over the wiki for directory XML but cannot find any clues. Sample XML's are at http://pastebin.com/MkYFChh9 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160526/4acd5c06/attachment.html From mike at jerris.com Fri May 27 01:22:51 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 26 May 2016 17:22:51 -0400 Subject: [Freeswitch-users] [Default Directory XML] All internal extensions looking at only 1 extensions xml file while dialling numbers internally In-Reply-To: References: Message-ID: scratch that... Ken Rice replied to you but sent it to the wrong place, but had the right answer: You are telling it the CIDR is the entire /24 there... That means that anyone that has an IP where the first 24 bits match, it matches in this case that's the first 3 octects or 10.0.0.... If you want just 1 IP to make the mask should be /32 for all 32 bits must match > On May 26, 2016, at 5:21 PM, Michael Jerris wrote: > > Thats strange, do the debug logs tell you anything? Throw on sip trace too... something isn't adding up in this story. > >> On May 26, 2016, at 5:09 PM, Daniel Nazareth > wrote: >> >> Hi , >> >> My problem is that each of my extensions(ranging from 3001-3015) looks up only extension 3001.xml in /etc/freeswitch/directory/default while dialling internal extensions. This means that although calls are routed perfectly, even for a call not involving 3001 only the caller id, caller_id_name etc for 3001 is seen on the IP phone. All the other extension xml's have the exact same pattern but their details are ignored, can anyone explain this behaviour? I've pored over the wiki for directory XML but cannot find any clues. Sample XML's are at http://pastebin.com/MkYFChh9 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160526/f211f824/attachment.html From alex at teclan.com.br Fri May 27 17:49:27 2016 From: alex at teclan.com.br (Alex Pierry) Date: Fri, 27 May 2016 13:49:27 +0000 Subject: [Freeswitch-users] TTS module using SAPI? Message-ID: Hi All, what about a Freeswitch module that integrates with a TTS engine through SAPI enviroment? Do you know if exists some initiative in this way? It would be great to use Microsoft's TTS engine that has a good quality and a large number of languages available. Thanks, Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160527/85936133/attachment.html From krc at retrospekt.dk Fri May 27 18:32:29 2016 From: krc at retrospekt.dk (Kim Rostgaard Christensen) Date: Fri, 27 May 2016 16:32:29 +0200 Subject: [Freeswitch-users] BEARERCAPABILITY_NOTAVAIL with 1.6.6 on Debian 8 In-Reply-To: References: Message-ID: <57485A7D.1000302@retrospekt.dk> We finally got around to getting a SIP trace. The only difference we can find is in the SDP 1.6.2: v=0 o=FreeSWITCH 1464328347 1464328348 IN IP4 192.168.1.3 s=FreeSWITCH c=IN IP4 192.168.1.3 t=0 0 m=audio 28898 RTP/AVP 102 103 9 0 8 3 101 13 104 105 a=rtpmap:102 L16/8000 a=rtpmap:103 opus/48000/2 a=fmtp:103 useinbandfec=1; usedtx=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=20; maxptime=20; samplerate=48000; sprop-stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=rtpmap:104 telephone-event/48000 a=fmtp:104 0-16 a=rtpmap:105 CN/48000 a=ptime:20 1.6.8: v=0 o=FreeSWITCH 1464330840 1464330841 IN IP4 192.168.1.4 s=FreeSWITCH c=IN IP4 192.168.1.4 t=0 0 m=audio 28118 RTP/AVP 102 101 13 a=rtpmap:102 L16/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 Any hints? On 2016-02-10 18:16, Thomas L?cke wrote: > Hi Ken, > > It doesn't work from our dialplan either: > > > expression="^external_transfer_(\d+)$"> > > > data="[fifo_music=default]sofia/gateway/${default_trunk}/$1"/> > > > > > That works swimmingly with 1.6.2, but fails > with BEARERCAPABILITY_NOTAVAIL with 1.6.6. > > > 2016-02-10 18:07 GMT+01:00 Ken Rice >: > > I doubt that was ever an intended feature... why not just send the > A leg out and park the bleg just reverse your notation there > > On Wed, Feb 10, 2016 at 10:48 AM, Thomas L?cke > > wrote: > > Hi all, > > Using 1.6.2 this works from fs_cli and dialplan: > > originate loopback/park/default > &bridge(sofia/gateway/server/xxxxxxxx) > > Using 1.6.6 it fails with BEARERCAPABILITY_NOTAVAIL. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160527/ddd3517b/attachment-0001.html From abaci64 at gmail.com Fri May 27 18:35:55 2016 From: abaci64 at gmail.com (Abaci B) Date: Fri, 27 May 2016 10:35:55 -0400 Subject: [Freeswitch-users] TTS module using SAPI? In-Reply-To: References: Message-ID: If there is a command line tool that can utilize Microsoft's TTS engine, then you can use mod_tts_commandline On Fri, May 27, 2016 at 9:49 AM, Alex Pierry wrote: > Hi All, > > what about a Freeswitch module that integrates with a TTS engine through > SAPI enviroment? > Do you know if exists some initiative in this way? > It would be great to use Microsoft's TTS engine that has a good quality > and a large number of languages available. > > 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/20160527/47f8598b/attachment.html From nneul at mst.edu Fri May 27 18:46:12 2016 From: nneul at mst.edu (Nathan Neulinger) Date: Fri, 27 May 2016 09:46:12 -0500 Subject: [Freeswitch-users] TTS module using SAPI? In-Reply-To: References: Message-ID: <57485DB4.2030406@mst.edu> I've been using this with the Translate service in Azure for TTS. It would probably be trivial to adapt that kind of client script to calling some service on IIS that uses SAPI. Here's a snippet from the script I use if you wanted to adapt it for your purposes... rest of script just has some local calling conventions and wrapping for caching the results as well as feeding it through a couple filters from sox utility to strip off leading/trailing silence. # # First get token # my $ua = new LWP::UserAgent; my $req = HTTP::Request->new( POST => "https://datamarket.accesscontrol.windows.net/v2/OAuth2-13" ); $req->content_type("application/x-www-form-urlencoded"); my @args = ( "grant_type" => "client_credentials", "client_id" => $msapp, "client_secret" => $msappkey, "scope" => "http://api.microsofttranslator.com" ); my @reqcontent = (); while (@args) { my $key = shift(@args); my $val = &Encode_URLEncode( shift(@args) ); push( @reqcontent, "$key=$val" ); } $req->content( join( "&", @reqcontent ) ); my $res = $ua->request($req); my $respcontent = $res->content; my $token; eval { my $data = decode_json($respcontent); $token = $data->{access_token}; }; my $options = "MaxQuality"; if ( $gender =~ m/^f/io ) { $options .= "|female"; } else { $options .= "|male"; } my @args = ( "language" => "en", "format" => "audio/wav", "options" => $options, "appid" => "", "text" => $text ); my @reqcontent = (); while (@args) { my $key = shift(@args); my $val = &Encode_URLEncode( shift(@args) ); push( @reqcontent, "$key=$val" ); } $req = HTTP::Request->new( GET => "https://api.microsofttranslator.com/V2/Http.svc/Speak?" . join( "&", @reqcontent ) ); $req->header( "Authorization" => "bearer $token" ); my $res = $ua->request($req); $content = $res->content; unlink($cachefile); unlink($cacheorig); if ( !$res->is_success ) { print "Failed API operation against microsoft TTS.\n"; exit(1); } open( my $out, ">$cacheorig" ); print $out $content; close($out); -- Nathan On 05/27/2016 09:35 AM, Abaci B wrote: > If there is a command line tool that can utilize Microsoft's TTS engine, then you can use mod_tts_commandline > > > On Fri, May 27, 2016 at 9:49 AM, Alex Pierry > wrote: > > Hi All, > > what about a Freeswitch module that integrates with a TTS engine through SAPI enviroment? > Do you know if exists some initiative in this way? > It would be great to use Microsoft's TTS engine that has a good quality and a large number of languages available. > > 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 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 valter at fastway.com.br Fri May 27 20:12:40 2016 From: valter at fastway.com.br (Valter Nogueira) Date: Fri, 27 May 2016 13:12:40 -0300 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 Message-ID: I followed the instructions of https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie Which is pretty simple, indeed (exept by -y on apt-get install): apt-get update && apt-get install -y curl curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list apt-get update && apt-get install freeswitch-meta-all After installation, Freeswitch was up and running, but I don't see any /etc/init.d script to start it. When I killed the process, it automatically restarted! How does it happen? Thank you Valter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160527/92007852/attachment.html From krice at freeswitch.org Fri May 27 20:17:07 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 27 May 2016 11:17:07 -0500 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 In-Reply-To: References: Message-ID: <04af01d1b833$37e6f1e0$a7b4d5a0$@freeswitch.org> Init.d scripts are from old sysvinit. Debian 8 uses SystemD which is a completely different system. Things like service freeswitch start/stop etc are probably what you are looking for. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Valter Nogueira Sent: Friday, May 27, 2016 11:13 AM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 I followed the instructions of https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie Which is pretty simple, indeed (exept by -y on apt-get install): apt-get update && apt-get install -y curl curl https://files.freeswitch.org /repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list apt-get update && apt-get install freeswitch-meta-all After installation, Freeswitch was up and running, but I don't see any /etc/init.d script to start it. When I killed the process, it automatically restarted! How does it happen? Thank you Valter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160527/12e2f3f1/attachment-0001.html From jleung at v10networks.ca Fri May 27 20:18:33 2016 From: jleung at v10networks.ca (Jeff Leung) Date: Fri, 27 May 2016 09:18:33 -0700 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 In-Reply-To: References: Message-ID: > After installation, Freeswitch was up and running, but I don't see any > /etc/init.d script to start it. That's because it now uses systemd to start up the service, not sysvinit. To start it up you can either go systemctl start freeswitch or service freeswitch start To enable/disable it, you'd go: systemctl enable freeswitch or systemctl disable freeswitch > > When I killed the process, it automatically restarted! systemd now automatically recovers crashed services so there isn't a need to install monit like most of us did back in the 1.2 era. > > How does it happen? > > > Thank you > > > Valter > > > > From valter at fastway.com.br Fri May 27 22:45:42 2016 From: valter at fastway.com.br (Valter Nogueira) Date: Fri, 27 May 2016 15:45:42 -0300 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 In-Reply-To: References: Message-ID: Ok. I am not aware of systemd. Currenty, we use Ubuntu 14.04 on our server - which I believe uses upstart. At ClueCon Weekly video https://www.youtube.com/watch?v=TyUhpLC8OIM (10:58), Ken Rice still uses systemv init scripts. I will study a little bit about systemd. Thank you, 2016-05-27 13:18 GMT-03:00 Jeff Leung : > > After installation, Freeswitch was up and running, but I don't see any > > /etc/init.d script to start it. > That's because it now uses systemd to start up the service, not sysvinit. > To start it up you can either go > systemctl start freeswitch or service freeswitch start > > To enable/disable it, you'd go: > systemctl enable freeswitch or systemctl disable freeswitch > > > > When I killed the process, it automatically restarted! > > systemd now automatically recovers crashed services so there isn't a need > to install monit like most of us did back in the 1.2 era. > > > > > How does it happen? > > > > > > Thank you > > > > > > Valter > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160527/eccad700/attachment.html From krice at freeswitch.org Sat May 28 01:33:45 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 27 May 2016 16:33:45 -0500 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 In-Reply-To: References: Message-ID: <067b01d1b85f$73a23830$5ae6a890$@freeswitch.org> Upstart is completely different also? it was one of the init system that was competing against system to replace sysvinit. I?m not sure 100% on how things work on U14.04 at this time. As far as my comments on the sysv init that was nearly a year ago and things have changed since then From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Valter Nogueira Sent: Friday, May 27, 2016 1:46 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] How FreeSwitch starts on Debian 8 Ok. I am not aware of systemd. Currenty, we use Ubuntu 14.04 on our server - which I believe uses upstart. At ClueCon Weekly video https://www.youtube.com/watch?v=TyUhpLC8OIM (10:58), Ken Rice still uses systemv init scripts. I will study a little bit about systemd. Thank you, 2016-05-27 13:18 GMT-03:00 Jeff Leung >: > After installation, Freeswitch was up and running, but I don't see any > /etc/init.d script to start it. That's because it now uses systemd to start up the service, not sysvinit. To start it up you can either go systemctl start freeswitch or service freeswitch start To enable/disable it, you'd go: systemctl enable freeswitch or systemctl disable freeswitch > > When I killed the process, it automatically restarted! systemd now automatically recovers crashed services so there isn't a need to install monit like most of us did back in the 1.2 era. > > How does it happen? > > > Thank you > > > Valter > > > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160527/646e9772/attachment.html From valter at fastway.com.br Sat May 28 02:00:19 2016 From: valter at fastway.com.br (Valter Nogueira) Date: Fri, 27 May 2016 19:00:19 -0300 Subject: [Freeswitch-users] How FreeSwitch starts on Debian 8 In-Reply-To: <067b01d1b85f$73a23830$5ae6a890$@freeswitch.org> References: <067b01d1b85f$73a23830$5ae6a890$@freeswitch.org> Message-ID: Yes, I know that video was somewhat dated by now. I just was socked in not finding how thing were working. Upstart accepted old init.d scripts and I am using them ever since. I really appreciated the installation tutorial. Thank you, Valter 2016-05-27 18:33 GMT-03:00 Ken Rice : > Upstart is completely different also? it was one of the init system that > was competing against system to replace sysvinit. > > > > I?m not sure 100% on how things work on U14.04 at this time. > > > > As far as my comments on the sysv init that was nearly a year ago and > things have changed since then > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Valter > Nogueira > *Sent:* Friday, May 27, 2016 1:46 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] How FreeSwitch starts on Debian 8 > > > > Ok. I am not aware of systemd. Currenty, we use Ubuntu 14.04 on our server > - which I believe uses upstart. > > At ClueCon Weekly video https://www.youtube.com/watch?v=TyUhpLC8OIM > (10:58), Ken Rice still uses systemv init scripts. > > I will study a little bit about systemd. > > Thank you, > > > > > 2016-05-27 13:18 GMT-03:00 Jeff Leung : > > > After installation, Freeswitch was up and running, but I don't see any > > /etc/init.d script to start it. > That's because it now uses systemd to start up the service, not sysvinit. > To start it up you can either go > systemctl start freeswitch or service freeswitch start > > To enable/disable it, you'd go: > systemctl enable freeswitch or systemctl disable freeswitch > > > > When I killed the process, it automatically restarted! > > systemd now automatically recovers crashed services so there isn't a need > to install monit like most of us did back in the 1.2 era. > > > > > How does it happen? > > > > > > Thank you > > > > > > Valter > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160527/c0c8a4d5/attachment-0001.html From schoch+freeswitch.org at xwin32.com Sat May 28 02:51:08 2016 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 27 May 2016 15:51:08 -0700 Subject: [Freeswitch-users] Run a LUA script when voicemail received In-Reply-To: References: Message-ID: I got it working. Ignore the rest of this message unless you want to know how I solved it. My problem was that I was using "reloadxml" after I added the "hook" line, but after reading the mod_lua.cpp file, I found that while "reloadxml" loaded the whole XML include tree into the Freeswitch config structure, The mod_lua code used that config structure only on startup. The solution was to shut down freeswitch. (And thanks to the new systemd on Debian 8, it started back up by itself.) -------- It didn't work.I tried putting this line in autoload_configs/lua.conf.xml: I then created a "voicemail-event.lua" file with the following: action = event:getHeader("VM-Action") freeswitch.consoleLog("info", "VM Action: " .. action) However, the log file has nothing about this script: 91307edb-28d3-4d1d-bd80-95654a327c8b 2016-05-27 15:07:47.533629 [DEBUG] switch_core_state_machine.c:710 (sofia/external/+1408xxxxxxx at fl.gg) State DESTROY going to sleep 2016-05-27 15:07:47.533629 [DEBUG] mod_voicemail.c:1946 Update MWI: Messages Waiting yes 2016-05-27 15:07:47.533629 [DEBUG] mod_voicemail.c:1947 Update MWI: Update Reason NEW 2016-05-27 15:07:47.533629 [DEBUG] mod_voicemail.c:1948 Update MWI: Message Account 408xxxxxxx at starnet.com 2016-05-27 15:07:47.533629 [DEBUG] mod_voicemail.c:1949 Update MWI: Voice Message 1/0 2016-05-27 15:07:47.953635 [DEBUG] switch_utils.c:1180 Emailed file [/tmp/mail.14643868674630] to [voicemail at xxxx.com] 2016-05-27 15:07:47.953635 [DEBUG] mod_voicemail.c:3038 Sending message to voicemail at xxxx.com 2016-05-27 15:07:48.393632 [DEBUG] switch_utils.c:1182 Emailed data to [vm-page] 2016-05-27 15:07:48.393632 [DEBUG] mod_voicemail.c:3088 Sending notify message to vm-page The deliver_vm() function in src/mod/applications/mod_voicemail/mod_voicemail.c sends the event before the MWI update. It also sends the event at other times, including after voicemail authentication, but I don't see that it the log either. Investigating a little further, in src/mod/languages/mod_lua/mod_lua.cpp, there is a function that seems to process the autoload_configs/lua.conf.xml file. It has a loop that appears to process the "hook" elements that includes this line: switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "hook params: '%s' | '%s' | '%s'\n", event, subclass, script); -- Steve On Mon, May 23, 2016 at 10:20 AM, Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > Thanks! Another thing to point me in the right direction. Investigating > the source, I found in the routine deliver_vm(), it makes these calls: > switch_event_create_subclass(&message_event, > SWITCH_EVENT_CUSTOM, VM_EVENT_MAINT); > switch_event_add_header_string(message_event, > SWITCH_STACK_BOTTOM, "VM-Action", "leave-message"); > ... > switch_event_fire(&message_event); > This led me to the example autoload_configs/lua.conf.xml file, which has > this line: > > > > I should be able to write a script that gets called whenever something > happens to a voicemail box with this line: > script="voicemail-event.lua"/> > > Then, in my lua script, I should be able to call > event:getHeader("VM-Action"), and exit unless it's "leave-message". There > are other headers in the event that should have information such as the > length of the recording. > > Just a little confused about the "event" variable. Is that a global > variable that's already set when my script is called? > > -- > Steve > > > On Sun, May 22, 2016 at 9:34 AM, Abaci B wrote: > >> https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160527/2f07598e/attachment.html From grcamauer at gmail.com Sat May 28 04:43:18 2016 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Fri, 27 May 2016 21:43:18 -0300 Subject: [Freeswitch-users] FreeSWITCH using outbound proxy but to bypass media In-Reply-To: <28AA5926-009F-4FCE-AE91-3F4AE8AB0615@gmail.com> References: <28AA5926-009F-4FCE-AE91-3F4AE8AB0615@gmail.com> Message-ID: Did you ever get this to work? Regards, Guillermo On Fri, Dec 19, 2014 at 9:25 PM, Muhammad Naseer Bhatti wrote: > Inbound-bypass-media is enabled in the profile and also enabled just > before the bridge as a session/channel variable. Can't think of a reason > why media is still being passed through. :s > > Sent from my iPad > > On Dec 20, 2014, at 03:17, Michael Jerris wrote: > > bypass_media is the exact way to do this. It would be on the "proxy" box. > > On Friday, December 19, 2014, Muhammad Naseer Bhatti > wrote: > >> I am trying to use an outbound SIP proxy for FreeSWITCH by adding fs_path >> to the bridge. It?s working fine and I am able to send calls using the >> proxy. On the proxy (which is also FreeSWITCH) I am receiving the call in a >> lua script, create a new session with the destination gateway and bridge >> two sessions (old, incoming and the newly created) >> >> The idea is to have multiple FreeSWITCH servers (all public IP address) >> originating calls while all calls going to the carrier via the proxy. The >> problem is that all media is also passing through the proxy. Is there a way >> I can only send signaling through proxy and media to flow directly between >> the endpoints? I have tried bypass_media and bypass_media_after_bridge but >> it?s not working. Is this even doable? >> >> Thanks. >> -- >> Muhammad Naseer Bhatti >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160527/5d72b25f/attachment.html From nbhatti at gmail.com Sat May 28 06:02:22 2016 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Fri, 27 May 2016 22:02:22 -0400 Subject: [Freeswitch-users] FreeSWITCH using outbound proxy but to bypass media In-Reply-To: References: <28AA5926-009F-4FCE-AE91-3F4AE8AB0615@gmail.com> Message-ID: I don?t think it worked. You are picking up a 2 years old thread. I changed the logic and acheived what I was trying to do in a different way. -- Sent with Airmail From: Guillermo Ruiz Camauer Reply: FreeSWITCH Users Help Date: May 28, 2016 at 3:44:13 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] FreeSWITCH using outbound proxy but to bypass media Did you ever get this to work? Regards, Guillermo On Fri, Dec 19, 2014 at 9:25 PM, Muhammad Naseer Bhatti wrote: > Inbound-bypass-media is enabled in the profile and also enabled just > before the bridge as a session/channel variable. Can't think of a reason > why media is still being passed through. :s > > Sent from my iPad > > On Dec 20, 2014, at 03:17, Michael Jerris wrote: > > bypass_media is the exact way to do this. It would be on the "proxy" box. > > On Friday, December 19, 2014, Muhammad Naseer Bhatti > wrote: > >> I am trying to use an outbound SIP proxy for FreeSWITCH by adding fs_path >> to the bridge. It?s working fine and I am able to send calls using the >> proxy. On the proxy (which is also FreeSWITCH) I am receiving the call in a >> lua script, create a new session with the destination gateway and bridge >> two sessions (old, incoming and the newly created) >> >> The idea is to have multiple FreeSWITCH servers (all public IP address) >> originating calls while all calls going to the carrier via the proxy. The >> problem is that all media is also passing through the proxy. Is there a way >> I can only send signaling through proxy and media to flow directly between >> the endpoints? I have tried bypass_media and bypass_media_after_bridge but >> it?s not working. Is this even doable? >> >> Thanks. >> -- >> Muhammad Naseer Bhatti >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160527/af7f139d/attachment-0001.html From valter at fastway.com.br Sat May 28 18:01:22 2016 From: valter at fastway.com.br (Valter Nogueira) Date: Sat, 28 May 2016 11:01:22 -0300 Subject: [Freeswitch-users] ClueCon Weekly Software Stack In-Reply-To: References: Message-ID: I would like to know which is the software stack use to run, manage, record and edit this nice show. It is very impressive how Ken Rice frames the window to show sometimes every part in conference and some times just one along a select desktop. Thanks Valter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160528/8049511c/attachment.html From mike at jerris.com Sat May 28 20:57:27 2016 From: mike at jerris.com (Michael Jerris) Date: Sat, 28 May 2016 12:57:27 -0400 Subject: [Freeswitch-users] ClueCon Weekly Software Stack In-Reply-To: References: Message-ID: This is all done with native FreeSWITCH using mod_conference video mux capabilities. we stream live via mod_av directly to YouTube, we also call in another channel to get a back up recording as we have had YouTube mysteriously delete videos before. We control primarily via verto communicator but we have a few commands we run over esl or just in fs_cli for no good reason other than its easily accessible to us, but could be performed from verto communicator or from an external web app easily. On Saturday, May 28, 2016, Valter Nogueira wrote: > I would like to know which is the software stack use to run, manage, > record and edit this nice show. > > It is very impressive how Ken Rice frames the window to show sometimes > every part in conference and some times just one along a select desktop. > > Thanks > > Valter > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160528/e9a3ef89/attachment.html From bipin at xbipin.com Sun May 29 15:53:54 2016 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 29 May 2016 15:53:54 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160529/7be9692a/attachment.html From colin.morelli at gmail.com Sun May 29 16:03:05 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Sun, 29 May 2016 12:03:05 +0000 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: Message-ID: I had a similar requirement and ran into the same challenges. My dial plans are all httapi, so I ended up not using gateways at all, and instead specifying all of the information in the bridge command. This has been working just fine for me. If you have dynamic dial plans it should work for your case as well. On Sun, May 29, 2016 at 7:57 AM Bipin Patel wrote: > isnt there anyway to define gateways on the fly using xml curl, i tried > the user specific gateway method by replying with the user account along > with the gw info but sofia keeps saying gateway not found, i tried asking > in irc but didnt get an answer, no docs also mention this if its possible > also or no. > > so far reading other places it seems gateways need to be present during > profile load but all those were very old so wanted to know if its still > possible to dynamically create gateways on the fly or no when using xml > curl. > > > -- > Regards, > Bipin > > > ------------------------------ > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160529/936559cb/attachment.html From bipin at xbipin.com Sun May 29 16:21:42 2016 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 29 May 2016 16:21:42 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: Message-ID: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> well currently i use that only but i need to register to the gateway upstream and this seems not possible using dialplan Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: dynamic user specific gateways with xml curl From: Bipin Patel To: freeswitch-users at lists.freeswitch.org Date: 5/29/2016, 3:53:54 PM > isnt there anyway to define gateways on the fly using xml curl, i > tried the user specific gateway method by replying with the user > account along with the gw info but sofia keeps saying gateway not > found, i tried asking in irc but didnt get an answer, no docs also > mention this if its possible also or no. > > so far reading other places it seems gateways need to be present > during profile load but all those were very old so wanted to know if > its still possible to dynamically create gateways on the fly or no > when using xml curl. > > > -- > Regards, > Bipin > > > ------------------------------------------------------------------------ From mike at jerris.com Sun May 29 19:46:30 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 29 May 2016 11:46:30 -0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> Message-ID: there is no way to register a gateway from the dial plan as registering has nothing to do with making calls so it makes no sense. Registering is a mechanism for receiving calls, and has nothing at all to do with sending calls. Why would you need to register to send a call? On Sunday, May 29, 2016, Bipin Patel wrote: > well currently i use that only but i need to register to the gateway > upstream and this seems not possible using dialplan > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: dynamic user specific gateways with xml curl > From: Bipin Patel > > To: freeswitch-users at lists.freeswitch.org > Date: 5/29/2016, 3:53:54 PM > > isnt there anyway to define gateways on the fly using xml curl, i > > tried the user specific gateway method by replying with the user > > account along with the gw info but sofia keeps saying gateway not > > found, i tried asking in irc but didnt get an answer, no docs also > > mention this if its possible also or no. > > > > so far reading other places it seems gateways need to be present > > during profile load but all those were very old so wanted to know if > > its still possible to dynamically create gateways on the fly or no > > when using xml curl. > > > > > > -- > > Regards, > > Bipin > > > > > > ------------------------------------------------------------------------ > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160529/7c36e184/attachment-0001.html From bipin at xbipin.com Sun May 29 20:37:27 2016 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 29 May 2016 20:37:27 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> Message-ID: <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> actually my users register to FS which has xml curl with directory binding set, now i keep a DB of user accounts which my script gets and sends to FS when a user tries to register but each account has a different gateway ip in my DB so what im doing is routing the calls for each client differently, now my upstream GW requires FS to register to it but the problem is i dont have the gateway ip and account details before hand when sofia loads so im following the user specific gateway example and making my script send user account as well as gateway details to FS but FS keeps complaining GW not found. The current way i solve this is in dialplan by bridging call to GW and passing the id/pass during bridge but that doesnt make FS register to GW. i have to make FS register to upstream GW, without registration it works fine, what i learnt so far is FS needs its GW accounts when sofia loads and im trying to find a way i can create them on the fly because there r more than 60k client accounts in DB and hundreds of GW so i cant load all of them during sofia load so trying to do it dynamically. The config and dialplan bindings for xml curl i dont use as im using static xml files for that. im using this variable in user accounts | |but when FS requests param it gets user account but it sends the same request 2 more times and then complains twice GW not found, even if it requested GW then i could feed it but even with config binding it doesnt, only during sofia load it requests GW Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl From: Michael Jerris To: FreeSWITCH Users Help Date: 5/29/2016, 7:46:30 PM > there is no way to register a gateway from the dial plan as > registering has nothing to do with making calls so it makes no sense. > Registering is a mechanism for receiving calls, and has nothing at all > to do with sending calls. Why would you need to register to send a call? > > On Sunday, May 29, 2016, Bipin Patel > wrote: > > well currently i use that only but i need to register to the gateway > upstream and this seems not possible using dialplan > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: dynamic user specific gateways with xml curl > From: Bipin Patel > > To: freeswitch-users at lists.freeswitch.org > Date: 5/29/2016, 3:53:54 PM > > isnt there anyway to define gateways on the fly using xml curl, i > > tried the user specific gateway method by replying with the user > > account along with the gw info but sofia keeps saying gateway not > > found, i tried asking in irc but didnt get an answer, no docs also > > mention this if its possible also or no. > > > > so far reading other places it seems gateways need to be present > > during profile load but all those were very old so wanted to know if > > its still possible to dynamically create gateways on the fly or no > > when using xml curl. > > > > > > -- > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 happy.neko at gmail.com Sat May 28 22:11:08 2016 From: happy.neko at gmail.com (happy.neko) Date: Sat, 28 May 2016 21:11:08 +0300 Subject: [Freeswitch-users] Multi-user video conference Message-ID: Hello, I have following requirements for multi-user video conference: 1. One Teacher and up to 10 Students are in the same room. 2. Teacher hears everyone in the room and sees video streams from every student (total bandwidth = 1 audios stream + n video streams). 3. Student hears everyone in the room and sees video stream from Teacher only (total bandwidth = 1 audio stream + 1 video stream). 4. There is no CPU intensive video encoding process on the server. Teacher receives video streams as-is plus muxed audio stream. 5. Conference is auto-recorded on the server. (I don't know exactly how, mp4 with multiple video streams?) Is it possible to implement this with FreeSwitch? If no what requirements should be relaxed? -- Best regards, I. Sokolov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160528/c7162eeb/attachment.html From happy.neko at gmail.com Sun May 29 20:51:47 2016 From: happy.neko at gmail.com (happy.neko) Date: Sun, 29 May 2016 19:51:47 +0300 Subject: [Freeswitch-users] Multi-user video conference Message-ID: Hello, I have following requirements for multi-user video conference: 1. One Teacher and up to 10 Students are in the same room. 2. Teacher hears everyone in the room and sees video streams from every student (total bandwidth = 1 audios stream + n video streams). 3. Student hears everyone in the room and sees video stream from Teacher only (total bandwidth = 1 audio stream + 1 video stream). 4. There is no CPU intensive video encoding process on the server. Teacher receives video streams as-is plus muxed audio stream. 5. Conference is auto-recorded on the server. (I don't know exactly how, mp4 with multiple video streams?) Is it possible to implement this with FreeSwitch? If no what requirements should be relaxed? Also what exactly is the difference between "mux", "transcode" and "passthrough" video modes? -- Best regards, I. Sokolov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160529/44fff9bb/attachment.html From mike at jerris.com Sun May 29 23:43:48 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 29 May 2016 15:43:48 -0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: there is no jistifucation whatsoever to require registration to make a call. It's completely nonsensical. A registration is telling a remote gateway how to call you. It has nothing at all to do with making a call and adds no benefit whatsoever. On Sunday, May 29, 2016, Bipin Patel wrote: > actually my users register to FS which has xml curl with directory > binding set, now i keep a DB of user accounts which my script gets and > sends to FS when a user tries to register but each account has a > different gateway ip in my DB so what im doing is routing the calls for > each client differently, now my upstream GW requires FS to register to > it but the problem is i dont have the gateway ip and account details > before hand when sofia loads so im following the user specific gateway > example and making my script send user account as well as gateway > details to FS but FS keeps complaining GW not found. The current way i > solve this is in dialplan by bridging call to GW and passing the id/pass > during bridge but that doesnt make FS register to GW. > > i have to make FS register to upstream GW, without registration it works > fine, what i learnt so far is FS needs its GW accounts when sofia loads > and im trying to find a way i can create them on the fly because there r > more than 60k client accounts in DB and hundreds of GW so i cant load > all of them during sofia load so trying to do it dynamically. The config > and dialplan bindings for xml curl i dont use as im using static xml > files for that. > > im using this variable in user accounts > | > > > > |but when FS requests param it gets user account but it sends the same > request 2 more times and then complains twice GW not found, even if it > requested GW then i could feed it but even with config binding it > doesnt, only during sofia load it requests GW > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml > curl > From: Michael Jerris > > To: FreeSWITCH Users Help > > Date: 5/29/2016, 7:46:30 PM > > there is no way to register a gateway from the dial plan as > > registering has nothing to do with making calls so it makes no sense. > > Registering is a mechanism for receiving calls, and has nothing at all > > to do with sending calls. Why would you need to register to send a call? > > > > On Sunday, May 29, 2016, Bipin Patel > > >> wrote: > > > > well currently i use that only but i need to register to the gateway > > upstream and this seems not possible using dialplan > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: dynamic user specific gateways with xml curl > > From: Bipin Patel > > > To: freeswitch-users at lists.freeswitch.org > > > Date: 5/29/2016, 3:53:54 PM > > > isnt there anyway to define gateways on the fly using xml curl, i > > > tried the user specific gateway method by replying with the user > > > account along with the gw info but sofia keeps saying gateway not > > > found, i tried asking in irc but didnt get an answer, no docs also > > > mention this if its possible also or no. > > > > > > so far reading other places it seems gateways need to be present > > > during profile load but all those were very old so wanted to know > if > > > its still possible to dynamically create gateways on the fly or no > > > when using xml curl. > > > > > > > > > -- > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20160529/be3dd9ac/attachment-0001.html From mike at jerris.com Sun May 29 23:45:40 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 29 May 2016 15:45:40 -0400 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: References: Message-ID: What you are describing is a video sfu, which we are not. We would accomplish the same while using less bandwidth but more cpu. On Saturday, May 28, 2016, happy.neko wrote: > Hello, > > I have following requirements for multi-user video conference: > > 1. One Teacher and up to 10 Students are in the same room. > 2. Teacher hears everyone in the room and sees video streams from every > student (total bandwidth = 1 audios stream + n video streams). > 3. Student hears everyone in the room and sees video stream from Teacher > only (total bandwidth = 1 audio stream + 1 video stream). > 4. There is no CPU intensive video encoding process on the server. Teacher > receives video streams as-is plus muxed audio stream. > 5. Conference is auto-recorded on the server. (I don't know exactly how, > mp4 with multiple video streams?) > > Is it possible to implement this with FreeSwitch? If no what requirements > should be relaxed? > > -- > Best regards, > I. Sokolov > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160529/8f794deb/attachment.html From bipin at xbipin.com Sun May 29 23:52:21 2016 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 29 May 2016 23:52:21 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: <154fe130908.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Well the main reason to register is to receive incoming calls even plus a few other custom things we do, but for a start I wanted atleast one way to work, which does even without register but now for the other way I hit this road block because it won't register to gw On May 29, 2016 11:44:41 PM Michael Jerris wrote: > there is no jistifucation whatsoever to require registration to make a > call. It's completely nonsensical. A registration is telling a remote > gateway how to call you. It has nothing at all to do with making a call > and adds no benefit whatsoever. > > On Sunday, May 29, 2016, Bipin Patel wrote: > >> actually my users register to FS which has xml curl with directory >> binding set, now i keep a DB of user accounts which my script gets and >> sends to FS when a user tries to register but each account has a >> different gateway ip in my DB so what im doing is routing the calls for >> each client differently, now my upstream GW requires FS to register to >> it but the problem is i dont have the gateway ip and account details >> before hand when sofia loads so im following the user specific gateway >> example and making my script send user account as well as gateway >> details to FS but FS keeps complaining GW not found. The current way i >> solve this is in dialplan by bridging call to GW and passing the id/pass >> during bridge but that doesnt make FS register to GW. >> >> i have to make FS register to upstream GW, without registration it works >> fine, what i learnt so far is FS needs its GW accounts when sofia loads >> and im trying to find a way i can create them on the fly because there r >> more than 60k client accounts in DB and hundreds of GW so i cant load >> all of them during sofia load so trying to do it dynamically. The config >> and dialplan bindings for xml curl i dont use as im using static xml >> files for that. >> >> im using this variable in user accounts >> | >> >> >> >> |but when FS requests param it gets user account but it sends the same >> request 2 more times and then complains twice GW not found, even if it >> requested GW then i could feed it but even with config binding it >> doesnt, only during sofia load it requests GW >> >> >> Regards, >> Bipin >> >> >> ------------------------------------------------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml >> curl >> From: Michael Jerris > >> To: FreeSWITCH Users Help > > >> Date: 5/29/2016, 7:46:30 PM >> > there is no way to register a gateway from the dial plan as >> > registering has nothing to do with making calls so it makes no sense. >> > Registering is a mechanism for receiving calls, and has nothing at all >> > to do with sending calls. Why would you need to register to send a call? >> > >> > On Sunday, May 29, 2016, Bipin Patel >> > >> wrote: >> > >> > well currently i use that only but i need to register to the gateway >> > upstream and this seems not possible using dialplan >> > >> > >> > Regards, >> > Bipin >> > >> > >> > >> ------------------------------------------------------------------------ >> > -------- Original Message -------- >> > Subject: dynamic user specific gateways with xml curl >> > From: Bipin Patel > >> > To: freeswitch-users at lists.freeswitch.org >> >> > Date: 5/29/2016, 3:53:54 PM >> > > isnt there anyway to define gateways on the fly using xml curl, i >> > > tried the user specific gateway method by replying with the user >> > > account along with the gw info but sofia keeps saying gateway not >> > > found, i tried asking in irc but didnt get an answer, no docs also >> > > mention this if its possible also or no. >> > > >> > > so far reading other places it seems gateways need to be present >> > > during profile load but all those were very old so wanted to know >> if >> > > its still possible to dynamically create gateways on the fly or no >> > > when using xml curl. >> > > >> > > >> > > -- >> > > Regards, >> > > Bipin >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------ >> > >> > >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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/20160529/0a7cdb95/attachment.html From happy.neko at gmail.com Mon May 30 01:33:19 2016 From: happy.neko at gmail.com (happy.neko) Date: Mon, 30 May 2016 00:33:19 +0300 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: References: Message-ID: I know this question is impossible to answer exactly but what roughly estimated CPU usage could I expect for conference with five 480p streams transcoded at 15 fps. One room with common core i5 quad CPU, 5 simultaneous rooms, 10 rooms? Also I am a bit puzzled about differences between "mux" and "transcode" video modes. "Mux" is required to place different sources on canvas (compose completely new video stream) while "transcode" just reencodes video source with different codec, am I right? 2016-05-29 22:45 GMT+03:00 Michael Jerris : > What you are describing is a video sfu, which we are not. We would > accomplish the same while using less bandwidth but more cpu. > > > On Saturday, May 28, 2016, happy.neko wrote: > >> Hello, >> >> I have following requirements for multi-user video conference: >> >> 1. One Teacher and up to 10 Students are in the same room. >> 2. Teacher hears everyone in the room and sees video streams from every >> student (total bandwidth = 1 audios stream + n video streams). >> 3. Student hears everyone in the room and sees video stream from Teacher >> only (total bandwidth = 1 audio stream + 1 video stream). >> 4. There is no CPU intensive video encoding process on the server. >> Teacher receives video streams as-is plus muxed audio stream. >> 5. Conference is auto-recorded on the server. (I don't know exactly how, >> mp4 with multiple video streams?) >> >> Is it possible to implement this with FreeSwitch? If no what requirements >> should be relaxed? >> >> -- >> Best regards, >> I. Sokolov >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160530/6a3f53f2/attachment-0001.html From vishal.kakkar at gmail.com Mon May 30 13:27:57 2016 From: vishal.kakkar at gmail.com (Vishal Kakkar) Date: Mon, 30 May 2016 14:57:57 +0530 Subject: [Freeswitch-users] Predictive Auto Dialer for FS Message-ID: Hi all, Do we have any open source predictive dialer that works well with Freeswitch? Does ViciDial work wif FS? Anyone tested and using it/or other stable dialer for some time.. please share. Thanks Vishal. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160530/90301cb0/attachment.html From grcamauer at gmail.com Mon May 30 18:58:29 2016 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Mon, 30 May 2016 11:58:29 -0300 Subject: [Freeswitch-users] Predictive Auto Dialer for FS In-Reply-To: References: Message-ID: I remember a post regarding a dialer called ICTDialer. I have never used it in production. Regards, Guillermo On Mon, May 30, 2016 at 6:27 AM, Vishal Kakkar wrote: > Hi all, > > Do we have any open source predictive dialer that works well with > Freeswitch? > > Does ViciDial work wif FS? > > Anyone tested and using it/or other stable dialer for some time.. please > share. > > Thanks > Vishal. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160530/82a2b0d8/attachment.html From krice at freeswitch.org Mon May 30 20:03:05 2016 From: krice at freeswitch.org (Ken Rice) Date: Mon, 30 May 2016 11:03:05 -0500 Subject: [Freeswitch-users] Predictive Auto Dialer for FS In-Reply-To: References: Message-ID: There are no open source predictive dialers. Even vicidial isn't predictive, its a power dialer that uses a simple multiplier. Check our newfies dialer its probably something like what you are looking for. Sent from my iPhone > On May 30, 2016, at 9:58 AM, Guillermo Ruiz Camauer wrote: > > I remember a post regarding a dialer called ICTDialer. I have never used it in production. > > Regards, > > Guillermo > >> On Mon, May 30, 2016 at 6:27 AM, Vishal Kakkar wrote: >> Hi all, >> >> Do we have any open source predictive dialer that works well with Freeswitch? >> >> Does ViciDial work wif FS? >> >> Anyone tested and using it/or other stable dialer for some time.. please share. >> >> Thanks >> Vishal. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160530/eb0626dc/attachment.html From abaci64 at gmail.com Mon May 30 20:47:19 2016 From: abaci64 at gmail.com (Abaci B) Date: Mon, 30 May 2016 12:47:19 -0400 Subject: [Freeswitch-users] hangup_after_bridge Message-ID: I just noticed that when using hangup_after_bridge =true together with group_confirm_* and the called party doesn't accept the call it will also hag up the aleg of the call, which is probably caused by the fact that the bleg is in answered state, my question is if this is a bug or the way it should be. I can work around this issue by using continue_on_fail but would prefer not to. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160530/f08f3e34/attachment.html From valter at fastway.com.br Mon May 30 22:01:02 2016 From: valter at fastway.com.br (Valter Nogueira) Date: Mon, 30 May 2016 15:01:02 -0300 Subject: [Freeswitch-users] ClueCon Weekly Software Stack In-Reply-To: References: Message-ID: Thank you, Michael. I will install verto communicator and check its features. 2016-05-28 13:57 GMT-03:00 Michael Jerris : > This is all done with native FreeSWITCH using mod_conference video mux > capabilities. we stream live via mod_av directly to YouTube, we also call > in another channel to get a back up recording as we have had YouTube > mysteriously delete videos before. We control primarily via verto > communicator but we have a few commands we run over esl or just in fs_cli > for no good reason other than its easily accessible to us, but could be > performed from verto communicator or from an external web app easily. > > On Saturday, May 28, 2016, Valter Nogueira wrote: > >> I would like to know which is the software stack use to run, manage, >> record and edit this nice show. >> >> It is very impressive how Ken Rice frames the window to show sometimes >> every part in conference and some times just one along a select desktop. >> >> Thanks >> >> Valter >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160530/7fe66aa5/attachment-0001.html From bipin at xbipin.com Tue May 31 09:45:42 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 31 May 2016 09:45:42 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: so currently there is no way to register to a GW on the fly using xml curl for inbound calls? Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl From: Michael Jerris To: FreeSWITCH Users Help Date: 5/29/2016, 11:43:48 PM > there is no jistifucation whatsoever to require registration to make a > call. It's completely nonsensical. A registration is telling a > remote gateway how to call you. It has nothing at all to do with > making a call and adds no benefit whatsoever. > > On Sunday, May 29, 2016, Bipin Patel > wrote: > > actually my users register to FS which has xml curl with directory > binding set, now i keep a DB of user accounts which my script gets and > sends to FS when a user tries to register but each account has a > different gateway ip in my DB so what im doing is routing the > calls for > each client differently, now my upstream GW requires FS to register to > it but the problem is i dont have the gateway ip and account details > before hand when sofia loads so im following the user specific gateway > example and making my script send user account as well as gateway > details to FS but FS keeps complaining GW not found. The current way i > solve this is in dialplan by bridging call to GW and passing the > id/pass > during bridge but that doesnt make FS register to GW. > > i have to make FS register to upstream GW, without registration it > works > fine, what i learnt so far is FS needs its GW accounts when sofia > loads > and im trying to find a way i can create them on the fly because > there r > more than 60k client accounts in DB and hundreds of GW so i cant load > all of them during sofia load so trying to do it dynamically. The > config > and dialplan bindings for xml curl i dont use as im using static xml > files for that. > > im using this variable in user accounts > | > > > > |but when FS requests param it gets user account but it sends the same > request 2 more times and then complains twice GW not found, even if it > requested GW then i could feed it but even with config binding it > doesnt, only during sofia load it requests GW > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways > with xml curl > From: Michael Jerris > > To: FreeSWITCH Users Help > > Date: 5/29/2016, 7:46:30 PM > > there is no way to register a gateway from the dial plan as > > registering has nothing to do with making calls so it makes no > sense. > > Registering is a mechanism for receiving calls, and has nothing > at all > > to do with sending calls. Why would you need to register to > send a call? > > > > On Sunday, May 29, 2016, Bipin Patel > > >> wrote: > > > > well currently i use that only but i need to register to the > gateway > > upstream and this seems not possible using dialplan > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: dynamic user specific gateways with xml curl > > From: Bipin Patel > > > > To: freeswitch-users at lists.freeswitch.org > > > Date: 5/29/2016, 3:53:54 PM > > > isnt there anyway to define gateways on the fly using xml > curl, i > > > tried the user specific gateway method by replying with > the user > > > account along with the gw info but sofia keeps saying > gateway not > > > found, i tried asking in irc but didnt get an answer, no > docs also > > > mention this if its possible also or no. > > > > > > so far reading other places it seems gateways need to be > present > > > during profile load but all those were very old so wanted > to know if > > > its still possible to dynamically create gateways on the > fly or no > > > when using xml curl. > > > > > > > > > -- > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 gregor at infomedia.si Tue May 31 11:22:19 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 31 May 2016 09:22:19 +0200 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: I understand what you want to do. I cannot give you straight answer. You can feed gateways configuration via xml_curl and maybe with combination with ESL that you trigger commands for rescan gateways: https://wiki.freeswitch.org/wiki/Reloading So if you want to register new gateway on the fly add it to xml_curl list of gateways and issue rescan gateways... maybe this should help... 2016-05-31 7:45 GMT+02:00 Bipin Patel : > so currently there is no way to register to a GW on the fly using xml > curl for inbound calls? > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml > curl > From: Michael Jerris > To: FreeSWITCH Users Help > Date: 5/29/2016, 11:43:48 PM > > there is no jistifucation whatsoever to require registration to make a > > call. It's completely nonsensical. A registration is telling a > > remote gateway how to call you. It has nothing at all to do with > > making a call and adds no benefit whatsoever. > > > > On Sunday, May 29, 2016, Bipin Patel > > wrote: > > > > actually my users register to FS which has xml curl with directory > > binding set, now i keep a DB of user accounts which my script gets > and > > sends to FS when a user tries to register but each account has a > > different gateway ip in my DB so what im doing is routing the > > calls for > > each client differently, now my upstream GW requires FS to register > to > > it but the problem is i dont have the gateway ip and account details > > before hand when sofia loads so im following the user specific > gateway > > example and making my script send user account as well as gateway > > details to FS but FS keeps complaining GW not found. The current way > i > > solve this is in dialplan by bridging call to GW and passing the > > id/pass > > during bridge but that doesnt make FS register to GW. > > > > i have to make FS register to upstream GW, without registration it > > works > > fine, what i learnt so far is FS needs its GW accounts when sofia > > loads > > and im trying to find a way i can create them on the fly because > > there r > > more than 60k client accounts in DB and hundreds of GW so i cant load > > all of them during sofia load so trying to do it dynamically. The > > config > > and dialplan bindings for xml curl i dont use as im using static xml > > files for that. > > > > im using this variable in user accounts > > | > > > > > > > > |but when FS requests param it gets user account but it sends the > same > > request 2 more times and then complains twice GW not found, even if > it > > requested GW then i could feed it but even with config binding it > > doesnt, only during sofia load it requests GW > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: Re: [Freeswitch-users] dynamic user specific gateways > > with xml curl > > From: Michael Jerris > > > To: FreeSWITCH Users Help > > > > Date: 5/29/2016, 7:46:30 PM > > > there is no way to register a gateway from the dial plan as > > > registering has nothing to do with making calls so it makes no > > sense. > > > Registering is a mechanism for receiving calls, and has nothing > > at all > > > to do with sending calls. Why would you need to register to > > send a call? > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > >> wrote: > > > > > > well currently i use that only but i need to register to the > > gateway > > > upstream and this seems not possible using dialplan > > > > > > > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > -------- Original Message -------- > > > Subject: dynamic user specific gateways with xml curl > > > From: Bipin Patel > > > > > > To: freeswitch-users at lists.freeswitch.org > > > > > Date: 5/29/2016, 3:53:54 PM > > > > isnt there anyway to define gateways on the fly using xml > > curl, i > > > > tried the user specific gateway method by replying with > > the user > > > > account along with the gw info but sofia keeps saying > > gateway not > > > > found, i tried asking in irc but didnt get an answer, no > > docs also > > > > mention this if its possible also or no. > > > > > > > > so far reading other places it seems gateways need to be > > present > > > > during profile load but all those were very old so wanted > > to know if > > > > its still possible to dynamically create gateways on the > > fly or no > > > > when using xml curl. > > > > > > > > > > > > -- > > > > Regards, > > > > Bipin > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/a4bdb49f/attachment-0001.html From bipin at xbipin.com Tue May 31 11:49:55 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 31 May 2016 11:49:55 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: well this would work on if u knew the gateways beforehand or u add them separately but in my case i know the gateways only when the user registers to FS and FS wont send a gw request once its already loaded, so the only method i can think of is using esl to issue rescan which would trigger gw request which would load them but i think u need to reload the profile then only it would register gw accounts but side effect is active calls would drop Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl From: Gregor Nanger To: FreeSWITCH Users Help Date: 5/31/2016, 11:22:19 AM > I understand what you want to do. I cannot give you straight answer. > > You can feed gateways configuration via xml_curl and maybe with > combination with ESL that you trigger commands for rescan gateways: > > https://wiki.freeswitch.org/wiki/Reloading > > So if you want to register new gateway on the fly add it to xml_curl > list of gateways and issue rescan gateways... maybe this should help... > > 2016-05-31 7:45 GMT+02:00 Bipin Patel >: > > so currently there is no way to register to a GW on the fly using xml > curl for inbound calls? > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways > with xml curl > From: Michael Jerris > > To: FreeSWITCH Users Help > > Date: 5/29/2016, 11:43:48 PM > > there is no jistifucation whatsoever to require registration to > make a > > call. It's completely nonsensical. A registration is telling a > > remote gateway how to call you. It has nothing at all to do with > > making a call and adds no benefit whatsoever. > > > > On Sunday, May 29, 2016, Bipin Patel > > >> wrote: > > > > actually my users register to FS which has xml curl with > directory > > binding set, now i keep a DB of user accounts which my > script gets and > > sends to FS when a user tries to register but each account has a > > different gateway ip in my DB so what im doing is routing the > > calls for > > each client differently, now my upstream GW requires FS to > register to > > it but the problem is i dont have the gateway ip and account > details > > before hand when sofia loads so im following the user > specific gateway > > example and making my script send user account as well as > gateway > > details to FS but FS keeps complaining GW not found. The > current way i > > solve this is in dialplan by bridging call to GW and passing the > > id/pass > > during bridge but that doesnt make FS register to GW. > > > > i have to make FS register to upstream GW, without > registration it > > works > > fine, what i learnt so far is FS needs its GW accounts when > sofia > > loads > > and im trying to find a way i can create them on the fly because > > there r > > more than 60k client accounts in DB and hundreds of GW so i > cant load > > all of them during sofia load so trying to do it > dynamically. The > > config > > and dialplan bindings for xml curl i dont use as im using > static xml > > files for that. > > > > im using this variable in user accounts > > | > > > > > > > > |but when FS requests param it gets user account but it > sends the same > > request 2 more times and then complains twice GW not found, > even if it > > requested GW then i could feed it but even with config > binding it > > doesnt, only during sofia load it requests GW > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: Re: [Freeswitch-users] dynamic user specific gateways > > with xml curl > > From: Michael Jerris > > > To: FreeSWITCH Users Help > > > > > > Date: 5/29/2016, 7:46:30 PM > > > there is no way to register a gateway from the dial plan as > > > registering has nothing to do with making calls so it makes no > > sense. > > > Registering is a mechanism for receiving calls, and has > nothing > > at all > > > to do with sending calls. Why would you need to register to > > send a call? > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > > >> wrote: > > > > > > well currently i use that only but i need to register > to the > > gateway > > > upstream and this seems not possible using dialplan > > > > > > > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > -------- Original Message -------- > > > Subject: dynamic user specific gateways with xml curl > > > From: Bipin Patel > > > > > > To: freeswitch-users at lists.freeswitch.org > > > > > > Date: 5/29/2016, 3:53:54 PM > > > > isnt there anyway to define gateways on the fly > using xml > > curl, i > > > > tried the user specific gateway method by replying with > > the user > > > > account along with the gw info but sofia keeps saying > > gateway not > > > > found, i tried asking in irc but didnt get an answer, no > > docs also > > > > mention this if its possible also or no. > > > > > > > > so far reading other places it seems gateways need to be > > present > > > > during profile load but all those were very old so > wanted > > to know if > > > > its still possible to dynamically create gateways on the > > fly or no > > > > when using xml curl. > > > > > > > > > > > > -- > > > > Regards, > > > > Bipin > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > >http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 From gregor at infomedia.si Tue May 31 11:55:24 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 31 May 2016 09:55:24 +0200 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: Yes, you should issue rescan and xml_curl will go for new list. And in wiki it says that no calls are dropped: Add Sofia Gateway sofia profile rescan Less intrusive - no calls dropped 2016-05-31 9:49 GMT+02:00 Bipin Patel : > well this would work on if u knew the gateways beforehand or u add them > separately but in my case i know the gateways only when the user > registers to FS and FS wont send a gw request once its already loaded, > so the only method i can think of is using esl to issue rescan which > would trigger gw request which would load them but i think u need to > reload the profile then only it would register gw accounts but side > effect is active calls would drop > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml > curl > From: Gregor Nanger > To: FreeSWITCH Users Help > Date: 5/31/2016, 11:22:19 AM > > I understand what you want to do. I cannot give you straight answer. > > > > You can feed gateways configuration via xml_curl and maybe with > > combination with ESL that you trigger commands for rescan gateways: > > > > https://wiki.freeswitch.org/wiki/Reloading > > > > So if you want to register new gateway on the fly add it to xml_curl > > list of gateways and issue rescan gateways... maybe this should help... > > > > 2016-05-31 7:45 GMT+02:00 Bipin Patel > >: > > > > so currently there is no way to register to a GW on the fly using xml > > curl for inbound calls? > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: Re: [Freeswitch-users] dynamic user specific gateways > > with xml curl > > From: Michael Jerris > > > To: FreeSWITCH Users Help > > > > Date: 5/29/2016, 11:43:48 PM > > > there is no jistifucation whatsoever to require registration to > > make a > > > call. It's completely nonsensical. A registration is telling a > > > remote gateway how to call you. It has nothing at all to do with > > > making a call and adds no benefit whatsoever. > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > >> wrote: > > > > > > actually my users register to FS which has xml curl with > > directory > > > binding set, now i keep a DB of user accounts which my > > script gets and > > > sends to FS when a user tries to register but each account has > a > > > different gateway ip in my DB so what im doing is routing the > > > calls for > > > each client differently, now my upstream GW requires FS to > > register to > > > it but the problem is i dont have the gateway ip and account > > details > > > before hand when sofia loads so im following the user > > specific gateway > > > example and making my script send user account as well as > > gateway > > > details to FS but FS keeps complaining GW not found. The > > current way i > > > solve this is in dialplan by bridging call to GW and passing > the > > > id/pass > > > during bridge but that doesnt make FS register to GW. > > > > > > i have to make FS register to upstream GW, without > > registration it > > > works > > > fine, what i learnt so far is FS needs its GW accounts when > > sofia > > > loads > > > and im trying to find a way i can create them on the fly > because > > > there r > > > more than 60k client accounts in DB and hundreds of GW so i > > cant load > > > all of them during sofia load so trying to do it > > dynamically. The > > > config > > > and dialplan bindings for xml curl i dont use as im using > > static xml > > > files for that. > > > > > > im using this variable in user accounts > > > | > > > > > > > > > > > > |but when FS requests param it gets user account but it > > sends the same > > > request 2 more times and then complains twice GW not found, > > even if it > > > requested GW then i could feed it but even with config > > binding it > > > doesnt, only during sofia load it requests GW > > > > > > > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > -------- Original Message -------- > > > Subject: Re: [Freeswitch-users] dynamic user specific gateways > > > with xml curl > > > From: Michael Jerris > > > > > To: FreeSWITCH Users Help > > > > > > > > > > Date: 5/29/2016, 7:46:30 PM > > > > there is no way to register a gateway from the dial plan as > > > > registering has nothing to do with making calls so it makes > no > > > sense. > > > > Registering is a mechanism for receiving calls, and has > > nothing > > > at all > > > > to do with sending calls. Why would you need to register to > > > send a call? > > > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > > > > > > >> wrote: > > > > > > > > well currently i use that only but i need to register > > to the > > > gateway > > > > upstream and this seems not possible using dialplan > > > > > > > > > > > > Regards, > > > > Bipin > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > -------- Original Message -------- > > > > Subject: dynamic user specific gateways with xml curl > > > > From: Bipin Patel > > > > > > > > > To: freeswitch-users at lists.freeswitch.org > > > > > > > > > Date: 5/29/2016, 3:53:54 PM > > > > > isnt there anyway to define gateways on the fly > > using xml > > > curl, i > > > > > tried the user specific gateway method by replying with > > > the user > > > > > account along with the gw info but sofia keeps saying > > > gateway not > > > > > found, i tried asking in irc but didnt get an answer, > no > > > docs also > > > > > mention this if its possible also or no. > > > > > > > > > > so far reading other places it seems gateways need to > be > > > present > > > > > during profile load but all those were very old so > > wanted > > > to know if > > > > > its still possible to dynamically create gateways on > the > > > fly or no > > > > > when using xml curl. > > > > > > > > > > > > > > > -- > > > > > Regards, > > > > > Bipin > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org > > > > > >http://www.freeswitchsolutions.com > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at 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 > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20160531/2d0c3df0/attachment-0001.html From bipin at xbipin.com Tue May 31 12:52:41 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 31 May 2016 12:52:41 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> Message-ID: <60f7d65c-630f-bffb-17de-010fbdfc9bea@xbipin.com> even though using this esl method the user specific gateway feature would not perform as required because if i issue a rescan, FS will want all gateways to be feeded which i dont have during the rescan, i only have them when user registers to FS, so for now this isnt truly possible using FS unless i switch to static files for directory users which would mean creating 60k accounts and their appropriate gateways which would come up and down when user registers to FS Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl From: Gregor Nanger To: FreeSWITCH Users Help Date: 5/31/2016, 11:55:24 AM > Yes, you should issue rescan and xml_curl will go for new list. > > And in wiki it says that no calls are dropped: > > Add Sofia Gateway sofia profile rescan Less intrusive - no > calls dropped > > > 2016-05-31 9:49 GMT+02:00 Bipin Patel >: > > well this would work on if u knew the gateways beforehand or u add > them > separately but in my case i know the gateways only when the user > registers to FS and FS wont send a gw request once its already loaded, > so the only method i can think of is using esl to issue rescan which > would trigger gw request which would load them but i think u need to > reload the profile then only it would register gw accounts but side > effect is active calls would drop > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways > with xml curl > From: Gregor Nanger > > To: FreeSWITCH Users Help > > Date: 5/31/2016, 11:22:19 AM > > I understand what you want to do. I cannot give you straight answer. > > > > You can feed gateways configuration via xml_curl and maybe with > > combination with ESL that you trigger commands for rescan gateways: > > > > https://wiki.freeswitch.org/wiki/Reloading > > > > So if you want to register new gateway on the fly add it to xml_curl > > list of gateways and issue rescan gateways... maybe this should > help... > > > > 2016-05-31 7:45 GMT+02:00 Bipin Patel > > >>: > > > > so currently there is no way to register to a GW on the fly > using xml > > curl for inbound calls? > > > > > > Regards, > > Bipin > > > > > > > ------------------------------------------------------------------------ > > -------- Original Message -------- > > Subject: Re: [Freeswitch-users] dynamic user specific gateways > > with xml curl > > From: Michael Jerris >> > > To: FreeSWITCH Users Help > > > >> > > Date: 5/29/2016, 11:43:48 PM > > > there is no jistifucation whatsoever to require > registration to > > make a > > > call. It's completely nonsensical. A registration is > telling a > > > remote gateway how to call you. It has nothing at all to > do with > > > making a call and adds no benefit whatsoever. > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > > > > >>> wrote: > > > > > > actually my users register to FS which has xml curl with > > directory > > > binding set, now i keep a DB of user accounts which my > > script gets and > > > sends to FS when a user tries to register but each > account has a > > > different gateway ip in my DB so what im doing is > routing the > > > calls for > > > each client differently, now my upstream GW requires FS to > > register to > > > it but the problem is i dont have the gateway ip and > account > > details > > > before hand when sofia loads so im following the user > > specific gateway > > > example and making my script send user account as well as > > gateway > > > details to FS but FS keeps complaining GW not found. The > > current way i > > > solve this is in dialplan by bridging call to GW and > passing the > > > id/pass > > > during bridge but that doesnt make FS register to GW. > > > > > > i have to make FS register to upstream GW, without > > registration it > > > works > > > fine, what i learnt so far is FS needs its GW accounts > when > > sofia > > > loads > > > and im trying to find a way i can create them on the > fly because > > > there r > > > more than 60k client accounts in DB and hundreds of GW > so i > > cant load > > > all of them during sofia load so trying to do it > > dynamically. The > > > config > > > and dialplan bindings for xml curl i dont use as im using > > static xml > > > files for that. > > > > > > im using this variable in user accounts > > > | > > > > > > > > > > > > |but when FS requests param it gets user account but it > > sends the same > > > request 2 more times and then complains twice GW not > found, > > even if it > > > requested GW then i could feed it but even with config > > binding it > > > doesnt, only during sofia load it requests GW > > > > > > > > > Regards, > > > Bipin > > > > > > > > > > > > ------------------------------------------------------------------------ > > > -------- Original Message -------- > > > Subject: Re: [Freeswitch-users] dynamic user specific > gateways > > > with xml curl > > > From: Michael Jerris > > > > > To: FreeSWITCH Users Help > > > > > > > > > > > > Date: 5/29/2016, 7:46:30 PM > > > > there is no way to register a gateway from the dial > plan as > > > > registering has nothing to do with making calls so > it makes no > > > sense. > > > > Registering is a mechanism for receiving calls, and has > > nothing > > > at all > > > > to do with sending calls. Why would you need to > register to > > > send a call? > > > > > > > > On Sunday, May 29, 2016, Bipin Patel > > > > > > > > > > > > > > >> wrote: > > > > > > > > well currently i use that only but i need to > register > > to the > > > gateway > > > > upstream and this seems not possible using dialplan > > > > > > > > > > > > Regards, > > > > Bipin > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > -------- Original Message -------- > > > > Subject: dynamic user specific gateways with xml > curl > > > > From: Bipin Patel > > > > > > > > > > > To: freeswitch-users at lists.freeswitch.org > > > > > > > > > > > Date: 5/29/2016, 3:53:54 PM > > > > > isnt there anyway to define gateways on the fly > > using xml > > > curl, i > > > > > tried the user specific gateway method by > replying with > > > the user > > > > > account along with the gw info but sofia keeps > saying > > > gateway not > > > > > found, i tried asking in irc but didnt get an > answer, no > > > docs also > > > > > mention this if its possible also or no. > > > > > > > > > > so far reading other places it seems gateways > need to be > > > present > > > > > during profile load but all those were very old so > > wanted > > > to know if > > > > > its still possible to dynamically create > gateways on the > > > fly or no > > > > > when using xml curl. > > > > > > > > > > > > > > > -- > > > > > Regards, > > > > > Bipin > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org > > > > > > > >http://www.freeswitchsolutions.com > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at 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 > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > > >http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 From Adam.Seeliger at qsc.de Tue May 31 13:23:38 2016 From: Adam.Seeliger at qsc.de (Seeliger, Adam) Date: Tue, 31 May 2016 09:23:38 +0000 Subject: [Freeswitch-users] Disable SIP Methods Message-ID: <2E67ADAE1D3582409C90EBAE8C64C507122FBFDA@QSCDEMXP01a.ONE4ALL.LAN> Hi all, I am looking for a way to disable certain SIP methods like "MESSAGE" for example. Is it possible to configure FS to ignore methods or send a 405 method not allowed? Currently I run iptables to block methods (like MESSAGE). We plan to implement TLS + SRTP, but that would not work with iptables anymore. Can you help me out here? Thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/e1e498f6/attachment.html From me at nevian.org Tue May 31 13:30:08 2016 From: me at nevian.org (Serge S. Yuriev) Date: Tue, 31 May 2016 12:30:08 +0300 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: <60f7d65c-630f-bffb-17de-010fbdfc9bea@xbipin.com> References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> <60f7d65c-630f-bffb-17de-010fbdfc9bea@xbipin.com> Message-ID: <574D59A0.90703@nevian.org> Hello, Looks like you need this, isn't it? https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration#GatewaysConfiguration-conf/directory/default/brian.xml On 31/05/16 11:52, Bipin Patel wrote: > even though using this esl method the user specific gateway feature > would not perform as required because if i issue a rescan, FS will want > all gateways to be feeded which i dont have during the rescan, i only > have them when user registers to FS, so for now this isnt truly possible > using FS unless i switch to static files for directory users which would > mean creating 60k accounts and their appropriate gateways which would > come up and down when user registers to FS > > > Regards, > Bipin > > > ------------------------------------------------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl > From: Gregor Nanger > To: FreeSWITCH Users Help > Date: 5/31/2016, 11:55:24 AM >> Yes, you should issue rescan and xml_curl will go for new list. >> >> And in wiki it says that no calls are dropped: >> >> Add Sofia Gateway sofia profile rescan Less intrusive - no >> calls dropped >> >> >> 2016-05-31 9:49 GMT+02:00 Bipin Patel > >: >> >> well this would work on if u knew the gateways beforehand or u add >> them >> separately but in my case i know the gateways only when the user >> registers to FS and FS wont send a gw request once its already loaded, >> so the only method i can think of is using esl to issue rescan which >> would trigger gw request which would load them but i think u need to >> reload the profile then only it would register gw accounts but side >> effect is active calls would drop >> >> >> Regards, >> Bipin >> >> >> ------------------------------------------------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] dynamic user specific gateways >> with xml curl >> From: Gregor Nanger > >> To: FreeSWITCH Users Help > > >> Date: 5/31/2016, 11:22:19 AM >> > I understand what you want to do. I cannot give you straight answer. >> > >> > You can feed gateways configuration via xml_curl and maybe with >> > combination with ESL that you trigger commands for rescan gateways: >> > >> > https://wiki.freeswitch.org/wiki/Reloading >> > >> > So if you want to register new gateway on the fly add it to xml_curl >> > list of gateways and issue rescan gateways... maybe this should >> help... >> > >> > 2016-05-31 7:45 GMT+02:00 Bipin Patel >> > >>: >> > >> > so currently there is no way to register to a GW on the fly >> using xml >> > curl for inbound calls? >> > >> > >> > Regards, >> > Bipin >> > >> > >> > >> ------------------------------------------------------------------------ >> > -------- Original Message -------- >> > Subject: Re: [Freeswitch-users] dynamic user specific gateways >> > with xml curl >> > From: Michael Jerris > >> >> > To: FreeSWITCH Users Help >> > >> > > >> >> > Date: 5/29/2016, 11:43:48 PM >> > > there is no jistifucation whatsoever to require >> registration to >> > make a >> > > call. It's completely nonsensical. A registration is >> telling a >> > > remote gateway how to call you. It has nothing at all to >> do with >> > > making a call and adds no benefit whatsoever. >> > > >> > > On Sunday, May 29, 2016, Bipin Patel > >> > > >> > > >> >>> wrote: >> > > >> > > actually my users register to FS which has xml curl with >> > directory >> > > binding set, now i keep a DB of user accounts which my >> > script gets and >> > > sends to FS when a user tries to register but each >> account has a >> > > different gateway ip in my DB so what im doing is >> routing the >> > > calls for >> > > each client differently, now my upstream GW requires FS to >> > register to >> > > it but the problem is i dont have the gateway ip and >> account >> > details >> > > before hand when sofia loads so im following the user >> > specific gateway >> > > example and making my script send user account as well as >> > gateway >> > > details to FS but FS keeps complaining GW not found. The >> > current way i >> > > solve this is in dialplan by bridging call to GW and >> passing the >> > > id/pass >> > > during bridge but that doesnt make FS register to GW. >> > > >> > > i have to make FS register to upstream GW, without >> > registration it >> > > works >> > > fine, what i learnt so far is FS needs its GW accounts >> when >> > sofia >> > > loads >> > > and im trying to find a way i can create them on the >> fly because >> > > there r >> > > more than 60k client accounts in DB and hundreds of GW >> so i >> > cant load >> > > all of them during sofia load so trying to do it >> > dynamically. The >> > > config >> > > and dialplan bindings for xml curl i dont use as im using >> > static xml >> > > files for that. >> > > >> > > im using this variable in user accounts >> > > | >> > > >> > > >> > > >> > > |but when FS requests param it gets user account but it >> > sends the same >> > > request 2 more times and then complains twice GW not >> found, >> > even if it >> > > requested GW then i could feed it but even with config >> > binding it >> > > doesnt, only during sofia load it requests GW >> > > >> > > >> > > Regards, >> > > Bipin >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------ >> > > -------- Original Message -------- >> > > Subject: Re: [Freeswitch-users] dynamic user specific >> gateways >> > > with xml curl >> > > From: Michael Jerris > > > >> > > To: FreeSWITCH Users Help >> > > >> > > > >> > > > >> > > Date: 5/29/2016, 7:46:30 PM >> > > > there is no way to register a gateway from the dial >> plan as >> > > > registering has nothing to do with making calls so >> it makes no >> > > sense. >> > > > Registering is a mechanism for receiving calls, and has >> > nothing >> > > at all >> > > > to do with sending calls. Why would you need to >> register to >> > > send a call? >> > > > >> > > > On Sunday, May 29, 2016, Bipin Patel >> >> > > >> > > >> > > > >> > >> >> wrote: >> > > > >> > > > well currently i use that only but i need to >> register >> > to the >> > > gateway >> > > > upstream and this seems not possible using dialplan >> > > > >> > > > >> > > > Regards, >> > > > Bipin >> > > > >> > > > >> > > > >> > > >> > >> ------------------------------------------------------------------------ >> > > > -------- Original Message -------- >> > > > Subject: dynamic user specific gateways with xml >> curl >> > > > From: Bipin Patel > >> > > >> > > > >> > > > To: freeswitch-users at lists.freeswitch.org >> >> > > > >> > > >> > > > Date: 5/29/2016, 3:53:54 PM >> > > > > isnt there anyway to define gateways on the fly >> > using xml >> > > curl, i >> > > > > tried the user specific gateway method by >> replying with >> > > the user >> > > > > account along with the gw info but sofia keeps >> saying >> > > gateway not >> > > > > found, i tried asking in irc but didnt get an >> answer, no >> > > docs also >> > > > > mention this if its possible also or no. >> > > > > >> > > > > so far reading other places it seems gateways >> need to be >> > > present >> > > > > during profile load but all those were very old so >> > wanted >> > > to know if >> > > > > its still possible to dynamically create >> gateways on the >> > > fly or no >> > > > > when using xml curl. >> > > > > >> > > > > >> > > > > -- >> > > > > Regards, >> > > > > Bipin >> > > > > >> > > > > >> > > > > >> > > > >> > > >> > >> ------------------------------------------------------------------------ >> > > > >> > > > >> > > > >> > > > >> > > >> > >> _________________________________________________________________________ >> > > > Professional FreeSWITCH Consulting Services: >> > > > consulting at freeswitch.org >> >> > > > >> > > >http://www.freeswitchsolutions.com >> > > > >> > > > Official FreeSWITCH Sites >> > > > http://www.freeswitch.org >> > > > http://confluence.freeswitch.org >> > > > http://www.cluecon.com >> > > > >> > > > FreeSWITCH-users mailing list >> > > > FreeSWITCH-users at 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 >> > >> > >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > >> >http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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 > -- Serge S. Yuriev Lead VoIP engineer From k.presler at megafit.su Tue May 31 13:42:12 2016 From: k.presler at megafit.su (k.presler at megafit.su) Date: Tue, 31 May 2016 15:42:12 +0600 Subject: [Freeswitch-users] No audio if call answered after 30 seconds (Stefano Favaro) In-Reply-To: References: Message-ID: <3251961464687732@web11j.yandex.ru> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/d4c38dff/attachment.html From bipin at xbipin.com Tue May 31 15:29:48 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 31 May 2016 15:29:48 +0400 Subject: [Freeswitch-users] dynamic user specific gateways with xml curl In-Reply-To: <574D59A0.90703@nevian.org> References: <02cac04b-a799-29f8-4126-78fe78b835bc@xbipin.com> <349cc81d-118c-8695-76c7-e50d36335ba6@xbipin.com> <60f7d65c-630f-bffb-17de-010fbdfc9bea@xbipin.com> <574D59A0.90703@nevian.org> Message-ID: <9e047211-4fac-df09-4cec-0f9df4912d5b@xbipin.com> yes but using xml curl Regards, Bipin ------------------------------------------------------------------------ -------- Original Message -------- Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl From: Serge S. Yuriev To: freeswitch-users at lists.freeswitch.org Date: 5/31/2016, 1:30:08 PM > Hello, > > Looks like you need this, isn't it? > https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration#GatewaysConfiguration-conf/directory/default/brian.xml > > On 31/05/16 11:52, Bipin Patel wrote: >> even though using this esl method the user specific gateway feature >> would not perform as required because if i issue a rescan, FS will want >> all gateways to be feeded which i dont have during the rescan, i only >> have them when user registers to FS, so for now this isnt truly possible >> using FS unless i switch to static files for directory users which would >> mean creating 60k accounts and their appropriate gateways which would >> come up and down when user registers to FS >> >> >> Regards, >> Bipin >> >> >> ------------------------------------------------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl >> From: Gregor Nanger >> To: FreeSWITCH Users Help >> Date: 5/31/2016, 11:55:24 AM >>> Yes, you should issue rescan and xml_curl will go for new list. >>> >>> And in wiki it says that no calls are dropped: >>> >>> Add Sofia Gateway sofia profile rescan Less intrusive - no >>> calls dropped >>> >>> >>> 2016-05-31 9:49 GMT+02:00 Bipin Patel >> >: >>> >>> well this would work on if u knew the gateways beforehand or u add >>> them >>> separately but in my case i know the gateways only when the user >>> registers to FS and FS wont send a gw request once its already loaded, >>> so the only method i can think of is using esl to issue rescan which >>> would trigger gw request which would load them but i think u need to >>> reload the profile then only it would register gw accounts but side >>> effect is active calls would drop >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------------------------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] dynamic user specific gateways >>> with xml curl >>> From: Gregor Nanger > >>> To: FreeSWITCH Users Help >> > >>> Date: 5/31/2016, 11:22:19 AM >>> > I understand what you want to do. I cannot give you straight answer. >>> > >>> > You can feed gateways configuration via xml_curl and maybe with >>> > combination with ESL that you trigger commands for rescan gateways: >>> > >>> > https://wiki.freeswitch.org/wiki/Reloading >>> > >>> > So if you want to register new gateway on the fly add it to xml_curl >>> > list of gateways and issue rescan gateways... maybe this should >>> help... >>> > >>> > 2016-05-31 7:45 GMT+02:00 Bipin Patel >>> > >>: >>> > >>> > so currently there is no way to register to a GW on the fly >>> using xml >>> > curl for inbound calls? >>> > >>> > >>> > Regards, >>> > Bipin >>> > >>> > >>> > >>> ------------------------------------------------------------------------ >>> > -------- Original Message -------- >>> > Subject: Re: [Freeswitch-users] dynamic user specific gateways >>> > with xml curl >>> > From: Michael Jerris >> >> >>> > To: FreeSWITCH Users Help >>> >> >>> > >> >> >>> > Date: 5/29/2016, 11:43:48 PM >>> > > there is no jistifucation whatsoever to require >>> registration to >>> > make a >>> > > call. It's completely nonsensical. A registration is >>> telling a >>> > > remote gateway how to call you. It has nothing at all to >>> do with >>> > > making a call and adds no benefit whatsoever. >>> > > >>> > > On Sunday, May 29, 2016, Bipin Patel >> >>> > > >>> > > >>> >>> wrote: >>> > > >>> > > actually my users register to FS which has xml curl with >>> > directory >>> > > binding set, now i keep a DB of user accounts which my >>> > script gets and >>> > > sends to FS when a user tries to register but each >>> account has a >>> > > different gateway ip in my DB so what im doing is >>> routing the >>> > > calls for >>> > > each client differently, now my upstream GW requires FS to >>> > register to >>> > > it but the problem is i dont have the gateway ip and >>> account >>> > details >>> > > before hand when sofia loads so im following the user >>> > specific gateway >>> > > example and making my script send user account as well as >>> > gateway >>> > > details to FS but FS keeps complaining GW not found. The >>> > current way i >>> > > solve this is in dialplan by bridging call to GW and >>> passing the >>> > > id/pass >>> > > during bridge but that doesnt make FS register to GW. >>> > > >>> > > i have to make FS register to upstream GW, without >>> > registration it >>> > > works >>> > > fine, what i learnt so far is FS needs its GW accounts >>> when >>> > sofia >>> > > loads >>> > > and im trying to find a way i can create them on the >>> fly because >>> > > there r >>> > > more than 60k client accounts in DB and hundreds of GW >>> so i >>> > cant load >>> > > all of them during sofia load so trying to do it >>> > dynamically. The >>> > > config >>> > > and dialplan bindings for xml curl i dont use as im using >>> > static xml >>> > > files for that. >>> > > >>> > > im using this variable in user accounts >>> > > | >>> > > >>> > > >>> > > >>> > > |but when FS requests param it gets user account but it >>> > sends the same >>> > > request 2 more times and then complains twice GW not >>> found, >>> > even if it >>> > > requested GW then i could feed it but even with config >>> > binding it >>> > > doesnt, only during sofia load it requests GW >>> > > >>> > > >>> > > Regards, >>> > > Bipin >>> > > >>> > > >>> > > >>> > >>> ------------------------------------------------------------------------ >>> > > -------- Original Message -------- >>> > > Subject: Re: [Freeswitch-users] dynamic user specific >>> gateways >>> > > with xml curl >>> > > From: Michael Jerris >> > > >>> > > To: FreeSWITCH Users Help >>> > >> >>> > >> > >>> > > > >>> > > Date: 5/29/2016, 7:46:30 PM >>> > > > there is no way to register a gateway from the dial >>> plan as >>> > > > registering has nothing to do with making calls so >>> it makes no >>> > > sense. >>> > > > Registering is a mechanism for receiving calls, and has >>> > nothing >>> > > at all >>> > > > to do with sending calls. Why would you need to >>> register to >>> > > send a call? >>> > > > >>> > > > On Sunday, May 29, 2016, Bipin Patel >>> >>> > > >>> > > >>> > > > >>> > >>> >> wrote: >>> > > > >>> > > > well currently i use that only but i need to >>> register >>> > to the >>> > > gateway >>> > > > upstream and this seems not possible using dialplan >>> > > > >>> > > > >>> > > > Regards, >>> > > > Bipin >>> > > > >>> > > > >>> > > > >>> > > >>> > >>> ------------------------------------------------------------------------ >>> > > > -------- Original Message -------- >>> > > > Subject: dynamic user specific gateways with xml >>> curl >>> > > > From: Bipin Patel >> >>> > > >>> > > > >>> > > > To: freeswitch-users at lists.freeswitch.org >>> >>> > >> > >>> > > >>> > > > Date: 5/29/2016, 3:53:54 PM >>> > > > > isnt there anyway to define gateways on the fly >>> > using xml >>> > > curl, i >>> > > > > tried the user specific gateway method by >>> replying with >>> > > the user >>> > > > > account along with the gw info but sofia keeps >>> saying >>> > > gateway not >>> > > > > found, i tried asking in irc but didnt get an >>> answer, no >>> > > docs also >>> > > > > mention this if its possible also or no. >>> > > > > >>> > > > > so far reading other places it seems gateways >>> need to be >>> > > present >>> > > > > during profile load but all those were very old so >>> > wanted >>> > > to know if >>> > > > > its still possible to dynamically create >>> gateways on the >>> > > fly or no >>> > > > > when using xml curl. >>> > > > > >>> > > > > >>> > > > > -- >>> > > > > Regards, >>> > > > > Bipin >>> > > > > >>> > > > > >>> > > > > >>> > > > >>> > > >>> > >>> ------------------------------------------------------------------------ >>> > > > >>> > > > >>> > > > >>> > > > >>> > > >>> > >>> _________________________________________________________________________ >>> > > > Professional FreeSWITCH Consulting Services: >>> > > > consulting at freeswitch.org >>> >>> > >> > >>> > > >http://www.freeswitchsolutions.com >>> > > > >>> > > > Official FreeSWITCH Sites >>> > > > http://www.freeswitch.org >>> > > > http://confluence.freeswitch.org >>> > > > http://www.cluecon.com >>> > > > >>> > > > FreeSWITCH-users mailing list >>> > > > FreeSWITCH-users at 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 >>> > >>> > >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > >>> >http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at 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 >> > From s.safarov at gmail.com Tue May 31 15:54:50 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 31 May 2016 11:54:50 +0000 Subject: [Freeswitch-users] Disable SIP Methods In-Reply-To: <2E67ADAE1D3582409C90EBAE8C64C507122FBFDA@QSCDEMXP01a.ONE4ALL.LAN> References: <2E67ADAE1D3582409C90EBAE8C64C507122FBFDA@QSCDEMXP01a.ONE4ALL.LAN> Message-ID: I elegant solustion is install kamailio as frontend server and filter MESAGES on it. About Iptables. I do simple - bind all sockets exept 5060,5061,5080 and similar to private IP on dedicated NIC or dummy NIC. Sergey ??, 31 ??? 2016 ?. ? 12:23, Seeliger, Adam : > Hi all, > > > > I am looking for a way to disable certain SIP methods like ?MESSAGE? for > example. > > Is it possible to configure FS to ignore methods or send a 405 method not > allowed? > > > > Currently I run iptables to block methods (like MESSAGE). > > We plan to implement TLS + SRTP, but that would not work with iptables > anymore. > > > > Can you help me out here? > > > > 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/20160531/7227ca22/attachment-0001.html From kbdfck at gmail.com Tue May 31 15:57:46 2016 From: kbdfck at gmail.com (Dmitry Sytchev) Date: Tue, 31 May 2016 14:57:46 +0300 Subject: [Freeswitch-users] Ringback after pre_answer without bridge? Message-ID: Hi all! I'd like to resolve some unclear ringback behavior in early media mode. I'm trying to implement ringback while no bridge active. A calls FS, FS does something, then searching for B and bridges A to B. I'd like to start playing custom ringback immediately after call from A gets into FS, not when we start bridge to B. I'm doing something like that: ... There is no ringback to A in such scenario until bridge is called in further dialplan processing. I've tried all combinations of ignore/bridge early media, but with no luck. Pre_answer can be called directly or by FS when call is recorded, with no difference. There is a wiki page that recommends usage of ring_ready: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+ring_ready ring_ready works, but it can give only Ringing to calling side, so I can't pass custom RBT to calling party. It would be enough for me, but once somebody calls pre_answer, no early media is passed until bridge attempt. What can be done to resolve this? Thanks in advance. -- Best regards, Dmitry Sytchev, IT Engineer From krc at retrospekt.dk Tue May 31 17:41:51 2016 From: krc at retrospekt.dk (Kim Rostgaard Christensen) Date: Tue, 31 May 2016 15:41:51 +0200 Subject: [Freeswitch-users] BEARERCAPABILITY_NOTAVAIL with 1.6.6 on Debian 8 In-Reply-To: <57485A7D.1000302@retrospekt.dk> References: <57485A7D.1000302@retrospekt.dk> Message-ID: <574D949F.4000603@retrospekt.dk> We've had a sort-a breakthrough: If we override the codec string originate loopback/5900/default &bridge({absolute_codec_string='PCMA,PCMU'}sofia/gateway/gw/number) We can get the gateway to accept our call. This is most like due to them not supporting L16 - which makes the BEARERCAPABILITY_NOTAVAIL make sense. Yay! SDP then becomes: v=0 o=FreeSWITCH 1464414375 1464414376 IN IP4 192.168.1.4 s=FreeSWITCH c=IN IP4 192.168.1.4 t=0 0 m=audio 24744 RTP/AVP 8 101 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 And everything is fine. Sound comes through, and connection is stable. This raises two questions: 1. We would really like the default behaviour to use PCMA/8000 for outbound bridged channels. How do we go about this? 2. Is this intended that a minor release should have such large impact on the SDP and, if so, can anyone elaborate on this? Best Kim On 2016-05-27 16:32, Kim Rostgaard Christensen wrote: > We finally got around to getting a SIP trace. > > The only difference we can find is in the SDP > > 1.6.2: > > v=0 > o=FreeSWITCH 1464328347 1464328348 IN IP4 192.168.1.3 > s=FreeSWITCH > c=IN IP4 192.168.1.3 > t=0 0 > m=audio 28898 RTP/AVP 102 103 9 0 8 3 101 13 104 105 > a=rtpmap:102 L16/8000 > a=rtpmap:103 opus/48000/2 > a=fmtp:103 useinbandfec=1; usedtx=1; maxaveragebitrate=30000; > maxplaybackrate=48000; ptime=20; minptime=20; maxptime=20; > samplerate=48000; sprop-stereo=1 > a=rtpmap:9 G722/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=rtpmap:104 telephone-event/48000 > a=fmtp:104 0-16 > a=rtpmap:105 CN/48000 > a=ptime:20 > > 1.6.8: > > v=0 > o=FreeSWITCH 1464330840 1464330841 IN IP4 192.168.1.4 > s=FreeSWITCH > c=IN IP4 192.168.1.4 > t=0 0 > m=audio 28118 RTP/AVP 102 101 13 > a=rtpmap:102 L16/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > Any hints? > > > On 2016-02-10 18:16, Thomas L?cke wrote: >> Hi Ken, >> >> It doesn't work from our dialplan either: >> >> >> > expression="^external_transfer_(\d+)$"> >> >> >> > data="[fifo_music=default]sofia/gateway/${default_trunk}/$1"/> >> >> >> >> >> That works swimmingly with 1.6.2, but fails >> with BEARERCAPABILITY_NOTAVAIL with 1.6.6. >> >> >> 2016-02-10 18:07 GMT+01:00 Ken Rice > >: >> >> I doubt that was ever an intended feature... why not just send >> the A leg out and park the bleg just reverse your notation there >> >> On Wed, Feb 10, 2016 at 10:48 AM, Thomas L?cke >> wrote: >> >> Hi all, >> >> Using 1.6.2 this works from fs_cli and dialplan: >> >> originate loopback/park/default >> &bridge(sofia/gateway/server/xxxxxxxx) >> >> Using 1.6.6 it fails with BEARERCAPABILITY_NOTAVAIL. >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160531/7eb7c65f/attachment.html From kbdfck at gmail.com Tue May 31 17:49:09 2016 From: kbdfck at gmail.com (Dmitry Sytchev) Date: Tue, 31 May 2016 16:49:09 +0300 Subject: [Freeswitch-users] Ringback after pre_answer without bridge? In-Reply-To: References: Message-ID: Maybe there is also possibility to start background MOH when there is no media on channel? 2016-05-31 14:57 GMT+03:00 Dmitry Sytchev : > Hi all! > > I'd like to resolve some unclear ringback behavior in early media > mode. I'm trying to implement ringback while no bridge active. > A calls FS, FS does something, then searching for B and bridges A to B. > > I'd like to start playing custom ringback immediately after call from > A gets into FS, not when we start bridge to B. > > I'm doing something like that: > > > > > > > ... > > > There is no ringback to A in such scenario until bridge is called in > further dialplan processing. I've tried all combinations of > ignore/bridge early media, but with no luck. Pre_answer can be called > directly or by FS when call is recorded, with no difference. There is > a wiki page that recommends usage of ring_ready: > > https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+ring_ready > > ring_ready works, but it can give only Ringing to calling side, so I > can't pass custom RBT to calling party. It would be enough for me, but > once somebody calls pre_answer, no early media is passed until bridge > attempt. > > What can be done to resolve this? Thanks in advance. > > > > > > > > -- > Best regards, > > Dmitry Sytchev, > IT Engineer -- Best regards, Dmitry Sytchev, IT Engineer From dimitry.nagorny at robot5.de Mon May 30 16:27:54 2016 From: dimitry.nagorny at robot5.de (Nagorny, Dimitry) Date: Mon, 30 May 2016 12:27:54 +0000 Subject: [Freeswitch-users] SIP Message question Message-ID: Hello List, AFAIK, all INVITE SIP messages (INVITE sip:100 at mydomain.com) are going through the set up dialplans. Are all MESSAGE SIP messages (MESSAGE sip:100 at mydomain.com) also go through these dialplans? If no, how can I handle them? This might be a stupid question but any help is still appreciated. Best Regards Dimitry Nagorny Trainee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160530/039413f6/attachment-0001.html From furi at vmtele.com Mon May 30 17:14:42 2016 From: furi at vmtele.com (=?UTF-8?B?SsOhbiBGw7xyaQ==?=) Date: Mon, 30 May 2016 15:14:42 +0200 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port Message-ID: <574C3CC2.8030905@vmtele.com> Hello, My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and RTP/AVP). That's OK, because I want it so ;) But both use the same audio port number. ** Is that possible to change this behavior ? To use different audio port numbers for each m=audio line ... Please check my example below. In SDP from my freeswitch, both m-lines have *m=audio **22284*. The reason, why I want to change this is WebRTC and RTPengine. RTPengine changes this INVITEs to RTP/SAVPF. And the changed RTP/SAVPF is then not acceptable for chrome browsers. Firefox works well (so far). I already reported this to the RTPengine but they say the problem is with INVITE from freeswitch because the m-audio lines use the same port. My example : incoming calls -> Media Server (freeswitch) -> Kamailio (sip and websocket proxy) -> WebRTP and SIP clients I have found a feature *media_webrtc=true* so I could avoid using rtpengine for webrtc clients (that would be really awesome), but then classic sip clients are offered only with RTP/SAVPF and most sip phones do not know RTP/SAVPF so the calls are rejected :( INVITE SDP from freeswitch: v=0. o=SBC 1464589775 1464589776 IN IP4 . s=SBC. c=IN IP4 . t=0 0. *m=audio 22284 RTP/SAVP 8 0 9 3 18.* a=rtpmap:8 PCMA/8000. a=rtpmap:0 PCMU/8000. a=rtpmap:9 G722/8000. a=rtpmap:3 GSM/8000. a=rtpmap:18 G729/8000. a=rtcp:22285 IN IP4 . a=crypto:1 AEAD_AES_256_GCM_8 inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. a=crypto:2 AEAD_AES_128_GCM_8 inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. a=crypto:3 AES_CM_256_HMAC_SHA1_80 inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. a=crypto:4 AES_CM_192_HMAC_SHA1_80 inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. a=crypto:6 AES_CM_256_HMAC_SHA1_32 inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. a=crypto:7 AES_CM_192_HMAC_SHA1_32 inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. a=crypto:8 AES_CM_128_HMAC_SHA1_32 inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. a=crypto:9 AES_CM_128_NULL_AUTH inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. a=ptime:20. *m=audio 22284 RTP/AVP 8 0 9 3 18.* a=rtpmap:8 PCMA/8000. a=rtpmap:0 PCMU/8000. a=rtpmap:9 G722/8000. a=rtpmap:3 GSM/8000. a=rtpmap:18 G729/8000. a=rtcp:22285 IN IP4 . a=ptime:20. INVITE SDP from RTPengine : v=0 o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 s=SBC c=IN IP4 t=0 0 *m=audio 31836 RTP/SAVPF 8 0 9 3 18* a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:9 G722/8000 a=rtpmap:3 GSM/8000 a=rtpmap:18 G729/8000 a=ptime:20 a=sendrecv a=rtcp:31837 a=setup:actpass a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F a=ice-ufrag:NauDcjVU a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31836 typ host a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31837 typ host *m=audio 31866 RTP/SAVPF 8 0 9 3 18* a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:9 G722/8000 a=rtpmap:3 GSM/8000 a=rtpmap:18 G729/8000 a=ptime:20 a=sendrecv a=rtcp:31867 a=setup:actpass a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F a=ice-ufrag:YxCyPhQV a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31866 typ host a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31867 typ host -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160530/560185a1/attachment.html From netcentrica at gmail.com Tue May 31 18:22:28 2016 From: netcentrica at gmail.com (Adam Raszynski) Date: Tue, 31 May 2016 16:22:28 +0200 Subject: [Freeswitch-users] Looking for freelance FS expert: Develop CPS limit bypassing solution Message-ID: Hi all I'm looking for FreeSWITCH expert to help me develop CPS limit bypassing solution using call queueing/delaying technique Full project description: https://www.freelancer.com/projects/VoIP/VoIP-Develop-FreeSWITCH-CPS-limit/#/details Freelancer project id 10654183 if above link does not work Anybody interested please feel free to contact me or post your offer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/62dac50c/attachment.html From krice at freeswitch.org Tue May 31 18:24:19 2016 From: krice at freeswitch.org (Ken Rice) Date: Tue, 31 May 2016 09:24:19 -0500 Subject: [Freeswitch-users] Looking for freelance FS expert: Develop CPS limit bypassing solution In-Reply-To: References: Message-ID: <17a101d1bb48$1f4378d0$5dca6a70$@freeswitch.org> Email consulting at freeswitch.org and get one of the PROs of FreeSWITCH. Tell them I sent you From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Adam Raszynski Sent: Tuesday, May 31, 2016 9:22 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Looking for freelance FS expert: Develop CPS limit bypassing solution Hi all I'm looking for FreeSWITCH expert to help me develop CPS limit bypassing solution using call queueing/delaying technique Full project description: https://www.freelancer.com/projects/VoIP/VoIP-Develop-FreeSWITCH-CPS-limit/#/details Freelancer project id 10654183 if above link does not work Anybody interested please feel free to contact me or post your offer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/aa2df915/attachment.html From mike at jerris.com Tue May 31 19:03:46 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 11:03:46 -0400 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: References: Message-ID: <7C494B44-51B7-4FE6-9369-23DCD57AE017@jerris.com> > On May 29, 2016, at 5:33 PM, happy.neko wrote: > > I know this question is impossible to answer exactly but what roughly estimated CPU usage could I expect for conference with five 480p streams transcoded at 15 fps. > One room with common core i5 quad CPU, 5 simultaneous rooms, 10 rooms? Correct, it is indeed. Try it out and see. > > Also I am a bit puzzled about differences between "mux" and "transcode" video modes. "Mux" is required to place different sources on canvas (compose completely new video stream) while "transcode" just reencodes video source with different codec, am I right? Transcode is similar to 1x1 layout in mux mode, uses a basic video follows audio approach. It does indeed re-encode the stream. > > 2016-05-29 22:45 GMT+03:00 Michael Jerris >: > What you are describing is a video sfu, which we are not. We would accomplish the same while using less bandwidth but more cpu. > > > On Saturday, May 28, 2016, happy.neko > wrote: > Hello, > > I have following requirements for multi-user video conference: > > 1. One Teacher and up to 10 Students are in the same room. > 2. Teacher hears everyone in the room and sees video streams from every student (total bandwidth = 1 audios stream + n video streams). > 3. Student hears everyone in the room and sees video stream from Teacher only (total bandwidth = 1 audio stream + 1 video stream). > 4. There is no CPU intensive video encoding process on the server. Teacher receives video streams as-is plus muxed audio stream. > 5. Conference is auto-recorded on the server. (I don't know exactly how, mp4 with multiple video streams?) > > Is it possible to implement this with FreeSwitch? If no what requirements should be relaxed? > > -- > Best regards, > I. Sokolov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/e1466afe/attachment-0001.html From mike at jerris.com Tue May 31 19:08:01 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 11:08:01 -0400 Subject: [Freeswitch-users] Disable SIP Methods In-Reply-To: <2E67ADAE1D3582409C90EBAE8C64C507122FBFDA@QSCDEMXP01a.ONE4ALL.LAN> References: <2E67ADAE1D3582409C90EBAE8C64C507122FBFDA@QSCDEMXP01a.ONE4ALL.LAN> Message-ID: It's not exposed to configuration, but the stack does allow for this. Would require code changes. > On May 31, 2016, at 5:23 AM, Seeliger, Adam wrote: > > Hi all, > > I am looking for a way to disable certain SIP methods like ?MESSAGE? for example. > Is it possible to configure FS to ignore methods or send a 405 method not allowed? > > Currently I run iptables to block methods (like MESSAGE). > We plan to implement TLS + SRTP, but that would not work with iptables anymore. > > Can you help me out here? > > Thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/67876a7d/attachment.html From Shawn.Wheeler at interlockconcepts.com Tue May 31 19:11:19 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Tue, 31 May 2016 15:11:19 +0000 Subject: [Freeswitch-users] Low cost voip phone ? Message-ID: I am looking for recommendations for a low cost voip handset. I have been using grandstream but can't seem to get past the delay when making a call. Thanks in advance Sent from my Verizon, Samsung Galaxy smartphone -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/7f72363b/attachment.html From mike at jerris.com Tue May 31 19:14:01 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 11:14:01 -0400 Subject: [Freeswitch-users] BEARERCAPABILITY_NOTAVAIL with 1.6.6 on Debian 8 In-Reply-To: <574D949F.4000603@retrospekt.dk> References: <57485A7D.1000302@retrospekt.dk> <574D949F.4000603@retrospekt.dk> Message-ID: <43BD90DC-ABEE-4272-A7E4-53A0291108E7@jerris.com> media_mix_inbound_outbound_code=true https://freeswitch.org/confluence/display/FREESWITCH/Codec+Negotiation#CodecNegotiation-MixingMedia/Codecsondifferentlegs(transcoding) > On May 31, 2016, at 9:41 AM, Kim Rostgaard Christensen wrote: > > We've had a sort-a breakthrough: > > If we override the codec string > originate loopback/5900/default &bridge({absolute_codec_string='PCMA,PCMU'}sofia/gateway/gw/number) > > We can get the gateway to accept our call. This is most like due to them not supporting L16 - which makes the BEARERCAPABILITY_NOTAVAIL make sense. Yay! > > SDP then becomes: > > v=0 > o=FreeSWITCH 1464414375 1464414376 IN IP4 192.168.1.4 > s=FreeSWITCH > c=IN IP4 192.168.1.4 > t=0 0 > m=audio 24744 RTP/AVP 8 101 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > And everything is fine. Sound comes through, and connection is stable. > > This raises two questions: > > 1. We would really like the default behaviour to use PCMA/8000 for outbound bridged channels. > How do we go about this? > > 2. Is this intended that a minor release should have such large impact on the SDP and, if so, can anyone elaborate on this? > > Best > Kim > > > On 2016-05-27 16:32, Kim Rostgaard Christensen wrote: >> We finally got around to getting a SIP trace. >> >> The only difference we can find is in the SDP >> >> 1.6.2: >> >> v=0 >> o=FreeSWITCH 1464328347 1464328348 IN IP4 192.168.1.3 >> s=FreeSWITCH >> c=IN IP4 192.168.1.3 >> t=0 0 >> m=audio 28898 RTP/AVP 102 103 9 0 8 3 101 13 104 105 >> a=rtpmap:102 L16/8000 >> a=rtpmap:103 opus/48000/2 >> a=fmtp:103 useinbandfec=1; usedtx=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=20; maxptime=20; samplerate=48000; sprop-stereo=1 >> a=rtpmap:9 G722/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=rtpmap:13 CN/8000 >> a=rtpmap:104 telephone-event/48000 >> a=fmtp:104 0-16 >> a=rtpmap:105 CN/48000 >> a=ptime:20 >> >> 1.6.8: >> >> v=0 >> o=FreeSWITCH 1464330840 1464330841 IN IP4 192.168.1.4 >> s=FreeSWITCH >> c=IN IP4 192.168.1.4 >> t=0 0 >> m=audio 28118 RTP/AVP 102 101 13 >> a=rtpmap:102 L16/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=rtpmap:13 CN/8000 >> a=ptime:20 >> >> >> Any hints? >> >> >> On 2016-02-10 18:16, Thomas L?cke wrote: >>> Hi Ken, >>> >>> It doesn't work from our dialplan either: >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> That works swimmingly with 1.6.2, but fails with BEARERCAPABILITY_NOTAVAIL with 1.6.6. >>> >>> >>> 2016-02-10 18:07 GMT+01:00 Ken Rice >: >>> I doubt that was ever an intended feature... why not just send the A leg out and park the bleg just reverse your notation there >>> >>> On Wed, Feb 10, 2016 at 10:48 AM, Thomas L?cke < thomas.granvej6 at gmail.com > wrote: >>> Hi all, >>> >>> Using 1.6.2 this works from fs_cli and dialplan: >>> >>> originate loopback/park/default &bridge(sofia/gateway/server/xxxxxxxx) >>> >>> Using 1.6.6 it fails with BEARERCAPABILITY_NOTAVAIL. >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20160531/9fc800fb/attachment-0001.html From rtreleaven at bunnykick.ca Tue May 31 19:14:39 2016 From: rtreleaven at bunnykick.ca (Russell Treleaven) Date: Tue, 31 May 2016 11:14:39 -0400 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: Message-ID: Are you sure the delay is caused by your handset? On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler < Shawn.Wheeler at interlockconcepts.com> wrote: > I am looking for recommendations for a low cost voip handset. I have been > using grandstream but can't seem to get past the delay when making a call. > > Thanks in advance > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/02010e13/attachment.html From mike at jerris.com Tue May 31 19:16:55 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 11:16:55 -0400 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port In-Reply-To: <574C3CC2.8030905@vmtele.com> References: <574C3CC2.8030905@vmtele.com> Message-ID: <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> If you don't use some other engine to handle webrtc, then if you are calling something that is registered to you over websockets it will automatically enable media_webrtc for you. Otherwise you'll need some external way of knowing if the endpoint is webrtc or not so you can apply the settings properly. > On May 30, 2016, at 9:14 AM, J?n F?ri wrote: > > Hello, > > My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and RTP/AVP). > That's OK, because I want it so ;) > > But both use the same audio port number. > Is that possible to change this behavior ? To use different audio port numbers for each m=audio line ... > Please check my example below. In SDP from my freeswitch, both m-lines have m=audio 22284. > > The reason, why I want to change this is WebRTC and RTPengine. RTPengine changes this INVITEs to RTP/SAVPF. > And the changed RTP/SAVPF is then not acceptable for chrome browsers. Firefox works well (so far). > I already reported this to the RTPengine but they say the problem is with INVITE from freeswitch because the m-audio lines use the same port. > > My example : > incoming calls -> Media Server (freeswitch) -> Kamailio (sip and websocket proxy) -> WebRTP and SIP clients > > I have found a feature media_webrtc=true so I could avoid using rtpengine for webrtc clients (that would be really awesome), but then classic sip clients are offered only with RTP/SAVPF and most sip phones do not know RTP/SAVPF so the calls are rejected :( > > > INVITE SDP from freeswitch: > > v=0. > o=SBC 1464589775 1464589776 IN IP4 . > s=SBC. > c=IN IP4 . > t=0 0. > m=audio 22284 RTP/SAVP 8 0 9 3 18. > a=rtpmap:8 PCMA/8000. > a=rtpmap:0 PCMU/8000. > a=rtpmap:9 G722/8000. > a=rtpmap:3 GSM/8000. > a=rtpmap:18 G729/8000. > a=rtcp:22285 IN IP4 . > a=crypto:1 AEAD_AES_256_GCM_8 inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. > a=crypto:2 AEAD_AES_128_GCM_8 inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. > a=crypto:3 AES_CM_256_HMAC_SHA1_80 inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. > a=crypto:4 AES_CM_192_HMAC_SHA1_80 inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. > a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. > a=crypto:6 AES_CM_256_HMAC_SHA1_32 inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. > a=crypto:7 AES_CM_192_HMAC_SHA1_32 inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. > a=crypto:8 AES_CM_128_HMAC_SHA1_32 inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. > a=crypto:9 AES_CM_128_NULL_AUTH inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. > a=ptime:20. > m=audio 22284 RTP/AVP 8 0 9 3 18. > a=rtpmap:8 PCMA/8000. > a=rtpmap:0 PCMU/8000. > a=rtpmap:9 G722/8000. > a=rtpmap:3 GSM/8000. > a=rtpmap:18 G729/8000. > a=rtcp:22285 IN IP4 . > a=ptime:20. > > > > > INVITE SDP from RTPengine : > > v=0 > o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 > s=SBC > c=IN IP4 > t=0 0 > m=audio 31836 RTP/SAVPF 8 0 9 3 18 > a=rtpmap:8 PCMA/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:9 G722/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:18 G729/8000 > a=ptime:20 > a=sendrecv > a=rtcp:31837 > a=setup:actpass > a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F > a=ice-ufrag:NauDcjVU > a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH > a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31836 typ host > a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31837 typ host > m=audio 31866 RTP/SAVPF 8 0 9 3 18 > a=rtpmap:8 PCMA/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:9 G722/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:18 G729/8000 > a=ptime:20 > a=sendrecv > a=rtcp:31867 > a=setup:actpass > a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F > a=ice-ufrag:YxCyPhQV > a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 > a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31866 typ host > a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31867 typ host > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/4b2ea04c/attachment.html From Shawn.Wheeler at interlockconcepts.com Tue May 31 19:27:52 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Tue, 31 May 2016 15:27:52 +0000 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: , Message-ID: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com> No I am not sure but when compared to my soft phone and making a call from a barix device there is a noticeable delay. That causes me to look cross eyed at the grandstream. Sent from my Verizon, Samsung Galaxy smartphone -------- Original message -------- From: Russell Treleaven Date: 5/31/16 08:16 (GMT-07:00) To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Low cost voip phone ? Are you sure the delay is caused by your handset? On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler > wrote: I am looking for recommendations for a low cost voip handset. I have been using grandstream but can't seem to get past the delay when making a call. Thanks in advance Sent from my Verizon, Samsung Galaxy smartphone _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160531/5ea368b1/attachment.html From happy.neko at gmail.com Tue May 31 19:40:57 2016 From: happy.neko at gmail.com (happy.neko) Date: Tue, 31 May 2016 18:40:57 +0300 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com> References: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com> Message-ID: I have used cheapest Grandstream phone (BT100) 10 eyars ago without significant problems and with crystal clear sound quality. If I remember correctly there was dialplan settings on web GUI, maybe your delay is caused because the phone is waiting for another digit. 2016-05-31 18:27 GMT+03:00 Shawn Wheeler < Shawn.Wheeler at interlockconcepts.com>: > No I am not sure but when compared to my soft phone and making a call from > a barix device there is a noticeable delay. That causes me to look cross > eyed at the grandstream. > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > -------- Original message -------- > From: Russell Treleaven > Date: 5/31/16 08:16 (GMT-07:00) > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Low cost voip phone ? > > Are you sure the delay is caused by your handset? > > > On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler < > Shawn.Wheeler at interlockconcepts.com> wrote: > >> I am looking for recommendations for a low cost voip handset. I have >> been using grandstream but can't seem to get past the delay when making a >> call. >> >> Thanks in advance >> >> >> >> Sent from my Verizon, Samsung Galaxy smartphone >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20160531/3392390f/attachment-0001.html From happy.neko at gmail.com Tue May 31 19:46:20 2016 From: happy.neko at gmail.com (happy.neko) Date: Tue, 31 May 2016 18:46:20 +0300 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: <7C494B44-51B7-4FE6-9369-23DCD57AE017@jerris.com> References: <7C494B44-51B7-4FE6-9369-23DCD57AE017@jerris.com> Message-ID: 2016-05-31 18:03 GMT+03:00 Michael Jerris : > On May 29, 2016, at 5:33 PM, happy.neko wrote: > > I know this question is impossible to answer exactly but what roughly > estimated CPU usage could I expect for conference with five 480p streams > transcoded at 15 fps. > One room with common core i5 quad CPU, 5 simultaneous rooms, 10 rooms? > > > Correct, it is indeed. Try it out and see. > Will SIPp do the task or your can recommend another (maybe simpler?) benchmark tool? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/93e52ee0/attachment.html From Shawn.Wheeler at interlockconcepts.com Tue May 31 19:47:27 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Tue, 31 May 2016 15:47:27 +0000 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com>, Message-ID: I have heard about the dial plan and found it in the gui but I have not been successful in finding what it needs to be set to. Sent from my Verizon, Samsung Galaxy smartphone -------- Original message -------- From: "happy.neko" Date: 5/31/16 09:43 (GMT-07:00) To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Low cost voip phone ? I have used cheapest Grandstream phone (BT100) 10 eyars ago without significant problems and with crystal clear sound quality. If I remember correctly there was dialplan settings on web GUI, maybe your delay is caused because the phone is waiting for another digit. 2016-05-31 18:27 GMT+03:00 Shawn Wheeler >: No I am not sure but when compared to my soft phone and making a call from a barix device there is a noticeable delay. That causes me to look cross eyed at the grandstream. Sent from my Verizon, Samsung Galaxy smartphone -------- Original message -------- From: Russell Treleaven > Date: 5/31/16 08:16 (GMT-07:00) To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Low cost voip phone ? Are you sure the delay is caused by your handset? On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler > wrote: I am looking for recommendations for a low cost voip handset. I have been using grandstream but can't seem to get past the delay when making a call. Thanks in advance Sent from my Verizon, Samsung Galaxy smartphone _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20160531/4eb381c7/attachment.html From mario_fs at mgtech.com Tue May 31 19:57:40 2016 From: mario_fs at mgtech.com (Mario G) Date: Tue, 31 May 2016 08:57:40 -0700 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com> Message-ID: I really like Yaelink, I have the T46G and 2 T48Gs. Used to have Cisco, Yealinks work great with FS and support is excellent. Great price too for all models. Excellent audio and speakerphone and tons of options. Download the manual to check it out. If sold by Amazon for good prices easy to return if you want (I never did). Also got some from Provantage, they have good prices as well. Mario G > On May 31, 2016, at 8:47 AM, Shawn Wheeler wrote: > > > I have heard about the dial plan and found it in the gui but I have not been successful in finding what it needs to be set to. > > > Sent from my Verizon, Samsung Galaxy smartphone > > > -------- Original message -------- > From: "happy.neko" > Date: 5/31/16 09:43 (GMT-07:00) > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Low cost voip phone ? > > I have used cheapest Grandstream phone (BT100) 10 eyars ago without significant problems and with crystal clear sound quality. > If I remember correctly there was dialplan settings on web GUI, maybe your delay is caused because the phone is waiting for another digit. > > 2016-05-31 18:27 GMT+03:00 Shawn Wheeler >: > No I am not sure but when compared to my soft phone and making a call from a barix device there is a noticeable delay. That causes me to look cross eyed at the grandstream. > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > -------- Original message -------- > From: Russell Treleaven > > Date: 5/31/16 08:16 (GMT-07:00) > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] Low cost voip phone ? > > Are you sure the delay is caused by your handset? > > > On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler > wrote: > I am looking for recommendations for a low cost voip handset. I have been using grandstream but can't seem to get past the delay when making a call. > > Thanks in advance > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/2dac82bb/attachment-0001.html From mike at jerris.com Tue May 31 20:06:48 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 12:06:48 -0400 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: References: <7C494B44-51B7-4FE6-9369-23DCD57AE017@jerris.com> Message-ID: We do not provide assistance with load testing as it is too much of a drain on resources to help people do it properly. By far the most accurate way is with real traffic. > On May 31, 2016, at 11:46 AM, happy.neko wrote: > > 2016-05-31 18:03 GMT+03:00 Michael Jerris >: >> On May 29, 2016, at 5:33 PM, happy.neko > wrote: >> >> I know this question is impossible to answer exactly but what roughly estimated CPU usage could I expect for conference with five 480p streams transcoded at 15 fps. >> One room with common core i5 quad CPU, 5 simultaneous rooms, 10 rooms? > > Correct, it is indeed. Try it out and see. > > Will SIPp do the task or your can recommend another (maybe simpler?) benchmark tool? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/4a589232/attachment.html From furi at vmtele.com Tue May 31 20:07:57 2016 From: furi at vmtele.com (=?UTF-8?B?SsOhbiBGw7xyaQ==?=) Date: Tue, 31 May 2016 18:07:57 +0200 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port In-Reply-To: <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> References: <574C3CC2.8030905@vmtele.com> <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> Message-ID: <574DB6DD.7050902@vmtele.com> Thank you Michael, I understand, so isn't it possible to have SDP with m=audio lines SAVPF, SAVP and AVP all together ? Because I set media_webrtc=true, AVP and SAVP lines are replaced with SAVPF. If I had all three m=audio proto lines I was able to manage it with Kamailio. And back to my first question, is that possible to set different ports for m=audio lines in SDP ? Jan On 31.05.2016 17:16, Michael Jerris wrote: > If you don't use some other engine to handle webrtc, then if you are > calling something that is registered to you over websockets it will > automatically enable media_webrtc for you. Otherwise you'll need some > external way of knowing if the endpoint is webrtc or not so you can > apply the settings properly. > > >> On May 30, 2016, at 9:14 AM, J?n F?ri > > wrote: >> >> Hello, >> >> My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and >> RTP/AVP). >> That's OK, because I want it so ;) >> >> But both use the same audio port number. >> Is that possible to change this behavior ? To use different audio >> port numbers for each m=audio line ... >> Please check my example below. In SDP from my freeswitch, both >> m-lines have *m=audio **22284*. >> >> The reason, why I want to change this is WebRTC and RTPengine. >> RTPengine changes this INVITEs to RTP/SAVPF. >> And the changed RTP/SAVPF is then not acceptable for chrome browsers. >> Firefox works well (so far). >> I already reported this to the RTPengine but they say the problem is >> with INVITE from freeswitch because the m-audio lines use the same port. >> >> My example : >> incoming calls -> Media Server (freeswitch) -> Kamailio (sip and >> websocket proxy) -> WebRTP and SIP clients >> >> I have found a feature *media_webrtc=true* so I could avoid using >> rtpengine for webrtc clients (that would be really awesome), but then >> classic sip clients are offered only with RTP/SAVPF and most sip >> phones do not know RTP/SAVPF so the calls are rejected :( >> >> >> INVITE SDP from freeswitch: >> >> v=0. >> o=SBC 1464589775 1464589776 IN IP4 . >> s=SBC. >> c=IN IP4 . >> t=0 0. >> *m=audio 22284 RTP/SAVP 8 0 9 3 18.* >> a=rtpmap:8 PCMA/8000. >> a=rtpmap:0 PCMU/8000. >> a=rtpmap:9 G722/8000. >> a=rtpmap:3 GSM/8000. >> a=rtpmap:18 G729/8000. >> a=rtcp:22285 IN IP4 . >> a=crypto:1 AEAD_AES_256_GCM_8 >> inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. >> a=crypto:2 AEAD_AES_128_GCM_8 >> inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. >> a=crypto:3 AES_CM_256_HMAC_SHA1_80 >> inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. >> a=crypto:4 AES_CM_192_HMAC_SHA1_80 >> inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. >> a=crypto:5 AES_CM_128_HMAC_SHA1_80 >> inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. >> a=crypto:6 AES_CM_256_HMAC_SHA1_32 >> inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. >> a=crypto:7 AES_CM_192_HMAC_SHA1_32 >> inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. >> a=crypto:8 AES_CM_128_HMAC_SHA1_32 >> inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. >> a=crypto:9 AES_CM_128_NULL_AUTH >> inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. >> a=ptime:20. >> *m=audio 22284 RTP/AVP 8 0 9 3 18.* >> a=rtpmap:8 PCMA/8000. >> a=rtpmap:0 PCMU/8000. >> a=rtpmap:9 G722/8000. >> a=rtpmap:3 GSM/8000. >> a=rtpmap:18 G729/8000. >> a=rtcp:22285 IN IP4 . >> a=ptime:20. >> >> >> >> >> INVITE SDP from RTPengine : >> >> v=0 >> o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 >> s=SBC >> c=IN IP4 >> t=0 0 >> *m=audio 31836 RTP/SAVPF 8 0 9 3 18* >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:18 G729/8000 >> a=ptime:20 >> a=sendrecv >> a=rtcp:31837 >> a=setup:actpass >> a=fingerprint:sha-1 >> 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >> a=ice-ufrag:NauDcjVU >> a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH >> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 >> 31836 typ host >> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 >> 31837 typ host >> *m=audio 31866 RTP/SAVPF 8 0 9 3 18* >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:18 G729/8000 >> a=ptime:20 >> a=sendrecv >> a=rtcp:31867 >> a=setup:actpass >> a=fingerprint:sha-1 >> 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >> a=ice-ufrag:YxCyPhQV >> a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 >> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 >> 31866 typ host >> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 >> 31867 typ host >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/755f0212/attachment.html From kathleen at freeswitch.org Tue May 31 20:22:18 2016 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 31 May 2016 09:22:18 -0700 Subject: [Freeswitch-users] FreeSWITCH at ClueCon 2016 Message-ID: [image: https://cluecon.com] ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/a9efe2c5/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: FreeSWITCH_training.jpg Type: image/jpeg Size: 430314 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/a9efe2c5/attachment-0001.jpg From mike at jerris.com Tue May 31 20:28:54 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 12:28:54 -0400 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port In-Reply-To: <574DB6DD.7050902@vmtele.com> References: <574C3CC2.8030905@vmtele.com> <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> <574DB6DD.7050902@vmtele.com> Message-ID: Its all software, anything is possible with enough code modification. We don't have a setting to do those things right now, as it doesn't make any sense when there are trivially easy ways to accomplish the same goal without writing any more code. > On May 31, 2016, at 12:07 PM, J?n F?ri wrote: > > Thank you Michael, > I understand, so isn't it possible to have SDP with m=audio lines SAVPF, SAVP and AVP all together ? > Because I set media_webrtc=true, AVP and SAVP lines are replaced with SAVPF. > If I had all three m=audio proto lines I was able to manage it with Kamailio. > > And back to my first question, is that possible to set different ports for m=audio lines in SDP ? > > Jan > > On 31.05.2016 17:16, Michael Jerris wrote: >> If you don't use some other engine to handle webrtc, then if you are calling something that is registered to you over websockets it will automatically enable media_webrtc for you. Otherwise you'll need some external way of knowing if the endpoint is webrtc or not so you can apply the settings properly. >> >> >>> On May 30, 2016, at 9:14 AM, J?n F?ri < furi at vmtele.com > wrote: >>> >>> Hello, >>> >>> My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and RTP/AVP). >>> That's OK, because I want it so ;) >>> >>> But both use the same audio port number. >>> Is that possible to change this behavior ? To use different audio port numbers for each m=audio line ... >>> Please check my example below. In SDP from my freeswitch, both m-lines have m=audio 22284. >>> >>> The reason, why I want to change this is WebRTC and RTPengine. RTPengine changes this INVITEs to RTP/SAVPF. >>> And the changed RTP/SAVPF is then not acceptable for chrome browsers. Firefox works well (so far). >>> I already reported this to the RTPengine but they say the problem is with INVITE from freeswitch because the m-audio lines use the same port. >>> >>> My example : >>> incoming calls -> Media Server (freeswitch) -> Kamailio (sip and websocket proxy) -> WebRTP and SIP clients >>> >>> I have found a feature media_webrtc=true so I could avoid using rtpengine for webrtc clients (that would be really awesome), but then classic sip clients are offered only with RTP/SAVPF and most sip phones do not know RTP/SAVPF so the calls are rejected :( >>> >>> >>> INVITE SDP from freeswitch: >>> >>> v=0. >>> o=SBC 1464589775 1464589776 IN IP4 . >>> s=SBC. >>> c=IN IP4 . >>> t=0 0. >>> m=audio 22284 RTP/SAVP 8 0 9 3 18. >>> a=rtpmap:8 PCMA/8000. >>> a=rtpmap:0 PCMU/8000. >>> a=rtpmap:9 G722/8000. >>> a=rtpmap:3 GSM/8000. >>> a=rtpmap:18 G729/8000. >>> a=rtcp:22285 IN IP4 . >>> a=crypto:1 AEAD_AES_256_GCM_8 inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. >>> a=crypto:2 AEAD_AES_128_GCM_8 inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. >>> a=crypto:3 AES_CM_256_HMAC_SHA1_80 inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. >>> a=crypto:4 AES_CM_192_HMAC_SHA1_80 inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. >>> a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. >>> a=crypto:6 AES_CM_256_HMAC_SHA1_32 inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. >>> a=crypto:7 AES_CM_192_HMAC_SHA1_32 inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. >>> a=crypto:8 AES_CM_128_HMAC_SHA1_32 inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. >>> a=crypto:9 AES_CM_128_NULL_AUTH inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. >>> a=ptime:20. >>> m=audio 22284 RTP/AVP 8 0 9 3 18. >>> a=rtpmap:8 PCMA/8000. >>> a=rtpmap:0 PCMU/8000. >>> a=rtpmap:9 G722/8000. >>> a=rtpmap:3 GSM/8000. >>> a=rtpmap:18 G729/8000. >>> a=rtcp:22285 IN IP4 . >>> a=ptime:20. >>> >>> >>> >>> >>> INVITE SDP from RTPengine : >>> >>> v=0 >>> o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 >>> s=SBC >>> c=IN IP4 >>> t=0 0 >>> m=audio 31836 RTP/SAVPF 8 0 9 3 18 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:3 GSM/8000 >>> a=rtpmap:18 G729/8000 >>> a=ptime:20 >>> a=sendrecv >>> a=rtcp:31837 >>> a=setup:actpass >>> a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>> a=ice-ufrag:NauDcjVU >>> a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH >>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31836 typ host >>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31837 typ host >>> m=audio 31866 RTP/SAVPF 8 0 9 3 18 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:3 GSM/8000 >>> a=rtpmap:18 G729/8000 >>> a=ptime:20 >>> a=sendrecv >>> a=rtcp:31867 >>> a=setup:actpass >>> a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>> a=ice-ufrag:YxCyPhQV >>> a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 >>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31866 typ host >>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31867 typ host >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/0feed7a0/attachment.html From fdelawarde at wirelessmundi.com Tue May 31 20:59:53 2016 From: fdelawarde at wirelessmundi.com (=?UTF-8?B?RnJhbsOnb2lz?=) Date: Tue, 31 May 2016 18:59:53 +0200 Subject: [Freeswitch-users] Multi-user video conference In-Reply-To: References: <7C494B44-51B7-4FE6-9369-23DCD57AE017@jerris.com> Message-ID: <574DC309.50606@wirelessmundi.com> Maybe this could help: Intel whitepaper on ffmpeg mosaic transcoding of multiple Full-HD streams at 30fps using a recent Xeon E3 CPU. https://www-ssl.intel.com/content/dam/www/public/us/en/documents/white-papers/cloud-computing-quicksync-video-ffmpeg-white-paper.pdf Fran?ois. https://www-ssl.intel.com/content/dam/www/public/us/en/documents/white-papers/cloud-computing-quicksync-video-ffmpeg-white-paper.pdf On 2016-05-31 18:06, Michael Jerris wrote: > We do not provide assistance with load testing as it is too much of a > drain on resources to help people do it properly. By far the most > accurate way is with real traffic. > >> On May 31, 2016, at 11:46 AM, happy.neko > > wrote: >> >> 2016-05-31 18:03 GMT+03:00 Michael Jerris > >: >> >>> On May 29, 2016, at 5:33 PM, happy.neko >> > wrote: >>> >>> I know this question is impossible to answer exactly but what >>> roughly estimated CPU usage could I expect for conference with >>> five 480p streams transcoded at 15 fps. >>> One room with common core i5 quad CPU, 5 simultaneous rooms, 10 >>> rooms? >> >> Correct, it is indeed. Try it out and see. >> >> >> Will SIPp do the task or your can recommend another (maybe simpler?) >> benchmark tool? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/7ca42910/attachment.html From furi at vmtele.com Tue May 31 21:04:49 2016 From: furi at vmtele.com (=?UTF-8?B?SsOhbiBGw7xyaQ==?=) Date: Tue, 31 May 2016 19:04:49 +0200 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port In-Reply-To: References: <574C3CC2.8030905@vmtele.com> <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> <574DB6DD.7050902@vmtele.com> Message-ID: <574DC431.3010000@vmtele.com> I asked anybody whether there is a way how to achieve my goal. Somebody that is more skilled than I am. I was asking if there are "trivially easy ways to accomplish my goal". Freeswitch is an awesome software, I like it very much, but replacing kamailio with freeswitch is not a solution for me (in our environment). On 31.05.2016 18:28, Michael Jerris wrote: > Its all software, anything is possible with enough code modification. > We don't have a setting to do those things right now, as it doesn't > make any sense when there are trivially easy ways to accomplish the > same goal without writing any more code. > > >> On May 31, 2016, at 12:07 PM, J?n F?ri > > wrote: >> >> Thank you Michael, >> I understand, so isn't it possible to have SDP with m=audio lines >> SAVPF, SAVP and AVP all together ? >> Because I set media_webrtc=true, AVP and SAVP lines are replaced with >> SAVPF. >> If I had all three m=audio proto lines I was able to manage it with >> Kamailio. >> >> And back to my first question, is that possible to set different >> ports for m=audio lines in SDP ? >> >> Jan >> >> On 31.05.2016 17:16, Michael Jerris wrote: >>> If you don't use some other engine to handle webrtc, then if you are >>> calling something that is registered to you over websockets it will >>> automatically enable media_webrtc for you. Otherwise you'll need >>> some external way of knowing if the endpoint is webrtc or not so you >>> can apply the settings properly. >>> >>> >>>> On May 30, 2016, at 9:14 AM, J?n F?ri wrote: >>>> >>>> Hello, >>>> >>>> My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and >>>> RTP/AVP). >>>> That's OK, because I want it so ;) >>>> >>>> But both use the same audio port number. >>>> Is that possible to change this behavior ? To use different audio >>>> port numbers for each m=audio line ... >>>> Please check my example below. In SDP from my freeswitch, both >>>> m-lines have *m=audio **22284*. >>>> >>>> The reason, why I want to change this is WebRTC and RTPengine. >>>> RTPengine changes this INVITEs to RTP/SAVPF. >>>> And the changed RTP/SAVPF is then not acceptable for chrome >>>> browsers. Firefox works well (so far). >>>> I already reported this to the RTPengine but they say the problem >>>> is with INVITE from freeswitch because the m-audio lines use the >>>> same port. >>>> >>>> My example : >>>> incoming calls -> Media Server (freeswitch) -> Kamailio (sip and >>>> websocket proxy) -> WebRTP and SIP clients >>>> >>>> I have found a feature *media_webrtc=true* so I could avoid using >>>> rtpengine for webrtc clients (that would be really awesome), but >>>> then classic sip clients are offered only with RTP/SAVPF and most >>>> sip phones do not know RTP/SAVPF so the calls are rejected :( >>>> >>>> >>>> INVITE SDP from freeswitch: >>>> >>>> v=0. >>>> o=SBC 1464589775 1464589776 IN IP4 . >>>> s=SBC. >>>> c=IN IP4 . >>>> t=0 0. >>>> *m=audio 22284 RTP/SAVP 8 0 9 3 18.* >>>> a=rtpmap:8 PCMA/8000. >>>> a=rtpmap:0 PCMU/8000. >>>> a=rtpmap:9 G722/8000. >>>> a=rtpmap:3 GSM/8000. >>>> a=rtpmap:18 G729/8000. >>>> a=rtcp:22285 IN IP4 . >>>> a=crypto:1 AEAD_AES_256_GCM_8 >>>> inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. >>>> a=crypto:2 AEAD_AES_128_GCM_8 >>>> inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. >>>> a=crypto:3 AES_CM_256_HMAC_SHA1_80 >>>> inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. >>>> a=crypto:4 AES_CM_192_HMAC_SHA1_80 >>>> inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. >>>> a=crypto:5 AES_CM_128_HMAC_SHA1_80 >>>> inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. >>>> a=crypto:6 AES_CM_256_HMAC_SHA1_32 >>>> inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. >>>> a=crypto:7 AES_CM_192_HMAC_SHA1_32 >>>> inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. >>>> a=crypto:8 AES_CM_128_HMAC_SHA1_32 >>>> inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. >>>> a=crypto:9 AES_CM_128_NULL_AUTH >>>> inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. >>>> a=ptime:20. >>>> *m=audio 22284 RTP/AVP 8 0 9 3 18.* >>>> a=rtpmap:8 PCMA/8000. >>>> a=rtpmap:0 PCMU/8000. >>>> a=rtpmap:9 G722/8000. >>>> a=rtpmap:3 GSM/8000. >>>> a=rtpmap:18 G729/8000. >>>> a=rtcp:22285 IN IP4 . >>>> a=ptime:20. >>>> >>>> >>>> >>>> >>>> INVITE SDP from RTPengine : >>>> >>>> v=0 >>>> o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 >>>> s=SBC >>>> c=IN IP4 >>>> t=0 0 >>>> *m=audio 31836 RTP/SAVPF 8 0 9 3 18* >>>> a=rtpmap:8 PCMA/8000 >>>> a=rtpmap:0 PCMU/8000 >>>> a=rtpmap:9 G722/8000 >>>> a=rtpmap:3 GSM/8000 >>>> a=rtpmap:18 G729/8000 >>>> a=ptime:20 >>>> a=sendrecv >>>> a=rtcp:31837 >>>> a=setup:actpass >>>> a=fingerprint:sha-1 >>>> 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>>> a=ice-ufrag:NauDcjVU >>>> a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH >>>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 >>>> 31836 typ host >>>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 >>>> 31837 typ host >>>> *m=audio 31866 RTP/SAVPF 8 0 9 3 18* >>>> a=rtpmap:8 PCMA/8000 >>>> a=rtpmap:0 PCMU/8000 >>>> a=rtpmap:9 G722/8000 >>>> a=rtpmap:3 GSM/8000 >>>> a=rtpmap:18 G729/8000 >>>> a=ptime:20 >>>> a=sendrecv >>>> a=rtcp:31867 >>>> a=setup:actpass >>>> a=fingerprint:sha-1 >>>> 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>>> a=ice-ufrag:YxCyPhQV >>>> a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 >>>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 >>>> 31866 typ host >>>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 >>>> 31867 typ host >>>> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/5e7865f1/attachment-0001.html From mike at jerris.com Tue May 31 21:27:48 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 31 May 2016 13:27:48 -0400 Subject: [Freeswitch-users] SDP with double m=audio lines and with the same port In-Reply-To: <574DC431.3010000@vmtele.com> References: <574C3CC2.8030905@vmtele.com> <4FA45CD4-80AC-4CBD-BBA9-426953BD7390@jerris.com> <574DB6DD.7050902@vmtele.com> <574DC431.3010000@vmtele.com> Message-ID: Yes, I already said the most trivial way to do it. Send webrtc traffic and registers to freeswitch directly on websockets, or if not, dynamically generate dialplan to send invites to webrtc hosts with that variable. > On May 31, 2016, at 1:04 PM, J?n F?ri wrote: > > I asked anybody whether there is a way how to achieve my goal. Somebody that is more skilled than I am. > I was asking if there are "trivially easy ways to accomplish my goal". Freeswitch is an awesome software, I like it very much, but replacing kamailio with freeswitch is not a solution for me (in our environment). > > > On 31.05.2016 18:28, Michael Jerris wrote: >> Its all software, anything is possible with enough code modification. We don't have a setting to do those things right now, as it doesn't make any sense when there are trivially easy ways to accomplish the same goal without writing any more code. >> >> >>> On May 31, 2016, at 12:07 PM, J?n F?ri < furi at vmtele.com > wrote: >>> >>> Thank you Michael, >>> I understand, so isn't it possible to have SDP with m=audio lines SAVPF, SAVP and AVP all together ? >>> Because I set media_webrtc=true, AVP and SAVP lines are replaced with SAVPF. >>> If I had all three m=audio proto lines I was able to manage it with Kamailio. >>> >>> And back to my first question, is that possible to set different ports for m=audio lines in SDP ? >>> >>> Jan >>> >>> On 31.05.2016 17:16, Michael Jerris wrote: >>>> If you don't use some other engine to handle webrtc, then if you are calling something that is registered to you over websockets it will automatically enable media_webrtc for you. Otherwise you'll need some external way of knowing if the endpoint is webrtc or not so you can apply the settings properly. >>>> >>>> >>>>> On May 30, 2016, at 9:14 AM, J?n F?ri > wrote: >>>>> >>>>> Hello, >>>>> >>>>> My freeswitch's INVITE sdp offers two m=audio lines. (RTP/SAVP and RTP/AVP). >>>>> That's OK, because I want it so ;) >>>>> >>>>> But both use the same audio port number. >>>>> Is that possible to change this behavior ? To use different audio port numbers for each m=audio line ... >>>>> Please check my example below. In SDP from my freeswitch, both m-lines have m=audio 22284. >>>>> >>>>> The reason, why I want to change this is WebRTC and RTPengine. RTPengine changes this INVITEs to RTP/SAVPF. >>>>> And the changed RTP/SAVPF is then not acceptable for chrome browsers. Firefox works well (so far). >>>>> I already reported this to the RTPengine but they say the problem is with INVITE from freeswitch because the m-audio lines use the same port. >>>>> >>>>> My example : >>>>> incoming calls -> Media Server (freeswitch) -> Kamailio (sip and websocket proxy) -> WebRTP and SIP clients >>>>> >>>>> I have found a feature media_webrtc=true so I could avoid using rtpengine for webrtc clients (that would be really awesome), but then classic sip clients are offered only with RTP/SAVPF and most sip phones do not know RTP/SAVPF so the calls are rejected :( >>>>> >>>>> >>>>> INVITE SDP from freeswitch: >>>>> >>>>> v=0. >>>>> o=SBC 1464589775 1464589776 IN IP4 . >>>>> s=SBC. >>>>> c=IN IP4 . >>>>> t=0 0. >>>>> m=audio 22284 RTP/SAVP 8 0 9 3 18. >>>>> a=rtpmap:8 PCMA/8000. >>>>> a=rtpmap:0 PCMU/8000. >>>>> a=rtpmap:9 G722/8000. >>>>> a=rtpmap:3 GSM/8000. >>>>> a=rtpmap:18 G729/8000. >>>>> a=rtcp:22285 IN IP4 . >>>>> a=crypto:1 AEAD_AES_256_GCM_8 inline:Q/O+iUzZ9AZLcrADA7w/XcpkmuW6yArr1vsaWc0coTyWUIRLX2qfCA7XDAs. >>>>> a=crypto:2 AEAD_AES_128_GCM_8 inline:mBb/SmBuSQNSm8lC5giUfZMCv0ZYINvsQiX2sw. >>>>> a=crypto:3 AES_CM_256_HMAC_SHA1_80 inline:ahOTNSsdmHLIOBqvUyGyNjd+gDfAE/+jA6w7XwzGWxBMjtzf5akXNvM/OGy0jQ. >>>>> a=crypto:4 AES_CM_192_HMAC_SHA1_80 inline:k7002pXV/SUT7JHhZTYaMV5keUTp1EP57M4rcNZnAoZZzsceTXA. >>>>> a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:bHcV4E/OnzMkNeaFplPWt4RELILYZeGlifnJNlRV. >>>>> a=crypto:6 AES_CM_256_HMAC_SHA1_32 inline:zJkowU1tc5rQR5BPpg2m3eE97ZqXLFFJc1Agh89XuZynPFMrXhO266+eMZCd2A. >>>>> a=crypto:7 AES_CM_192_HMAC_SHA1_32 inline:2DwGI3UAPsLFBS5sJBsc+pzEsITQwDHCvB0u7pK/XEE3G8swsrw. >>>>> a=crypto:8 AES_CM_128_HMAC_SHA1_32 inline:Jen6Gm56Z+4RTRmfpXTpSpoG5bduyythl1j21a15. >>>>> a=crypto:9 AES_CM_128_NULL_AUTH inline:Nn83liGQY7eY8LGs9qz/7EoPiHOpRgwY8H7Ts/b5. >>>>> a=ptime:20. >>>>> m=audio 22284 RTP/AVP 8 0 9 3 18. >>>>> a=rtpmap:8 PCMA/8000. >>>>> a=rtpmap:0 PCMU/8000. >>>>> a=rtpmap:9 G722/8000. >>>>> a=rtpmap:3 GSM/8000. >>>>> a=rtpmap:18 G729/8000. >>>>> a=rtcp:22285 IN IP4 . >>>>> a=ptime:20. >>>>> >>>>> >>>>> >>>>> >>>>> INVITE SDP from RTPengine : >>>>> >>>>> v=0 >>>>> o=SBC 1464589775 1464589776 IN IP4 212.232.17.66 >>>>> s=SBC >>>>> c=IN IP4 >>>>> t=0 0 >>>>> m=audio 31836 RTP/SAVPF 8 0 9 3 18 >>>>> a=rtpmap:8 PCMA/8000 >>>>> a=rtpmap:0 PCMU/8000 >>>>> a=rtpmap:9 G722/8000 >>>>> a=rtpmap:3 GSM/8000 >>>>> a=rtpmap:18 G729/8000 >>>>> a=ptime:20 >>>>> a=sendrecv >>>>> a=rtcp:31837 >>>>> a=setup:actpass >>>>> a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>>>> a=ice-ufrag:NauDcjVU >>>>> a=ice-pwd:AiHk6LF4tE0GElyFMWtLeod1wH >>>>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31836 typ host >>>>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31837 typ host >>>>> m=audio 31866 RTP/SAVPF 8 0 9 3 18 >>>>> a=rtpmap:8 PCMA/8000 >>>>> a=rtpmap:0 PCMU/8000 >>>>> a=rtpmap:9 G722/8000 >>>>> a=rtpmap:3 GSM/8000 >>>>> a=rtpmap:18 G729/8000 >>>>> a=ptime:20 >>>>> a=sendrecv >>>>> a=rtcp:31867 >>>>> a=setup:actpass >>>>> a=fingerprint:sha-1 11:76:2D:2A:F7:0D:5A:23:9D:F6:0C:E7:4C:DF:1E:CB:BF:5D:76:4F >>>>> a=ice-ufrag:YxCyPhQV >>>>> a=ice-pwd:2vYt8YaMhIp2DSLPeYOKDqqBX0 >>>>> a=candidate:cE0FGbXWIfwj6OGD 1 UDP 2130706431 31866 typ host >>>>> a=candidate:cE0FGbXWIfwj6OGD 2 UDP 2130706430 31867 typ host >>>>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/a730e285/attachment.html From luis.daniel.lucio at gmail.com Tue May 31 21:29:11 2016 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Tue, 31 May 2016 13:29:11 -0400 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: <5p4x48mh6rkjfx8v2f1smhrw.1464708465158@email.android.com> Message-ID: Voptech Contact me offline and I can give you the contact Le 31 mai 2016 11:58 AM, "Mario G" a ?crit : > I really like Yaelink, I have the T46G and 2 T48Gs. Used to have Cisco, > Yealinks work great with FS and support is excellent. Great price too for > all models. Excellent audio and speakerphone and tons of options. Download > the manual to check it out. If sold by Amazon for good prices easy to > return if you want (I never did). Also got some from Provantage, they have > good prices as well. > Mario G > > On May 31, 2016, at 8:47 AM, Shawn Wheeler < > Shawn.Wheeler at interlockconcepts.com> wrote: > > > I have heard about the dial plan and found it in the gui but I have not > been successful in finding what it needs to be set to. > > > Sent from my Verizon, Samsung Galaxy smartphone > > > -------- Original message -------- > From: "happy.neko" > Date: 5/31/16 09:43 (GMT-07:00) > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Low cost voip phone ? > > I have used cheapest Grandstream phone (BT100) 10 eyars ago without > significant problems and with crystal clear sound quality. > If I remember correctly there was dialplan settings on web GUI, maybe your > delay is caused because the phone is waiting for another digit. > > 2016-05-31 18:27 GMT+03:00 Shawn Wheeler < > Shawn.Wheeler at interlockconcepts.com>: > >> No I am not sure but when compared to my soft phone and making a call >> from a barix device there is a noticeable delay. That causes me to look >> cross eyed at the grandstream. >> >> >> >> Sent from my Verizon, Samsung Galaxy smartphone >> >> >> -------- Original message -------- >> From: Russell Treleaven >> Date: 5/31/16 08:16 (GMT-07:00) >> To: FreeSWITCH Users Help >> Subject: Re: [Freeswitch-users] Low cost voip phone ? >> >> Are you sure the delay is caused by your handset? >> >> >> On Tue, May 31, 2016 at 11:11 AM, Shawn Wheeler < >> Shawn.Wheeler at interlockconcepts.com> wrote: >> >>> I am looking for recommendations for a low cost voip handset. I have >>> been using grandstream but can't seem to get past the delay when making a >>> call. >>> >>> Thanks in advance >>> >>> >>> >>> Sent from my Verizon, Samsung Galaxy smartphone >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20160531/8f4ca767/attachment-0001.html From bobjectsfreeswitch at gmail.com Tue May 31 21:29:13 2016 From: bobjectsfreeswitch at gmail.com (Bob Hartwig) Date: Tue, 31 May 2016 12:29:13 -0500 Subject: [Freeswitch-users] Low cost voip phone ? In-Reply-To: References: Message-ID: I think that the by default Grandstream phones expect a terminating #, and need to time out waiting for it. That should be configurable. Bob On Tue, May 31, 2016 at 10:11 AM, Shawn Wheeler < Shawn.Wheeler at interlockconcepts.com> wrote: > I am looking for recommendations for a low cost voip handset. I have been > using grandstream but can't seem to get past the delay when making a call. > > Thanks in advance > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20160531/324f3755/attachment.html From anthony.minessale at gmail.com Tue May 31 21:44:06 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 31 May 2016 12:44:06 -0500 Subject: [Freeswitch-users] ClueCon Speaker Registration Deadline 2 Weeks Away!!!! Message-ID: Don't forget to get your proposal in. E-mail speakers at cluecon.com -- 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/20160531/89dc17e8/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ccdead.png Type: image/png Size: 160296 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160531/89dc17e8/attachment-0001.png