From jmesquita at freeswitch.org Fri Jun 1 00:10:04 2012 From: jmesquita at freeswitch.org (=?utf-8?Q?Jo=C3=A3o_Mesquita?=) Date: Thu, 31 May 2012 17:10:04 -0300 Subject: [Freeswitch-users] FSClient a Windows FreeSWITCH softphone Update Released In-Reply-To: References: Message-ID: Mitch, I would like to express a big public congratulations to you. You have pulled something that I failed (so far) to do. FSComm is still on my plans, it is just "on hold" and to be completed. Still, I know from the little bit I've done that it is not an easy task. Once again, congratulations man. Regards, -- Jo?o Mesquita Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, May 29, 2012 at 11:28 PM, Mitch Capper wrote: > An update had been posted for FSClient is a windows .NET softphone > that uses libfreeswitch at the core. > Info page at: http://wiki.freeswitch.org/wiki/FSClient > Direct binary download: > http://files.freeswitch.org/windows/installer/x86/FSClient.zip > And source is in contrib repo under MitchCapper/FSClient > > Some of the changes include: > Built against FS 1.2 RC > isac codec support > for contacts you can now right click and choose what account to call from > if sofia goes offline update the accounts status > Jabra headset improvements to avoid some crash conditions > background task improvements to avoid the phone breaking without you knowing > > > Feedback always welcome. With ZRTP into core now the next version > may have some ZRTP related features. > > > ~Mitch > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org (mailto:FreeSWITCH-users at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/383cd6f9/attachment.html From mytemike72 at gmail.com Fri Jun 1 01:19:34 2012 From: mytemike72 at gmail.com (Michael Lutz) Date: Thu, 31 May 2012 23:19:34 +0200 Subject: [Freeswitch-users] Problem with missing / duplicated DTMF Message-ID: Hi, Picking up on an older thread, I was wondering if this was ever resolved and how, or if there are more people experiencing the same issues (now or in the past) I seem to be experiencing the same issue! A lot of the times DTMF's are not recognized (and do not show up in events or debug log) and apart from I have noticed recognition of wrong dtmfs too. Sometimes I even see 'recognized' dtmfs while no key is pressed at al! (of which I am sure because it was my own test call) Hope someone is able to help me with this! I was looking in the combination of inband detection, because I use that for most of my calls. However reading this thread it appears that at least someone experienced same behaviour without enabling inband detection using start_dtmf. Regards, Mike. >Anthony Minessale anthony.minessale at gmail.com >Tue Feb 1 21:22:45 MSK 2011 >I dont think there any current dtmf issues open. >It sounds like maybe you are going across the pstn and encountering >some problems with transition from >2833 to inband and back again or from hair-pinning the call. > On Tue, Feb 1, 2011 at 12:00 PM, Matt Stockton wrote: > Sorry about not including the version. The version of freeswitch I am using > is. > FreeSWITCH Version 1.0.head (git-256a82d 2011-01-31 10-12-28 -0600) > I just updated to the latest yesterday to re-test it. > On Tue, Feb 1, 2011 at 10:10 AM, Matt Stockton wrote: >> >> I have having trouble with both missing and duplicated DTMF in >> Freeswitch. >> Here are the steps of how I am using it: >> 1. Leg A - I am calling out from my Freeswitch instance (through iCall), >> and I am calling an iCall number that is also connected to the same >> Freeswitch instance. >> 2. Leg B - The above call is routed through iCall and then answered by the >> same Freeswitch instance. >> 3. On Leg B, I play a file and attempt to get DTMF in a lua script. Here >> is the code of interest: >> >> callPin = session:playAndGetDigits(1, 10, 4, 30000, "#","/tmp/cw_17.wav", >> "", "\\d+"); >> >> 4. On Leg A, I send DTMF information in a lua script. Here is the code of >> interest. I initiate a delay between each digit: >> >> local newPin = ""; >> >> for i = 1, string.len(pin) do >> >> newPin = newPin .. string.sub(pin, i, i) .. "W"; >> >> end >> >> session:execute("send_dtmf", newPin .. "#@200"); >> >> ** Note that there is a session:sleep on Leg A before I send the DTMF to >> make sure i don't send it too early ** >> >> The problem is that the recognized DTMF on Leg B is wrong about 30% of the >> time. For example, if Leg A enters: 22063083, Leg B will get the DTMF digits >> 222063083. This is an example of duplication, but I have also experienced >> missing DTMF codes (and an occasional wrong code completely) >> >> I have messed with a bunch of DTMF settings in hopes of fixing this issue, >> but I cannot seem to find something that is reliable 100% of the time. >> >> _____________________________ >> >> Here are the DTMF settings I have looked at / messed with. I've tried >> various values for the dtmf-duration in the config (and in the send_dtmf >> command above) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> ________________________ >> I have run fs_cli with event logging and the DTMF events that Freeswitch >> gets do correlate to the wrong value (e.g. the duplication / missing digits >> is noticable in the Freeswitch events as well). >> Also, I am not running any dtmf-related applications on the session before >> I give control to the lua scripts (e.g. not running start_dtmf) >> Has anyone experienced this type of issue? Or know what I can do to >> resolve it? My next step was going to be trying this against another >> provider besides iCall, but I figured I would see if anyone has encountered >> a similar problem before. Any help is appreciated. >> Thanks > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From msc at freeswitch.org Fri Jun 1 02:15:21 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 31 May 2012 15:15:21 -0700 Subject: [Freeswitch-users] Problem with missing / duplicated DTMF In-Reply-To: References: Message-ID: do you have a pcap w/ rtp and have you looked at it (and listened to it) in wireshark? -MC On Thu, May 31, 2012 at 2:19 PM, Michael Lutz wrote: > Hi, > > Picking up on an older thread, I was wondering if this was ever > resolved and how, or if there are more people experiencing the same > issues (now or in the past) > I seem to be experiencing the same issue! > > A lot of the times DTMF's are not recognized (and do not show up in > events or debug log) and apart from I have noticed recognition of > wrong dtmfs too. > Sometimes I even see 'recognized' dtmfs while no key is pressed at al! > (of which I am sure because it was my own test call) > > Hope someone is able to help me with this! I was looking in the > combination of inband detection, because I use that for most of my > calls. > However reading this thread it appears that at least someone > experienced same behaviour without enabling inband detection using > start_dtmf. > > > Regards, > Mike. > > > >Anthony Minessale anthony.minessale at gmail.com > >Tue Feb 1 21:22:45 MSK 2011 > >I dont think there any current dtmf issues open. > >It sounds like maybe you are going across the pstn and encountering > >some problems with transition from > >2833 to inband and back again or from hair-pinning the call. > > > On Tue, Feb 1, 2011 at 12:00 PM, Matt Stockton > wrote: > > Sorry about not including the version. The version of freeswitch I am > using > > is. > > FreeSWITCH Version 1.0.head (git-256a82d 2011-01-31 10-12-28 -0600) > > I just updated to the latest yesterday to re-test it. > > On Tue, Feb 1, 2011 at 10:10 AM, Matt Stockton > wrote: > >> > >> I have having trouble with both missing and duplicated DTMF in > >> Freeswitch. > >> Here are the steps of how I am using it: > >> 1. Leg A - I am calling out from my Freeswitch instance (through iCall), > >> and I am calling an iCall number that is also connected to the same > >> Freeswitch instance. > >> 2. Leg B - The above call is routed through iCall and then answered by > the > >> same Freeswitch instance. > >> 3. On Leg B, I play a file and attempt to get DTMF in a lua script. Here > >> is the code of interest: > >> > >> callPin = session:playAndGetDigits(1, 10, 4, 30000, > "#","/tmp/cw_17.wav", > >> "", "\\d+"); > >> > >> 4. On Leg A, I send DTMF information in a lua script. Here is the code > of > >> interest. I initiate a delay between each digit: > >> > >> local newPin = ""; > >> > >> for i = 1, string.len(pin) do > >> > >> newPin = newPin .. string.sub(pin, i, i) .. "W"; > >> > >> end > >> > >> session:execute("send_dtmf", newPin .. "#@200"); > >> > >> ** Note that there is a session:sleep on Leg A before I send the DTMF to > >> make sure i don't send it too early ** > >> > >> The problem is that the recognized DTMF on Leg B is wrong about 30% of > the > >> time. For example, if Leg A enters: 22063083, Leg B will get the DTMF > digits > >> 222063083. This is an example of duplication, but I have also > experienced > >> missing DTMF codes (and an occasional wrong code completely) > >> > >> I have messed with a bunch of DTMF settings in hopes of fixing this > issue, > >> but I cannot seem to find something that is reliable 100% of the time. > >> > >> _____________________________ > >> > >> Here are the DTMF settings I have looked at / messed with. I've tried > >> various values for the dtmf-duration in the config (and in the send_dtmf > >> command above) > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> value="$${outbound_codec_prefs}"/> > >> > >> > >> > >> > >> > >> ________________________ > >> I have run fs_cli with event logging and the DTMF events that Freeswitch > >> gets do correlate to the wrong value (e.g. the duplication / missing > digits > >> is noticable in the Freeswitch events as well). > >> Also, I am not running any dtmf-related applications on the session > before > >> I give control to the lua scripts (e.g. not running start_dtmf) > >> Has anyone experienced this type of issue? Or know what I can do to > >> resolve it? My next step was going to be trying this against another > >> provider besides iCall, but I figured I would see if anyone has > encountered > >> a similar problem before. Any help is appreciated. > >> Thanks > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/5ee32adc/attachment-0001.html From frankjr at mcpeekdodge.com Fri Jun 1 02:35:39 2012 From: frankjr at mcpeekdodge.com (Frank Busalacchi Jr) Date: Thu, 31 May 2012 22:35:39 +0000 Subject: [Freeswitch-users] Freeswitch & FreeTDM question... Message-ID: Hi, and thanks in advance for your help. I run freeswitch with a SangomA A102 (FXO/FXS) card. The freeswitch code base that it is running on is about 3 months old. It is a production server, and taking it down other than in the middle of the night is problemsome... It is running on Debian Lenny. In the next couple of days I am going to be spending the night, doing a fresh install of the latest debian (squeeze) at which time I will do a fresh GIT, fresh sangoma wanpipe and be totally current on FreeSwitch. My Question: I am having intermittent problems with my FXO/FXS ports. Basically I have fax machines attached. Every so often (sometimes 5-10 days in between), the fax machine says that it has no dial tone. I am able to resolve the problem by going to the CLI and unloading mod_freetdm and then reloading mod_freetdm. When the "no dialtone problem" is happening, unloading mod_freetdm takes 10 seconds or so...I have even had it crash freeswitch during the unload... I haven't attempted to narrow down the issue yet, and thought I might ask for some guidance before heading down that path. One of my thoughts is that perhaps the Hardware is bad, but the fact that unloading/loading mod_freetdm fixes it makes me think it is something in mod_freetdm... Your thoughts? -Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/c49dca0c/attachment.html From chris at opencsta.org Fri Jun 1 03:16:34 2012 From: chris at opencsta.org (Chris Mylonas) Date: Fri, 1 Jun 2012 09:16:34 +1000 Subject: [Freeswitch-users] NAT issues and "best practices" In-Reply-To: <036901cd3f58$bb857510$32905f30$@bizfocused.com> References: <036901cd3f58$bb857510$32905f30$@bizfocused.com> Message-ID: <1C0DB9B9-9542-455F-9FCF-2469C2974A12@opencsta.org> NAT and SIP do not play nicely together easily all the time. From chapter 9 of "building telephone systems with opensips" (a few years old) NAT breaks SIP because SIP is a session establishment protocol and thus, belongs to the session layer of the OSI model. However, it includes network layer addresses in their headers. The NAT present in most routers, process only network (layer 3) headers and leaves the SIP headers unchanged. I'm returning to the VoIP scene after 3 years of web sysadmin-ing and boat refitting, but in years gone by for example, a snom phone played well with a double NAT ( phone-with-private-addy<----NAT-router>----Internet--->-----<---router--->----<---PBX-with private addy) whilst a polycom would barf. Let's just say there are 10 points of failure in a voip call. each of them relying on a hardware/firmware/software stack. There are recipes that work very well...and some like the polycom of years ago that didn't. I do not know what the status of the double-NAT polycom is these days but I would presume that it works in 2012. I'm a FS n00b so cannot offer any specific advice. There are different types of NAT-ing though: "full cone", "restricted cone", 1:1 (symmetrical) - one is IP:Port, one is IP, and the other is port forwarding. On 01/06/2012, at 4:10 AM, Sean Devoy wrote: > HI All, > > I have a customer location that has just been a nightmare to implement. I am just learning that they ?may? have multiple NAT routers in sequence at their location. I think I fully understand what NAT is trying to accomplish. There seem to be different levels and approaches. > > The most basic NAT setup (to me) is a HOME LAN with multiple PCs where NAT allows multiple devices to share a single routable IP address on the WAN side from multiple local devices the LAN side. Note I said OUTBOUND initiated connections. Even FTP can have trouble with this level. Almost all inbound traffic is blocked for security. > > Clearly for FS we need the switch to be able to punch through from the WAN to specific local IPs on the LAN to reach specific phones. This is INBOUND NAT and brings up many security issues for people. Even on devices where you get this ?working? you may only be able to support one line per phone or a single inbound connection at a time. > > I understand NAT has PMP and UPnP protocols and FS ?supports? both. What I can?t find is where someone says ?Here is a great setup that works with cheap, available ?commodity? hardware from Cisco/Linksys that supports all the NAT you need for FS.? I don?t care if it is PMP or UPnP and I might not even care why you pick one over the other, although it is probably a ?good read?. > > Can someone just stand up say ?FS works GREAT with the XYZ router in ABC mode from MY COMPANY using NAT to Cisco phones?? > > I have seen some articles about Freeware/Shareware firmware in this devices, but as a novice I want to limit the unknowns until I get more up to speed. > > My specific issue now is that I cannot get SCA to work at the NAT location. I issued: > sofia_contact 220 at mydomain.com > sofia/external/sip:200@:44234,sofia/external/sip:200@:1024 > > Only one phone rings on inbound and the line indicator light does not change when either is picked up. Same configuration is working on our LAN with the switch. > > I am absolutely ready to by a router to fix these issues, I don?t want to lose this customer. > > Thanks for your thoughts, > Sean > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/4d33af16/attachment.html From ash at url.net.au Fri Jun 1 03:52:22 2012 From: ash at url.net.au (Ashley Breeden) Date: Fri, 1 Jun 2012 09:52:22 +1000 Subject: [Freeswitch-users] NAT issues and "best practices" In-Reply-To: <036901cd3f58$bb857510$32905f30$@bizfocused.com> References: <036901cd3f58$bb857510$32905f30$@bizfocused.com> Message-ID: <43E524DB-4519-4531-8CD4-4B01C95882B6@url.net.au> Hi Sean, Yes SIP and NAT do not play well together. Most of our customers all use some form of NAT to access our FreeSWITCH servers, although not double NAT. I have found that pretty much most of the current mainstream routers and phones work as long as you have the latest software. One of the biggest things I find is that if you have more than one SIP device registered behind a NAT with SIP ALG you will get very mixed results. It will also depend on how many devices you have behind the NAT, some routers seem to have issue processing NAT for more than 10 devices all originating on port 5060. Here is a few things I will often do to get a customer to connect via a NAT device: - Turn off SIP ALG on the router - Look for a setting on your VoIP device called Rport, set this to enabled. - Try putting each phones local SIP port on its own unique port, e.g. extension 1001 = port 5001, 1002 = port 5002 - Try TCP as the transport protocol Also have a look here I have been able to get some useful information from this article - http://wiki.freeswitch.org/wiki/ALG, especially the DG834's with DOS protection. Personally I use the following routers with no issues: - Billion 7401VGP - Billion 7800NL - Billion 7404 - Cisco 857/877 - MicroTik seemed to be quite reasonable as well For Phones I have running: - Yealink T22,T26,T28,T32,T38 - Snom 360 - Siemens Gigaset Hope this helps. Cheers, Ash On 01/06/2012, at 4:10 AM, Sean Devoy wrote: > HI All, > > I have a customer location that has just been a nightmare to implement. I am just learning that they ?may? have multiple NAT routers in sequence at their location. I think I fully understand what NAT is trying to accomplish. There seem to be different levels and approaches. > > The most basic NAT setup (to me) is a HOME LAN with multiple PCs where NAT allows multiple devices to share a single routable IP address on the WAN side from multiple local devices the LAN side. Note I said OUTBOUND initiated connections. Even FTP can have trouble with this level. Almost all inbound traffic is blocked for security. > > Clearly for FS we need the switch to be able to punch through from the WAN to specific local IPs on the LAN to reach specific phones. This is INBOUND NAT and brings up many security issues for people. Even on devices where you get this ?working? you may only be able to support one line per phone or a single inbound connection at a time. > > I understand NAT has PMP and UPnP protocols and FS ?supports? both. What I can?t find is where someone says ?Here is a great setup that works with cheap, available ?commodity? hardware from Cisco/Linksys that supports all the NAT you need for FS.? I don?t care if it is PMP or UPnP and I might not even care why you pick one over the other, although it is probably a ?good read?. > > Can someone just stand up say ?FS works GREAT with the XYZ router in ABC mode from MY COMPANY using NAT to Cisco phones?? > > I have seen some articles about Freeware/Shareware firmware in this devices, but as a novice I want to limit the unknowns until I get more up to speed. > > My specific issue now is that I cannot get SCA to work at the NAT location. I issued: > sofia_contact 220 at mydomain.com > sofia/external/sip:200@:44234,sofia/external/sip:200@:1024 > > Only one phone rings on inbound and the line indicator light does not change when either is picked up. Same configuration is working on our LAN with the switch. > > I am absolutely ready to by a router to fix these issues, I don?t want to lose this customer. > > Thanks for your thoughts, > Sean > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/fb669c87/attachment-0001.html From sherifomran2000 at yahoo.com Fri Jun 1 04:36:29 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Thu, 31 May 2012 17:36:29 -0700 (PDT) Subject: [Freeswitch-users] FSClient a Windows FreeSWITCH softphone Update Released In-Reply-To: Message-ID: <1338510989.33281.YahooMailClassic@web110808.mail.gq1.yahoo.com> It would be better if you don't need .net at all in order to install the application on cell phones and /or lite net books regards S. --- On Thu, 5/31/12, Jo?o Mesquita wrote: From: Jo?o Mesquita Subject: Re: [Freeswitch-users] FSClient a Windows FreeSWITCH softphone Update Released To: "FreeSWITCH Users Help" Date: Thursday, May 31, 2012, 11:10 PM Mitch, I would like to express a big public congratulations to you. You have pulled something that I failed (so far) to do. FSComm is still on my plans, it is just "on hold" and to be completed. Still, I know from the little bit I've done that it is not an easy task. Once again, congratulations man. Regards, --?Jo?o MesquitaSent with Sparrow On Tuesday, May 29, 2012 at 11:28 PM, Mitch Capper wrote: An update had been posted for FSClient is a windows .NET softphonethat uses libfreeswitch at the core.Info page at: http://wiki.freeswitch.org/wiki/FSClientDirect binary download:http://files.freeswitch.org/windows/installer/x86/FSClient.zipAnd source is in contrib repo under MitchCapper/FSClient Some of the changes include:Built against FS 1.2 RCisac codec supportfor contacts you can now right click and choose what account to call fromif sofia goes offline update the accounts statusJabra headset improvements to avoid some crash conditionsbackground task improvements to avoid the phone breaking without you knowing Feedback always welcome. With ZRTP into core now the next versionmay have some ZRTP related features. ~Mitch _________________________________________________________________________Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-usersUNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org -----Inline Attachment Follows----- _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/5979a369/attachment.html From sdevoy at bizfocused.com Fri Jun 1 05:32:41 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Thu, 31 May 2012 21:32:41 -0400 Subject: [Freeswitch-users] NAT issues and "best practices" In-Reply-To: <43E524DB-4519-4531-8CD4-4B01C95882B6@url.net.au> References: <036901cd3f58$bb857510$32905f30$@bizfocused.com> <43E524DB-4519-4531-8CD4-4B01C95882B6@url.net.au> Message-ID: <052201cd3f96$6fe5ae20$4fb10a60$@bizfocused.com> Thanks for the response. At this point I can say I have 2 working and 1 not working configuration. Also, thanks for the SIP ALG tip (3 hours too late!) I turned it on and things went to crap. So my WOKING configa are: to to to to to to to to Calls, MWI, SCA, etc across those 2 configs works PERFECTLY. I left out on local lan to is wonderful too. Unfortunately, the customer setup is: to to to to Results are all over the place. I don't think they can support 2 inbound calls at the same time. MWI is spotty, SCA is not working. Turning on SIP ALG on Cisco E1200 led to a small riot and has been banished from the kingdom for every. I think tomorrow we are getting them a Cisco RVS4000. Sean From: Ashley Breeden [mailto:ash at url.net.au] Sent: Thursday, May 31, 2012 7:52 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] NAT issues and "best practices" Hi Sean, Yes SIP and NAT do not play well together. Most of our customers all use some form of NAT to access our FreeSWITCH servers, although not double NAT. I have found that pretty much most of the current mainstream routers and phones work as long as you have the latest software. One of the biggest things I find is that if you have more than one SIP device registered behind a NAT with SIP ALG you will get very mixed results. It will also depend on how many devices you have behind the NAT, some routers seem to have issue processing NAT for more than 10 devices all originating on port 5060. Here is a few things I will often do to get a customer to connect via a NAT device: - Turn off SIP ALG on the router - Look for a setting on your VoIP device called Rport, set this to enabled. - Try putting each phones local SIP port on its own unique port, e.g. extension 1001 = port 5001, 1002 = port 5002 - Try TCP as the transport protocol Also have a look here I have been able to get some useful information from this article - http://wiki.freeswitch.org/wiki/ALG, especially the DG834's with DOS protection. Personally I use the following routers with no issues: - Billion 7401VGP - Billion 7800NL - Billion 7404 - Cisco 857/877 - MicroTik seemed to be quite reasonable as well For Phones I have running: - Yealink T22,T26,T28,T32,T38 - Snom 360 - Siemens Gigaset Hope this helps. Cheers, Ash On 01/06/2012, at 4:10 AM, Sean Devoy wrote: HI All, I have a customer location that has just been a nightmare to implement. I am just learning that they "may" have multiple NAT routers in sequence at their location. I think I fully understand what NAT is trying to accomplish. There seem to be different levels and approaches. The most basic NAT setup (to me) is a HOME LAN with multiple PCs where NAT allows multiple devices to share a single routable IP address on the WAN side from multiple local devices the LAN side. Note I said OUTBOUND initiated connections. Even FTP can have trouble with this level. Almost all inbound traffic is blocked for security. Clearly for FS we need the switch to be able to punch through from the WAN to specific local IPs on the LAN to reach specific phones. This is INBOUND NAT and brings up many security issues for people. Even on devices where you get this "working" you may only be able to support one line per phone or a single inbound connection at a time. I understand NAT has PMP and UPnP protocols and FS "supports" both. What I can't find is where someone says "Here is a great setup that works with cheap, available "commodity" hardware from Cisco/Linksys that supports all the NAT you need for FS." I don't care if it is PMP or UPnP and I might not even care why you pick one over the other, although it is probably a "good read". Can someone just stand up say "FS works GREAT with the XYZ router in ABC mode from MY COMPANY using NAT to Cisco phones"? I have seen some articles about Freeware/Shareware firmware in this devices, but as a novice I want to limit the unknowns until I get more up to speed. My specific issue now is that I cannot get SCA to work at the NAT location. I issued: sofia_contact 220 at mydomain.com sofia/external/sip:200@:44234,sofia/external/sip:200@:1024 Only one phone rings on inbound and the line indicator light does not change when either is picked up. Same configuration is working on our LAN with the switch. I am absolutely ready to by a router to fix these issues, I don't want to lose this customer. Thanks for your thoughts, Sean _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/7ee7cd18/attachment-0001.html From chris at opencsta.org Fri Jun 1 05:59:49 2012 From: chris at opencsta.org (Chris Mylonas) Date: Fri, 1 Jun 2012 11:59:49 +1000 Subject: [Freeswitch-users] calls to australian geo numbers for load test Message-ID: <5EE7A1D0-78E9-45BD-B8E6-CDD28CC6BED5@opencsta.org> hi fs users, is it possible to bounce signalling from an overseas provider and keep media local? i need to find reasonable rates for load testing to australian geo numbers - concurrent channels + rate per minute not fussy about which country the calls originate. i was thinking to work my way through this list of providers http://wiki.freeswitch.org/wiki/SIP_Provider_Examples to tally up costs probably won't happen til july/august but just getting some notes down whilst it's raining and there's nothing for me to do except dev... cheers chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/2ee66b01/attachment.html From jgallartm at gmail.com Fri Jun 1 09:18:08 2012 From: jgallartm at gmail.com (Javier Gallart) Date: Fri, 1 Jun 2012 07:18:08 +0200 Subject: [Freeswitch-users] Access to Cause filed in Reason header (Michael Collins) Message-ID: Thanks Michael I did exactly that, an "info" application is executied right ater the bride and the variable is not there. I also tried firing an event when B-leg ends and none of the headers showed the contents of the Reason Header. Regards Javi > ---------- Forwarded message ---------- > From: Michael Collins > To: FreeSWITCH Users Help > Cc: > Date: Thu, 31 May 2012 11:16:46 -0700 > Subject: Re: [Freeswitch-users] Access to Cause filed in Reason header > I believe that information is available in other channel variables. I'd do > an info dump right after the bridge and see what shakes out. > -MC > > On Thu, May 31, 2012 at 8:51 AM, Javier Gallart wrote: > >> Hello list >> >> some of our providers include a Reason header in negative replies to an >> INVITE. For instance, they might include a cause=65 inside a Sip 503 reply. >> We need to react upon some of those ISDN causes: in this particular case >> with if Reason header were absent we would simply do nothing but let FS to >> send the response upstream; but if cause=65 in present we want to resend >> the call to the same provider with a different set of offered codecs. Is >> there any way to access to the content of that header?. Our applicatiion >> listens to the event socket in inbound mode but I haven't found a way to do >> this. Any help would be appreciated. >> >> Regards >> >> Javi >> >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/201a6e1f/attachment.html From gamar at center.com Fri Jun 1 02:15:57 2012 From: gamar at center.com (Gilbert Amar) Date: Thu, 31 May 2012 15:15:57 -0700 Subject: [Freeswitch-users] How do you split bridged calls ? In-Reply-To: References: <20120523163913.b07558d1@mail.tritonwest.net> Message-ID: <002701cd3f7a$f3dd50a0$db97f1e0$@center.com> Hello, I keep trying to split a bridged call. Using playback wav I have audio on both leg, but in my IVR I will need different message to be played to each leg. I do not know if this is a bug or not: I have audio only on one leg using uuid_transfer or uuid_dual_transfer for phrase. Test 1 api uuid_transfer -both 'm:^:phrase:queue_position,5^ inline' Test 2: api uuid_dual_transfer 'm:^:phrase:queue_position,5^ inline' 'm:^:phrase:queue_position,3^ inline' notice queue_position 5 for the first and 3 for the second. Please find attach a FS log showing for the second test that FS is only looking to process the first leg. Gilbert Details regarding the application and log. my dialplan Why use phrase instead of files, mainly experience with IVR building, easier to change, manage, can use parameters and language customization. Application Let's be optimistic and forget about any errors. Leg 1 call fs ext 5100 goes thru socket app api create_uuid for outgoing call execute playback phrase some other event initiate originate (in my case http request result) bgapi originate {origination_uuid=created_UUID}sofia/internal/1001%192.168.1.11 5100 // this way leg 2 ends also on my socket app Leg 2 outgoing call (ext 5100) execute playback phrase the 2 legs are there so now using DTMF handling on leg 1 DTMF 1 bridge the two legs DTMF 2 broadcast msg on the 2 leg , this work but wasn't used in the log provided DTMF 3 uuid_transfer or in our case uuid_dual_transfert leg 1 = sofia/internal/1000 at 192.168.1.11 leg 2 = sofia/internal/1001 at 192.168.1.11 From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Tuesday, May 29, 2012 1:04 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] How do you split bridged calls ? Sorry for the late reply, but I just wanted to mention for the sake of posterity/SEO that you could also use 'uuid_dual_transfer' if you want to send each leg to a different destination. http://wiki.freeswitch.org/wiki/Mod_commands#uuid_dual_transfer -MC On Wed, May 23, 2012 at 9:39 AM, Dave R. Kompel wrote: Or you could use uuid_transfer, such as "uuid_transfer -both park inline". If you want to use dialplan apps in the transfer just use the "inline" dialplan, and not XML. --Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/a9267358/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: log20120531_uuid_dual_transfer.log Type: application/octet-stream Size: 80069 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/a9267358/attachment-0001.obj From msc at freeswitch.org Fri Jun 1 09:44:39 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 31 May 2012 22:44:39 -0700 Subject: [Freeswitch-users] Spanish prompt: "Para espanol, oprima el numero dos" or similar Message-ID: Hey, does anyone have a nice little prompt in a female voice that says something like "for Spanish, press..."? I'm working on some generic IVR stuff and I'd love to be able to mix in something like that. Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/52fb3be2/attachment.html From msc at freeswitch.org Fri Jun 1 09:50:57 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 31 May 2012 22:50:57 -0700 Subject: [Freeswitch-users] FSClient a Windows FreeSWITCH softphone Update Released In-Reply-To: <1338510989.33281.YahooMailClassic@web110808.mail.gq1.yahoo.com> References: <1338510989.33281.YahooMailClassic@web110808.mail.gq1.yahoo.com> Message-ID: It would also be better if unicorns ate nuclear waste and pooped diamonds. :) First things first - let's get it working and stable on actual Windows machines before we tackle the morass of cell phones and tablets. -MC On Thu, May 31, 2012 at 5:36 PM, Sherif Omran wrote: > It would be better if you don't need .net at all in order to install the > application on cell phones and /or lite net books > > regards > S. > > --- On *Thu, 5/31/12, Jo?o Mesquita * wrote: > > > From: Jo?o Mesquita > Subject: Re: [Freeswitch-users] FSClient a Windows FreeSWITCH softphone > Update Released > To: "FreeSWITCH Users Help" > Date: Thursday, May 31, 2012, 11:10 PM > > Mitch, I would like to express a big public congratulations to you. > > You have pulled something that I failed (so far) to do. FSComm is still on > my plans, it is just "on hold" and to be completed. Still, I know from the > little bit I've done that it is not an easy task. Once again, > congratulations man. > > Regards, > > -- > Jo?o Mesquita > Sent with Sparrow > > On Tuesday, May 29, 2012 at 11:28 PM, Mitch Capper wrote: > > An update had been posted for FSClient is a windows .NET softphone > that uses libfreeswitch at the core. > Info page at: http://wiki.freeswitch.org/wiki/FSClient > Direct binary download: > http://files.freeswitch.org/windows/installer/x86/FSClient.zip > And source is in contrib repo under MitchCapper/FSClient > > Some of the changes include: > Built against FS 1.2 RC > isac codec support > for contacts you can now right click and choose what account to call from > if sofia goes offline update the accounts status > Jabra headset improvements to avoid some crash conditions > background task improvements to avoid the phone breaking without you > knowing > > > Feedback always welcome. With ZRTP into core now the next version > may have some ZRTP related features. > > > ~Mitch > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -----Inline Attachment Follows----- > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/992f5894/attachment.html From cesar.bermudez at gmail.com Fri Jun 1 10:08:22 2012 From: cesar.bermudez at gmail.com (Cesar Bermudez) Date: Fri, 1 Jun 2012 03:08:22 -0300 Subject: [Freeswitch-users] Spanish prompt: "Para espanol, oprima el numero dos" or similar In-Reply-To: References: Message-ID: a2billing sounds have it. On Fri, Jun 1, 2012 at 2:44 AM, Michael Collins wrote: > Hey, does anyone have a nice little prompt in a female voice that says > something like "for Spanish, press..."? I'm working on some generic IVR > stuff and I'd love to be able to mix in something like that. > > Thanks, > MC > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/02e97d40/attachment.html From msc at freeswitch.org Fri Jun 1 10:10:31 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 31 May 2012 23:10:31 -0700 Subject: [Freeswitch-users] How do you split bridged calls ? In-Reply-To: <002701cd3f7a$f3dd50a0$db97f1e0$@center.com> References: <20120523163913.b07558d1@mail.tritonwest.net> <002701cd3f7a$f3dd50a0$db97f1e0$@center.com> Message-ID: I dropped your log file into our pastebin here: http://pastebin.freeswitch.org/19209 The log shows that the issue is not that FS is only trying to process the first leg, which can be seen by looking at lines 507 and 714. The problem here is that your inline dialplan is not being parsed properly. What's happening is that uuid_dual_transfer is literally trying to send the A leg to destination number "m:^:phrase:queue_position,5^ inline" and the B leg to destination number "m:^:phrase:queue_position,3^ inline". What are you trying to do with each leg of the call? I see that you are trying to announce the queue position, but what do you want to have happen after that? As it stands your call legs would probably just end after the announcement because there's nothing more to do. -MC On Thu, May 31, 2012 at 3:15 PM, Gilbert Amar wrote: > Hello,**** > > ** ** > > I keep trying to split a bridged call.**** > > Using playback wav I have audio on both leg, but in my IVR I will need > different message to be played to each leg.**** > > I do not know if this is a bug or not:**** > > I have audio only on one leg using uuid_transfer or uuid_dual_transfer for > phrase.**** > > ** ** > > Test 1**** > > api uuid_transfer -both 'm:^:phrase:queue_position,5^ > inline'**** > > ** ** > > Test 2:**** > > api uuid_dual_transfer 'm:^:phrase:queue_position,5^ > inline' 'm:^:phrase:queue_position,3^ inline'**** > > ** ** > > notice queue_position 5 for the first and 3 for the second.**** > > ** ** > > ** ** > > Please find attach a FS log showing for the second test that FS is only > looking to process the first leg.**** > > ** ** > > Gilbert**** > > ** ** > > ** ** > > Details regarding the application and log.**** > > ** ** > > my dialplan**** > > **** > > **** > > **** > > **** > > **** > > **** > > ** ** > > Why use phrase instead of files, mainly experience with IVR building, > easier to change, manage, can use parameters and language customization.** > ** > > ** ** > > Application**** > > Let's be optimistic and forget about any errors.**** > > ** ** > > Leg 1 call fs ext 5100**** > > goes thru socket app**** > > api create_uuid for outgoing call**** > > execute playback phrase**** > > some other event initiate originate (in my case http request > result)**** > > bgapi originate > {origination_uuid=created_UUID}sofia/internal/1001%192.168.1.11 5100 // > this way leg 2 ends also on my socket app**** > > ** ** > > Leg 2 outgoing call (ext 5100) **** > > execute playback phrase**** > > ** ** > > the 2 legs are there so now using DTMF handling on leg 1**** > > ** ** > > DTMF 1 bridge the two legs**** > > DTMF 2 broadcast msg on the 2 leg , this work but wasn't used in > the log provided**** > > DTMF 3 uuid_transfer or in our case uuid_dual_transfert**** > > ** ** > > ** ** > > leg 1 = sofia/internal/1000 at 192.168.1.11**** > > leg 2 = sofia/internal/1001 at 192.168.1.11**** > > ** ** > > ** ** > > ** ** > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Michael > Collins > *Sent:* Tuesday, May 29, 2012 1:04 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] How do you split bridged calls ?**** > > ** ** > > Sorry for the late reply, but I just wanted to mention for the sake of > posterity/SEO that you could also use 'uuid_dual_transfer' if you want to > send each leg to a different destination. > http://wiki.freeswitch.org/wiki/Mod_commands#uuid_dual_transfer > > -MC**** > > On Wed, May 23, 2012 at 9:39 AM, Dave R. Kompel wrote:*** > * > > Or you could use uuid_transfer, such as "uuid_transfer -both park > inline". If you want to use dialplan apps in the transfer just use the > "inline" dialplan, and not XML.**** > > **** > > --Dave**** > > ** ** > > ** ** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/7678ba36/attachment-0001.html From msc at freeswitch.org Fri Jun 1 10:10:51 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 31 May 2012 23:10:51 -0700 Subject: [Freeswitch-users] Spanish prompt: "Para espanol, oprima el numero dos" or similar In-Reply-To: References: Message-ID: cool, thanks. -MC On Thu, May 31, 2012 at 11:08 PM, Cesar Bermudez wrote: > a2billing sounds have it. > > On Fri, Jun 1, 2012 at 2:44 AM, Michael Collins wrote: > >> Hey, does anyone have a nice little prompt in a female voice that says >> something like "for Spanish, press..."? I'm working on some generic IVR >> stuff and I'd love to be able to mix in something like that. >> >> Thanks, >> MC >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120531/6d43d915/attachment.html From a.villa at seletech.com Fri Jun 1 11:38:19 2012 From: a.villa at seletech.com (alberto Villa) Date: Fri, 01 Jun 2012 09:38:19 +0200 Subject: [Freeswitch-users] Custom Registration In-Reply-To: <4FC7BB80.9050600@elder.hu> References: <4FC71FD9.5010004@seletech.com> <4FC7BB80.9050600@elder.hu> Message-ID: <4FC8716B.9080300@seletech.com> Il 31/05/2012 20:42, Pusk?s Zsolt ha scritto: > Hi. > > Even if you wrote an ESL script to watch registration events you can't > refuse or miss a registration so you have to modify the sofia source > code to achive such a function as far as I know. > > Are you using IP address based authentication for phones and afraid the > user might change the username or why you want such a function ? > > > 2012-05-31 09:38 keltez?ssel, alberto Villa ?rta: >> Hello, >> >> I'm using FreeSWITCH in a very custom system and I need to setup this >> kind of registration: >> >> There are two SIP phones A and B: when each SIP phone have its own >> unique ID the registration to freeswitch goes as usual and no change is >> needed, but when A and B share the same ID I would like to reject the >> registration for the last SIP phone. So, if A and B have the same ID and >> A is registered first, I would like to reject the subsequent >> registration of B. >> >> I tried to change the values of some configuration parameters such as >> "sip-allow-multiple-registrations" and "max-registrations-per-extension" >> but it didn't work (by the way I'm not shure to have edited properly >> this parameters). >> >> How can I achive this kind of registration? Thank you >> >> Alberto >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > Problem Solved!! I just wrote this line: within the "params" tag when defining a new user in the ~/freeswitch/conf/directory/default/ directory. Then issue "reloadxml" command and everything works as I wanted to: if Extension A is already registered with id ID_A and extension B tries to register with id ID_A, the registration is rejected ^_^ Thank you! -- Dr. Villa Alberto Sw Engineer SeleTech srl via Collodi, 8 20052 Monza (MI) tel: +39 039 5962000 fax: +39 039 9716905 email: a.villa at seletech.com web: www.seletech.com www.seletech.eu From alex at digitalmail.com Fri Jun 1 14:17:28 2012 From: alex at digitalmail.com (Alex Lake) Date: Fri, 01 Jun 2012 11:17:28 +0100 Subject: [Freeswitch-users] att_xfer and loopback Message-ID: <4FC896B8.9070102@digitalmail.com> Got a lua script for a B-party "mid-call menu". Is it legitimate to do.. "session:execute("att_xfer", "loopback/"..destnum)" I've tried it and it seems to start off doing the right things, but my A-party gets disconnected as soon as the call to the C-Party (the person I'm transferring the call to) answers the call. Maybe better to try to orchestrate the entire affair from within the lua script? (Tricky for a beginner like me!) Thanks, Alex From modesto at isimples.com.br Fri Jun 1 15:46:06 2012 From: modesto at isimples.com.br (Antonio Modesto) Date: Fri, 01 Jun 2012 08:46:06 -0300 Subject: [Freeswitch-users] FreeTDM CallerID Detection with DTMF In-Reply-To: References: <1338403799.3112.43.camel@modesto.localdomain.net> <1338484250.23766.17.camel@modesto.localdomain.net> Message-ID: <1338551166.19779.20.camel@modesto.localdomain.net> On Thu, 2012-05-31 at 14:20 -0500, Anthony Minessale wrote: > I don't think it's implemented. > You would have to ask Sangoma to implement that feature. I've sent an email to sangoma asking them to verify this possibility. I hope they can do something. Thank you very much. Regards. > > > > On Thu, May 31, 2012 at 12:10 PM, Antonio Modesto > wrote: > > Hi, > > > > Does anybody have any suggestions? I searched a lot about it but I was > > not successful, I found that here in brazil the callerid is sent via > > DTMF but without any warning or polarity reversal, it's a strange > > implementation. Any hints would be appreciated. > > > > Regards. > > > > > > On Wed, 2012-05-30 at 15:49 -0300, Antonio Modesto wrote: > >> Hi, > >> > >> I have a Digium TDM410P card, I am using it here in Brazil, where the > >> signaling is not FSK, it's DTMF. It is working, though I am not > >> receiving the callerid: > >> > >> Caller-Caller-ID-Number: [0000000000] > >> > >> Here is my freetdm.conf: > >> > >> [span zt FXO1] > >> fxo-channel => 1 > >> > >> [span zt FXO2] > >> fxo-channel => 2 > >> > >> [span zt FXO3] > >> fxo-channel => 3 > >> > >> Here is one section of my autoload_configs/freetdm.conf.xml: > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> Is it possible to enable the callerid detection in these conditions, or > >> is it a hardware/driver limitation? > >> > >> > >> Regards. > >> > >> > >> _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 anita.hall at simmortel.com Fri Jun 1 15:51:05 2012 From: anita.hall at simmortel.com (Anita Hall) Date: Fri, 1 Jun 2012 17:21:05 +0530 Subject: [Freeswitch-users] Spandsp mulated modems inbound/no /dev/FS* device? In-Reply-To: <4FBE0E4A.6090408@integrafin.co.uk> References: <4FBAA1CF.5060907@integrafin.co.uk> <4FBAE7AE.1000606@coppice.org> <4FBE0E4A.6090408@integrafin.co.uk> Message-ID: Able to both receive and send Fax using emulated soft modem via mod_spandsp and HylaFax. Wikified at http://wiki.freeswitch.org/wiki/HylaFax A big thank you to everyone! On Thu, May 24, 2012 at 4:02 PM, Alex Crow wrote: > On 24/05/12 09:07, Anita Hall wrote: > > Many thanks to everybody! > > > > I will put this on wiki but I am stuck at the very beginning. I am > > sorry for being such a noob but this is my first tryst with modems. > > > > I have modems appearing as /dev/FS[0-4] which link to /dev/pts/[4-7] > > > > # ls -l /dev/FS? > > lrwxrwxrwx 1 root root 10 2012-05-17 17:49 /dev/FS0 -> /dev/pts/4 > > lrwxrwxrwx 1 root root 10 2012-05-17 17:49 /dev/FS1 -> /dev/pts/5 > > lrwxrwxrwx 1 root root 10 2012-05-17 17:49 /dev/FS2 -> /dev/pts/6 > > lrwxrwxrwx 1 root root 10 2012-05-17 17:49 /dev/FS3 -> /dev/pts/7 > > lrwxrwxrwx 1 root root 10 2012-05-17 17:49 /dev/FS4 -> /dev/pts/8 > > > > But, > > # cu -l /dev/FS0 > > cu: open (/dev/FS0): Permission denied > > cu: /dev/FS0: Line in use > > > > I think this is because FreeSWITCH is using this device, but then how > > does HylaFax or any other program like cu talk to it ? > > > > This page says that I should be able to check my modem before I > > configure it with Hylafax. > > > http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Checking_your_Modem > > > > > > regards, > > Anita > > > > > > The permissions on the links are not relevant. It's the permissions on > the /dev/pts/* devices that take effect. > > Alex > > -- > This message is intended only for the addressee and may contain > confidential information. Unless you are that person, you may not > disclose its contents or use it in any way and are requested to delete > the message along with any attachments and notify us immediately. > > "Transact" is operated by Integrated Financial Arrangements plc > Domain House, 5-7 Singer Street, London EC2A 4BQ > Tel: (020) 7608 4900 Fax: (020) 7608 5300 > (Registered office: as above; Registered in England and Wales under > number: 3727592) > Authorised and regulated by the Financial Services Authority (entered on > the FSA Register; number: 190856) > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/e158f1a7/attachment-0001.html From davidwaf at gmail.com Fri Jun 1 16:01:25 2012 From: davidwaf at gmail.com (davidwaf at gmail.com) Date: Fri, 1 Jun 2012 12:01:25 +0000 Subject: [Freeswitch-users] Spandsp mulated modems inbound/no /dev/FS* device? In-Reply-To: References: <4FBAA1CF.5060907@integrafin.co.uk> <4FBAE7AE.1000606@coppice.org> <4FBE0E4A.6090408@integrafin.co.uk> Message-ID: <1994487283-1338552086-cardhu_decombobulator_blackberry.rim.net-234513875-@b26.c15.bise7.blackberry> Sounds good to me. Cheers Sent from my BlackBerry? -----Original Message----- From: Anita Hall Sender: freeswitch-users-bounces at lists.freeswitch.org Date: Fri, 1 Jun 2012 17:21:05 To: FreeSWITCH Users Help Reply-To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Spandsp mulated modems inbound/no /dev/FS* device? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 dgarcia at anew.com.ve Fri Jun 1 17:10:35 2012 From: dgarcia at anew.com.ve (Saugort Dario Garcia Tovar) Date: Fri, 01 Jun 2012 08:40:35 -0430 Subject: [Freeswitch-users] Freeswitch & FreeTDM question... In-Reply-To: References: Message-ID: <4FC8BF4B.2060507@anew.com.ve> Hi, Frank, I just still novice with FS. I don't think could be a problem in mod_freetdm. As far I see, when you do a unload/reload of freetdm, freetdm reincialize the hardware. Your hardware could getting stuck in a condition where the sangoma driver (wanpipe or dahdi) could not recover. I suggest you try to narrow what is going on with your faxes. If you have a buttset (http://www.phonegeeks.com/buttsets1.html) , you could verify if the line is giving dial tone or not. Could be a voltage problem. Hardware incompatibility, kernel issue, etc, etc, etc. The second thing is update your hardware software to latest releases. On 5/31/2012 6:05 PM, Frank Busalacchi Jr wrote: > > Hi, and thanks in advance for your help. > > I run freeswitch with a SangomA A102 (FXO/FXS) card. The freeswitch > code base that it is running on is about 3 months old. It is a > production server, and taking it down other than in the middle of the > night is problemsome... It is running on Debian Lenny. > > In the next couple of days I am going to be spending the night, doing > a fresh install of the latest debian (squeeze) at which time I will do > a fresh GIT, fresh sangoma wanpipe and be totally current on FreeSwitch. > > My Question: > > I am having intermittent problems with my FXO/FXS ports. Basically I > have fax machines attached. Every so often (sometimes 5-10 days in > between), the fax machine says that it has no dial tone. I am able to > resolve the problem by going to the CLI and unloading mod_freetdm and > then reloading mod_freetdm. When the "no dialtone problem" is > happening, unloading mod_freetdm takes 10 seconds or so...I have even > had it crash freeswitch during the unload... > > I haven't attempted to narrow down the issue yet, and thought I might > ask for some guidance before heading down that path. > > One of my thoughts is that perhaps the Hardware is bad, but the fact > that unloading/loading mod_freetdm fixes it makes me think it is > something in mod_freetdm... > > Your thoughts? > > -Frank > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2178 / Virus Database: 2425/5038 - Release Date: 06/01/12 > -- Atentamente, *Dario Garc?a* Consultor. CCCT, Nivel C2, Sector Yarey, Mz, Ofc. MZ03a. Caracas-Venezuela. Tel?fono: +58 212 9081842 Cel: +58 412 2221515 dgarcia at anew.com.ve http://www.anew.com.ve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/7e91fbb3/attachment.html From valernur at yahoo.com Fri Jun 1 17:45:18 2012 From: valernur at yahoo.com (Valer Nur) Date: Fri, 1 Jun 2012 06:45:18 -0700 (PDT) Subject: [Freeswitch-users] Monitoring audio quality In-Reply-To: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> Message-ID: <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Hi Mike, If you are interested to achieve real-time improving of the quality (as opposed to passive monitoring) you can try PBXMate. This tool is *NOT* a passive monitoring tool but an active tool. It works like a Sip Proxy and if it encounters a quality issue during a call (e.g. noise and/or low volume) it will fix it in real-time. As a by product the PBXMate also provides statistics on the quality.? You can see one option for integration in the wiki http://wiki.freeswitch.org/wiki/PBXMate-FreeSWITCH-integration Cheers, ________________________________ From: Ash To: FreeSWITCH Users Help Sent: Thursday, May 31, 2012 12:30 PM Subject: Re: [Freeswitch-users] Monitoring audio quality Hi Michael, Not exactly an answer to your question, but? I have quite a lot of call traffic running over three servers.? I have found the best way to manage this is by using a monitoring tool.? The one I use is http://www.voipmonitor.org/, the actual daemon is open source but you can buy a webUI which uses rrdtool to graph the call quality and display the calls history.? Using a tool like this you can get an idea of call quality for each call. Cheers, Ash. On 31/05/2012, at 7:19 PM, Michael Lutz wrote: > Hi Guys, > > I have a prety large system with a lot of traffic. Sometimes I get > complains from customers about 'loud noises', 'not hearing audio', or > just 'bad quality audio'. > I can see a lot of info on the CDR's, no I have tried to search the > wiki and groups for some explanaition about how to interpret them, but > there is not much to find.. > > Is there someone who can tell me what these mean, and how to interpret > them, could they help me in finding issues with audio? > >? ? 573964 >? ? 572932 >? ? 3337 >? ? 3331 >? ? 47 >? ? 0 >? ? 0 >? ? 0 >? ? 6 >? ? 0 >? ? 485556 >? ? 485556 >? ? 2823 >? ? 2823 >? ? 0 >? ? 0 >? ? 0 >? ? 0 >? ? 0 > > Or are there other (better) methods of finding problems related to bad audio? > > > Regards, > Mike > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/20e7d7d0/attachment-0001.html From nasida at live.ru Fri Jun 1 20:07:21 2012 From: nasida at live.ru (Yuriy Nasida) Date: Fri, 1 Jun 2012 20:07:21 +0400 Subject: [Freeswitch-users] mod_soundtouch Message-ID: Hi guys. I test mod_soundtouch. All work fine but how can I reduce delay of transmiting of voice ? Now I wait about 5 sec and I would like to have realtime. Please adviseThanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/ccc66210/attachment.html From msc at freeswitch.org Fri Jun 1 21:13:23 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 1 Jun 2012 10:13:23 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: <4FC896B8.9070102@digitalmail.com> References: <4FC896B8.9070102@digitalmail.com> Message-ID: Why do you need to use loopback at all? -MC On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: > Got a lua script for a B-party "mid-call menu". Is it legitimate to do.. > "session:execute("att_xfer", "loopback/"..destnum)" > > I've tried it and it seems to start off doing the right things, but my > A-party gets disconnected as soon as the call to the C-Party (the person > I'm transferring the call to) answers the call. > > Maybe better to try to orchestrate the entire affair from within the lua > script? (Tricky for a beginner like me!) > > Thanks, > Alex > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/46c99414/attachment.html From msc at freeswitch.org Fri Jun 1 21:16:28 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 1 Jun 2012 10:16:28 -0700 Subject: [Freeswitch-users] Custom Registration In-Reply-To: <4FC8716B.9080300@seletech.com> References: <4FC71FD9.5010004@seletech.com> <4FC7BB80.9050600@elder.hu> <4FC8716B.9080300@seletech.com> Message-ID: > Problem Solved!! I just wrote this line: > > > > within the "params" tag when defining a new user in the > ~/freeswitch/conf/directory/default/ directory. Then issue "reloadxml" > command and everything works as I wanted to: if Extension A is already > registered with id ID_A and extension B tries to register with id ID_A, > the registration is rejected ^_^ > > Thank you! > > -- > Dr. Villa Alberto > Sw Engineer > > The wiki page could use some love. Would you mind adding something useful here: http://wiki.freeswitch.org/wiki/Sofia.conf.xml#max-registrations-per-extension Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/cafda0e4/attachment.html From nasida at live.ru Fri Jun 1 22:14:41 2012 From: nasida at live.ru (Yuriy Nasida) Date: Fri, 1 Jun 2012 22:14:41 +0400 Subject: [Freeswitch-users] mod_soundtouch In-Reply-To: References: Message-ID: Solved. From: nasida at live.ru To: freeswitch-users at lists.freeswitch.org Date: Fri, 1 Jun 2012 20:07:21 +0400 Subject: [Freeswitch-users] mod_soundtouch Hi guys. I test mod_soundtouch. All work fine but how can I reduce delay of transmiting of voice ? Now I wait about 5 sec and I would like to have realtime. Please adviseThanks. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/efc2bba0/attachment.html From alexanderjp at thinksimplicity.net Fri Jun 1 22:42:35 2012 From: alexanderjp at thinksimplicity.net (Perovich Alexander) Date: Fri, 1 Jun 2012 14:42:35 -0400 Subject: [Freeswitch-users] mod_directory and LUA for database users In-Reply-To: References: Message-ID: <96004A14-ACA2-430E-AD9F-702ACEFFD554@thinksimplicity.net> Hello, I have been trying to get the mod_directory to query the users that are stored in a database and accessed using a lua script, however every attempt comes back match cannot be found. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/a4f28fd6/attachment.html From msc at freeswitch.org Fri Jun 1 23:18:20 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 1 Jun 2012 12:18:20 -0700 Subject: [Freeswitch-users] Sending arbitrary NOTIFY messages Message-ID: Has anyone gotten the magic formula down for doing this? I'm trying to send a NOTIFY to a non-registered endpoint but I can't quite get the event headers correct. I found this old commit that Tony did about 3 years ago that suggests it's possible: http://fisheye.freeswitch.org/changelog/freeswitch.git/?showid=1fa1e961e4587475a51dcbadd31765b5a06d3115 If you know what the necessary headers are, or better yet, if you have a working example please let me know. And yes, I will gladly pay the wiki tax on this one. ;) Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/48db0107/attachment.html From mario_fs at mgtech.com Fri Jun 1 23:25:34 2012 From: mario_fs at mgtech.com (Mario G) Date: Fri, 1 Jun 2012 12:25:34 -0700 Subject: [Freeswitch-users] NAT issues and "best practices" In-Reply-To: <052201cd3f96$6fe5ae20$4fb10a60$@bizfocused.com> References: <036901cd3f58$bb857510$32905f30$@bizfocused.com> <43E524DB-4519-4531-8CD4-4B01C95882B6@url.net.au> <052201cd3f96$6fe5ae20$4fb10a60$@bizfocused.com> Message-ID: <80CD8D38-3E1B-4B05-AC8E-7CA0C40EDB66@mgtech.com> I had the RVS4000 and others. Got a Zyxel USG100 which has dual wan, and SIP ALG on it solved all my FreeSwitch NAT issues and handles fallover well. It took a year to find this router and I plan on a Wiki for it since so many people have NAT issues and this solved everything. I even have 1 static DSL and 1 dynamic and FS always works no matter what line is down. BTW, I have SPA962 and iPads and iPhones to the FS on a Mac Mini, then to 2 Westell DSL modems, then out to the phone lines. Take my word for it, USG100 vs RVS4000 is no contest and you'll never look back. My 21 cents.... from experience.... Mario G On May 31, 2012, at 6:32 PM, Sean Devoy wrote: > Thanks for the response. > > At this point I can say I have 2 working and 1 not working configuration. Also, thanks for the SIP ALG tip (3 hours too late!) I turned it on and things went to crap. > > So my WOKING configa are: > to to to to > to to to to > Calls, MWI, SCA, etc across those 2 configs works PERFECTLY. > I left out on local lan to is wonderful too. > > Unfortunately, the customer setup is: > to to to to > Results are all over the place. I don?t think they can support 2 inbound calls at the same time. MWI is spotty, SCA is not working. Turning on SIP ALG on Cisco E1200 led to a small riot and has been banished from the kingdom for every. > > I think tomorrow we are getting them a Cisco RVS4000. > > Sean > > > From: Ashley Breeden [mailto:ash at url.net.au] > Sent: Thursday, May 31, 2012 7:52 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] NAT issues and "best practices" > > Hi Sean, > > Yes SIP and NAT do not play well together. Most of our customers all use some form of NAT to access our FreeSWITCH servers, although not double NAT. I have found that pretty much most of the current mainstream routers and phones work as long as you have the latest software. One of the biggest things I find is that if you have more than one SIP device registered behind a NAT with SIP ALG you will get very mixed results. > > It will also depend on how many devices you have behind the NAT, some routers seem to have issue processing NAT for more than 10 devices all originating on port 5060. > > Here is a few things I will often do to get a customer to connect via a NAT device: > > - Turn off SIP ALG on the router > - Look for a setting on your VoIP device called Rport, set this to enabled. > - Try putting each phones local SIP port on its own unique port, e.g. extension 1001 = port 5001, 1002 = port 5002 > - Try TCP as the transport protocol > > Also have a look here I have been able to get some useful information from this article - http://wiki.freeswitch.org/wiki/ALG, especially the DG834's with DOS protection. > > Personally I use the following routers with no issues: > > - Billion 7401VGP > - Billion 7800NL > - Billion 7404 > - Cisco 857/877 > - MicroTik seemed to be quite reasonable as well > > For Phones I have running: > > - Yealink T22,T26,T28,T32,T38 > - Snom 360 > - Siemens Gigaset > > > Hope this helps. > > Cheers, > > Ash > > > On 01/06/2012, at 4:10 AM, Sean Devoy wrote: > > > HI All, > > I have a customer location that has just been a nightmare to implement. I am just learning that they ?may? have multiple NAT routers in sequence at their location. I think I fully understand what NAT is trying to accomplish. There seem to be different levels and approaches. > > The most basic NAT setup (to me) is a HOME LAN with multiple PCs where NAT allows multiple devices to share a single routable IP address on the WAN side from multiple local devices the LAN side. Note I said OUTBOUND initiated connections. Even FTP can have trouble with this level. Almost all inbound traffic is blocked for security. > > Clearly for FS we need the switch to be able to punch through from the WAN to specific local IPs on the LAN to reach specific phones. This is INBOUND NAT and brings up many security issues for people. Even on devices where you get this ?working? you may only be able to support one line per phone or a single inbound connection at a time. > > I understand NAT has PMP and UPnP protocols and FS ?supports? both. What I can?t find is where someone says ?Here is a great setup that works with cheap, available ?commodity? hardware from Cisco/Linksys that supports all the NAT you need for FS.? I don?t care if it is PMP or UPnP and I might not even care why you pick one over the other, although it is probably a ?good read?. > > Can someone just stand up say ?FS works GREAT with the XYZ router in ABC mode from MY COMPANY using NAT to Cisco phones?? > > I have seen some articles about Freeware/Shareware firmware in this devices, but as a novice I want to limit the unknowns until I get more up to speed. > > My specific issue now is that I cannot get SCA to work at the NAT location. I issued: > sofia_contact 220 at mydomain.com > sofia/external/sip:200@:44234,sofia/external/sip:200@:1024 > > Only one phone rings on inbound and the line indicator light does not change when either is picked up. Same configuration is working on our LAN with the switch. > > I am absolutely ready to by a router to fix these issues, I don?t want to lose this customer. > > Thanks for your thoughts, > Sean > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/009907a4/attachment-0001.html From cesar.bermudez at gmail.com Fri Jun 1 23:35:31 2012 From: cesar.bermudez at gmail.com (Cesar Bermudez) Date: Fri, 1 Jun 2012 16:35:31 -0300 Subject: [Freeswitch-users] mod_soundtouch In-Reply-To: References: Message-ID: maybe you can share or wikify that? On Fri, Jun 1, 2012 at 3:14 PM, Yuriy Nasida wrote: > Solved. > > ------------------------------ > From: nasida at live.ru > To: freeswitch-users at lists.freeswitch.org > Date: Fri, 1 Jun 2012 20:07:21 +0400 > Subject: [Freeswitch-users] mod_soundtouch > > > Hi guys. > > I test mod_soundtouch. All work fine but how can I reduce delay of > transmiting of voice ? Now I wait about 5 sec and I would like to have > realtime. > > Please advise > Thanks. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.org > http://www.freeswitchsolutions.com FreeSWITCH-powered IP PBX: The CudaTel > Communication Server Official FreeSWITCH Sites > http://www.freeswitch.org http://wiki.freeswitch.org > http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 > FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120601/1bd63c96/attachment.html From bdfoster at endigotech.com Sat Jun 2 04:02:57 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Fri, 01 Jun 2012 20:02:57 -0400 Subject: [Freeswitch-users] mod_soundtouch In-Reply-To: References: Message-ID: <4FC95831.8000001@endigotech.com> On Fri 01 Jun 2012 03:35:31 PM EDT, Cesar Bermudez wrote: > maybe you can share or wikify that? > > On Fri, Jun 1, 2012 at 3:14 PM, Yuriy Nasida > wrote: > > Solved. > > ------------------------------------------------------------------------ > From: nasida at live.ru > To: freeswitch-users at lists.freeswitch.org > > Date: Fri, 1 Jun 2012 20:07:21 +0400 > Subject: [Freeswitch-users] mod_soundtouch > > > Hi guys. > > I test mod_soundtouch. All work fine but how can I reduce delay > of transmiting of voice ? Now I wait about 5 sec and I would like > to have realtime. > > Please advise > Thanks. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com FreeSWITCH-powered IP PBX: The > CudaTel Communication Server Official > FreeSWITCH Sites http://www.freeswitch.org > http://wiki.freeswitch.org http://www.cluecon.com Join Us At > ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org Or at the very least, share on the mailing list for Google to index... -BDF From saami_mh at ymail.com Sat Jun 2 13:02:21 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 2 Jun 2012 02:02:21 -0700 (PDT) Subject: [Freeswitch-users] regular expression ? Message-ID: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> hi guys, it possible to match *999*11# in regular expression in freeswitch ? in the wiki the above example don't exis, plz help thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/024ea133/attachment.html From covici at ccs.covici.com Sat Jun 2 13:48:12 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Sat, 02 Jun 2012 05:48:12 -0400 Subject: [Freeswitch-users] regular expression ? In-Reply-To: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <28858.1338630492@ccs.covici.com> Just put a \ before each * and maybe the # as well and you should be good to go. Samira Mh wrote: > hi guys, > it possible to match *999*11# in regular expression in freeswitch ? > in the wiki the above example don't exis, > plz help thanks > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 saami_mh at ymail.com Sat Jun 2 14:11:57 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 2 Jun 2012 03:11:57 -0700 (PDT) Subject: [Freeswitch-users] regular expression ? In-Reply-To: <28858.1338630492@ccs.covici.com> References: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> <28858.1338630492@ccs.covici.com> Message-ID: <1338631917.10976.YahooMailNeo@web120106.mail.ne1.yahoo.com> thanks so much for your reply,nut i think the below patter is true as well,? ^([*]999[*]11[#])$? is that true? ________________________________ From: "covici at ccs.covici.com" To: FreeSWITCH Users Help Sent: Saturday, June 2, 2012 2:18 PM Subject: Re: [Freeswitch-users] regular expression ? Just put a \ before each * and maybe the # as well and you should be good to go. Samira Mh wrote: > hi guys, > it possible to match *999*11# in regular expression in freeswitch ? > in the wiki the above example don't exis, > plz help thanks > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/9176dbd3/attachment-0001.html From nasida at live.ru Sat Jun 2 15:23:09 2012 From: nasida at live.ru (Yuriy Nasida) Date: Sat, 2 Jun 2012 15:23:09 +0400 Subject: [Freeswitch-users] mod_soundtouch In-Reply-To: <4FC95831.8000001@endigotech.com> References: , , , <4FC95831.8000001@endigotech.com> Message-ID: Sure but in general there is nothing important for sharing. I just used default string from wiki0.8r - is not suitable. I had delay 5 sec with it. I used instead: Really funny. The voice looks like as after ball with helium ;) and Voice like Darth Vader :) -- Yuriy > Date: Fri, 1 Jun 2012 20:02:57 -0400 > From: bdfoster at endigotech.com > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] mod_soundtouch > > On Fri 01 Jun 2012 03:35:31 PM EDT, Cesar Bermudez wrote: > > maybe you can share or wikify that? > > > > On Fri, Jun 1, 2012 at 3:14 PM, Yuriy Nasida > > wrote: > > > > Solved. > > > > ------------------------------------------------------------------------ > > From: nasida at live.ru > > To: freeswitch-users at lists.freeswitch.org > > > > Date: Fri, 1 Jun 2012 20:07:21 +0400 > > Subject: [Freeswitch-users] mod_soundtouch > > > > > > Hi guys. > > > > I test mod_soundtouch. All work fine but how can I reduce delay > > of transmiting of voice ? Now I wait about 5 sec and I would like > > to have realtime. > > > > Please advise > > Thanks. > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com FreeSWITCH-powered IP PBX: The > > CudaTel Communication Server Official > > FreeSWITCH Sites http://www.freeswitch.org > > http://wiki.freeswitch.org http://www.cluecon.com Join Us At > > ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > Or at the very least, share on the mailing list for Google to index... > > -BDF > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/1375b419/attachment.html From lazyvirus at gmx.com Sat Jun 2 17:27:43 2012 From: lazyvirus at gmx.com (Bzzz) Date: Sat, 2 Jun 2012 15:27:43 +0200 Subject: [Freeswitch-users] regular expression ? In-Reply-To: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <20120602152743.6c823e92@anubis.defcon1> On Sat, 2 Jun 2012 02:02:21 -0700 (PDT) Samira Mh wrote: > it possible to match *999*11# in regular expression in freeswitch ? > in the wiki the above example don't exis, You definitely should have a look at: http://www.regular-expressions.info/ You could also use: http://www.quanetic.com/Regex but _please_ read carefully the first one 'cos it will allow you to build your own expressions without any help, so use this one _only_ to validate the result of your own work:) [NB: There are plenty of other sites like this one]. My ?1+?1 JY -- I can't think about that. It doesn't go with HEDGES in the shape of LITTLE LULU -- or ROBOTS making BRICKS ... From nbhatti at gmail.com Sat Jun 2 19:58:39 2012 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Sat, 2 Jun 2012 18:58:39 +0300 Subject: [Freeswitch-users] Stuck calls In-Reply-To: References: Message-ID: Here we go again .. freeswitch at internal> status UP 0 years, 0 days, 18 hours, 13 minutes, 28 seconds, 780 milliseconds, 883 microseconds FreeSWITCH is ready 51822 session(s) since startup 2000 session(s) 0/100 2000 session(s) max min idle cpu 0.00/99.00 freeswitch at internal> show channels count 2000 total. freeswitch at internal> show calls count 2000 total. I am going to update to latest and try again and may open a JIRA. This is now happening too often. I am on FreeSWITCH Version 1.1.beta1 (git-2a0ca29 2012-04-27 15-28-17 -0500). On Fri, May 18, 2012 at 11:42 PM, Anthony Minessale wrote: > That spells out SQL error. > The show channels is just a db keeping track of the channel status > based on events. > > If you can reproduce it on git HEAD open a jira > > > On Fri, May 18, 2012 at 3:01 PM, Muhammad Naseer Bhatti > wrote: >> I was trying to dig some information out of it before a restart. There >> is no traffic on this box right now, so I can restart/retest anything. >> I'll update, grab some logs and will post back. >> >> Thanks. >> >> On Fri, May 18, 2012 at 10:50 PM, Michael Collins wrote: >>> Can you turn debugging back on for a period of time and re-test? Also, any >>> chance you can get to latest git for testing? >>> -MC >>> >>> >>> On Fri, May 18, 2012 at 12:18 PM, Muhammad Naseer Bhatti >>> wrote: >>>> >>>> Show channels shows 46 calls, status shows 0. pb @ >>>> http://pastebin.freeswitch.org/19093 >>>> Logging was turned of from this production server to gain some disk >>>> I/Os. Using mod_xml_cdr for cdr posting. Web server could possibly the >>>> reason and ?if so, why the calls are in RINGING state? CDR is only >>>> posted at the end of the call. Looks like we don't have much evidence. >>>> >>>> Goni >>>> >>>> On Fri, May 18, 2012 at 8:52 PM, Anthony Minessale >>>> wrote: >>>> > compare "show channels" to "status" if status says there are 0 calls, >>>> > look for a db error somewhere in fs log [or db specific log if you >>>> > have odbc] >>>> > cat freeswitch.log | grep CRIT >>>> > >>>> > if status sees channels too, see if you have a cdr module that is >>>> > doing some post processing that could be stuck. >>>> > >>>> > >>>> > >>>> > >>>> > On Fri, May 18, 2012 at 12:45 PM, Muhammad Naseer Bhatti >>>> > wrote: >>>> >> I got like 46 calls stuck in FreeSWITCH. The switch is not doing any >>>> >> traffic right now. It is running FreeSWITCH Version 1.2.0 (git-0709cc6 >>>> >> 2012-05-16 02-50-13 +0000). Should I file jira or look for something >>>> >> else? They are mostly in CS_INIT,,,,,,,RINGING -- >>>> >> CS_ROUTING,,,,,,,DOWN and CS_CONSUME_MEDIA state. >>>> >> >>>> >> Thanks. >>>> >> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 steveayre at gmail.com Sat Jun 2 20:02:49 2012 From: steveayre at gmail.com (Steven Ayre) Date: Sat, 2 Jun 2012 17:02:49 +0100 Subject: [Freeswitch-users] DTMF Passthrough on different legs In-Reply-To: References: <6ECAF1527329364583AB525CF34ABF950B31A67C@ms.kallback.com> Message-ID: <286B66B5-4234-4E09-883D-4E4EF901798F@gmail.com> Re codec prefs... There is no such thing as 'G711' and it'll be ignored. It would be best to remove that from your config for clarity and to avoid problems later, eg you think you have 711 enabled but you don't because you have G711 but have removed PCMx. PCMA and PCMU are the correct definitions for G711. -Steve Sent from my iPad On 31 May 2012, at 20:24, Michael Lutz wrote: > According to CDRS's: > > Session:A -> Inbound, PCMU-8000 > Session B -> FS to FS, PCMU-8000 > Session C -> Outbound, PMCA-8000 > > According to vars.xml: > > > > > Regards, > Mike. > > 2012/5/31 JRichey : >> What CODECs are being used? >> >> In-band DTMF won't work correctly with compressed CODECs like G.729. >> >> >> -----Original Message----- >> From: freeswitch-users-bounces at lists.freeswitch.org >> [mailto:freeswitch-users-bounces at lists.freeswitch.org]On Behalf Of >> Michael Lutz >> Sent: Thursday, May 31, 2012 2:12 AM >> To: FreeSWITCH Users Help >> Subject: [Freeswitch-users] DTMF Passthrough on different legs >> >> >> Hi Guys, >> >> I am stuck with a bit of a problem I cannot figure out where it is going >> wrong.. >> >> Here's my situation, >> >> I have an inbound call, comming from an external provider, they don't >> support RFC2833 so I turn on inband detection using 'start_dtmf' in >> the dialplan. >> This works ok, for the incomming channel and IVR provided (via Lua) to >> the caller. (Though sometimes it seems to misinterpret and returns >> wrong keys..) (Session:A) >> >> After that, this call is bridged (via Lua to a a new inbound session >> on the same switch) (without specifying start_dtmf) so RC2388 is used >> by default (?) (Session:B) >> >> This new sessions is playing soem audio (Lua) and is heard by the >> original caller (the two sessions are bridged). >> >> >> Seperatly I have an inbound ESL connection where I do an origanate >> using a originate {execute_on_answer=start_dtmf, .... etc) &park() to >> setup an new external call via the same gateway (they don't support >> RFC2388 so I activate the inband detection on the b-leg to receive the >> digits. >> Let's call this leg Session:C. >> >> After the orignated call is answered I bridge the parked call with the >> previous session (Session:B), so at the end Session:A and Session:B >> can talk to each other. >> >> Al this works perfectly. >> >> [Incommming call] Session:A ----- INBAND ------> Bridge(FS.Lua) ---> >> Session:B ---- RFC2388 ----> FS.Bridge ---> Session:C --- INBAND >> ------> ESL destination number >> >> >> My symptoms are... >> >> 1. I have a customer who had a IVR on his own side, (Session:C) and >> requires input from Session:A. The weird thing is that it seems the >> input is wrong. >> Keys entered do not correspond to what his IVR is receiving. As if >> newly dtmfs are generated somewhere. >> When I switch to another inbound provider, making Session:A using >> rfc2388 and not inband, but do dialout via the provider using inband >> detection. It seems to work fine. >> >> >> 2. Not being able to get the dtmf's from the ESL Destination number >> (Session:C). I'm reading this by subscribing to events via ESL for >> that particulair uuid. >> When I have a connection (inbound) without inband detection it seems >> to get the DTMF's from Session:C without any problems. Which makes it >> weird for me. >> >> note: I know the setup is a bit odd, but Session A cannot exit it's >> Lua script, so I needed to do a workaround to be able to keep te lua >> alive and being able to control the call (audio) via ESL. >> >> I realy need some help on this one, becuase we have a lot of customers >> complaining about not responding to dtmf's or receving invalid input >> in the (FS) IVR. >> >> >> Thanks for you help, >> >> Regards, >> Mike. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 steveayre at gmail.com Sat Jun 2 20:07:25 2012 From: steveayre at gmail.com (Steven Ayre) Date: Sat, 2 Jun 2012 17:07:25 +0100 Subject: [Freeswitch-users] DTMF Passthrough on different legs In-Reply-To: <6ECAF1527329364583AB525CF34ABF950B31A67C@ms.kallback.com> References: <6ECAF1527329364583AB525CF34ABF950B31A67C@ms.kallback.com> Message-ID: > 1. I have a customer who had a IVR on his own side, (Session:C) and > requires input from Session:A. The weird thing is that it seems the > input is wrong. > Keys entered do not correspond to what his IVR is receiving. As if > newly dtmfs are generated somewhere. > When I switch to another inbound provider, making Session:A using > rfc2388 and not inband, but do dialout via the provider using inband > detection. It seems to work fine. start_dtmf adds a media bug that detects dtmf tones in the audio and generates the out of band rfc2833 messages. It's doesn't remove the inband ones though. If the receiving end accepts both it'll detect duplicated digits. This may be your issue. You may also be generating duplicate rfc2833 yourself if them sender is already sending both. You should only use start_dtmf if the sender only sends inband and receiver only accepts outofband. It'll also have to decode all audio and examine the audio to detect tones - so running it only when required also decreases server load. -Steve Sent from my iPad On 31 May 2012, at 18:16, JRichey wrote: > 1. I have a customer who had a IVR on his own side, (Session:C) and > requires input from Session:A. The weird thing is that it seems the > input is wrong. > Keys entered do not correspond to what his IVR is receiving. As if > newly dtmfs are generated somewhere. > When I switch to another inbound provider, making Session:A using > rfc2388 and not inband, but do dialout via the provider using inband > detection. It seems to work fine. From nasida at live.ru Sat Jun 2 20:18:44 2012 From: nasida at live.ru (Yuriy Nasida) Date: Sat, 2 Jun 2012 20:18:44 +0400 Subject: [Freeswitch-users] Playing of mms stream by means of FS Message-ID: Hi guys What the best way for the playing of mms stream like this mms://live.rfn.ru/rcult_64 by means of FS ?I try to use mod_shout but without success. Do I have to use mplayer or vlc for this ?I saw this in wiki http://wiki.freeswitch.org/wiki/Mod_vlc But... probably there is the more better way ? Please adviseThanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/62d7e7d9/attachment.html From avi at avimarcus.net Sat Jun 2 22:13:59 2012 From: avi at avimarcus.net (Avi Marcus) Date: Sat, 2 Jun 2012 21:13:59 +0300 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: ... because att_xfer seems to require a "sofia/$profile/$destination" directive, and he just wants the call to hit the dialplan. -Avi On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: > Why do you need to use loopback at all? > -MC > > > On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: > >> Got a lua script for a B-party "mid-call menu". Is it legitimate to do.. >> "session:execute("att_xfer", "loopback/"..destnum)" >> >> I've tried it and it seems to start off doing the right things, but my >> A-party gets disconnected as soon as the call to the C-Party (the person >> I'm transferring the call to) answers the call. >> >> Maybe better to try to orchestrate the entire affair from within the lua >> script? (Tricky for a beginner like me!) >> >> Thanks, >> Alex >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/768fba77/attachment.html From fvillarroel at yahoo.com Sat Jun 2 23:41:52 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Sat, 2 Jun 2012 12:41:52 -0700 (PDT) Subject: [Freeswitch-users] freeswitch segfault and crash Message-ID: <1338666112.82144.YahooMailClassic@web160302.mail.bf1.yahoo.com> Dear. I am testing lcr and nibblebill and when i answer some call fs crash: [ 2923.754712] freeswitch[2965]: segfault at 24 ip b72a27e2 sp b59f765c error 4 in libc-2.11.3.so[b7237000+140000] My dialplan: The log of call: http://pastebin.freeswitch.org/19217 My switch.conf.xml say: and my init script : do_setlimits() { ulimit -c unlimited ulimit -d unlimited ulimit -f unlimited ulimit -i unlimited ulimit -n 999999 ulimit -q unlimited ulimit -u unlimited ulimit -v unlimited ulimit -x unlimited ulimit -s 240 ulimit -l unlimited return 0 Regards. From errotan at elder.hu Sat Jun 2 23:51:41 2012 From: errotan at elder.hu (=?ISO-8859-1?Q?Pusk=E1s_Zsolt?=) Date: Sat, 02 Jun 2012 21:51:41 +0200 Subject: [Freeswitch-users] freeswitch segfault and crash In-Reply-To: <1338666112.82144.YahooMailClassic@web160302.mail.bf1.yahoo.com> References: <1338666112.82144.YahooMailClassic@web160302.mail.bf1.yahoo.com> Message-ID: <4FCA6ECD.7050508@elder.hu> Hi. Please read this article: http://wiki.freeswitch.org/wiki/Reporting_Bugs and make a bug report here: http://jira.freeswitch.org/secure/Dashboard.jspa 2012-06-02 21:41 keltez?ssel, FERNANDO VILLARROEL ?rta: > Dear. > > I am testing lcr and nibblebill and when i answer some call fs crash: > > [ 2923.754712] freeswitch[2965]: segfault at 24 ip b72a27e2 sp b59f765c error 4 in libc-2.11.3.so[b7237000+140000] > > My dialplan: > > > > > > > > > > > > > > The log of call: > > http://pastebin.freeswitch.org/19217 > > My switch.conf.xml say: > > > > and my init script : > > > do_setlimits() { > ulimit -c unlimited > ulimit -d unlimited > ulimit -f unlimited > ulimit -i unlimited > ulimit -n 999999 > ulimit -q unlimited > ulimit -u unlimited > ulimit -v unlimited > ulimit -x unlimited > ulimit -s 240 > ulimit -l unlimited > return 0 > > Regards. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 nasida at live.ru Sun Jun 3 01:20:27 2012 From: nasida at live.ru (Yuriy Nasida) Date: Sun, 3 Jun 2012 01:20:27 +0400 Subject: [Freeswitch-users] Playing of mms stream by means of FS In-Reply-To: References: Message-ID: I try to install mod_vlc but have many errors like this make mod_vlc-install /usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:42:21: error: vlc/vlc.h: No such file or directory/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:43:37: error: vlc/libvlc_media_player.h: No such file or directory/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:52: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:55: error: expected specifier-qualifier-list before ?libvlc_media_player_t?cc1: warnings being treated as errors With mod_shout I can play HTTP stream only. Please correct me if I wrong. How can I listen mms stream (mms://live.rfn.ru/rcult_64) ? I still wait any advise.Thanks. From: nasida at live.ru To: freeswitch-users at lists.freeswitch.org Date: Sat, 2 Jun 2012 20:18:44 +0400 Subject: [Freeswitch-users] Playing of mms stream by means of FS Hi guys What the best way for the playing of mms stream like this mms://live.rfn.ru/rcult_64 by means of FS ?I try to use mod_shout but without success. Do I have to use mplayer or vlc for this ?I saw this in wiki http://wiki.freeswitch.org/wiki/Mod_vlc But... probably there is the more better way ? Please adviseThanks. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/d5baf075/attachment.html From sherifomran2000 at yahoo.com Sun Jun 3 03:59:37 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Sat, 2 Jun 2012 16:59:37 -0700 (PDT) Subject: [Freeswitch-users] acl deny - help In-Reply-To: Message-ID: <1338681577.32063.YahooMailClassic@web110813.mail.gq1.yahoo.com> Hello guys, I am trying to place a call and it says that 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected by acl "domains" Any body know how to list the acl or edit it? I am using vbilling which make use of xmlcurl and database regards, Sherif -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/23c867bd/attachment-0001.html From bdfoster at endigotech.com Sun Jun 3 04:12:50 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sat, 2 Jun 2012 20:12:50 -0400 Subject: [Freeswitch-users] acl deny - help In-Reply-To: <1338681577.32063.YahooMailClassic@web110813.mail.gq1.yahoo.com> References: <1338681577.32063.YahooMailClassic@web110813.mail.gq1.yahoo.com> Message-ID: that's not an error message. Just means they have to authenticate. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:00 PM, "Sherif Omran" wrote: > Hello guys, > > I am trying to place a call and it says that > > 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected > by acl "domains" > > Any body know how to list the acl or edit it? > > I am using vbilling which make use of xmlcurl and database > > regards, > Sherif > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/fdcf9529/attachment.html From sherifomran2000 at yahoo.com Sun Jun 3 04:23:41 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Sat, 2 Jun 2012 17:23:41 -0700 (PDT) Subject: [Freeswitch-users] acl deny - help In-Reply-To: Message-ID: <1338683021.75038.YahooMailClassic@web110814.mail.gq1.yahoo.com> Yes but to authenticate the IP? It does not use the acl.conf.xml file where my authentication exists Do you have an idea? --- On Sun, 6/3/12, Brian Foster wrote: From: Brian Foster Subject: Re: [Freeswitch-users] acl deny - help To: "FreeSWITCH Users Help" Date: Sunday, June 3, 2012, 3:12 AM that's not an error message. Just means they have to authenticate. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:00 PM, "Sherif Omran" wrote: Hello guys, I am trying to place a call and it says that 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected by acl "domains" Any body know how to list the acl or edit it? I am using vbilling which make use of xmlcurl and database regards, Sherif _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -----Inline Attachment Follows----- _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/4f90dbe6/attachment.html From bdfoster at endigotech.com Sun Jun 3 04:40:20 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sat, 2 Jun 2012 20:40:20 -0400 Subject: [Freeswitch-users] acl deny - help In-Reply-To: <1338683021.75038.YahooMailClassic@web110814.mail.gq1.yahoo.com> References: <1338683021.75038.YahooMailClassic@web110814.mail.gq1.yahoo.com> Message-ID: That's a vbilling specific issue. Either Goni will answer or your best bet is to go and post on the vBilling forums if you haven't already done so. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:25 PM, "Sherif Omran" wrote: > Yes but to authenticate the IP? > It does not use the acl.conf.xml file where my authentication exists > > Do you have an idea? > > > --- On *Sun, 6/3/12, Brian Foster * wrote: > > > From: Brian Foster > Subject: Re: [Freeswitch-users] acl deny - help > To: "FreeSWITCH Users Help" > Date: Sunday, June 3, 2012, 3:12 AM > > that's not an error message. Just means they have to authenticate. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 2, 2012 8:00 PM, "Sherif Omran" > > wrote: > > Hello guys, > > I am trying to place a call and it says that > > 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected > by acl "domains" > > Any body know how to list the acl or edit it? > > I am using vbilling which make use of xmlcurl and database > > regards, > Sherif > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > -----Inline Attachment Follows----- > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/96882e82/attachment.html From drk at drkngs.net Sun Jun 3 04:47:10 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sat, 02 Jun 2012 17:47:10 -0700 Subject: [Freeswitch-users] acl deny - help In-Reply-To: <1338683021.75038.YahooMailClassic@web110814.mail.gq1.yahoo.com> Message-ID: <20120603004710.a25ae2ed@mail.tritonwest.net> There is really no such thing on FS to "authenticate by IP" you can just allow calls w/o FS requesting the sender to authtnticate. The "domains" access list used in the example "internal" profile, is where it allows registrations from (authenticated). If you want to associate an IP address with a user, in your directory system, you would have to set your SIP profile to not authorize invites, and do it yourself in the dialplan. You could lookup the IP address if the call is not "${SIP_Authorized}" and if you found it in a database do a "set_user" and then transfer to the normal context, and if not, do a "respond 407/401" to make the far end authenticate. --Dave _____ From: Sherif Omran [mailto:sherifomran2000 at yahoo.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sat, 02 Jun 2012 17:23:41 -0700 Subject: Re: [Freeswitch-users] acl deny - help Yes but to authenticate the IP? It does not use the acl.conf.xml file where my authentication exists Do you have an idea? --- On Sun, 6/3/12, Brian Foster wrote: From: Brian Foster Subject: Re: [Freeswitch-users] acl deny - help To: "FreeSWITCH Users Help" Date: Sunday, June 3, 2012, 3:12 AM that's not an error message. Just means they have to authenticate. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:00 PM, "Sherif Omran" wrote: Hello guys, I am trying to place a call and it says that 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected by acl "domains" Any body know how to list the acl or edit it? I am using vbilling which make use of xmlcurl and database regards, Sherif _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -----Inline Attachment Follows----- _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/66d30454/attachment-0001.html From nbhatti at gmail.com Sun Jun 3 04:51:44 2012 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Sun, 3 Jun 2012 03:51:44 +0300 Subject: [Freeswitch-users] acl deny - help In-Reply-To: References: <1338683021.75038.YahooMailClassic@web110814.mail.gq1.yahoo.com> Message-ID: I did answer that already in the forum. You can not use xml files with vBilling by default. All the incoming clients are authenticated against an ACL. You would have to create a customer in vBilling and add the ip address in ACL Nodes. If you still like to use your xml files this requires some basic knowledge of how xml_curl works. But eventually this will break the functionality of vBilling. If the ip address is not found in the db, your call will not be billed. -- Sent from a mobile device. On Jun 3, 2012 3:41 AM, "Brian Foster" wrote: > That's a vbilling specific issue. Either Goni will answer or your best bet > is to go and post on the vBilling forums if you haven't already done so. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 2, 2012 8:25 PM, "Sherif Omran" wrote: > >> Yes but to authenticate the IP? >> It does not use the acl.conf.xml file where my authentication exists >> >> Do you have an idea? >> >> >> --- On *Sun, 6/3/12, Brian Foster * wrote: >> >> >> From: Brian Foster >> Subject: Re: [Freeswitch-users] acl deny - help >> To: "FreeSWITCH Users Help" >> Date: Sunday, June 3, 2012, 3:12 AM >> >> that's not an error message. Just means they have to authenticate. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 2, 2012 8:00 PM, "Sherif Omran" > >> wrote: >> >> Hello guys, >> >> I am trying to place a call and it says that >> >> 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected >> by acl "domains" >> >> Any body know how to list the acl or edit it? >> >> I am using vbilling which make use of xmlcurl and database >> >> regards, >> Sherif >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> -----Inline Attachment Follows----- >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/762e15d7/attachment.html From sherifomran2000 at yahoo.com Sun Jun 3 05:48:34 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Sat, 2 Jun 2012 18:48:34 -0700 (PDT) Subject: [Freeswitch-users] acl deny - help In-Reply-To: Message-ID: <1338688114.9208.YahooMailClassic@web110806.mail.gq1.yahoo.com> Thank you for? your reply. Creating a customer in vbilling needs creating a gateway and a chain of parameters to setup and this is not how freeswitch normally functions. I don't need to have a GW setup in FS to have ACL enabled or disabled for a profile. I have FS working as SBC and in my case i don't need to bill such local routes, billing would be for other routes but not the local (proxy) one. There must be a way to bypass it. I added? acl-proxy parameter set to true and removed the acl-inbound-proxy. Now the call passes but there is a programming problem when acl-inbound-proxy is deleted, this causes FS not to find the profiles (for more details see the following link http://forum.vbilling.org/viewtopic.php?f=6&t=903&p=1204#p1204) Why does FS produces invalid profile output? When i quit ./fs_cli and rerun ./fs_cli I see the profile again kind regards S. --- On Sun, 6/3/12, Muhammad Naseer Bhatti wrote: From: Muhammad Naseer Bhatti Subject: Re: [Freeswitch-users] acl deny - help To: "FreeSWITCH Users Help" Date: Sunday, June 3, 2012, 3:51 AM I did answer that already in the forum. You can not use xml files with vBilling by default. All the incoming clients are authenticated against an ACL. You would have to create a customer in vBilling and add the ip address in ACL Nodes. If you still like to use your xml files this requires some basic knowledge of how xml_curl works. But eventually this will break the functionality of vBilling. If the ip address is not found in the db, your call will not be billed. -- Sent from a mobile device. On Jun 3, 2012 3:41 AM, "Brian Foster" wrote: That's a vbilling specific issue. Either Goni will answer or your best bet is to go and post on the vBilling forums if you haven't already done so. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:25 PM, "Sherif Omran" wrote: Yes but to authenticate the IP? It does not use the acl.conf.xml file where my authentication exists Do you have an idea? --- On Sun, 6/3/12, Brian Foster wrote: From: Brian Foster Subject: Re: [Freeswitch-users] acl deny - help To: "FreeSWITCH Users Help" Date: Sunday, June 3, 2012, 3:12 AM that's not an error message. Just means they have to authenticate. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 2, 2012 8:00 PM, "Sherif Omran" wrote: Hello guys, I am trying to place a call and it says that 2012-06-02 23:51:22.074382 [WARNING] sofia.c:7563 IP xx.xx.xx.xx Rejected by acl "domains" Any body know how to list the acl or edit it? I am using vbilling which make use of xmlcurl and database regards, Sherif _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -----Inline Attachment Follows----- _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -----Inline Attachment Follows----- _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120602/5341c5ff/attachment-0001.html From sherifomran2000 at yahoo.com Sun Jun 3 13:03:15 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Sun, 3 Jun 2012 02:03:15 -0700 (PDT) Subject: [Freeswitch-users] profile alias Message-ID: <1338714195.69230.YahooMailClassic@web110804.mail.gq1.yahoo.com> Hello guys, how can I create a profile alias from the sofia interface? thanks kind regards, Sherif From bdfoster at endigotech.com Sun Jun 3 16:16:09 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sun, 3 Jun 2012 08:16:09 -0400 Subject: [Freeswitch-users] profile alias In-Reply-To: <1338714195.69230.YahooMailClassic@web110804.mail.gq1.yahoo.com> References: <1338714195.69230.YahooMailClassic@web110804.mail.gq1.yahoo.com> Message-ID: http://wiki.freeswitch.org/wiki/Mod_commands#alias Please make sure you search the wiki before posting on the ML. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 3, 2012 5:06 AM, "Sherif Omran" wrote: > Hello guys, > > how can I create a profile alias from the sofia interface? > > thanks > kind regards, > Sherif > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/da1bbd49/attachment.html From bdfoster at endigotech.com Sun Jun 3 16:18:52 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sun, 3 Jun 2012 08:18:52 -0400 Subject: [Freeswitch-users] profile alias In-Reply-To: References: <1338714195.69230.YahooMailClassic@web110804.mail.gq1.yahoo.com> Message-ID: Crap... that wasn't the right alias... Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 3, 2012 8:16 AM, "Brian Foster" wrote: > http://wiki.freeswitch.org/wiki/Mod_commands#alias > > Please make sure you search the wiki before posting on the ML. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 3, 2012 5:06 AM, "Sherif Omran" wrote: > >> Hello guys, >> >> how can I create a profile alias from the sofia interface? >> >> thanks >> kind regards, >> Sherif >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/e157e579/attachment.html From bdfoster at endigotech.com Sun Jun 3 16:24:14 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sun, 3 Jun 2012 08:24:14 -0400 Subject: [Freeswitch-users] profile alias In-Reply-To: References: <1338714195.69230.YahooMailClassic@web110804.mail.gq1.yahoo.com> Message-ID: http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#Basic_settings doesn't really look like you can add can alias via FS_cli. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 3, 2012 8:18 AM, "Brian Foster" wrote: > Crap... that wasn't the right alias... > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 3, 2012 8:16 AM, "Brian Foster" wrote: > >> http://wiki.freeswitch.org/wiki/Mod_commands#alias >> >> Please make sure you search the wiki before posting on the ML. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 3, 2012 5:06 AM, "Sherif Omran" wrote: >> >>> Hello guys, >>> >>> how can I create a profile alias from the sofia interface? >>> >>> thanks >>> kind regards, >>> Sherif >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/422fc6a1/attachment.html From neilp at cs.stanford.edu Sun Jun 3 19:53:51 2012 From: neilp at cs.stanford.edu (Neil Patel) Date: Sun, 3 Jun 2012 08:53:51 -0700 Subject: [Freeswitch-users] compiling ESL pymod in 32-bit Message-ID: Hi All, I'm trying to force ESL's pymod to compile in 32-bit mode to be compatible with the rest of my setup (I am on 64-bit Mac OSX Lion, but using 32-bit python). I tried doing the equivalent of "CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32" by adding that flag to the corresponding vars in libs/esl/Makefile, but it still did not work for me. Thanks in advance, Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/988006be/attachment.html From josefu at gmail.com Sun Jun 3 19:47:39 2012 From: josefu at gmail.com (=?ISO-8859-1?Q?Jose_Fco=2E_Irles_Dur=E1?=) Date: Sun, 3 Jun 2012 17:47:39 +0200 Subject: [Freeswitch-users] limit app problem with loopback channels Message-ID: Hello, I'm trying to limit calls to one user with limit application, all works fine when a user dials to the number user (the caller is transfered to limit_exceeded extension) But when a caller dials to the 2000 extensions (a "ring group" to loopback channels) and one of the users (for example 1001) answer the call, the limit app removes the limit count for this channel when the loopback channel disappears (when the direct bridge occurs between the caller channel and callee channel). Where is the problem? How can I avoid that the limit app removes the limit for this loopback channel? There is the fragmet of my dialplan (is the vainilla dialplan from git with the limit action added) ... ... -- Jose Fco. Irles Dur? From msc at freeswitch.org Mon Jun 4 00:15:27 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 13:15:27 -0700 Subject: [Freeswitch-users] Stuck calls In-Reply-To: References: Message-ID: be sure to include configuration information, especially dialplan configs so that we can see if there's a way to reproduce the symptoms you're experiencing. -MC On Sat, Jun 2, 2012 at 8:58 AM, Muhammad Naseer Bhatti wrote: > Here we go again .. > > freeswitch at internal> status > UP 0 years, 0 days, 18 hours, 13 minutes, 28 seconds, 780 > milliseconds, 883 microseconds > FreeSWITCH is ready > 51822 session(s) since startup > 2000 session(s) 0/100 > 2000 session(s) max > min idle cpu 0.00/99.00 > > freeswitch at internal> show channels count > > 2000 total. > > freeswitch at internal> show calls count > > 2000 total. > > I am going to update to latest and try again and may open a JIRA. This > is now happening too often. I am on FreeSWITCH Version 1.1.beta1 > (git-2a0ca29 2012-04-27 15-28-17 -0500). > > > > On Fri, May 18, 2012 at 11:42 PM, Anthony Minessale > wrote: > > That spells out SQL error. > > The show channels is just a db keeping track of the channel status > > based on events. > > > > If you can reproduce it on git HEAD open a jira > > > > > > On Fri, May 18, 2012 at 3:01 PM, Muhammad Naseer Bhatti > > wrote: > >> I was trying to dig some information out of it before a restart. There > >> is no traffic on this box right now, so I can restart/retest anything. > >> I'll update, grab some logs and will post back. > >> > >> Thanks. > >> > >> On Fri, May 18, 2012 at 10:50 PM, Michael Collins > wrote: > >>> Can you turn debugging back on for a period of time and re-test? Also, > any > >>> chance you can get to latest git for testing? > >>> -MC > >>> > >>> > >>> On Fri, May 18, 2012 at 12:18 PM, Muhammad Naseer Bhatti < > nbhatti at gmail.com> > >>> wrote: > >>>> > >>>> Show channels shows 46 calls, status shows 0. pb @ > >>>> http://pastebin.freeswitch.org/19093 > >>>> Logging was turned of from this production server to gain some disk > >>>> I/Os. Using mod_xml_cdr for cdr posting. Web server could possibly the > >>>> reason and if so, why the calls are in RINGING state? CDR is only > >>>> posted at the end of the call. Looks like we don't have much evidence. > >>>> > >>>> Goni > >>>> > >>>> On Fri, May 18, 2012 at 8:52 PM, Anthony Minessale > >>>> wrote: > >>>> > compare "show channels" to "status" if status says there are 0 > calls, > >>>> > look for a db error somewhere in fs log [or db specific log if you > >>>> > have odbc] > >>>> > cat freeswitch.log | grep CRIT > >>>> > > >>>> > if status sees channels too, see if you have a cdr module that is > >>>> > doing some post processing that could be stuck. > >>>> > > >>>> > > >>>> > > >>>> > > >>>> > On Fri, May 18, 2012 at 12:45 PM, Muhammad Naseer Bhatti > >>>> > wrote: > >>>> >> I got like 46 calls stuck in FreeSWITCH. The switch is not doing > any > >>>> >> traffic right now. It is running FreeSWITCH Version 1.2.0 > (git-0709cc6 > >>>> >> 2012-05-16 02-50-13 +0000). Should I file jira or look for > something > >>>> >> else? They are mostly in CS_INIT,,,,,,,RINGING -- > >>>> >> CS_ROUTING,,,,,,,DOWN and CS_CONSUME_MEDIA state. > >>>> >> > >>>> >> Thanks. > >>>> >> > >>> > >>> > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> > >>> > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://wiki.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> Join Us At ClueCon - Aug 7-9, 2012 > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> http://www.freeswitch.org > >>> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > FreeSWITCH http://www.freeswitch.org/ > > ClueCon http://www.cluecon.com/ > > Twitter: http://twitter.com/FreeSWITCH_wire > > > > AIM: anthm > > MSN:anthony_minessale at hotmail.com > > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > > IRC: irc.freenode.net #freeswitch > > > > FreeSWITCH Developer Conference > > sip:888 at conference.freeswitch.org > > googletalk:conf+888 at conference.freeswitch.org > > pstn:+19193869900 > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/63a5e73a/attachment.html From nbhatti at gmail.com Mon Jun 4 00:27:34 2012 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Sun, 3 Jun 2012 23:27:34 +0300 Subject: [Freeswitch-users] Stuck calls In-Reply-To: References: Message-ID: I just am doing a Jira. This happened again a few minutes back. I have restarted the system to make it running, but got the core and trace. Going to post JIRA now. On Sun, Jun 3, 2012 at 11:15 PM, Michael Collins wrote: > be sure to include configuration information, especially dialplan configs so > that we can see if there's a way to reproduce the symptoms you're > experiencing. > -MC > > > On Sat, Jun 2, 2012 at 8:58 AM, Muhammad Naseer Bhatti > wrote: >> >> Here we go again .. >> >> freeswitch at internal> status >> UP 0 years, 0 days, 18 hours, 13 minutes, 28 seconds, 780 >> milliseconds, 883 microseconds >> FreeSWITCH is ready >> 51822 session(s) since startup >> 2000 session(s) 0/100 >> 2000 session(s) max >> min idle cpu 0.00/99.00 >> >> freeswitch at internal> show channels count >> >> 2000 total. >> >> freeswitch at internal> show calls count >> >> 2000 total. >> >> I am going to update to latest and try again and may open a JIRA. This >> is now happening too often. I am on FreeSWITCH Version 1.1.beta1 >> (git-2a0ca29 2012-04-27 15-28-17 -0500). >> >> >> >> On Fri, May 18, 2012 at 11:42 PM, Anthony Minessale >> wrote: >> > That spells out SQL error. >> > The show channels is just a db keeping track of the channel status >> > based on events. >> > >> > If you can reproduce it on git HEAD open a jira >> > >> > >> > On Fri, May 18, 2012 at 3:01 PM, Muhammad Naseer Bhatti >> > wrote: >> >> I was trying to dig some information out of it before a restart. There >> >> is no traffic on this box right now, so I can restart/retest anything. >> >> I'll update, grab some logs and will post back. >> >> >> >> Thanks. >> >> >> >> On Fri, May 18, 2012 at 10:50 PM, Michael Collins >> >> wrote: >> >>> Can you turn debugging back on for a period of time and re-test? Also, >> >>> any >> >>> chance you can get to latest git for testing? >> >>> -MC >> >>> >> >>> >> >>> On Fri, May 18, 2012 at 12:18 PM, Muhammad Naseer Bhatti >> >>> >> >>> wrote: >> >>>> >> >>>> Show channels shows 46 calls, status shows 0. pb @ >> >>>> http://pastebin.freeswitch.org/19093 >> >>>> Logging was turned of from this production server to gain some disk >> >>>> I/Os. Using mod_xml_cdr for cdr posting. Web server could possibly >> >>>> the >> >>>> reason and ?if so, why the calls are in RINGING state? CDR is only >> >>>> posted at the end of the call. Looks like we don't have much >> >>>> evidence. >> >>>> >> >>>> Goni >> >>>> >> >>>> On Fri, May 18, 2012 at 8:52 PM, Anthony Minessale >> >>>> wrote: >> >>>> > compare "show channels" to "status" if status says there are 0 >> >>>> > calls, >> >>>> > look for a db error somewhere in fs log [or db specific log if you >> >>>> > have odbc] >> >>>> > cat freeswitch.log | grep CRIT >> >>>> > >> >>>> > if status sees channels too, see if you have a cdr module that is >> >>>> > doing some post processing that could be stuck. >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > On Fri, May 18, 2012 at 12:45 PM, Muhammad Naseer Bhatti >> >>>> > wrote: >> >>>> >> I got like 46 calls stuck in FreeSWITCH. The switch is not doing >> >>>> >> any >> >>>> >> traffic right now. It is running FreeSWITCH Version 1.2.0 >> >>>> >> (git-0709cc6 >> >>>> >> 2012-05-16 02-50-13 +0000). Should I file jira or look for >> >>>> >> something >> >>>> >> else? They are mostly in CS_INIT,,,,,,,RINGING -- >> >>>> >> CS_ROUTING,,,,,,,DOWN and CS_CONSUME_MEDIA state. >> >>>> >> >> >>>> >> Thanks. >> >>>> >> >> >>> >> >>> >> >>> >> >>> >> >>> _________________________________________________________________________ >> >>> Professional FreeSWITCH Consulting Services: >> >>> consulting at freeswitch.org >> >>> http://www.freeswitchsolutions.com >> >>> >> >>> >> >>> >> >>> >> >>> Official FreeSWITCH Sites >> >>> http://www.freeswitch.org >> >>> http://wiki.freeswitch.org >> >>> http://www.cluecon.com >> >>> >> >>> Join Us At ClueCon - Aug 7-9, 2012 >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at lists.freeswitch.org >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>> >> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>> http://www.freeswitch.org >> >>> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://wiki.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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 >> > >> > FreeSWITCH http://www.freeswitch.org/ >> > ClueCon http://www.cluecon.com/ >> > Twitter: http://twitter.com/FreeSWITCH_wire >> > >> > AIM: anthm >> > MSN:anthony_minessale at hotmail.com >> > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >> > IRC: irc.freenode.net #freeswitch >> > >> > FreeSWITCH Developer Conference >> > sip:888 at conference.freeswitch.org >> > googletalk:conf+888 at conference.freeswitch.org >> > pstn:+19193869900 >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > >> > >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://wiki.freeswitch.org >> > http://www.cluecon.com >> > >> > Join Us At ClueCon - Aug 7-9, 2012 >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 msc at freeswitch.org Mon Jun 4 00:33:46 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 13:33:46 -0700 Subject: [Freeswitch-users] regular expression ? In-Reply-To: <1338631917.10976.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1338627741.80797.YahooMailNeo@web120106.mail.ne1.yahoo.com> <28858.1338630492@ccs.covici.com> <1338631917.10976.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: If you are trying to match the dialed digits "*999*11#" then yes, the pattern you suggested below is not appropriate. Just putting special characters inside of [ and ] is not enough to change their meaning. The proper way to handle this is by doing what Covici suggested and use a \ (backslash) in front of the * characters. (The # char is not one of the special characters in PCRE, therefore it does not need a backslash.) The best pattern for your example is: ^(\*999\*11#)$ That would match "*999*11#" and absolutely nothing else. If you need to be flexible on the digits that you match you could do something like this: ^(\*\d\d\d\*\d\d#)$ That would match * plus 3 digits plus * plus 2 digits. Example matches: *123*45# *876*99# *333*33# You could even grab the internal digit sequences and put them into $2 and $3: ^(\*(\d\d\d)\*(\d\d)#)$ Notice what the special vars contain by using this little table: Dialed: $1: $2: $3: *123*45# *123*45# 123 45 *876*99# *876*99# 876 99 *333*33# *333*33# 333 33 I strongly recommend that you try it out. Put this in your dialplan and try it out: Try it out - make a bunch of calls and see what happens. Change the regex around and try dialing again. I promise you that once you start writing your own regexes - and occasionally breaking them in the process - you will learn them and use them to your advantage. -MC On Sat, Jun 2, 2012 at 3:11 AM, Samira Mh wrote: > thanks so much for your reply,nut i think the below patter is true as > well, > ^([*]999[*]11[#])$ > is that true? > > > ------------------------------ > *From:* "covici at ccs.covici.com" > *To:* FreeSWITCH Users Help > *Sent:* Saturday, June 2, 2012 2:18 PM > *Subject:* Re: [Freeswitch-users] regular expression ? > > Just put a \ before each * and maybe the # as well and you should be > good to go. > > Samira Mh wrote: > > > hi guys, > > it possible to match *999*11# in regular expression in freeswitch ? > > in the wiki the above example don't exis, > > plz help thanks > > ---------------------------------------------------- > > Alternatives: > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/489e93a3/attachment.html From msc at freeswitch.org Mon Jun 4 00:40:15 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 13:40:15 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: Let me rephrase... Since loopback is generally evil and should be avoided wherever possible, what does loopback give you that you can't get from doing a normal dialstring? -MC On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: > ... because att_xfer seems to require a "sofia/$profile/$destination" > directive, and he just wants the call to hit the dialplan. > > -Avi > > > On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: > >> Why do you need to use loopback at all? >> -MC >> >> >> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >> >>> Got a lua script for a B-party "mid-call menu". Is it legitimate to do.. >>> "session:execute("att_xfer", "loopback/"..destnum)" >>> >>> I've tried it and it seems to start off doing the right things, but my >>> A-party gets disconnected as soon as the call to the C-Party (the person >>> I'm transferring the call to) answers the call. >>> >>> Maybe better to try to orchestrate the entire affair from within the lua >>> script? (Tricky for a beginner like me!) >>> >>> Thanks, >>> Alex >>> >> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/021a299c/attachment.html From avi at avimarcus.net Mon Jun 4 00:54:06 2012 From: avi at avimarcus.net (Avi Marcus) Date: Sun, 3 Jun 2012 23:54:06 +0300 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: ... all the normal dialplan handling. Setting CID, options, LCR stuff, billing controls. -Avi On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins wrote: > Let me rephrase... > > Since loopback is generally evil and should be avoided wherever possible, > what does loopback give you that you can't get from doing a normal > dialstring? > -MC > > > On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: > >> ... because att_xfer seems to require a "sofia/$profile/$destination" >> directive, and he just wants the call to hit the dialplan. >> >> -Avi >> >> >> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: >> >>> Why do you need to use loopback at all? >>> -MC >>> >>> >>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >>> >>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to do.. >>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>> >>>> I've tried it and it seems to start off doing the right things, but my >>>> A-party gets disconnected as soon as the call to the C-Party (the person >>>> I'm transferring the call to) answers the call. >>>> >>>> Maybe better to try to orchestrate the entire affair from within the lua >>>> script? (Tricky for a beginner like me!) >>>> >>>> Thanks, >>>> Alex >>>> >>> >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/a2774faa/attachment.html From msc at freeswitch.org Mon Jun 4 00:54:08 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 13:54:08 -0700 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: References: Message-ID: You can solve this issue by avoiding loopback. Don't use loopback unless there is absolutely no other alternative. Try replacing the loopback calls in the group definition to "user/xxx" instead: This is just off the top of my head, so please do the usual testing and tinkering before you report back that it does not work. :) -MC On Sun, Jun 3, 2012 at 8:47 AM, Jose Fco. Irles Dur? wrote: > Hello, > > I'm trying to limit calls to one user with limit application, all > works fine when a user dials to the number user (the caller is > transfered to limit_exceeded extension) > > But when a caller dials to the 2000 extensions (a "ring group" to > loopback channels) and one of the users (for example 1001) answer the > call, the limit app removes the limit count for this channel when the > loopback channel disappears (when the direct bridge occurs between the > caller channel and callee channel). > > Where is the problem? How can I avoid that the limit app removes the > limit for this loopback channel? > > There is the fragmet of my dialplan (is the vainilla dialplan from git > with the limit action added) > > ... > > > > > > > > > > data="user/${dialed_extension}@${domain_name}"/> > > > data="loopback/app=voicemail:default ${domain_name} > ${dialed_extension}"/> > > > > > > data="loopback/1000/default,loopback/1001/default"/> > > > > ... > > > -- > Jose Fco. Irles Dur? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/38066bcb/attachment-0001.html From monemran at gmail.com Mon Jun 4 01:00:47 2012 From: monemran at gmail.com (Mohammad Emran) Date: Mon, 4 Jun 2012 03:00:47 +0600 Subject: [Freeswitch-users] How to play ivr on background? Message-ID: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> Hi I would like play minute announce ivr during the process of call. Cause it will reduce connect time on client side. Pls advise how to do that. Sent from my iPhone From msc at freeswitch.org Mon Jun 4 01:02:19 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 14:02:19 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: Au contraire mon frere! You can do multiple things in a dialstring, like setting channel variables. You can also use execute_on_ring/media/answer to execute the extension with doing all the loopback overhead. I propose an experiment: provide a dialplan and loopback dialstring and we'll see if we can't give you a non-loopbackish alternative. -MC On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: > ... all the normal dialplan handling. Setting CID, options, LCR stuff, > billing controls. > -Avi > > > On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins wrote: > >> Let me rephrase... >> >> Since loopback is generally evil and should be avoided wherever possible, >> what does loopback give you that you can't get from doing a normal >> dialstring? >> -MC >> >> >> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >> >>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>> directive, and he just wants the call to hit the dialplan. >>> >>> -Avi >>> >>> >>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: >>> >>>> Why do you need to use loopback at all? >>>> -MC >>>> >>>> >>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >>>> >>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>> do.. >>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>> >>>>> I've tried it and it seems to start off doing the right things, but my >>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>> person >>>>> I'm transferring the call to) answers the call. >>>>> >>>>> Maybe better to try to orchestrate the entire affair from within the >>>>> lua >>>>> script? (Tricky for a beginner like me!) >>>>> >>>>> Thanks, >>>>> Alex >>>>> >>>> >>>> >>>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/2b3312c7/attachment.html From msc at freeswitch.org Mon Jun 4 01:08:34 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 14:08:34 -0700 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> Message-ID: Are you ignoring early media from the target leg? If so you can just set the ringback variable to be the announcement (like ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then whatever ringing/music/etc. that you want them to hear while the call is being connected. You might want to use this !-separated list of sound files method to play multiple sounds in the ringback: http://wiki.freeswitch.org/wiki/Mod_file_string -MC On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: > Hi > > I would like play minute announce ivr during the process of call. Cause > it will reduce connect time on client side. > > Pls advise how to do that. > > Sent from my iPhone > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/14f6745f/attachment.html From avi at avimarcus.net Mon Jun 4 01:15:14 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 4 Jun 2012 00:15:14 +0300 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: I know you can do anything in the dialstring. But intended feature is to allow the user to do an attended transfer to any number that they could reach via the default calling. The default outbound path already has a LOT of stuff set up and it would be impossible to duplicate that within a SINGLE dialstring in a function call. What is needed is for an att_xfer to be able to have leg C hit the dialplan and bridged however a "normal" leg B to that number would be called. Does this make sense? -Avi On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins wrote: > Au contraire mon frere! > > You can do multiple things in a dialstring, like setting channel > variables. You can also use execute_on_ring/media/answer to execute the > extension with doing all the loopback overhead. > > I propose an experiment: provide a dialplan and loopback dialstring and > we'll see if we can't give you a non-loopbackish alternative. > > -MC > > > On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: > >> ... all the normal dialplan handling. Setting CID, options, LCR stuff, >> billing controls. >> -Avi >> >> >> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins wrote: >> >>> Let me rephrase... >>> >>> Since loopback is generally evil and should be avoided wherever >>> possible, what does loopback give you that you can't get from doing a >>> normal dialstring? >>> -MC >>> >>> >>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >>> >>>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>>> directive, and he just wants the call to hit the dialplan. >>>> >>>> -Avi >>>> >>>> >>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: >>>> >>>>> Why do you need to use loopback at all? >>>>> -MC >>>>> >>>>> >>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >>>>> >>>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>>> do.. >>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>>> >>>>>> I've tried it and it seems to start off doing the right things, but my >>>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>>> person >>>>>> I'm transferring the call to) answers the call. >>>>>> >>>>>> Maybe better to try to orchestrate the entire affair from within the >>>>>> lua >>>>>> script? (Tricky for a beginner like me!) >>>>>> >>>>>> Thanks, >>>>>> Alex >>>>>> >>>>> >>>>> >>>>> >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/d10f94ce/attachment.html From monemran at gmail.com Mon Jun 4 01:17:42 2012 From: monemran at gmail.com (Mohammad Emran) Date: Mon, 4 Jun 2012 03:17:42 +0600 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> Message-ID: <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Thnkx for ur faster redponse. Yes.i wanna ignore early media. Actually my aim is to save time of playing ivr n when finished ivr clients will hear original ringtone of leg-b. On the ringback, how i can call SAY command to announce minutes? It would helpfull if i get an example. Sent from my iPhone On Jun 4, 2012, at 3:08 AM, Michael Collins wrote: > Are you ignoring early media from the target leg? If so you can just set the ringback variable to be the announcement (like ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then whatever ringing/music/etc. that you want them to hear while the call is being connected. > > You might want to use this !-separated list of sound files method to play multiple sounds in the ringback: > > http://wiki.freeswitch.org/wiki/Mod_file_string > > -MC > > On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: > Hi > > I would like play minute announce ivr during the process of call. Cause it will reduce connect time on client side. > > Pls advise how to do that. > > Sent from my iPhone > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/edd09cfb/attachment-0001.html From drk at drkngs.net Mon Jun 4 03:47:51 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sun, 03 Jun 2012 16:47:51 -0700 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: Message-ID: <20120603234751.68a5e203@mail.tritonwest.net> Change that to "execute_on_originate". On answer will blow the call off if it's over limits when the user answers. --Dave _____ From: Michael Collins [mailto:msc at freeswitch.org] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 03 Jun 2012 13:54:08 -0700 Subject: Re: [Freeswitch-users] limit app problem with loopback channels You can solve this issue by avoiding loopback. Don't use loopback unless there is absolutely no other alternative. Try replacing the loopback calls in the group definition to "user/xxx" instead: This is just off the top of my head, so please do the usual testing and tinkering before you report back that it does not work. :) -MC On Sun, Jun 3, 2012 at 8:47 AM, Jose Fco. Irles Dur? wrote: Hello, I'm trying to limit calls to one user with limit application, all works fine when a user dials to the number user (the caller is transfered to limit_exceeded extension) But when a caller dials to the 2000 extensions (a "ring group" to loopback channels) and one of the users (for example 1001) answer the call, the limit app removes the limit count for this channel when the loopback channel disappears (when the direct bridge occurs between the caller channel and callee channel). Where is the problem? How can I avoid that the limit app removes the limit for this loopback channel? There is the fragmet of my dialplan (is the vainilla dialplan from git with the limit action added) ... ... -- Jose Fco. Irles Dur? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/60c4605e/attachment.html From msc at freeswitch.org Mon Jun 4 03:48:04 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 16:48:04 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: > I know you can do anything in the dialstring. But intended feature is to > allow the user to do an attended transfer to any number that they could > reach via the default calling. The default outbound path already has a LOT > of stuff set up and it would be impossible to duplicate that within a > SINGLE dialstring in a function call. > What is needed is for an att_xfer to be able to have leg C hit the > dialplan and bridged however a "normal" leg B to that number would be > called. > Does this make sense? > Perhaps, but I remain unconvinced that this scenario is impossible without loopback. How about the OP actually supply a sample Lua script and dialplan and call log? I'd be willing to wager that the gurus could come up with a non-evil alternative that actually works. Just because loopback seems like a clean solution doesn't necessarily mean that it is. I'll leave it to Anthony to give the technical reasons why loopback doesn't always work as one would expect or why it should be avoided wherever possible. -MC > -Avi > > > > On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins wrote: > >> Au contraire mon frere! >> >> You can do multiple things in a dialstring, like setting channel >> variables. You can also use execute_on_ring/media/answer to execute the >> extension with doing all the loopback overhead. >> >> I propose an experiment: provide a dialplan and loopback dialstring and >> we'll see if we can't give you a non-loopbackish alternative. >> >> -MC >> >> >> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: >> >>> ... all the normal dialplan handling. Setting CID, options, LCR stuff, >>> billing controls. >>> -Avi >>> >>> >>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins wrote: >>> >>>> Let me rephrase... >>>> >>>> Since loopback is generally evil and should be avoided wherever >>>> possible, what does loopback give you that you can't get from doing a >>>> normal dialstring? >>>> -MC >>>> >>>> >>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >>>> >>>>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>>>> directive, and he just wants the call to hit the dialplan. >>>>> >>>>> -Avi >>>>> >>>>> >>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: >>>>> >>>>>> Why do you need to use loopback at all? >>>>>> -MC >>>>>> >>>>>> >>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >>>>>> >>>>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>>>> do.. >>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>>>> >>>>>>> I've tried it and it seems to start off doing the right things, but >>>>>>> my >>>>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>>>> person >>>>>>> I'm transferring the call to) answers the call. >>>>>>> >>>>>>> Maybe better to try to orchestrate the entire affair from within the >>>>>>> lua >>>>>>> script? (Tricky for a beginner like me!) >>>>>>> >>>>>>> Thanks, >>>>>>> Alex >>>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/d4f8c54a/attachment.html From msc at freeswitch.org Mon Jun 4 03:54:43 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 16:54:43 -0700 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Message-ID: You're getting into a tricky area here. You want to ignore early media, yet you want your clients to hear original ring tone of the B leg after you play an "IVR". (I honestly don't know what you mean by "IVR" here, but I'm assuming you just mean some sort of recorded message.) As far as using "say" or anything else like that you need to read up on phrase macros. I recommend starting here: http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Phrases_Section_Primer Also, chapter 6 of the FS book has some good information on this subject. It recommends that you look at sounds.xml in conf/lang/en/vm/ to get an idea of some of the things you can do with phrase macros. -MC On Sun, Jun 3, 2012 at 2:17 PM, Mohammad Emran wrote: > Thnkx for ur faster redponse. > > Yes.i wanna ignore early media. > > Actually my aim is to save time of playing ivr n when finished ivr clients > will hear original ringtone of leg-b. > > On the ringback, how i can call SAY command to announce minutes? > > It would helpfull if i get an example. > > Sent from my iPhone > > On Jun 4, 2012, at 3:08 AM, Michael Collins wrote: > > Are you ignoring early media from the target leg? If so you can just set > the ringback variable to be the announcement (like > ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then > whatever ringing/music/etc. that you want them to hear while the call is > being connected. > > You might want to use this !-separated list of sound files method to play > multiple sounds in the ringback: > > http://wiki.freeswitch.org/wiki/Mod_file_string > > -MC > > On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: > >> Hi >> >> I would like play minute announce ivr during the process of call. Cause >> it will reduce connect time on client side. >> >> Pls advise how to do that. >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/3a3be1a0/attachment.html From msc at freeswitch.org Mon Jun 4 03:55:43 2012 From: msc at freeswitch.org (Michael Collins) Date: Sun, 3 Jun 2012 16:55:43 -0700 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: <20120603234751.68a5e203@mail.tritonwest.net> References: <20120603234751.68a5e203@mail.tritonwest.net> Message-ID: Good point! Thanks for the tip. -MC On Sun, Jun 3, 2012 at 4:47 PM, Dave R. Kompel wrote: > ** > Change that to "execute_on_originate". On answer will blow the call off if > it's over limits when the user answers. > > --Dave > > ------------------------------ > *From:* Michael Collins [mailto:msc at freeswitch.org] > *To:* FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] > *Sent:* Sun, 03 Jun 2012 13:54:08 -0700 > *Subject:* Re: [Freeswitch-users] limit app problem with loopback channels > > You can solve this issue by avoiding loopback. Don't use loopback unless > there is absolutely no other alternative. Try replacing the loopback calls > in the group definition to "user/xxx" instead: > > > > data="[execute_on_answer='limit hash callwaiting 1000 1']user/1000, > [execute_on_answer='limit hash callwaiting > 1001 1']user/1001"/> > > > > This is just off the top of my head, so please do the usual testing and > tinkering before you report back that it does not work. :) > > -MC > > On Sun, Jun 3, 2012 at 8:47 AM, Jose Fco. Irles Dur? wrote: > >> Hello, >> >> I'm trying to limit calls to one user with limit application, all >> works fine when a user dials to the number user (the caller is >> transfered to limit_exceeded extension) >> >> But when a caller dials to the 2000 extensions (a "ring group" to >> loopback channels) and one of the users (for example 1001) answer the >> call, the limit app removes the limit count for this channel when the >> loopback channel disappears (when the direct bridge occurs between the >> caller channel and callee channel). >> >> Where is the problem? How can I avoid that the limit app removes the >> limit for this loopback channel? >> >> There is the fragmet of my dialplan (is the vainilla dialplan from git >> with the limit action added) >> >> ... >> >> >> >> >> >> >> >> >> >> > data="user/${dialed_extension}@${domain_name}"/> >> >> >> > data="loopback/app=voicemail:default ${domain_name} >> ${dialed_extension}"/> >> >> >> >> >> >> > data="loopback/1000/default,loopback/1001/default"/> >> >> >> >> ... >> >> >> -- >> Jose Fco. Irles Dur? >> >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120603/d108a0c2/attachment-0001.html From ocset at the800group.com Mon Jun 4 09:30:48 2012 From: ocset at the800group.com (ocset) Date: Mon, 04 Jun 2012 13:30:48 +0800 Subject: [Freeswitch-users] tones.conf for Brazil In-Reply-To: <1338389701.3112.28.camel@modesto.localdomain.net> References: <1338389701.3112.28.camel@modesto.localdomain.net> Message-ID: <4FCC4808.5030005@the800group.com> Is this useful? http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFQQFjAA&url=http%3A%2F%2Fwww.3cx.com%2Fdownloads%2Fmisc%2FGXPblog%2FCountryToneSetValues.pdf&ei=mXTHT-eVFqSSiAeqrZTjDg&usg=AFQjCNFbkJqxAa3T1KUCUC2EKZXDVHsbSQ Regards On 30/05/12 22:55, Antonio Modesto wrote: > Hi, > > I am testing FreeSWITCH/FreeTDM with a digium TDM410P card, I noticed > that the default tones.conf has configuration for only a few contries, > does anybody know how can I get or configure by myself tone > configuration for brazil? > > Thanks > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 ocset at the800group.com Mon Jun 4 09:36:02 2012 From: ocset at the800group.com (ocset) Date: Mon, 04 Jun 2012 13:36:02 +0800 Subject: [Freeswitch-users] Capture media codes? Message-ID: <4FCC4942.3000605@the800group.com> Hi Is there a way to capture and display the media codes being sent from a provider. I have been reading up about the various Early Media options but was hoping there was a way to log every tone being received by Freeswitch, to verify what tones a particular provider uses. Thank Dion. From miha at softnet.si Mon Jun 4 11:39:45 2012 From: miha at softnet.si (Miha) Date: Mon, 04 Jun 2012 09:39:45 +0200 Subject: [Freeswitch-users] Multi-tenant dilplans Message-ID: <4FCC6641.9060406@softnet.si> Hi, I set multi tenat for two domains which is forking well. Now I would like to seperate dialplans so that domain A will use default dialplan in directory dialplan/a and domain B will use default dialplan in directory dialplan/b. I have tried few things but every time fs use default dialplan. Thanks for help! Regards, Miha From patrick at sunsus.net Mon Jun 4 13:24:03 2012 From: patrick at sunsus.net (sunsus) Date: Mon, 4 Jun 2012 02:24:03 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH TLS with StartSSL Certificate Message-ID: <1338801843810-7579377.post@n2.nabble.com> Hello To day I tried to add a Free StartSSL Class 1 Certificate to a FreeSWITCH installation. Here I will share the script on how to generate the Certificate Request: #!/bin/sh CONFDIR=/usr/local/freeswitch/conf/ssl DAYS=2190 KEY_SIZE=2048 TMPFILE="/tmp/fs-ca-$$-$(date +%Y%m%d%H%M%S)" COMMON_NAME="FrwwSWICH VOIP" ALT_NAME="DNS:sip.freeswitch.org" ORG_NAME="FreeSWICHT" OUTFILE="agent.pem" umask 037 generate_request() { local val="" echo "Generating new request..." echo echo "--------------------------------------------------------" echo "CN: \"${COMMON_NAME}\"" echo "ORG_NAME: \"${ORG_NAME}\"" echo "ALT_NAME: \"${ALT_NAME}\"" echo echo "Certificate filename \"${OUTFILE}\"" echo echo "[Is this OK? (y/N)]" read val if [ "${val}" != "y" ] && [ "${val}" != "Y" ]; then echo "Aborted" return 2 fi sed \ -e "s|%CN%|$COMMON_NAME|" \ -e "s|%ALTNAME%|$ALT_NAME|" \ -e "s|%ORG%|$ORG_NAME|" \ "${CONFDIR}/CA/config.tpl" \ > "${TMPFILE}.cfg" || exit 1 echo ${KEY_SIZE} openssl req -new -out "${TMPFILE}.req" \ -newkey rsa:${KEY_SIZE} -keyout "${TMPFILE}.key" \ -config "${TMPFILE}.cfg" -nodes -sha1 >/dev/null || exit 1 echo cat ${TMPFILE}.req echo echo "go to http://www.startssl.com/ and generate a certificate" echo "past certificate:" while read LINE do echo $LINE >> ${TMPFILE}.crt if [ "$LINE" = "^A" ];then break fi done echo "other processing continues " # openssl x509 -req -CAkey "${CONFDIR}/CA/cakey.pem" -CA "${CONFDIR}/CA/cacert.pem" -CAcreateserial \ # -in "${TMPFILE}.req" -out "${TMPFILE}.crt" -extfile "${TMPFILE}.cfg" \ # -extensions "${EXTENSIONS}" -days ${DAYS} -sha1 >/dev/null || exit 1 cat "${TMPFILE}.crt" "${TMPFILE}.key" > "${CONFDIR}/${OUTFILE}" wget http://www.startssl.com/certs/sub.class1.server.ca.pem wget http://www.startssl.com/certs/ca.pem cat sub.class1.server.ca.pem ca.pem >> ${CONFDIR}/cafile.pem rm -f sub.class1.server.ca.pem ca.pem rm "${TMPFILE}.cfg" "${TMPFILE}.crt" "${TMPFILE}.key" "${TMPFILE}.req" echo "DONE" } remove_startssl() { echo "Removing StartSSL" if [ -d "${CONFDIR}/agent.pem" ]; then rm "${CONFDIR}/agent.pem" fi echo "DONE" } OUTFILESET="0" command="$1" shift while [ $# -gt 0 ]; do case $1 in -cn) shift COMMON_NAME="$1" ;; -alt) shift ALT_NAME="$1" ;; -org) shift ORG_NAME="$1" ;; -out) shift OUTFILE="$1" OUTFILESET="1" ;; -days) shift DAYS="$1" ;; esac shift done case ${command} in create_request) EXTENSIONS="request" generate_request ;; remove) echo "Are you sure you want to delete the StartSSL Certificate? [YES to delete]" read val if [ "${val}" = "YES" ]; then remove_startssl else echo "Not deleting CA" fi ;; *) cat <<-EOF $0 [options] * commands: remove - Remove StartSSL create_request - Create a new certificate request for startSSL * options: -cn Set common name -alt Set alternative name (use prefix 'DNS:' or 'URI:') -org Set organization name -out Filename for new certificate (create only) -days Certificate expires in X days (default: 365) EOF exit 1 ;; esac Everything seams to work, expect the validation of a SNOM phone. Does any one know how to tell FreeSWITCH to publish the correct ca bundel and certificate track. Because the CA Certificate of Start SSL is included in the SNOM: regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-TLS-with-StartSSL-Certificate-tp7579377.html Sent from the freeswitch-users mailing list archive at Nabble.com. From chrisbware at yahoo.it Mon Jun 4 13:54:58 2012 From: chrisbware at yahoo.it (Chris B. Ware) Date: Mon, 4 Jun 2012 10:54:58 +0100 (BST) Subject: [Freeswitch-users] Music on hold while I add someone to the conference Message-ID: <1338803698.17011.YahooMailNeo@web132306.mail.ird.yahoo.com> Hi, I'm testing example reported here: http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example I'd like to modify extension?"Add new OB call to conference" in order to play music on hold to the other conference members , while moderator digit a new member number to add. In my case we have a conference with A (moderator) and B (first member) and A try to add C. That's my conf: ? ? ? ? ? ? ? ? ? ? ? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Everything works except B can't hear any music. Where's the error? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/b2d8c246/attachment.html From monemran at gmail.com Mon Jun 4 14:13:51 2012 From: monemran at gmail.com (M.Emran) Date: Mon, 4 Jun 2012 16:13:51 +0600 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Message-ID: IVR means to play a native sound file i.e. "You have 10 minutes" I tried to set ringback data on dialplan. i got some noise or some tone. here is my settings. Am i doing any wrong ? On Mon, Jun 4, 2012 at 5:54 AM, Michael Collins wrote: > You're getting into a tricky area here. You want to ignore early media, > yet you want your clients to hear original ring tone of the B leg after you > play an "IVR". (I honestly don't know what you mean by "IVR" here, but I'm > assuming you just mean some sort of recorded message.) > > As far as using "say" or anything else like that you need to read up on > phrase macros. I recommend starting here: > > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Phrases_Section_Primer > > Also, chapter 6 of the FS book has some good information on this subject. > It recommends that you look at sounds.xml in conf/lang/en/vm/ to get an > idea of some of the things you can do with phrase macros. > > -MC > > > On Sun, Jun 3, 2012 at 2:17 PM, Mohammad Emran wrote: > >> Thnkx for ur faster redponse. >> >> Yes.i wanna ignore early media. >> >> Actually my aim is to save time of playing ivr n when finished ivr >> clients will hear original ringtone of leg-b. >> >> On the ringback, how i can call SAY command to announce minutes? >> >> It would helpfull if i get an example. >> >> Sent from my iPhone >> >> On Jun 4, 2012, at 3:08 AM, Michael Collins wrote: >> >> Are you ignoring early media from the target leg? If so you can just set >> the ringback variable to be the announcement (like >> ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then >> whatever ringing/music/etc. that you want them to hear while the call is >> being connected. >> >> You might want to use this !-separated list of sound files method to play >> multiple sounds in the ringback: >> >> http://wiki.freeswitch.org/wiki/Mod_file_string >> >> -MC >> >> On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: >> >>> Hi >>> >>> I would like play minute announce ivr during the process of call. Cause >>> it will reduce connect time on client side. >>> >>> Pls advise how to do that. >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Regards ---------- M Emran www.e-softbilling.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/412e80c2/attachment-0001.html From ocset at the800group.com Mon Jun 4 14:13:52 2012 From: ocset at the800group.com (ocset) Date: Mon, 04 Jun 2012 18:13:52 +0800 Subject: [Freeswitch-users] Sequential endpoint bridge question. Message-ID: <4FCC8A60.7040509@the800group.com> Hi I have a setup where I am using a GXW4104 FXO gateway to access a GSM endpoint. With a simple dialplan, making calls works great. However, I am trying to setup a "Sequential Call Routing" where Freeswitch first tries the GSM endpoint and then uses a PSTN line instead. With the GSM line, there is always a 5 second delay before the call is made, which does not cause an issue with a simple dialplan, but when I try the a sequential Here is an example of the simple dialplan which works What can I do to get Freeswitch to wait longer for the first endpoint or is there a better way to achieve this? Should I have two dialplans, one after another, that will execute the second if the GSM one fails? Thanks in advance O From miha at softnet.si Mon Jun 4 14:44:39 2012 From: miha at softnet.si (Miha) Date: Mon, 04 Jun 2012 12:44:39 +0200 Subject: [Freeswitch-users] Multi-tenant dilplans In-Reply-To: <4FCC6641.9060406@softnet.si> References: <4FCC6641.9060406@softnet.si> Message-ID: <4FCC9197.1010101@softnet.si> On 6/4/2012 9:39 AM, Miha wrote: > Hi, > > I set multi tenat for two domains which is forking well. Now I would > like to seperate dialplans so that domain A will use default dialplan in > directory dialplan/a and domain B will use default dialplan in directory > dialplan/b. > > I have tried few things but every time fs use default dialplan. > > Thanks for help! > > Regards, > Miha > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > Hi, I was having set wrong . THanks! Miha From nasida at live.ru Mon Jun 4 16:02:00 2012 From: nasida at live.ru (Yuriy Nasida) Date: Mon, 4 Jun 2012 16:02:00 +0400 Subject: [Freeswitch-users] Playing of mms stream by means of FS In-Reply-To: References: , Message-ID: Up. From: nasida at live.ru To: freeswitch-users at lists.freeswitch.org Date: Sun, 3 Jun 2012 01:20:27 +0400 Subject: Re: [Freeswitch-users] Playing of mms stream by means of FS I try to install mod_vlc but have many errors like this make mod_vlc-install /usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:42:21: error: vlc/vlc.h: No such file or directory/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:43:37: error: vlc/libvlc_media_player.h: No such file or directory/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:52: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?*? token/usr/src/freeswitch/src/mod/formats/mod_vlc/mod_vlc.c:55: error: expected specifier-qualifier-list before ?libvlc_media_player_t?cc1: warnings being treated as errors With mod_shout I can play HTTP stream only. Please correct me if I wrong. How can I listen mms stream (mms://live.rfn.ru/rcult_64) ? I still wait any advise.Thanks. From: nasida at live.ru To: freeswitch-users at lists.freeswitch.org Date: Sat, 2 Jun 2012 20:18:44 +0400 Subject: [Freeswitch-users] Playing of mms stream by means of FS Hi guys What the best way for the playing of mms stream like this mms://live.rfn.ru/rcult_64 by means of FS ?I try to use mod_shout but without success. Do I have to use mplayer or vlc for this ?I saw this in wiki http://wiki.freeswitch.org/wiki/Mod_vlc But... probably there is the more better way ? Please adviseThanks. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/40c75ce7/attachment.html From kbdfck at gmail.com Mon Jun 4 18:53:01 2012 From: kbdfck at gmail.com (Dmitry Sytchev) Date: Mon, 4 Jun 2012 18:53:01 +0400 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: I asked this question many times on mailing list, and now I'm sure this can't be really done with loopback. The only alternative for loopback is to re-inject call into FS via some separate Sofia profile, and specify that profile in string for att_xfer. This brings up large amount of troubles including DTMF transcoding, sequential att_xfer attempt recognition and overall voice/dtmf delay introduced by chained channels. Maybe some channels can be moved out of scene by using 'simplify' api on correct channels, but this needs tests. Anyway, loopback channel in FS is completely unusable, so we do need to have some best practices on how to do things without it in FS wiki... Maybe I have time and will describe our experience soon. 2012/6/4 Michael Collins > > > On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: > >> I know you can do anything in the dialstring. But intended feature is to >> allow the user to do an attended transfer to any number that they could >> reach via the default calling. The default outbound path already has a LOT >> of stuff set up and it would be impossible to duplicate that within a >> SINGLE dialstring in a function call. >> What is needed is for an att_xfer to be able to have leg C hit the >> dialplan and bridged however a "normal" leg B to that number would be >> called. >> Does this make sense? >> > Perhaps, but I remain unconvinced that this scenario is impossible without > loopback. How about the OP actually supply a sample Lua script and dialplan > and call log? I'd be willing to wager that the gurus could come up with a > non-evil alternative that actually works. Just because loopback seems like > a clean solution doesn't necessarily mean that it is. I'll leave it to > Anthony to give the technical reasons why loopback doesn't always work as > one would expect or why it should be avoided wherever possible. > > -MC > > >> -Avi >> >> >> >> On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins wrote: >> >>> Au contraire mon frere! >>> >>> You can do multiple things in a dialstring, like setting channel >>> variables. You can also use execute_on_ring/media/answer to execute the >>> extension with doing all the loopback overhead. >>> >>> I propose an experiment: provide a dialplan and loopback dialstring and >>> we'll see if we can't give you a non-loopbackish alternative. >>> >>> -MC >>> >>> >>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: >>> >>>> ... all the normal dialplan handling. Setting CID, options, LCR stuff, >>>> billing controls. >>>> -Avi >>>> >>>> >>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins wrote: >>>> >>>>> Let me rephrase... >>>>> >>>>> Since loopback is generally evil and should be avoided wherever >>>>> possible, what does loopback give you that you can't get from doing a >>>>> normal dialstring? >>>>> -MC >>>>> >>>>> >>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >>>>> >>>>>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>>>>> directive, and he just wants the call to hit the dialplan. >>>>>> >>>>>> -Avi >>>>>> >>>>>> >>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins wrote: >>>>>> >>>>>>> Why do you need to use loopback at all? >>>>>>> -MC >>>>>>> >>>>>>> >>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake wrote: >>>>>>> >>>>>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>>>>> do.. >>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>>>>> >>>>>>>> I've tried it and it seems to start off doing the right things, but >>>>>>>> my >>>>>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>>>>> person >>>>>>>> I'm transferring the call to) answers the call. >>>>>>>> >>>>>>>> Maybe better to try to orchestrate the entire affair from within >>>>>>>> the lua >>>>>>>> script? (Tricky for a beginner like me!) >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Alex >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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, Dmitry Sytchev, IT Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/d6a5fd68/attachment-0001.html From josefu at gmail.com Mon Jun 4 14:21:28 2012 From: josefu at gmail.com (=?ISO-8859-1?Q?Jose_Fco=2E_Irles_Dur=E1?=) Date: Mon, 4 Jun 2012 12:21:28 +0200 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: References: <20120603234751.68a5e203@mail.tritonwest.net> Message-ID: I tried with "execute_on_originate" and with one "member" in the ring group works, but when I have more than one member doesn't work. This is a log with one memeber on the ring group (user 100), this works: http://pastebin.com/9rdeQhDf And this is with two members (user 100 and 171), don't work: http://pastebin.com/aTdTTnnH My bridge args is: [execute_on_originate=limit hash callwaiting 100 1]user/100 at 128.23.0.1,[execute_on_originate=limit hash callwaiting 171 1]user/171 at 128.23.0.1 for the second case. I'm thinking that I need some event processing for doing this. 2012/6/4 Michael Collins : > Good point! Thanks for the tip. > -MC > > On Sun, Jun 3, 2012 at 4:47 PM, Dave R. Kompel wrote: >> >> Change that to "execute_on_originate". On answer will blow the call off if >> it's over limits when the user answers. >> >> --Dave >> >> ________________________________ >> From: Michael Collins [mailto:msc at freeswitch.org] >> To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] >> Sent: Sun, 03 Jun 2012 13:54:08 -0700 >> Subject: Re: [Freeswitch-users] limit app problem with loopback channels >> >> You can solve this issue by avoiding loopback. Don't use loopback unless >> there is absolutely no other alternative. Try replacing the loopback calls >> in the group definition to "user/xxx" instead: >> >> ?? >> ? ? ? >> ? ? ? ?> data="[execute_on_answer='limit hash callwaiting 1000 1']user/1000, >> [execute_on_answer='limit hash callwaiting >> 1001 1']user/1001"/> >> ? ?? >> ?? >> >> This is just off the top of my head, so please do the usual testing and >> tinkering before you report back that it does not work. :) >> >> -MC >> >> On Sun, Jun 3, 2012 at 8:47 AM, Jose Fco. Irles Dur? >> wrote: >>> >>> Hello, >>> >>> I'm trying to limit calls to one user with limit application, all >>> works fine when a user dials to the number user (the caller is >>> transfered to limit_exceeded extension) >>> >>> But when a caller dials to the 2000 extensions (a "ring group" to >>> loopback channels) and one of the users (for example 1001) answer the >>> call, the limit app removes the limit count for this channel when the >>> loopback channel disappears (when the direct bridge occurs between the >>> caller channel and callee channel). >>> >>> Where is the problem? How can I avoid that the limit app removes the >>> limit for this loopback channel? >>> >>> There is the fragmet of my dialplan (is the vainilla dialplan from git >>> with the limit action added) >>> >>> ... >>> ? >>> ? ? ? >>> ? ? ? ? >>> ? ? ? ? >>> ? ? ? ?>> data="transfer_ringback=$${hold_music}"/> >>> ? ? ? ? >>> ? ? ? ? >>> ? ? ? ? >>> ? ? ? >>> ? ? ? ?>> data="user/${dialed_extension}@${domain_name}"/> >>> ? ? ? ? >>> ? ? ? ? >>> ? ? ? ?>> data="loopback/app=voicemail:default ${domain_name} >>> ${dialed_extension}"/> >>> ? ? ? >>> ? ? >>> >>> ? ? >>> ? ? ? >>> ? ? ? ?>> data="loopback/1000/default,loopback/1001/default"/> >>> ? ? ? >>> ? ? >>> >>> ... >>> >>> >>> -- >>> Jose Fco. Irles Dur? >>> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Jose Fco. Irles Dur? From msc at freeswitch.org Mon Jun 4 19:12:15 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 08:12:15 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: Comments inline... On Mon, Jun 4, 2012 at 7:53 AM, Dmitry Sytchev wrote: > I asked this question many times on mailing list, and now I'm sure this > can't be really done with loopback. > The only alternative for loopback is to re-inject call into FS via some > separate Sofia profile, and specify that profile in string for att_xfer. > Maybe there's a more elegant way to do this. This brings up large amount of troubles including DTMF transcoding, > sequential att_xfer attempt recognition and overall voice/dtmf delay > introduced by chained channels. Maybe some channels can be moved out of > scene by using 'simplify' api on correct channels, but this needs tests. This makes me wonder if att_xfer is the right tool. > Anyway, loopback channel in FS is completely unusable, so we do need to > have some best practices on how to do things without it in FS wiki... > Maybe I have time and will describe our experience soon. > Please do. I get the feeling that we (the community attempting to help) have just enough information to be frustrated. I suspect that if we knew the big picture we could probably offer some more useful suggestions. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/92104980/attachment.html From admin at blindi.net Mon Jun 4 19:27:54 2012 From: admin at blindi.net (Thomas Hoellriegel) Date: Mon, 4 Jun 2012 17:27:54 +0200 (CEST) Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: Hi all, I like to plan a opensourceproject. Open_voicechat is the first open source voice chat worldwide. Freeswitch and other voip-systems don.t have a big application. Unfortunately, I can not even work, programming. I am looking for people to help me, and dominate one of the following programming languages: perl lua java php python or ruby. There is no specific programming language requested. I have setup a big mysql database for all modular features of a nice chat. Mailboxes, news forums, line managment and more! An exact documented functionplan has already been added. A german demo voicefile has ben included to the archive. You can download my long work at: http://www.blindi.net/downloads/open_vocechat.tar.gz I have 2 Languages german and english added to the archive. I would be happy if someone help me. The advantage of FreeSWITCH is the flexibility. Thanks for your nice help --------------- Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: http://www.blindi.net/callback homepage: http://www.blindi.net blinde-misc mailingliste f?r blinde. anmeldung unter: http://www.blindi.net/mailman/listinfo/blinde-misc From bdfoster at endigotech.com Mon Jun 4 19:31:45 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 04 Jun 2012 11:31:45 -0400 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: <4FCCD4E1.9050703@endigotech.com> What kind of voice chat are we talking about? There are plenty of voice chat type things out there (skype for one). Specify your demographic and what the actual purpose is, and how it's going to be different from any other provider. -BDF On Mon 04 Jun 2012 11:27:54 AM EDT, Thomas Hoellriegel wrote: > Hi all, > > I like to plan a opensourceproject. > Open_voicechat is the first open source voice chat worldwide. > Freeswitch and other voip-systems don.t have a big application. > > Unfortunately, I can not even work, programming. > I am looking for people to help me, and dominate one of the following > programming languages: > perl lua java php python or ruby. > There is no specific programming language requested. > > I have setup a big mysql database for all modular features of a nice > chat. > Mailboxes, news forums, line managment and more! > An exact documented functionplan has already been added. > A german demo voicefile has ben included to the archive. > > You can download my long work at: > http://www.blindi.net/downloads/open_vocechat.tar.gz > I have 2 Languages german and english added to the archive. > > > I would be happy if someone help me. > The advantage of FreeSWITCH is the flexibility. > > Thanks for your nice help > > > > > --------------- > Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: > http://www.blindi.net/callback > homepage: http://www.blindi.net > blinde-misc mailingliste f?r blinde. anmeldung unter: > http://www.blindi.net/mailman/listinfo/blinde-misc > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 sdevoy at bizfocused.com Mon Jun 4 19:39:40 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Mon, 4 Jun 2012 11:39:40 -0400 Subject: [Freeswitch-users] Multi-tenant dilplans In-Reply-To: <4FCC9197.1010101@softnet.si> References: <4FCC6641.9060406@softnet.si> <4FCC9197.1010101@softnet.si> Message-ID: <03e101cd4268$41651cf0$c42f56d0$@bizfocused.com> HI Miha, I can almost never answer a questi9on here, but this one I have working perfectly. In the user directory where you define you extensions, you must set the "context" for that user's/extension's dialplan: pick your own value, but match it in the dialplan. In the dialplan, you start with that context, and group your dialplan directives under inside it. In this example someone from a Company_A extension dials extension 200. You cann see how the context allows Company A users to dial 200 and Company B users to dial extension 200 and get different users. ... Just FYI, here is my full directory entry for extension 200 (which also has a Shared Call Appearance that you may not want/need). I have changed the domain names and password: " I hope that helps. Sean -----Original Message----- From: Miha [mailto:miha at softnet.si] Sent: Monday, June 04, 2012 6:45 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Multi-tenant dilplans On 6/4/2012 9:39 AM, Miha wrote: > Hi, > > I set multi tenat for two domains which is forking well. Now I would > like to seperate dialplans so that domain A will use default dialplan > in directory dialplan/a and domain B will use default dialplan in > directory dialplan/b. > > I have tried few things but every time fs use default dialplan. > > Thanks for help! > > Regards, > Miha > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org > Hi, I was having set wrong . THanks! Miha From msc at freeswitch.org Mon Jun 4 20:09:20 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 09:09:20 -0700 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: References: <20120603234751.68a5e203@mail.tritonwest.net> Message-ID: Hmm, not entirely sure why it's doing that. It looks like the limit is being called twice for each dialstring. Just for kicks, can you change execute_on_originate to execute_on_media? If that doesn't work, try execute_on_ring as well. I'm just hoping to get some empirical data on what happens in these scenarios. Once we iron it out we'll get it all wikified. Thanks, MC On Mon, Jun 4, 2012 at 3:21 AM, Jose Fco. Irles Dur? wrote: > I tried with "execute_on_originate" and with one "member" in the ring > group works, but when I have more than one member doesn't work. > > This is a log with one memeber on the ring group (user 100), this works: > http://pastebin.com/9rdeQhDf > > And this is with two members (user 100 and 171), don't work: > http://pastebin.com/aTdTTnnH > > My bridge args is: > [execute_on_originate=limit hash callwaiting 100 > 1]user/100 at 128.23.0.1,[execute_on_originate=limit hash callwaiting 171 > 1]user/171 at 128.23.0.1 for the second case. > > > I'm thinking that I need some event processing for doing this. > > > 2012/6/4 Michael Collins : > > Good point! Thanks for the tip. > > -MC > > > > On Sun, Jun 3, 2012 at 4:47 PM, Dave R. Kompel wrote: > >> > >> Change that to "execute_on_originate". On answer will blow the call off > if > >> it's over limits when the user answers. > >> > >> --Dave > >> > >> ________________________________ > >> From: Michael Collins [mailto:msc at freeswitch.org] > >> To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org > ] > >> Sent: Sun, 03 Jun 2012 13:54:08 -0700 > >> Subject: Re: [Freeswitch-users] limit app problem with loopback channels > >> > >> You can solve this issue by avoiding loopback. Don't use loopback unless > >> there is absolutely no other alternative. Try replacing the loopback > calls > >> in the group definition to "user/xxx" instead: > >> > >> > >> > >> >> data="[execute_on_answer='limit hash callwaiting 1000 1']user/1000, > >> [execute_on_answer='limit hash callwaiting > >> 1001 1']user/1001"/> > >> > >> > >> > >> This is just off the top of my head, so please do the usual testing and > >> tinkering before you report back that it does not work. :) > >> > >> -MC > >> > >> On Sun, Jun 3, 2012 at 8:47 AM, Jose Fco. Irles Dur? > >> wrote: > >>> > >>> Hello, > >>> > >>> I'm trying to limit calls to one user with limit application, all > >>> works fine when a user dials to the number user (the caller is > >>> transfered to limit_exceeded extension) > >>> > >>> But when a caller dials to the 2000 extensions (a "ring group" to > >>> loopback channels) and one of the users (for example 1001) answer the > >>> call, the limit app removes the limit count for this channel when the > >>> loopback channel disappears (when the direct bridge occurs between the > >>> caller channel and callee channel). > >>> > >>> Where is the problem? How can I avoid that the limit app removes the > >>> limit for this loopback channel? > >>> > >>> There is the fragmet of my dialplan (is the vainilla dialplan from git > >>> with the limit action added) > >>> > >>> ... > >>> > >>> expression="^(10[01][0-9])$"> > >>> > >>> > >>> >>> data="transfer_ringback=$${hold_music}"/> > >>> > >>> > >>> > >>> > >>> >>> data="user/${dialed_extension}@${domain_name}"/> > >>> > >>> > >>> >>> data="loopback/app=voicemail:default ${domain_name} > >>> ${dialed_extension}"/> > >>> > >>> > >>> > >>> > >>> > >>> >>> data="loopback/1000/default,loopback/1001/default"/> > >>> > >>> > >>> > >>> ... > >>> > >>> > >>> -- > >>> Jose Fco. Irles Dur? > >>> > >> > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > Jose Fco. Irles Dur? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/41763885/attachment-0001.html From jeremyc at ssimicro.com Mon Jun 4 19:57:00 2012 From: jeremyc at ssimicro.com (Jeremy Childs) Date: Mon, 04 Jun 2012 09:57:00 -0600 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> Message-ID: <4FCCDACC.5070304@ssimicro.com> I'm also very interested in some answers! I've been bitten by att_xfer in the past. Is getting dialplan processing working within the att_xfer function possible, and just a low priority for implementation, or is there some technical reason why this is not feasible? Lastly, is this somewhere that execute_extension can help? I've never been able to get it to work inside att_xfer. On 12-06-04 8:53 AM, Dmitry Sytchev wrote: > I asked this question many times on mailing list, and now I'm sure > this can't be really done with loopback. > The only alternative for loopback is to re-inject call into FS via > some separate Sofia profile, and specify that profile in string for > att_xfer. > This brings up large amount of troubles including DTMF transcoding, > sequential att_xfer attempt recognition and overall voice/dtmf delay > introduced by chained channels. Maybe some channels can be moved out > of scene by using 'simplify' api on correct channels, but this needs > tests. > > Anyway, loopback channel in FS is completely unusable, so we do need > to have some best practices on how to do things without it in FS > wiki... Maybe I have time and will describe our experience soon. > > 2012/6/4 Michael Collins > > > > > On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus > wrote: > > I know you can do anything in the dialstring. But intended > feature is to allow the user to do an attended transfer to any > number that they could reach via the default calling. The > default outbound path already has a LOT of stuff set up and it > would be impossible to duplicate that within a SINGLE > dialstring in a function call. > What is needed is for an att_xfer to be able to have leg C hit > the dialplan and bridged however a "normal" leg B to that > number would be called. > Does this make sense? > > Perhaps, but I remain unconvinced that this scenario is impossible > without loopback. How about the OP actually supply a sample Lua > script and dialplan and call log? I'd be willing to wager that the > gurus could come up with a non-evil alternative that actually > works. Just because loopback seems like a clean solution doesn't > necessarily mean that it is. I'll leave it to Anthony to give the > technical reasons why loopback doesn't always work as one would > expect or why it should be avoided wherever possible. > > -MC > > > -Avi > > > > On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins > > wrote: > > Au contraire mon frere! > > You can do multiple things in a dialstring, like setting > channel variables. You can also use > execute_on_ring/media/answer to execute the extension with > doing all the loopback overhead. > > I propose an experiment: provide a dialplan and loopback > dialstring and we'll see if we can't give you a > non-loopbackish alternative. > > -MC > > > On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus > > wrote: > > ... all the normal dialplan handling. Setting CID, > options, LCR stuff, billing controls. > -Avi > > > On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins > > wrote: > > Let me rephrase... > > Since loopback is generally evil and should be > avoided wherever possible, what does loopback give > you that you can't get from doing a normal dialstring? > -MC > > > On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus > > wrote: > > ... because att_xfer seems to require a > "sofia/$profile/$destination" directive, and > he just wants the call to hit the dialplan. > > -Avi > > > On Fri, Jun 1, 2012 at 8:13 PM, Michael > Collins > wrote: > > Why do you need to use loopback at all? > -MC > > > On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake > > wrote: > > Got a lua script for a B-party > "mid-call menu". Is it legitimate to do.. > "session:execute("att_xfer", > "loopback/"..destnum)" > > I've tried it and it seems to start > off doing the right things, but my > A-party gets disconnected as soon as > the call to the C-Party (the person > I'm transferring the call to) answers > the call. > > Maybe better to try to orchestrate the > entire affair from within the lua > script? (Tricky for a beginner like me!) > > Thanks, > Alex > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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, > > Dmitry Sytchev, > IT Engineer > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/863ae59d/attachment-0001.html From marketing at cluecon.com Mon Jun 4 20:55:22 2012 From: marketing at cluecon.com (Michael Collins) Date: Mon, 4 Jun 2012 09:55:22 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly News And Notes Message-ID: Happy June to all! We had a busy month of May but last Wednesday (May 30) we took a break from the formal presentations on the FreeSWITCH conference call and instead focused some time and energy on topics of general interest to our community. Feel free to downloadlast week's conference call recording and listen to Travis Cross and myself discuss the pros and cons of licensing for content other than source code, such as the wiki documentation and the sounds we've recorded over the years. Another topic of interest is the original FreeSWITCH book, a.k.a. the "bridge book" because of the cover photograph. Can you believe that this summer it will be two years since the book was released? The FreeSWITCH team and a number of interested community members have been discussing what a second edition would look like - what changes would be made, what new content could be added, etc. We have no definitive plans at the moment, so now is the time to talk about what you would like to see. Do you have an idea on how to make the second edition of the FreeSWITCH book even better? If so, please let us know. Perhaps by ClueCon 2013 we'll have a brand new book on the shelves! Speaking of ClueCon , we would like to let everyone know that the plans for this year's event are coming along nicely. Our speaker list is growing and the schedule is filling out. We still have a few openings, so please get your speaking proposals in to us right away. We are looking forward to seeing everyone again this August, so please registernow, that way we can make plans for ancillary events like the welcome reception. Thanks for being such a great community! Talk to you next week. -- Michael S Collins ClueCon Team http://www.cluecon.com 877-7-4ACLUE cc12-0604 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/176fa5d2/attachment.html From admin at blindi.net Mon Jun 4 21:00:23 2012 From: admin at blindi.net (Thomas Hoellriegel) Date: Mon, 4 Jun 2012 19:00:23 +0200 (CEST) Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: <4FCCD4E1.9050703@endigotech.com> References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> <4FCCD4E1.9050703@endigotech.com> Message-ID: Hi Brian, > What kind of voice chat are we talking about? There are plenty of voice > chat type things out there (skype for one). This is a Freeswitch-interface. This chat can be setup as a sipbased Freeswitch. Skype is proprietary and not opensource. You can.t setup skype to a simpli root server on textbase only system. >Specify your demographic Sorry, i.m. blind. grafic???? in a voicechat?? I don.t understand! Skype is not operable on simple text based systems. the installation of freeswitch on skype is very difficult. --------------- Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: http://www.blindi.net/callback homepage: http://www.blindi.net blinde-misc mailingliste f?r blinde. anmeldung unter: http://www.blindi.net/mailman/listinfo/blinde-misc From anthony.minessale at gmail.com Mon Jun 4 21:03:39 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 4 Jun 2012 12:03:39 -0500 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: <4FCCDACC.5070304@ssimicro.com> References: <4FC896B8.9070102@digitalmail.com> <4FCCDACC.5070304@ssimicro.com> Message-ID: This thread is all FUD now, please disregard above. att_xfer and loopback endpoint are both crutches but they work at the cost of elegance since you are doing emulated behaviors. Your problem probably comes from the loopback bow-out happening too soon that tries to cut its way out of the call.. You should be looking at logs and finding the root of the problem not guessing at things. My recommendation: 1) Make sure you are on latest GIT we have fixed a few issues in both in the recent past. 2) try {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo in your dialstring --- This may eliminate the loopback right off the bat. 3) try {ignore_early_media=ring_ready}}loopback/foo ---- it may just need to wait for the call to be answered. 4) try {loopback_bowout=false}loopback/foo --- the bummer here is it will never eliminate loopback On Mon, Jun 4, 2012 at 10:57 AM, Jeremy Childs wrote: > I'm also very interested in some answers! I've been bitten by att_xfer in > the past. > > Is getting dialplan processing working within the att_xfer function > possible, and just a low priority for implementation, or is there some > technical reason why this is not feasible? > > Lastly, is this somewhere that execute_extension can help? I've never been > able to get it to work inside att_xfer. > > > > On 12-06-04 8:53 AM, Dmitry Sytchev wrote: > > I asked this question many times on mailing list, and now I'm sure this > can't be really done with loopback. > The only alternative for loopback is to re-inject call into FS via some > separate Sofia profile, and specify that profile in string for att_xfer. > This brings up large amount of troubles including DTMF transcoding, > sequential att_xfer attempt recognition and overall voice/dtmf delay > introduced by chained channels. Maybe some channels can be moved out of > scene by using 'simplify' api on correct channels, but this needs tests. > > Anyway, loopback channel in FS is completely unusable, so we do need to have > some ?best practices on how to do things without it in FS wiki... Maybe I > have time and will describe our experience soon. > > 2012/6/4 Michael Collins >> >> >> >> On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: >>> >>> I know you can do anything in the dialstring. But intended feature is to >>> allow the user to do an attended transfer to any number that they could >>> reach via the default calling. The default outbound path already has a LOT >>> of stuff set up and it would be impossible to duplicate that within a SINGLE >>> dialstring in a function call. >>> What is needed is for an att_xfer to be able to have leg C hit the >>> dialplan and bridged however a "normal" leg B to that number would be >>> called. >>> Does this make sense? >> >> Perhaps, but I remain unconvinced that this scenario is impossible without >> loopback. How about the OP actually supply a sample Lua script and dialplan >> and call log? I'd be willing to wager that the gurus could come up with a >> non-evil alternative that actually works. Just because loopback seems like a >> clean solution doesn't necessarily mean that it is. I'll leave it to Anthony >> to give the technical reasons why loopback doesn't always work as one would >> expect or why it should be avoided wherever possible. >> >> -MC >> >>> >>> -Avi >>> >>> >>> >>> On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins >>> wrote: >>>> >>>> Au contraire mon frere! >>>> >>>> You can do multiple things in a dialstring, like setting channel >>>> variables. You can also use execute_on_ring/media/answer to execute the >>>> extension with doing all the loopback overhead. >>>> >>>> I propose an experiment: provide a dialplan and loopback dialstring and >>>> we'll see if we can't give you a non-loopbackish alternative. >>>> >>>> -MC >>>> >>>> >>>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: >>>>> >>>>> ... all the normal dialplan handling. Setting CID, options, LCR stuff, >>>>> billing controls. >>>>> -Avi >>>>> >>>>> >>>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins >>>>> wrote: >>>>>> >>>>>> Let me rephrase... >>>>>> >>>>>> Since loopback is generally evil and should be avoided wherever >>>>>> possible, what does loopback give you that you can't get from doing a normal >>>>>> dialstring? >>>>>> -MC >>>>>> >>>>>> >>>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >>>>>>> >>>>>>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>>>>>> directive, and he just wants the call to hit the dialplan. >>>>>>> >>>>>>> -Avi >>>>>>> >>>>>>> >>>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins >>>>>>> wrote: >>>>>>>> >>>>>>>> Why do you need to use loopback at all? >>>>>>>> -MC >>>>>>>> >>>>>>>> >>>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>>>>>> do.. >>>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>>>>>> >>>>>>>>> I've tried it and it seems to start off doing the right things, but >>>>>>>>> my >>>>>>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>>>>>> person >>>>>>>>> I'm transferring the call to) answers the call. >>>>>>>>> >>>>>>>>> Maybe better to try to orchestrate the entire affair from within >>>>>>>>> the lua >>>>>>>>> script? (Tricky for a beginner like me!) >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Alex >>>>>>>> >>>>>>>> >>>>>>>> >>>>>> >>>>>> >>>> >>>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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, > > Dmitry Sytchev, > IT Engineer > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From freeswitch at scottisheyes.com Mon Jun 4 21:34:49 2012 From: freeswitch at scottisheyes.com (James) Date: Mon, 4 Jun 2012 10:34:49 -0700 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> <4FCCD4E1.9050703@endigotech.com> Message-ID: baresip is a console-based open source SIP client. http://www.creytiv.com/baresip.html The documentation could be better, but it's text-based (assume that running in the console or terminal is what you meant by text-based). On Mon, Jun 4, 2012 at 10:00 AM, Thomas Hoellriegel wrote: > Hi Brian, > > What kind of voice chat are we talking about? There are plenty of voice >> chat type things out there (skype for one). >> > > This is a Freeswitch-interface. > This chat can be setup as a sipbased Freeswitch. > > Skype is proprietary and not opensource. > You can.t setup skype to a simpli root server on textbase only system. > > Specify your demographic >> > > Sorry, i.m. blind. grafic???? in a voicechat?? I don.t understand! > > Skype is not operable on simple text based systems. > the installation of freeswitch on skype is very difficult. > > > > --------------- > Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: > http://www.blindi.net/callback > homepage: http://www.blindi.net > blinde-misc mailingliste f?r blinde. anmeldung unter: > http://www.blindi.net/mailman/**listinfo/blinde-misc > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/d8837bbd/attachment.html From josefu at gmail.com Mon Jun 4 21:45:46 2012 From: josefu at gmail.com (=?ISO-8859-1?Q?Jose_Fco=2E_Irles_Dur=E1?=) Date: Mon, 4 Jun 2012 19:45:46 +0200 Subject: [Freeswitch-users] limit app problem with loopback channels In-Reply-To: References: <20120603234751.68a5e203@mail.tritonwest.net> Message-ID: > Hmm, not entirely sure why it's doing that. It looks like the limit is being > called twice for each dialstring. Just for kicks, can you change > execute_on_originate to execute_on_media? If that doesn't work, try > execute_on_ring as well. I'm just hoping to get some empirical data on what > happens in these scenarios. Once we iron it out we'll get it all wikified. With execute_on_ring works, with execute_on_media or execute_on_originate doesn't work. I also tried another approach with a lua script that starts with freeswitch, receive the "CHANNEL_CALLSTATE" events, increment/drecrement my counters and insert the uuid of the calls that i need for pickup/spy later. -- Jose Fco. Irles Dur? From babak.freeswitch at gmail.com Mon Jun 4 21:54:41 2012 From: babak.freeswitch at gmail.com (babak yakhchali) Date: Mon, 4 Jun 2012 22:24:41 +0430 Subject: [Freeswitch-users] help with lua and callcenter Message-ID: Hi In the following lua function, I want to invoke VMX(another function) after execution of callcenter is completed. but it seems when agent answers the call from callcenter, execution continues from the line after "session:execute("callcenter","tehccq");", I mean it is not waiting till the dialog between agent and member ends. Is it normal (or I'm doing something wrong)? if it is normal is there anyway I can get this working the way I need? thanx function DialCallCenter() setLastState('CALLCENTER'); session:execute('answer'); current_call_add(customerId,callerNumber,firstname,lastname); session:execute("callcenter","tehccq"); local agent_found = session:getVariable('cc_agent_found'); freeswitch.consoleLog("info","hellophone:cc agent"..(agent_found or "")); if agent_found == nil or agent_found ~= 'true' then VMX('no-answer-leave-a-message'); end return true; end -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/60c8a82d/attachment.html From bdfoster at endigotech.com Mon Jun 4 22:21:27 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 4 Jun 2012 14:21:27 -0400 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> <4FCCD4E1.9050703@endigotech.com> Message-ID: I don't understand what you are trying to accomplish. You said you were blind, which is why it should be text based, but what exactly are you trying to accomplish? I downloaded your files but that doesn't tell me much. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 4, 2012 1:01 PM, "Thomas Hoellriegel" wrote: > Hi Brian, > >> What kind of voice chat are we talking about? There are plenty of voice >> chat type things out there (skype for one). >> > > This is a Freeswitch-interface. > This chat can be setup as a sipbased Freeswitch. > > Skype is proprietary and not opensource. > You can.t setup skype to a simpli root server on textbase only system. > > Specify your demographic >> > > Sorry, i.m. blind. grafic???? in a voicechat?? I don.t understand! > > Skype is not operable on simple text based systems. > the installation of freeswitch on skype is very difficult. > > > --------------- > Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: > http://www.blindi.net/callback > homepage: http://www.blindi.net > blinde-misc mailingliste f?r blinde. anmeldung unter: > http://www.blindi.net/mailman/**listinfo/blinde-misc > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/40a43a18/attachment.html From vvenkatar at gmail.com Mon Jun 4 22:42:21 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Mon, 4 Jun 2012 11:42:21 -0700 Subject: [Freeswitch-users] Setting custom SIP headers on transferring call leg. Message-ID: Hi ! Apologies if this question has already been answered. I am developing a simple IVR application using JS. The application simply answers the call; does a bunch of stuff. One of the things it does is to transfer the call to an extension. I want to be able to set some custom SIP headers on the "outbound" call leg. I tried using session.setVariable("variable_sip_h_X-My-Header", "my_value"), but don't see the header in the outbound invite. I suspect that this is acting on the session object of the incoming call and not on the outbound. Wanted to know if freeswitch provides this capability and if yes, the semantics for the same when used via JS. Any help would be great. Regards, Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/68936ea6/attachment.html From modesto at isimples.com.br Mon Jun 4 23:05:24 2012 From: modesto at isimples.com.br (Antonio Modesto) Date: Mon, 04 Jun 2012 16:05:24 -0300 Subject: [Freeswitch-users] Doubts with att_xfer Message-ID: <1338836724.3534.12.camel@modesto.localdomain.net> Hi, I am trying to enable att_xfer for calls that come from pstn, these call are being routed to an internal registered SIP Phone. In asterisk I had those options "Tt" in the Dial application to enable transfer to the caller party and to the calling party. The question is that for internal call I want both legs be able to transfer to whoever they want, but for external calls I want just the internal leg be able to transfer calls. How can I do that? Regards. From msc at freeswitch.org Mon Jun 4 23:05:38 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 12:05:38 -0700 Subject: [Freeswitch-users] FreeSWITCH Conference Call June 6 Message-ID: Hello all! Just an update: We've rescheduled Darren's SIP 101 discussion for June 20th. Also, this Wednesday, June 6th yours truly will be doing an introduction to mod_httapi! We will be keeping it simple this week: just getting your server up and running, trying out the sample code, and maybe we'll do some what-if's from the audience. The agenda is here: http://wiki.freeswitch.org/wiki/FS_weekly_2012_06_06 Keep in mind that mod_httapi allows for *your* FreeSWITCH server to call *my * web server to get dialplan instructions, so be sure to compile and enable mod_httapi on your systems. Talk to you Wednesday! -Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/81cd1af4/attachment.html From msc at freeswitch.org Mon Jun 4 23:27:28 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 12:27:28 -0700 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Message-ID: Try setting ringback variable before executing the ring_ready app. -MC On Mon, Jun 4, 2012 at 3:13 AM, M.Emran wrote: > > IVR means to play a native sound file i.e. "You have 10 minutes" > > I tried to set ringback data on dialplan. i got some noise or some tone. > here is my settings. > > > > > > > > > > Am i doing any wrong ? > > On Mon, Jun 4, 2012 at 5:54 AM, Michael Collins wrote: > >> You're getting into a tricky area here. You want to ignore early media, >> yet you want your clients to hear original ring tone of the B leg after you >> play an "IVR". (I honestly don't know what you mean by "IVR" here, but I'm >> assuming you just mean some sort of recorded message.) >> >> As far as using "say" or anything else like that you need to read up on >> phrase macros. I recommend starting here: >> >> http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Phrases_Section_Primer >> >> Also, chapter 6 of the FS book has some good information on this subject. >> It recommends that you look at sounds.xml in conf/lang/en/vm/ to get an >> idea of some of the things you can do with phrase macros. >> >> -MC >> >> >> On Sun, Jun 3, 2012 at 2:17 PM, Mohammad Emran wrote: >> >>> Thnkx for ur faster redponse. >>> >>> Yes.i wanna ignore early media. >>> >>> Actually my aim is to save time of playing ivr n when finished ivr >>> clients will hear original ringtone of leg-b. >>> >>> On the ringback, how i can call SAY command to announce minutes? >>> >>> It would helpfull if i get an example. >>> >>> Sent from my iPhone >>> >>> On Jun 4, 2012, at 3:08 AM, Michael Collins wrote: >>> >>> Are you ignoring early media from the target leg? If so you can just set >>> the ringback variable to be the announcement (like >>> ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then >>> whatever ringing/music/etc. that you want them to hear while the call is >>> being connected. >>> >>> You might want to use this !-separated list of sound files method to >>> play multiple sounds in the ringback: >>> >>> http://wiki.freeswitch.org/wiki/Mod_file_string >>> >>> -MC >>> >>> On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: >>> >>>> Hi >>>> >>>> I would like play minute announce ivr during the process of call. >>>> Cause it will reduce connect time on client side. >>>> >>>> Pls advise how to do that. >>>> >>>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/dcaf98af/attachment-0001.html From admin at blindi.net Mon Jun 4 23:33:26 2012 From: admin at blindi.net (Thomas Hoellriegel) Date: Mon, 4 Jun 2012 21:33:26 +0200 (CEST) Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> <4FCCD4E1.9050703@endigotech.com> Message-ID: Hi Brain, > I don't understand what you are trying to accomplish. >You said you were > blind, which is why it should be text based, but what exactly are you > trying to accomplish? >ou meant something of a graphics demo. I can.t look any grafics. Mmy intention is: I like to create a Unified Messaging chat. Since there are many blind people, they rely on language. One can make with the help of these forums people information easily accessible. Since the functions I have a very well thought out, you could also use this system well in the bussiness areas. I downloaded your files but that doesn't tell me much. I means i have a idea, but i.m. not a programmer. I have setup the database, and i documented the features to progamm a professional voicechat for free. Sip is open and very flexible. > --------------- Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: http://www.blindi.net/callback homepage: http://www.blindi.net blinde-misc mailingliste f?r blinde. anmeldung unter: http://www.blindi.net/mailman/listinfo/blinde-misc From msc at freeswitch.org Mon Jun 4 23:54:02 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 12:54:02 -0700 Subject: [Freeswitch-users] Music on hold while I add someone to the conference In-Reply-To: <1338803698.17011.YahooMailNeo@web132306.mail.ird.yahoo.com> References: <1338803698.17011.YahooMailNeo@web132306.mail.ird.yahoo.com> Message-ID: Chris, Wow, that's a really well-written wiki page! My hat's off to whomever wrote all that. :) Okay, my guess is that you just need to have the "wait-mod" flag set when sending people into the conference. I'd modify both occurrences of the conference app to add the flag. In the "normal" extension ("46\d\d" in the wiki example) do this: In the "moderator" extension ("*46\d\d" in the wiki example) do this: In my wiki example I didn't actually make the person who dials *46xx an actual "moderator" per se; I simply gave them the BDA controls. I'll update the wiki to make *46xx set the moderator flag. -MC On Mon, Jun 4, 2012 at 2:54 AM, Chris B. Ware wrote: > Hi, > > I'm testing example reported here: > > http://wiki.freeswitch.org/wiki/Conference_Add_Call_Example > > > I'd like to modify extension "Add new OB call to conference" in order to > play music on hold to the other conference members , while moderator digit > a new member number to add. In my case we have a conference with A > (moderator) and B (first member) and A try to add C. That's my conf: > > > > /> > > > > > data="ADD_CALL_TO_CONF_${target_num}"/> > > > > > Everything works except B can't hear any music. Where's the error? > > > Thank you > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/6b8f1c1b/attachment.html From msc at freeswitch.org Tue Jun 5 00:01:43 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 13:01:43 -0700 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> <4FCCD4E1.9050703@endigotech.com> Message-ID: Hi Thomas, I appreciate your effort in communicating here and in trying to make something the helps other blind and visually-impaired users. When Brian Foster asked about "demographics" he was using an English word that really means "target audience" or something like that. ( www.freetranslation.com translates it into German as "Demografisch" if that helps.) What he was asking is, "Who would use the software that you are wanting to build?" You've already answered part of that question: people who use screen readers and need a text-based setup. I believe another person mentioned Baresip in this email thread. If you haven't checked that out you might want to. It could give you some ideas on how to proceed. Thanks, Michael On Mon, Jun 4, 2012 at 12:33 PM, Thomas Hoellriegel wrote: > > Hi Brain, > > I don't understand what you are trying to accomplish. >> You said you were >> blind, which is why it should be text based, but what exactly are you >> trying to accomplish? >> > > ou meant something of a graphics demo. >> > I can.t look any grafics. > > Mmy intention is: > I like to create a Unified Messaging chat. > Since there are many blind people, they rely on language. > One can make with the help of these forums people information easily > accessible. > Since the functions I have a very well thought out, you could also use > this system well in the bussiness areas. > > > I downloaded your files but that doesn't tell me much. > > I means i have a idea, but i.m. not a programmer. > I have setup the database, and i documented the features to progamm a > professional voicechat for free. > > Sip is open and very flexible. > > >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/4e5aa61b/attachment.html From monemran at gmail.com Tue Jun 5 00:12:57 2012 From: monemran at gmail.com (Mohammad Emran) Date: Tue, 5 Jun 2012 02:12:57 +0600 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Message-ID: It works...great! Freeswitch rocks!!!! It seems sound file played faster.is there any variable to play file slowly??? Sent from my iPad On Jun 5, 2012, at 1:27 AM, Michael Collins wrote: > Try setting ringback variable before executing the ring_ready app. > -MC > > On Mon, Jun 4, 2012 at 3:13 AM, M.Emran wrote: > > IVR means to play a native sound file i.e. "You have 10 minutes" > > I tried to set ringback data on dialplan. i got some noise or some tone. here is my settings. > > > > > > > > > > Am i doing any wrong ? > > On Mon, Jun 4, 2012 at 5:54 AM, Michael Collins wrote: > You're getting into a tricky area here. You want to ignore early media, yet you want your clients to hear original ring tone of the B leg after you play an "IVR". (I honestly don't know what you mean by "IVR" here, but I'm assuming you just mean some sort of recorded message.) > > As far as using "say" or anything else like that you need to read up on phrase macros. I recommend starting here: > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Phrases_Section_Primer > > Also, chapter 6 of the FS book has some good information on this subject. It recommends that you look at sounds.xml in conf/lang/en/vm/ to get an idea of some of the things you can do with phrase macros. > > -MC > > > On Sun, Jun 3, 2012 at 2:17 PM, Mohammad Emran wrote: > Thnkx for ur faster redponse. > > Yes.i wanna ignore early media. > > Actually my aim is to save time of playing ivr n when finished ivr clients will hear original ringtone of leg-b. > > On the ringback, how i can call SAY command to announce minutes? > > It would helpfull if i get an example. > > Sent from my iPhone > > On Jun 4, 2012, at 3:08 AM, Michael Collins wrote: > >> Are you ignoring early media from the target leg? If so you can just set the ringback variable to be the announcement (like ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then whatever ringing/music/etc. that you want them to hear while the call is being connected. >> >> You might want to use this !-separated list of sound files method to play multiple sounds in the ringback: >> >> http://wiki.freeswitch.org/wiki/Mod_file_string >> >> -MC >> >> On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran wrote: >> Hi >> >> I would like play minute announce ivr during the process of call. Cause it will reduce connect time on client side. >> >> Pls advise how to do that. >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/e6d4bfb8/attachment-0001.html From msc at freeswitch.org Tue Jun 5 00:19:46 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 13:19:46 -0700 Subject: [Freeswitch-users] How to play ivr on background? In-Reply-To: References: <71E43EA5-B5C3-499C-8B5A-73A682398FA8@gmail.com> <0AB3DD47-BA77-49B5-B6DC-516812415001@gmail.com> Message-ID: That's a totally different question. I would check the file encoding, try different files, use sox to modify the source file, etc. In any case, I'm glad you got it working. -MC On Mon, Jun 4, 2012 at 1:12 PM, Mohammad Emran wrote: > It works...great! > > Freeswitch rocks!!!! > > It seems sound file played faster.is there any variable to play file > slowly??? > > > > Sent from my iPad > > On Jun 5, 2012, at 1:27 AM, Michael Collins wrote: > > Try setting ringback variable before executing the ring_ready app. > -MC > > On Mon, Jun 4, 2012 at 3:13 AM, M.Emran < > monemran at gmail.com> wrote: > >> >> IVR means to play a native sound file i.e. "You have 10 minutes" >> >> I tried to set ringback data on dialplan. i got some noise or some tone. >> here is my settings. >> >> >> >> >> >> >> >> >> >> Am i doing any wrong ? >> >> On Mon, Jun 4, 2012 at 5:54 AM, Michael Collins < >> msc at freeswitch.org> wrote: >> >>> You're getting into a tricky area here. You want to ignore early media, >>> yet you want your clients to hear original ring tone of the B leg after you >>> play an "IVR". (I honestly don't know what you mean by "IVR" here, but I'm >>> assuming you just mean some sort of recorded message.) >>> >>> As far as using "say" or anything else like that you need to read up on >>> phrase macros. I recommend starting here: >>> >>> >>> http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Phrases_Section_Primer >>> >>> Also, chapter 6 of the FS book has some good information on this >>> subject. It recommends that you look at sounds.xml in conf/lang/en/vm/ to >>> get an idea of some of the things you can do with phrase macros. >>> >>> -MC >>> >>> >>> On Sun, Jun 3, 2012 at 2:17 PM, Mohammad Emran < >>> monemran at gmail.com> wrote: >>> >>>> Thnkx for ur faster redponse. >>>> >>>> Yes.i wanna ignore early media. >>>> >>>> Actually my aim is to save time of playing ivr n when finished ivr >>>> clients will hear original ringtone of leg-b. >>>> >>>> On the ringback, how i can call SAY command to announce minutes? >>>> >>>> It would helpfull if i get an example. >>>> >>>> Sent from my iPhone >>>> >>>> On Jun 4, 2012, at 3:08 AM, Michael Collins < >>>> msc at freeswitch.org> wrote: >>>> >>>> Are you ignoring early media from the target leg? If so you can just >>>> set the ringback variable to be the announcement (like >>>> ivr/ivr-please_hold_while_your_party_is_being_reached.wav) and then >>>> whatever ringing/music/etc. that you want them to hear while the call is >>>> being connected. >>>> >>>> You might want to use this !-separated list of sound files method to >>>> play multiple sounds in the ringback: >>>> >>>> >>>> http://wiki.freeswitch.org/wiki/Mod_file_string >>>> >>>> -MC >>>> >>>> On Sun, Jun 3, 2012 at 2:00 PM, Mohammad Emran < >>>> monemran at gmail.com> wrote: >>>> >>>>> Hi >>>>> >>>>> I would like play minute announce ivr during the process of call. >>>>> Cause it will reduce connect time on client side. >>>>> >>>>> Pls advise how to do that. >>>>> >>>>> >>> >>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/cd6ffcc3/attachment.html From steveayre at gmail.com Tue Jun 5 03:09:15 2012 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 5 Jun 2012 00:09:15 +0100 Subject: [Freeswitch-users] Setting custom SIP headers on transferring call leg. In-Reply-To: References: Message-ID: The variable should be named sip_h_X-My-Header The variable_ prefix you see in the info app output is to differentiate variables from caller profile fields, but is not part of the variable name. If that fails to work, try using the export app (see the wiki) Sent from my iPad On 4 Jun 2012, at 19:42, Venkatesh wrote: > Hi ! > > Apologies if this question has already been answered. I am developing a simple IVR application using JS. The application simply answers the call; does a bunch of stuff. One of the things it does is to transfer the call to an extension. I want to be able to set some custom SIP headers on the "outbound" call leg. I tried using session.setVariable("variable_sip_h_X-My-Header", "my_value"), but don't see the header in the outbound invite. I suspect that this is acting on the session object of the incoming call and not on the outbound. Wanted to know if freeswitch provides this capability and if yes, the semantics for the same when used via JS. Any help would be great. > > Regards, > Venkatesh > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 vvenkatar at gmail.com Tue Jun 5 03:16:48 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Mon, 4 Jun 2012 16:16:48 -0700 Subject: [Freeswitch-users] Setting custom SIP headers on transferring call leg. In-Reply-To: References: Message-ID: Thank you very much for your response. I was able to get this working correctly after fixing this in my script.... Venkatesh On Mon, Jun 4, 2012 at 4:09 PM, Steven Ayre wrote: > The variable should be named sip_h_X-My-Header > > The variable_ prefix you see in the info app output is to differentiate > variables from caller profile fields, but is not part of the variable name. > > If that fails to work, try using the export app (see the wiki) > > Sent from my iPad > > > > On 4 Jun 2012, at 19:42, Venkatesh wrote: > > > Hi ! > > > > Apologies if this question has already been answered. I am developing a > simple IVR application using JS. The application simply answers the call; > does a bunch of stuff. One of the things it does is to transfer the call to > an extension. I want to be able to set some custom SIP headers on the > "outbound" call leg. I tried using > session.setVariable("variable_sip_h_X-My-Header", "my_value"), but don't > see the header in the outbound invite. I suspect that this is acting on the > session object of the incoming call and not on the outbound. Wanted to know > if freeswitch provides this capability and if yes, the semantics for the > same when used via JS. Any help would be great. > > > > Regards, > > Venkatesh > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/97a97a71/attachment.html From gamar at center.com Tue Jun 5 03:18:03 2012 From: gamar at center.com (Gilbert Amar) Date: Mon, 4 Jun 2012 16:18:03 -0700 Subject: [Freeswitch-users] How do you split bridged calls ? In-Reply-To: References: <20120523163913.b07558d1@mail.tritonwest.net> <002701cd3f7a$f3dd50a0$db97f1e0$@center.com> Message-ID: <000301cd42a8$4a82fdd0$df88f970$@center.com> Hello After several mistakes I find out that if you want to break a bridge, from a socket application, and keep managing the two legs in your application the solution is: uuid_transfer -both park inline //the inline does the magic here. then you can play phrases,get dtmf... and even re-bridge the two legs. Thanks to those who point me to the right direction. Gilbert From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Thursday, May 31, 2012 11:11 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] How do you split bridged calls ? I dropped your log file into our pastebin here: http://pastebin.freeswitch.org/19209 The log shows that the issue is not that FS is only trying to process the first leg, which can be seen by looking at lines 507 and 714. The problem here is that your inline dialplan is not being parsed properly. What's happening is that uuid_dual_transfer is literally trying to send the A leg to destination number "m:^:phrase:queue_position,5^ inline" and the B leg to destination number "m:^:phrase:queue_position,3^ inline". What are you trying to do with each leg of the call? I see that you are trying to announce the queue position, but what do you want to have happen after that? As it stands your call legs would probably just end after the announcement because there's nothing more to do. -MC On Thu, May 31, 2012 at 3:15 PM, Gilbert Amar wrote: Hello, I keep trying to split a bridged call. Using playback wav I have audio on both leg, but in my IVR I will need different message to be played to each leg. I do not know if this is a bug or not: I have audio only on one leg using uuid_transfer or uuid_dual_transfer for phrase. Test 1 api uuid_transfer -both 'm:^:phrase:queue_position,5^ inline' Test 2: api uuid_dual_transfer 'm:^:phrase:queue_position,5^ inline' 'm:^:phrase:queue_position,3^ inline' notice queue_position 5 for the first and 3 for the second. Please find attach a FS log showing for the second test that FS is only looking to process the first leg. Gilbert Details regarding the application and log. my dialplan Why use phrase instead of files, mainly experience with IVR building, easier to change, manage, can use parameters and language customization. Application Let's be optimistic and forget about any errors. Leg 1 call fs ext 5100 goes thru socket app api create_uuid for outgoing call execute playback phrase some other event initiate originate (in my case http request result) bgapi originate {origination_uuid=created_UUID}sofia/internal/1001%192.168.1.11 5100 // this way leg 2 ends also on my socket app Leg 2 outgoing call (ext 5100) execute playback phrase the 2 legs are there so now using DTMF handling on leg 1 DTMF 1 bridge the two legs DTMF 2 broadcast msg on the 2 leg , this work but wasn't used in the log provided DTMF 3 uuid_transfer or in our case uuid_dual_transfert leg 1 = sofia/internal/1000 at 192.168.1.11 leg 2 = sofia/internal/1001 at 192.168.1.11 From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Tuesday, May 29, 2012 1:04 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] How do you split bridged calls ? Sorry for the late reply, but I just wanted to mention for the sake of posterity/SEO that you could also use 'uuid_dual_transfer' if you want to send each leg to a different destination. http://wiki.freeswitch.org/wiki/Mod_commands#uuid_dual_transfer -MC On Wed, May 23, 2012 at 9:39 AM, Dave R. Kompel wrote: Or you could use uuid_transfer, such as "uuid_transfer -both park inline". If you want to use dialplan apps in the transfer just use the "inline" dialplan, and not XML. --Dave _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/76b372d1/attachment-0001.html From msc at freeswitch.org Tue Jun 5 03:45:40 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 4 Jun 2012 16:45:40 -0700 Subject: [Freeswitch-users] How do you split bridged calls ? In-Reply-To: <000301cd42a8$4a82fdd0$df88f970$@center.com> References: <20120523163913.b07558d1@mail.tritonwest.net> <002701cd3f7a$f3dd50a0$db97f1e0$@center.com> <000301cd42a8$4a82fdd0$df88f970$@center.com> Message-ID: Thanks for posting news of your success! Search engines all over the world send you their thanks. :P -MC On Mon, Jun 4, 2012 at 4:18 PM, Gilbert Amar wrote: > Hello **** > > ** ** > > After several mistakes I find out that if you want to break a bridge, from > a socket application, and keep managing the two legs in your application > the solution is:**** > > ** ** > > uuid_transfer -both park inline //the inline does the magic here.** > ** > > ** ** > > then you can play phrases,get dtmf... and even re-bridge the two legs.**** > > ** ** > > Thanks to those who point me to the right direction.**** > > ** ** > > Gilbert**** > > ** ** > > ** ** > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Michael > Collins > *Sent:* Thursday, May 31, 2012 11:11 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] How do you split bridged calls ?**** > > ** ** > > I dropped your log file into our pastebin here: > http://pastebin.freeswitch.org/19209 > > The log shows that the issue is not that FS is only trying to process the > first leg, which can be seen by looking at lines 507 and 714. The problem > here is that your inline dialplan is not being parsed properly. What's > happening is that uuid_dual_transfer is literally trying to send the A leg > to destination number "m:^:phrase:queue_position,5^ inline" and the B leg > to destination number "m:^:phrase:queue_position,3^ inline". > > What are you trying to do with each leg of the call? I see that you are > trying to announce the queue position, but what do you want to have happen > after that? As it stands your call legs would probably just end after the > announcement because there's nothing more to do. > > -MC**** > > On Thu, May 31, 2012 at 3:15 PM, Gilbert Amar wrote:*** > * > > Hello,**** > > **** > > I keep trying to split a bridged call.**** > > Using playback wav I have audio on both leg, but in my IVR I will need > different message to be played to each leg.**** > > I do not know if this is a bug or not:**** > > I have audio only on one leg using uuid_transfer or uuid_dual_transfer for > phrase.**** > > **** > > Test 1**** > > api uuid_transfer -both 'm:^:phrase:queue_position,5^ > inline'**** > > **** > > Test 2:**** > > api uuid_dual_transfer 'm:^:phrase:queue_position,5^ > inline' 'm:^:phrase:queue_position,3^ inline'**** > > **** > > notice queue_position 5 for the first and 3 for the second.**** > > **** > > **** > > Please find attach a FS log showing for the second test that FS is only > looking to process the first leg.**** > > **** > > Gilbert**** > > **** > > **** > > Details regarding the application and log.**** > > **** > > my dialplan**** > > **** > > **** > > **** > > **** > > **** > > **** > > **** > > Why use phrase instead of files, mainly experience with IVR building, > easier to change, manage, can use parameters and language customization.** > ** > > **** > > Application**** > > Let's be optimistic and forget about any errors.**** > > **** > > Leg 1 call fs ext 5100**** > > goes thru socket app**** > > api create_uuid for outgoing call**** > > execute playback phrase**** > > some other event initiate originate (in my case http request > result)**** > > bgapi originate > {origination_uuid=created_UUID}sofia/internal/1001%192.168.1.11 5100 // > this way leg 2 ends also on my socket app**** > > **** > > Leg 2 outgoing call (ext 5100) **** > > execute playback phrase**** > > **** > > the 2 legs are there so now using DTMF handling on leg 1**** > > **** > > DTMF 1 bridge the two legs**** > > DTMF 2 broadcast msg on the 2 leg , this work but wasn't used in > the log provided**** > > DTMF 3 uuid_transfer or in our case uuid_dual_transfert**** > > **** > > **** > > leg 1 = sofia/internal/1000 at 192.168.1.11**** > > leg 2 = sofia/internal/1001 at 192.168.1.11**** > > **** > > **** > > **** > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Michael > Collins > *Sent:* Tuesday, May 29, 2012 1:04 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] How do you split bridged calls ?**** > > **** > > Sorry for the late reply, but I just wanted to mention for the sake of > posterity/SEO that you could also use 'uuid_dual_transfer' if you want to > send each leg to a different destination. > http://wiki.freeswitch.org/wiki/Mod_commands#uuid_dual_transfer > > -MC**** > > On Wed, May 23, 2012 at 9:39 AM, Dave R. Kompel wrote:*** > * > > Or you could use uuid_transfer, such as "uuid_transfer -both park > inline". If you want to use dialplan apps in the transfer just use the > "inline" dialplan, and not XML.**** > > **** > > --Dave**** > > **** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120604/7d39857e/attachment.html From fvillarroel at yahoo.com Tue Jun 5 06:10:03 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Mon, 4 Jun 2012 19:10:03 -0700 (PDT) Subject: [Freeswitch-users] Transfer hangup but b-leg ring Message-ID: <1338862203.33799.YahooMailClassic@web160304.mail.bf1.yahoo.com> Hi. I am trying to use nibblebill and lcr. If originator (example 1006) account have zero balance and trying to call to 1004, the call hangup but the phone 1004 ring anyway. My dialplan: The log of call: http://pastebin.freeswitch.org/19228 How i can do? From miha at softnet.si Tue Jun 5 10:34:57 2012 From: miha at softnet.si (Miha) Date: Tue, 05 Jun 2012 08:34:57 +0200 Subject: [Freeswitch-users] Multi-tenant dilplans In-Reply-To: <03e101cd4268$41651cf0$c42f56d0$@bizfocused.com> References: <4FCC6641.9060406@softnet.si> <4FCC9197.1010101@softnet.si> <03e101cd4268$41651cf0$c42f56d0$@bizfocused.com> Message-ID: <4FCDA891.7070302@softnet.si> Hi @Sean, thanks:) Regards, Miha On 6/4/2012 5:39 PM, Sean Devoy wrote: > HI Miha, > > I can almost never answer a questi9on here, but this one I have working > perfectly. > > In the user directory where you define you extensions, you must set the > "context" for that user's/extension's dialplan: > pick your own value, > but match it in the dialplan. > > In the dialplan, you start with that context, and group your dialplan > directives under inside it. In this example someone from a Company_A > extension dials extension 200. You cann see how the context allows Company > A users to dial 200 and Company B users to dial extension 200 and get > different users. > > > > > > data="effective_caller_id_number=${internal_caller_id_number}"/> > data="effective_caller_id_name=${internal_caller_id_name}"/> > > > data="{sip_invite_domain=company_a.com}user/200 at company_a.com" /> > > > > > > ... > > > Just FYI, here is my full directory entry for extension 200 (which also has > a Shared Call Appearance that you may not want/need). I have changed the > domain names and password: > > > > > > > > > > > > > > > " > value="{presence_id=200 at company_a.com}${sofia_contact(200 at company_a.com)}"/> > > > > > I hope that helps. > > Sean > -----Original Message----- > From: Miha [mailto:miha at softnet.si] > Sent: Monday, June 04, 2012 6:45 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Multi-tenant dilplans > > On 6/4/2012 9:39 AM, Miha wrote: >> Hi, >> >> I set multi tenat for two domains which is forking well. Now I would >> like to seperate dialplans so that domain A will use default dialplan >> in directory dialplan/a and domain B will use default dialplan in >> directory dialplan/b. >> >> I have tried few things but every time fs use default dialplan. >> >> Thanks for help! >> >> Regards, >> Miha >> >> ______________________________________________________________________ >> ___ Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use >> rs >> http://www.freeswitch.org >> > Hi, > > I was having set wrong . > > THanks! > > Miha > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 miha at softnet.si Tue Jun 5 10:42:06 2012 From: miha at softnet.si (Miha) Date: Tue, 05 Jun 2012 08:42:06 +0200 Subject: [Freeswitch-users] internal/external dialing between different domains Message-ID: <4FCDAA3E.1010305@softnet.si> Hello, what is the best way to dial between domains (multi tentat) on same FS? Is better to route it internal or external (sbc send it back and use public dialplan to send it to right domain)? What would be the best way to route it internally, so that dialplan would not change if I add more domains? Users are now registered like this: if domain is enterprise.test.com, user will be number.enterprise. Thanks! BR; Miha From chrisbware at yahoo.it Tue Jun 5 14:42:55 2012 From: chrisbware at yahoo.it (Chris B. Ware) Date: Tue, 5 Jun 2012 11:42:55 +0100 (BST) Subject: [Freeswitch-users] Music on hold while I add someone to the conference Message-ID: <1338892975.53314.YahooMailNeo@web132303.mail.ird.yahoo.com> Thank you Michael, I'll test it. In the meanwhile I've found this workaround: ? ? ? ? ? ? ? ? ? ? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? uuid_broadcast and uuid_break do the trick! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/e51187b4/attachment.html From modesto at isimples.com.br Tue Jun 5 16:26:51 2012 From: modesto at isimples.com.br (Antonio Modesto) Date: Tue, 05 Jun 2012 09:26:51 -0300 Subject: [Freeswitch-users] Doubts with att_xfer In-Reply-To: <1338836724.3534.12.camel@modesto.localdomain.net> References: <1338836724.3534.12.camel@modesto.localdomain.net> Message-ID: <1338899211.20521.5.camel@modesto.localdomain.net> On Mon, 2012-06-04 at 16:05 -0300, Antonio Modesto wrote: > Hi, > > > I am trying to enable att_xfer for calls that come from pstn, these call > are being routed to an internal registered SIP Phone. In asterisk I had > those options "Tt" in the Dial application to enable transfer to the > caller party and to the calling party. The question is that for internal > call I want both legs be able to transfer to whoever they want, but for > external calls I want just the internal leg be able to transfer calls. > How can I do that? > > > Regards. I've tried to change this line in the Local_Extension, but it still doesn't work, only the originator of the call can do transfers: Has anybody any clue of what I've to do to get the transfers working on both legs? Thanks. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 miconda at gmail.com Tue Jun 5 16:41:44 2012 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Tue, 05 Jun 2012 14:41:44 +0200 Subject: [Freeswitch-users] unallocated number error after integrating FS with Kamailio In-Reply-To: <1336984433.38446.YahooMailClassic@web110806.mail.gq1.yahoo.com> References: <1336984433.38446.YahooMailClassic@web110806.mail.gq1.yahoo.com> Message-ID: <4FCDFE88.9020102@gmail.com> Hello, On 5/14/12 10:33 AM, Sherif Omran wrote: > Hello Guys, > > I have Kamailio + FS running on the same server and integrated > together according to this tutorial as SBC + Media Services > > http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc > > Issues: > 1- 2 Sip softphones are registered. I can see them online in kamailio. > When I call FS Echo service, it works. However, when I call the other > softphone number, it gives unallocated number. > 2- If user is unreachable, I should get to his voice mail. But I get > also unknown Invalid application voice mail. > > Any body figures this error? > do you get the INVITE out of FreeSwitch, back to Kamailio? You can use ngrep to watch the sip traffic on the network, be sure you use the option '-d any' to listen on all interfaces. You can send the ngrep output here if you don't figure out yourself. If the call is not sent out, then something is wrong with your dialplan, not intercepting the call to be sent out, but probably terminating it due to now explicit rule for it. Cheers, Daniel -- Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio Advanced Training, Seattle, USA, Sep 23-26, 2012 - http://asipto.com/u/katu Kamailio Practical Workshop, Netherlands, Sep 10-12, 2012 - http://asipto.com/u/kpw -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/d914ff9f/attachment.html From ahe.sanath at gmail.com Tue Jun 5 16:48:16 2012 From: ahe.sanath at gmail.com (Sanath Prasanna) Date: Tue, 5 Jun 2012 18:18:16 +0530 Subject: [Freeswitch-users] "originate" Command not found in fs_cli Message-ID: Hi, when I run originate command in fs_cli following error coming. Pls advice to resolve that. freeswitch at internal> originate sofia/external/ivr/9179123456 9179123458 -ERR originate sofia/external/ivr/9179123456 9179123458 Command not found! Br, Sanath -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/aa4ccfd2/attachment.html From saami_mh at ymail.com Tue Jun 5 17:07:58 2012 From: saami_mh at ymail.com (Samira Mh) Date: Tue, 5 Jun 2012 06:07:58 -0700 (PDT) Subject: [Freeswitch-users] "originate" Command not found in fs_cli In-Reply-To: References: Message-ID: <1338901678.1847.YahooMailNeo@web120105.mail.ne1.yahoo.com> hi, If you have a phone registered to your FreeSWITCH server, then use the originate command from fs_cli. The basic syntax of originate is: originate Try the following and see what happens. Replace "1000" with the extension number of your phone: originate loopback/9664 1000 originate user/1000 9664 originate error/USER_BUSY 1000 originate loopback/9192 1000 originate loopback/4000 1000 ? ? ? ? ________________________________ From: Sanath Prasanna To: FreeSWITCH Users Help Sent: Tuesday, June 5, 2012 5:18 PM Subject: [Freeswitch-users] "originate" Command not found in fs_cli Hi, when I run originate command in fs_cli following error coming. Pls advice to resolve that. freeswitch at internal> originate sofia/external/ivr/9179123456?9179123458 -ERR originate? sofia/external/ivr/9179123456?9179123458?Command not found! Br, Sanath _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/c6784f9f/attachment-0001.html From odermann at googlemail.com Tue Jun 5 17:17:58 2012 From: odermann at googlemail.com (Dennis) Date: Tue, 5 Jun 2012 15:17:58 +0200 Subject: [Freeswitch-users] Missing event for "180 Ringing"? Message-ID: Hi, for us it seems as if there is an event missing for 180 Ringing. Is there a way to receive/activate this event? We are using ESL and are getting nearly all events we need. For "183 Session Progress SDP" we get "channel_progress_media" and for "200 OK SDP" we get "channel_answer". So we only need one more event... Thanks for your help Dennis From kamminthang.nengzalam at a-cti.com Tue Jun 5 18:26:07 2012 From: kamminthang.nengzalam at a-cti.com (Kamminthang Nengzalam) Date: Tue, 5 Jun 2012 19:56:07 +0530 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: Hi Guys, i want to configure openvox G400P in my freeswitch. Can anyone lemme kno how i should do it? will mod_gsmopen work and if so/not how a should make it work. Pliz and thank you in advance for helping..... Thanks, Kam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/39295003/attachment.html From gmaruzz at gmail.com Tue Jun 5 18:37:18 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 5 Jun 2012 16:37:18 +0200 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: On Tue, Jun 5, 2012 at 4:26 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > > i want to configure openvox G400P in my freeswitch. > Can anyone lemme kno how i should do it? > will mod_gsmopen work and if so/not how a should make it work. > mod_gsmopen will work on any server that has an USB port. You will need to use compatible GSM dongles. please read http://wiki.freeswitch.org/wiki/Gsmopen#What_Is_GSMopen and that entire wiki page. -giovanni > Pliz and thank you in advance for helping..... > > Thanks, > Kam > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120605/a9e4bda9/attachment.html From b2m at a-cti.com Tue Jun 5 18:49:56 2012 From: b2m at a-cti.com (Balamurugan Mahendran) Date: Tue, 5 Jun 2012 20:19:56 +0530 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: This particular module is actually on PCI, so guess it may not work. Thanks, Bala On Tue, Jun 5, 2012 at 8:07 PM, Giovanni Maruzzelli wrote: > On Tue, Jun 5, 2012 at 4:26 PM, Kamminthang Nengzalam < > kamminthang.nengzalam at a-cti.com> wrote: > >> >> i want to configure openvox G400P in my freeswitch. >> Can anyone lemme kno how i should do it? >> will mod_gsmopen work and if so/not how a should make it work. >> > > mod_gsmopen will work on any server that has an USB port. You will need to > use compatible GSM dongles. > please read http://wiki.freeswitch.org/wiki/Gsmopen#What_Is_GSMopen and > that entire wiki page. > > -giovanni > > > > > >> Pliz and thank you in advance for helping..... >> >> Thanks, >> Kam >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/e51ffb4b/attachment.html From Adam.Lappe at qsc.de Tue Jun 5 18:51:55 2012 From: Adam.Lappe at qsc.de (Lappe, Adam) Date: Tue, 5 Jun 2012 16:51:55 +0200 Subject: [Freeswitch-users] Freeswitch send 423 (Interval Too Brief) Message-ID: Hi all, is there a way to make freeswitch send a 423 (Interval Too Brief) during a SIP REGISTER request? I want to prevent clients to (re)register with a low expire-time and thus spam our network. The "sip-force-expires"-variable would work but don't seem to be SIP-compliant to me. >From RFC 3261: 10.3 Processing REGISTER Requests When receiving a REGISTER request, a registrar follows these steps: (...) 7. The registrar now processes each contact address in the Contact header field in turn. For each address, it determines the expiration interval as follows: - If the field value has an "expires" parameter, that value MUST be taken as the requested expiration. - If there is no such parameter, but the request has an Expires header field, that value MUST be taken as the requested expiration. - If there is neither, a locally-configured default value MUST be taken as the requested expiration. The registrar MAY choose an expiration less than the requested expiration interval. If and only if the requested expiration interval is greater than zero AND smaller than one hour AND less than a registrar-configured minimum, the registrar MAY reject the registration with a response of 423 (Interval Too Brief). This response MUST contain a Min-Expires header field that states the minimum expiration interval the registrar is willing to honor. It then skips the remaining steps. Thanks in Advance, Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/8c190136/attachment-0001.html From cristian.re.work at gmail.com Tue Jun 5 19:33:59 2012 From: cristian.re.work at gmail.com (cristian re) Date: Tue, 5 Jun 2012 17:33:59 +0200 Subject: [Freeswitch-users] how to: get session variable after api_hangup_hook Message-ID: Hello, I write a custom cpp module for freeswitch that exposes an API: SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup", my_hangup_api , MY_HANGUP_USAGE); I want to call this api from dialplan (after bridge hangup) for reading the variable "billmsec". I put this into my dialplan: After hangup freeswitch call correctly my API but I have not figured out how to get the variable. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/7cb4a7db/attachment.html From kamminthang.nengzalam at a-cti.com Tue Jun 5 20:06:55 2012 From: kamminthang.nengzalam at a-cti.com (Kamminthang Nengzalam) Date: Tue, 5 Jun 2012 21:36:55 +0530 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: i already have configure GSMopen for E1550 and it is working ok but the audio quality is not very good. Is there a way i can boost it or use openvox instead... Thanks, Kam On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > > Hi Guys, > > i want to configure openvox G400P in my freeswitch. > Can anyone lemme kno how i should do it? > will mod_gsmopen work and if so/not how a should make it work. > Pliz and thank you in advance for helping..... > > Thanks, > Kam > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/606b936a/attachment.html From steveu at coppice.org Tue Jun 5 20:14:51 2012 From: steveu at coppice.org (Steve Underwood) Date: Wed, 06 Jun 2012 00:14:51 +0800 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: <4FCE307B.30801@coppice.org> An E1550 is perfectly capable of giving the maximum audio quality GSM permits. If you are getting bad results perhaps you have the device in some dark corner with a weak signal. Steve On 06/06/2012 12:06 AM, Kamminthang Nengzalam wrote: > i already have configure GSMopen for E1550 and it is working ok but > the audio quality is not very good. > Is there a way i can boost it or use openvox instead... > > Thanks, > Kam > > On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam > > wrote: > > > Hi Guys, > > i want to configure openvox G400P in my freeswitch. > Can anyone lemme kno how i should do it? > will mod_gsmopen work and if so/not how a should make it work. > Pliz and thank you in advance for helping..... > > Thanks, > Kam > > From kamminthang.nengzalam at a-cti.com Tue Jun 5 20:31:11 2012 From: kamminthang.nengzalam at a-cti.com (Kamminthang Nengzalam) Date: Tue, 5 Jun 2012 22:01:11 +0530 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: i followed the wiki correctly. And i'm getting no error. Can you lemme kno how to get better sound quality...... Do i need to provide anything pliz lemme kno.... Thanks, Kam On Tue, Jun 5, 2012 at 9:36 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > i already have configure GSMopen for E1550 and it is working ok but the > audio quality is not very good. > Is there a way i can boost it or use openvox instead... > > Thanks, > Kam > > > On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam < > kamminthang.nengzalam at a-cti.com> wrote: > >> >> Hi Guys, >> >> i want to configure openvox G400P in my freeswitch. >> Can anyone lemme kno how i should do it? >> will mod_gsmopen work and if so/not how a should make it work. >> Pliz and thank you in advance for helping..... >> >> Thanks, >> Kam >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/efbb19bc/attachment.html From gmaruzz at gmail.com Tue Jun 5 20:54:28 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 5 Jun 2012 18:54:28 +0200 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: On Tue, Jun 5, 2012 at 6:06 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > i already have configure GSMopen for E1550 and it is working ok but the > audio quality is not very good. > In which way audio is not good (it's straight from the digital stream, so it's exactly how the carrier give it to you) ? Can you elaborate on this? > Is there a way i can boost it or use openvox instead... > > definitely not -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/1d6af250/attachment.html From bdfoster at endigotech.com Tue Jun 5 21:03:09 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 13:03:09 -0400 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: Maybe you've gotten used to the superior sound quality freeswitch provides :-) Your audio quality is dependent on the equipment you are using, and the E1550 is a good piece of equipment. Check your signal stregnth and make sure you are giving the equipment the best chance of working. If that device doesn't have an external Jack then USB port extenders work wonders. Just remember that GSM isn't a high quality codec. If your phones take GSM (most IP phones do) then make sure GSM is being used end to end (I.e. no transcoding). That might yield better sound quality, and you should be doing this to decrease the load being placed on your system. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 12:08 PM, "Kamminthang Nengzalam" < kamminthang.nengzalam at a-cti.com> wrote: > i already have configure GSMopen for E1550 and it is working ok but the > audio quality is not very good. > Is there a way i can boost it or use openvox instead... > > Thanks, > Kam > > On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam < > kamminthang.nengzalam at a-cti.com> wrote: > >> >> Hi Guys, >> >> i want to configure openvox G400P in my freeswitch. >> Can anyone lemme kno how i should do it? >> will mod_gsmopen work and if so/not how a should make it work. >> Pliz and thank you in advance for helping..... >> >> Thanks, >> Kam >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/2369932d/attachment-0001.html From bdfoster at endigotech.com Tue Jun 5 21:16:47 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 13:16:47 -0400 Subject: [Freeswitch-users] "originate" Command not found in fs_cli In-Reply-To: References: Message-ID: Your not understanding the dialstring aspect... Example: originate sofia/gateway/flowroute/13175551212 user/1000 at 192.168.1.79 Where sofia is the channel type, gateway is a keyword, flowroute is what I named my gateway, 13175551212 is the number I'm calling through my gateway flowroute, and user/1000 is the extension to send it to and 192.168.1.79 is the domain that user is attached to. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 8:49 AM, "Sanath Prasanna" wrote: > Hi, > when I run originate command in fs_cli following error coming. Pls advice > to resolve that. > > freeswitch at internal> originate sofia/external/ivr/9179123456 9179123458 > -ERR originate sofia/external/ivr/9179123456 9179123458 Command not > found! > > Br, > Sanath > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/c08e16b3/attachment.html From gmaruzz at gmail.com Tue Jun 5 21:17:03 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 5 Jun 2012 19:17:03 +0200 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: On Tue, Jun 5, 2012 at 7:03 PM, Brian Foster wrote: > Maybe you've gotten used to the superior sound quality freeswitch provides > :-) > > Your audio quality is dependent on the equipment you are using, and the > E1550 is a good piece of equipment. Check your signal stregnth and make > sure you are giving the equipment the best chance of working. If that > device doesn't have an external Jack then USB port extenders work wonders. > Just remember that GSM isn't a high quality codec. > > If your phones take GSM (most IP phones do) then make sure GSM is being > used end to end (I.e. no transcoding). That might yield better sound > quality, and you should be doing this to decrease the load being placed on > your system. > No, there is no transcoding to/from GSM codec with mod_gsmopen. mod_gsmopen takes a digital stream in signed linear (SL16) at 16 bit, 8 khz directly from the modem. It's the modem chipset that digitally converts from GSM codec to signed linear. So, mod_gsmopen passes to FreeSWITCH the SL16 stream 8khz, without touching it, in its purest form. But it's true that if you're used to use FreeSWITCH with 16khz (or superior) codecs, then you can be spoiled ;). -giovanni -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/52089e63/attachment.html From bdfoster at endigotech.com Tue Jun 5 21:31:46 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 13:31:46 -0400 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: Sorry, I misunderstood how that worked :-) Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 1:18 PM, "Giovanni Maruzzelli" wrote: > On Tue, Jun 5, 2012 at 7:03 PM, Brian Foster wrote: > >> Maybe you've gotten used to the superior sound quality freeswitch >> provides :-) >> >> Your audio quality is dependent on the equipment you are using, and the >> E1550 is a good piece of equipment. Check your signal stregnth and make >> sure you are giving the equipment the best chance of working. If that >> device doesn't have an external Jack then USB port extenders work wonders. >> Just remember that GSM isn't a high quality codec. >> >> If your phones take GSM (most IP phones do) then make sure GSM is being >> used end to end (I.e. no transcoding). That might yield better sound >> quality, and you should be doing this to decrease the load being placed on >> your system. >> > > No, there is no transcoding to/from GSM codec with mod_gsmopen. > > mod_gsmopen takes a digital stream in signed linear (SL16) at 16 bit, 8 > khz directly from the modem. It's the modem chipset that digitally converts > from GSM codec to signed linear. So, mod_gsmopen passes to FreeSWITCH the > SL16 stream 8khz, without touching it, in its purest form. > > But it's true that if you're used to use FreeSWITCH with 16khz (or > superior) codecs, then you can be spoiled ;). > > -giovanni > > -- > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/adb86c04/attachment.html From cliff at develix.com Tue Jun 5 21:36:16 2012 From: cliff at develix.com (Cliff Wells) Date: Tue, 05 Jun 2012 10:36:16 -0700 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... Message-ID: <1338917776.1915.19.camel@portable-evil> I've been getting this recently: 2012-06-05 10:31:44.579059 [ERR] mod_commands.c:4063 Error connecting 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6464 Error connecting 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6504 Error Opening DB 2012-06-05 10:31:44.619059 [WARNING] sofia_glue.c:6464 Max handles 50 exceeded, blocking.... Is there a workaround? I see runtime.max_db_handles = 50; in switch_core.c, so I assume there's no setting I can adjust to help. Would switching core to use ODBC solve the issue? Or something simpler? Regards, Cliff From cliff at develix.com Tue Jun 5 21:47:42 2012 From: cliff at develix.com (Cliff Wells) Date: Tue, 05 Jun 2012 10:47:42 -0700 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: <1338917776.1915.19.camel@portable-evil> References: <1338917776.1915.19.camel@portable-evil> Message-ID: <1338918462.1915.20.camel@portable-evil> On Tue, 2012-06-05 at 10:36 -0700, Cliff Wells wrote: > I've been getting this recently: > > 2012-06-05 10:31:44.579059 [ERR] mod_commands.c:4063 Error connecting > 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6464 Error connecting > 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6504 Error Opening DB > 2012-06-05 10:31:44.619059 [WARNING] sofia_glue.c:6464 Max handles 50 exceeded, blocking.... > > Is there a workaround? I see runtime.max_db_handles = 50; in > switch_core.c, so I assume there's no setting I can adjust to help. > Would switching core to use ODBC solve the issue? Or something simpler? > ... and in classic fashion, two minutes after posting I find the answer in autoload_configs/switch.conf.xml. Sorry for the noise. Cliff From bdfoster at endigotech.com Tue Jun 5 21:51:12 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 13:51:12 -0400 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: <1338917776.1915.19.camel@portable-evil> References: <1338917776.1915.19.camel@portable-evil> Message-ID: I'm not in front of a server right now but check in /usr/local/freeswitch/conf/autoload_confocal/switch.conf.xml and see if there's a variable along the lines of Max DB handles. If it just refers to odbc stuff you have your answer. Before you go much further, what was your call volume? It could have thrown that error because something is locking the DB, so there could be something wrong with it. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 1:36 PM, "Cliff Wells" wrote: > I've been getting this recently: > > 2012-06-05 10:31:44.579059 [ERR] mod_commands.c:4063 Error connecting > 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6464 Error connecting > 2012-06-05 10:31:44.619059 [ERR] sofia_glue.c:6504 Error Opening DB > 2012-06-05 10:31:44.619059 [WARNING] sofia_glue.c:6464 Max handles 50 > exceeded, blocking.... > > Is there a workaround? I see runtime.max_db_handles = 50; in > switch_core.c, so I assume there's no setting I can adjust to help. > Would switching core to use ODBC solve the issue? Or something simpler? > > Regards, > Cliff > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/674c7193/attachment-0001.html From msc at freeswitch.org Tue Jun 5 21:56:41 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 5 Jun 2012 10:56:41 -0700 Subject: [Freeswitch-users] how to: get session variable after api_hangup_hook In-Reply-To: References: Message-ID: Are you setting session_in_hangup_hook? http://wiki.freeswitch.org/wiki/Channel_Variables#session_in_hangup_hook -MC On Tue, Jun 5, 2012 at 8:33 AM, cristian re wrote: > Hello, > > I write a custom cpp module for freeswitch that exposes an API: > > SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup", > my_hangup_api , MY_HANGUP_USAGE); > > I want to call this api from dialplan (after bridge hangup) for reading > the variable "billmsec". > I put this into my dialplan: > > > > > After hangup freeswitch call correctly my API but I have not figured out > how to get the variable. > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/5204c1dd/attachment.html From cliff at develix.com Tue Jun 5 22:24:57 2012 From: cliff at develix.com (Cliff Wells) Date: Tue, 05 Jun 2012 11:24:57 -0700 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: References: <1338917776.1915.19.camel@portable-evil> Message-ID: <1338920697.1915.33.camel@portable-evil> On Tue, 2012-06-05 at 13:51 -0400, Brian Foster wrote: > I'm not in front of a server right now but check > in /usr/local/freeswitch/conf/autoload_confocal/switch.conf.xml and > see if there's a variable along the lines of Max DB handles. If it > just refers to odbc stuff you have your answer. There was just such a setting. Thanks. > > Before you go much further, what was your call volume? It could have > thrown that error because something is locking the DB, so there could > be something wrong with it. > When total channels exceeds 400ish (~65% inbound, ~35% outbound), system load suddenly spikes (under 350 or so, it's usually under 2 or 3, when we hit 400+, it will jump as high as 80). At that point the system appears to be queueing calls as the volume will sometimes shoot up to as high as 900, even though that's not really possible (hard limit due to T1 count), so it seems that it might be blocking on some resource. Also caught this error: 2012-06-05 11:23:21.419535 [CRIT] switch_core_session.c:1861 Throttle Error! 1342 2012-06-05 11:23:21.520601 [CRIT] switch_time.c:957 Over Session Rate of 30! So I adjusted that upwards as well. 16 cores Xeon 3GHz, 16GB RAM, 6 drive SAS RAID 10 Scientific Linux 6.1 Freeswitch git pull from yesterday. Regards, Cliff From avi at avimarcus.net Tue Jun 5 22:35:21 2012 From: avi at avimarcus.net (Avi Marcus) Date: Tue, 5 Jun 2012 21:35:21 +0300 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: <1338920697.1915.33.camel@portable-evil> References: <1338917776.1915.19.camel@portable-evil> <1338920697.1915.33.camel@portable-evil> Message-ID: If you're writing the channels to the DB, you can either skip it with -nosql or you can ramcache the SQL DBs. http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations#FreeSWITCH.27s_core.db_I.2FO_bottleneck -Avi On Tue, Jun 5, 2012 at 9:24 PM, Cliff Wells wrote: > On Tue, 2012-06-05 at 13:51 -0400, Brian Foster wrote: > > I'm not in front of a server right now but check > > in /usr/local/freeswitch/conf/autoload_confocal/switch.conf.xml and > > see if there's a variable along the lines of Max DB handles. If it > > just refers to odbc stuff you have your answer. > > There was just such a setting. Thanks. > > > > > Before you go much further, what was your call volume? It could have > > thrown that error because something is locking the DB, so there could > > be something wrong with it. > > > > When total channels exceeds 400ish (~65% inbound, ~35% outbound), system > load suddenly spikes (under 350 or so, it's usually under 2 or 3, when > we hit 400+, it will jump as high as 80). At that point the system > appears to be queueing calls as the volume will sometimes shoot up to as > high as 900, even though that's not really possible (hard limit due to > T1 count), so it seems that it might be blocking on some resource. > > Also caught this error: > > 2012-06-05 11:23:21.419535 [CRIT] switch_core_session.c:1861 Throttle > Error! 1342 > 2012-06-05 11:23:21.520601 [CRIT] switch_time.c:957 Over Session Rate of > 30! > > So I adjusted that upwards as well. > > > 16 cores Xeon 3GHz, 16GB RAM, 6 drive SAS RAID 10 > Scientific Linux 6.1 > Freeswitch git pull from yesterday. > > Regards, > Cliff > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/6b884c6b/attachment.html From acrow at integrafin.co.uk Tue Jun 5 22:38:13 2012 From: acrow at integrafin.co.uk (Alex Crow) Date: Tue, 05 Jun 2012 19:38:13 +0100 Subject: [Freeswitch-users] Spandsp mulated modems inbound/no /dev/FS* device? In-Reply-To: <1994487283-1338552086-cardhu_decombobulator_blackberry.rim.net-234513875-@b26.c15.bise7.blackberry> References: <4FBAA1CF.5060907@integrafin.co.uk> <4FBAE7AE.1000606@coppice.org> <4FBE0E4A.6090408@integrafin.co.uk> <1994487283-1338552086-cardhu_decombobulator_blackberry.rim.net-234513875-@b26.c15.bise7.blackberry> Message-ID: <4FCE5215.9080006@integrafin.co.uk> Hi, I spent many hours playing with udev rules, as, sensibly, I don't run FreeSWITCH as root. I could not get any devices created, not even those in /dev/tts/ (running on Debian Squeeze) Has anyone got this working as a non-root user? Cutting out t38modem is one layer less to go wrong and I'd like to use it. All ideas received gratefully. Cheers Alex On 01/06/12 13:01, davidwaf at gmail.com wrote: > Sounds good to me. Cheers > Sent from my BlackBerry? > > -----Original Message----- > From: Anita Hall > Sender: freeswitch-users-bounces at lists.freeswitch.org > Date: Fri, 1 Jun 2012 17:21:05 > To: FreeSWITCH Users Help > Reply-To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Spandsp mulated modems inbound/no /dev/FS* > device? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- This message is intended only for the addressee and may contain confidential information. Unless you are that person, you may not disclose its contents or use it in any way and are requested to delete the message along with any attachments and notify us immediately. "Transact" is operated by Integrated Financial Arrangements plc Domain House, 5-7 Singer Street, London EC2A 4BQ Tel: (020) 7608 4900 Fax: (020) 7608 5300 (Registered office: as above; Registered in England and Wales under number: 3727592) Authorised and regulated by the Financial Services Authority (entered on the FSA Register; number: 190856) From jeremyc at ssimicro.com Tue Jun 5 23:44:29 2012 From: jeremyc at ssimicro.com (Jeremy Childs) Date: Tue, 05 Jun 2012 13:44:29 -0600 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> <4FCCDACC.5070304@ssimicro.com> Message-ID: <4FCE619D.2090501@ssimicro.com> Updated to the latest git, so I can verify: {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo does the right thing {ignore_early_media=ring_ready}loopback/foo Bridges all 3 legs together immediately (not the right thing). On 12-06-04 11:03 AM, Anthony Minessale wrote: > This thread is all FUD now, please disregard above. > > > att_xfer and loopback endpoint are both crutches but they work at the > cost of elegance since you are doing emulated behaviors. > > Your problem probably comes from the loopback bow-out happening too > soon that tries to cut its way out of the call.. > > You should be looking at logs and finding the root of the problem not > guessing at things. > > My recommendation: > > 1) Make sure you are on latest GIT we have fixed a few issues in both > in the recent past. > 2) try {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo > in your dialstring --- This may eliminate the loopback right off the > bat. > 3) try {ignore_early_media=ring_ready}}loopback/foo ---- it may just > need to wait for the call to be answered. > 4) try {loopback_bowout=false}loopback/foo --- the bummer here is it > will never eliminate loopback > > > On Mon, Jun 4, 2012 at 10:57 AM, Jeremy Childs wrote: >> I'm also very interested in some answers! I've been bitten by att_xfer in >> the past. >> >> Is getting dialplan processing working within the att_xfer function >> possible, and just a low priority for implementation, or is there some >> technical reason why this is not feasible? >> >> Lastly, is this somewhere that execute_extension can help? I've never been >> able to get it to work inside att_xfer. >> >> >> >> On 12-06-04 8:53 AM, Dmitry Sytchev wrote: >> >> I asked this question many times on mailing list, and now I'm sure this >> can't be really done with loopback. >> The only alternative for loopback is to re-inject call into FS via some >> separate Sofia profile, and specify that profile in string for att_xfer. >> This brings up large amount of troubles including DTMF transcoding, >> sequential att_xfer attempt recognition and overall voice/dtmf delay >> introduced by chained channels. Maybe some channels can be moved out of >> scene by using 'simplify' api on correct channels, but this needs tests. >> >> Anyway, loopback channel in FS is completely unusable, so we do need to have >> some best practices on how to do things without it in FS wiki... Maybe I >> have time and will describe our experience soon. >> >> 2012/6/4 Michael Collins >>> >>> >>> On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: >>>> I know you can do anything in the dialstring. But intended feature is to >>>> allow the user to do an attended transfer to any number that they could >>>> reach via the default calling. The default outbound path already has a LOT >>>> of stuff set up and it would be impossible to duplicate that within a SINGLE >>>> dialstring in a function call. >>>> What is needed is for an att_xfer to be able to have leg C hit the >>>> dialplan and bridged however a "normal" leg B to that number would be >>>> called. >>>> Does this make sense? >>> Perhaps, but I remain unconvinced that this scenario is impossible without >>> loopback. How about the OP actually supply a sample Lua script and dialplan >>> and call log? I'd be willing to wager that the gurus could come up with a >>> non-evil alternative that actually works. Just because loopback seems like a >>> clean solution doesn't necessarily mean that it is. I'll leave it to Anthony >>> to give the technical reasons why loopback doesn't always work as one would >>> expect or why it should be avoided wherever possible. >>> >>> -MC >>> >>>> -Avi >>>> >>>> >>>> >>>> On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins >>>> wrote: >>>>> Au contraire mon frere! >>>>> >>>>> You can do multiple things in a dialstring, like setting channel >>>>> variables. You can also use execute_on_ring/media/answer to execute the >>>>> extension with doing all the loopback overhead. >>>>> >>>>> I propose an experiment: provide a dialplan and loopback dialstring and >>>>> we'll see if we can't give you a non-loopbackish alternative. >>>>> >>>>> -MC >>>>> >>>>> >>>>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus wrote: >>>>>> ... all the normal dialplan handling. Setting CID, options, LCR stuff, >>>>>> billing controls. >>>>>> -Avi >>>>>> >>>>>> >>>>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins >>>>>> wrote: >>>>>>> Let me rephrase... >>>>>>> >>>>>>> Since loopback is generally evil and should be avoided wherever >>>>>>> possible, what does loopback give you that you can't get from doing a normal >>>>>>> dialstring? >>>>>>> -MC >>>>>>> >>>>>>> >>>>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus wrote: >>>>>>>> ... because att_xfer seems to require a "sofia/$profile/$destination" >>>>>>>> directive, and he just wants the call to hit the dialplan. >>>>>>>> >>>>>>>> -Avi >>>>>>>> >>>>>>>> >>>>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins >>>>>>>> wrote: >>>>>>>>> Why do you need to use loopback at all? >>>>>>>>> -MC >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake >>>>>>>>> wrote: >>>>>>>>>> Got a lua script for a B-party "mid-call menu". Is it legitimate to >>>>>>>>>> do.. >>>>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >>>>>>>>>> >>>>>>>>>> I've tried it and it seems to start off doing the right things, but >>>>>>>>>> my >>>>>>>>>> A-party gets disconnected as soon as the call to the C-Party (the >>>>>>>>>> person >>>>>>>>>> I'm transferring the call to) answers the call. >>>>>>>>>> >>>>>>>>>> Maybe better to try to orchestrate the entire affair from within >>>>>>>>>> the lua >>>>>>>>>> script? (Tricky for a beginner like me!) >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Alex >>>>>>>>> >>>>>>>>> >>>>>>> >>>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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, >> >> Dmitry Sytchev, >> IT Engineer >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 msc at freeswitch.org Tue Jun 5 23:54:31 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 5 Jun 2012 12:54:31 -0700 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: <4FCE619D.2090501@ssimicro.com> References: <4FC896B8.9070102@digitalmail.com> <4FCCDACC.5070304@ssimicro.com> <4FCE619D.2090501@ssimicro.com> Message-ID: We appreciate the validation. Any chance you could find a place on the wiki to add this hard-earned knowledge? -MC On Tue, Jun 5, 2012 at 12:44 PM, Jeremy Childs wrote: > Updated to the latest git, so I can verify: > > {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo > > does the right thing > > > {ignore_early_media=ring_ready}loopback/foo > > Bridges all 3 legs together immediately (not the right thing). > > > > On 12-06-04 11:03 AM, Anthony Minessale wrote: > > This thread is all FUD now, please disregard above. > > > > > > att_xfer and loopback endpoint are both crutches but they work at the > > cost of elegance since you are doing emulated behaviors. > > > > Your problem probably comes from the loopback bow-out happening too > > soon that tries to cut its way out of the call.. > > > > You should be looking at logs and finding the root of the problem not > > guessing at things. > > > > My recommendation: > > > > 1) Make sure you are on latest GIT we have fixed a few issues in both > > in the recent past. > > 2) try > {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo > > in your dialstring --- This may eliminate the loopback right off the > > bat. > > 3) try {ignore_early_media=ring_ready}}loopback/foo ---- it may just > > need to wait for the call to be answered. > > 4) try {loopback_bowout=false}loopback/foo --- the bummer here is it > > will never eliminate loopback > > > > > > On Mon, Jun 4, 2012 at 10:57 AM, Jeremy Childs > wrote: > >> I'm also very interested in some answers! I've been bitten by att_xfer > in > >> the past. > >> > >> Is getting dialplan processing working within the att_xfer function > >> possible, and just a low priority for implementation, or is there some > >> technical reason why this is not feasible? > >> > >> Lastly, is this somewhere that execute_extension can help? I've never > been > >> able to get it to work inside att_xfer. > >> > >> > >> > >> On 12-06-04 8:53 AM, Dmitry Sytchev wrote: > >> > >> I asked this question many times on mailing list, and now I'm sure this > >> can't be really done with loopback. > >> The only alternative for loopback is to re-inject call into FS via some > >> separate Sofia profile, and specify that profile in string for att_xfer. > >> This brings up large amount of troubles including DTMF transcoding, > >> sequential att_xfer attempt recognition and overall voice/dtmf delay > >> introduced by chained channels. Maybe some channels can be moved out of > >> scene by using 'simplify' api on correct channels, but this needs tests. > >> > >> Anyway, loopback channel in FS is completely unusable, so we do need to > have > >> some best practices on how to do things without it in FS wiki... Maybe > I > >> have time and will describe our experience soon. > >> > >> 2012/6/4 Michael Collins > >>> > >>> > >>> On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: > >>>> I know you can do anything in the dialstring. But intended feature is > to > >>>> allow the user to do an attended transfer to any number that they > could > >>>> reach via the default calling. The default outbound path already has > a LOT > >>>> of stuff set up and it would be impossible to duplicate that within a > SINGLE > >>>> dialstring in a function call. > >>>> What is needed is for an att_xfer to be able to have leg C hit the > >>>> dialplan and bridged however a "normal" leg B to that number would be > >>>> called. > >>>> Does this make sense? > >>> Perhaps, but I remain unconvinced that this scenario is impossible > without > >>> loopback. How about the OP actually supply a sample Lua script and > dialplan > >>> and call log? I'd be willing to wager that the gurus could come up > with a > >>> non-evil alternative that actually works. Just because loopback seems > like a > >>> clean solution doesn't necessarily mean that it is. I'll leave it to > Anthony > >>> to give the technical reasons why loopback doesn't always work as one > would > >>> expect or why it should be avoided wherever possible. > >>> > >>> -MC > >>> > >>>> -Avi > >>>> > >>>> > >>>> > >>>> On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins > >>>> wrote: > >>>>> Au contraire mon frere! > >>>>> > >>>>> You can do multiple things in a dialstring, like setting channel > >>>>> variables. You can also use execute_on_ring/media/answer to execute > the > >>>>> extension with doing all the loopback overhead. > >>>>> > >>>>> I propose an experiment: provide a dialplan and loopback dialstring > and > >>>>> we'll see if we can't give you a non-loopbackish alternative. > >>>>> > >>>>> -MC > >>>>> > >>>>> > >>>>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus > wrote: > >>>>>> ... all the normal dialplan handling. Setting CID, options, LCR > stuff, > >>>>>> billing controls. > >>>>>> -Avi > >>>>>> > >>>>>> > >>>>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins > > >>>>>> wrote: > >>>>>>> Let me rephrase... > >>>>>>> > >>>>>>> Since loopback is generally evil and should be avoided wherever > >>>>>>> possible, what does loopback give you that you can't get from > doing a normal > >>>>>>> dialstring? > >>>>>>> -MC > >>>>>>> > >>>>>>> > >>>>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus > wrote: > >>>>>>>> ... because att_xfer seems to require a > "sofia/$profile/$destination" > >>>>>>>> directive, and he just wants the call to hit the dialplan. > >>>>>>>> > >>>>>>>> -Avi > >>>>>>>> > >>>>>>>> > >>>>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins< > msc at freeswitch.org> > >>>>>>>> wrote: > >>>>>>>>> Why do you need to use loopback at all? > >>>>>>>>> -MC > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake > >>>>>>>>> wrote: > >>>>>>>>>> Got a lua script for a B-party "mid-call menu". Is it > legitimate to > >>>>>>>>>> do.. > >>>>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" > >>>>>>>>>> > >>>>>>>>>> I've tried it and it seems to start off doing the right things, > but > >>>>>>>>>> my > >>>>>>>>>> A-party gets disconnected as soon as the call to the C-Party > (the > >>>>>>>>>> person > >>>>>>>>>> I'm transferring the call to) answers the call. > >>>>>>>>>> > >>>>>>>>>> Maybe better to try to orchestrate the entire affair from within > >>>>>>>>>> the lua > >>>>>>>>>> script? (Tricky for a beginner like me!) > >>>>>>>>>> > >>>>>>>>>> Thanks, > >>>>>>>>>> Alex > >>>>>>>>> > >>>>>>>>> > >>>>>>> > >>>>> > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> > >>> > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://wiki.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> Join Us At ClueCon - Aug 7-9, 2012 > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at 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, > >> > >> Dmitry Sytchev, > >> IT Engineer > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/ab149b62/attachment.html From jeremyc at ssimicro.com Tue Jun 5 23:59:45 2012 From: jeremyc at ssimicro.com (Jeremy Childs) Date: Tue, 05 Jun 2012 13:59:45 -0600 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: References: <4FC896B8.9070102@digitalmail.com> <4FCCDACC.5070304@ssimicro.com> <4FCE619D.2090501@ssimicro.com> Message-ID: <4FCE6531.7050600@ssimicro.com> I'd love to document this (and more). Can I contact you off-list to work out the details? On 12-06-05 1:54 PM, Michael Collins wrote: > We appreciate the validation. Any chance you could find a place on the > wiki to add this hard-earned knowledge? > -MC > > On Tue, Jun 5, 2012 at 12:44 PM, Jeremy Childs > wrote: > > Updated to the latest git, so I can verify: > > {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo > > does the right thing > > > {ignore_early_media=ring_ready}loopback/foo > > Bridges all 3 legs together immediately (not the right thing). > > > > On 12-06-04 11:03 AM, Anthony Minessale wrote: > > This thread is all FUD now, please disregard above. > > > > > > att_xfer and loopback endpoint are both crutches but they work > at the > > cost of elegance since you are doing emulated behaviors. > > > > Your problem probably comes from the loopback bow-out happening too > > soon that tries to cut its way out of the call.. > > > > You should be looking at logs and finding the root of the > problem not > > guessing at things. > > > > My recommendation: > > > > 1) Make sure you are on latest GIT we have fixed a few issues in > both > > in the recent past. > > 2) try > {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo > > in your dialstring --- This may eliminate the loopback right > off the > > bat. > > 3) try {ignore_early_media=ring_ready}}loopback/foo ---- it may just > > need to wait for the call to be answered. > > 4) try {loopback_bowout=false}loopback/foo --- the bummer here is it > > will never eliminate loopback > > > > > > On Mon, Jun 4, 2012 at 10:57 AM, Jeremy > Childs> wrote: > >> I'm also very interested in some answers! I've been bitten by > att_xfer in > >> the past. > >> > >> Is getting dialplan processing working within the att_xfer function > >> possible, and just a low priority for implementation, or is > there some > >> technical reason why this is not feasible? > >> > >> Lastly, is this somewhere that execute_extension can help? I've > never been > >> able to get it to work inside att_xfer. > >> > >> > >> > >> On 12-06-04 8:53 AM, Dmitry Sytchev wrote: > >> > >> I asked this question many times on mailing list, and now I'm > sure this > >> can't be really done with loopback. > >> The only alternative for loopback is to re-inject call into FS > via some > >> separate Sofia profile, and specify that profile in string for > att_xfer. > >> This brings up large amount of troubles including DTMF transcoding, > >> sequential att_xfer attempt recognition and overall voice/dtmf > delay > >> introduced by chained channels. Maybe some channels can be > moved out of > >> scene by using 'simplify' api on correct channels, but this > needs tests. > >> > >> Anyway, loopback channel in FS is completely unusable, so we do > need to have > >> some best practices on how to do things without it in FS > wiki... Maybe I > >> have time and will describe our experience soon. > >> > >> 2012/6/4 Michael Collins > > >>> > >>> > >>> On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus > wrote: > >>>> I know you can do anything in the dialstring. But intended > feature is to > >>>> allow the user to do an attended transfer to any number that > they could > >>>> reach via the default calling. The default outbound path > already has a LOT > >>>> of stuff set up and it would be impossible to duplicate that > within a SINGLE > >>>> dialstring in a function call. > >>>> What is needed is for an att_xfer to be able to have leg C > hit the > >>>> dialplan and bridged however a "normal" leg B to that number > would be > >>>> called. > >>>> Does this make sense? > >>> Perhaps, but I remain unconvinced that this scenario is > impossible without > >>> loopback. How about the OP actually supply a sample Lua script > and dialplan > >>> and call log? I'd be willing to wager that the gurus could > come up with a > >>> non-evil alternative that actually works. Just because > loopback seems like a > >>> clean solution doesn't necessarily mean that it is. I'll leave > it to Anthony > >>> to give the technical reasons why loopback doesn't always work > as one would > >>> expect or why it should be avoided wherever possible. > >>> > >>> -MC > >>> > >>>> -Avi > >>>> > >>>> > >>>> > >>>> On Mon, Jun 4, 2012 at 12:02 AM, Michael > Collins> > >>>> wrote: > >>>>> Au contraire mon frere! > >>>>> > >>>>> You can do multiple things in a dialstring, like setting channel > >>>>> variables. You can also use execute_on_ring/media/answer to > execute the > >>>>> extension with doing all the loopback overhead. > >>>>> > >>>>> I propose an experiment: provide a dialplan and loopback > dialstring and > >>>>> we'll see if we can't give you a non-loopbackish alternative. > >>>>> > >>>>> -MC > >>>>> > >>>>> > >>>>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus > wrote: > >>>>>> ... all the normal dialplan handling. Setting CID, options, > LCR stuff, > >>>>>> billing controls. > >>>>>> -Avi > >>>>>> > >>>>>> > >>>>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael > Collins> > >>>>>> wrote: > >>>>>>> Let me rephrase... > >>>>>>> > >>>>>>> Since loopback is generally evil and should be avoided > wherever > >>>>>>> possible, what does loopback give you that you can't get > from doing a normal > >>>>>>> dialstring? > >>>>>>> -MC > >>>>>>> > >>>>>>> > >>>>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi > Marcus> wrote: > >>>>>>>> ... because att_xfer seems to require a > "sofia/$profile/$destination" > >>>>>>>> directive, and he just wants the call to hit the dialplan. > >>>>>>>> > >>>>>>>> -Avi > >>>>>>>> > >>>>>>>> > >>>>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael > Collins> > >>>>>>>> wrote: > >>>>>>>>> Why do you need to use loopback at all? > >>>>>>>>> -MC > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex > Lake> > >>>>>>>>> wrote: > >>>>>>>>>> Got a lua script for a B-party "mid-call menu". Is it > legitimate to > >>>>>>>>>> do.. > >>>>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" > >>>>>>>>>> > >>>>>>>>>> I've tried it and it seems to start off doing the right > things, but > >>>>>>>>>> my > >>>>>>>>>> A-party gets disconnected as soon as the call to the > C-Party (the > >>>>>>>>>> person > >>>>>>>>>> I'm transferring the call to) answers the call. > >>>>>>>>>> > >>>>>>>>>> Maybe better to try to orchestrate the entire affair > from within > >>>>>>>>>> the lua > >>>>>>>>>> script? (Tricky for a beginner like me!) > >>>>>>>>>> > >>>>>>>>>> Thanks, > >>>>>>>>>> Alex > >>>>>>>>> > >>>>>>>>> > >>>>>>> > >>>>> > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> > >>> > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://wiki.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> Join Us At ClueCon - Aug 7-9, 2012 > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at 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, > >> > >> Dmitry Sytchev, > >> IT Engineer > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/128df62d/attachment-0001.html From bdfoster at endigotech.com Wed Jun 6 01:15:14 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 17:15:14 -0400 Subject: [Freeswitch-users] att_xfer and loopback In-Reply-To: <4FCE6531.7050600@ssimicro.com> References: <4FC896B8.9070102@digitalmail.com> <4FCCDACC.5070304@ssimicro.com> <4FCE619D.2090501@ssimicro.com> <4FCE6531.7050600@ssimicro.com> Message-ID: Sign up for an account on the Wiki at wiki.freeswitch.org and go from there. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 4:00 PM, "Jeremy Childs" wrote: > I'd love to document this (and more). Can I contact you off-list to work > out the details? > > On 12-06-05 1:54 PM, Michael Collins wrote: > > We appreciate the validation. Any chance you could find a place on the > wiki to add this hard-earned knowledge? > -MC > > On Tue, Jun 5, 2012 at 12:44 PM, Jeremy Childs wrote: > >> Updated to the latest git, so I can verify: >> >> >> {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo >> >> does the right thing >> >> >> {ignore_early_media=ring_ready}loopback/foo >> >> Bridges all 3 legs together immediately (not the right thing). >> >> >> >> On 12-06-04 11:03 AM, Anthony Minessale wrote: >> > This thread is all FUD now, please disregard above. >> > >> > >> > att_xfer and loopback endpoint are both crutches but they work at the >> > cost of elegance since you are doing emulated behaviors. >> > >> > Your problem probably comes from the loopback bow-out happening too >> > soon that tries to cut its way out of the call.. >> > >> > You should be looking at logs and finding the root of the problem not >> > guessing at things. >> > >> > My recommendation: >> > >> > 1) Make sure you are on latest GIT we have fixed a few issues in both >> > in the recent past. >> > 2) try >> {ignore_early_media=ring_ready,loopback_bowout_on_execute=true}loopback/foo >> > in your dialstring --- This may eliminate the loopback right off the >> > bat. >> > 3) try {ignore_early_media=ring_ready}}loopback/foo ---- it may just >> > need to wait for the call to be answered. >> > 4) try {loopback_bowout=false}loopback/foo --- the bummer here is it >> > will never eliminate loopback >> > >> > >> > On Mon, Jun 4, 2012 at 10:57 AM, Jeremy Childs >> wrote: >> >> I'm also very interested in some answers! I've been bitten by att_xfer >> in >> >> the past. >> >> >> >> Is getting dialplan processing working within the att_xfer function >> >> possible, and just a low priority for implementation, or is there some >> >> technical reason why this is not feasible? >> >> >> >> Lastly, is this somewhere that execute_extension can help? I've never >> been >> >> able to get it to work inside att_xfer. >> >> >> >> >> >> >> >> On 12-06-04 8:53 AM, Dmitry Sytchev wrote: >> >> >> >> I asked this question many times on mailing list, and now I'm sure this >> >> can't be really done with loopback. >> >> The only alternative for loopback is to re-inject call into FS via some >> >> separate Sofia profile, and specify that profile in string for >> att_xfer. >> >> This brings up large amount of troubles including DTMF transcoding, >> >> sequential att_xfer attempt recognition and overall voice/dtmf delay >> >> introduced by chained channels. Maybe some channels can be moved out of >> >> scene by using 'simplify' api on correct channels, but this needs >> tests. >> >> >> >> Anyway, loopback channel in FS is completely unusable, so we do need >> to have >> >> some best practices on how to do things without it in FS wiki... >> Maybe I >> >> have time and will describe our experience soon. >> >> >> >> 2012/6/4 Michael Collins >> >>> >> >>> >> >>> On Sun, Jun 3, 2012 at 2:15 PM, Avi Marcus wrote: >> >>>> I know you can do anything in the dialstring. But intended feature >> is to >> >>>> allow the user to do an attended transfer to any number that they >> could >> >>>> reach via the default calling. The default outbound path already has >> a LOT >> >>>> of stuff set up and it would be impossible to duplicate that within >> a SINGLE >> >>>> dialstring in a function call. >> >>>> What is needed is for an att_xfer to be able to have leg C hit the >> >>>> dialplan and bridged however a "normal" leg B to that number would be >> >>>> called. >> >>>> Does this make sense? >> >>> Perhaps, but I remain unconvinced that this scenario is impossible >> without >> >>> loopback. How about the OP actually supply a sample Lua script and >> dialplan >> >>> and call log? I'd be willing to wager that the gurus could come up >> with a >> >>> non-evil alternative that actually works. Just because loopback seems >> like a >> >>> clean solution doesn't necessarily mean that it is. I'll leave it to >> Anthony >> >>> to give the technical reasons why loopback doesn't always work as one >> would >> >>> expect or why it should be avoided wherever possible. >> >>> >> >>> -MC >> >>> >> >>>> -Avi >> >>>> >> >>>> >> >>>> >> >>>> On Mon, Jun 4, 2012 at 12:02 AM, Michael Collins >> >>>> wrote: >> >>>>> Au contraire mon frere! >> >>>>> >> >>>>> You can do multiple things in a dialstring, like setting channel >> >>>>> variables. You can also use execute_on_ring/media/answer to execute >> the >> >>>>> extension with doing all the loopback overhead. >> >>>>> >> >>>>> I propose an experiment: provide a dialplan and loopback dialstring >> and >> >>>>> we'll see if we can't give you a non-loopbackish alternative. >> >>>>> >> >>>>> -MC >> >>>>> >> >>>>> >> >>>>> On Sun, Jun 3, 2012 at 1:54 PM, Avi Marcus >> wrote: >> >>>>>> ... all the normal dialplan handling. Setting CID, options, LCR >> stuff, >> >>>>>> billing controls. >> >>>>>> -Avi >> >>>>>> >> >>>>>> >> >>>>>> On Sun, Jun 3, 2012 at 11:40 PM, Michael Collins< >> msc at freeswitch.org> >> >>>>>> wrote: >> >>>>>>> Let me rephrase... >> >>>>>>> >> >>>>>>> Since loopback is generally evil and should be avoided wherever >> >>>>>>> possible, what does loopback give you that you can't get from >> doing a normal >> >>>>>>> dialstring? >> >>>>>>> -MC >> >>>>>>> >> >>>>>>> >> >>>>>>> On Sat, Jun 2, 2012 at 11:13 AM, Avi Marcus >> wrote: >> >>>>>>>> ... because att_xfer seems to require a >> "sofia/$profile/$destination" >> >>>>>>>> directive, and he just wants the call to hit the dialplan. >> >>>>>>>> >> >>>>>>>> -Avi >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> On Fri, Jun 1, 2012 at 8:13 PM, Michael Collins< >> msc at freeswitch.org> >> >>>>>>>> wrote: >> >>>>>>>>> Why do you need to use loopback at all? >> >>>>>>>>> -MC >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> On Fri, Jun 1, 2012 at 3:17 AM, Alex Lake >> >>>>>>>>> wrote: >> >>>>>>>>>> Got a lua script for a B-party "mid-call menu". Is it >> legitimate to >> >>>>>>>>>> do.. >> >>>>>>>>>> "session:execute("att_xfer", "loopback/"..destnum)" >> >>>>>>>>>> >> >>>>>>>>>> I've tried it and it seems to start off doing the right >> things, but >> >>>>>>>>>> my >> >>>>>>>>>> A-party gets disconnected as soon as the call to the C-Party >> (the >> >>>>>>>>>> person >> >>>>>>>>>> I'm transferring the call to) answers the call. >> >>>>>>>>>> >> >>>>>>>>>> Maybe better to try to orchestrate the entire affair from >> within >> >>>>>>>>>> the lua >> >>>>>>>>>> script? (Tricky for a beginner like me!) >> >>>>>>>>>> >> >>>>>>>>>> Thanks, >> >>>>>>>>>> Alex >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>> >> >>>>> >> >>> >> >>> >> _________________________________________________________________________ >> >>> Professional FreeSWITCH Consulting Services: >> >>> consulting at freeswitch.org >> >>> http://www.freeswitchsolutions.com >> >>> >> >>> >> >>> >> >>> >> >>> Official FreeSWITCH Sites >> >>> http://www.freeswitch.org >> >>> http://wiki.freeswitch.org >> >>> http://www.cluecon.com >> >>> >> >>> Join Us At ClueCon - Aug 7-9, 2012 >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at 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, >> >> >> >> Dmitry Sytchev, >> >> IT Engineer >> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://wiki.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> >> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://wiki.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> >> > >> > >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/9410207f/attachment-0001.html From cliff at develix.com Wed Jun 6 02:22:49 2012 From: cliff at develix.com (Cliff Wells) Date: Tue, 05 Jun 2012 15:22:49 -0700 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: References: <1338917776.1915.19.camel@portable-evil> <1338920697.1915.33.camel@portable-evil> Message-ID: <1338934969.1915.35.camel@portable-evil> Looks like one of our profiles was getting flooded with too many CPS (300+). Added more profiles and it seems okay now (although won't know for sure until peak hours tomorrow). Thanks for all the tips. Cliff On Tue, 2012-06-05 at 21:35 +0300, Avi Marcus wrote: > If you're writing the channels to the DB, you can either skip it with > -nosql or you can ramcache the SQL DBs. > http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations#FreeSWITCH.27s_core.db_I.2FO_bottleneck > > -Avi > > > > On Tue, Jun 5, 2012 at 9:24 PM, Cliff Wells wrote: > On Tue, 2012-06-05 at 13:51 -0400, Brian Foster wrote: > > I'm not in front of a server right now but check > > > in /usr/local/freeswitch/conf/autoload_confocal/switch.conf.xml and > > see if there's a variable along the lines of Max DB handles. > If it > > just refers to odbc stuff you have your answer. > > > There was just such a setting. Thanks. > > > > > Before you go much further, what was your call volume? It > could have > > thrown that error because something is locking the DB, so > there could > > be something wrong with it. > > > > > When total channels exceeds 400ish (~65% inbound, ~35% > outbound), system > load suddenly spikes (under 350 or so, it's usually under 2 or > 3, when > we hit 400+, it will jump as high as 80). At that point the > system > appears to be queueing calls as the volume will sometimes > shoot up to as > high as 900, even though that's not really possible (hard > limit due to > T1 count), so it seems that it might be blocking on some > resource. > > Also caught this error: > > 2012-06-05 11:23:21.419535 [CRIT] switch_core_session.c:1861 > Throttle Error! 1342 > 2012-06-05 11:23:21.520601 [CRIT] switch_time.c:957 Over > Session Rate of 30! > > So I adjusted that upwards as well. > > > 16 cores Xeon 3GHz, 16GB RAM, 6 drive SAS RAID 10 > Scientific Linux 6.1 > Freeswitch git pull from yesterday. > > Regards, > Cliff > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 drk at drkngs.net Wed Jun 6 03:33:09 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Tue, 05 Jun 2012 16:33:09 -0700 Subject: [Freeswitch-users] =?iso-8859-1?q?how_to=3A_get_session_variable_?= =?iso-8859-1?q?after=09api=5Fhangup=5Fhook?= In-Reply-To: Message-ID: <20120605233309.c52d99a3@mail.tritonwest.net> Session is one of the parameters that get passed to API calls. If the API was invoked by a session, and not out of band, like form the console or event_socket, or any other way to invoke it, the argument will not be null. You can then get variables from the session handle just like you would do anywhere else. --Dave _____ From: cristian re [mailto:cristian.re.work at gmail.com] To: freeswitch-users at lists.freeswitch.org Sent: Tue, 05 Jun 2012 08:33:59 -0700 Subject: [Freeswitch-users] how to: get session variable after api_hangup_hook Hello, I write a custom cpp module for freeswitch that exposes an API: SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup", my_hangup_api , MY_HANGUP_USAGE); I want to call this api from dialplan (after bridge hangup) for reading the variable "billmsec". I put this into my dialplan: After hangup freeswitch call correctly my API but I have not figured out how to get the variable. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/c148a3b2/attachment.html From bdfoster at endigotech.com Wed Jun 6 04:10:32 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 5 Jun 2012 20:10:32 -0400 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: <1338934969.1915.35.camel@portable-evil> References: <1338917776.1915.19.camel@portable-evil> <1338920697.1915.33.camel@portable-evil> <1338934969.1915.35.camel@portable-evil> Message-ID: If you're running that kind of call volume, you might consider taking Avi's advice and go for a ramcache setup. I think your testing really the limits of what you can handle with the DB being on a disk. Maybe not, it depends on what all you are doing with the DB. I would look into that possibility though, it may give you better results. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 5, 2012 6:23 PM, "Cliff Wells" wrote: > Looks like one of our profiles was getting flooded with too many CPS > (300+). Added more profiles and it seems okay now (although won't know > for sure until peak hours tomorrow). > > Thanks for all the tips. > > Cliff > > > On Tue, 2012-06-05 at 21:35 +0300, Avi Marcus wrote: > > If you're writing the channels to the DB, you can either skip it with > > -nosql or you can ramcache the SQL DBs. > > > http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations#FreeSWITCH.27s_core.db_I.2FO_bottleneck > > > > -Avi > > > > > > > > On Tue, Jun 5, 2012 at 9:24 PM, Cliff Wells wrote: > > On Tue, 2012-06-05 at 13:51 -0400, Brian Foster wrote: > > > I'm not in front of a server right now but check > > > > > in /usr/local/freeswitch/conf/autoload_confocal/switch.conf.xml > and > > > see if there's a variable along the lines of Max DB handles. > > If it > > > just refers to odbc stuff you have your answer. > > > > > > There was just such a setting. Thanks. > > > > > > > > Before you go much further, what was your call volume? It > > could have > > > thrown that error because something is locking the DB, so > > there could > > > be something wrong with it. > > > > > > > > > When total channels exceeds 400ish (~65% inbound, ~35% > > outbound), system > > load suddenly spikes (under 350 or so, it's usually under 2 or > > 3, when > > we hit 400+, it will jump as high as 80). At that point the > > system > > appears to be queueing calls as the volume will sometimes > > shoot up to as > > high as 900, even though that's not really possible (hard > > limit due to > > T1 count), so it seems that it might be blocking on some > > resource. > > > > Also caught this error: > > > > 2012-06-05 11:23:21.419535 [CRIT] switch_core_session.c:1861 > > Throttle Error! 1342 > > 2012-06-05 11:23:21.520601 [CRIT] switch_time.c:957 Over > > Session Rate of 30! > > > > So I adjusted that upwards as well. > > > > > > 16 cores Xeon 3GHz, 16GB RAM, 6 drive SAS RAID 10 > > Scientific Linux 6.1 > > Freeswitch git pull from yesterday. > > > > Regards, > > Cliff > > > > > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/051ebff4/attachment.html From cliff at develix.com Wed Jun 6 04:59:07 2012 From: cliff at develix.com (Cliff Wells) Date: Tue, 05 Jun 2012 17:59:07 -0700 Subject: [Freeswitch-users] Max handles 50 exceeded, blocking.... In-Reply-To: References: <1338917776.1915.19.camel@portable-evil> <1338920697.1915.33.camel@portable-evil> <1338934969.1915.35.camel@portable-evil> Message-ID: <1338944347.2103.0.camel@portable-evil> On Tue, 2012-06-05 at 20:10 -0400, Brian Foster wrote: > If you're running that kind of call volume, you might consider taking > Avi's advice and go for a ramcache setup. I think your testing really > the limits of what you can handle with the DB being on a disk. Maybe > not, it depends on what all you are doing with the DB. I would look > into that possibility though, it may give you better results. I did that as well. Regards, Cliff From albert_nguyen16 at hotmail.com Wed Jun 6 05:29:02 2012 From: albert_nguyen16 at hotmail.com (Albert Nguyen) Date: Wed, 6 Jun 2012 01:29:02 +0000 Subject: [Freeswitch-users] when to use stop_dtmf In-Reply-To: <3820475734403626844@unknownmsgid> References: <20120527181143.62d2a620@mail.tritonwest.net>, <3820475734403626844@unknownmsgid> Message-ID: Hi, I am using start_DTMF to convert inband DTMF to RFC 2833 for calls. Just wanted to make sure :-), when a call is ended by FS (i.e [CS_DESTROY]), would this will also automatically stop the DTMF conversion function or do I have to explicitly using stop_DTMF ? Thanks in advance. Al -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/7eea970f/attachment.html From ahe.sanath at gmail.com Wed Jun 6 08:31:24 2012 From: ahe.sanath at gmail.com (Sanath Prasanna) Date: Wed, 6 Jun 2012 10:01:24 +0530 Subject: [Freeswitch-users] "originate" Command not found in fs_cli In-Reply-To: References: Message-ID: Hi Tx for advice. Here is the my profile vi sip_profiles/external/ivr.xml vi dialplan/outbound.xml ~ still same problem come =================== freeswitch at internal> originate sofia/gateway/ivr/14722796816 54722796817 -ERR originate sofia/gateway/dtl/ 14722796816 54722796817 Command not found! also when run reloadxml freeswitch at internal> reloadxml -ERR reloadxml Command not found! So when change conf, need to restart service every time. Pls advice to resolve this problems. Br, Sanath On Tue, Jun 5, 2012 at 10:46 PM, Brian Foster wrote: > Your not understanding the dialstring aspect... > > Example: > > originate sofia/gateway/flowroute/13175551212 user/1000 at 192.168.1.79 > > Where sofia is the channel type, gateway is a keyword, flowroute is what I > named my gateway, 13175551212 is the number I'm calling through my > gateway flowroute, and user/1000 is the extension to send it to and > 192.168.1.79 is the domain that user is attached to. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 5, 2012 8:49 AM, "Sanath Prasanna" wrote: > >> Hi, >> when I run originate command in fs_cli following error coming. Pls advice >> to resolve that. >> >> freeswitch at internal> originate sofia/external/ivr/9179123456 9179123458 >> -ERR originate sofia/external/ivr/9179123456 9179123458 Command not >> found! >> >> Br, >> Sanath >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/1386eb58/attachment.html From ahe.sanath at gmail.com Wed Jun 6 08:34:34 2012 From: ahe.sanath at gmail.com (Sanath Prasanna) Date: Wed, 6 Jun 2012 10:04:34 +0530 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: Hi Thomas, I like to help as LUA programmer. Pls let me know the which task need to doing in LUA Br, Sanath On Mon, Jun 4, 2012 at 8:57 PM, Thomas Hoellriegel wrote: > Hi all, > > I like to plan a opensourceproject. > Open_voicechat is the first open source voice chat worldwide. > Freeswitch and other voip-systems don.t have a big application. > > Unfortunately, I can not even work, programming. > I am looking for people to help me, and dominate one of the following > programming languages: > perl lua java php python or ruby. > There is no specific programming language requested. > > I have setup a big mysql database for all modular features of a nice chat. > Mailboxes, news forums, line managment and more! > An exact documented functionplan has already been added. > A german demo voicefile has ben included to the archive. > > You can download my long work at: > http://www.blindi.net/**downloads/open_vocechat.tar.gz > I have 2 Languages german and english added to the archive. > > > I would be happy if someone help me. > The advantage of FreeSWITCH is the flexibility. > > Thanks for your nice help > > > > > --------------- > Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: > http://www.blindi.net/callback > homepage: http://www.blindi.net > blinde-misc mailingliste f?r blinde. anmeldung unter: > http://www.blindi.net/mailman/**listinfo/blinde-misc > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/4bf84ebf/attachment.html From msc at freeswitch.org Wed Jun 6 09:06:33 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 5 Jun 2012 22:06:33 -0700 Subject: [Freeswitch-users] when to use stop_dtmf In-Reply-To: References: <20120527181143.62d2a620@mail.tritonwest.net> <3820475734403626844@unknownmsgid> Message-ID: If you are using the dialplan application "start_dtmf" then it applies only to the current, existing channel. So no, you don't have to explicitly call stop_dtmf, especially after the call has ended! :) -MC On Tue, Jun 5, 2012 at 6:29 PM, Albert Nguyen wrote: > > Hi, > > I am using start_DTMF to convert inband DTMF to RFC 2833 for calls. Just > wanted to make sure :-), when a call is ended by FS (i.e [CS_DESTROY]), > would this will also automatically stop the DTMF conversion function or do > I have to explicitly using stop_DTMF ? > > Thanks in advance. > > Al > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/3737656d/attachment-0001.html From msc at freeswitch.org Wed Jun 6 09:08:58 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 5 Jun 2012 22:08:58 -0700 Subject: [Freeswitch-users] "originate" Command not found in fs_cli In-Reply-To: References: Message-ID: This is a bigger problem than originate. It looks like none of your commands are working. I would shut down FS and restart it in the foreground, i.e. don't use the "-nc" flag. Watch the console and see what errors pop up. I'm curious to know if there's an issue with mod_commands or something like that. -MC On Tue, Jun 5, 2012 at 9:31 PM, Sanath Prasanna wrote: > Hi > Tx for advice. Here is the my profile > vi sip_profiles/external/ivr.xml > > > > > > > > > > > > > > > vi dialplan/outbound.xml > > > > > > > > > > > ~ > > still same problem come > =================== > freeswitch at internal> originate sofia/gateway/ivr/14722796816 54722796817 > -ERR originate sofia/gateway/dtl/ 14722796816 54722796817 Command not > found! > > also when run reloadxml > freeswitch at internal> reloadxml > -ERR reloadxml Command not found! > So when change conf, need to restart service every time. > > Pls advice to resolve this problems. > Br, > Sanath > > > On Tue, Jun 5, 2012 at 10:46 PM, Brian Foster wrote: > >> Your not understanding the dialstring aspect... >> >> Example: >> >> originate sofia/gateway/flowroute/13175551212 user/1000 at 192.168.1.79 >> >> Where sofia is the channel type, gateway is a keyword, flowroute is what >> I named my gateway, 13175551212 is the number I'm calling through my >> gateway flowroute, and user/1000 is the extension to send it to and >> 192.168.1.79 is the domain that user is attached to. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 5, 2012 8:49 AM, "Sanath Prasanna" wrote: >> >>> Hi, >>> when I run originate command in fs_cli following error coming. Pls >>> advice to resolve that. >>> >>> freeswitch at internal> originate sofia/external/ivr/9179123456 9179123458 >>> -ERR originate sofia/external/ivr/9179123456 9179123458 Command not >>> found! >>> >>> Br, >>> Sanath >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120605/f4baaf61/attachment.html From engineerzuhairraza at gmail.com Wed Jun 6 12:41:28 2012 From: engineerzuhairraza at gmail.com (Zohair Raza) Date: Wed, 6 Jun 2012 12:41:28 +0400 Subject: [Freeswitch-users] NibbleBill query Message-ID: Hi All, Looking for suggestions to implement billing slabs A,B and C as in a2billing using xml_curl Lets say for first five minutes, call is charged $0.1 per minute, afterwards $0.05 per minute for next five minutes and then $.005 per minute for next rest of call Regards, Zohair Raza From awais-nazeer at hotmail.com Wed Jun 6 12:49:33 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Wed, 6 Jun 2012 13:49:33 +0500 Subject: [Freeswitch-users] (no subject) Message-ID: Greetings freeswitchers, See if you can help in this.If a freeswitch crashes abnormally , can we somehow retrieve the CDR before its death. A single abnormal crash in a month gives us some loss as I run around 1200 CC. -- waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/ab54db66/attachment.html From awais-nazeer at hotmail.com Wed Jun 6 13:11:50 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Wed, 6 Jun 2012 14:11:50 +0500 Subject: [Freeswitch-users] CDR recovery on crash Message-ID: Greetings freeswitchers, See if you can help in this.If a freeswitch crashes abnormally , can we somehow retrieve the CDR before its death. A single abnormal crash in a month gives us some loss as I run around 1200 CC. -- waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/490b1875/attachment.html From torstein.knutsen at gmail.com Wed Jun 6 14:17:52 2012 From: torstein.knutsen at gmail.com (Torstein Knutsen) Date: Wed, 6 Jun 2012 12:17:52 +0200 Subject: [Freeswitch-users] Controlling caller_id_name Message-ID: Hi I'm trying to control the "caller_id_name" variable used in conferencing. My dialplan looks like this : When I call into the conference, I do an API "conference xml_list" which gives details of the conferencees .. I want to be able to change the caller_id_name in the listing, but all my efforts for doing this via dialplan fails. Is this even possible somehow ? I tried to add this to the dialplan before executing the conference : But to no avail... Any pointers would be appreciated. Thank you Torstein -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/3df07dd5/attachment.html From avi at avimarcus.net Wed Jun 6 14:30:39 2012 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 6 Jun 2012 13:30:39 +0300 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: References: Message-ID: Hey, can you do the actual math on that? 1200 calls X 3? Minute acd X $0.01cost per minute? = $36 which in the grand scheme of things isn't that much. Your numbers may be different... Alternatively there is "track calls" to be used in some manner. -Avi (This message was painstakingly thumbed out on my mobile, so apologies for brevity and errors.) On Jun 6, 2012 12:13 PM, "awais nazir" wrote: Greetings freeswitchers, See if you can help in this.If a freeswitch crashes abnormally , can we somehow retrieve the CDR before its death. A single abnormal crash in a month gives us some loss as I run around 1200 CC. -- waisee _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/70ae98c1/attachment-0001.html From saami_mh at ymail.com Wed Jun 6 15:58:57 2012 From: saami_mh at ymail.com (Samira Mh) Date: Wed, 6 Jun 2012 04:58:57 -0700 (PDT) Subject: [Freeswitch-users] execute_extension coudn't worked correctly !! Message-ID: <1338983937.89947.YahooMailNeo@web120103.mail.ne1.yahoo.com> hi guys, in the path:/usr/loca/freeswitch/conf/default/ i have created two .xml file named: 001_luacallduration.xml ?and ?01_ratelist.xml so the content of ?the above files are as follow: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 01_ratelist.xml?: i want to set nibble_rate using execute_extemsion?? application and return 1570 to mytest extension, but execute_extension ?don't work and nibble_rate left empty and coldn't return back any things :( plz help ,thanks? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/6959efe2/attachment.html From albert_nguyen16 at hotmail.com Wed Jun 6 16:02:30 2012 From: albert_nguyen16 at hotmail.com (Albert Nguyen) Date: Wed, 6 Jun 2012 12:02:30 +0000 Subject: [Freeswitch-users] when to use stop_dtmf In-Reply-To: References: <20120527181143.62d2a620@mail.tritonwest.net>, <3820475734403626844@unknownmsgid>, , Message-ID: Hi Michael, That's great. Thanks very much for your help. Al Date: Tue, 5 Jun 2012 22:06:33 -0700 From: msc at freeswitch.org To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] when to use stop_dtmf If you are using the dialplan application "start_dtmf" then it applies only to the current, existing channel. So no, you don't have to explicitly call stop_dtmf, especially after the call has ended! :) -MC On Tue, Jun 5, 2012 at 6:29 PM, Albert Nguyen wrote: Hi, I am using start_DTMF to convert inband DTMF to RFC 2833 for calls. Just wanted to make sure :-), when a call is ended by FS (i.e [CS_DESTROY]), would this will also automatically stop the DTMF conversion function or do I have to explicitly using stop_DTMF ? Thanks in advance. Al _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/6c8e216a/attachment.html From gmaruzz at gmail.com Wed Jun 6 16:40:08 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 6 Jun 2012 14:40:08 +0200 Subject: [Freeswitch-users] warm and fuzzy Message-ID: (2:35:49 PM) vipkilla: on hold with Time warner cable... .ahhh the FS hold music... (2:36:25 PM) gmaruzz: :) yay! (2:36:46 PM) blee: haha thats awesome -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/41ab3110/attachment.html From Bill.Ryder at millicorp.com Wed Jun 6 18:26:51 2012 From: Bill.Ryder at millicorp.com (Bill Ryder) Date: Wed, 6 Jun 2012 14:26:51 +0000 Subject: [Freeswitch-users] =?windows-1252?q?Freeswitch_=93real=94_respons?= =?windows-1252?q?e_to_api_chat=3F__Having_a_problem_determining_result_vi?= =?windows-1252?q?a_esl=2E?= Message-ID: <5ABA6F8E7A50AB4B84651BF8EF5B557457DA0F@MAILBOX.millicorp.com> I'm sending an sms message like this over esl (telnet, java client, various methods all yield the same results)(numbers are all dummies): api chat sip|13215555555 at 6.50.120.201|internal/2395555555 at 6.50.120.200|test message This works fine with valid numbers. If I put in an invalid number somewhere I may see something like this in the sip trace indicating a problem: U +0.745829 6.50.120.200:5060 -> 6.50.120.201:5060 SIP/2.0 484 Address Incomplete. ... ...however over the esl socket I get the same response event no matter what, just "sent". Also, when I bind to the esl port and attempt to spit out every message possible (no filters), we see most of what comes through a sip trace, but again this bad result sip packet seems not to generate an esl event. Is there a way over esl to probe raw sip messages so that we can test for such a packet manually, or some other way of seeking the final async result? Thanks in advance! Sincerely, William Ryder Network Engineer, Millicorp 12748 University Drive, Fort Myers, FL 33907 Direct: 239-443-5892 Fax: 239-245-9087 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/b7d16fc4/attachment.html From kamminthang.nengzalam at a-cti.com Wed Jun 6 18:47:49 2012 From: kamminthang.nengzalam at a-cti.com (Kamminthang Nengzalam) Date: Wed, 6 Jun 2012 20:17:49 +0530 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: Yep freeswitch sound quality is awesome n i am loving it. :-) Well regarding my gsmopen, i run it in my local desktop ubuntu. and login to the gsm using x-lite and a made sure the x-lite have gsm codec. after logging to the x-lite a dialout to my cell phone and sometime a will not hear the ringtone on my x-lite and some times no audio. The same goes for when a call my gsm which i configure to ring in my x-lite. Hope this helps. Thank you guys. Kam On Tue, Jun 5, 2012 at 10:01 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > i followed the wiki correctly. And i'm getting no error. Can you lemme kno > how to get better sound quality...... > Do i need to provide anything pliz lemme kno.... > > Thanks, > Kam > > > On Tue, Jun 5, 2012 at 9:36 PM, Kamminthang Nengzalam < > kamminthang.nengzalam at a-cti.com> wrote: > >> i already have configure GSMopen for E1550 and it is working ok but the >> audio quality is not very good. >> Is there a way i can boost it or use openvox instead... >> >> Thanks, >> Kam >> >> >> On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam < >> kamminthang.nengzalam at a-cti.com> wrote: >> >>> >>> Hi Guys, >>> >>> i want to configure openvox G400P in my freeswitch. >>> Can anyone lemme kno how i should do it? >>> will mod_gsmopen work and if so/not how a should make it work. >>> Pliz and thank you in advance for helping..... >>> >>> Thanks, >>> Kam >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> >> -- >> >> >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/27bc9c2b/attachment-0001.html From bdfoster at endigotech.com Wed Jun 6 19:04:54 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 11:04:54 -0400 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: You need to be setting effective_caller_id_name before the bridge. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 6:19 AM, "Torstein Knutsen" wrote: > Hi > > I'm trying to control the "caller_id_name" variable used in conferencing. > My dialplan looks like this : > > > > > > When I call into the conference, I do an API "conference > xml_list" which gives details of the conferencees .. > I want to be able to change the caller_id_name in the listing, but all my > efforts for doing this via dialplan fails. > > Is this even possible somehow ? > > I tried to add this to the dialplan before executing the conference : > > > > > > > > But to no avail... > > Any pointers would be appreciated. > > Thank you > Torstein > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/b1009d0a/attachment.html From jchavanton at gmail.com Wed Jun 6 19:10:03 2012 From: jchavanton at gmail.com (Julien Chavanton) Date: Wed, 6 Jun 2012 11:10:03 -0400 Subject: [Freeswitch-users] scope of channel variables, when are they accessible ? Message-ID: I do not understand the scope of channel variables, when are they accessible ? For example, I am looking for the sip username of the caller call leg. In this example ${sip_auth_username} is empty when logging or calling sf_update.pl but it is correct when calling sf_hangup.pl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/aa5f67cc/attachment.html From admin at blindi.net Wed Jun 6 19:52:04 2012 From: admin at blindi.net (Thomas Hoellriegel) Date: Wed, 6 Jun 2012 17:52:04 +0200 (CEST) Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: Hi Sanath Thanks for your helpfull message I suggest: we do everything step by step. First: the voice mail creation and login. for example: press 1 for login. Press 2 to create your onw mailbox. It is important that the mailbox already exists. If the Mailbox exists, play a error wavfile for example: Sorry this mailbox is allready exists, and go back to the creation option again. Thanks. --------------- Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: http://www.blindi.net/callback homepage: http://www.blindi.net blinde-misc mailingliste f?r blinde. anmeldung unter: http://www.blindi.net/mailman/listinfo/blinde-misc From moises.silva at gmail.com Wed Jun 6 20:01:33 2012 From: moises.silva at gmail.com (Moises Silva) Date: Wed, 6 Jun 2012 12:01:33 -0400 Subject: [Freeswitch-users] Freeswitch & FreeTDM question... In-Reply-To: References: Message-ID: Hello Frank, On Thu, May 31, 2012 at 6:35 PM, Frank Busalacchi Jr < frankjr at mcpeekdodge.com> wrote: > I am having intermittent problems with my FXO/FXS ports. Basically I have > fax machines attached. Every so often (sometimes 5-10 days in between), > the fax machine says that it has no dial tone. I am able to resolve the > problem by going to the CLI and unloading mod_freetdm and then reloading > mod_freetdm. When the ?no dialtone problem? is happening, unloading > mod_freetdm takes 10 seconds or so?I have even had it crash freeswitch > during the unload? > > ** > Whenever this problem happens, you need to enable debug logging in FreeSWITCH. Dialtone is provided by freetdm not the card, but if the card does not detect the fax going offhook, then no dialtone will be provided. First thing is to determine whether FreeTDM receives the offhook event from the card/drivers, that can be seen if debug logging is enabled (some message saying something like "wanpipe event x received"). *Moises Silva **Manager, Software Engineering*** msilva at sangoma.com Sangoma Technologies 100 Renfrew Drive, Suite 100, Markham, ON L3R 9R6 Canada t. +1 800 388 2475 (N. America) t. +1 905 474 1990 x128 f. +1 905 474 9223 ** Products | Solutions | Events | Contact | Wiki | Facebook | Twitter`| | YouTube -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/91464694/attachment-0001.html From jaasmailing at gmail.com Wed Jun 6 20:13:58 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Wed, 06 Jun 2012 18:13:58 +0200 Subject: [Freeswitch-users] RTP NAT issue Message-ID: <4FCF81C6.4010004@gmail.com> Hi all, I have a problem with RTP and NAT. The scenario is Hosted PBX and Natted phones (yealink): Phones (192.168.0.x) - NAT -> FS (public IP) When I call FS (for example an IVR) from a Phone, FS send the RTP to the private address (192.168.0.x) instead to the public NAT IP. The registration is ok: freeswitch at internal> sofia status profile tenant1.bs.dev.voip.clio.it reg 1 Registrations: ================================================================================================= Call-ID: 488014850 at 192.168.0.100 User: 202 at tenant1.test.com Contact: "Test 202" %3A37710> Agent: Yealink SIP-T20P 9.61.0.70 Status: Registered(UDP-NAT)(unknown) EXP(2012-06-06 19:01:55) EXPSECS(3232) Host: localhost.localdomain IP: Port: 37710 Auth-User: 202 Auth-Realm: tenant1.test.com MWI-Account: 202 at tenant1.test.com How I can tell FS to send the RTP Packets to the right address? I think is needed a "comedia mode" like in Asterisk (or RTPProxy in openser)... Best regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/acb2570b/attachment.html From bdfoster at endigotech.com Wed Jun 6 20:28:50 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 12:28:50 -0400 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <4FCF81C6.4010004@gmail.com> References: <4FCF81C6.4010004@gmail.com> Message-ID: The issue is more likely the phone, as the phone is responsible for handing FS the correct IP. There is however a way to force this on the FS side but may break other devices. Please take a look at NDLB (No Device Left Behind) parameters for Sofia on the wiki. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 12:15 PM, "Carlo Dimaggio" wrote: > Hi all, > > I have a problem with RTP and NAT. > The scenario is Hosted PBX and Natted phones (yealink): > > Phones (192.168.0.x) - NAT -> FS (public IP) > > When I call FS (for example an IVR) from a Phone, FS send the RTP to the > private address (192.168.0.x) instead to the public NAT IP. > The registration is ok: > > freeswitch at internal> sofia status profile tenant1.bs.dev.voip.clio.it reg > 1 > Registrations: > > ================================================================================================= > Call-ID: 488014850 at 192.168.0.100 > User: 202 at tenant1.test.com > Contact: "Test 202" < > sip:202 at 192.168.0.100:5062;fs_nat=yes;fs_path=sip%3A202%40 > %3A37710> > Agent: Yealink SIP-T20P 9.61.0.70 > Status: Registered(UDP-NAT)(unknown) EXP(2012-06-06 19:01:55) > EXPSECS(3232) > Host: localhost.localdomain > IP: > Port: 37710 > Auth-User: 202 > Auth-Realm: tenant1.test.com > MWI-Account: 202 at tenant1.test.com > > > How I can tell FS to send the RTP Packets to the right address? I think is > needed a "comedia mode" like in Asterisk (or RTPProxy in openser)... > > > Best regards, > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/76117d8a/attachment.html From bdfoster at endigotech.com Wed Jun 6 20:38:08 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 12:38:08 -0400 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: References: <4FCF81C6.4010004@gmail.com> Message-ID: NDLB-connectile-disfunction is probably what you're looking for, see: http://wiki.freeswitch.org/wiki/NDLB Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 12:28 PM, "Brian Foster" wrote: > The issue is more likely the phone, as the phone is responsible for > handing FS the correct IP. There is however a way to force this on the FS > side but may break other devices. Please take a look at NDLB (No Device > Left Behind) parameters for Sofia on the wiki. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 6, 2012 12:15 PM, "Carlo Dimaggio" wrote: > >> Hi all, >> >> I have a problem with RTP and NAT. >> The scenario is Hosted PBX and Natted phones (yealink): >> >> Phones (192.168.0.x) - NAT -> FS (public IP) >> >> When I call FS (for example an IVR) from a Phone, FS send the RTP to the >> private address (192.168.0.x) instead to the public NAT IP. >> The registration is ok: >> >> freeswitch at internal> sofia status profile tenant1.bs.dev.voip.clio.it reg >> 1 >> Registrations: >> >> ================================================================================================= >> Call-ID: 488014850 at 192.168.0.100 >> User: 202 at tenant1.test.com >> Contact: "Test 202" < >> sip:202 at 192.168.0.100:5062;fs_nat=yes;fs_path=sip%3A202%40 >> %3A37710> >> Agent: Yealink SIP-T20P 9.61.0.70 >> Status: Registered(UDP-NAT)(unknown) EXP(2012-06-06 19:01:55) >> EXPSECS(3232) >> Host: localhost.localdomain >> IP: >> Port: 37710 >> Auth-User: 202 >> Auth-Realm: tenant1.test.com >> MWI-Account: 202 at tenant1.test.com >> >> >> How I can tell FS to send the RTP Packets to the right address? I think >> is needed a "comedia mode" like in Asterisk (or RTPProxy in openser)... >> >> >> Best regards, >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/e8fdfa2e/attachment.html From torstein.knutsen at gmail.com Wed Jun 6 20:54:56 2012 From: torstein.knutsen at gmail.com (Torstein Knutsen) Date: Wed, 6 Jun 2012 18:54:56 +0200 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Hi Sure? I did try that, but it does not work .. Im not doing bridge, but conference .. .. -T On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: > You need to be setting effective_caller_id_name before the bridge. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 6, 2012 6:19 AM, "Torstein Knutsen" > wrote: > >> Hi >> >> I'm trying to control the "caller_id_name" variable used in conferencing. >> My dialplan looks like this : >> >> >> >> >> >> When I call into the conference, I do an API "conference >> xml_list" which gives details of the conferencees .. >> I want to be able to change the caller_id_name in the listing, but all my >> efforts for doing this via dialplan fails. >> >> Is this even possible somehow ? >> >> I tried to add this to the dialplan before executing the conference : >> >> >> >> >> >> >> >> But to no avail... >> >> Any pointers would be appreciated. >> >> Thank you >> Torstein >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/45fc0fd3/attachment-0001.html From bdfoster at endigotech.com Wed Jun 6 21:01:35 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 13:01:35 -0400 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Not sure if this will work but try executing the set inline Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 12:56 PM, "Torstein Knutsen" wrote: > Hi > > Sure? I did try that, but it does not work .. Im not doing bridge, but > conference .. .. > > -T > On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: > >> You need to be setting effective_caller_id_name before the bridge. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >> wrote: >> >>> Hi >>> >>> I'm trying to control the "caller_id_name" variable used in conferencing. >>> My dialplan looks like this : >>> >>> >>> >>> >>> >>> When I call into the conference, I do an API "conference >>> xml_list" which gives details of the conferencees .. >>> I want to be able to change the caller_id_name in the listing, but all >>> my efforts for doing this via dialplan fails. >>> >>> Is this even possible somehow ? >>> >>> I tried to add this to the dialplan before executing the conference : >>> >>> >>> >>> >>> >>> >>> >>> But to no avail... >>> >>> Any pointers would be appreciated. >>> >>> Thank you >>> Torstein >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/72337461/attachment.html From bdfoster at endigotech.com Wed Jun 6 21:02:35 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 13:02:35 -0400 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Crap... set the caller id inline not the conference line... sorry got a lot going on today lol Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 12:56 PM, "Torstein Knutsen" wrote: > Hi > > Sure? I did try that, but it does not work .. Im not doing bridge, but > conference .. .. > > -T > On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: > >> You need to be setting effective_caller_id_name before the bridge. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >> wrote: >> >>> Hi >>> >>> I'm trying to control the "caller_id_name" variable used in conferencing. >>> My dialplan looks like this : >>> >>> >>> >>> >>> >>> When I call into the conference, I do an API "conference >>> xml_list" which gives details of the conferencees .. >>> I want to be able to change the caller_id_name in the listing, but all >>> my efforts for doing this via dialplan fails. >>> >>> Is this even possible somehow ? >>> >>> I tried to add this to the dialplan before executing the conference : >>> >>> >>> >>> >>> >>> >>> >>> But to no avail... >>> >>> Any pointers would be appreciated. >>> >>> Thank you >>> Torstein >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/bcb4e056/attachment.html From msc at freeswitch.org Wed Jun 6 21:03:57 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 6 Jun 2012 10:03:57 -0700 Subject: [Freeswitch-users] FreeSWITCH Conf Call Is On! Message-ID: Come join us! http://wiki.freeswitch.org/wiki/FS_weekly_2012_06_06 We're going to talk about mod_httapi and a few other fun things. Thanks! -Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/ceda50fc/attachment-0001.html From toddb at toddbailey.net Wed Jun 6 19:36:07 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Wed, 06 Jun 2012 08:36:07 -0700 Subject: [Freeswitch-users] Skype on FreeSwitch install issues Message-ID: <20120606083607.33e327b490679d2282e332758c73b55b.a8919b34fb.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/1e42ba38/attachment.html From jack at livecall.com Wed Jun 6 21:10:39 2012 From: jack at livecall.com (Jack) Date: Wed, 06 Jun 2012 10:10:39 -0700 Subject: [Freeswitch-users] FSClient UA error Message-ID: <4FCF8F0F.8010004@livecall.com> I am getting this error in my log when I try to run FSClient on windows xp: 2012-06-06 09:59:36.500000 [NOTICE] sofia.c:4892 Started Profile softphone [sofia_reg_softphone] 2012-06-06 09:59:36.500000 [DEBUG] mod_sofia.c:5471 Waiting for profiles to start 2012-06-06 09:59:36.546875 [ERR] sofia.c:2099 Error Creating SIP UA for profile: softphone I also get a dialog box that says: Warning the master sofia profile was not able to load and the phone will most likely _not_work,..... I have checked the port and opened the firewall 5060 and tried reloading the sofia profile by editing the settings and saving and I still get the same. Thanks, Jack From gmaruzz at gmail.com Wed Jun 6 21:17:15 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 6 Jun 2012 19:17:15 +0200 Subject: [Freeswitch-users] Skype on FreeSwitch install issues In-Reply-To: <20120606083607.33e327b490679d2282e332758c73b55b.a8919b34fb.wbe@email14.secureserver.net> References: <20120606083607.33e327b490679d2282e332758c73b55b.a8919b34fb.wbe@email14.secureserver.net> Message-ID: please use the automatic installer (install.pl) it will do it all for you if not using automatic installer, do something similar to: #Unload possible ALSA sound modules that would conflict with our OSS fake module rmmod snd_pcm_oss rmmod snd_mixer_oss rmmod snd_seq_oss sleep 1 #Create the inode our fake sound driver will use mknod /dev/dsp c 14 3 #Load our OSS fake module insmod /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko this will work Explanation is: your alsa installation creates automatically /dev/dsp for compatibility with OSS, but you do not need it, if you are using ALSA. (You would need it to use alsa from OSS application, but this is not what you need). -giovanni On Wed, Jun 6, 2012 at 5:36 PM, wrote: > Hello, > > New to list & appologies if this is the wrong place to post questions. > > Assuming this is the place to be, here is a question. > > Whet I get to the build step for skypopen > "make clean; make; insmod ./skypopen.ko; mknod /dev/dsp c 14 3" > > I get an error with the insmod cmd, resource / device busy > > > I think it's caused due to having several snd entries listed via the > "lsmod |grep snd" > > The machine is question is a media, database and email server. > And the media server component requires the use of ALSA components. > > Does this requirement prohibit the use of the skype component in > Freeswitch or do I just need to prevent the snd modules from loading to > complete the kernel mod? Then re enable snd modules at next boot. > > > If this is the case any suggestions? Maybe running FS in a Vbox to > provide the functionality? > Or do I need a dedicated box just running linux and FS components? > > current machine is fedora 14 x64 on a 4 core xeon @ 3ghz w/7 gig memory, > w/ 35 % process load average > > thanks > > > BTW: my desired configuration > > analog land line to Cisco SPA3102 router connected to the FS server with 4 > extensions registered. > outbound local calls router to analog line, 1+ area code out bound calls > routed to skype. > Incoming calls routed to all extensions, unanswered calls set to a ivr to > 1. leave voice mail or 2.forward to cell phone (via skype connection) > > any of this not do-able? > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120606/f24d0277/attachment.html From gmaruzz at gmail.com Wed Jun 6 21:22:21 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 6 Jun 2012 19:22:21 +0200 Subject: [Freeswitch-users] Freeswitch + open vox G400P In-Reply-To: References: Message-ID: On Wed, Jun 6, 2012 at 4:47 PM, Kamminthang Nengzalam < kamminthang.nengzalam at a-cti.com> wrote: > Yep freeswitch sound quality is awesome n i am loving it. :-) > Well regarding my gsmopen, > i run it in my local desktop ubuntu. > and login to the gsm using x-lite and a made sure the x-lite have gsm > codec. > after logging to the x-lite a dialout to my cell phone and sometime a > will not hear the ringtone on my x-lite and some times no audio. The same > goes for when a call my gsm which i configure to ring in my x-lite. > Kam: -do not use gsm codec, no need for it, and sounds bad. Use ulaw (g711) or whatever - do not use a desktop as a server. It will never work decently. X Windows, mouse, dozen of other things will battle for IRQs, and this will trash all the millisecond timers real time audio needs. so: -use a server installation also, is kind of tricky to run both the sip client and the sip server on the same machine (ports, ip addresses, etc). Better to use separate machines -giovanni > Hope this helps. Thank you guys. > > Kam > > > On Tue, Jun 5, 2012 at 10:01 PM, Kamminthang Nengzalam < > kamminthang.nengzalam at a-cti.com> wrote: > >> i followed the wiki correctly. And i'm getting no error. Can you lemme >> kno how to get better sound quality...... >> Do i need to provide anything pliz lemme kno.... >> >> Thanks, >> Kam >> >> >> On Tue, Jun 5, 2012 at 9:36 PM, Kamminthang Nengzalam < >> kamminthang.nengzalam at a-cti.com> wrote: >> >>> i already have configure GSMopen for E1550 and it is working ok but the >>> audio quality is not very good. >>> Is there a way i can boost it or use openvox instead... >>> >>> Thanks, >>> Kam >>> >>> >>> On Tue, Jun 5, 2012 at 7:56 PM, Kamminthang Nengzalam < >>> kamminthang.nengzalam at a-cti.com> wrote: >>> >>>> >>>> Hi Guys, >>>> >>>> i want to configure openvox G400P in my freeswitch. >>>> Can anyone lemme kno how i should do it? >>>> will mod_gsmopen work and if so/not how a should make it work. >>>> Pliz and thank you in advance for helping..... >>>> >>>> Thanks, >>>> Kam >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> >>> >>> >>> >>> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120606/2b545080/attachment.html From torstein.knutsen at gmail.com Wed Jun 6 21:41:41 2012 From: torstein.knutsen at gmail.com (Torstein Knutsen) Date: Wed, 6 Jun 2012 19:41:41 +0200 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Thanks .. ill try, let you know monday .. :) -Torstein On Jun 6, 2012 7:02 PM, "Brian Foster" wrote: > Not sure if this will work but try executing the set inline > > > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 6, 2012 12:56 PM, "Torstein Knutsen" > wrote: > >> Hi >> >> Sure? I did try that, but it does not work .. Im not doing bridge, but >> conference .. .. >> >> -T >> On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: >> >>> You need to be setting effective_caller_id_name before the bridge. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >>> wrote: >>> >>>> Hi >>>> >>>> I'm trying to control the "caller_id_name" variable used in >>>> conferencing. >>>> My dialplan looks like this : >>>> >>>> >>>> >>>> >>>> >>>> When I call into the conference, I do an API "conference >>>> xml_list" which gives details of the conferencees .. >>>> I want to be able to change the caller_id_name in the listing, but all >>>> my efforts for doing this via dialplan fails. >>>> >>>> Is this even possible somehow ? >>>> >>>> I tried to add this to the dialplan before executing the conference : >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> But to no avail... >>>> >>>> Any pointers would be appreciated. >>>> >>>> Thank you >>>> Torstein >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/d31b4c4c/attachment-0001.html From sdevoy at bizfocused.com Wed Jun 6 21:45:08 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 6 Jun 2012 13:45:08 -0400 Subject: [Freeswitch-users] Maillist client software - NOOB Message-ID: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> HI All, I have been getting more and more familiar with FS and can actually make some contributions to the questions coming through in the maillist. However, when I signed up I chose the option to bundle the messages before sending them to me. - BIG MISTAKE -. I use MS Outlook as my mail client. When they all come as attachments I can access them and respond well enough, but then I have no useful interface features like: . SEARCH . Next/Prev in Thread, etc. So, I have 2 questions: 1. How do I un-bundle the list mailings? or better still 2. Does anyone have a good client software package (or web site) that provides a better user interface? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/ffb2ee62/attachment.html From cliff at develix.com Wed Jun 6 21:51:56 2012 From: cliff at develix.com (Cliff Wells) Date: Wed, 06 Jun 2012 10:51:56 -0700 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: References: Message-ID: <1339005116.2103.10.camel@portable-evil> On Wed, 2012-06-06 at 14:11 +0500, awais nazir wrote: > Greetings freeswitchers, > > See if you can help in this.If a freeswitch crashes abnormally , can > we somehow retrieve the CDR before its death. A single abnormal > crash in a month gives us some loss as I run around 1200 CC. We're using cdr_pg_csv for a fairly high call volume and have dealt with hardware issues that caused FS crashes without losing significant CDR data. Regards, Cliff From avi at avimarcus.net Wed Jun 6 22:15:28 2012 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 6 Jun 2012 21:15:28 +0300 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: <1339005116.2103.10.camel@portable-evil> References: <1339005116.2103.10.camel@portable-evil> Message-ID: Cliff, I believe he is referring to losing the CDRs for active calls. FS only submits/writes the CDRs upon the end of the call, hence the issue. I don't believe he's talking about data corruption. -Avi On Wed, Jun 6, 2012 at 8:51 PM, Cliff Wells wrote: > On Wed, 2012-06-06 at 14:11 +0500, awais nazir wrote: > > Greetings freeswitchers, > > > > See if you can help in this.If a freeswitch crashes abnormally , can > > we somehow retrieve the CDR before its death. A single abnormal > > crash in a month gives us some loss as I run around 1200 CC. > > We're using cdr_pg_csv for a fairly high call volume and have dealt with > hardware issues that caused FS crashes without losing significant CDR > data. > > Regards, > Cliff > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/dabb0122/attachment.html From anthony.minessale at gmail.com Wed Jun 6 22:24:47 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 6 Jun 2012 13:24:47 -0500 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: References: <1339005116.2103.10.camel@portable-evil> Message-ID: Track calls writes xml very into the db many times per call. On Jun 6, 2012 1:17 PM, "Avi Marcus" wrote: > Cliff, I believe he is referring to losing the CDRs for active calls. FS > only submits/writes the CDRs upon the end of the call, hence the issue. I > don't believe he's talking about data corruption. > > -Avi > > > On Wed, Jun 6, 2012 at 8:51 PM, Cliff Wells wrote: > >> On Wed, 2012-06-06 at 14:11 +0500, awais nazir wrote: >> > Greetings freeswitchers, >> > >> > See if you can help in this.If a freeswitch crashes abnormally , can >> > we somehow retrieve the CDR before its death. A single abnormal >> > crash in a month gives us some loss as I run around 1200 CC. >> >> We're using cdr_pg_csv for a fairly high call volume and have dealt with >> hardware issues that caused FS crashes without losing significant CDR >> data. >> >> Regards, >> Cliff >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/300fa8db/attachment.html From toddb at toddbailey.net Wed Jun 6 22:43:47 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Wed, 06 Jun 2012 11:43:47 -0700 Subject: [Freeswitch-users] Skype on FreeSwitch install issues Message-ID: <20120606114347.33e327b490679d2282e332758c73b55b.9c3630c43f.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/99cf84d6/attachment-0001.html From cliff at develix.com Wed Jun 6 22:51:03 2012 From: cliff at develix.com (Cliff Wells) Date: Wed, 06 Jun 2012 11:51:03 -0700 Subject: [Freeswitch-users] Maillist client software - NOOB In-Reply-To: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> References: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> Message-ID: <1339008663.2103.12.camel@portable-evil> On Wed, 2012-06-06 at 13:45 -0400, Sean Devoy wrote: > HI All, > > > > I have been getting more and more familiar with FS and can actually > make some contributions to the questions coming through in the > maillist. However, when I signed up I chose the option to bundle the > messages before sending them to me. ? BIG MISTAKE ?. I use MS Outlook > as my mail client. Go to the mailman link at the bottom of every email. Change your preferences: Would you like to receive list mail batched in a daily digest? No. Regards, Cliff From jchavanton at gmail.com Wed Jun 6 23:30:23 2012 From: jchavanton at gmail.com (Julien Chavanton) Date: Wed, 6 Jun 2012 15:30:23 -0400 Subject: [Freeswitch-users] scope of channel variables, when are they accessible ? Message-ID: I must have misunderstood something with (Bridge) The same dialplan (context) was executed for the new outgoing leg. I added this condition in the context / extension to stop the B Leg from processing the dial plan. Strange I was not expecting Bridge to behave this way. From: Julien Chavanton > To: freeswitch-users at lists.freeswitch.org > Cc: > Date: Wed, 6 Jun 2012 11:10:03 -0400 > Subject: [Freeswitch-users] scope of channel variables, when are they > accessible ? > I do not understand the scope of channel variables, when are they > accessible ? > > For example, I am looking for the sip username of the caller call leg. > > In this example ${sip_auth_username} is empty when logging or calling > sf_update.pl but it is correct when calling sf_hangup.pl > > > > > > > > data="api_hangup_hook=perl /var/fs_hook/sf_hangup.pl > ${sip_auth_username} ${sip_to_user} "/> > data="{absolute_codec_string='PCMA,PCMU,G729',call_leg=B,session_in_hangup_hook=true'}sofia/gateway/XXXX/XXXX$1"/> > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/8a2474e2/attachment.html From jaasmailing at gmail.com Thu Jun 7 00:13:08 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Wed, 06 Jun 2012 22:13:08 +0200 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: References: <4FCF81C6.4010004@gmail.com> Message-ID: <4FCFB9D4.1090504@gmail.com> Ok, I'll try the parameter NDLB. Is it suitable in an hosted environment (thousand of extensions)? Anyway, the problem is that I can't use STUN (phone side configuration) because I have two needs: 1) Phone A (192.168.0.100) calls Phone B (192.168.0.101), in this case the RTP flow should be sent directly between two endpoints. If I use STUN the SDP "A" contains the public IP and not the private IP (that must be used for device reachability). 2) Phone A (192.168.0.100) calls Freeswitch (Public IP), in this case the RTP flow shoud be sent to Freeswitch Public IP and Freeswitch shoud send the RTP to the Phone A NAT IP. Here the STUN is the best solution. What is the best practice in this scenario? Regards, Il 06/06/12 18.28, Brian Foster ha scritto: > > The issue is more likely the phone, as the phone is responsible for > handing FS the correct IP. There is however a way to force this on the > FS side but may break other devices. Please take a look at NDLB (No > Device Left Behind) parameters for Sofia on the wiki. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 6, 2012 12:15 PM, "Carlo Dimaggio" > wrote: > > Hi all, > > I have a problem with RTP and NAT. > The scenario is Hosted PBX and Natted phones (yealink): > > Phones (192.168.0.x) - NAT -> FS (public IP) > > When I call FS (for example an IVR) from a Phone, FS send the RTP > to the private address (192.168.0.x) instead to the public NAT IP. > The registration is ok: > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/4c69fc83/attachment.html From drk at drkngs.net Thu Jun 7 00:59:19 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Wed, 06 Jun 2012 13:59:19 -0700 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <4FCFB9D4.1090504@gmail.com> Message-ID: <20120606205919.8a01a11c@mail.tritonwest.net> For a hosted environment, where you're not in control of the users devices/routers you should do the following: In the SIP profile, turn on agressive_nat_detection, on the client device have them turn off ALL nat mapping stuff, so the switch can detect it's nat, and if it don't work cause they have some broken router that's doing ALG, and only in that case then set the directory entry for that use to have the "NDLB-Connnectile-Dysfunction" be true. That should work every time. --Dave _____ From: Carlo Dimaggio [mailto:jaasmailing at gmail.com] To: freeswitch-users at lists.freeswitch.org Sent: Wed, 06 Jun 2012 13:13:08 -0700 Subject: Re: [Freeswitch-users] RTP NAT issue Ok, I'll try the parameter NDLB. Is it suitable in an hosted environment (thousand of extensions)? Anyway, the problem is that I can't use STUN (phone side configuration) because I have two needs: 1) Phone A (192.168.0.100) calls Phone B (192.168.0.101), in this case the RTP flow should be sent directly between two endpoints. If I use STUN the SDP "A" contains the public IP and not the private IP (that must be used for device reachability). 2) Phone A (192.168.0.100) calls Freeswitch (Public IP), in this case the RTP flow shoud be sent to Freeswitch Public IP and Freeswitch shoud send the RTP to the Phone A NAT IP. Here the STUN is the best solution. What is the best practice in this scenario? Regards, Il 06/06/12 18.28, Brian Foster ha scritto: The issue is more likely the phone, as the phone is responsible for handing FS the correct IP. There is however a way to force this on the FS side but may break other devices. Please take a look at NDLB (No Device Left Behind) parameters for Sofia on the wiki. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 12:15 PM, "Carlo Dimaggio" wrote: Hi all, I have a problem with RTP and NAT. The scenario is Hosted PBX and Natted phones (yealink): Phones (192.168.0.x) - NAT -> FS (public IP) When I call FS (for example an IVR) from a Phone, FS send the RTP to the private address (192.168.0.x) instead to the public NAT IP. The registration is ok: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/bc72f2b1/attachment.html From gmaruzz at gmail.com Thu Jun 7 02:21:33 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 7 Jun 2012 00:21:33 +0200 Subject: [Freeswitch-users] Skype on FreeSwitch install issues In-Reply-To: <20120606114347.33e327b490679d2282e332758c73b55b.9c3630c43f.wbe@email14.secureserver.net> References: <20120606114347.33e327b490679d2282e332758c73b55b.9c3630c43f.wbe@email14.secureserver.net> Message-ID: On Wed, Jun 6, 2012 at 8:43 PM, wrote: > Even though I had errors in the skypopen build process, I tried the > install.pl script > It resulted in more errors. > you need to follow strictly the wiki page, step by step: 1) build ALL the thingies (included skypopen.ko oss driver kernel module) - without errors 2) run the install.pl script 3) run the startup script created by the install.pl script the /boot directory has nothing to do with it, leave it alone. your alsa install will probably create the /dev/dsp each reboot. So, you need to run the startup script that will be created by the install script after each reboot and before FreeSWITCH. Please follow strictly step by step, or know exactly what you are doing ;) : http://wiki.freeswitch.org/wiki/Skypopen#SHORT_BLUEPRINT:_STEPS_NEEDED_TO_USE_SKYPOPEN http://wiki.freeswitch.org/wiki/Skypopen#Linux at this last link, read the entire Linux subsection, at least until the "windows" subsection begins, and you'll find peace and joy! -giovanni > > Big concern is if I am able to sucessfully run the insmod (after disabling > other snd devices) will doing so permanently disable them? I'm thinking I > need to make a backup of the /boot folder. Any other folder that I need > to address? > > > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] Skype on FreeSwitch install issues > From: Giovanni Maruzzelli > Date: Wed, June 06, 2012 10:17 am > To: FreeSWITCH Users Help > > please use the automatic installer (install.pl) it will do it all for you > > if not using automatic installer, do something similar to: > > #Unload possible ALSA sound modules that would conflict with our OSS fake > module > rmmod snd_pcm_oss > rmmod snd_mixer_oss > rmmod snd_seq_oss > sleep 1 > #Create the inode our fake sound driver will use > mknod /dev/dsp c 14 3 > #Load our OSS fake module > insmod /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko > > this will work > > Explanation is: your alsa installation creates automatically /dev/dsp for > compatibility with OSS, but you do not need it, if you are using ALSA. (You > would need it to use alsa from OSS application, but this is not what you > need). > > -giovanni > > On Wed, Jun 6, 2012 at 5:36 PM, wrote: > >> Hello, >> >> New to list & appologies if this is the wrong place to post questions. >> >> Assuming this is the place to be, here is a question. >> >> Whet I get to the build step for skypopen >> "make clean; make; insmod ./skypopen.ko; mknod /dev/dsp c 14 3" >> >> I get an error with the insmod cmd, resource / device busy >> >> >> I think it's caused due to having several snd entries listed via the >> "lsmod |grep snd" >> >> The machine is question is a media, database and email server. >> And the media server component requires the use of ALSA components. >> >> Does this requirement prohibit the use of the skype component in >> Freeswitch or do I just need to prevent the snd modules from loading to >> complete the kernel mod? Then re enable snd modules at next boot. >> >> >> If this is the case any suggestions? Maybe running FS in a Vbox to >> provide the functionality? >> Or do I need a dedicated box just running linux and FS components? >> >> current machine is fedora 14 x64 on a 4 core xeon @ 3ghz w/7 gig memory, >> w/ 35 % process load average >> >> thanks >> >> >> BTW: my desired configuration >> >> analog land line to Cisco SPA3102 router connected to the FS server with >> 4 extensions registered. >> outbound local calls router to analog line, 1+ area code out bound calls >> routed to skype. >> Incoming calls routed to all extensions, unanswered calls set to a ivr to >> 1. leave voice mail or 2.forward to cell phone (via skype connection) >> >> any of this not do-able? >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120607/42d230b2/attachment-0001.html From jeff at jefflenk.com Thu Jun 7 02:50:06 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Wed, 6 Jun 2012 15:50:06 -0700 (PDT) Subject: [Freeswitch-users] FSClient UA error In-Reply-To: <4FCF8F0F.8010004@livecall.com> References: <4FCF8F0F.8010004@livecall.com> Message-ID: <1339023006371-7579490.post@n2.nabble.com> Is something already using the ports that FSClient is trying to use? Are you running fs on this box? Or another sip client? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FSClient-UA-error-tp7579476p7579490.html Sent from the freeswitch-users mailing list archive at Nabble.com. From jack at livecall.com Thu Jun 7 03:22:59 2012 From: jack at livecall.com (Jack) Date: Wed, 06 Jun 2012 16:22:59 -0700 Subject: [Freeswitch-users] FSClient UA error In-Reply-To: <1339023006371-7579490.post@n2.nabble.com> References: <4FCF8F0F.8010004@livecall.com> <1339023006371-7579490.post@n2.nabble.com> Message-ID: <4FCFE653.7020600@livecall.com> 5060 should be available, I do run other clients that use 5060 but make sure they are all the way closed out before trying FSClient. FS is running on a different box. On 6/6/2012 3:50 PM, Jeff Lenk wrote: > Is something already using the ports that FSClient is trying to use? Are you > running fs on this box? Or another sip client? > > -- > View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FSClient-UA-error-tp7579476p7579490.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 sherifomran2000 at yahoo.com Thu Jun 7 03:40:20 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Wed, 6 Jun 2012 16:40:20 -0700 (PDT) Subject: [Freeswitch-users] debug xml curl In-Reply-To: <4FCFE653.7020600@livecall.com> Message-ID: <1339026020.26523.YahooMailClassic@web110811.mail.gq1.yahoo.com> Hello guys, any body has a good way to debug data sent by xml_curl rather than xml_curl debug on I need to see it in the debug console ./fs_cli Till now it produces xml files in the tmp any ideas? regards, Sherif Omran From mitch.capper at gmail.com Thu Jun 7 03:54:14 2012 From: mitch.capper at gmail.com (Mitch Capper) Date: Wed, 6 Jun 2012 16:54:14 -0700 Subject: [Freeswitch-users] FSClient UA error In-Reply-To: <4FCFE653.7020600@livecall.com> References: <4FCF8F0F.8010004@livecall.com> <1339023006371-7579490.post@n2.nabble.com> <4FCFE653.7020600@livecall.com> Message-ID: You can use fs_cli to connect up to see what error is happening but make sure you have TLS disabled and change the ports in the sofia settings and see if that fixes it. ~Mitch On Wed, Jun 6, 2012 at 4:22 PM, Jack wrote: > 5060 should be available, I do run other clients that use 5060 ?but make > sure they are all the way closed out before trying FSClient. > FS is running on a different box. > > On 6/6/2012 3:50 PM, Jeff Lenk wrote: >> Is something already using the ports that FSClient is trying to use? Are you >> running fs on this box? Or another sip client? >> >> -- >> View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FSClient-UA-error-tp7579476p7579490.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://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 dujinfang at gmail.com Thu Jun 7 03:56:21 2012 From: dujinfang at gmail.com (Seven Du) Date: Thu, 7 Jun 2012 07:56:21 +0800 Subject: [Freeswitch-users] Sending arbitrary NOTIFY messages In-Reply-To: References: Message-ID: <9442B870B78E4B18B72EDDFEB1E68547@gmail.com> Hi michael, Doesn't Notify need a subscribe? If not the remote might return Call does not exists here or sth. I had played some in the old days and eventually I made a patch http://jira.freeswitch.org/browse/FS-3802 It looks that the current notify queries the sip_registrations table so non-regged doesn't work. Attached some lua I played in the old days. they should work without the above patch, however, in n.lua I might had another patch which added an aor header(at least) so it's possible to use another remote ip but I cannot find the patch. Included a patch that similar to that. Note: all the code was I played in the old days so I don't know if they are working. Let me know if it helps. -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn Sent with Sparrow (http://www.sparrowmailapp.com) On Saturday, June 2, 2012 at 3:18 AM, Michael Collins wrote: > Has anyone gotten the magic formula down for doing this? I'm trying to send a NOTIFY to a non-registered endpoint but I can't quite get the event headers correct. I found this old commit that Tony did about 3 years ago that suggests it's possible: > http://fisheye.freeswitch.org/changelog/freeswitch.git/?showid=1fa1e961e4587475a51dcbadd31765b5a06d3115 > > If you know what the necessary headers are, or better yet, if you have a working example please let me know. And yes, I will gladly pay the wiki tax on this one. ;) > > Thanks, > MC > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org (mailto:FreeSWITCH-users at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/94b6233b/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: notify.tar.gz Type: application/octet-stream Size: 2850 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/94b6233b/attachment.obj From sdevoy at bizfocused.com Thu Jun 7 03:58:14 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 6 Jun 2012 19:58:14 -0400 Subject: [Freeswitch-users] Maillist client software - NOOB In-Reply-To: <1339008663.2103.12.camel@portable-evil> References: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> <1339008663.2103.12.camel@portable-evil> Message-ID: <0c4801cd4440$3c748f80$b55dae80$@bizfocused.com> Thanks Cliff. I have tried that many, many times. Every attempt gets me an email saying someone has tried to sign up my address again. I assume I don't have the right password. Thanks again -----Original Message----- From: Cliff Wells [mailto:cliff at develix.com] Sent: Wednesday, June 06, 2012 2:51 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Maillist client software - NOOB On Wed, 2012-06-06 at 13:45 -0400, Sean Devoy wrote: > HI All, > > > > I have been getting more and more familiar with FS and can actually > make some contributions to the questions coming through in the > maillist. However, when I signed up I chose the option to bundle the > messages before sending them to me. ? BIG MISTAKE ?. I use MS Outlook > as my mail client. Go to the mailman link at the bottom of every email. Change your preferences: Would you like to receive list mail batched in a daily digest? No. Regards, Cliff From sdevoy at bizfocused.com Thu Jun 7 04:00:47 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 6 Jun 2012 20:00:47 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? Message-ID: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> The whole mailing list idea is so "1990's" Is there interest in having a nice Message Forum instead of the mailing list? Viewing threaded items, Searching, seeing what's new and what's hot, etc? I have a hosting server with the capacity to host a forum site in ASP.NET or PHP and MS Sql Server. I am willing to purchase the software (if it is not public domain) and maintain it on my server if people like the idea. I just don't want to throw down a couple hundred $ for nothing. Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/f5a81bbd/attachment-0001.html From brian at freeswitch.org Thu Jun 7 04:07:34 2012 From: brian at freeswitch.org (Brian West) Date: Wed, 6 Jun 2012 19:07:34 -0500 Subject: [Freeswitch-users] Sending arbitrary NOTIFY messages In-Reply-To: <9442B870B78E4B18B72EDDFEB1E68547@gmail.com> References: <9442B870B78E4B18B72EDDFEB1E68547@gmail.com> Message-ID: <6853368876973493042@unknownmsgid> it's the gratuitous notify on register for mwi Sent from my iPad On Jun 6, 2012, at 6:57 PM, Seven Du wrote: Hi michael, Doesn't Notify need a subscribe? If not the remote might return Call does not exists here or sth. I had played some in the old days and eventually I made a patch http://jira.freeswitch.org/browse/FS-3802 It looks that the current notify queries the sip_registrations table so non-regged doesn't work. Attached some lua I played in the old days. they should work without the above patch, however, in n.lua I might had another patch which added an aor header(at least) so it's possible to use another remote ip but I cannot find the patch. Included a patch that similar to that. Note: all the code was I played in the old days so I don't know if they are working. Let me know if it helps. -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn Sent with Sparrow On Saturday, June 2, 2012 at 3:18 AM, Michael Collins wrote: Has anyone gotten the magic formula down for doing this? I'm trying to send a NOTIFY to a non-registered endpoint but I can't quite get the event headers correct. I found this old commit that Tony did about 3 years ago that suggests it's possible: http://fisheye.freeswitch.org/changelog/freeswitch.git/?showid=1fa1e961e4587475a51dcbadd31765b5a06d3115 If you know what the necessary headers are, or better yet, if you have a working example please let me know. And yes, I will gladly pay the wiki tax on this one. ;) Thanks, MC _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/091e6e67/attachment.html From vvenkatar at gmail.com Thu Jun 7 04:16:19 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Wed, 6 Jun 2012 17:16:19 -0700 Subject: [Freeswitch-users] Using CURL inside a JavaScript. Message-ID: Hi ! I am developing a simple IVR application using JS. One of the things I want to do when my JS fires is to issue a WS API to fetch some data relevant to the call; wait for the response and use information in the response to process the incoming call. To meet that end, I wrote up a simple JS that issues a CURL request providing appropriate call back function. However, I dont see any callback being fired back to my application. The JS simply proceeds to execute the next instruction. I know my WS returns a string (verified by running the exact same command via a command line). I wanted to know if there is anything I need to do to make the application "wait for the call back". Would appreciate any help. Regards, Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/8ea4aa4b/attachment.html From freeswitch-list at puzzled.xs4all.nl Thu Jun 7 05:45:52 2012 From: freeswitch-list at puzzled.xs4all.nl (Patrick Lists) Date: Thu, 07 Jun 2012 03:45:52 +0200 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: <4FD007D0.7010705@puzzled.xs4all.nl> On 07-06-12 02:00, Sean Devoy wrote: > The whole mailing list idea is so "1990's" > > Is there interest in having a nice Message Forum instead of the mailing > list? Viewing threaded items, Searching, seeing what?s new and what?s > hot, etc? Since it has been a while I guess it was inevitable that someone would come around with the forum idea again. Have you searched the mailing list archives and read the previous discussion on this subject? It did not work for the Asterisk community and I doubt it would work for this community. If you want forum style, use nabble or gmane. Regards, Patrick From brian at freeswitch.org Thu Jun 7 05:48:06 2012 From: brian at freeswitch.org (Brian West) Date: Wed, 6 Jun 2012 20:48:06 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <4FD007D0.7010705@puzzled.xs4all.nl> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> Message-ID: <-3243025629320733747@unknownmsgid> Hammer, meet Nail! Sent from my iPad On Jun 6, 2012, at 8:47 PM, Patrick Lists wrote: > Since it has been a while I guess it was inevitable that someone would > come around with the forum idea again. Have you searched the mailing > list archives and read the previous discussion on this subject? > It did not work for the Asterisk community and I doubt it would work for > this community. If you want forum style, use nabble or gmane. > > Regards, > Patrick From ifoundthetao at gmail.com Thu Jun 7 05:50:21 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Wed, 06 Jun 2012 20:50:21 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <4FD007D0.7010705@puzzled.xs4all.nl> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> Message-ID: <4FD008DD.4060206@gmail.com> :) Here's the link to the forum-ified mailing list: http://freeswitch-users.2379917.n2.nabble.com/ If you're unfamiliar with it, you can log in, and reply as well. When you do that, you also reply to the list. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/6/2012 8:45 PM, Patrick Lists wrote: > On 07-06-12 02:00, Sean Devoy wrote: >> The whole mailing list idea is so "1990's" >> >> Is there interest in having a nice Message Forum instead of the mailing >> list? Viewing threaded items, Searching, seeing what?s new and what?s >> hot, etc? > Since it has been a while I guess it was inevitable that someone would > come around with the forum idea again. Have you searched the mailing > list archives and read the previous discussion on this subject? > It did not work for the Asterisk community and I doubt it would work for > this community. If you want forum style, use nabble or gmane. > > Regards, > Patrick > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Thu Jun 7 05:54:37 2012 From: brian at freeswitch.org (Brian West) Date: Wed, 6 Jun 2012 20:54:37 -0500 Subject: [Freeswitch-users] debug xml curl In-Reply-To: <1339026020.26523.YahooMailClassic@web110811.mail.gq1.yahoo.com> References: <1339026020.26523.YahooMailClassic@web110811.mail.gq1.yahoo.com> Message-ID: <1852706752797320567@unknownmsgid> Do not hijack threads please, start your own new message to the list. clicking reply then changing the subject hijacks the thread. /b Sent from my iPad On Jun 6, 2012, at 6:41 PM, Sherif Omran wrote: > Hello guys, > > any body has a good way to debug data sent by xml_curl rather than > > xml_curl debug on > > I need to see it in the debug console ./fs_cli > > Till now it produces xml files in the tmp > > any ideas? > > regards, > Sherif Omran > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Thu Jun 7 05:55:41 2012 From: brian at freeswitch.org (Brian West) Date: Wed, 6 Jun 2012 20:55:41 -0500 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <20120606205919.8a01a11c@mail.tritonwest.net> References: <20120606205919.8a01a11c@mail.tritonwest.net> Message-ID: <5971058602431512241@unknownmsgid> Suboptimal solution. you'll break transfers among other things. Sent from my iPad On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" wrote: > For a hosted environment, where you're not in control of the users devices/routers you should do the following: > > In the SIP profile, turn on agressive_nat_detection, on the client device have them turn off ALL nat mapping stuff, so the switch can detect it's nat, and if it don't work cause they have some broken router that's doing ALG, and only in that case then set the directory entry for that use to have the "NDLB-Connnectile-Dysfunction" be true. > > That should work every time. > > > --Dave From bdfoster at endigotech.com Thu Jun 7 06:11:41 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 22:11:41 -0400 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <5971058602431512241@unknownmsgid> References: <20120606205919.8a01a11c@mail.tritonwest.net> <5971058602431512241@unknownmsgid> Message-ID: Maybe doing a sip proxy on the nat'd side? Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 9:57 PM, "Brian West" wrote: > Suboptimal solution. you'll break transfers among other things. > > Sent from my iPad > > On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" wrote: > > > For a hosted environment, where you're not in control of the users > devices/routers you should do the following: > > > > In the SIP profile, turn on agressive_nat_detection, on the client > device have them turn off ALL nat mapping stuff, so the switch can detect > it's nat, and if it don't work cause they have some broken router that's > doing ALG, and only in that case then set the directory entry for that use > to have the "NDLB-Connnectile-Dysfunction" be true. > > > > That should work every time. > > > > > > --Dave > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/0fedfc93/attachment.html From bdfoster at endigotech.com Thu Jun 7 06:13:23 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Wed, 6 Jun 2012 22:13:23 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: Nabble works fine for that kind of thing .. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 6, 2012 8:01 PM, "Sean Devoy" wrote: > The whole mailing list idea is so "1990's"**** > > Is there interest in having a nice Message Forum instead of the mailing > list? Viewing threaded items, Searching, seeing what?s new and what?s hot, > etc?**** > > ** ** > > I have a hosting server with the capacity to host a forum site in ASP.NETor PHP and MS Sql Server. I am willing to purchase the software (if it is > not public domain) and maintain it on my server if people like the idea. I > just don't want to throw down a couple hundred $ for nothing. **** > > ** ** > > Sean**** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/db50394b/attachment.html From ifoundthetao at gmail.com Thu Jun 7 06:31:52 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Wed, 06 Jun 2012 21:31:52 -0500 Subject: [Freeswitch-users] Using CURL inside a JavaScript. In-Reply-To: References: Message-ID: <4FD01298.90402@gmail.com> Do you have any code that you want to post (http://pastebin.freeswitch.org)? Also, you may want to look into timers/intervals (setTimer setInterval). I use those to keep tabs on responses from requests. Otherwise, the JavaScript will continue to execute without getting the response, which can be very frustrating. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/6/2012 7:16 PM, Venkatesh wrote: > Hi ! > > I am developing a simple IVR application using JS. One of the things I > want to do when my JS fires is to issue a WS API to fetch some data > relevant to the call; wait for the response and use information in the > response to process the incoming call. To meet that end, I wrote up a > simple JS that issues a CURL request providing appropriate call back > function. However, I dont see any callback being fired back to my > application. The JS simply proceeds to execute the next instruction. I > know my WS returns a string (verified by running the exact same > command via a command line). I wanted to know if there is anything I > need to do to make the application "wait for the call back". Would > appreciate any help. > > Regards, > Venkatesh > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/78541de3/attachment.html From ash at url.net.au Thu Jun 7 06:32:12 2012 From: ash at url.net.au (Ashley Breeden) Date: Thu, 7 Jun 2012 12:32:12 +1000 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: References: <4FCF81C6.4010004@gmail.com> Message-ID: Try this: - Enable agressive_nat_detection on the profile as per Dave's suggestion - Make sure SIP ALG is not enabled on the NAT router - On the Yealink set Rport enabled (Click Accounts, Advanced, set Rport drop down to enabled) I find this works 99% of the time. When I look at my registrations from a Yealink the contact line is like this: "John" Ash. On 07/06/2012, at 2:28 AM, Brian Foster wrote: > The issue is more likely the phone, as the phone is responsible for handing FS the correct IP. There is however a way to force this on the FS side but may break other devices. Please take a look at NDLB (No Device Left Behind) parameters for Sofia on the wiki. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 6, 2012 12:15 PM, "Carlo Dimaggio" wrote: > Hi all, > > I have a problem with RTP and NAT. > The scenario is Hosted PBX and Natted phones (yealink): > > Phones (192.168.0.x) - NAT -> FS (public IP) > > When I call FS (for example an IVR) from a Phone, FS send the RTP to the private address (192.168.0.x) instead to the public NAT IP. > The registration is ok: > > freeswitch at internal> sofia status profile tenant1.bs.dev.voip.clio.it reg > 1 > Registrations: > ================================================================================================= > Call-ID: 488014850 at 192.168.0.100 > User: 202 at tenant1.test.com > Contact: "Test 202" %3A37710> > Agent: Yealink SIP-T20P 9.61.0.70 > Status: Registered(UDP-NAT)(unknown) EXP(2012-06-06 19:01:55) EXPSECS(3232) > Host: localhost.localdomain > IP: > Port: 37710 > Auth-User: 202 > Auth-Realm: tenant1.test.com > MWI-Account: 202 at tenant1.test.com > > > How I can tell FS to send the RTP Packets to the right address? I think is needed a "comedia mode" like in Asterisk (or RTPProxy in openser)... > > > Best regards, > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org Regards, Ashley Breeden URL Networks Pty Ltd Email: ash at url.net.au WWW: http://www.url.net.au Phone: 1300 33 11 78 Direct: 03 9008 5901 Mobile: 0411 112 056 HostedPBX - VoIP - Hosting - Wholesale -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/a8f50286/attachment-0001.html From drk at drkngs.net Thu Jun 7 07:23:55 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Wed, 06 Jun 2012 20:23:55 -0700 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <5971058602431512241@unknownmsgid> Message-ID: <20120607032355.d0d9d846@mail.tritonwest.net> Been using this configuration for service providers for years, and always works. Everything always works, transfers etc... --Dave _____ From: Brian West [mailto:brian at freeswitch.org] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Wed, 06 Jun 2012 18:55:41 -0700 Subject: Re: [Freeswitch-users] RTP NAT issue Suboptimal solution. you'll break transfers among other things. Sent from my iPad On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" wrote: > For a hosted environment, where you're not in control of the users devices/routers you should do the following: > > In the SIP profile, turn on agressive_nat_detection, on the client device have them turn off ALL nat mapping stuff, so the switch can detect it's nat, and if it don't work cause they have some broken router that's doing ALG, and only in that case then set the directory entry for that use to have the "NDLB-Connnectile-Dysfunction" be true. > > That should work every time. > > > --Dave _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/7572abc1/attachment.html From vvenkatar at gmail.com Thu Jun 7 07:36:23 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Wed, 6 Jun 2012 20:36:23 -0700 Subject: [Freeswitch-users] Using CURL inside a JavaScript. In-Reply-To: <4FD01298.90402@gmail.com> References: <4FD01298.90402@gmail.com> Message-ID: Hi ! I have uploaded the relevant JS code to pastebin: http://pastebin.freeswitch.org/19238 Would really appreciate any help! Venkatesh On Wed, Jun 6, 2012 at 7:31 PM, Timothy Bolton wrote: > Do you have any code that you want to post ( > http://pastebin.freeswitch.org)? > > Also, you may want to look into timers/intervals (setTimer setInterval). > I use those to keep tabs on responses from requests. Otherwise, the > JavaScript will continue to execute without getting the response, which can > be very frustrating. > > 'We who cut mere stones must always be envisioning cathedrals.' > Quarry Worker's Creed > > > On 6/6/2012 7:16 PM, Venkatesh wrote: > > Hi ! > > I am developing a simple IVR application using JS. One of the things I > want to do when my JS fires is to issue a WS API to fetch some data > relevant to the call; wait for the response and use information in the > response to process the incoming call. To meet that end, I wrote up a > simple JS that issues a CURL request providing appropriate call back > function. However, I dont see any callback being fired back to my > application. The JS simply proceeds to execute the next instruction. I know > my WS returns a string (verified by running the exact same command via a > command line). I wanted to know if there is anything I need to do to make > the application "wait for the call back". Would appreciate any help. > > Regards, > Venkatesh > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/ed90ae11/attachment.html From a.afzali2003 at gmail.com Thu Jun 7 09:48:00 2012 From: a.afzali2003 at gmail.com (afshin afzali) Date: Thu, 7 Jun 2012 10:18:00 +0430 Subject: [Freeswitch-users] Sending Event Back to RTMP Sessions Message-ID: Hi, Looking for howto send back a event to rtmp session, after some inspection in code it seems that needs to be a SWITCH_EVENT_CUSTOM event (subclassed to RTMP_EVENT_CUSTOM) and have a "RTMP-Session-ID" header to be able to deliver to far end of link. I'll appreciate if to know that is all requirements. BEST, -- afshin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/9c2056fb/attachment.html From sherifomran2000 at yahoo.com Thu Jun 7 10:05:33 2012 From: sherifomran2000 at yahoo.com (Sherif Omran) Date: Wed, 6 Jun 2012 23:05:33 -0700 (PDT) Subject: [Freeswitch-users] Debugging xml curl Message-ID: <1339049133.55011.YahooMailClassic@web110811.mail.gq1.yahoo.com> Hello guys, any body has a good way to debug data sent by xml_curl rather than xml_curl debug on I need to see it in the debug console ./fs_cli Till now it produces xml files in the tmp any ideas? regards, Sherif Omran From jaasmailing at gmail.com Thu Jun 7 11:11:51 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Thu, 07 Jun 2012 09:11:51 +0200 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <5971058602431512241@unknownmsgid> References: <20120606205919.8a01a11c@mail.tritonwest.net> <5971058602431512241@unknownmsgid> Message-ID: <4FD05437.8070603@gmail.com> Hi Brian, what is for you the optimal solution in an hosted environment? Regards Il 07/06/12 03.55, Brian West ha scritto: > Suboptimal solution. you'll break transfers among other things. > > Sent from my iPad > > On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" wrote: > >> For a hosted environment, where you're not in control of the users devices/routers you should do the following: >> >> In the SIP profile, turn on agressive_nat_detection, on the client device have them turn off ALL nat mapping stuff, so the switch can detect it's nat, and if it don't work cause they have some broken router that's doing ALG, and only in that case then set the directory entry for that use to have the "NDLB-Connnectile-Dysfunction" be true. >> >> That should work every time. >> >> >> --Dave > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 belintinc at gmail.com Thu Jun 7 08:01:49 2012 From: belintinc at gmail.com (BELint Inc) Date: Thu, 7 Jun 2012 09:31:49 +0530 Subject: [Freeswitch-users] Freeswitch is responding to contact's port when client behind NAT Message-ID: Hi All, We`ve been using freeswitch since very long, It was good all over but it got stuck to a simple yet complex situation. We have Yealink T28P series phones behind NAT and freeswitch is unable to get them register. In the scenario freeswitch is at public IP. The reason we think is that freeswitch is using sip port in contact header to respond to. Is there anyway we can avoid this or force it to always send the response to destination IP instead of contact or via header ports because clients are behind NAT and response can only reach them if it respond to destination IP & PORT. Please revert if someone know how to solve this problem. It is very urgent. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/e1574d4e/attachment.html From awais-nazeer at hotmail.com Thu Jun 7 11:24:35 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Thu, 7 Jun 2012 12:24:35 +0500 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: References: Message-ID: Hi Guys Can I get some useful information for that please. From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: CDR recovery on crash Date: Wed, 6 Jun 2012 14:11:50 +0500 Greetings freeswitchers, See if you can help in this.If a freeswitch crashes abnormally , can we somehow retrieve the CDR before its death. A single abnormal crash in a month gives us some loss as I run around 1200 CC. -- waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/f2232696/attachment-0001.html From jaasmailing at gmail.com Thu Jun 7 11:28:33 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Thu, 07 Jun 2012 09:28:33 +0200 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <20120607032355.d0d9d846@mail.tritonwest.net> References: <20120607032355.d0d9d846@mail.tritonwest.net> Message-ID: <4FD05821.30500@gmail.com> Hi Dave, I've tried the "aggressive_nat_detection" on my internal profile. Restarted the profile and I have this registration: Contact: "Test 202" %3A37710> but FS send the RTP to the private IP (192.168.2.100) and not to the public NAT IP. Is there something wrong? Best Regards Il 07/06/12 05.23, Dave R. Kompel ha scritto: > Been using this configuration for service providers for years, and > always works. Everything always works, transfers etc... > --Dave > > ------------------------------------------------------------------------ > *From:* Brian West [mailto:brian at freeswitch.org] > *To:* FreeSWITCH Users Help > [mailto:freeswitch-users at lists.freeswitch.org] > *Sent:* Wed, 06 Jun 2012 18:55:41 -0700 > *Subject:* Re: [Freeswitch-users] RTP NAT issue > > Suboptimal solution. you'll break transfers among other things. > > Sent from my iPad > > On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" > wrote: > > > For a hosted environment, where you're not in control of the > users devices/routers you should do the following: > > > > In the SIP profile, turn on agressive_nat_detection, on the > client device have them turn off ALL nat mapping stuff, so the > switch can detect it's nat, and if it don't work cause they have > some broken router that's doing ALG, and only in that case then > set the directory entry for that use to have the > "NDLB-Connnectile-Dysfunction" be true. > > > > That should work every time. > > > > > > --Dave > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/6db6a056/attachment.html From avi at avimarcus.net Thu Jun 7 11:43:46 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 7 Jun 2012 10:43:46 +0300 Subject: [Freeswitch-users] CDR recovery on crash In-Reply-To: References: Message-ID: http://wiki.freeswitch.org/wiki/Freeswitch_HA#Track_Calls It will save XML representation of the current calls to your current DB. -Avi From steveayre at gmail.com Thu Jun 7 13:21:03 2012 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 7 Jun 2012 10:21:03 +0100 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: > > Viewing threaded items, Searching, seeing what?s new and what?s hot, etc? Strange, my mail client gives me all of that as well as being readable offline and easier to read on the move. On 7 June 2012 01:00, Sean Devoy wrote: > The whole mailing list idea is so "1990's" > > Is there interest in having a nice Message Forum instead of the mailing > list? Viewing threaded items, Searching, seeing what?s new and what?s hot, > etc? > > > > I have a hosting server with the capacity to host a forum site in ASP.NETor > PHP and MS Sql Server. I am willing to purchase the software (if it is not > public domain) and maintain it on my server if people like the idea. I just > don't want to throw down a couple hundred $ for nothing. > > > > Sean > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/3bb18619/attachment.html From steveayre at gmail.com Thu Jun 7 13:24:59 2012 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 7 Jun 2012 10:24:59 +0100 Subject: [Freeswitch-users] Debugging xml curl In-Reply-To: <1339049133.55011.YahooMailClassic@web110811.mail.gq1.yahoo.com> References: <1339049133.55011.YahooMailClassic@web110811.mail.gq1.yahoo.com> Message-ID: I don't think you can at the moment. I imagine it would be quite a simple patch though. -Steve On 7 June 2012 07:05, Sherif Omran wrote: > Hello guys, > > any body has a good way to debug data sent by xml_curl rather than > > xml_curl debug on > > I need to see it in the debug console ./fs_cli > > Till now it produces xml files in the tmp > > any ideas? > > regards, > Sherif Omran > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/9a10ea28/attachment.html From cristian.re.work at gmail.com Thu Jun 7 14:02:07 2012 From: cristian.re.work at gmail.com (cristian re) Date: Thu, 7 Jun 2012 12:02:07 +0200 Subject: [Freeswitch-users] how to: get session variable after api_hangup_hook In-Reply-To: References: Message-ID: Yes of course, I put in my dialplan: But I read somewhere that it's possible to manage session after "api_hangup_hook" only by Lua, Javascript or Perl scripts. If my API is exposed in a module can I use it? I try in my dialplan to call api with uuid parameter: and in my c++ module I try to get session using uuid without success: switch_core_session_t * s = switch_core_session_locate(uuid); if (s) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "SESSION\n"); switch_core_session_rwunlock(s); } 2012/6/5 Michael Collins > Are you setting session_in_hangup_hook? > http://wiki.freeswitch.org/wiki/Channel_Variables#session_in_hangup_hook > -MC > > On Tue, Jun 5, 2012 at 8:33 AM, cristian re wrote: > >> Hello, >> >> I write a custom cpp module for freeswitch that exposes an API: >> >> SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup", >> my_hangup_api , MY_HANGUP_USAGE); >> >> I want to call this api from dialplan (after bridge hangup) for reading >> the variable "billmsec". >> I put this into my dialplan: >> >> >> >> >> After hangup freeswitch call correctly my API but I have not figured out >> how to get the variable. >> >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/39fbfb69/attachment-0001.html From avi at avimarcus.net Thu Jun 7 14:16:56 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 7 Jun 2012 13:16:56 +0300 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: I make heavy use of gmail's mute (m) to "unsubscribe" from topics. -Avi (This message was painstakingly thumbed out on my mobile, so apologies for brevity and errors.) On Jun 7, 2012 12:23 PM, "Steven Ayre" wrote: > Viewing threaded items, Searching, seeing what?s new and what?s hot, etc? Strange, my mail client gives me all of that as well as being readable offline and easier to read on the move. On 7 June 2012 01:00, Sean Devoy wrote: > The whole mailing list idea is s... > _________________________________________________________________________ > Professional FreeSWITC... _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/39da5e22/attachment.html From avi at avimarcus.net Thu Jun 7 14:21:42 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 7 Jun 2012 13:21:42 +0300 Subject: [Freeswitch-users] Debugging xml curl In-Reply-To: References: <1339049133.55011.YahooMailClassic@web110811.mail.gq1.yahoo.com> Message-ID: I have a form that posts to the xml curl that allows me to set the CID, destination, context, etc. Its not perfect but helps me debug almost everything. Also, liberal LOG events generated by my code. -Avi (This message was painstakingly thumbed out on my mobile, so apologies for brevity and errors.) On Jun 7, 2012 12:26 PM, "Steven Ayre" wrote: I don't think you can at the moment. I imagine it would be quite a simple patch though. -Steve On 7 June 2012 07:05, Sherif Omran wrote: > > Hello guys, > > any bod... _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/bb336003/attachment.html From cristian.re.work at gmail.com Thu Jun 7 14:39:42 2012 From: cristian.re.work at gmail.com (cristian re) Date: Thu, 7 Jun 2012 12:39:42 +0200 Subject: [Freeswitch-users] how to: get session variable after api_hangup_hook In-Reply-To: References: Message-ID: I understood I had to use session directly to obtain the channel... thanks 2012/6/7 cristian re > Yes of course, > I put in my dialplan: > > > But I read somewhere that it's possible to manage session after > "api_hangup_hook" only by Lua, Javascript or Perl scripts. > If my API is exposed in a module can I use it? > I try in my dialplan to call api with uuid parameter: > > > > and in my c++ module I try to get session using uuid without success: > > switch_core_session_t * s = switch_core_session_locate(uuid); > if (s) { > switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "SESSION\n"); > switch_core_session_rwunlock(s); > } > > > > > > > 2012/6/5 Michael Collins > >> Are you setting session_in_hangup_hook? >> http://wiki.freeswitch.org/wiki/Channel_Variables#session_in_hangup_hook >> -MC >> >> On Tue, Jun 5, 2012 at 8:33 AM, cristian re wrote: >> >>> Hello, >>> >>> I write a custom cpp module for freeswitch that exposes an API: >>> >>> SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup", >>> my_hangup_api , MY_HANGUP_USAGE); >>> >>> I want to call this api from dialplan (after bridge hangup) for reading >>> the variable "billmsec". >>> I put this into my dialplan: >>> >>> >>> >>> >>> After hangup freeswitch call correctly my API but I have not figured out >>> how to get the variable. >>> >>> >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/928a585c/attachment.html From covici at ccs.covici.com Thu Jun 7 16:32:05 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Thu, 07 Jun 2012 08:32:05 -0400 Subject: [Freeswitch-users] freeswitch and new version of sepstral Message-ID: <12009.1339072325@ccs.covici.com> Hi. Does mod_cepstral work with the new version 6 cepstral voices -- I don't want to install and try it before I have some idea. Thanks. -- 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 gmaruzz at gmail.com Thu Jun 7 16:37:26 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 7 Jun 2012 14:37:26 +0200 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: Let's say loud: "we're '90ish we're proud" On Thu, Jun 7, 2012 at 12:16 PM, Avi Marcus wrote: > I make heavy use of gmail's mute (m) to "unsubscribe" from topics. > > -Avi > (This message was painstakingly thumbed out on my mobile, so apologies for > brevity and errors.) > > On Jun 7, 2012 12:23 PM, "Steven Ayre" wrote: > > > Viewing threaded items, Searching, seeing what?s new and what?s hot, etc? > > Strange, my mail client gives me all of that as well as being readable > offline and easier to read on the move. > > > > On 7 June 2012 01:00, Sean Devoy wrote: > > The whole mailing list idea is s... > > > _________________________________________________________________________ > > Professional FreeSWITC... > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120607/e142d95c/attachment-0001.html From chris at gonumina.com Thu Jun 7 16:55:29 2012 From: chris at gonumina.com (Chris Ferreira) Date: Thu, 7 Jun 2012 08:55:29 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: <-6651331130295024579@unknownmsgid> Let's actually move to a BBS hosted on a FreeSWITCH Box. ___________________ Mobile Reply On Jun 7, 2012, at 8:40 AM, Giovanni Maruzzelli wrote: Let's say loud: "we're '90ish we're proud" On Thu, Jun 7, 2012 at 12:16 PM, Avi Marcus wrote: > I make heavy use of gmail's mute (m) to "unsubscribe" from topics. > > -Avi > (This message was painstakingly thumbed out on my mobile, so apologies for > brevity and errors.) > > On Jun 7, 2012 12:23 PM, "Steven Ayre" wrote: > > > Viewing threaded items, Searching, seeing what?s new and what?s hot, etc? > > Strange, my mail client gives me all of that as well as being readable > offline and easier to read on the move. > > > > On 7 June 2012 01:00, Sean Devoy wrote: > > The whole mailing list idea is s... > > > _________________________________________________________________________ > > Professional FreeSWITC... > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/c179be7b/attachment.html From vipkilla at gmail.com Thu Jun 7 16:56:07 2012 From: vipkilla at gmail.com (Vik Killa) Date: Thu, 7 Jun 2012 08:56:07 -0400 Subject: [Freeswitch-users] XML_CURL and static XML (loaded in memory) Message-ID: Is it possible to load freeswitch with static XML and then load mod_xml_curl? It seems FreeSWITCH does not work correctly when this is done. Here is an example: In freeswitch.xml, I have:
This loads my directory configuration statically in memory. After I start FreeSWITCH, I load mod_xml_curl with 'fs_cli> load mod_xml_curl' (mod_xml_curl is not loaded when freeswitch starts) Here is my XML_CURL configuration: FreeSWITCH does not seem to function properly after XML_CURL is loaded. If I run the 'user_data' API, FS hangs there for a long time and eventually returns the password from memory (it does not make an XML_CURL request) Here is example: fs_cli> user_data 1000 at domain.com param password I guess the ultimate question is this: Is there any way to setup XML_CURL to failover to static XML (loaded in memory)? Thanks! From pkelly at gmail.com Thu Jun 7 16:56:54 2012 From: pkelly at gmail.com (Pete Kelly) Date: Thu, 7 Jun 2012 13:56:54 +0100 Subject: [Freeswitch-users] Problems compiling FS with mod_esl Message-ID: Hi I am currently having some problems compiling freeswitch in lenny with mod_esl. I have done this: - checked out FS - ./bootstrap.sh, ./configure - cd libs/esl && make && make luamod (as per wiki docs) - uncomment mod_esl from modules.conf I then run make all, and this error is produced when it gets to mod_esl.so: Does anyone have any advice? making all mod_esl Creating mod_esl.so... gcc: /usr/local/src/freeswitch_generic/libs/esl/libesl.so: No such file or directory gcc: /usr/local/src/freeswitch_generic/libs/esl/libesl.so: No such file or directory gcc -I/usr/local/src/freeswitch_generic/libs/esl/src/include -I/usr/local/src/freeswitch_generic/libs/curl/include -I/usr/local/src/freeswitch_generic/src/include -I/usr/local/src/freeswitch_generic/src/include -I/usr/local/src/freeswitch_generic/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic -Wdeclaration-after-statement -D_GNU_SOURCE -shared -o .libs/mod_esl.so -shared -Wl,-x .libs/mod_esl.o /usr/local/src/freeswitch_generic/libs/esl/libesl.so /usr/local/src/freeswitch_generic/libs/esl/libesl.so -lm -lz /usr/local/src/freeswitch_generic/.libs/libfreeswitch.so -L/usr/local/src/freeswitch_generic/libs/esl -lesl -Wl,--rpath -Wl,/usr/local/freeswitch_generic/lib -Wl,--rpath -Wl,/usr/local/freeswitch_generic/mod make[5]: *** [mod_esl.so] Error 1 make[4]: *** [all] Error 1 make[3]: *** [mod_esl-all] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/3bc50455/attachment.html From bdfoster at endigotech.com Thu Jun 7 17:01:01 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 09:01:01 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> Message-ID: Id really just rather have a mailing list where it shows up in my inbox and I can look at everything without having an internet connection and queue a response if needed... makes life easy and since I check my email on a constant basis, it just works better. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 8:39 AM, "Giovanni Maruzzelli" wrote: > Let's say loud: > "we're '90ish > we're proud" > > On Thu, Jun 7, 2012 at 12:16 PM, Avi Marcus wrote: > >> I make heavy use of gmail's mute (m) to "unsubscribe" from topics. >> >> -Avi >> (This message was painstakingly thumbed out on my mobile, so apologies >> for brevity and errors.) >> >> On Jun 7, 2012 12:23 PM, "Steven Ayre" wrote: >> >> > Viewing threaded items, Searching, seeing what?s new and what?s hot, >> etc? >> >> Strange, my mail client gives me all of that as well as being readable >> offline and easier to read on the move. >> >> >> >> On 7 June 2012 01:00, Sean Devoy wrote: >> > The whole mailing list idea is s... >> >> > >> _________________________________________________________________________ >> > Professional FreeSWITC... >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/583ab7d8/attachment-0001.html From avi at avimarcus.net Thu Jun 7 17:22:52 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 7 Jun 2012 16:22:52 +0300 Subject: [Freeswitch-users] Problems compiling FS with mod_esl In-Reply-To: References: Message-ID: All compilation and crash issues should be posted on http://jira.freeswitch.org to ensure they get followed up on. -Avi On Thu, Jun 7, 2012 at 3:56 PM, Pete Kelly wrote: > Hi > > I am currently having some problems compiling freeswitch in lenny with > mod_esl. > > I have done this: > > - checked out FS > - ./bootstrap.sh, ./configure > - cd libs/esl && make && make luamod (as per wiki docs) > - uncomment mod_esl from modules.conf > > I then run make all, and this error is produced when it gets to mod_esl.so: > > Does anyone have any advice? > > making all mod_esl > Creating mod_esl.so... > gcc: /usr/local/src/freeswitch_generic/libs/esl/libesl.so: No such file or > directory > gcc: /usr/local/src/freeswitch_generic/libs/esl/libesl.so: No such file or > directory > gcc -I/usr/local/src/freeswitch_generic/libs/esl/src/include > -I/usr/local/src/freeswitch_generic/libs/curl/include > -I/usr/local/src/freeswitch_generic/src/include > -I/usr/local/src/freeswitch_generic/src/include > -I/usr/local/src/freeswitch_generic/libs/libteletone/src -fPIC -Werror > -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb > -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic -Wdeclaration-after-statement > -D_GNU_SOURCE -shared -o .libs/mod_esl.so -shared -Wl,-x .libs/mod_esl.o > /usr/local/src/freeswitch_generic/libs/esl/libesl.so > /usr/local/src/freeswitch_generic/libs/esl/libesl.so -lm -lz > /usr/local/src/freeswitch_generic/.libs/libfreeswitch.so > -L/usr/local/src/freeswitch_generic/libs/esl -lesl -Wl,--rpath > -Wl,/usr/local/freeswitch_generic/lib -Wl,--rpath > -Wl,/usr/local/freeswitch_generic/mod > make[5]: *** [mod_esl.so] Error 1 > make[4]: *** [all] Error 1 > make[3]: *** [mod_esl-all] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/e32cc4a4/attachment.html From david.villasmil.work at gmail.com Thu Jun 7 17:34:06 2012 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 7 Jun 2012 15:34:06 +0200 Subject: [Freeswitch-users] XML_CURL and static XML (loaded in memory) In-Reply-To: References: Message-ID: Hello, I don't think you can use both at the same time... One option is to write the xml dinamically from the xml-curl server before reloading it... cheers On Thu, Jun 7, 2012 at 2:56 PM, Vik Killa wrote: > Is it possible to load freeswitch with static XML and then load > mod_xml_curl? > It seems FreeSWITCH does not work correctly when this is done. > Here is an example: > In freeswitch.xml, I have: >
> >
> > This loads my directory configuration statically in memory. > After I start FreeSWITCH, I load mod_xml_curl with 'fs_cli> load > mod_xml_curl' > (mod_xml_curl is not loaded when freeswitch starts) > > Here is my XML_CURL configuration: > > > > > bindings="directory" /> > > > > > FreeSWITCH does not seem to function properly after XML_CURL is loaded. > If I run the 'user_data' API, FS hangs there for a long time and > eventually returns the password from memory (it does not make an > XML_CURL request) > Here is example: > fs_cli> user_data 1000 at domain.com param password > > I guess the ultimate question is this: > Is there any way to setup XML_CURL to failover to static XML (loaded in > memory)? > > Thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/c8f762bf/attachment.html From alex at digitalmail.com Thu Jun 7 17:56:15 2012 From: alex at digitalmail.com (Alex Lake) Date: Thu, 07 Jun 2012 14:56:15 +0100 Subject: [Freeswitch-users] att_xfer and loopback Message-ID: <4FD0B2FF.70405@digitalmail.com> (Reconnecting to Mailing List) Hi guys - so I go for a break to celebrate 60 years of the queen and look what's here now! Some really useful bits here. Thanks to Avi for answering in my place. The reasons he cites for desiring to use loopback are correct. However, because our scripts are auto-generated (from a base spec in our own XML format), it is viable (if somwhat undesirable) to spew out a superficially long and complex lua script as an alternative. One of the (seemingly radical) things we're trying to do is to offer SIP-grade functionality to mixed SIP & PSTN endpoints. This is best illustrated with an example: User Fred is a mobile kind of guy - although he will generally take calls on the SIP handset on his desk, he is often out and about, and so will also take calls on his mobile. His company has one of our hosted pbx services and he's extension 305. He's set things up so that the calls ring first on his SIP handset and, after a delay of 5s, on his mobile. Because mobiles have voicemail systems that can get in the way, he has the "voicemail defeat" option, whereby on answering the call (and hearing the whisper) he has to press 1 to show it's really him accepting the call. A colleague, Bill, on extension 301 is in a very similar situation. When Bill and Fred are both in the office, things are easy: If Bill gets a call that he wishes to handover to Fred (with a briefing), he can do a simple attended transfer SIP to SIP. When they're both out of the office, things are a little more complex: Firstly, Bill takes the call on his mobile (which doesn't have a transfer button) - he uses the * * key sequence to access a mid-call menu, selects the "attended transfer" facility and keys in Fred's extension number (305). The attended transfer script must do just what a normal call to Fred's DDI would do - i.e. Call the SIP handset then, 5s later, start trying to find him on his mobile (with the "push 1 to accept" feature). Hopefully that gives an idea of how what we're doing is a bit complicated. I will definitely try Antony's runes and see how that works. I'm also up for trying to "improve" the wiki from the point of view of FreeSwitch beginners. The main thing I would suggest is much more use of examples (and fully contextualised examples, not just free-floating parameters!) Anyway, thanks all (and hope this email gets through to the list) From jeff at jefflenk.com Thu Jun 7 18:10:58 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 7 Jun 2012 07:10:58 -0700 (PDT) Subject: [Freeswitch-users] Problems compiling FS with mod_esl In-Reply-To: References: Message-ID: <1339078257954-7579532.post@n2.nabble.com> Also are you sure you intend to use mod_esl? That is not what fs uses for normal esl connections, mod_event_socket does that. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Problems-compiling-FS-with-mod-esl-tp7579527p7579532.html Sent from the freeswitch-users mailing list archive at Nabble.com. From Hector.Geraldino at ipsoft.com Thu Jun 7 18:45:31 2012 From: Hector.Geraldino at ipsoft.com (Hector Geraldino) Date: Thu, 7 Jun 2012 10:45:31 -0400 Subject: [Freeswitch-users] freeswitch and new version of sepstral In-Reply-To: <12009.1339072325@ccs.covici.com> References: <12009.1339072325@ccs.covici.com> Message-ID: <6A6B4C284AD15042B429EB9D904544AD022EE80FE4@NY1-EXMB-01.ip-soft.net> Positive. You just need to recompile the mod_cepstral module with the new libraries. I've it running in prod with the latest Cepstral version (6.0.1) -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of covici at ccs.covici.com Sent: Thursday, June 07, 2012 8:32 AM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] freeswitch and new version of sepstral Hi. Does mod_cepstral work with the new version 6 cepstral voices -- I don't want to install and try it before I have some idea. Thanks. -- 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 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 covici at ccs.covici.com Thu Jun 7 18:49:14 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Thu, 07 Jun 2012 10:49:14 -0400 Subject: [Freeswitch-users] freeswitch and new version of sepstral In-Reply-To: <6A6B4C284AD15042B429EB9D904544AD022EE80FE4@NY1-EXMB-01.ip-soft.net> References: <12009.1339072325@ccs.covici.com> <6A6B4C284AD15042B429EB9D904544AD022EE80FE4@NY1-EXMB-01.ip-soft.net> Message-ID: <1270.1339080554@ccs.covici.com> OK, thanks. Hector Geraldino wrote: > Positive. > > You just need to recompile the mod_cepstral module with the new libraries. I've it running in prod with the latest Cepstral version (6.0.1) > > -----Original Message----- > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of covici at ccs.covici.com > Sent: Thursday, June 07, 2012 8:32 AM > To: freeswitch-users at lists.freeswitch.org > Subject: [Freeswitch-users] freeswitch and new version of sepstral > > Hi. Does mod_cepstral work with the new version 6 cepstral voices -- I don't want to install and try it before I have some idea. > Thanks. > > > -- > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 toddb at toddbailey.net Thu Jun 7 19:06:03 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Thu, 07 Jun 2012 08:06:03 -0700 Subject: [Freeswitch-users] =?utf-8?q?How_about_a_USER_FORUM_and_kill_off_?= =?utf-8?q?the_mail_list=3F?= Message-ID: <20120607080603.33e327b490679d2282e332758c73b55b.7f27a511f2.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/14b12d2a/attachment.html From ifoundthetao at gmail.com Thu Jun 7 19:16:00 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Thu, 07 Jun 2012 10:16:00 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <20120607080603.33e327b490679d2282e332758c73b55b.7f27a511f2.wbe@email14.secureserver.net> References: <20120607080603.33e327b490679d2282e332758c73b55b.7f27a511f2.wbe@email14.secureserver.net> Message-ID: <4FD0C5B0.2070602@gmail.com> You should really check out the link that I sent from Nabble. It has everything that you're looking for. It literally archives the list, and turns it into a forum. It might have a 15 minute delay for the archiving, but that's not too bad. Using the "mailing list" is just one way to get access to the information. There's no reason why you can't use nabble as the main way of communicating with the users. Plus, having a forum, separate from the mailing list, fractures the communication of the community, this way it's more orthogonal (remember: DRY). :) Maybe having a link to the nabble list on Freeswitch.org would be a good idea? It may be there, but I didn't find it. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/7/2012 10:06 AM, toddb at toddbailey.net wrote: > I'm all for a forum where one can search for topics of interest > instead on having to post a question that has already been answered > several times in the past.. > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] How about a USER FORUM and kill > off the > mail list? > From: Giovanni Maruzzelli > > Date: Thu, June 07, 2012 5:37 am > To: FreeSWITCH Users Help > > > Let's say loud: > "we're '90ish > we're proud" > > On Thu, Jun 7, 2012 at 12:16 PM, Avi Marcus > wrote: > > I make heavy use of gmail's mute (m) to "unsubscribe" from topics. > -Avi > (This message was painstakingly thumbed out on my mobile, so > apologies for brevity and errors.) >> On Jun 7, 2012 12:23 PM, "Steven Ayre" > > wrote: >> >> > Viewing threaded items, Searching, seeing what's new and >> what's hot, etc? >> >> Strange, my mail client gives me all of that as well as being >> readable offline and easier to read on the move. >> >> >> >> On 7 June 2012 01:00, Sean Devoy > > wrote: >> > The whole mailing list idea is s... >> > _________________________________________________________________________ >> > Professional FreeSWITC... >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/d312f0d7/attachment-0001.html From toddb at toddbailey.net Thu Jun 7 19:16:45 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Thu, 07 Jun 2012 08:16:45 -0700 Subject: [Freeswitch-users] Skype on FreeSwitch install issues Message-ID: <20120607081645.33e327b490679d2282e332758c73b55b.1d489bb130.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/f6432d49/attachment.html From philippe at ppmt.org Thu Jun 7 19:32:52 2012 From: philippe at ppmt.org (Philippe Le Toquin) Date: Thu, 7 Jun 2012 11:32:52 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <4FD0C5B0.2070602@gmail.com> References: <20120607080603.33e327b490679d2282e332758c73b55b.7f27a511f2.wbe@email14.secureserver.net> <4FD0C5B0.2070602@gmail.com> Message-ID: I would agree for the link to nabble I was not aware of it and it really is good when you are more into forum format than mailing list. Like that we have the best of both world. A mailing list and a forum. On 7 June 2012 11:16, Timothy Bolton wrote: > You should really check out the link that I sent from Nabble. It has > everything that you're looking for. It literally archives the list, and > turns it into a forum. It might have a 15 minute delay for the archiving, > but that's not too bad. Using the "mailing list" is just one way to get > access to the information. There's no reason why you can't use nabble as > the main way of communicating with the users. Plus, having a forum, > separate from the mailing list, fractures the communication of the > community, this way it's more orthogonal (remember: DRY). :) > > Maybe having a link to the nabble list on Freeswitch.org would be a good > idea? It may be there, but I didn't find it. > > 'We who cut mere stones must always be envisioning cathedrals.' > Quarry Worker's Creed > > > On 6/7/2012 10:06 AM, toddb at toddbailey.net wrote: > > I'm all for a forum where one can search for topics of interest instead on > having to post a question that has already been answered several times in > the past.. > > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] How about a USER FORUM and kill off the > mail list? > From: Giovanni Maruzzelli > Date: Thu, June 07, 2012 5:37 am > To: FreeSWITCH Users Help > > Let's say loud: > "we're '90ish > we're proud" > > On Thu, Jun 7, 2012 at 12:16 PM, Avi Marcus wrote: > >> I make heavy use of gmail's mute (m) to "unsubscribe" from topics. >> -Avi >> (This message was painstakingly thumbed out on my mobile, so apologies >> for brevity and errors.) >> >> On Jun 7, 2012 12:23 PM, "Steven Ayre" wrote: >> >> > Viewing threaded items, Searching, seeing what?s new and what?s hot, >> etc? >> >> Strange, my mail client gives me all of that as well as being readable >> offline and easier to read on the move. >> >> >> >> On 7 June 2012 01:00, Sean Devoy wrote: >> > The whole mailing list idea is s... >> > >> _________________________________________________________________________ >> > Professional FreeSWITC... >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/856d0068/attachment-0001.html From alex at digitalmail.com Thu Jun 7 19:36:12 2012 From: alex at digitalmail.com (Alex Lake) Date: Thu, 07 Jun 2012 16:36:12 +0100 Subject: [Freeswitch-users] Problems with multiple-registrations In-Reply-To: <4FD0B774.50809@digitalmail.com> References: <4FD0B774.50809@digitalmail.com> Message-ID: <4FD0CA6C.1000209@digitalmail.com> OK - beginning to get to the bottom of this... The sofia_contact command WAS showing multiple registrations, it just that I (for some unknown reason) expected to see them on separate lines, whereas they're shown on the same line, comma delimited. My bad.... However, there is (or was!) another problem in that one of our FS boxes is running a slightly old version (FreeSWITCH Version 1.0.head (git-139bd07 2011-11-21 08-27-25 -0600)) in which it would appear that multiple-registrations really is/was broken. Might that be possible? Either way, I am intending to upgrade that box overnight. On 07/06/2012 15:15, Alex Lake wrote: > Trying to set up our Freeswitch boxes to support "a few" SIP > registrations against individual accounts. > > I've modified "internal.xml" to have name="multiple-registrations" value="true"/> but it doesn't seem to > have had the desired effect. > > If I 2 SIP phones registering against the same user, I have never seen > more than one simultaneous registration (as evidenced by the > "sofia_contact" command). However (and this really spooks me!) if I > call the DDI associated with that account, sometimes both phones ring > (and accepting the call on either will cause the other to stop ringing). > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/04fa5623/attachment.html From sdevoy at bizfocused.com Thu Jun 7 19:38:32 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Thu, 7 Jun 2012 11:38:32 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <-3243025629320733747@unknownmsgid> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> Message-ID: <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> WTF was that supposed to mean? Nail meet Screw! Hammer meet Screw Gun. Better things come along as we progress. Most of us are in fact no longer living in caves even though they provide great protection from tornados. I was simply asking for a consensus on an idea. I have an earlier post asking if there was software or a website that allowed this type of interface. No responses to that question. Thank you Timothy Bolton for the link to nabble, I had never heard of it. It's not a great interface, but far more usable than dozens of unsearchable email attachments from the "batched in daily digest". I see peoples point about email accessibility off line. I guess I have lived where we have broadband, smart phone and abundant free wifi for so long I did not consider being off the net. That is certainly a valid point. I must say it is counterintuitive for a "forum" on Internet Telephony to be concerned about users without Internet Access. I withdraw my offer an apologize for bringing up the idea. Back to the caves! :-) -----Original Message----- From: Brian West [mailto:brian at freeswitch.org] Sent: Wednesday, June 06, 2012 9:48 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] How about a USER FORUM and kill off the mail list? Hammer, meet Nail! Sent from my iPad On Jun 6, 2012, at 8:47 PM, Patrick Lists wrote: > Since it has been a while I guess it was inevitable that someone would > come around with the forum idea again. Have you searched the mailing > list archives and read the previous discussion on this subject? > It did not work for the Asterisk community and I doubt it would work > for this community. If you want forum style, use nabble or gmane. > > Regards, > Patrick From brian at freeswitch.org Thu Jun 7 19:43:39 2012 From: brian at freeswitch.org (Brian West) Date: Thu, 7 Jun 2012 10:43:39 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> Message-ID: <-4913025585740026458@unknownmsgid> nabble will be exactly what you're looking for. Sent from my Cave On Jun 7, 2012, at 10:39 AM, Sean Devoy wrote: > I withdraw my offer an apologize for bringing up the idea. > > Back to the caves! :-) From bdfoster at endigotech.com Thu Jun 7 19:52:45 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 11:52:45 -0400 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <-4913025585740026458@unknownmsgid> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> <-4913025585740026458@unknownmsgid> Message-ID: I've got all of those things too, but there's still the issue of "I have to go to a website and waste time to help people." Nabble isn't perfect and there are a few other names out there that do the same thing. The mailing list "just works" and even though it isn't perfect it does what's needed. This mailing list IS searchable from Google, so that's a non issue as well. (other) Brian, you make me giggle :-) Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 11:44 AM, "Brian West" wrote: > nabble will be exactly what you're looking for. > > Sent from my Cave > > On Jun 7, 2012, at 10:39 AM, Sean Devoy wrote: > > > I withdraw my offer an apologize for bringing up the idea. > > > > Back to the caves! :-) > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/a1c27a37/attachment.html From gmaruzz at gmail.com Thu Jun 7 19:58:31 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 7 Jun 2012 17:58:31 +0200 Subject: [Freeswitch-users] Skype on FreeSwitch install issues In-Reply-To: <20120607081645.33e327b490679d2282e332758c73b55b.1d489bb130.wbe@email14.secureserver.net> References: <20120607081645.33e327b490679d2282e332758c73b55b.1d489bb130.wbe@email14.secureserver.net> Message-ID: On Thu, Jun 7, 2012 at 5:16 PM, wrote: > I followed the wiki to the letter and all goes well up to the step where I > execute the ismod cmd. > BUt again I suspect it's because there are several snd entries listed, > nothing with 'oss' in the list but there is a /dev/dsp > 1) if there is a /dev/dsp and is not created by skypopen.ko, then is probably created by alsa 2) you have to find which kernel module is creating the /dev/dsp and rmmod it before to insmod skypopen.ko please do a "lsmod|grep snd" and paste here the results, probably I can tell you which module to rmmod -giovanni -------- Original Message -------- Subject: Re: [Freeswitch-users] Skype on FreeSwitch install issues From: Giovanni Maruzzelli Date: Wed, June 06, 2012 3:21 pm To: FreeSWITCH Users Help On Wed, Jun 6, 2012 at 8:43 PM, wrote: > Even though I had errors in the skypopen build process, I tried the > install.pl script > It resulted in more errors. > you need to follow strictly the wiki page, step by step: 1) build ALL the thingies (included skypopen.ko oss driver kernel module) - without errors 2) run the install.pl script 3) run the startup script created by the install.pl script the /boot directory has nothing to do with it, leave it alone. your alsa install will probably create the /dev/dsp each reboot. So, you need to run the startup script that will be created by the install script after each reboot and before FreeSWITCH. Please follow strictly step by step, or know exactly what you are doing ;) : http://wiki.freeswitch.org/wiki/Skypopen#SHORT_BLUEPRINT:_STEPS_NEEDED_TO_USE_SKYPOPEN http://wiki.freeswitch.org/wiki/Skypopen#Linux at this last link, read the entire Linux subsection, at least until the "windows" subsection begins, and you'll find peace and joy! -giovanni > > Big concern is if I am able to sucessfully run the insmod (after disabling > other snd devices) will doing so permanently disable them? I'm thinking I > need to make a backup of the /boot folder. Any other folder that I need > to address? > > > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] Skype on FreeSwitch install issues > From: Giovanni Maruzzelli > Date: Wed, June 06, 2012 10:17 am > To: FreeSWITCH Users Help > > please use the automatic installer (install.pl) it will do it all for you > > if not using automatic installer, do something similar to: > > #Unload possible ALSA sound modules that would conflict with our OSS fake > module > rmmod snd_pcm_oss > rmmod snd_mixer_oss > rmmod snd_seq_oss > sleep 1 > #Create the inode our fake sound driver will use > mknod /dev/dsp c 14 3 > #Load our OSS fake module > insmod /usr/local/freeswitch/skypopen/skypopen-sound-driver-dir/skypopen.ko > > this will work > > Explanation is: your alsa installation creates automatically /dev/dsp for > compatibility with OSS, but you do not need it, if you are using ALSA. (You > would need it to use alsa from OSS application, but this is not what you > need). > > -giovanni > > On Wed, Jun 6, 2012 at 5:36 PM, wrote: > >> Hello, >> >> New to list & appologies if this is the wrong place to post questions. >> >> Assuming this is the place to be, here is a question. >> >> Whet I get to the build step for skypopen >> "make clean; make; insmod ./skypopen.ko; mknod /dev/dsp c 14 3" >> >> I get an error with the insmod cmd, resource / device busy >> >> >> I think it's caused due to having several snd entries listed via the >> "lsmod |grep snd" >> >> The machine is question is a media, database and email server. >> And the media server component requires the use of ALSA components. >> >> Does this requirement prohibit the use of the skype component in >> Freeswitch or do I just need to prevent the snd modules from loading to >> complete the kernel mod? Then re enable snd modules at next boot. >> >> >> If this is the case any suggestions? Maybe running FS in a Vbox to >> provide the functionality? >> Or do I need a dedicated box just running linux and FS components? >> >> current machine is fedora 14 x64 on a 4 core xeon @ 3ghz w/7 gig memory, >> w/ 35 % process load average >> >> thanks >> >> >> BTW: my desired configuration >> >> analog land line to Cisco SPA3102 router connected to the FS server with >> 4 extensions registered. >> outbound local calls router to analog line, 1+ area code out bound calls >> routed to skype. >> Incoming calls routed to all extensions, unanswered calls set to a ivr to >> 1. leave voice mail or 2.forward to cell phone (via skype connection) >> >> any of this not do-able? >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120607/9b85f617/attachment-0001.html From abaci64 at gmail.com Thu Jun 7 20:16:04 2012 From: abaci64 at gmail.com (Abaci) Date: Thu, 07 Jun 2012 12:16:04 -0400 Subject: [Freeswitch-users] Per-channel fsctl loglevel? In-Reply-To: References: <4FC64614.5040205@puzzled.xs4all.nl> Message-ID: <4FD0D3C4.5090200@gmail.com> Just curious what other companies using FreeSWITCH and taking credit card over the phone are doing? there is no way you can be PCI compliant if you store the logs or CDRs, encrypted or not if it contains the CVV2. same goes for call recording. and iirc you can't use a regular voip line for credit cards (you have to use encryped linnes if it's voip) On 5/30/2012 5:25 PM, Avi Marcus wrote: > Mostly credit cards.. and anything you do with it, e.g. submit it via > https to authorize.net , stripe, etc where then > you don't need the actual number anymore. > So both the DTMF entry and the curl debug line. I can't think of > anything else in particular. > > -Avi > > On Wed, May 30, 2012 at 11:35 PM, Michael Collins > wrote: > > Avi, > > Can you think of any other places where the FS logging in general > might contain sensitive data? Reason I ask is that maybe we could > create something like "pcidss=true" and then use that as a flag to > disable logging anything that might be considered sensitive. Just > a thought. > > -MC > > > On Wed, May 30, 2012 at 1:29 PM, Avi Marcus > wrote: > > On Wed, May 30, 2012 at 11:18 PM, Michael Collins > > wrote: > > How are you protecting everything else? If the XML CDR is > sent over HTTP instead of HTTPS then everything about the > call is plain text. > > As far as I know, the only thing sensitive in the xml_cdr is > digits_dialed. > > And what about the FS logs? Are you encrypting those > somehow? It seems to me that you need a more comprehensive > solution than just scrubbing a single channel variable. > > No, I'm not encrypting them.. because t here wouldn't be > anything sensitive. As far as I can tell, the only issue is > the DTMF in DEBUG and the curl post message, again in DEBUG. > Since this is a lua IVR it seems nearly nothing else makes it > into the log. Only api:execute("curl",...) is in the log > because it's not a native direct curl command (like > session:playandgetdigits()) > > However, if you need an interim solution I would suggest > commenting out the line that sets digits_dialed: > http://fisheye.freeswitch.org/browse/freeswitch.git/src/switch_channel.c?r=HEAD#to3912 > > A more permanent solution might be to create a channel > variable that controls whether stuff like this gets > logged. Something like "no_dtmf_logging=true" or whatever. > That's a bit more involved because you have to decide if > there are other places where DTMF info gets logged and if > so, decide whether or not you want not to log them. > > That's an interesting idea... it might be more encompassing to > have a loglevel=X channel variable instead that affects the > logging for that channel. But this is probably overkill... > > > What would be the ideal solution for your scenario? That > answer might yield the best course of action. > -MC > > > On Wed, May 30, 2012 at 11:20 AM, Avi Marcus > > wrote: > > The PCI-DSS (Payment Card Industry Data Security > Standard) requires encryption, not merely permission > restriction, for sensitive data. Hence I'm looking at > the DTMF logging which can probably be easily > re-patterned back into the digits, the curl POST which > also shows everything in the log, the dialed_digits in > a standard xml_cdr.. > Otherwise, afaik, lua won't log things unless you > explicitly tell it to. > > Any suggestions other than setting the entire switch > to fsctl loglevel 6 and not storing the xml_cdrs in > their raw form? > > -Avi > > On Wed, May 30, 2012 at 8:11 PM, Michael Collins > > wrote: > > If it's a compliance issue then I'd triple-check > to make sure that no one unauthorized can get to > any of your FS logs or CDR data. I suspect that > logging vs. not logging dialed_digits is not a > make-or-break proposition. If you're doing > xml_cdrs then you've probably got that same data > in other log lines. > > -MC > > > On Wed, May 30, 2012 at 9:08 AM, Patrick Lists > > wrote: > > On 30-05-12 17:48, Michael Collins wrote: > > And.. similarly is there a way to blank > out the var digits_dialed in > > the xml_cdr, from within FS, before the > end of the call? > > > > Why do you need to clear it out? What > information does it collect that > > you don't need? > > Since it's credit card data I can imagine Avi > does not want it logged > for security purposes. > > Regards, > Patrick > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > FreeSWITCH-powered IP PBX: The CudaTel > Communication Server > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > FreeSWITCH-powered IP PBX: The CudaTel Communication > Server > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/0d622797/attachment-0001.html From mgg at giagnocavo.net Thu Jun 7 20:25:06 2012 From: mgg at giagnocavo.net (Michael Giagnocavo) Date: Thu, 7 Jun 2012 16:25:06 +0000 Subject: [Freeswitch-users] RTP NAT issue In-Reply-To: <4FD05821.30500@gmail.com> References: <20120607032355.d0d9d846@mail.tritonwest.net> <4FD05821.30500@gmail.com> Message-ID: <63B00DD1DA6A364E9F64A3A0BD2FE7B6BA5BD0@BY2PRD0710MB390.namprd07.prod.outlook.com> Well FreeSWITCH needs to get an RTP packet to know which port/IP to respond to, for the general case. Do a full UDP capture and open it in Wireshark. The VoIP calls flow view will show you RTP streams, too. -Michael From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Carlo Dimaggio Sent: Thursday, June 07, 2012 1:29 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] RTP NAT issue Hi Dave, I've tried the "aggressive_nat_detection" on my internal profile. Restarted the profile and I have this registration: Contact: "Test 202" %3A37710> but FS send the RTP to the private IP (192.168.2.100) and not to the public NAT IP. Is there something wrong? Best Regards Il 07/06/12 05.23, Dave R. Kompel ha scritto: Been using this configuration for service providers for years, and always works. Everything always works, transfers etc... --Dave ________________________________ From: Brian West [mailto:brian at freeswitch.org] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Wed, 06 Jun 2012 18:55:41 -0700 Subject: Re: [Freeswitch-users] RTP NAT issue Suboptimal solution. you'll break transfers among other things. Sent from my iPad On Jun 6, 2012, at 4:01 PM, "Dave R. Kompel" > wrote: > For a hosted environment, where you're not in control of the users devices/routers you should do the following: > > In the SIP profile, turn on agressive_nat_detection, on the client device have them turn off ALL nat mapping stuff, so the switch can detect it's nat, and if it don't work cause they have some broken router that's doing ALG, and only in that case then set the directory entry for that use to have the "NDLB-Connnectile-Dysfunction" be true. > > That should work every time. > > > --Dave _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/deff968e/attachment.html From bdfoster at endigotech.com Thu Jun 7 20:59:06 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 12:59:06 -0400 Subject: [Freeswitch-users] Per-channel fsctl loglevel? In-Reply-To: <4FD0D3C4.5090200@gmail.com> References: <4FC64614.5040205@puzzled.xs4all.nl> <4FD0D3C4.5090200@gmail.com> Message-ID: More than likely those companies are somewhat oblivious to that. Its hard to.find a VoIP provider who secures the calls end to end, and they may not realize they are logging digits for the automated IVRs. I would think they are smart enough to not record calls with the CVV. I think some companies probably don't ask for the CVV2, there are some gateways where you can avoid collecting it but pay higher rates for the risk. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 12:17 PM, "Abaci" wrote: > Just curious what other companies using FreeSWITCH and taking credit card > over the phone are doing? there is no way you can be PCI compliant if you > store the logs or CDRs, encrypted or not if it contains the CVV2. same goes > for call recording. and iirc you can't use a regular voip line for credit > cards (you have to use encryped linnes if it's voip) > > On 5/30/2012 5:25 PM, Avi Marcus wrote: > > Mostly credit cards.. and anything you do with it, e.g. submit it via > https to authorize.net, stripe, etc where then you don't need the actual > number anymore. > So both the DTMF entry and the curl debug line. I can't think of anything > else in particular. > > -Avi > > On Wed, May 30, 2012 at 11:35 PM, Michael Collins wrote: > >> Avi, >> >> Can you think of any other places where the FS logging in general might >> contain sensitive data? Reason I ask is that maybe we could create >> something like "pcidss=true" and then use that as a flag to disable logging >> anything that might be considered sensitive. Just a thought. >> >> -MC >> >> >> On Wed, May 30, 2012 at 1:29 PM, Avi Marcus wrote: >> >>> On Wed, May 30, 2012 at 11:18 PM, Michael Collins wrote: >>> >>>> How are you protecting everything else? If the XML CDR is sent over >>>> HTTP instead of HTTPS then everything about the call is plain text. >>> >>> As far as I know, the only thing sensitive in the xml_cdr is >>> digits_dialed. >>> >>> >>>> And what about the FS logs? Are you encrypting those somehow? It seems >>>> to me that you need a more comprehensive solution than just scrubbing a >>>> single channel variable. >>>> >>> No, I'm not encrypting them.. because t here wouldn't be anything >>> sensitive. As far as I can tell, the only issue is the DTMF in DEBUG and >>> the curl post message, again in DEBUG. >>> Since this is a lua IVR it seems nearly nothing else makes it into the >>> log. Only api:execute("curl",...) is in the log because it's not a native >>> direct curl command (like session:playandgetdigits()) >>> >>> >>>> However, if you need an interim solution I would suggest commenting out >>>> the line that sets digits_dialed: >>>> >>>> http://fisheye.freeswitch.org/browse/freeswitch.git/src/switch_channel.c?r=HEAD#to3912 >>>> >>>> A more permanent solution might be to create a channel variable that >>>> controls whether stuff like this gets logged. Something like >>>> "no_dtmf_logging=true" or whatever. That's a bit more involved because you >>>> have to decide if there are other places where DTMF info gets logged and if >>>> so, decide whether or not you want not to log them. >>>> >>> That's an interesting idea... it might be more encompassing to have a >>> loglevel=X channel variable instead that affects the logging for that >>> channel. But this is probably overkill... >>> >>>> >>>> What would be the ideal solution for your scenario? That answer might >>>> yield the best course of action. >>>> -MC >>>> >>>> >>>> On Wed, May 30, 2012 at 11:20 AM, Avi Marcus wrote: >>>> >>>>> The PCI-DSS (Payment Card Industry Data Security Standard) requires >>>>> encryption, not merely permission restriction, for sensitive data. Hence >>>>> I'm looking at the DTMF logging which can probably be easily re-patterned >>>>> back into the digits, the curl POST which also shows everything in the log, >>>>> the dialed_digits in a standard xml_cdr.. >>>>> Otherwise, afaik, lua won't log things unless you explicitly tell it >>>>> to. >>>>> >>>>> Any suggestions other than setting the entire switch to fsctl >>>>> loglevel 6 and not storing the xml_cdrs in their raw form? >>>>> >>>>> -Avi >>>>> >>>>> On Wed, May 30, 2012 at 8:11 PM, Michael Collins wrote: >>>>> >>>>>> If it's a compliance issue then I'd triple-check to make sure that no >>>>>> one unauthorized can get to any of your FS logs or CDR data. I suspect that >>>>>> logging vs. not logging dialed_digits is not a make-or-break proposition. >>>>>> If you're doing xml_cdrs then you've probably got that same data in other >>>>>> log lines. >>>>>> >>>>>> -MC >>>>>> >>>>>> >>>>>> On Wed, May 30, 2012 at 9:08 AM, Patrick Lists < >>>>>> freeswitch-list at puzzled.xs4all.nl> wrote: >>>>>> >>>>>>> On 30-05-12 17:48, Michael Collins wrote: >>>>>>> > And.. similarly is there a way to blank out the var >>>>>>> digits_dialed in >>>>>>> > the xml_cdr, from within FS, before the end of the call? >>>>>>> > >>>>>>> > Why do you need to clear it out? What information does it collect >>>>>>> that >>>>>>> > you don't need? >>>>>>> >>>>>>> Since it's credit card data I can imagine Avi does not want it logged >>>>>>> for security purposes. >>>>>>> >>>>>>> Regards, >>>>>>> Patrick >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/6755b232/attachment-0001.html From toddb at toddbailey.net Thu Jun 7 21:05:01 2012 From: toddb at toddbailey.net (toddbailey) Date: Thu, 7 Jun 2012 10:05:01 -0700 (PDT) Subject: [Freeswitch-users] FS server and SPA3102 connection Message-ID: <1339088701300-7579547.post@n2.nabble.com> Hi All, My research leads be to believe I can use the Cisco SPA3102 as a device to connect the phone line to the fs server (via a lan cable) and I won't need a internal phone card installed. Am I correct in this belief or do I need something like a x100P card, a different phone card or compatible pci modem card to process incoming/outgoing phone calls to an analog phone service? thanks -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.html Sent from the freeswitch-users mailing list archive at Nabble.com. From bdfoster at endigotech.com Thu Jun 7 21:07:04 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 13:07:04 -0400 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: <1339088701300-7579547.post@n2.nabble.com> References: <1339088701300-7579547.post@n2.nabble.com> Message-ID: Spa3102 works just fine. No need for the card. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 1:05 PM, "toddbailey" wrote: > Hi All, > > My research leads be to believe I can use the Cisco SPA3102 as a device to > connect the phone line to the fs server (via a lan cable) and I won't need > a > internal phone card installed. > > Am I correct in this belief or do I need something like a x100P card, a > different phone card or compatible pci modem card to process > incoming/outgoing phone calls to an analog phone service? > > thanks > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/5752fc63/attachment.html From itamar at ispbrasil.com.br Thu Jun 7 21:12:14 2012 From: itamar at ispbrasil.com.br (Itamar Reis Peixoto) Date: Thu, 7 Jun 2012 14:12:14 -0300 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: <1339088701300-7579547.post@n2.nabble.com> References: <1339088701300-7579547.post@n2.nabble.com> Message-ID: On Thu, Jun 7, 2012 at 2:05 PM, toddbailey wrote: > Hi All, > > My research leads be to believe I can use the Cisco SPA3102 as a device to > connect the phone line to the fs server (via a lan cable) and I won't need a > internal phone card installed. yes, thats right, works for me. > Am I correct in this belief or do I need something like a x100P card, a > different phone card or compatible pci modem card to process > incoming/outgoing phone calls to an analog phone service? > > thanks -- ------------ Itamar Reis Peixoto msn, google talk: itamar at ispbrasil.com.br +55 11 4063 5033 (FIXO SP) +55 34 9158 9329 (TIM) +55 34 8806 3989 (OI) +55 34 3221 8599 (FIXO MG) From covici at ccs.covici.com Thu Jun 7 21:51:27 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Thu, 07 Jun 2012 13:51:27 -0400 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: References: <1339088701300-7579547.post@n2.nabble.com> Message-ID: <31365.1339091487@ccs.covici.com> It can be tricky to set up, there is a timing which has to be changed from 30 milliseconds to 20 and flash is definitely a trip. Brian Foster wrote: > Spa3102 works just fine. No need for the card. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 7, 2012 1:05 PM, "toddbailey" wrote: > > > Hi All, > > > > My research leads be to believe I can use the Cisco SPA3102 as a device to > > connect the phone line to the fs server (via a lan cable) and I won't need > > a > > internal phone card installed. > > > > Am I correct in this belief or do I need something like a x100P card, a > > different phone card or compatible pci modem card to process > > incoming/outgoing phone calls to an analog phone service? > > > > thanks > > > > -- > > View this message in context: > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.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://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 bdfoster at endigotech.com Thu Jun 7 21:56:56 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 13:56:56 -0400 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: <31365.1339091487@ccs.covici.com> References: <1339088701300-7579547.post@n2.nabble.com> <31365.1339091487@ccs.covici.com> Message-ID: If you have the correct settings in the device it will work just fine. I've installed my SPA3102 all over the the world and although you have to change the settings according to the Telecom and or country, it does work. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 1:52 PM, wrote: > It can be tricky to set up, there is a timing which has to be changed > from 30 milliseconds to 20 and flash is definitely a trip. > > Brian Foster wrote: > > > Spa3102 works just fine. No need for the card. > > > > Brian Foster > > Endigo Computer LLC > > > > Sent from a mobile device. > > On Jun 7, 2012 1:05 PM, "toddbailey" wrote: > > > > > Hi All, > > > > > > My research leads be to believe I can use the Cisco SPA3102 as a > device to > > > connect the phone line to the fs server (via a lan cable) and I won't > need > > > a > > > internal phone card installed. > > > > > > Am I correct in this belief or do I need something like a x100P card, a > > > different phone card or compatible pci modem card to process > > > incoming/outgoing phone calls to an analog phone service? > > > > > > thanks > > > > > > -- > > > View this message in context: > > > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.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://wiki.freeswitch.org > > > http://www.cluecon.com > > > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > > http://www.freeswitch.org > > > > > > > ---------------------------------------------------- > > Alternatives: > > > > ---------------------------------------------------- > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/740274cf/attachment-0001.html From syxtyn at hotmail.com Thu Jun 7 20:14:26 2012 From: syxtyn at hotmail.com (Sixto Palacios) Date: Thu, 7 Jun 2012 10:14:26 -0600 Subject: [Freeswitch-users] Help me please In-Reply-To: References: , Message-ID: From: gmaruzz at gmail.com Date: Thu, 7 Jun 2012 18:00:38 +0200 Subject: Re: FW: Help me please To: syxtyn at hotmail.com Please send help requests to the mailing list. You can find the mailing list at: http://lists.freeswitch.org/mailman/listinfo/freeswitch-users On Thu, Jun 7, 2012 at 5:13 PM, Sixto Palacios wrote: From: syxtyn at hotmail.com To: gmaruzz at celliax.org Subject: Help me please Date: Thu, 7 Jun 2012 09:04:58 -0600 Hello friend, how're u?, need help with this error in freeswitch on Centos 6.2, please sofia.c:5000 Ping succeeded asterisk with code 200 - count -1/1/1, state UP 2012-06-07 08:55:07.500404 [ERR] mod_skypopen.c:1818 [07bc7ba|07bc7ba] [ERRORA 1818 ][skype101 ][IDLE,IDLE] The Skype client to which we are connected FAILED to gave us CURRENTUSERHANDLE=voipufg, interface_id=1 FAILED to start. No Skype client logged in as 'voipufg' has been found. Please (re)launch a Skype client logged in as 'voipufg'. Skypopen exiting now Violaci?n de segmento (`core' generado) -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/3e19dc9c/attachment.html From syxtyn at hotmail.com Thu Jun 7 20:18:55 2012 From: syxtyn at hotmail.com (Sixto Palacios) Date: Thu, 7 Jun 2012 10:18:55 -0600 Subject: [Freeswitch-users] Help me please with Skypopen module load error Message-ID: I have this problem when load the skypopen module in FS, I have my skype client running with the correct user name and password, but i dont know why this error persist, please help me sofia.c:5000 Ping succeeded asterisk with code 200 - count -1/1/1, state UP 2012-06-07 08:55:07.500404 [ERR] mod_skypopen.c:1818 [07bc7ba|07bc7ba] [ERRORA 1818 ][skype101 ][IDLE,IDLE] The Skype client to which we are connected FAILED to gave us CURRENTUSERHANDLE=voipufg, interface_id=1 FAILED to start. No Skype client logged in as 'voipufg' has been found. Please (re)launch a Skype client logged in as 'voipufg'. Skypopen exiting now Violaci?n de segmento (`core' generado) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/ea9bd5b3/attachment.html From belintinc at gmail.com Thu Jun 7 21:56:07 2012 From: belintinc at gmail.com (BELint Inc) Date: Thu, 7 Jun 2012 23:26:07 +0530 Subject: [Freeswitch-users] Freeswitch is responding to contact's port when client behind NAT In-Reply-To: References: Message-ID: Does any one know its solutions, Guys please help, its urgent. I am even unable to register my phones :-( Regards, On Thu, Jun 7, 2012 at 9:20 AM, BELint Inc wrote: > Hi All, > > We`ve been using freeswitch since very long, It was good all over but it > got stuck to a simple yet complex situation. We have Yealink T28P series > phones behind NAT and freeswitch is unable to get them register. In the > scenario freeswitch is at public IP. The reason we think is that freeswitch > is using sip port in contact header to respond to. > > Is there anyway we can avoid this or force it to always send the response > to destination IP instead of contact or via header ports because clients > are behind NAT and response can only reach them if it respond to > destination IP & PORT. > > Please revert if someone know how to solve this problem. It is very urgent. > > Regards > BELint > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/794deb43/attachment.html From ifoundthetao at gmail.com Thu Jun 7 22:25:52 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Thu, 07 Jun 2012 13:25:52 -0500 Subject: [Freeswitch-users] Freeswitch is responding to contact's port when client behind NAT In-Reply-To: References: Message-ID: <4FD0F230.80905@gmail.com> If this is urgent, you may want to look into commercial help. The authors of FreeSWITCH offer commercial support, and there are others on the list as well. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/7/2012 12:56 PM, BELint Inc wrote: > Does any one know its solutions, > Guys please help, its urgent. I am even unable to register my phones :-( > > Regards, > > On Thu, Jun 7, 2012 at 9:20 AM, BELint Inc > wrote: > > Hi All, > > We`ve been using freeswitch since very long, It was good all over > but it got stuck to a simple yet complex situation. We have > Yealink T28P series phones behind NAT and freeswitch is unable to > get them register. In the scenario freeswitch is at public IP. The > reason we think is that freeswitch is using sip port in contact > header to respond to. > > Is there anyway we can avoid this or force it to always send the > response to destination IP instead of contact or via header ports > because clients are behind NAT and response can only reach them if > it respond to destination IP & PORT. > > Please revert if someone know how to solve this problem. It is > very urgent. > > Regards > BELint > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/bc6daa01/attachment.html From toddb at toddbailey.net Thu Jun 7 22:29:47 2012 From: toddb at toddbailey.net (toddbailey) Date: Thu, 7 Jun 2012 11:29:47 -0700 (PDT) Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: References: <1339088701300-7579547.post@n2.nabble.com> <31365.1339091487@ccs.covici.com> Message-ID: <20120607112928.33e327b490679d2282e332758c73b55b.b12fa06b36.wbe@email14.secureserver.net> OK, So no "modem" card is needed. Good to know since I order the router last week and initially it sounds like the best solution, but doubt was raised as I studied the project and the various components.   thanks     -------- Original Message -------- Subject: Re: FS server and SPA3102 connection From: "Brian Foster [via freeswitch-users]" < ml-node+s2379917n7579551h20 at n2.nabble.com > Date: Thu, June 07, 2012 11:00 am To: toddbailey < toddb at toddbailey.net > If you have the correct settings in the device it will work just fine. I've installed my SPA3102 all over the the world and although you have to change the settings according to the Telecom and or country, it does work. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 1:52 PM, < [hidden email] > wrote: It can be tricky to set up, there is a timing which has to be changed from 30 milliseconds to 20 and flash is definitely a trip. Brian Foster < [hidden email] > wrote: > Spa3102 works just fine. No need for the card. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 7, 2012 1:05 PM, "toddbailey" < [hidden email] > wrote: > > > Hi All, > > > > My research leads be to believe I can use the Cisco SPA3102 as a device to > > connect the phone line to the fs server (via a lan cable) and I won't need > > a > > internal phone card installed. > > > > Am I correct in this belief or do I need something like a x100P card, a > > different phone card or compatible pci modem card to process > > incoming/outgoing phone calls to an analog phone service? > > > > thanks > > > > -- > > View this message in context: > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.html > > Sent from the freeswitch-users mailing list archive at Nabble.com . > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > [hidden email] > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > [hidden email] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > [hidden email] > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > [hidden email] > 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         [hidden email] _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org If you reply to this email, your message will be added to the discussion below: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579551.html To unsubscribe from FS server and SPA3102 connection, click here . NAML -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579556.html Sent from the freeswitch-users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/83995576/attachment-0001.html From bdfoster at endigotech.com Thu Jun 7 22:33:02 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 14:33:02 -0400 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: <20120607112928.33e327b490679d2282e332758c73b55b.b12fa06b36.wbe@email14.secureserver.net> References: <1339088701300-7579547.post@n2.nabble.com> <31365.1339091487@ccs.covici.com> <20120607112928.33e327b490679d2282e332758c73b55b.b12fa06b36.wbe@email14.secureserver.net> Message-ID: To FS, the FXO is a SIP gateway and the FXS is just another IP ATA. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 2:30 PM, "toddbailey" wrote: > OK, So no "modem" card is needed. > Good to know since I order the router last week and initially it sounds > like the best solution, but doubt was raised as I studied the project and > the various components. > > thanks > > > > -------- Original Message -------- > Subject: Re: FS server and SPA3102 connection > From: "Brian Foster [via freeswitch-users]" > <[hidden email] > > Date: Thu, June 07, 2012 11:00 am > To: toddbailey <[hidden email] > > > > If you have the correct settings in the device it will work just fine. > I've installed my SPA3102 all over the the world and although you have to > change the settings according to the Telecom and or country, it does work. > Brian Foster > Endigo Computer LLC > Sent from a mobile device. > On Jun 7, 2012 1:52 PM, <[hidden email]> > wrote: > >> It can be tricky to set up, there is a timing which has to be changed >> from 30 milliseconds to 20 and flash is definitely a trip. >> >> Brian Foster <[hidden email]> >> wrote: >> >> > Spa3102 works just fine. No need for the card. >> > >> > Brian Foster >> > Endigo Computer LLC >> > >> > Sent from a mobile device. >> > On Jun 7, 2012 1:05 PM, "toddbailey" <[hidden email]> >> wrote: >> > >> > > Hi All, >> > > >> > > My research leads be to believe I can use the Cisco SPA3102 as a >> device to >> > > connect the phone line to the fs server (via a lan cable) and I won't >> need >> > > a >> > > internal phone card installed. >> > > >> > > Am I correct in this belief or do I need something like a x100P card, >> a >> > > different phone card or compatible pci modem card to process >> > > incoming/outgoing phone calls to an analog phone service? >> > > >> > > thanks >> > > >> > > -- >> > > View this message in context: >> > > >> http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.html >> > > Sent from the freeswitch-users mailing list archive at Nabble.com. >> > > >> > > >> _________________________________________________________________________ >> > > Professional FreeSWITCH Consulting Services: >> > > [hidden email] >> > > http://www.freeswitchsolutions.com >> > > >> > > >> > > >> > > >> > > Official FreeSWITCH Sites >> > > http://www.freeswitch.org >> > > http://wiki.freeswitch.org >> > > http://www.cluecon.com >> > > >> > > Join Us At ClueCon - Aug 7-9, 2012 >> > > >> > > FreeSWITCH-users mailing list >> > > [hidden email] >> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > > http://www.freeswitch.org >> > > >> > >> > ---------------------------------------------------- >> > Alternatives: >> > >> > ---------------------------------------------------- >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > [hidden email] >> > http://www.freeswitchsolutions.com >> > >> > >> > >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://wiki.freeswitch.org >> > http://www.cluecon.com >> > >> > Join Us At ClueCon - Aug 7-9, 2012 >> > >> > FreeSWITCH-users mailing list >> > [hidden email] >> > 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 >> [hidden email] >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> [hidden email] >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> [hidden email] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > [hidden email] > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > [hidden email] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579551.html > To unsubscribe from FS server and SPA3102 connection, click here. > NAML > > > ------------------------------ > View this message in context: RE: FS server and SPA3102 connection > Sent from the freeswitch-users mailing list archiveat Nabble.com. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/ceee8574/attachment.html From bdfoster at endigotech.com Thu Jun 7 22:40:27 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 14:40:27 -0400 Subject: [Freeswitch-users] Freeswitch is responding to contact's port when client behind NAT In-Reply-To: References: Message-ID: Please take a look at NDLB-connectile-disfunction parameter, details on the wiki. Seems to be a common question this week... Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 3:22 AM, "BELint Inc" wrote: > Hi All, > > We`ve been using freeswitch since very long, It was good all over but it > got stuck to a simple yet complex situation. We have Yealink T28P series > phones behind NAT and freeswitch is unable to get them register. In the > scenario freeswitch is at public IP. The reason we think is that freeswitch > is using sip port in contact header to respond to. > > Is there anyway we can avoid this or force it to always send the response > to destination IP instead of contact or via header ports because clients > are behind NAT and response can only reach them if it respond to > destination IP & PORT. > > Please revert if someone know how to solve this problem. It is very urgent. > > Regards > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/a8202610/attachment-0001.html From toddb at toddbailey.net Thu Jun 7 22:49:45 2012 From: toddb at toddbailey.net (toddbailey) Date: Thu, 7 Jun 2012 11:49:45 -0700 (PDT) Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: References: <1339088701300-7579547.post@n2.nabble.com> <31365.1339091487@ccs.covici.com> <20120607112928.33e327b490679d2282e332758c73b55b.b12fa06b36.wbe@email14.secureserver.net> Message-ID: <20120607114930.33e327b490679d2282e332758c73b55b.6e7a70e9c0.wbe@email14.secureserver.net> thanks for the update   Joking stated all these tla's, new terms, features and technology is a real pita.   lets see if I remember FXS is the line coming from the Telco and FXO is the phone,  or maybe it's the reverse  :)   I'll have to research finding a glossary of terms for all this...   The router specs for example,  I read from top to bottom, and understood every word, but wasn't able to make much sense out of it.  For each line item,  I have to google what it means.    My switch to linux over 8 years ago was a similar technoshock,  all in good time... I guess   -------- Original Message -------- Subject: Re: FS server and SPA3102 connection From: "Brian Foster [via freeswitch-users]" < ml-node+s2379917n7579557h6 at n2.nabble.com > Date: Thu, June 07, 2012 11:37 am To: toddbailey < toddb at toddbailey.net > To FS, the FXO is a SIP gateway and the FXS is just another IP ATA. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 2:30 PM, "toddbailey" < [hidden email] > wrote: OK, So no "modem" card is needed. Good to know since I order the router last week and initially it sounds like the best solution, but doubt was raised as I studied the project and the various components.   thanks     -------- Original Message -------- Subject: Re: FS server and SPA3102 connection From: "Brian Foster [via freeswitch-users]" < [hidden email] > Date: Thu, June 07, 2012 11:00 am To: toddbailey < [hidden email] > If you have the correct settings in the device it will work just fine. I've installed my SPA3102 all over the the world and although you have to change the settings according to the Telecom and or country, it does work. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 1:52 PM, < [hidden email] > wrote: It can be tricky to set up, there is a timing which has to be changed from 30 milliseconds to 20 and flash is definitely a trip. Brian Foster < [hidden email] > wrote: > Spa3102 works just fine. No need for the card. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 7, 2012 1:05 PM, "toddbailey" < [hidden email] > wrote: > > > Hi All, > > > > My research leads be to believe I can use the Cisco SPA3102 as a device to > > connect the phone line to the fs server (via a lan cable) and I won't need > > a > > internal phone card installed. > > > > Am I correct in this belief or do I need something like a x100P card, a > > different phone card or compatible pci modem card to process > > incoming/outgoing phone calls to an analog phone service? > > > > thanks > > > > -- > > View this message in context: > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.html > > Sent from the freeswitch-users mailing list archive at Nabble.com . > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > [hidden email] > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > [hidden email] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > [hidden email] > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > [hidden email] > 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         [hidden email] _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org If you reply to this email, your message will be added to the discussion below: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579551.html To unsubscribe from FS server and SPA3102 connection, click here . NAML View this message in context: RE: FS server and SPA3102 connection Sent from the freeswitch-users mailing list archive at Nabble.com . _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: [hidden email] http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list [hidden email] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org If you reply to this email, your message will be added to the discussion below: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579557.html To unsubscribe from FS server and SPA3102 connection, click here . NAML -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579559.html Sent from the freeswitch-users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/2815914b/attachment-0001.html From bdfoster at endigotech.com Thu Jun 7 23:10:38 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Thu, 7 Jun 2012 15:10:38 -0400 Subject: [Freeswitch-users] FS server and SPA3102 connection In-Reply-To: <20120607114930.33e327b490679d2282e332758c73b55b.6e7a70e9c0.wbe@email14.secureserver.net> References: <1339088701300-7579547.post@n2.nabble.com> <31365.1339091487@ccs.covici.com> <20120607112928.33e327b490679d2282e332758c73b55b.b12fa06b36.wbe@email14.secureserver.net> <20120607114930.33e327b490679d2282e332758c73b55b.6e7a70e9c0.wbe@email14.secureserver.net> Message-ID: Hey we're all learning. Its part of the process. FXS is the handset side and FXO is the Telco side. don't mix them up :-) Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 2:50 PM, "toddbailey" wrote: > thanks for the update > > Joking stated all these tla's, new terms, features and technology is a > real pita. > > lets see if I remember FXS is the line coming from the Telco and FXO is > the phone, or maybe it's the reverse :) > > I'll have to research finding a glossary of terms for all this... > > The router specs for example, I read from top to bottom, and understood > every word, but wasn't able to make much sense out of it. For each line > item, I have to google what it means. > > My switch to linux over 8 years ago was a similar technoshock, all in > good time... I guess > > > -------- Original Message -------- > Subject: Re: FS server and SPA3102 connection > From: "Brian Foster [via freeswitch-users]" > <[hidden email] > > Date: Thu, June 07, 2012 11:37 am > To: toddbailey <[hidden email] > > > > To FS, the FXO is a SIP gateway and the FXS is just another IP ATA. > Brian Foster > Endigo Computer LLC > Sent from a mobile device. > On Jun 7, 2012 2:30 PM, "toddbailey" <[hidden email]> > wrote: > >> OK, So no "modem" card is needed. >> Good to know since I order the router last week and initially it sounds >> like the best solution, but doubt was raised as I studied the project and >> the various components. >> >> thanks >> >> >> >> -------- Original Message -------- >> Subject: Re: FS server and SPA3102 connection >> From: "Brian Foster [via freeswitch-users]" >> <[hidden email] > >> Date: Thu, June 07, 2012 11:00 am >> To: toddbailey <[hidden email] >> > >> >> If you have the correct settings in the device it will work just fine. >> I've installed my SPA3102 all over the the world and although you have to >> change the settings according to the Telecom and or country, it does work. >> Brian Foster >> Endigo Computer LLC >> Sent from a mobile device. >> On Jun 7, 2012 1:52 PM, <[hidden email]> >> wrote: >> >>> It can be tricky to set up, there is a timing which has to be changed >>> from 30 milliseconds to 20 and flash is definitely a trip. >>> >>> Brian Foster <[hidden email]> >>> wrote: >>> >>> > Spa3102 works just fine. No need for the card. >>> > >>> > Brian Foster >>> > Endigo Computer LLC >>> > >>> > Sent from a mobile device. >>> > On Jun 7, 2012 1:05 PM, "toddbailey" <[hidden email]> >>> wrote: >>> > >>> > > Hi All, >>> > > >>> > > My research leads be to believe I can use the Cisco SPA3102 as a >>> device to >>> > > connect the phone line to the fs server (via a lan cable) and I >>> won't need >>> > > a >>> > > internal phone card installed. >>> > > >>> > > Am I correct in this belief or do I need something like a x100P >>> card, a >>> > > different phone card or compatible pci modem card to process >>> > > incoming/outgoing phone calls to an analog phone service? >>> > > >>> > > thanks >>> > > >>> > > -- >>> > > View this message in context: >>> > > >>> http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547.html >>> > > Sent from the freeswitch-users mailing list archive at Nabble.com >>> . >>> > > >>> > > >>> _________________________________________________________________________ >>> > > Professional FreeSWITCH Consulting Services: >>> > > [hidden email] >>> > > http://www.freeswitchsolutions.com >>> > > >>> > > >>> > > >>> > > >>> > > Official FreeSWITCH Sites >>> > > http://www.freeswitch.org >>> > > http://wiki.freeswitch.org >>> > > http://www.cluecon.com >>> > > >>> > > Join Us At ClueCon - Aug 7-9, 2012 >>> > > >>> > > FreeSWITCH-users mailing list >>> > > [hidden email] >>> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > > http://www.freeswitch.org >>> > > >>> > >>> > ---------------------------------------------------- >>> > Alternatives: >>> > >>> > ---------------------------------------------------- >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > [hidden email] >>> > http://www.freeswitchsolutions.com >>> > >>> > >>> > >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://wiki.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > Join Us At ClueCon - Aug 7-9, 2012 >>> > >>> > FreeSWITCH-users mailing list >>> > [hidden email] >>> > 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 >>> [hidden email] >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> [hidden email] >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> [hidden email] >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> [hidden email] >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> [hidden email] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the >> discussion below: >> >> http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579551.html >> To unsubscribe from FS server and SPA3102 connection, click here. >> NAML >> >> >> ------------------------------ >> View this message in context: RE: FS server and SPA3102 connection >> Sent from the freeswitch-users mailing list archiveat >> Nabble.com. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> [hidden email] >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> [hidden email] >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > [hidden email] > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > [hidden email] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://freeswitch-users.2379917.n2.nabble.com/FS-server-and-SPA3102-connection-tp7579547p7579557.html > To unsubscribe from FS server and SPA3102 connection, click here. > NAML > > > ------------------------------ > View this message in context: RE: FS server and SPA3102 connection > Sent from the freeswitch-users mailing list archiveat Nabble.com. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/a8331ec3/attachment-0001.html From avi at avimarcus.net Fri Jun 8 01:36:51 2012 From: avi at avimarcus.net (Avi Marcus) Date: Fri, 8 Jun 2012 00:36:51 +0300 Subject: [Freeswitch-users] Per-channel fsctl loglevel? In-Reply-To: References: <4FC64614.5040205@puzzled.xs4all.nl> <4FD0D3C4.5090200@gmail.com> Message-ID: I had a big thread on Asterisk-biz (after asking here) and basically I didn't hear anyone say they have a secured VoIP channel. Even if they did, there's no way you can guarantee it's encrypted end to end. And some made the point that PSTN is interceptable/hackable too directly at the house so encryption from the Telco may already be too late. Are you saying the full credit card number without CVV2 isn't considered sensitive data at all, and can be saved unencrypted....? -Avi On Thu, Jun 7, 2012 at 7:59 PM, Brian Foster wrote: > More than likely those companies are somewhat oblivious to that. Its hard > to.find a VoIP provider who secures the calls end to end, and they may not > realize they are logging digits for the automated IVRs. I would think they > are smart enough to not record calls with the CVV. I think some companies > probably don't ask for the CVV2, there are some gateways where you can > avoid collecting it but pay higher rates for the risk. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 7, 2012 12:17 PM, "Abaci" wrote: > >> Just curious what other companies using FreeSWITCH and taking credit >> card over the phone are doing? there is no way you can be PCI compliant if >> you store the logs or CDRs, encrypted or not if it contains the CVV2. same >> goes for call recording. and iirc you can't use a regular voip line for >> credit cards (you have to use encryped linnes if it's voip) >> >> On 5/30/2012 5:25 PM, Avi Marcus wrote: >> >> Mostly credit cards.. and anything you do with it, e.g. submit it via >> https to authorize.net, stripe, etc where then you don't need the actual >> number anymore. >> So both the DTMF entry and the curl debug line. I can't think of anything >> else in particular. >> >> -Avi >> >> On Wed, May 30, 2012 at 11:35 PM, Michael Collins wrote: >> >>> Avi, >>> >>> Can you think of any other places where the FS logging in general might >>> contain sensitive data? Reason I ask is that maybe we could create >>> something like "pcidss=true" and then use that as a flag to disable logging >>> anything that might be considered sensitive. Just a thought. >>> >>> -MC >>> >>> >>> On Wed, May 30, 2012 at 1:29 PM, Avi Marcus wrote: >>> >>>> On Wed, May 30, 2012 at 11:18 PM, Michael Collins wrote: >>>> >>>>> How are you protecting everything else? If the XML CDR is sent over >>>>> HTTP instead of HTTPS then everything about the call is plain text. >>>> >>>> As far as I know, the only thing sensitive in the xml_cdr is >>>> digits_dialed. >>>> >>>> >>>>> And what about the FS logs? Are you encrypting those somehow? It seems >>>>> to me that you need a more comprehensive solution than just scrubbing a >>>>> single channel variable. >>>>> >>>> No, I'm not encrypting them.. because t here wouldn't be anything >>>> sensitive. As far as I can tell, the only issue is the DTMF in DEBUG and >>>> the curl post message, again in DEBUG. >>>> Since this is a lua IVR it seems nearly nothing else makes it into the >>>> log. Only api:execute("curl",...) is in the log because it's not a native >>>> direct curl command (like session:playandgetdigits()) >>>> >>>> >>>>> However, if you need an interim solution I would suggest commenting >>>>> out the line that sets digits_dialed: >>>>> >>>>> http://fisheye.freeswitch.org/browse/freeswitch.git/src/switch_channel.c?r=HEAD#to3912 >>>>> >>>>> A more permanent solution might be to create a channel variable that >>>>> controls whether stuff like this gets logged. Something like >>>>> "no_dtmf_logging=true" or whatever. That's a bit more involved because you >>>>> have to decide if there are other places where DTMF info gets logged and if >>>>> so, decide whether or not you want not to log them. >>>>> >>>> That's an interesting idea... it might be more encompassing to have a >>>> loglevel=X channel variable instead that affects the logging for that >>>> channel. But this is probably overkill... >>>> >>>>> >>>>> What would be the ideal solution for your scenario? That answer might >>>>> yield the best course of action. >>>>> -MC >>>>> >>>>> >>>>> On Wed, May 30, 2012 at 11:20 AM, Avi Marcus wrote: >>>>> >>>>>> The PCI-DSS (Payment Card Industry Data Security Standard) requires >>>>>> encryption, not merely permission restriction, for sensitive data. Hence >>>>>> I'm looking at the DTMF logging which can probably be easily re-patterned >>>>>> back into the digits, the curl POST which also shows everything in the log, >>>>>> the dialed_digits in a standard xml_cdr.. >>>>>> Otherwise, afaik, lua won't log things unless you explicitly tell it >>>>>> to. >>>>>> >>>>>> Any suggestions other than setting the entire switch to fsctl >>>>>> loglevel 6 and not storing the xml_cdrs in their raw form? >>>>>> >>>>>> -Avi >>>>>> >>>>>> On Wed, May 30, 2012 at 8:11 PM, Michael Collins wrote: >>>>>> >>>>>>> If it's a compliance issue then I'd triple-check to make sure that >>>>>>> no one unauthorized can get to any of your FS logs or CDR data. I suspect >>>>>>> that logging vs. not logging dialed_digits is not a make-or-break >>>>>>> proposition. If you're doing xml_cdrs then you've probably got that same >>>>>>> data in other log lines. >>>>>>> >>>>>>> -MC >>>>>>> >>>>>>> >>>>>>> On Wed, May 30, 2012 at 9:08 AM, Patrick Lists < >>>>>>> freeswitch-list at puzzled.xs4all.nl> wrote: >>>>>>> >>>>>>>> On 30-05-12 17:48, Michael Collins wrote: >>>>>>>> > And.. similarly is there a way to blank out the var >>>>>>>> digits_dialed in >>>>>>>> > the xml_cdr, from within FS, before the end of the call? >>>>>>>> > >>>>>>>> > Why do you need to clear it out? What information does it collect >>>>>>>> that >>>>>>>> > you don't need? >>>>>>>> >>>>>>>> Since it's credit card data I can imagine Avi does not want it >>>>>>>> logged >>>>>>>> for security purposes. >>>>>>>> >>>>>>>> Regards, >>>>>>>> Patrick >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://wiki.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/0b85c386/attachment-0001.html From mike.kallies at gmail.com Fri Jun 8 01:47:48 2012 From: mike.kallies at gmail.com (Mike Kallies) Date: Thu, 07 Jun 2012 17:47:48 -0400 Subject: [Freeswitch-users] Audiocodes MP-118 VoIP Gateway can't un-hold Message-ID: <4FD12184.4000402@gmail.com> Hey Everyone, I'm using an Audiocodes MP-118 VoIP Gateway. When making a call through the device to a Freeswitch gateway on the other side, it sends the call to my desk phone just fine. When I mute the call, we get the hold music as per the dial plan, everything is good. Then when I unmute... the hold music stops, and... nothing. The call doesn't drop, it just sits there. In the Audiocodes log, we see: 5d:1h:25m:32s ( lgr_psbrdex)(28879 ) recv <-- acEV_BROKEN_CONNECTION, Ch:0 5d:1h:25m:32s ( lgr_flow)(28880 ) #0:RTP_BROKEN_CONNECTION_EV 5d:1h:25m:32s ( lgr_flow)(28881 ) | #0:RTP_BROKEN_CONNECTION_EV I know this isn't entirely a Freeswitch question, but I figure the crowd here might know the answer or where I should look for one. Calls through our Grandstream device work fine, so I think this can be narrowed down to the Audiocodes device. But maybe there's a different codec or option or something I could try to see if I can make it happy? Thanks, -Mike Kallies From Hector.Geraldino at ipsoft.com Fri Jun 8 02:02:22 2012 From: Hector.Geraldino at ipsoft.com (Hector Geraldino) Date: Thu, 7 Jun 2012 18:02:22 -0400 Subject: [Freeswitch-users] Per-channel fsctl loglevel? In-Reply-To: References: <4FC64614.5040205@puzzled.xs4all.nl> <4FD0D3C4.5090200@gmail.com> Message-ID: <6A6B4C284AD15042B429EB9D904544AD022EE81043@NY1-EXMB-01.ip-soft.net> According to the PCI DSS normative, you can store the PAN if it is encrypted. You must have a separate process in place governing the encryption (key storage, key rotation, key access, etc.) However you can't, under any circumstances, store the CVV/CVV2 digits. Never. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Avi Marcus Sent: Thursday, June 07, 2012 5:37 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Per-channel fsctl loglevel? I had a big thread on Asterisk-biz (after asking here) and basically I didn't hear anyone say they have a secured VoIP channel. Even if they did, there's no way you can guarantee it's encrypted end to end. And some made the point that PSTN is interceptable/hackable too directly at the house so encryption from the Telco may already be too late. Are you saying the full credit card number without CVV2 isn't considered sensitive data at all, and can be saved unencrypted....? -Avi On Thu, Jun 7, 2012 at 7:59 PM, Brian Foster > wrote: More than likely those companies are somewhat oblivious to that. Its hard to.find a VoIP provider who secures the calls end to end, and they may not realize they are logging digits for the automated IVRs. I would think they are smart enough to not record calls with the CVV. I think some companies probably don't ask for the CVV2, there are some gateways where you can avoid collecting it but pay higher rates for the risk. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 7, 2012 12:17 PM, "Abaci" > wrote: Just curious what other companies using FreeSWITCH and taking credit card over the phone are doing? there is no way you can be PCI compliant if you store the logs or CDRs, encrypted or not if it contains the CVV2. same goes for call recording. and iirc you can't use a regular voip line for credit cards (you have to use encryped linnes if it's voip) On 5/30/2012 5:25 PM, Avi Marcus wrote: Mostly credit cards.. and anything you do with it, e.g. submit it via https to authorize.net, stripe, etc where then you don't need the actual number anymore. So both the DTMF entry and the curl debug line. I can't think of anything else in particular. -Avi On Wed, May 30, 2012 at 11:35 PM, Michael Collins > wrote: Avi, Can you think of any other places where the FS logging in general might contain sensitive data? Reason I ask is that maybe we could create something like "pcidss=true" and then use that as a flag to disable logging anything that might be considered sensitive. Just a thought. -MC On Wed, May 30, 2012 at 1:29 PM, Avi Marcus > wrote: On Wed, May 30, 2012 at 11:18 PM, Michael Collins > wrote: How are you protecting everything else? If the XML CDR is sent over HTTP instead of HTTPS then everything about the call is plain text. As far as I know, the only thing sensitive in the xml_cdr is digits_dialed. And what about the FS logs? Are you encrypting those somehow? It seems to me that you need a more comprehensive solution than just scrubbing a single channel variable. No, I'm not encrypting them.. because t here wouldn't be anything sensitive. As far as I can tell, the only issue is the DTMF in DEBUG and the curl post message, again in DEBUG. Since this is a lua IVR it seems nearly nothing else makes it into the log. Only api:execute("curl",...) is in the log because it's not a native direct curl command (like session:playandgetdigits()) However, if you need an interim solution I would suggest commenting out the line that sets digits_dialed: http://fisheye.freeswitch.org/browse/freeswitch.git/src/switch_channel.c?r=HEAD#to3912 A more permanent solution might be to create a channel variable that controls whether stuff like this gets logged. Something like "no_dtmf_logging=true" or whatever. That's a bit more involved because you have to decide if there are other places where DTMF info gets logged and if so, decide whether or not you want not to log them. That's an interesting idea... it might be more encompassing to have a loglevel=X channel variable instead that affects the logging for that channel. But this is probably overkill... What would be the ideal solution for your scenario? That answer might yield the best course of action. -MC On Wed, May 30, 2012 at 11:20 AM, Avi Marcus > wrote: The PCI-DSS (Payment Card Industry Data Security Standard) requires encryption, not merely permission restriction, for sensitive data. Hence I'm looking at the DTMF logging which can probably be easily re-patterned back into the digits, the curl POST which also shows everything in the log, the dialed_digits in a standard xml_cdr.. Otherwise, afaik, lua won't log things unless you explicitly tell it to. Any suggestions other than setting the entire switch to fsctl loglevel 6 and not storing the xml_cdrs in their raw form? -Avi On Wed, May 30, 2012 at 8:11 PM, Michael Collins > wrote: If it's a compliance issue then I'd triple-check to make sure that no one unauthorized can get to any of your FS logs or CDR data. I suspect that logging vs. not logging dialed_digits is not a make-or-break proposition. If you're doing xml_cdrs then you've probably got that same data in other log lines. -MC On Wed, May 30, 2012 at 9:08 AM, Patrick Lists > wrote: On 30-05-12 17:48, Michael Collins wrote: > And.. similarly is there a way to blank out the var digits_dialed in > the xml_cdr, from within FS, before the end of the call? > > Why do you need to clear it out? What information does it collect that > you don't need? Since it's credit card data I can imagine Avi does not want it logged for security purposes. Regards, Patrick _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/2611aacf/attachment-0001.html From gmaruzz at gmail.com Fri Jun 8 02:33:23 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 8 Jun 2012 00:33:23 +0200 Subject: [Freeswitch-users] Help me please with Skypopen module load error In-Reply-To: References: Message-ID: On Thu, Jun 7, 2012 at 6:18 PM, Sixto Palacios wrote: > I have this problem when load the skypopen module in FS, I have my skype > client running with the correct user name and password, but i dont know > why this error persist, please help me > > sofia.c:5000 Ping succeeded asterisk with code 200 - count -1/1/1, state UP > 2012-06-07 08:55:07.500404 [ERR] mod_skypopen.c:1818 > [07bc7ba|07bc7ba] [ERRORA 1818 ][skype101 ][IDLE,IDLE] The > Skype client to which we are connected FAILED to gave us > CURRENTUSERHANDLE=voipufg, interface_id=1 FAILED to start. No Skype client > logged in as 'voipufg' has been found. Please (re)launch a Skype client > logged in as 'voipufg'. Skypopen exiting now > Violaci?n de segmento (`core' generado) > > have you used install.pl ? there are no skype client logged in the network with the right credientials... please use install.pl, will build a script to launch skype clients in the right way -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/de8be7c1/attachment.html From vvenkatar at gmail.com Fri Jun 8 03:36:40 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Thu, 7 Jun 2012 16:36:40 -0700 Subject: [Freeswitch-users] Using CURL inside a JavaScript. In-Reply-To: References: <4FD01298.90402@gmail.com> Message-ID: Sorry for the repost, but wanted to see if anybody had any ideas.... Would really appreciate any help. Venkatesh On Wed, Jun 6, 2012 at 8:36 PM, Venkatesh wrote: > Hi ! > > I have uploaded the relevant JS code to pastebin: > http://pastebin.freeswitch.org/19238 > > Would really appreciate any help! > > Venkatesh > > > On Wed, Jun 6, 2012 at 7:31 PM, Timothy Bolton wrote: > >> Do you have any code that you want to post ( >> http://pastebin.freeswitch.org)? >> >> Also, you may want to look into timers/intervals (setTimer setInterval). >> I use those to keep tabs on responses from requests. Otherwise, the >> JavaScript will continue to execute without getting the response, which can >> be very frustrating. >> >> 'We who cut mere stones must always be envisioning cathedrals.' >> Quarry Worker's Creed >> >> >> On 6/6/2012 7:16 PM, Venkatesh wrote: >> >> Hi ! >> >> I am developing a simple IVR application using JS. One of the things I >> want to do when my JS fires is to issue a WS API to fetch some data >> relevant to the call; wait for the response and use information in the >> response to process the incoming call. To meet that end, I wrote up a >> simple JS that issues a CURL request providing appropriate call back >> function. However, I dont see any callback being fired back to my >> application. The JS simply proceeds to execute the next instruction. I know >> my WS returns a string (verified by running the exact same command via a >> command line). I wanted to know if there is anything I need to do to make >> the application "wait for the call back". Would appreciate any help. >> >> Regards, >> Venkatesh >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/9c75b1b9/attachment.html From th982a at googlemail.com Fri Jun 8 03:49:22 2012 From: th982a at googlemail.com (Tamer Higazi) Date: Fri, 08 Jun 2012 01:49:22 +0200 Subject: [Freeswitch-users] freeswitch and mISDN Message-ID: <4FD13E02.4040202@googlemail.com> Hi people! I figured out how to activate freeswitch with mISDN (through freetdm). How do I configure mISDN in freetdm, and what are the channel drivers, with it's dial-plan respectively. Tamer From vvenkatar at gmail.com Fri Jun 8 04:57:32 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Thu, 7 Jun 2012 17:57:32 -0700 Subject: [Freeswitch-users] Unable to use mod_java. Message-ID: Hi ! I have been trying to enable mod_java with FS but am having problems. I was able to compile mod_java fine. However FS is having trouble loading the module. It errors out with the following error message: 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, I believe I have the CLASSPATH/PATH variables set up correctly in my configuration files. In fact I put in some debug statements in modjava.c. Below is the debug output showing the various variables: 2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading... 2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.class.path=/usr/local/freeswitch/scripts 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/local/freeswitch/mod 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, error: -1 2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 definitions 2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error Loading module /usr/local/freeswitch/mod/mod_java.so **Module load routine returned an error** Would really appreciate any ideas from others that may have tried enabling the same? Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/899b1410/attachment.html From jaugenstine at gmail.com Fri Jun 8 05:37:59 2012 From: jaugenstine at gmail.com (jonathan augenstine) Date: Thu, 7 Jun 2012 18:37:59 -0700 Subject: [Freeswitch-users] Unable to use mod_java. In-Reply-To: References: Message-ID: Venkatesh, I can tell you from personal experience that mod_java does have issues. Unless you really need Java I would recommend that you take a look at Lua. If you really need or want to use Java, then I would recommend investigating the event socket and XML-RPC interface. Jonathan On Thu, Jun 7, 2012 at 5:57 PM, Venkatesh wrote: > Hi ! > > I have been trying to enable mod_java with FS but am having problems. I > was able to compile mod_java fine. However FS is having trouble loading the > module. It errors out with the following error message: > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, > > I believe I have the CLASSPATH/PATH variables set up correctly in my > configuration files. In fact I put in some debug statements in modjava.c. > Below is the debug output showing the various variables: > > 2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading... > 2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7 > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.class.path=/usr/local/freeswitch/scripts > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64 > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256 > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= > 127.0.0.1:8000 > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.library.path=/usr/local/freeswitch/mod > 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, > error: -1 > 2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 > definitions > 2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error > Loading module /usr/local/freeswitch/mod/mod_java.so > **Module load routine returned an error** > > > Would really appreciate any ideas from others that may have tried enabling > the same? > > Venkatesh > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/a216eb78/attachment-0001.html From yehavi.bourvine at gmail.com Fri Jun 8 07:39:18 2012 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Fri, 8 Jun 2012 06:39:18 +0300 Subject: [Freeswitch-users] Audiocodes MP-118 VoIP Gateway can't un-hold In-Reply-To: <4FD12184.4000402@gmail.com> References: <4FD12184.4000402@gmail.com> Message-ID: Search for the parameter DisconnectOnBrokenConnection and set it to zero. I don't remember on which screen it is. __Yehavi: 2012/6/8 Mike Kallies > Hey Everyone, > > I'm using an Audiocodes MP-118 VoIP Gateway. When making a call through > the device to a Freeswitch gateway on the other side, it sends the call > to my desk phone just fine. > > When I mute the call, we get the hold music as per the dial plan, > everything is good. > > Then when I unmute... the hold music stops, and... nothing. The call > doesn't drop, it just sits there. > > In the Audiocodes log, we see: > > > 5d:1h:25m:32s ( lgr_psbrdex)(28879 ) recv <-- > acEV_BROKEN_CONNECTION, Ch:0 > 5d:1h:25m:32s ( lgr_flow)(28880 ) #0:RTP_BROKEN_CONNECTION_EV > 5d:1h:25m:32s ( lgr_flow)(28881 ) | > #0:RTP_BROKEN_CONNECTION_EV > > > I know this isn't entirely a Freeswitch question, but I figure the crowd > here might know the answer or where I should look for one. > > Calls through our Grandstream device work fine, so I think this can be > narrowed down to the Audiocodes device. But maybe there's a different > codec or option or something I could try to see if I can make it happy? > > Thanks, > > -Mike Kallies > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/5f0d90f8/attachment.html From ahe.sanath at gmail.com Fri Jun 8 08:17:59 2012 From: ahe.sanath at gmail.com (Sanath Prasanna) Date: Fri, 8 Jun 2012 09:47:59 +0530 Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: Hi Thomas, I wrote complete voice mail system using LUA. (store messages, recording messages, retrieve messages, play messages with out bound dialing, send message as email attachment to end user, etc) if u can send complete scope, I can change it & send. Br, Sanath On Wed, Jun 6, 2012 at 9:22 PM, Thomas Hoellriegel wrote: > Hi Sanath > > Thanks for your helpfull message > > > I suggest: we do everything step by step. > > First: the voice mail creation and login. > > for example: > press 1 for login. > Press 2 to create your onw mailbox. > It is important that the mailbox already exists. > If the Mailbox exists, play a error wavfile for example: > Sorry this mailbox is allready exists, and go back to the creation option > again. > > Thanks. > > > > --------------- > Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: > http://www.blindi.net/callback > homepage: http://www.blindi.net > blinde-misc mailingliste f?r blinde. anmeldung unter: > http://www.blindi.net/mailman/**listinfo/blinde-misc > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/b0d98ca7/attachment.html From drk at drkngs.net Fri Jun 8 08:35:56 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Thu, 07 Jun 2012 21:35:56 -0700 Subject: [Freeswitch-users] =?iso-8859-1?q?Freeswitch_is_responding_to_con?= =?iso-8859-1?q?tact=27s_port=09when_client_behind_NAT?= In-Reply-To: Message-ID: <20120608043556.9b5b6644@mail.tritonwest.net> Sorry for the long delay, but here's your answer: It's going to go to the address in the un-altered VIA header, unless RPORT gets sent it the VIA. If you have agressive_nat_detection turned on, and the client puts RPORT in the via, it will work fine. If you have a broken device that won't do it, then set the variable "NDLB-connectile-dysfunction=true" in the users directory enter (XML) or other, what ever you are using. That will cause the contact to be re-written to the transport address from where it came (both ip address and port) and the response will also be sent there. --Dave _____ From: BELint Inc [mailto:belintinc at gmail.com] To: freeswitch-users at lists.freeswitch.org Sent: Thu, 07 Jun 2012 10:56:07 -0700 Subject: Re: [Freeswitch-users] Freeswitch is responding to contact's port when client behind NAT Does any one know its solutions, Guys please help, its urgent. I am even unable to register my phones :-( Regards, On Thu, Jun 7, 2012 at 9:20 AM, BELint Inc wrote: Hi All, We`ve been using freeswitch since very long, It was good all over but it got stuck to a simple yet complex situation. We have Yealink T28P series phones behind NAT and freeswitch is unable to get them register. In the scenario freeswitch is at public IP. The reason we think is that freeswitch is using sip port in contact header to respond to. Is there anyway we can avoid this or force it to always send the response to destination IP instead of contact or via header ports because clients are behind NAT and response can only reach them if it respond to destination IP & PORT. Please revert if someone know how to solve this problem. It is very urgent. Regards BELint -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/c467441d/attachment.html From ahe.sanath at gmail.com Fri Jun 8 08:48:06 2012 From: ahe.sanath at gmail.com (Sanath Prasanna) Date: Fri, 8 Jun 2012 10:18:06 +0530 Subject: [Freeswitch-users] "originate" Command not found in fs_cli In-Reply-To: References: Message-ID: Dear MC, Sorry for inconvenience causes. That is happened due to comment of mod_cmmands line in the modules.conf.xml. Now out bound dialing is also work. Tx for great help. Br, Sanath On Wed, Jun 6, 2012 at 10:38 AM, Michael Collins wrote: > This is a bigger problem than originate. It looks like none of your > commands are working. I would shut down FS and restart it in the > foreground, i.e. don't use the "-nc" flag. Watch the console and see what > errors pop up. I'm curious to know if there's an issue with mod_commands or > something like that. > > -MC > > > On Tue, Jun 5, 2012 at 9:31 PM, Sanath Prasanna wrote: > >> Hi >> Tx for advice. Here is the my profile >> vi sip_profiles/external/ivr.xml >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> vi dialplan/outbound.xml >> >> >> >> >> >> >> >> >> >> >> ~ >> >> still same problem come >> =================== >> freeswitch at internal> originate sofia/gateway/ivr/14722796816 54722796817 >> -ERR originate sofia/gateway/dtl/ 14722796816 54722796817 Command not >> found! >> >> also when run reloadxml >> freeswitch at internal> reloadxml >> -ERR reloadxml Command not found! >> So when change conf, need to restart service every time. >> >> Pls advice to resolve this problems. >> Br, >> Sanath >> >> >> On Tue, Jun 5, 2012 at 10:46 PM, Brian Foster wrote: >> >>> Your not understanding the dialstring aspect... >>> >>> Example: >>> >>> originate sofia/gateway/flowroute/13175551212 user/1000 at 192.168.1.79 >>> >>> Where sofia is the channel type, gateway is a keyword, flowroute is what >>> I named my gateway, 13175551212 is the number I'm calling through my >>> gateway flowroute, and user/1000 is the extension to send it to and >>> 192.168.1.79 is the domain that user is attached to. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> On Jun 5, 2012 8:49 AM, "Sanath Prasanna" wrote: >>> >>>> Hi, >>>> when I run originate command in fs_cli following error coming. Pls >>>> advice to resolve that. >>>> >>>> freeswitch at internal> originate sofia/external/ivr/9179123456 9179123458 >>>> -ERR originate sofia/external/ivr/9179123456 9179123458 Command not >>>> found! >>>> >>>> Br, >>>> Sanath >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/ec0f6838/attachment-0001.html From abid_freeswitch at live.com Fri Jun 8 11:32:32 2012 From: abid_freeswitch at live.com (Abid Saleem) Date: Fri, 8 Jun 2012 12:32:32 +0500 Subject: [Freeswitch-users] Multilingual IVR in English and Thai Message-ID: Hi, Hope to find you well! Does Freeswitch support Multilingual IVR for example English and Thai at the same time. The customer should be given the option to chose either English or Thai. If yes, can you please specify how can it be configured? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/1216cbb5/attachment.html From andrew at cassidywebservices.co.uk Fri Jun 8 11:35:23 2012 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Fri, 8 Jun 2012 08:35:23 +0100 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> <-4913025585740026458@unknownmsgid> Message-ID: Gmail's search is good enough for me :) On 7 June 2012 16:52, Brian Foster wrote: > I've got all of those things too, but there's still the issue of "I have > to go to a website and waste time to help people." Nabble isn't perfect and > there are a few other names out there that do the same thing. The mailing > list "just works" and even though it isn't perfect it does what's needed. > This mailing list IS searchable from Google, so that's a non issue as well. > > (other) Brian, you make me giggle :-) > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 7, 2012 11:44 AM, "Brian West" wrote: > >> nabble will be exactly what you're looking for. >> >> Sent from my Cave >> >> On Jun 7, 2012, at 10:39 AM, Sean Devoy wrote: >> >> > I withdraw my offer an apologize for bringing up the idea. >> > >> > Back to the caves! :-) >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/6962d392/attachment.html From john.gathm at gmail.com Fri Jun 8 12:31:10 2012 From: john.gathm at gmail.com (John Gathm) Date: Fri, 8 Jun 2012 10:31:10 +0200 Subject: [Freeswitch-users] using APNS with diaplan : throttle a call until a certain condition changes Message-ID: Hi I am planing to use freeswitch with SIP clients on iPhone and I would like to use APNS to notify clients of incoming calls (so that clients can launch) When I receive an incoming call, I should look up in a DB the extension/phone device id, send a notification to it, waits until client logs on or a timeout is reached, then proceed to bridge the call to the extension. I could put this logic in a python script in the diaplan, that would block the execution of the dialplan. I am wondering if this implementation would be acceptable regarding freeswitch design, or if diaplan/freeswitch offer cleaner ways to implement it. Regards. John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/08af0d91/attachment.html From vivekm at packtpub.com Fri Jun 8 12:34:30 2012 From: vivekm at packtpub.com (Vivek Menon) Date: Fri, 08 Jun 2012 14:04:30 +0530 Subject: [Freeswitch-users] FreeSWITCH Cookbook (Non-Technical Question) Message-ID: <4FD1B916.3020103@packtpub.com> Hi, As the subject line says, this is not a technical question, but would anyone be interested in organizing a Giveaway on their/any referential website for our newly published title on FreeSWITCH? The book can be a useful resource for anyone who wish to enhance their understanding of FreeSWITCH while answering some of the common problems arising with the platform. Written by members of the FreeSWITCH development team, this is a problem-solution approach to take your FreeSWITCH skills to the next level, where everything is explained in a practical way. If you would be interested, you can read more about the book here: http://www.packtpub.com/freeswitch-telephony-advanced-cookbook/book. For those wishing to delve deeper,you may even download a Sample Chapter for free. If the Giveaway manages to go live, you would be eligible to get a free print/e-copy of the book depending upon your current location of residency. Looking forward to your comments. Have a wonderful day ahead. Kind Regards, Vivek -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/4dcf2189/attachment.html From vivekm at packtpub.com Fri Jun 8 12:53:16 2012 From: vivekm at packtpub.com (Vivek Menon) Date: Fri, 08 Jun 2012 14:23:16 +0530 Subject: [Freeswitch-users] FreeSWITCH Cookbook (Non-Technical Question) In-Reply-To: <4FD1B916.3020103@packtpub.com> References: <4FD1B916.3020103@packtpub.com> Message-ID: <4FD1BD7C.8010901@packtpub.com> Hi, Apologies for not including my contact details earlier. If you wish to directly get in touch with me, kindly drop in a mail to vivekm at packtpub.com. Looking forward to your response. Kind Regards, Vivek -- On 08-06-2012 14:04, Vivek Menon wrote: > Hi, > > As the subject line says, this is not a technical question, but would > anyone be interested in organizing a Giveaway on their/any referential > website for our newly published title on FreeSWITCH? The book can be a > useful resource for anyone who wish to enhance their understanding of > FreeSWITCH while answering some of the common problems arising with > the platform. > > Written by members of the FreeSWITCH development team, this is a > problem-solution approach to take your FreeSWITCH skills to the next > level, where everything is explained in a practical way. > > If you would be interested, you can read more about the book here: > http://www.packtpub.com/freeswitch-telephony-advanced-cookbook/book. > For those wishing to delve deeper,you may even download a Sample > Chapter > > for free. > > If the Giveaway manages to go live, you would be eligible to get a > free print/e-copy of the book depending upon your current location of > residency. > > Looking forward to your comments. > > Have a wonderful day ahead. > > Kind Regards, > > Vivek > -- > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/bddbcca3/attachment-0001.html From nathandownes at hotmail.com Fri Jun 8 13:25:58 2012 From: nathandownes at hotmail.com (Mr Nathan Downes) Date: Fri, 8 Jun 2012 19:25:58 +1000 Subject: [Freeswitch-users] Attenuation? Message-ID: Hi! Yet again another issue with fibre company, media level provided by them is too high and causes clipping in the captures, which causes a static/crackle sound to be heard on the call, I need confirmation that no volume/gain/attenuation of any kind is done when FS handles the media. No transcoding or anything is done on FS. Thanks again, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/05549621/attachment.html From saami_mh at ymail.com Fri Jun 8 15:43:42 2012 From: saami_mh at ymail.com (Samira Mh) Date: Fri, 8 Jun 2012 04:43:42 -0700 (PDT) Subject: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) Message-ID: <1339155822.9200.YahooMailNeo@web120104.mail.ne1.yahoo.com> hi guys, i have defined two extensions named:1000 & 1001 so i am going to allow the above extension make outbound calls and disable inbount calls in other hand i dont want the ext:1000 able to make call to ext:1001 , and want to disable calling internal registerations sip? how can i do that? thanks so much -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/9389ebf9/attachment.html From babak.freeswitch at gmail.com Fri Jun 8 16:53:48 2012 From: babak.freeswitch at gmail.com (babak yakhchali) Date: Fri, 8 Jun 2012 17:23:48 +0430 Subject: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) In-Reply-To: <1339155822.9200.YahooMailNeo@web120104.mail.ne1.yahoo.com> References: <1339155822.9200.YahooMailNeo@web120104.mail.ne1.yahoo.com> Message-ID: if you are using xml dialplan, to block calls between and to 1000 and 1001 you can just remove any extension that routes calls between and to 1000 and 1001 in your dialplan (such as "Local_Extension" in sample configuration in default.xml) and to have outbound calls just add an extension that has a condition matching your destination. http://wiki.freeswitch.org/wiki/FreeSwitch_Dialplan_XML On Fri, Jun 8, 2012 at 4:13 PM, Samira Mh wrote: > hi guys, > i have defined two extensions named:1000 & 1001 > so i am going to allow the above extension make outbound calls and disable > inbount calls > in other hand i dont want the ext:1000 able to make call to ext:1001 , > and want to disable calling internal registerations sip > how can i do that? > thanks so much > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/31f3691a/attachment.html From saami_mh at ymail.com Fri Jun 8 17:19:35 2012 From: saami_mh at ymail.com (Samira Mh) Date: Fri, 8 Jun 2012 06:19:35 -0700 (PDT) Subject: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) In-Reply-To: References: <1339155822.9200.YahooMailNeo@web120104.mail.ne1.yahoo.com> Message-ID: <1339161575.6898.YahooMailNeo@web120106.mail.ne1.yahoo.com> hi, thanks for your reply; but default.xml is consist ad follow: ? ? ? ? but how can i limited internal calls? ________________________________ From: babak yakhchali To: FreeSWITCH Users Help Sent: Friday, June 8, 2012 5:23 PM Subject: Re: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) if you are using xml dialplan, to block calls between and to 1000 and 1001 you can just remove any extension that routes calls between and to 1000 and 1001 in your dialplan (such as "Local_Extension" in sample configuration in default.xml) ?and to have outbound calls just add an extension that has a condition matching your destination.? http://wiki.freeswitch.org/wiki/FreeSwitch_Dialplan_XML? On Fri, Jun 8, 2012 at 4:13 PM, Samira Mh wrote: hi guys, >i have defined two extensions named:1000 & 1001 >so i am going to allow the above extension make outbound calls and disable inbount calls >in other hand i dont want the ext:1000 able to make call to ext:1001 , >and want to disable calling internal registerations sip? >how can i do that? >thanks so much >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/09f7ec8c/attachment.html From saami_mh at ymail.com Fri Jun 8 17:41:22 2012 From: saami_mh at ymail.com (Samira Mh) Date: Fri, 8 Jun 2012 06:41:22 -0700 (PDT) Subject: [Freeswitch-users] (solved) how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) In-Reply-To: <1339161575.6898.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1339155822.9200.YahooMailNeo@web120104.mail.ne1.yahoo.com> <1339161575.6898.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <1339162882.86991.YahooMailNeo@web120101.mail.ne1.yahoo.com> hi, i have renamed ?/usr/local/freeswitch/conf/dialplan/default/999_v_local_extension.xml ? ?to?999_v_local_extension.xml.noload and reloadxml,and everythings worked correctly;;; thanks... ?cat ?999_v_local_extension.xml ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ________________________________ From: Samira Mh To: FreeSWITCH Users Help Sent: Friday, June 8, 2012 5:49 PM Subject: Re: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) hi, thanks for your reply; but default.xml is consist ad follow: ? ? ? ? but how can i limited internal calls? ________________________________ From: babak yakhchali To: FreeSWITCH Users Help Sent: Friday, June 8, 2012 5:23 PM Subject: Re: [Freeswitch-users] how to Block inbound(internal) sofia profile calls ?(don't allow for internal calls) if you are using xml dialplan, to block calls between and to 1000 and 1001 you can just remove any extension that routes calls between and to 1000 and 1001 in your dialplan (such as "Local_Extension" in sample configuration in default.xml) ?and to have outbound calls just add an extension that has a condition matching your destination.? http://wiki.freeswitch.org/wiki/FreeSwitch_Dialplan_XML? On Fri, Jun 8, 2012 at 4:13 PM, Samira Mh wrote: hi guys, >i have defined two extensions named:1000 & 1001 >so i am going to allow the above extension make outbound calls and disable inbount calls >in other hand i dont want the ext:1000 able to make call to ext:1001 , >and want to disable calling internal registerations sip? >how can i do that? >thanks so much >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/5da3c9da/attachment-0001.html From steveu at coppice.org Fri Jun 8 18:40:39 2012 From: steveu at coppice.org (Steve Underwood) Date: Fri, 08 Jun 2012 22:40:39 +0800 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> Message-ID: <4FD20EE7.3050203@coppice.org> Mailing lists are very searchable in the real world. Try Googling something list "freeswitch mailing list web forum", and you can quickly go through some of the occasions this issue was raised before. Mailing lists seldom turn into a war zone. News groups often do. Web forums only avoid being a war zone with *aggressive* policing. They are usually slow and clumsy to navigate through, too. Why waste the effort? Mailing lists sucks, but the alternatives available today are still worse. Steve On 06/07/2012 11:38 PM, Sean Devoy wrote: > WTF was that supposed to mean? > > Nail meet Screw! > Hammer meet Screw Gun. > > Better things come along as we progress. Most of us are in fact no longer > living in caves even though they provide great protection from tornados. > > I was simply asking for a consensus on an idea. I have an earlier post > asking if there was software or a website that allowed this type of > interface. No responses to that question. > > Thank you Timothy Bolton for the link to nabble, I had never heard of it. > It's not a great interface, but far more usable than dozens of unsearchable > email attachments from the "batched in daily digest". > > I see peoples point about email accessibility off line. I guess I have > lived where we have broadband, smart phone and abundant free wifi for so > long I did not consider being off the net. That is certainly a valid point. > I must say it is counterintuitive for a "forum" on Internet Telephony to be > concerned about users without Internet Access. > > I withdraw my offer an apologize for bringing up the idea. > > Back to the caves! :-) > > -----Original Message----- > From: Brian West [mailto:brian at freeswitch.org] > Sent: Wednesday, June 06, 2012 9:48 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] How about a USER FORUM and kill off the mail > list? > > Hammer, meet Nail! > > Sent from my iPad > > On Jun 6, 2012, at 8:47 PM, Patrick Lists > wrote: > >> Since it has been a while I guess it was inevitable that someone would >> come around with the forum idea again. Have you searched the mailing >> list archives and read the previous discussion on this subject? >> It did not work for the Asterisk community and I doubt it would work >> for this community. If you want forum style, use nabble or gmane. >> >> Regards, >> Patrick > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 toddb at toddbailey.net Fri Jun 8 19:24:23 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Fri, 08 Jun 2012 08:24:23 -0700 Subject: [Freeswitch-users] =?utf-8?q?How_about_a_USER_FORUM_and_kill_off_?= =?utf-8?q?the_mail_list=3F?= Message-ID: <20120608082423.33e327b490679d2282e332758c73b55b.7161020683.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/2c7fd198/attachment.html From evgeniy at bestnet.kharkov.ua Fri Jun 8 11:21:30 2012 From: evgeniy at bestnet.kharkov.ua (Evgeniy Movlyan) Date: Fri, 08 Jun 2012 10:21:30 +0300 Subject: [Freeswitch-users] mod_nibblebill problem In-Reply-To: <4FD199DA.7080805@bestnet.kharkov.ua> References: <4FD199DA.7080805@bestnet.kharkov.ua> Message-ID: <4FD1A7FA.3090009@bestnet.kharkov.ua> Hi All, when i'm calling from one user to another freeswitch user mod works fine, but when i'm calling to external number (through gateway) billing doesn't work: 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:612 Received request via SESSION_HEARTBEAT! 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:453 Attempting to bill at $1 per minute to account 7604504 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:465 Not billing 7604504 - call is not in answered state I don't understand what this message means. Sorry for my english:) -- Evgeniy Movlyan, BestNet Ltd. From colins at succinct.co.za Fri Jun 8 12:29:16 2012 From: colins at succinct.co.za (Colin Sindle) Date: Fri, 8 Jun 2012 10:29:16 +0200 Subject: [Freeswitch-users] Garbled Leg Recording G729 with Asynchronous ptime Message-ID: Hi, Please, I was wondering if there is anything obvious that we are missing when trying to record a G729 call with asynchronous pimes (in: 20ms, out: 60ms). The problem case call flow is: inbound leg (ptime 20 ms), start recording, playback a short message, bridge to outbound (destination can only handle a ptime of 60 ms). We are using mod_com_g729's codec. The audio while on the call in normally fine (rarely there is one way speech depending on inbound/outbound provider), but *the recording has a garbled outbound (Callee) leg* (inbound/Caller voice is fine.). We have tried all the combinations of G729 at 20i, G729 at 60i, rtp-autofix-timing, and default-ptimes to no avail. We are using git HEAD. I do see this on fs_cli: 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - 0xa8894898 (nil) 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:79 DECODER DESTROYX - 0xa8894898 (nil) 2012-06-07 16:56:45.583270 [WARNING] mod_sofia.c:1158 *Asynchronous PTIME not supported, changing our end from 20 to 60* 2012-06-07 16:56:45.583270 [DEBUG] sofia_glue.c:2931 Changing Codec from G729 at 20ms@8000hz to G729 at 60ms@8000hz 2012-06-07 16:56:45.623271 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - 0xa86fe340 0xa86f1e78 Should this be working, are we missing something obvious? Thank you, Kind regards, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/5474352a/attachment.html From lazyvirus at gmx.com Fri Jun 8 19:40:04 2012 From: lazyvirus at gmx.com (Bzzz) Date: Fri, 8 Jun 2012 17:40:04 +0200 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <20120607080603.33e327b490679d2282e332758c73b55b.7f27a511f2.wbe@email14.secureserver.net> <4FD0C5B0.2070602@gmail.com> Message-ID: <20120608174004.585df222@anubis.defcon1> On Thu, 7 Jun 2012 11:32:52 -0400 Philippe Le Toquin wrote: > > Like that we have the best of both world. A mailing list and a > forum. I recently dig this question and found fudforum (http://fudforum.org) that is a composite solution: it merges forums and MLs together, so you can access what you want the way you want:) My 0.0160151 ?? -- Being frustrated is disagreeable, but the real disasters in life begin when you get what you want. From Hector.Geraldino at ipsoft.com Fri Jun 8 19:43:07 2012 From: Hector.Geraldino at ipsoft.com (Hector Geraldino) Date: Fri, 8 Jun 2012 11:43:07 -0400 Subject: [Freeswitch-users] Unable to use mod_java. In-Reply-To: References: Message-ID: <6A6B4C284AD15042B429EB9D904544AD022EE810B8@NY1-EXMB-01.ip-soft.net> Are you on the latest git? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Venkatesh Sent: Thursday, June 07, 2012 8:58 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Unable to use mod_java. Hi ! I have been trying to enable mod_java with FS but am having problems. I was able to compile mod_java fine. However FS is having trouble loading the module. It errors out with the following error message: 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, I believe I have the CLASSPATH/PATH variables set up correctly in my configuration files. In fact I put in some debug statements in modjava.c. Below is the debug output showing the various variables: 2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading... 2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.class.path=/usr/local/freeswitch/scripts 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/local/freeswitch/mod 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, error: -1 2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 definitions 2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error Loading module /usr/local/freeswitch/mod/mod_java.so **Module load routine returned an error** Would really appreciate any ideas from others that may have tried enabling the same? Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/82d77b49/attachment-0001.html From mike.kallies at gmail.com Fri Jun 8 19:55:35 2012 From: mike.kallies at gmail.com (Mike Kallies) Date: Fri, 08 Jun 2012 11:55:35 -0400 Subject: [Freeswitch-users] Audiocodes MP-118 VoIP Gateway can't un-hold In-Reply-To: References: <4FD12184.4000402@gmail.com> Message-ID: <4FD22077.90004@gmail.com> Hello Yehavi, It was already set to not disconnect. It doesn't drop the call, it just doesn't unhold. I can hold again and it will play music, then when I unhold, the connection doesn't come back and the error message reappears in the logs. I'm not sure how 'hold' works in this system. The phone sends a signal to Freeswitch, then Freeswitch uses the dial plan to go to the hold music? Does that require negotiation of a new audio protocol or something? Then when we un-hold, it tries to negotiate back? I'm a n00b with Freeswitch. Is there a document I'm missing which describes how hold works? Thanks, -Mike On 07/06/2012 11:39 PM, Yehavi Bourvine wrote: > Search for the parameter DisconnectOnBrokenConnection and set it to > zero. I don't remember on which screen it is. > > __Yehavi: > > 2012/6/8 Mike Kallies > > > Hey Everyone, > > I'm using an Audiocodes MP-118 VoIP Gateway. When making a call through > the device to a Freeswitch gateway on the other side, it sends the call > to my desk phone just fine. > > When I mute the call, we get the hold music as per the dial plan, > everything is good. > > Then when I unmute... the hold music stops, and... nothing. The call > doesn't drop, it just sits there. > > In the Audiocodes log, we see: > > > 5d:1h:25m:32s ( lgr_psbrdex)(28879 ) recv <-- > acEV_BROKEN_CONNECTION, Ch:0 > 5d:1h:25m:32s ( lgr_flow)(28880 ) #0:RTP_BROKEN_CONNECTION_EV > 5d:1h:25m:32s ( lgr_flow)(28881 ) | > #0:RTP_BROKEN_CONNECTION_EV > > > I know this isn't entirely a Freeswitch question, but I figure the crowd > here might know the answer or where I should look for one. > > Calls through our Grandstream device work fine, so I think this can be > narrowed down to the Audiocodes device. But maybe there's a different > codec or option or something I could try to see if I can make it happy? > > Thanks, > > -Mike Kallies > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 tnelson at rockbochs.com Fri Jun 8 19:57:30 2012 From: tnelson at rockbochs.com (Tim Nelson) Date: Fri, 8 Jun 2012 10:57:30 -0500 (CDT) Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <20120608174004.585df222@anubis.defcon1> Message-ID: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> ----- Original Message ----- > On Thu, 7 Jun 2012 11:32:52 -0400 > Philippe Le Toquin wrote: > > > > > Like that we have the best of both world. A mailing list and a > > forum. > > I recently dig this question and found fudforum (http://fudforum.org) > that is a composite solution: it merges forums and MLs together, so > you can access what you want the way you want:) > I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . --Tim [1] http://www.vyatta.org/forum/ From vvenkatar at gmail.com Fri Jun 8 20:06:44 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Fri, 8 Jun 2012 09:06:44 -0700 Subject: [Freeswitch-users] Unable to use mod_java. In-Reply-To: <6A6B4C284AD15042B429EB9D904544AD022EE810B8@NY1-EXMB-01.ip-soft.net> References: <6A6B4C284AD15042B429EB9D904544AD022EE810B8@NY1-EXMB-01.ip-soft.net> Message-ID: I believe I am on the latest version. Venkatesh On Fri, Jun 8, 2012 at 8:43 AM, Hector Geraldino < Hector.Geraldino at ipsoft.com> wrote: > Are you on the latest git?**** > > ** ** > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Venkatesh > *Sent:* Thursday, June 07, 2012 8:58 PM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Unable to use mod_java.**** > > ** ** > > Hi !**** > > ** ** > > I have been trying to enable mod_java with FS but am having problems. I > was able to compile mod_java fine. However FS is having trouble loading the > module. It errors out with the following error message:**** > > ** ** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!,*** > * > > ** ** > > I believe I have the CLASSPATH/PATH variables set up correctly in my > configuration files. In fact I put in some debug statements in modjava.c. > Below is the debug output showing the various variables:**** > > ** ** > > 2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading... > **** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.class.path=/usr/local/freeswitch/scripts**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib > **** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni* > *** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= > 127.0.0.1:8000**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: > -Djava.library.path=/usr/local/freeswitch/mod**** > > 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, > error: -1**** > > 2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 > definitions**** > > 2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error > Loading module /usr/local/freeswitch/mod/mod_java.so**** > > **Module load routine returned an error****** > > ** ** > > ** ** > > Would really appreciate any ideas from others that may have tried enabling > the same? **** > > ** ** > > Venkatesh**** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/4a304d75/attachment.html From admin at blindi.net Fri Jun 8 20:39:55 2012 From: admin at blindi.net (Thomas Hoellriegel) Date: Fri, 8 Jun 2012 18:39:55 +0200 (CEST) Subject: [Freeswitch-users] opensource project voicechat for freeswitch In-Reply-To: References: <2793676B-4E24-45F9-942B-FB5552A6EF06@archerdrive.com> <1338558318.79806.YahooMailNeo@web120405.mail.ne1.yahoo.com> Message-ID: Hi Sanath, > I wrote complete voice mail system using LUA. (store messages, recording > messages, retrieve messages, play messages with out bound dialing, send > message as email attachment to end user, etc) Thanks!! Very cool! I think a global Coffig file we will need. For example for the databaseaccess. Can you send the Lua script please? I am inputting it into the tar.gz at: http://www.blindi.net/downloads/open_vocechat.tar.gz I create a changelog.. And i like to publish your name, and your nice work. Can i do this? --------------- Du kannst mich jederzeit kostenlos per Festnetz erreichen unter: http://www.blindi.net/callback homepage: http://www.blindi.net blinde-misc mailingliste f?r blinde. anmeldung unter: http://www.blindi.net/mailman/listinfo/blinde-misc From bdfoster at endigotech.com Fri Jun 8 20:58:14 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Fri, 8 Jun 2012 12:58:14 -0400 Subject: [Freeswitch-users] mod_nibblebill problem In-Reply-To: <4FD1A7FA.3090009@bestnet.kharkov.ua> References: <4FD199DA.7080805@bestnet.kharkov.ua> <4FD1A7FA.3090009@bestnet.kharkov.ua> Message-ID: Calls aren't billed when the phone is ringing, only id/when call is answered. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 8, 2012 11:26 AM, "Evgeniy Movlyan" wrote: > Hi All, > when i'm calling from one user to another freeswitch user mod works > fine, but when i'm calling to external number (through gateway) billing > doesn't work: > > 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:612 Received request > via SESSION_HEARTBEAT! > 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:453 Attempting to > bill at $1 per minute to account 7604504 > 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:465 Not billing > 7604504 - call is not in answered state > > I don't understand what this message means. > > Sorry for my english:) > -- > Evgeniy Movlyan, > BestNet Ltd. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/0ca3d8cb/attachment-0001.html From sdevoy at bizfocused.com Fri Jun 8 21:04:29 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 8 Jun 2012 13:04:29 -0400 Subject: [Freeswitch-users] List Admin help Message-ID: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> OK, I see we are stuck with a mailing list and I am very sorry to have brought it up. Fine. Will someone please tell me how to change my "digest" setting? DO NOT TELL ME TO GO TO: http://lists.freeswitch.org/mailman/listinfo/freeswitch-users It does not work. Every effort I make sends me a stupid message saying I am already enrolled. I even assumed I don't know the password. I wrote to: freeswitch-users-owner at lists.freeswitch.org that was equally ineffective, but instead of a meaningless reply, I got no reply. Is there some way to get my password or even reset it? Thanks, A very frustrated Sean. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/02d6b7d2/attachment.html From cliff at develix.com Fri Jun 8 21:12:53 2012 From: cliff at develix.com (Cliff Wells) Date: Fri, 08 Jun 2012 10:12:53 -0700 Subject: [Freeswitch-users] Maillist client software - NOOB In-Reply-To: <0c4801cd4440$3c748f80$b55dae80$@bizfocused.com> References: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> <1339008663.2103.12.camel@portable-evil> <0c4801cd4440$3c748f80$b55dae80$@bizfocused.com> Message-ID: <1339175573.7901.5.camel@portable-evil> Can you unsubscribe and re-subscribe with the correct options set? Mailman does suck quite a bit. Cliff On Wed, 2012-06-06 at 19:58 -0400, Sean Devoy wrote: > Thanks Cliff. I have tried that many, many times. Every attempt gets me an email saying someone has tried to sign up my address again. I assume I don't have the right password. > > Thanks again > > > > -----Original Message----- > From: Cliff Wells [mailto:cliff at develix.com] > Sent: Wednesday, June 06, 2012 2:51 PM > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] Maillist client software - NOOB > > On Wed, 2012-06-06 at 13:45 -0400, Sean Devoy wrote: > > HI All, > > > > > > > > I have been getting more and more familiar with FS and can actually > > make some contributions to the questions coming through in the > > maillist. However, when I signed up I chose the option to bundle the > > messages before sending them to me. ? BIG MISTAKE ?. I use MS Outlook > > as my mail client. > > Go to the mailman link at the bottom of every email. Change your > preferences: > > Would you like to receive list mail batched in a daily digest? No. > > Regards, > Cliff > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 sdevoy at bizfocused.com Fri Jun 8 21:12:58 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 8 Jun 2012 13:12:58 -0400 Subject: [Freeswitch-users] Audio Connection Delay with SCA Message-ID: <018101cd4599$f3b2b320$db181960$@bizfocused.com> Hi, I finally got Shared Call Appearance working to 4 NAT connected phones!!!!! Now the users say when they answer that line, they must wait a second or so to start talking (no big deal), but they all claim it takes nearly 5 seconds to be able to hear the caller. They answer the standard "Thank You for calling XYZ, how can I help you today" which the caller DOES HEAR, but they cannot hear his response for the first 5 seconds and ALWAYS have to ask them to repeat it. In the logs, I see what I believe is them picking up extension 299: 2012-06-08 11:44:15.115249 [NOTICE] switch_channel.c:926 New Channel sofia/external/sip:299 at 69.251.170.6:5063 . And then the RPT finally connecting: 2012-06-08 11:44:20.665094 [DEBUG] sofia_glue.c:3248 AUDIO RTP [sofia/external/sip:299 at 69.251.170.6:5064] 10.10.40.185 port 23500 -> 69.251.170.6 port 16498 codec: 0 ms: 20 Note the 5.5 second delay! Granted there are 100+ lines between those if you want to see them, I will post them. After that audio is fine. Any thoughts would be appreciated. Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/947fbbf6/attachment.html From jaasmailing at gmail.com Fri Jun 8 21:12:59 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Fri, 08 Jun 2012 19:12:59 +0200 Subject: [Freeswitch-users] FS sends Hold signal to remote gateway Message-ID: <4FD2329B.3010509@gmail.com> Hi all, I'm experiencing a strange behaviour when calls are on hold. Situation: Call 1. Phone A (internal profile) calls a number (PSTN endpoint) through a gateway on the external profile. If the phone sets on hold all is ok and the remote PSTN endpoint hears the FreeSWITCH music on hold. Call 2. PSTN endpoint calls through the same gateway the Phone A. If the Phone A sets on hold the call, FreeSWITCH sends an hold signal to the remote gateway, so there is no Music on hold. Is a normal behaviour? How I can have the same behaviour of call 1? Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/f4c2729e/attachment.html From lazyvirus at gmx.com Fri Jun 8 21:15:52 2012 From: lazyvirus at gmx.com (Bzzz) Date: Fri, 8 Jun 2012 19:15:52 +0200 Subject: [Freeswitch-users] List Admin help In-Reply-To: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> References: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> Message-ID: <20120608191552.05a8d973@anubis.defcon1> On Fri, 8 Jun 2012 13:04:29 -0400 "Sean Devoy" wrote: > > DO NOT TELL ME TO GO TO: > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users I WON'T, this is part of your subscriber page, the one the welcome e-mail is referencing. JY -- At the end of your life there'll be a good rest, and no further activities are scheduled. From cliff at develix.com Fri Jun 8 21:17:54 2012 From: cliff at develix.com (Cliff Wells) Date: Fri, 08 Jun 2012 10:17:54 -0700 Subject: [Freeswitch-users] List Admin help In-Reply-To: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> References: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> Message-ID: <1339175874.7901.8.camel@portable-evil> On Fri, 2012-06-08 at 13:04 -0400, Sean Devoy wrote: > OK, I see we are stuck with a mailing list and I am very sorry to have > brought it up. Fine. > > > > Will someone please tell me how to change my ?digest? setting? > > DO NOT TELL ME TO GO TO: > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > It does not work. Every effort I make sends me a stupid message > saying I am already enrolled. > > > > I even assumed I don?t know the password. I wrote to: > freeswitch-users-owner at lists.freeswitch.org that was equally > ineffective, but instead of a meaningless reply, I got no reply. > > Is there some way to get my password or even reset it? I just went to the link you mentioned above, scrolled down and clicked the button that says "unsubscribe or edit options". I left the email field blank. On the next page, I filled in my email address, scrolled down to the "Password reminder" section and clicked the "remind" button. Within two minutes I had my password in my inbox. Regards, Cliff From brian at freeswitch.org Fri Jun 8 22:18:47 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 13:18:47 -0500 Subject: [Freeswitch-users] List Admin help In-Reply-To: <1339175874.7901.8.camel@portable-evil> References: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> <1339175874.7901.8.camel@portable-evil> Message-ID: <3953782102430870665@unknownmsgid> can someone add this to the FAQ on the wiki? /b Sent from my Cave On Jun 8, 2012, at 12:18 PM, Cliff Wells wrote: > On Fri, 2012-06-08 at 13:04 -0400, Sean Devoy wrote: >> OK, I see we are stuck with a mailing list and I am very sorry to have >> brought it up. Fine. >> >> >> >> Will someone please tell me how to change my ?gdigest?h setting? >> >> DO NOT TELL ME TO GO TO: >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> It does not work. Every effort I make sends me a stupid message >> saying I am already enrolled. >> >> >> >> I even assumed I don?ft know the password. I wrote to: >> freeswitch-users-owner at lists.freeswitch.org that was equally >> ineffective, but instead of a meaningless reply, I got no reply. >> >> Is there some way to get my password or even reset it? > > I just went to the link you mentioned above, scrolled down and clicked > the button that says "unsubscribe or edit options". I left the email > field blank. > > On the next page, I filled in my email address, scrolled down to the > "Password reminder" section and clicked the "remind" button. Within two > minutes I had my password in my inbox. > > Regards, > Cliff > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Fri Jun 8 22:20:51 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 13:20:51 -0500 Subject: [Freeswitch-users] Maillist client software - NOOB In-Reply-To: <1339175573.7901.5.camel@portable-evil> References: <0a2c01cd440c$1da39ad0$58ead070$@bizfocused.com> <1339008663.2103.12.camel@portable-evil> <0c4801cd4440$3c748f80$b55dae80$@bizfocused.com> <1339175573.7901.5.camel@portable-evil> Message-ID: <-8172420677588195851@unknownmsgid> Why not just read the page, login and edit your options. Mailman is fine, its attention to details the users are tripping on. It's a common issue. Sent from my Cave On Jun 8, 2012, at 12:13 PM, Cliff Wells wrote: > Can you unsubscribe and re-subscribe with the correct options set? > > Mailman does suck quite a bit. > > Cliff From brian at freeswitch.org Fri Jun 8 22:22:20 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 13:22:20 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <4FD20EE7.3050203@coppice.org> References: <0c5201cd4440$97f03530$c7d09f90$@bizfocused.com> <4FD007D0.7010705@puzzled.xs4all.nl> <-3243025629320733747@unknownmsgid> <0eef01cd44c3$98a82400$c9f86c00$@bizfocused.com> <4FD20EE7.3050203@coppice.org> Message-ID: <-6143061278004381769@unknownmsgid> well put! Sent from my beach hut (cave upgrade) On Jun 8, 2012, at 9:42 AM, Steve Underwood wrote: > Mailing lists are very searchable in the real world. Try Googling > something list "freeswitch mailing list web forum", and you can quickly > go through some of the occasions this issue was raised before. > > Mailing lists seldom turn into a war zone. News groups often do. Web > forums only avoid being a war zone with *aggressive* policing. They are > usually slow and clumsy to navigate through, too. Why waste the effort? > Mailing lists sucks, but the alternatives available today are still worse. > > Steve From robert.longfield at klinsight.com Fri Jun 8 22:25:41 2012 From: robert.longfield at klinsight.com (Robert Longfield) Date: Fri, 8 Jun 2012 14:25:41 -0400 Subject: [Freeswitch-users] Time needed for ringing a call group Message-ID: I have support call group that works as it should. When a caller selects the support call group it rings all the support extensions as it should. The problem arises when a support member is logged in to their extension but is not at their computer. The call will continue to ring the call group forever. I would like to change this so it will only ring for a set amount of time. Currently if the support group is busy or they manually decline the call the incoming call will be transferred to the general extension. I would like to mimic this behaviour when the call goes unanswered after 20 secs or so. Here is the Call Group Settings: I hope I?ve explained my problem clearly. -Rob Robert Longfield SEO Specialist KL Insight http://klinsight.com/ Tel: 613-344-2116 | Fax: 613.634.7029 993 Princess Street, Suite 212 Kingston, ON K7L 1H3, Canada Notice of Confidentiality: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review re-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error please contact the sender immediately by return electronic transmission and then immediately delete this transmission including all attachments without copying distributing or disclosing same. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/04f39803/attachment.html From yehavi.bourvine at gmail.com Fri Jun 8 22:33:38 2012 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Fri, 8 Jun 2012 21:33:38 +0300 Subject: [Freeswitch-users] Audiocodes MP-118 VoIP Gateway can't un-hold In-Reply-To: <4FD22077.90004@gmail.com> References: <4FD12184.4000402@gmail.com> <4FD22077.90004@gmail.com> Message-ID: Hello Mike, As far as I know hold is handled natively by FreeSwitch and you do not have to do anything in your dialplan. There are two ways for the MP to ask for hold: One is to set the media address to 0.0.0.0 and the other is to set it to send-only or receive-only. As far as I recall (I am at home now) the MP supports both; try changing the method and see whether it helps, __Yehavi: 2012/6/8 Mike Kallies > Hello Yehavi, > > It was already set to not disconnect. It doesn't drop the call, it just > doesn't unhold. I can hold again and it will play music, then when I > unhold, the connection doesn't come back and the error message reappears > in the logs. > > I'm not sure how 'hold' works in this system. The phone sends a signal > to Freeswitch, then Freeswitch uses the dial plan to go to the hold > music? Does that require negotiation of a new audio protocol or > something? Then when we un-hold, it tries to negotiate back? > > I'm a n00b with Freeswitch. Is there a document I'm missing which > describes how hold works? > > Thanks, > > -Mike > > > On 07/06/2012 11:39 PM, Yehavi Bourvine wrote: > > Search for the parameter DisconnectOnBrokenConnection and set it to > > zero. I don't remember on which screen it is. > > > > __Yehavi: > > > > 2012/6/8 Mike Kallies > > > > > > Hey Everyone, > > > > I'm using an Audiocodes MP-118 VoIP Gateway. When making a call > through > > the device to a Freeswitch gateway on the other side, it sends the > call > > to my desk phone just fine. > > > > When I mute the call, we get the hold music as per the dial plan, > > everything is good. > > > > Then when I unmute... the hold music stops, and... nothing. The call > > doesn't drop, it just sits there. > > > > In the Audiocodes log, we see: > > > > > > 5d:1h:25m:32s ( lgr_psbrdex)(28879 ) recv <-- > > acEV_BROKEN_CONNECTION, Ch:0 > > 5d:1h:25m:32s ( lgr_flow)(28880 ) > #0:RTP_BROKEN_CONNECTION_EV > > 5d:1h:25m:32s ( lgr_flow)(28881 ) | > > #0:RTP_BROKEN_CONNECTION_EV > > > > > > I know this isn't entirely a Freeswitch question, but I figure the > crowd > > here might know the answer or where I should look for one. > > > > Calls through our Grandstream device work fine, so I think this can > be > > narrowed down to the Audiocodes device. But maybe there's a > different > > codec or option or something I could try to see if I can make it > happy? > > > > Thanks, > > > > -Mike Kallies > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/2ec14a2d/attachment.html From ifoundthetao at gmail.com Fri Jun 8 22:34:29 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Fri, 08 Jun 2012 13:34:29 -0500 Subject: [Freeswitch-users] Hardware build recommendations Message-ID: <4FD245B5.9010708@gmail.com> Does anyone have any ideas for a good hardware build for a SOHO server? Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a firewall (probably pfSense). My home network doesn't have too much traffic, and I don't get that many calls. -- 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed From anthony.minessale at gmail.com Fri Jun 8 23:03:42 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 8 Jun 2012 14:03:42 -0500 Subject: [Freeswitch-users] Garbled Leg Recording G729 with Asynchronous ptime In-Reply-To: References: Message-ID: have you tried updating lately? also try global_setvar passthru_ptime_mismatch=true On Fri, Jun 8, 2012 at 3:29 AM, Colin Sindle wrote: > Hi, > > Please, I was wondering if there is anything obvious that we are missing > when trying to record a?G729 call with asynchronous pimes (in: 20ms, out: > 60ms). > > The problem case call flow is: ?inbound leg (ptime 20 ms), start recording, > playback a short message, bridge to outbound (destination can only handle a > ptime of 60 ms). ? We are using mod_com_g729's codec. ? The audio while on > the call in normally fine (rarely there is one way speech depending on > inbound/outbound provider), but the recording has a garbled outbound > (Callee) leg (inbound/Caller voice is fine.). > > We have tried all the?combinations?of ?G729 at 20i, G729 at 60i, > rtp-autofix-timing, and?default-ptimes to no avail. > > We are using git HEAD. > > I do see this on fs_cli: > > 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - > 0xa8894898 (nil) > 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:79 DECODER DESTROYX - > 0xa8894898 (nil) > 2012-06-07 16:56:45.583270 [WARNING] mod_sofia.c:1158 Asynchronous PTIME not > supported, changing our end from 20 to 60 > 2012-06-07 16:56:45.583270 [DEBUG] sofia_glue.c:2931 Changing Codec from > G729 at 20ms@8000hz to G729 at 60ms@8000hz > 2012-06-07 16:56:45.623271 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - > 0xa86fe340 0xa86f1e78 > > Should this be working, are we missing something obvious? > > > Thank you, > > > Kind regards, > > > Colin > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From anthony.minessale at gmail.com Fri Jun 8 23:28:02 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 8 Jun 2012 14:28:02 -0500 Subject: [Freeswitch-users] Audio Connection Delay with SCA In-Reply-To: <018101cd4599$f3b2b320$db181960$@bizfocused.com> References: <018101cd4599$f3b2b320$db181960$@bizfocused.com> Message-ID: what type of phone? If it has a jitter buffer, you can try reducing or disabling it. its probably a combo of jitter buffers charging up on the phone, and the auto-ajust trying to fix the broken sdp for NAT. On Fri, Jun 8, 2012 at 12:12 PM, Sean Devoy wrote: > Hi, > > > > I finally got Shared Call Appearance working to 4 NAT connected phones!!!!! > > > > Now the users say when they answer that line, they must wait a second or so > to start talking (no big deal), but they all claim it takes nearly 5 seconds > to be able to hear the caller.? They answer the standard ?Thank You for > calling XYZ, how can I help you today? which the caller DOES HEAR, but they > cannot hear his response for the first 5 seconds and ALWAYS have to ask them > to repeat it. > > > > In the logs, I see what I believe is them picking up extension 299: > > ??? 2012-06-08 11:44:15.115249 [NOTICE] switch_channel.c:926 New Channel > sofia/external/sip:299 at 69.251.170.6:5063 ? > > And then the RPT finally connecting: > > ?? 2012-06-08 11:44:20.665094 [DEBUG] sofia_glue.c:3248 AUDIO RTP > [sofia/external/sip:299 at 69.251.170.6:5064] 10.10.40.185 port 23500 -> > 69.251.170.6 port 16498 codec: 0 ms: 20 > > > > Note the 5.5 second delay!? Granted there are 100+ lines between those if > you want to see them, I will post them. > > After that audio is fine. > > > > Any thoughts would be appreciated. > > Sean > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From sdevoy at bizfocused.com Fri Jun 8 23:29:46 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 8 Jun 2012 15:29:46 -0400 Subject: [Freeswitch-users] List Admin help In-Reply-To: <20120608191552.05a8d973@anubis.defcon1> References: <016201cd4598$c47219d0$4d564d70$@bizfocused.com> <20120608191552.05a8d973@anubis.defcon1> Message-ID: <026e01cd45ad$105a1410$310e3c30$@bizfocused.com> I found the problem. I was misguided when I was told to just resubmit my information with the new preference at that link. In fact, very clearly on that page in the section that says "Enter your admin address and password to visit the subscribers list:" is the "unsubscribe and edit" button. Where else would it be? Up by the Subscribe button? Nay Nay, people might find it there. Silly me. The stupid quips you send are as amusing as they are helpful. Thanks. -----Original Message----- From: Bzzz [mailto:lazyvirus at gmx.com] Sent: Friday, June 08, 2012 1:16 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] List Admin help On Fri, 8 Jun 2012 13:04:29 -0400 "Sean Devoy" wrote: > > DO NOT TELL ME TO GO TO: > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users I WON'T, this is part of your subscriber page, the one the welcome e-mail is referencing. JY -- At the end of your life there'll be a good rest, and no further activities are scheduled. From brian at freeswitch.org Fri Jun 8 23:37:34 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 14:37:34 -0500 Subject: [Freeswitch-users] FS sends Hold signal to remote gateway In-Reply-To: <4FD2329B.3010509@gmail.com> References: <4FD2329B.3010509@gmail.com> Message-ID: <8709089764425887813@unknownmsgid> sip traces and logs, please put them ?p on p??t?b??, Also have yo? tr??d the ??t??t ??d?? Sent from my beach hut (cave 2.0 upgrade) On Jun 8, 2012, at 12:13 PM, Carlo Dimaggio wrote: Hi all, I'm experiencing a strange behaviour when calls are on hold. Situation: Call 1. Phone A (internal profile) calls a number (PSTN endpoint) through a gateway on the external profile. If the phone sets on hold all is ok and the remote PSTN endpoint hears the FreeSWITCH music on hold. Call 2. PSTN endpoint calls through the same gateway the Phone A. If the Phone A sets on hold the call, FreeSWITCH sends an hold signal to the remote gateway, so there is no Music on hold. Is a normal behaviour? How I can have the same behaviour of call 1? Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/cba543c0/attachment.html From brian at freeswitch.org Fri Jun 8 23:39:26 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 14:39:26 -0500 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: References: Message-ID: <-6559196381009927779@unknownmsgid> do ?o? really mean 2000 second? h?r?? Sent from my biplane at 450ft (beach hut 2.0 upgrade) On Jun 8, 2012, at 1:26 PM, Robert Longfield wrote: > From brian at freeswitch.org Fri Jun 8 23:43:50 2012 From: brian at freeswitch.org (Brian West) Date: Fri, 8 Jun 2012 14:43:50 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> References: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> Message-ID: <-3835502817330869863@unknownmsgid> Why do topics like these get tons of interactions, but real issues fall to the wayside. I think the horse is dead Jim, beam me up already. Sent from my spaceship orbiting the moon (biplane upgrade) On Jun 8, 2012, at 10:58 AM, Tim Nelson wrote: > I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . > > --Tim > > [1] http://www.vyatta.org/forum/? From ifoundthetao at gmail.com Fri Jun 8 23:46:37 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Fri, 08 Jun 2012 14:46:37 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <-3835502817330869863@unknownmsgid> References: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> <-3835502817330869863@unknownmsgid> Message-ID: <4FD2569D.9080504@gmail.com> It can be much more fun to put off work and b.s. by the virtual water cooler of an off-topic conversation. These topics lend themselves more toward opinion than the knowledge required to answer a question. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/8/2012 2:43 PM, Brian West wrote: > Why do topics like these get tons of interactions, but real issues > fall to the wayside. I think the horse is dead Jim, beam me up > already. > > Sent from my spaceship orbiting the moon (biplane upgrade) > > On Jun 8, 2012, at 10:58 AM, Tim Nelson wrote: > >> I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . >> >> --Tim >> >> [1] http://www.vyatta.org/forum/? > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Fri Jun 8 23:52:05 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 8 Jun 2012 14:52:05 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: <4FD2569D.9080504@gmail.com> References: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> <-3835502817330869863@unknownmsgid> <4FD2569D.9080504@gmail.com> Message-ID: we've looked at some alternate mailing lists that had some forum-like features but we need time and energy to pursue things like that. We need to get our branching and packaging done first. I wish nabble and friends would actually go away, they horribly pollute the google searches and their purpose is to draw banner ads from our content. On Fri, Jun 8, 2012 at 2:46 PM, Timothy Bolton wrote: > It can be much more fun to put off work and b.s. by the virtual water > cooler of an off-topic conversation. These topics lend themselves more > toward opinion than the knowledge required to answer a question. > > 'We who cut mere stones must always be envisioning cathedrals.' > Quarry Worker's Creed > > On 6/8/2012 2:43 PM, Brian West wrote: >> Why do topics like these get tons of interactions, but real issues >> fall to the wayside. ?I think the horse is dead Jim, beam me up >> already. >> >> Sent from my spaceship orbiting the moon (biplane upgrade) >> >> On Jun 8, 2012, at 10:58 AM, Tim Nelson wrote: >> >>> I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . >>> >>> --Tim >>> >>> [1] http://www.vyatta.org/forum/? >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From sdevoy at bizfocused.com Fri Jun 8 23:52:22 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 8 Jun 2012 15:52:22 -0400 Subject: [Freeswitch-users] Audio Connection Delay with SCA In-Reply-To: References: <018101cd4599$f3b2b320$db181960$@bizfocused.com> Message-ID: <029601cd45b0$38d29d60$aa77d820$@bizfocused.com> Anthony, Thanks for the reply. We use all CSICO SPA504G phones. I did have the jitter buffer set up "HIGH" (choices: Low, Med, High, Very High, Extremely High). I dropped them down to Low now for testing. They do have pretty good network speeds (business level cable modem). There is also something labeled: " Jitter Buffer Adjustment: " Choices (Up, Down, Both, Disabled). I have both. However, the issue is present, but far less pronounced in non-shared lines. They have always said there was a connection delay at this site, but with SCA it seems to be compounded. Maybe Group Call Pick will work better for them, they are all in the area. Sean -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony Minessale Sent: Friday, June 08, 2012 3:28 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Audio Connection Delay with SCA what type of phone? If it has a jitter buffer, you can try reducing or disabling it. its probably a combo of jitter buffers charging up on the phone, and the auto-ajust trying to fix the broken sdp for NAT. On Fri, Jun 8, 2012 at 12:12 PM, Sean Devoy wrote: > Hi, > > > > I finally got Shared Call Appearance working to 4 NAT connected phones!!!!! > > > > Now the users say when they answer that line, they must wait a second > or so to start talking (no big deal), but they all claim it takes > nearly 5 seconds to be able to hear the caller.? They answer the > standard ?Thank You for calling XYZ, how can I help you today? which > the caller DOES HEAR, but they cannot hear his response for the first > 5 seconds and ALWAYS have to ask them to repeat it. > > > > In the logs, I see what I believe is them picking up extension 299: > > ??? 2012-06-08 11:44:15.115249 [NOTICE] switch_channel.c:926 New > Channel > sofia/external/sip:299 at 69.251.170.6:5063 > > And then the RPT finally connecting: > > ?? 2012-06-08 11:44:20.665094 [DEBUG] sofia_glue.c:3248 AUDIO RTP > [sofia/external/sip:299 at 69.251.170.6:5064] 10.10.40.185 port 23500 -> > 69.251.170.6 port 16498 codec: 0 ms: 20 > > > > Note the 5.5 second delay!? Granted there are 100+ lines between those > if you want to see them, I will post them. > > After that audio is fine. > > > > Any thoughts would be appreciated. > > Sean > > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 Fri Jun 8 23:59:44 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 8 Jun 2012 14:59:44 -0500 Subject: [Freeswitch-users] Audio Connection Delay with SCA In-Reply-To: <029601cd45b0$38d29d60$aa77d820$@bizfocused.com> References: <018101cd4599$f3b2b320$db181960$@bizfocused.com> <029601cd45b0$38d29d60$aa77d820$@bizfocused.com> Message-ID: from FS point of view there should be little different from SCA and not SCA besides the presence signaling, you should try some on-site testing with the same phones. On Fri, Jun 8, 2012 at 2:52 PM, Sean Devoy wrote: > Anthony, > Thanks for the reply. > > We use all CSICO SPA504G phones. > I did have the jitter buffer set up "HIGH" (choices: Low, Med, High, Very > High, Extremely High). ?I dropped them down to Low now for testing. ?They do > have pretty good network speeds (business level cable modem). > > There is also something labeled: ?" Jitter Buffer Adjustment: ?" ?Choices > (Up, Down, Both, Disabled). ?I have both. > > However, the issue is present, but far less pronounced in non-shared lines. > They have always said there was a connection delay at this site, but with > SCA it seems to be compounded. > > Maybe Group Call Pick will work better for them, they are all in the area. > > Sean > > -----Original Message----- > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony > Minessale > Sent: Friday, June 08, 2012 3:28 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Audio Connection Delay with SCA > > what type of phone? ?If it has a jitter buffer, you can try reducing or > disabling it. > its probably a combo of jitter buffers charging up on the phone, and the > auto-ajust trying to fix the broken sdp for NAT. > > > On Fri, Jun 8, 2012 at 12:12 PM, Sean Devoy wrote: >> Hi, >> >> >> >> I finally got Shared Call Appearance working to 4 NAT connected > phones!!!!! >> >> >> >> Now the users say when they answer that line, they must wait a second >> or so to start talking (no big deal), but they all claim it takes >> nearly 5 seconds to be able to hear the caller.? They answer the >> standard ?Thank You for calling XYZ, how can I help you today? which >> the caller DOES HEAR, but they cannot hear his response for the first >> 5 seconds and ALWAYS have to ask them to repeat it. >> >> >> >> In the logs, I see what I believe is them picking up extension 299: >> >> ??? 2012-06-08 11:44:15.115249 [NOTICE] switch_channel.c:926 New >> Channel >> sofia/external/sip:299 at 69.251.170.6:5063 ? >> >> And then the RPT finally connecting: >> >> ?? 2012-06-08 11:44:20.665094 [DEBUG] sofia_glue.c:3248 AUDIO RTP >> [sofia/external/sip:299 at 69.251.170.6:5064] 10.10.40.185 port 23500 -> >> 69.251.170.6 port 16498 codec: 0 ms: 20 >> >> >> >> Note the 5.5 second delay!? Granted there are 100+ lines between those >> if you want to see them, I will post them. >> >> After that audio is fine. >> >> >> >> Any thoughts would be appreciated. >> >> Sean >> >> >> ______________________________________________________________________ >> ___ Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use >> rs >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From jmoran at secureachsystems.com Sat Jun 9 00:16:02 2012 From: jmoran at secureachsystems.com (Jason Moran) Date: Fri, 8 Jun 2012 16:16:02 -0400 Subject: [Freeswitch-users] JS File Operation Error with latest FS Message-ID: <361E98F99D3CC3439EED59BC1924ED6966467E@SERVER2003.SecuReachSystems.local> A spidermonkey File operation (often) causes the output of "ASS #####" followed by a "File operation pclose failed" error now that I've done a make current (last update was 4 weeks ago). The code puts a 0 or 1 into the variable fdFoundFile for later testing. This has worked for months until the make current. Now it fails with the pclose error 4/5 times. CODE: console_log("info","-3-\n"); //Do a check to make sure we can read the file var fd = new File("|[ -f "+myFileName+" ] && echo 1 || echo 0"); console_log("info","-4-\n"); fd.open("read"); console_log("info","-5-\n"); var fdFoundFile = fd.read(1); console_log("info","-6-\n"); fd.close(); console_log("info","-7-\n"); LOG: 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -3- 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -4- 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -5- ASS 30937 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -6- 2012-06-08 15:52:14.717917 [ERR] Testcall.js:258 Error: File operation pclose failed The # following "ASS" always changes and keeps on increasing. Thanks, Jason M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/34700f83/attachment.html From bdfoster at endigotech.com Sat Jun 9 00:23:50 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Fri, 8 Jun 2012 16:23:50 -0400 Subject: [Freeswitch-users] Hardware build recommendations In-Reply-To: <4FD245B5.9010708@gmail.com> References: <4FD245B5.9010708@gmail.com> Message-ID: Raspberry Pi? Shoot for 1.6 ghz dual core with 1gb memory, 2 NICs. That should be overkill (engineering translation: bare minimum). Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 8, 2012 2:35 PM, "Timothy Bolton" wrote: > Does anyone have any ideas for a good hardware build for a SOHO server? > > Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a firewall > (probably pfSense). > > My home network doesn't have too much traffic, and I don't get that many > calls. > > -- > 'We who cut mere stones must always be envisioning cathedrals.' > Quarry Worker's Creed > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/6f4e6531/attachment.html From lazyvirus at gmx.com Sat Jun 9 00:30:10 2012 From: lazyvirus at gmx.com (Bzzz) Date: Fri, 8 Jun 2012 22:30:10 +0200 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: <-6559196381009927779@unknownmsgid> References: <-6559196381009927779@unknownmsgid> Message-ID: <20120608223010.2d079108@anubis.defcon1> On Fri, 8 Jun 2012 14:39:26 -0500 Brian West wrote: > do ?o? really mean 2000 second? h?r?? ^ ^ ^ ^ ^ > Sent from my biplane at 450ft (beach hut 2.0 upgrade) Hmm, either you're kidding or you have a keyboard|board problem Brian; you're answer to Carlo also contains strange characters. JY Sent from my bitch phone (B-bra update) -- You will be dead within a year. From curriegrad2004 at gmail.com Sat Jun 9 01:02:29 2012 From: curriegrad2004 at gmail.com (curriegrad2004) Date: Fri, 8 Jun 2012 14:02:29 -0700 Subject: [Freeswitch-users] Hardware build recommendations In-Reply-To: References: <4FD245B5.9010708@gmail.com> Message-ID: Try aiming for a 64-bit OS if you could. For the OpenVPN part, if you could shoot for a Sandy Bridge or later CPU you'd probably find the AES-NI part of the CPU quite suitable. If you're on a budget you can always certainly aim for an AMD E-350 or something along the lines of that. Plenty of CPU power for SOHO boxes. On Fri, Jun 8, 2012 at 1:23 PM, Brian Foster wrote: > Raspberry Pi? > > Shoot for 1.6 ghz dual core with 1gb memory, 2 NICs. That should be overkill > (engineering translation: bare minimum). > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 8, 2012 2:35 PM, "Timothy Bolton" wrote: >> >> Does anyone have any ideas for a good hardware build for a SOHO server? >> >> Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a firewall >> (probably pfSense). >> >> My home network doesn't have too much traffic, and I don't get that many >> calls. >> >> -- >> 'We who cut mere stones must always be envisioning cathedrals.' >> Quarry Worker's Creed >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 bdfoster at endigotech.com Sat Jun 9 01:09:08 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Fri, 8 Jun 2012 17:09:08 -0400 Subject: [Freeswitch-users] JS File Operation Error with latest FS In-Reply-To: <361E98F99D3CC3439EED59BC1924ED6966467E@SERVER2003.SecuReachSystems.local> References: <361E98F99D3CC3439EED59BC1924ED6966467E@SERVER2003.SecuReachSystems.local> Message-ID: Too many #'s, hole is only 4 letters. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 8, 2012 4:16 PM, "Jason Moran" wrote: > A spidermonkey File operation (often) causes the output of ?ASS #####? > followed by a ?File operation pclose failed? error now that I?ve done a > make current (last update was 4 weeks ago). The code puts a 0 or 1 into > the variable fdFoundFile for later testing. This has worked for months > until the make current. Now it fails with the pclose error 4/5 times.**** > > ** ** > > CODE:**** > > console_log("info","-3-\n");**** > > //Do a check to make sure we can read the file **** > > var fd = new File("|[ -f "+myFileName+" ] && echo 1 || echo 0");**** > > console_log("info","-4-\n");**** > > fd.open("read");**** > > console_log("info","-5-\n");**** > > var fdFoundFile = fd.read(1);**** > > console_log("info","-6-\n");**** > > fd.close();**** > > console_log("info","-7-\n");**** > > ** ** > > LOG:**** > > 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -3-**** > > 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -4-**** > > 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -5-**** > > ASS 30937**** > > 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -6-**** > > 2012-06-08 15:52:14.717917 [ERR] Testcall.js:258 Error: File operation > pclose failed**** > > ** ** > > The # following ?ASS? always changes and keeps on increasing.**** > > ** ** > > Thanks, > Jason M**** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/e9c51a38/attachment-0001.html From jmoran at secureachsystems.com Sat Jun 9 01:19:33 2012 From: jmoran at secureachsystems.com (Jason Moran) Date: Fri, 8 Jun 2012 17:19:33 -0400 Subject: [Freeswitch-users] JS File Operation Error with latest FS References: <361E98F99D3CC3439EED59BC1924ED6966467E@SERVER2003.SecuReachSystems.local> Message-ID: <361E98F99D3CC3439EED59BC1924ED69664684@SERVER2003.SecuReachSystems.local> This code achieves the same functionality without creating an exception: var fd = new File("/tmp/blah"); if (fd.exists) { console_log((fd.name) + "exists\n"); } else { console_log((fd.name) + "does not exist\n"); } However, the question remains: why did this pclose error crop up recently? -Jason From: Jason Moran Sent: Friday, June 08, 2012 4:16 PM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] JS File Operation Error with latest FS A spidermonkey File operation (often) causes the output of "ASS #####" followed by a "File operation pclose failed" error now that I've done a make current (last update was 4 weeks ago). The code puts a 0 or 1 into the variable fdFoundFile for later testing. This has worked for months until the make current. Now it fails with the pclose error 4/5 times. CODE: console_log("info","-3-\n"); //Do a check to make sure we can read the file var fd = new File("|[ -f "+myFileName+" ] && echo 1 || echo 0"); console_log("info","-4-\n"); fd.open("read"); console_log("info","-5-\n"); var fdFoundFile = fd.read(1); console_log("info","-6-\n"); fd.close(); console_log("info","-7-\n"); LOG: 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -3- 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -4- 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -5- ASS 30937 2012-06-08 15:52:14.717917 [INFO] Testcall.js:1 -6- 2012-06-08 15:52:14.717917 [ERR] Testcall.js:258 Error: File operation pclose failed The # following "ASS" always changes and keeps on increasing. Thanks, Jason M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/8132b613/attachment.html From Hector.Geraldino at ipsoft.com Sat Jun 9 01:30:47 2012 From: Hector.Geraldino at ipsoft.com (Hector Geraldino) Date: Fri, 8 Jun 2012 17:30:47 -0400 Subject: [Freeswitch-users] Unable to use mod_java. In-Reply-To: References: Message-ID: <6A6B4C284AD15042B429EB9D904544AD022EE810EB@NY1-EXMB-01.ip-soft.net> Check the settings in the java.conf.xml file (conf/autoload_config). Make sure it's referencing a valid libjvm.so file/path. Also, be sure to have the freeswitch.jar jar file in the freeswitch/scripts folder. Check also the port you're using for debugging (8000): is this port being used by another app? Good luck! From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Venkatesh Sent: Thursday, June 07, 2012 8:58 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Unable to use mod_java. Hi ! I have been trying to enable mod_java with FS but am having problems. I was able to compile mod_java fine. However FS is having trouble loading the module. It errors out with the following error message: 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, I believe I have the CLASSPATH/PATH variables set up correctly in my configuration files. In fact I put in some debug statements in modjava.c. Below is the debug output showing the various variables: 2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading... 2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.class.path=/usr/local/freeswitch/scripts 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000 2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/local/freeswitch/mod 2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, error: -1 2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 definitions 2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error Loading module /usr/local/freeswitch/mod/mod_java.so **Module load routine returned an error** Would really appreciate any ideas from others that may have tried enabling the same? Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/b5ef150f/attachment.html From bdfoster at endigotech.com Sat Jun 9 02:52:34 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Fri, 8 Jun 2012 18:52:34 -0400 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: <20120608223010.2d079108@anubis.defcon1> References: <-6559196381009927779@unknownmsgid> <20120608223010.2d079108@anubis.defcon1> Message-ID: It's worse, he has an iPad. Brian Foster Endigo Computer LLC Sent from my Android phone (the mother of all upgrades) On Jun 8, 2012 4:29 PM, "Bzzz" wrote: > On Fri, 8 Jun 2012 14:39:26 -0500 > Brian West wrote: > > > do ?o? really mean 2000 second? h?r?? > ^ ^ ^ ^ ^ > > Sent from my biplane at 450ft (beach hut 2.0 upgrade) > > Hmm, either you're kidding or you have a keyboard|board problem > Brian; you're answer to Carlo also contains strange characters. > > JY > > Sent from my bitch phone (B-bra update) > -- > You will be dead within a year. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120608/586ce444/attachment.html From lazyvirus at gmx.com Sat Jun 9 03:10:48 2012 From: lazyvirus at gmx.com (Bzzz) Date: Sat, 9 Jun 2012 01:10:48 +0200 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: References: <-6559196381009927779@unknownmsgid> <20120608223010.2d079108@anubis.defcon1> Message-ID: <20120609011048.39b24021@anubis.defcon1> On Fri, 8 Jun 2012 18:52:34 -0400 Brian Foster wrote: > It's worse, he has an iPad. OMFG, does he know that he risks an eternal 406 damnation from the SIP god? -- * Omnic looks at his 33.6k link and then looks at Joy * Mercury cuddles his cable modem.. (=:] From victortho at gmail.com Sat Jun 9 03:11:47 2012 From: victortho at gmail.com (Victor) Date: Fri, 8 Jun 2012 16:11:47 -0700 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: References: Message-ID: Your call_timeout is set to 2000 seconds. Change it to --Victor On Fri, Jun 8, 2012 at 11:25 AM, Robert Longfield wrote: > I have support call group that works as it should. When a caller selects the > support call group it rings all the support extensions as it should. The > problem arises when a support member is logged in to their extension but is > not at their computer. The call will continue to ring the call group > forever. I would like to change this so it will only ring for a set amount > of time. > > Currently if the support group is busy or they manually decline the call the > incoming call will be transferred to the general extension. > I would like to mimic this behaviour when the call goes unanswered after 20 > secs or so. > > Here is the Call Group Settings: > > ??? > ????? > ??????? > ??????? > ??????? > ??????? > ??????? > ??????? > ??????? > ????? > ??? > > I hope I?ve explained my problem clearly. > > -Rob > > Robert Longfield > SEO Specialist > KL Insight > http://klinsight.com/ > Tel: 613-344-2116 | Fax: 613.634.7029 > 993 Princess Street, Suite 212 > Kingston, ON K7L 1H3, Canada > > > Notice of Confidentiality: > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review re-transmission dissemination or other use of or taking > of any action in reliance upon this information by persons or entities other > than the intended recipient is prohibited. If you received this in error > please contact the sender immediately by return electronic transmission and > then immediately delete this transmission including all attachments without > copying distributing or disclosing same. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 stkn at freeswitch.org Sat Jun 9 04:29:54 2012 From: stkn at freeswitch.org (Stefan Knoblich) Date: Sat, 09 Jun 2012 02:29:54 +0200 Subject: [Freeswitch-users] freeswitch and mISDN In-Reply-To: <4FD13E02.4040202@googlemail.com> References: <4FD13E02.4040202@googlemail.com> Message-ID: <4FD29902.3080702@freeswitch.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/08/12 01:49, Tamer Higazi wrote: > How do I configure mISDN in freetdm, and what are the channel drivers, with it's dial-plan respectively. The initial commit of ftmod_misdn contains the freetdm.conf/mISDN-specific setup instructions: http://git.freeswitch.org/git/freeswitch/commit/?id=09a61f5025b1c7dee05259db0e169f39a565b62d (Complete history of the module: http://git.freeswitch.org/git/freeswitch/log/libs/freetdm/src/ftmod/ftmod_misdn/ftmod_misdn.c ) This covers only the I/O part (ftmod_misdn, like ftmod_zap or ftmod_wanpipe, is an I/O module), for the signalling part you'll have to (build, install and) configure ftmod_libpri in freetdm.conf.xml: http://stkn.techmage.de/archives/191 is (very) a short summary (ignore the dahdi/zaptel specific configuration parts). ftmod_libpri span parameters: context - FreeSWITCH dialplan context to send incoming calls to dialplan - FreeSWITCH dialplan (e.g. "XML") mode - "user" or "net", the latter being unsupported with ftmod_misdn, due to restrictions caused by the way FreeTDM handles configuration of I/O modules. dialect - Q.931 protocol dialect used for signalling: "euroisdn"(/"q931"), (other possible values: "ni1", "ni2", "dms100", "5ess", "4ess", "gr303eoc", "gr303tmc") opts - Comma separated list of flags: "suggest_channel" : Not sure what this one does, ignore this one. "omit_display" : Disables sending callerid name, some switches don't like this. "omit_redirecting_number" : The same for REDIRECTING NUMBER information elements. "aoc" : Enables some Advice of Charge bits in ftmod_libpri, supposed to handle incoming AOC messages and output some details at NOTICE loglevel (experimental). ton - Default Type-of-Number for outgoing calls: "international", "national", "local", "private", "unknown" (default). Better not touch this unless you really have to. layer1 - B-Channel Layer1 protocol, "alaw" or "ulaw" NOTE: ftmod_libpri will auto-select the right one based on the the chosen dialect (a-law for EuroISDN/Q.931, u-law for everything else). overlapdial - "yes" (or "both"), "receive", "send", "no" debug - Comma separated list of debug flags for libpri: "q921_state" + "q921_dump" + "q921_raw" = "q921_all" : Enables Q.921 logging (State changes, decoded messages, raw messages) "q931_state" + "q931_dump" + "q931_anomaly" = "q931_all" : Enables Q.931 logging (State changes, decoded messages, message anomalies) "aoc" : AOC debug messages "apdu" : Q.932 / ROSE debug messages(?) "config" : libpri configuration debug messages "all" : Enable all of the above "none" : Disables all service_message_support - Enables support for maintenance / restart / service messages (not EuroISDN/Q,931) And there are a couple of new features (MSN filter, Numer prefix/ToN autoselection) for ftmod_libpri sitting in my post-1.2.0 queue. Dialplan: Incoming calls should be sent to their own ISDN-specific dialplan context, makes handling them easier (like the public dialplan for the external SIP profile). I'll stop here now, it's past 2 AM and i can't concentrate anymore. stkn -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/SmQIACgkQjiIIAK4rYUqyDgCdH7z/seP2TZsdLJCyZLcJeHTm huAAnA9MCcD+GW/E6FLNC9ERgybIrgmV =/oWs -----END PGP SIGNATURE----- From gabe at gundy.org Sat Jun 9 05:16:22 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 19:16:22 -0600 Subject: [Freeswitch-users] using APNS with diaplan : throttle a call until a certain condition changes In-Reply-To: References: Message-ID: On Fri, Jun 8, 2012 at 2:31 AM, John Gathm wrote: > I am wondering if this implementation would be acceptable regarding > freeswitch design, or if diaplan/freeswitch offer cleaner ways to implement > it. What if you used your dialplan to try to call the phone and if you do NOT find it, park the call. Then you might use the event socket to watch for the parking of the call so you can send your notification. Next, use the event socket to watch for sofia registrations to know when the app has received the notification, launched and is ready to take calls. Once you get that event, unpark the call and send it on its way. Best, Gabe P.S. go python! From gabe at gundy.org Sat Jun 9 05:24:16 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 19:24:16 -0600 Subject: [Freeswitch-users] Multilingual IVR in English and Thai In-Reply-To: References: Message-ID: On Fri, Jun 8, 2012 at 1:32 AM, Abid Saleem wrote: > Does Freeswitch support Multilingual IVR for example English and Thai at the > same time. The customer should be given the option to chose either English > or Thai. If yes, can you please specify how can it be configured? FreeSWITCH supports IVRs and Speech Phrase Management. It's your job to put them together :) http://wiki.freeswitch.org/wiki/Speech_Phrase_Management#Features (Multilingual Support) http://wiki.freeswitch.org/wiki/IVR_Menu#Options (see the part where you specify "phrase:my_phrase") Good luck and happy hacking! Gabe P.S. I hope this is an app that let's me order yummy Thai food :) From gabe at gundy.org Sat Jun 9 06:08:28 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 20:08:28 -0600 Subject: [Freeswitch-users] =?windows-1252?q?Freeswitch_=93real=94_respons?= =?windows-1252?q?e_to_api_chat=3F_Having_a_problem_determining_res?= =?windows-1252?q?ult_via_esl=2E?= In-Reply-To: <5ABA6F8E7A50AB4B84651BF8EF5B557457DA0F@MAILBOX.millicorp.com> References: <5ABA6F8E7A50AB4B84651BF8EF5B557457DA0F@MAILBOX.millicorp.com> Message-ID: On Wed, Jun 6, 2012 at 8:26 AM, Bill Ryder wrote: > ...however over the esl socket I get the same response event no matter what, > just "sent". Also, when I bind to the esl port and attempt to spit out every > message possible (no filters), we see most of what comes through a sip > trace, but again this bad result sip packet seems not to generate an esl > event. > > Is there a way over esl to probe raw sip messages so that we can test for > such a packet manually, or some other way of seeking the final async result? This sounds like a bug/feature request. I'd recommend opening a ticket over at http://jira.freeswitch.org Gabe From gabe at gundy.org Sat Jun 9 06:14:22 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 20:14:22 -0600 Subject: [Freeswitch-users] Freeswitch send 423 (Interval Too Brief) In-Reply-To: References: Message-ID: On Tue, Jun 5, 2012 at 8:51 AM, Lappe, Adam wrote: > is there a way to make freeswitch send a 423 (Interval Too Brief) during a > SIP REGISTER request? > > I want to prevent clients to (re)register with a low expire-time and thus > spam our network. Have you greped the code for it? Seems like it's be easy to spot. If not, open a ticket. Or, better yet, submit a patch :) > The ?sip-force-expires?-variable would work but don?t seem to be > SIP-compliant to me. Have you followed the SIP traces to see exactly how this works? I haven't, but perhaps it really does work how you'd hope (I don't know, I've never used it). Best, Gabe From gabe at gundy.org Sat Jun 9 06:18:51 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 20:18:51 -0600 Subject: [Freeswitch-users] Missing event for "180 Ringing"? In-Reply-To: References: Message-ID: On Tue, Jun 5, 2012 at 7:17 AM, Dennis wrote: > for us it seems as if there is an event missing for 180 Ringing. Is > there a way to receive/activate this event? > > We are using ESL and are getting nearly all events we need. For "183 > Session Progress SDP" we get "channel_progress_media" and for "200 OK > SDP" we get "channel_answer". So we only need one more event... How are you registering for events? I'm assuming you're registering for all of them. There *might* be a reason that it doesn't fire an event for ringing. I can't think of one, but that doesn't mean anything :) I'd check out the code and make sure it's not there and then open a ticket. http://jira.freeswitch.org/ Good luck, Gabe From gabe at gundy.org Sat Jun 9 06:22:48 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 20:22:48 -0600 Subject: [Freeswitch-users] Capture media codes? In-Reply-To: <4FCC4942.3000605@the800group.com> References: <4FCC4942.3000605@the800group.com> Message-ID: On Sun, Jun 3, 2012 at 11:36 PM, ocset wrote: > Is there a way to capture and display the media codes being sent from a > provider. Anyone of these should work for you: http://wiki.freeswitch.org/wiki/Packet_Capture Best, Gabe From gabe at gundy.org Sat Jun 9 06:31:03 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 20:31:03 -0600 Subject: [Freeswitch-users] mod_directory and LUA for database users In-Reply-To: <96004A14-ACA2-430E-AD9F-702ACEFFD554@thinksimplicity.net> References: <96004A14-ACA2-430E-AD9F-702ACEFFD554@thinksimplicity.net> Message-ID: On Fri, Jun 1, 2012 at 12:42 PM, Perovich Alexander wrote: > I have been trying to get the mod_directory to query the users that are > stored in a database and accessed using a lua script, however every attempt > comes back match cannot be found. When you say users are stored in a DB, do you mean that you're supplying the XML in the FreeSWITCH user directory section? And are you're using Lua to generate that XML? If so, maybe you're seeing something similar to this: http://wiki.freeswitch.org/wiki/Mod_directory#Interaction_with_xml_curl If not, we'll need more info to help you out. Best, Gabe From gabe at gundy.org Sat Jun 9 07:27:16 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 21:27:16 -0600 Subject: [Freeswitch-users] State of GUIs In-Reply-To: References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> <03f301ccfd03$d7777080$86665180$@launch3.net> Message-ID: On Fri, Mar 9, 2012 at 9:04 AM, Andrew Cassidy wrote: > As with a number of other people, I'm writing one to suit my needs too. Mine > is being written in Python/Django and is aimed at being multi tenant in a > cloud setting or single user on a manged device setting sharing as much of > the code from both scenarios as possible. Hey Andrew, how did this project go? Gabe From gabe at gundy.org Sat Jun 9 08:08:40 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 8 Jun 2012 22:08:40 -0600 Subject: [Freeswitch-users] Questions on Building an application for FreeSWITCH In-Reply-To: <50037FB5-DE1A-485C-980D-8F6ECAC3928E@freeswitch.org> References: <490aedfdd7c8ac680bbe0d7f68c786de@mail.gmail.com> <4BFBE6C2.5000703@gmail.com> <4BFBEF7C.9020107@gmail.com> <9250A9FF05DB4B879DEF6ECE8E3FFAC1@dell9400> <4BFC4A64.5090208@gmail.com> <4BFD4562.5030804@gmail.com> <4BFEE96A.2010003@gmail.com> <4C057EB7.3090005@gmail.com> <50037FB5-DE1A-485C-980D-8F6ECAC3928E@freeswitch.org> Message-ID: On Tue, Jun 1, 2010 at 4:48 PM, Brian West wrote: > Moving forward can we please highlight the area of the email we wish to reply to and then click reply, ?include the relevant portions of the email we are replying to... I see no need to have the past 40 emails in the reply on the thread. ?It wastes time, bandwidth and disk space and is harder to follow when trying to see if its something I need to pay attention to. This is old, but I have to ask, can I get an AMEN?! Gabe From saami_mh at ymail.com Sat Jun 9 11:48:36 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 00:48:36 -0700 (PDT) Subject: [Freeswitch-users] how to play file using lua script within dialplan without need to answer session? Message-ID: <1339228116.47309.YahooMailNeo@web120102.mail.ne1.yahoo.com> hi guys; i am going to playback .wav file using lua scripts without neet to answer seeeion; how can i do that? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/187d6c13/attachment.html From saami_mh at ymail.com Sat Jun 9 12:41:36 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 01:41:36 -0700 (PDT) Subject: [Freeswitch-users] how to disable sending early media ? Message-ID: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> i have set the above channel variable but?when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/0f10925b/attachment.html From peter.olsson at visionutveckling.se Sat Jun 9 12:58:52 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Sat, 9 Jun 2012 08:58:52 +0000 Subject: [Freeswitch-users] how to play file using lua script within dialplan without need to answer session? In-Reply-To: <1339228116.47309.YahooMailNeo@web120102.mail.ne1.yahoo.com> References: <1339228116.47309.YahooMailNeo@web120102.mail.ne1.yahoo.com> Message-ID: It should be enough to just start playing, FS will try to enable early media if you don't have media already. /Peter 9 jun 2012 kl. 09:56 skrev "Samira Mh" >: hi guys; i am going to playback .wav file using lua scripts without neet to answer seeeion; how can i do that? !DSPAM:4fd2fe6b32761835411859! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd2fe6b32761835411859! From peter.olsson at visionutveckling.se Sat Jun 9 13:00:14 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Sat, 9 Jun 2012 09:00:14 +0000 Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> Message-ID: <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> I guess you need to decide if you want early media or not... Playback before answer needs early media. /Peter 9 jun 2012 kl. 10:47 skrev "Samira Mh" >: i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media !DSPAM:4fd30a8732761348221455! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd30a8732761348221455! From saami_mh at ymail.com Sat Jun 9 13:13:40 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 02:13:40 -0700 (PDT) Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> Message-ID: <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> hi thanks alot for your reply; i don't want to use command "session:answer"? and want to only play .wav files in lua? i don't want get sending early media ? ________________________________ From: Peter Olsson To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 1:30 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? I guess you need to decide if you want early media or not... Playback before answer needs early media. /Peter 9 jun 2012 kl. 10:47 skrev "Samira Mh" >: i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media !DSPAM:4fd30a8732761348221455! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd30a8732761348221455! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/aea80301/attachment-0001.html From monemran at gmail.com Sat Jun 9 13:40:39 2012 From: monemran at gmail.com (Mohammad Emran) Date: Sat, 9 Jun 2012 15:40:39 +0600 Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> Use pre_answer instead of answer. Sent from my iPhone On Jun 9, 2012, at 3:13 PM, Samira Mh wrote: > hi thanks alot for your reply; > i don't want to use command "session:answer" > and want to only play .wav files in lua > i don't want get sending early media > > From: Peter Olsson > To: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 1:30 PM > Subject: Re: [Freeswitch-users] how to disable sending early media ? > > I guess you need to decide if you want early media or not... Playback before answer needs early media. > > > /Peter > > 9 jun 2012 kl. 10:47 skrev "Samira Mh" >: > > > > > i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media > > !DSPAM:4fd30a8732761348221455! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd30a8732761348221455! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/5ac22d1d/attachment.html From saami_mh at ymail.com Sat Jun 9 13:49:18 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 02:49:18 -0700 (PDT) Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> Message-ID: <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> hi,? thanks alot for your reply; but i suue the following command in the lua script session:preAnswer();? ?and again got the below error and .wav file coudn't play? switch_cpp.cpp:617 Sending early media ________________________________ From: Mohammad Emran To: FreeSWITCH Users Help Cc: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 2:10 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Use pre_answer instead of answer. Sent from my iPhone On Jun 9, 2012, at 3:13 PM, Samira Mh wrote: hi thanks alot for your reply; >i don't want to use command "session:answer"? >and want to only play .wav files in lua? >i don't want get sending early media ? > > > >________________________________ > From: Peter Olsson >To: FreeSWITCH Users Help >Sent: Saturday, June 9, 2012 1:30 PM >Subject: Re: [Freeswitch-users] how to disable sending early media ? > >I guess you need to decide if you want early media or not... Playback before answer needs early media. > > >/Peter > >9 jun 2012 kl. 10:47 skrev "Samira Mh" >: > > > > >i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media > >!DSPAM:4fd30a8732761348221455! >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > >!DSPAM:4fd30a8732761348221455! > >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > > _________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/5287ea66/attachment-0001.html From monemran at gmail.com Sat Jun 9 13:59:57 2012 From: monemran at gmail.com (M.Emran) Date: Sat, 9 Jun 2012 15:59:57 +0600 Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: it seems ur wav file has an issue.it must be played. On Sat, Jun 9, 2012 at 3:49 PM, Samira Mh wrote: > hi, > thanks alot for your reply; > but i suue the following command in the lua script > session:preAnswer(); > and again got the below error and .wav file coudn't play > switch_cpp.cpp:617 Sending early media > > ------------------------------ > *From:* Mohammad Emran > > *To:* FreeSWITCH Users Help > *Cc:* FreeSWITCH Users Help > *Sent:* Saturday, June 9, 2012 2:10 PM > > *Subject:* Re: [Freeswitch-users] how to disable sending early media ? > > Use pre_answer instead of answer. > > > Sent from my iPhone > > On Jun 9, 2012, at 3:13 PM, Samira Mh wrote: > > hi thanks alot for your reply; > i don't want to use command "session:answer" > and want to only play .wav files in lua > i don't want get sending early media > > ------------------------------ > *From:* Peter Olsson > *To:* FreeSWITCH Users Help > *Sent:* Saturday, June 9, 2012 1:30 PM > *Subject:* Re: [Freeswitch-users] how to disable sending early media ? > > I guess you need to decide if you want early media or not... Playback > before answer needs early media. > > > /Peter > > 9 jun 2012 kl. 10:47 skrev "Samira Mh" saami_mh at ymail.com>>: > > > > > i have set the above channel variable but when i am going to playback .wav > file using lua scripts without issue the seeeion:answer ; i got error > :sending early media > > !DSPAM:4fd30a8732761348221455! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd30a8732761348221455! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Regards ---------- M Emran Chief Executive Officer E-SOFT BILLING (pvt). LTD. HB Tower(3rd Floor) House No # 1/A Road No # 23 Gulshan # 1 Dhaka-1212, Bangladesh. *Phone:* +880-2-8822312,+880-2-8822384 Fax : +880-2-8822254 E-Mail: info at e-softbilling.com Web: www.e-softbilling.com www.isoftswitch.com www.howtonix.com www.sipmobiledialer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/de50aa56/attachment.html From saami_mh at ymail.com Sat Jun 9 14:17:54 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 03:17:54 -0700 (PDT) Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <1339237074.24777.YahooMailNeo@web120106.mail.ne1.yahoo.com> whaaaaat? i have checked ?with alot of files but it coudn't work ________________________________ From: M.Emran To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 2:29 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? it seems ur wav file has an issue.it must be played. On Sat, Jun 9, 2012 at 3:49 PM, Samira Mh wrote: hi,? >thanks alot for your reply; >but i suue the following command in the lua script >session:preAnswer();? > >?and again got the below error and .wav file coudn't play? >switch_cpp.cpp:617 Sending early media > > > > >________________________________ > From: Mohammad Emran > >To: FreeSWITCH Users Help >Cc: FreeSWITCH Users Help >Sent: Saturday, June 9, 2012 2:10 PM > >Subject: Re: [Freeswitch-users] how to disable sending early media ? > > > >Use pre_answer instead of answer. > > >Sent from my iPhone > >On Jun 9, 2012, at 3:13 PM, Samira Mh wrote: > > >hi thanks alot for your reply; >>i don't want to use command "session:answer"? >>and want to only play .wav files in lua? >>i don't want get sending early media ? >> >> >> >>________________________________ >> From: Peter Olsson >>To: FreeSWITCH Users Help >>Sent: Saturday, June 9, 2012 1:30 PM >>Subject: Re: [Freeswitch-users] how to disable sending early media ? >> >>I guess you need to decide if you want early media or not... Playback before answer needs early media. >> >> >>/Peter >> >>9 jun 2012 kl. 10:47 skrev "Samira Mh" >: >> >> >> >> >>i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media >> >>!DSPAM:4fd30a8732761348221455! >>_________________________________________________________________________ >>Professional FreeSWITCH Consulting Services: >>consulting at freeswitch.org >>http://www.freeswitchsolutions.com >> >> >> >> >>Official FreeSWITCH Sites >>http://www.freeswitch.org >>http://wiki.freeswitch.org >>http://www.cluecon.com >> >>Join Us At ClueCon - Aug 7-9, 2012 >> >>FreeSWITCH-users mailing list >>FreeSWITCH-users at lists.freeswitch.org >>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>http://www.freeswitch.org >> >> >>!DSPAM:4fd30a8732761348221455! >> >>_________________________________________________________________________ >>Professional FreeSWITCH Consulting Services: >>consulting at freeswitch.org >>http://www.freeswitchsolutions.com >> >> >> >> >>Official FreeSWITCH Sites >>http://www.freeswitch.org >>http://wiki.freeswitch.org >>http://www.cluecon.com >> >>Join Us At ClueCon - Aug 7-9, 2012 >> >>FreeSWITCH-users mailing list >>FreeSWITCH-users at lists.freeswitch.org >>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>http://www.freeswitch.org >> >> >> >_________________________________________________________________________ >>Professional FreeSWITCH Consulting Services: >>consulting at freeswitch.org >>http://www.freeswitchsolutions.com >> >> >> >> >>Official FreeSWITCH Sites >>http://www.freeswitch.org >>http://wiki.freeswitch.org >>http://www.cluecon.com >> >>Join Us At ClueCon - Aug 7-9, 2012 >> >>FreeSWITCH-users mailing list >>FreeSWITCH-users at lists.freeswitch.org >>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>http://www.freeswitch.org >> >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > >FreeSWITCH-powered IP PBX: The CudaTel Communication Server > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > > >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > -- Regards ---------- M Emran Chief Executive Officer E-SOFT BILLING (pvt). LTD. HB Tower(3rd Floor) House No # 1/A Road No # 23 Gulshan # 1 Dhaka-1212, Bangladesh. Phone: +880-2-8822312,+880-2-8822384 Fax : +880-2-8822254 E-Mail: info at e-softbilling.com Web: www.e-softbilling.com ???????? www.isoftswitch.com ???????? www.howtonix.com ???????? www.sipmobiledialer.com _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/92eb55c4/attachment-0001.html From andrew at cassidywebservices.co.uk Sat Jun 9 14:43:06 2012 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Sat, 9 Jun 2012 11:43:06 +0100 Subject: [Freeswitch-users] State of GUIs In-Reply-To: References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> <03f301ccfd03$d7777080$86665180$@launch3.net> Message-ID: Hi Gabe, It's still in the works but is going well. Since my last post I've added Queues and Conference call support, although queues are going to need a little work doing to force the freeswitch instances to load the configuration of new ones. Hoping to add faxing in shortly (time permitting, of course) and we'll see where we go from there. On 9 June 2012 04:27, Gabriel Gunderson wrote: > On Fri, Mar 9, 2012 at 9:04 AM, Andrew Cassidy > wrote: > > As with a number of other people, I'm writing one to suit my needs too. > Mine > > is being written in Python/Django and is aimed at being multi tenant in a > > cloud setting or single user on a manged device setting sharing as much > of > > the code from both scenarios as possible. > > Hey Andrew, how did this project go? > > > Gabe > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/b7b0a02a/attachment.html From peter.olsson at visionutveckling.se Sat Jun 9 15:10:07 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Sat, 9 Jun 2012 11:10:07 +0000 Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1339237074.24777.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> , <1339237074.24777.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <1FFF97C269757C458224B7C895F35F15100283@cantor.std.visionutv.se> Playing wav before answer IS early media. So - no early media, no playback before answer. /Peter ________________________________ Fr?n: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] f?r Samira Mh [saami_mh at ymail.com] Skickat: den 9 juni 2012 12:17 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] how to disable sending early media ? whaaaaat? i have checked with alot of files but it coudn't work ________________________________ From: M.Emran To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 2:29 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? it seems ur wav file has an issue.it must be played. On Sat, Jun 9, 2012 at 3:49 PM, Samira Mh > wrote: hi, thanks alot for your reply; but i suue the following command in the lua script session:preAnswer(); and again got the below error and .wav file coudn't play switch_cpp.cpp:617 Sending early media ________________________________ From: Mohammad Emran > To: FreeSWITCH Users Help > Cc: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 2:10 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Use pre_answer instead of answer. Sent from my iPhone On Jun 9, 2012, at 3:13 PM, Samira Mh > wrote: hi thanks alot for your reply; i don't want to use command "session:answer" and want to only play .wav files in lua i don't want get sending early media ________________________________ From: Peter Olsson > To: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 1:30 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? I guess you need to decide if you want early media or not... Playback before answer needs early media. /Peter 9 jun 2012 kl. 10:47 skrev "Samira Mh" >>: i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd30a8732761348221455! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Regards ---------- M Emran Chief Executive Officer E-SOFT BILLING (pvt). LTD. HB Tower(3rd Floor) House No # 1/A Road No # 23 Gulshan # 1 Dhaka-1212, Bangladesh. Phone: +880-2-8822312,+880-2-8822384 Fax : +880-2-8822254 E-Mail: info at e-softbilling.com Web: www.e-softbilling.com www.isoftswitch.com www.howtonix.com www.sipmobiledialer.com _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd321b532761506015947! From saami_mh at ymail.com Sat Jun 9 15:20:50 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 9 Jun 2012 04:20:50 -0700 (PDT) Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1FFF97C269757C458224B7C895F35F15100283@cantor.std.visionutv.se> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> , <1339237074.24777.YahooMailNeo@web120106.mail.ne1.yahoo.com> <1FFF97C269757C458224B7C895F35F15100283@cantor.std.visionutv.se> Message-ID: <1339240850.28527.YahooMailNeo@web120101.mail.ne1.yahoo.com> but is there ?any way to "no early media " but??playback before answer? ________________________________ From: Peter Olsson To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 3:40 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Playing wav before answer IS early media. So - no early media, no playback before answer. /Peter ________________________________ Fr?n: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] f?r Samira Mh [saami_mh at ymail.com] Skickat: den 9 juni 2012 12:17 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] how to disable sending early media ? whaaaaat? i have checked? with alot of files but it coudn't work ________________________________ From: M.Emran To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 2:29 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? it seems ur wav file has an issue.it must be played. On Sat, Jun 9, 2012 at 3:49 PM, Samira Mh > wrote: hi, thanks alot for your reply; but i suue the following command in the lua script session:preAnswer(); and again got the below error and .wav file coudn't play switch_cpp.cpp:617 Sending early media ________________________________ From: Mohammad Emran > To: FreeSWITCH Users Help > Cc: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 2:10 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Use pre_answer instead of answer. Sent from my iPhone On Jun 9, 2012, at 3:13 PM, Samira Mh > wrote: hi thanks alot for your reply; i don't want to use command "session:answer" and want to only play .wav files in lua i don't want get sending early media ________________________________ From: Peter Olsson > To: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 1:30 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? I guess you need to decide if you want early media or not... Playback before answer needs early media. /Peter 9 jun 2012 kl. 10:47 skrev "Samira Mh" >>: i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd30a8732761348221455! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Regards ---------- M Emran Chief Executive Officer E-SOFT BILLING (pvt). LTD. HB Tower(3rd Floor) House No # 1/A Road No # 23 Gulshan # 1 Dhaka-1212, Bangladesh. Phone: +880-2-8822312,+880-2-8822384 Fax : +880-2-8822254 E-Mail: info at e-softbilling.com Web: www.e-softbilling.com ? ? ? ? www.isoftswitch.com ? ? ? ? www.howtonix.com ? ? ? ? www.sipmobiledialer.com _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd321b532761506015947! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/53a30fe9/attachment-0001.html From peter.olsson at visionutveckling.se Sat Jun 9 15:35:27 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Sat, 9 Jun 2012 11:35:27 +0000 Subject: [Freeswitch-users] how to disable sending early media ? In-Reply-To: <1339240850.28527.YahooMailNeo@web120101.mail.ne1.yahoo.com> References: <1339231296.22293.YahooMailNeo@web120102.mail.ne1.yahoo.com> <1A866A23-F1AF-49A0-8DFB-7F9C8D5C9B2D@visionutveckling.se> <1339233220.88823.YahooMailNeo@web120101.mail.ne1.yahoo.com> <6DC1D7D0-2D51-41E1-84CD-B32C445C81F5@gmail.com> <1339235358.94030.YahooMailNeo@web120106.mail.ne1.yahoo.com> , <1339237074.24777.YahooMailNeo@web120106.mail.ne1.yahoo.com> <1FFF97C269757C458224B7C895F35F15100283@cantor.std.visionutv.se>, <1339240850.28527.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: <1FFF97C269757C458224B7C895F35F151002CC@cantor.std.visionutv.se> Nope. Early media means "bring up media as soon as possible (before the call is answered)", so that's the whole idea. If you don't have early media, no media will be setup until the call has been answered, so it's not possible to play a file. /Peter ________________________________ Fr?n: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] f?r Samira Mh [saami_mh at ymail.com] Skickat: den 9 juni 2012 13:20 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] how to disable sending early media ? but is there any way to "no early media " but playback before answer? ________________________________ From: Peter Olsson To: FreeSWITCH Users Help Sent: Saturday, June 9, 2012 3:40 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Playing wav before answer IS early media. So - no early media, no playback before answer. /Peter ________________________________ Fr?n: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] f?r Samira Mh [saami_mh at ymail.com] Skickat: den 9 juni 2012 12:17 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] how to disable sending early media ? whaaaaat? i have checked with alot of files but it coudn't work ________________________________ From: M.Emran > To: FreeSWITCH Users Help > Sent: Saturday, June 9, 2012 2:29 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? it seems ur wav file has an issue.it must be played. On Sat, Jun 9, 2012 at 3:49 PM, Samira Mh >> wrote: hi, thanks alot for your reply; but i suue the following command in the lua script session:preAnswer(); and again got the below error and .wav file coudn't play switch_cpp.cpp:617 Sending early media ________________________________ From: Mohammad Emran >> To: FreeSWITCH Users Help >> Cc: FreeSWITCH Users Help >> Sent: Saturday, June 9, 2012 2:10 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? Use pre_answer instead of answer. Sent from my iPhone On Jun 9, 2012, at 3:13 PM, Samira Mh >> wrote: hi thanks alot for your reply; i don't want to use command "session:answer" and want to only play .wav files in lua i don't want get sending early media ________________________________ From: Peter Olsson >> To: FreeSWITCH Users Help >> Sent: Saturday, June 9, 2012 1:30 PM Subject: Re: [Freeswitch-users] how to disable sending early media ? I guess you need to decide if you want early media or not... Playback before answer needs early media. /Peter 9 jun 2012 kl. 10:47 skrev "Samira Mh" >>>>: i have set the above channel variable but when i am going to playback .wav file using lua scripts without issue the seeeion:answer ; i got error :sending early media _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org>>> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Regards ---------- M Emran Chief Executive Officer E-SOFT BILLING (pvt). LTD. HB Tower(3rd Floor) House No # 1/A Road No # 23 Gulshan # 1 Dhaka-1212, Bangladesh. Phone: +880-2-8822312,+880-2-8822384 Fax : +880-2-8822254 E-Mail: info at e-softbilling.com> Web: www.e-softbilling.com www.isoftswitch.com www.howtonix.com www.sipmobiledialer.com _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd321b532761506015947! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd32ff132761490160504! From chris at gonumina.com Sat Jun 9 17:46:56 2012 From: chris at gonumina.com (Chris Ferreira) Date: Sat, 9 Jun 2012 09:46:56 -0400 Subject: [Freeswitch-users] State of GUIs In-Reply-To: References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> <03f301ccfd03$d7777080$86665180$@launch3.net> Message-ID: <-614380732171954257@unknownmsgid> Hi Andrew, Do you plan to only use this internally, sell it, or open source it? I ask because it sounds a lot like what we intend on doing. Thanks, -Chris ___________________ Mobile Reply On Jun 9, 2012, at 6:45 AM, Andrew Cassidy wrote: Hi Gabe, It's still in the works but is going well. Since my last post I've added Queues and Conference call support, although queues are going to need a little work doing to force the freeswitch instances to load the configuration of new ones. Hoping to add faxing in shortly (time permitting, of course) and we'll see where we go from there. On 9 June 2012 04:27, Gabriel Gunderson wrote: > On Fri, Mar 9, 2012 at 9:04 AM, Andrew Cassidy > wrote: > > As with a number of other people, I'm writing one to suit my needs too. > Mine > > is being written in Python/Django and is aimed at being multi tenant in a > > cloud setting or single user on a manged device setting sharing as much > of > > the code from both scenarios as possible. > > Hey Andrew, how did this project go? > > > Gabe > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/74cbe7c3/attachment.html From Nabble_01394 at slickdeals.endjunk.com Sat Jun 9 18:35:05 2012 From: Nabble_01394 at slickdeals.endjunk.com (mazilo) Date: Sat, 9 Jun 2012 07:35:05 -0700 (PDT) Subject: [Freeswitch-users] State of GUIs In-Reply-To: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> Message-ID: <1339252505739-7579650.post@n2.nabble.com> Brett Wilson wrote > It seems that most of the gui projects (blue.box, fusionpbx) have been > mostly abandoned in terms of development. I don't know blue.box; however, developers @FusionPBX seems to be very aggressive in developing FusionPBX. Take a look at the output from *svn info* and mine is as shown below: The problem I have with fusionpbx is that config files are overwritten by whatever is in the database. If you hand-edit a config file, fusion will not parse the file and load those settings into the interface. For FusionPBX, if you want to retain your manually (hand) edited configuration file(s), you will need to use the FusionPBX built-in editor to edit your configuration file(s). Or, you can use its GUI to edit (add/del) items in your configuration file(s). Once that is done, you will need to save your configuration file(s). You can confirm the changes by manually editing your configuration files using your favorite text editor, i.e. vi, etc., from a shell. ----- FreeSWITCH hosted on a Seagate DockStar with OpenWRT and ONLY consumes 3 Watts of electricity. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/State-of-GUIs-tp7351199p7579650.html Sent from the freeswitch-users mailing list archive at Nabble.com. From belintinc at gmail.com Sat Jun 9 18:57:51 2012 From: belintinc at gmail.com (BELint Inc) Date: Sat, 9 Jun 2012 20:27:51 +0530 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: References: Message-ID: Thanks Dave, We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink T28P) is not using rport in its VIA header. But still no luck freeswitch still sending the response to the port in Contact header (5062) instead of the recieving port (14335). 5062 port is actually not valid as the client is behind NAT and only can get the response if freeswitch will send it to 14335 port. Do you have any other idea about this? :-( ......... Regards, Belint > ---------- Forwarded message ---------- > From: "Dave R. Kompel" > To: "FreeSWITCH Users Help" > Cc: > Date: Thu, 07 Jun 2012 21:35:56 -0700 > Subject: Re: [Freeswitch-users] Freeswitch is responding to contact's port > when client behind NAT > ** > Sorry for the long delay, but here's your answer: > > It's going to go to the address in the un-altered VIA header, unless RPORT > gets sent it the VIA. If you have agressive_nat_detection turned on, and > the client puts RPORT in the via, it will work fine. If you have a broken > device that won't do it, then set the variable > "NDLB-connectile-dysfunction=true" in the users directory enter (XML) or > other, what ever you are using. That will cause the contact to be > re-written to the transport address from where it came (both ip address and > port) and the response will also be sent there. > > --Dave > > ------------------------------ > *From:* BELint Inc [mailto:belintinc at gmail.com] > *To:* freeswitch-users at lists.freeswitch.org > *Sent:* Thu, 07 Jun 2012 10:56:07 -0700 > *Subject:* Re: [Freeswitch-users] Freeswitch is responding to contact's > port when client behind NAT > > Does any one know its solutions, > Guys please help, its urgent. I am even unable to register my phones :-( > > Regards, > > On Thu, Jun 7, 2012 at 9:20 AM, BELint Inc wrote: > >> Hi All, >> >> We`ve been using freeswitch since very long, It was good all over but it >> got stuck to a simple yet complex situation. We have Yealink T28P series >> phones behind NAT and freeswitch is unable to get them register. In the >> scenario freeswitch is at public IP. The reason we think is that freeswitch >> is using sip port in contact header to respond to. >> >> Is there anyway we can avoid this or force it to always send the response >> to destination IP instead of contact or via header ports because clients >> are behind NAT and response can only reach them if it respond to >> destination IP & PORT. >> >> Please revert if someone know how to solve this problem. It is very >> urgent. >> >> Regards >> BELint >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/6524665e/attachment-0001.html From andrew at cassidywebservices.co.uk Sat Jun 9 19:21:17 2012 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Sat, 9 Jun 2012 16:21:17 +0100 Subject: [Freeswitch-users] State of GUIs In-Reply-To: <1339252505739-7579650.post@n2.nabble.com> References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> <1339252505739-7579650.post@n2.nabble.com> Message-ID: Hi Chris, it's something that's intended to be sold and is being funded by a company that wants to use it as the basis for a hosted telephony platform. There are already many front-ends available for freeswitch, such as bluebox, freepybx, etc but I didn't feel any of them fit in with my intended model. On 9 June 2012 15:35, mazilo wrote: > > Brett Wilson wrote > > It seems that most of the gui projects (blue.box, fusionpbx) have been > > mostly abandoned in terms of development. > I don't know blue.box; however, developers @FusionPBX seems to be very > aggressive in developing FusionPBX. Take a look at the output from *svn > info* and mine is as shown below: > > > > The problem I have with fusionpbx is that config files are overwritten by > whatever is in the database. If you hand-edit a config file, fusion will > not > parse the file and load those settings into the interface. > For FusionPBX, if you want to retain your manually (hand) edited > configuration file(s), you will need to use the FusionPBX built-in editor > to > edit your configuration file(s). Or, you can use its GUI to edit (add/del) > items in your configuration file(s). Once that is done, you will need to > save your configuration file(s). You can confirm the changes by manually > editing your configuration files using your favorite text editor, i.e. vi, > etc., from a shell. > > ----- > FreeSWITCH hosted on a Seagate DockStar with OpenWRT and ONLY consumes 3 > Watts of electricity. > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/State-of-GUIs-tp7351199p7579650.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/66ee4c7e/attachment.html From toddb at toddbailey.net Sat Jun 9 21:58:18 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Sat, 09 Jun 2012 10:58:18 -0700 Subject: [Freeswitch-users] Hardware build recommendations Message-ID: <20120609105818.33e327b490679d2282e332758c73b55b.80fee05aed.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/f7f4c322/attachment.html From brian at freeswitch.org Sat Jun 9 22:39:05 2012 From: brian at freeswitch.org (Brian West) Date: Sat, 9 Jun 2012 13:39:05 -0500 Subject: [Freeswitch-users] Freeswitch send 423 (Interval Too Brief) In-Reply-To: References: Message-ID: <9176366786866033429@unknownmsgid> This means the invite contains a session timer that is lower than the allow minimum per the RFC, it's asterisk? if so it just might be sending -1 as the min se. Sent from my iPad On Jun 8, 2012, at 9:15 PM, Gabriel Gunderson wrote: > On Tue, Jun 5, 2012 at 8:51 AM, Lappe, Adam wrote: >> is there a way to make freeswitch send a 423 (Interval Too Brief) during a >> SIP REGISTER request? >> >> I want to prevent clients to (re)register with a low expire-time and thus >> spam our network. > > Have you greped the code for it? Seems like it's be easy to spot. If > not, open a ticket. Or, better yet, submit a patch :) > > >> The ?gsip-force-expires?h-variable would work but don?ft seem to be >> SIP-compliant to me. > > Have you followed the SIP traces to see exactly how this works? I > haven't, but perhaps it really does work how you'd hope (I don't know, > I've never used it). > > > Best, > Gabe > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Sat Jun 9 22:40:24 2012 From: brian at freeswitch.org (Brian West) Date: Sat, 9 Jun 2012 13:40:24 -0500 Subject: [Freeswitch-users] Questions on Building an application for FreeSWITCH In-Reply-To: References: <490aedfdd7c8ac680bbe0d7f68c786de@mail.gmail.com> <4BFBE6C2.5000703@gmail.com> <4BFBEF7C.9020107@gmail.com> <9250A9FF05DB4B879DEF6ECE8E3FFAC1@dell9400> <4BFC4A64.5090208@gmail.com> <4BFD4562.5030804@gmail.com> <4BFEE96A.2010003@gmail.com> <4C057EB7.3090005@gmail.com> <50037FB5-DE1A-485C-980D-8F6ECAC3928E@freeswitch.org> Message-ID: <-2289143762373440304@unknownmsgid> I don't even recall sending this email. I'm losing it! Sent from my iPad On Jun 8, 2012, at 11:10 PM, Gabriel Gunderson wrote: > This is old, but I have to ask, can I get an AMEN?! > > > Gabe From brian at freeswitch.org Sat Jun 9 22:42:43 2012 From: brian at freeswitch.org (Brian West) Date: Sat, 9 Jun 2012 13:42:43 -0500 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: References: Message-ID: <8505475230999962314@unknownmsgid> um this is the purpose of rport, enable it on the endpoint for pain relief. Sent from my iPad On Jun 9, 2012, at 9:59 AM, BELint Inc wrote: Thanks Dave, We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink T28P) is not using rport in its VIA header. But still no luck freeswitch still sending the response to the port in Contact header (5062) instead of the recieving port (14335). 5062 port is actually not valid as the client is behind NAT and only can get the response if freeswitch will send it to 14335 port. Do you have any other idea about this? :-( ......... Regards, Belint -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/1bf7f145/attachment-0001.html From bdfoster at endigotech.com Sat Jun 9 22:44:39 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sat, 9 Jun 2012 14:44:39 -0400 Subject: [Freeswitch-users] Questions on Building an application for FreeSWITCH In-Reply-To: <-2289143762373440304@unknownmsgid> References: <490aedfdd7c8ac680bbe0d7f68c786de@mail.gmail.com> <4BFBE6C2.5000703@gmail.com> <4BFBEF7C.9020107@gmail.com> <9250A9FF05DB4B879DEF6ECE8E3FFAC1@dell9400> <4BFC4A64.5090208@gmail.com> <4BFD4562.5030804@gmail.com> <4BFEE96A.2010003@gmail.com> <4C057EB7.3090005@gmail.com> <50037FB5-DE1A-485C-980D-8F6ECAC3928E@freeswitch.org> <-2289143762373440304@unknownmsgid> Message-ID: Well for starters it was an email from two years ago lol Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 9, 2012 2:41 PM, "Brian West" wrote: > I don't even recall sending this email. I'm losing it! > > Sent from my iPad > > On Jun 8, 2012, at 11:10 PM, Gabriel Gunderson wrote: > > > This is old, but I have to ask, can I get an AMEN?! > > > > > > Gabe > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/9b76f027/attachment.html From brian at freeswitch.org Sat Jun 9 22:49:25 2012 From: brian at freeswitch.org (Brian West) Date: Sat, 9 Jun 2012 13:49:25 -0500 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: <20120608223010.2d079108@anubis.defcon1> References: <-6559196381009927779@unknownmsgid> <20120608223010.2d079108@anubis.defcon1> Message-ID: <-8988759419527339202@unknownmsgid> I alway kid, but my question real. 2000 seconds was exce???v?! (^-^)/ Sent from my iPad On Jun 8, 2012, at 3:30 PM, Bzzz wrote: > Hmm, either you're kidding or you have a keyboard|board problem From brian at freeswitch.org Sat Jun 9 22:50:35 2012 From: brian at freeswitch.org (Brian West) Date: Sat, 9 Jun 2012 13:50:35 -0500 Subject: [Freeswitch-users] Unable to use mod_java. In-Reply-To: References: Message-ID: <-5197386564220120599@unknownmsgid> or the libesl java bits in libs/esl Sent from my iPad On Jun 7, 2012, at 8:39 PM, jonathan augenstine wrote: > Venkatesh, > > I can tell you from personal experience that mod_java does have issues. Unless you really need Java I would recommend that you take a look at Lua. If you really need or want to use Java, then I would recommend investigating the event socket and XML-RPC interface. > > Jonathan From bdfoster at endigotech.com Sat Jun 9 22:53:10 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sat, 9 Jun 2012 14:53:10 -0400 Subject: [Freeswitch-users] Hardware build recommendations In-Reply-To: <20120609105818.33e327b490679d2282e332758c73b55b.80fee05aed.wbe@email14.secureserver.net> References: <20120609105818.33e327b490679d2282e332758c73b55b.80fee05aed.wbe@email14.secureserver.net> Message-ID: Well his calls per hour are probably irrelevent. Probably much less than one. Many of us (including myself) have production servers and use a home server as a dev machine (which has a ton of other stuff running on it). Freeswitch, OpenVPN, pfsense, etc are all pretty easy to deal with on a home server. Its when you get things like mythtv-backend, Subsonic, etc. that you can easily get in trouble with. I've got an old Dell Precision 490 (ok maybe 5 years old) w/ a Intel Xeon 5150 and 1GB of ram that runs gnome, mythtv-backend, OpenVPN, FS, Subsonic, MediaTomb, 2 websites, a file server, and ZNC and it runs pretty well. there's even a few MySQL databases. Load avg probably hovers at around 0.25 for the most part. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 9, 2012 2:00 PM, wrote: > I'm not expert on this topic but I think to get a more accurate answer you > you provide more detail on the the box is going to be use for. Dedicated > or shared usage. > > For example: I'm running Fedora 14 x64 w/8gig memory and several > terabytes disk storage > It's a dual proc w/ 2x Intel 5160 (dual core) 3ghz (HP x8400 workstation > system board transplanted into a server chassis). I'm using it as home > based media server with 4 clients (DVR& Music), a database, email,web file > server. I just added Freeswitch and see little impact to resources. My > cost off ebay was about $400 > > For Freeswitch it might be useful to state estimated call volume per hour > and number of simultaneous calls and desired features, > > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] Hardware build recommendations > From: curriegrad2004 > Date: Fri, June 08, 2012 2:02 pm > To: FreeSWITCH Users Help > > Try aiming for a 64-bit OS if you could. For the OpenVPN part, if you > could shoot for a Sandy Bridge or later CPU you'd probably find the > AES-NI part of the CPU quite suitable. If you're on a budget you can > always certainly aim for an AMD E-350 or something along the lines of > that. Plenty of CPU power for SOHO boxes. > > On Fri, Jun 8, 2012 at 1:23 PM, Brian Foster > wrote: > > Raspberry Pi? > > > > Shoot for 1.6 ghz dual core with 1gb memory, 2 NICs. That should be > overkill > > (engineering translation: bare minimum). > > > > Brian Foster > > Endigo Computer LLC > > > > Sent from a mobile device. > > > > On Jun 8, 2012 2:35 PM, "Timothy Bolton" wrote: > >> > >> Does anyone have any ideas for a good hardware build for a SOHO server? > >> > >> Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a firewall > >> (probably pfSense). > >> > >> My home network doesn't have too much traffic, and I don't get that many > >> calls. > >> > >> -- > >> 'We who cut mere stones must always be envisioning cathedrals.' > >> Quarry Worker's Creed > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/ad9b22d4/attachment-0001.html From drk at drkngs.net Sat Jun 9 22:54:51 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sat, 09 Jun 2012 11:54:51 -0700 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: <8505475230999962314@unknownmsgid> Message-ID: <20120609185451.82827004@mail.tritonwest.net> Brian, There are still some devices that are broken, and won't send RPORT. It sux... --Dave _____ From: Brian West [mailto:brian at freeswitch.org] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sat, 09 Jun 2012 11:42:43 -0700 Subject: Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 um this is the purpose of rport, enable it on the endpoint for pain relief. Sent from my iPad On Jun 9, 2012, at 9:59 AM, BELint Inc wrote: Thanks Dave, We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink T28P) is not using rport in its VIA header. But still no luck freeswitch still sending the response to the port in Contact header (5062) instead of the recieving port (14335). 5062 port is actually not valid as the client is behind NAT and only can get the response if freeswitch will send it to 14335 port. Do you have any other idea about this? :-( ......... Regards, Belint -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/e2bd1e9a/attachment.html From bdfoster at endigotech.com Sat Jun 9 22:59:31 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sat, 9 Jun 2012 14:59:31 -0400 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: <20120609185451.82827004@mail.tritonwest.net> References: <8505475230999962314@unknownmsgid> <20120609185451.82827004@mail.tritonwest.net> Message-ID: Set NDLB-force-rport on FS... see the wiki for this common issue (btw please send a reply on the actual thread not the digest). Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 9, 2012 2:56 PM, "Dave R. Kompel" wrote: > ** > Brian, > > There are still some devices that are broken, and won't send RPORT. It > sux... > > --Dave > > ------------------------------ > *From:* Brian West [mailto:brian at freeswitch.org] > *To:* FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] > *Sent:* Sat, 09 Jun 2012 11:42:43 -0700 > *Subject:* Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue > 66 > > um this is the purpose of rport, enable it on the endpoint for pain relief. > > Sent from my iPad > > On Jun 9, 2012, at 9:59 AM, BELint Inc wrote: > > Thanks Dave, > > We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink > T28P) is not using rport in its VIA header. But still no luck freeswitch > still sending the response to the port in Contact header (5062) instead of > the recieving port (14335). 5062 port is actually not valid as the client > is behind NAT and only can get the response if freeswitch will send it to > 14335 port. > > Do you have any other idea about this? > :-( ......... > > Regards, > Belint > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/8b64c51a/attachment.html From toddb at toddbailey.net Sat Jun 9 23:20:51 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Sat, 09 Jun 2012 12:20:51 -0700 Subject: [Freeswitch-users] FS & SPA 3102 Setup Message-ID: <20120609122051.33e327b490679d2282e332758c73b55b.857425d83e.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/a2470b60/attachment.html From drk at drkngs.net Sat Jun 9 23:22:07 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sat, 09 Jun 2012 12:22:07 -0700 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: Message-ID: <20120609192207.d43581e2@mail.tritonwest.net> Yes, that can also work, but I wouldn't do that on the main profile you're using. I would set up one running on a different port, just for the devices that need it. That way it won't mess up your clients that work right. --Dave _____ From: Brian Foster [mailto:bdfoster at endigotech.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sat, 09 Jun 2012 11:59:31 -0700 Subject: Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 Set NDLB-force-rport on FS... see the wiki for this common issue (btw please send a reply on the actual thread not the digest). Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 9, 2012 2:56 PM, "Dave R. Kompel" wrote: Brian, There are still some devices that are broken, and won't send RPORT. It sux... --Dave _____ From: Brian West [mailto:brian at freeswitch.org] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sat, 09 Jun 2012 11:42:43 -0700 Subject: Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue 66 um this is the purpose of rport, enable it on the endpoint for pain relief. Sent from my iPad On Jun 9, 2012, at 9:59 AM, BELint Inc wrote: Thanks Dave, We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink T28P) is not using rport in its VIA header. But still no luck freeswitch still sending the response to the port in Contact header (5062) instead of the recieving port (14335). 5062 port is actually not valid as the client is behind NAT and only can get the response if freeswitch will send it to 14335 port. Do you have any other idea about this? :-( ......... Regards, Belint _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/4db4e452/attachment.html From belintinc at gmail.com Sat Jun 9 23:49:10 2012 From: belintinc at gmail.com (BELint Inc) Date: Sun, 10 Jun 2012 01:19:10 +0530 Subject: [Freeswitch-users] (Offlist) FreeSWITCH-users Digest, Vol 72, Issue 66 In-Reply-To: <20120609182428.790cd56f@mail.tritonwest.net> References: <20120609182428.790cd56f@mail.tritonwest.net> Message-ID: Hi Dave, Sure we can try that, meanwhile we also are interested in , which way it can help us solve the problem. Regards Belint On Sat, Jun 9, 2012 at 11:54 PM, Dave R. Kompel wrote: > ** > Can we set up a test? I would like you to try to register your device in > one of my lab switches. Since I make a comercial product which is a carrier > grade softswitch, based on FS, my customers all are using FS as their main > switch for ITSP/CLEC. > > Although I use custom logic to handle registrations, the options should > work for you. I would like to see actually what is going on. > > --Dave > > ------------------------------ > *From:* BELint Inc [mailto:belintinc at gmail.com] > *To:* freeswitch-users at lists.freeswitch.org > *Sent:* Sat, 09 Jun 2012 07:57:51 -0700 > *Subject:* Re: [Freeswitch-users] FreeSWITCH-users Digest, Vol 72, Issue > 66 > > Thanks Dave, > > We already tried "NDLB-connectile-dysfunction=true" as the client (Yealink > T28P) is not using rport in its VIA header. But still no luck freeswitch > still sending the response to the port in Contact header (5062) instead of > the recieving port (14335). 5062 port is actually not valid as the client > is behind NAT and only can get the response if freeswitch will send it to > 14335 port. > > Do you have any other idea about this? > :-( ......... > > Regards, > Belint > > >> ---------- Forwarded message ---------- >> From: "Dave R. Kompel" >> To: "FreeSWITCH Users Help" >> Cc: >> Date: Thu, 07 Jun 2012 21:35:56 -0700 >> Subject: Re: [Freeswitch-users] Freeswitch is responding to contact's >> port when client behind NAT >> ** >> Sorry for the long delay, but here's your answer: >> >> It's going to go to the address in the un-altered VIA header, unless >> RPORT gets sent it the VIA. If you have agressive_nat_detection turned on, >> and the client puts RPORT in the via, it will work fine. If you have a >> broken device that won't do it, then set the variable >> "NDLB-connectile-dysfunction=true" in the users directory enter (XML) or >> other, what ever you are using. That will cause the contact to be >> re-written to the transport address from where it came (both ip address and >> port) and the response will also be sent there. >> >> --Dave >> >> ------------------------------ >> *From:* BELint Inc [mailto:belintinc at gmail.com] >> *To:* freeswitch-users at lists.freeswitch.org >> *Sent:* Thu, 07 Jun 2012 10:56:07 -0700 >> *Subject:* Re: [Freeswitch-users] Freeswitch is responding to contact's >> port when client behind NAT >> >> Does any one know its solutions, >> Guys please help, its urgent. I am even unable to register my phones :-( >> >> Regards, >> >> On Thu, Jun 7, 2012 at 9:20 AM, BELint Inc wrote: >> >>> Hi All, >>> >>> We`ve been using freeswitch since very long, It was good all over but it >>> got stuck to a simple yet complex situation. We have Yealink T28P series >>> phones behind NAT and freeswitch is unable to get them register. In the >>> scenario freeswitch is at public IP. The reason we think is that freeswitch >>> is using sip port in contact header to respond to. >>> >>> Is there anyway we can avoid this or force it to always send the >>> response to destination IP instead of contact or via header ports because >>> clients are behind NAT and response can only reach them if it respond to >>> destination IP & PORT. >>> >>> Please revert if someone know how to solve this problem. It is very >>> urgent. >>> >>> Regards >>> BELint >>> >> >> >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/9a46b484/attachment-0001.html From ifoundthetao at gmail.com Sun Jun 10 00:08:17 2012 From: ifoundthetao at gmail.com (Timothy Bolton) Date: Sat, 09 Jun 2012 15:08:17 -0500 Subject: [Freeswitch-users] Hardware build recommendations In-Reply-To: <20120609105818.33e327b490679d2282e332758c73b55b.80fee05aed.wbe@email14.secureserver.net> References: <20120609105818.33e327b490679d2282e332758c73b55b.80fee05aed.wbe@email14.secureserver.net> Message-ID: <4FD3AD31.4090506@gmail.com> I thought I lined those out in the initial email: >> Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a firewall >> (probably pfSense). >> >> My home network doesn't have too much traffic, and I don't get that many >> calls. But I suppose my language may have been too generic. I get less than a call an hour. Most of this is just me playing around: initiating calls from websites, integrating that into ticketing systems / emails, etc.. So not a high demand, very few simultaneous calls on the inbound, though I would like for many simultaneous calls to be possible. As far as other things go: CentOS 6, no mail server, OpenVPN, pfSense, probably OpenSSL too. Access to this network via VPN would be on occasion when I'm out of the office, or if other people need to get in, which would be rare. That's about all this would be used for. Other boxes are set up for other uses. 'We who cut mere stones must always be envisioning cathedrals.' Quarry Worker's Creed On 6/9/2012 12:58 PM, toddb at toddbailey.net wrote: > I'm not expert on this topic but I think to get a more accurate answer > you you provide more detail on the the box is going to be use for. > Dedicated or shared usage. > > For example: I'm running Fedora 14 x64 w/8gig memory and several > terabytes disk storage > It's a dual proc w/ 2x Intel 5160 (dual core) 3ghz (HP x8400 > workstation system board transplanted into a server chassis). I'm > using it as home based media server with 4 clients (DVR& Music), a > database, email,web file server. I just added Freeswitch and see > little impact to resources. My cost off ebay was about $400 > > For Freeswitch it might be useful to state estimated call volume per > hour and number of simultaneous calls and desired features, > > > -------- Original Message -------- > Subject: Re: [Freeswitch-users] Hardware build recommendations > From: curriegrad2004 > > Date: Fri, June 08, 2012 2:02 pm > To: FreeSWITCH Users Help > > > Try aiming for a 64-bit OS if you could. For the OpenVPN part, if you > could shoot for a Sandy Bridge or later CPU you'd probably find the > AES-NI part of the CPU quite suitable. If you're on a budget you can > always certainly aim for an AMD E-350 or something along the lines of > that. Plenty of CPU power for SOHO boxes. > > On Fri, Jun 8, 2012 at 1:23 PM, Brian Foster > > wrote: > > Raspberry Pi? > > > > Shoot for 1.6 ghz dual core with 1gb memory, 2 NICs. That should > be overkill > > (engineering translation: bare minimum). > > > > Brian Foster > > Endigo Computer LLC > > > > Sent from a mobile device. > > > > On Jun 8, 2012 2:35 PM, "Timothy Bolton" > wrote: > >> > >> Does anyone have any ideas for a good hardware build for a SOHO > server? > >> > >> Here's what I'd like running on it: OpenVPN, FreeSWITCH, and a > firewall > >> (probably pfSense). > >> > >> My home network doesn't have too much traffic, and I don't get > that many > >> calls. > >> > >> -- > >> 'We who cut mere stones must always be envisioning cathedrals.' > >> Quarry Worker's Creed > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/5b8c50ea/attachment.html From gabe at gundy.org Sun Jun 10 01:36:49 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Sat, 9 Jun 2012 15:36:49 -0600 Subject: [Freeswitch-users] Questions on Building an application for FreeSWITCH In-Reply-To: <-2289143762373440304@unknownmsgid> References: <490aedfdd7c8ac680bbe0d7f68c786de@mail.gmail.com> <4BFBE6C2.5000703@gmail.com> <4BFBEF7C.9020107@gmail.com> <9250A9FF05DB4B879DEF6ECE8E3FFAC1@dell9400> <4BFC4A64.5090208@gmail.com> <4BFD4562.5030804@gmail.com> <4BFEE96A.2010003@gmail.com> <4C057EB7.3090005@gmail.com> <50037FB5-DE1A-485C-980D-8F6ECAC3928E@freeswitch.org> <-2289143762373440304@unknownmsgid> Message-ID: On Sat, Jun 9, 2012 at 12:40 PM, Brian West wrote: > I don't even recall sending this email. ?I'm losing it! It *was* two years ago! Gabe From anthony.minessale at gmail.com Sun Jun 10 08:01:18 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Sat, 9 Jun 2012 23:01:18 -0500 Subject: [Freeswitch-users] State of GUIs In-Reply-To: References: <02d401ccfc3d$454cd6d0$cfe68470$@launch3.net> <1339252505739-7579650.post@n2.nabble.com> Message-ID: Cool can you ask them to call Brian and sponsor cluecon 2012? The conference that makes things like this possible? =p On Jun 9, 2012 10:22 AM, "Andrew Cassidy" wrote: > Hi Chris, it's something that's intended to be sold and is being funded by > a company that wants to use it as the basis for a hosted telephony platform. > > There are already many front-ends available for freeswitch, such as > bluebox, freepybx, etc but I didn't feel any of them fit in with my > intended model. > > On 9 June 2012 15:35, mazilo wrote: > >> >> Brett Wilson wrote >> > It seems that most of the gui projects (blue.box, fusionpbx) have been >> > mostly abandoned in terms of development. >> I don't know blue.box; however, developers @FusionPBX seems to be very >> aggressive in developing FusionPBX. Take a look at the output from *svn >> info* and mine is as shown below: >> >> >> >> The problem I have with fusionpbx is that config files are overwritten by >> whatever is in the database. If you hand-edit a config file, fusion will >> not >> parse the file and load those settings into the interface. >> For FusionPBX, if you want to retain your manually (hand) edited >> configuration file(s), you will need to use the FusionPBX built-in editor >> to >> edit your configuration file(s). Or, you can use its GUI to edit (add/del) >> items in your configuration file(s). Once that is done, you will need to >> save your configuration file(s). You can confirm the changes by manually >> editing your configuration files using your favorite text editor, i.e. vi, >> etc., from a shell. >> >> ----- >> FreeSWITCH hosted on a Seagate DockStar with OpenWRT and ONLY consumes 3 >> Watts of electricity. >> -- >> View this message in context: >> http://freeswitch-users.2379917.n2.nabble.com/State-of-GUIs-tp7351199p7579650.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://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > > *T *03300 100 960 *F > *03300 100 961 > *E *andrew at cassidywebservices.co.uk > *W *www.cassidywebservices.co.uk > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120609/5d112617/attachment-0001.html From chris at opencsta.org Sun Jun 10 15:25:18 2012 From: chris at opencsta.org (Chris Mylonas) Date: Sun, 10 Jun 2012 21:25:18 +1000 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> <-3835502817330869863@unknownmsgid> <4FD2569D.9080504@gmail.com> Message-ID: i think the mailing list work well. i think the mailing list works very well when used in conjunction with IRC. this thread has started to get to IRC standards in it's casual nature, although some networking (and not software or voip forums do get this way) follow this trend. the "time and energy" anthm relates to is one of those seemingly frustrating tasks of not making the information available (or that becomes available) or not available in the future in a manner that "semantically" links it to all the rest of "related" topics ... if ya get my gist. i guess this is why we have publishers ;) the paying attention to 100 ML responses is the PITA in regards to an email client that doesn't read your mind is the ML problem... my 2c cheers chris On 09/06/2012, at 5:52 AM, Anthony Minessale wrote: > we've looked at some alternate mailing lists that had some forum-like > features but we need time and energy to pursue things like that. > We need to get our branching and packaging done first. > > I wish nabble and friends would actually go away, they horribly > pollute the google searches and their purpose is to draw banner ads > from our content. > > > On Fri, Jun 8, 2012 at 2:46 PM, Timothy Bolton wrote: >> It can be much more fun to put off work and b.s. by the virtual water >> cooler of an off-topic conversation. These topics lend themselves more >> toward opinion than the knowledge required to answer a question. >> >> 'We who cut mere stones must always be envisioning cathedrals.' >> Quarry Worker's Creed >> >> On 6/8/2012 2:43 PM, Brian West wrote: >>> Why do topics like these get tons of interactions, but real issues >>> fall to the wayside. I think the horse is dead Jim, beam me up >>> already. >>> >>> Sent from my spaceship orbiting the moon (biplane upgrade) >>> >>> On Jun 8, 2012, at 10:58 AM, Tim Nelson wrote: >>> >>>> I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . >>>> >>>> --Tim >>>> >>>> [1] http://www.vyatta.org/forum/? >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 john.gathm at gmail.com Sun Jun 10 23:48:38 2012 From: john.gathm at gmail.com (John Gathm) Date: Sun, 10 Jun 2012 21:48:38 +0200 Subject: [Freeswitch-users] using APNS with diaplan : throttle a call until a certain condition changes In-Reply-To: References: Message-ID: Hi Gabriel, Thanks for your answer so to summarize, I should (I did tome tries) 1) kind of park if failure - kind of replace the voicemail 2) subscribe to "event xml CHANNEL_PARK" Then I can get 7e4fd02a-b260-11e1-9687-c13084909128 1234 (there the extension my dialplan initially transfered the call to) 43cca2b4-b311-11e1-a4d1-c13084909128 43cca2b4-b311-11e1-a4d1-c13084909128 ==> which UDID is the one I should watch to be able to unpark the call ? ==> which command from mod_command should I then use to "resume" the call ? or transfer/bridge again to extension 1234 Regards, John On Sat, Jun 9, 2012 at 3:16 AM, Gabriel Gunderson wrote: > On Fri, Jun 8, 2012 at 2:31 AM, John Gathm wrote: > > I am wondering if this implementation would be acceptable regarding > > freeswitch design, or if diaplan/freeswitch offer cleaner ways to > implement > > it. > > What if you used your dialplan to try to call the phone and if you do > NOT find it, park the call. Then you might use the event socket to > watch for the parking of the call so you can send your notification. > Next, use the event socket to watch for sofia registrations to know > when the app has received the notification, launched and is ready to > take calls. Once you get that event, unpark the call and send it on > its way. > > > Best, > Gabe > > P.S. go python! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/d2fb16c0/attachment.html From avi at avimarcus.net Mon Jun 11 00:31:15 2012 From: avi at avimarcus.net (Avi Marcus) Date: Sun, 10 Jun 2012 23:31:15 +0300 Subject: [Freeswitch-users] Context features not found -- some explanation? Message-ID: 2012-06-10 23:28:21.280407 [DEBUG] switch_ivr.c:598 sofia/internal/sip:1102 at 79.182.136.133:5076 Command Execute execute_extension(att_xfer XML features) EXECUTE sofia/internal/sip:1102 at 79.182.136.133:5076 execute_extension(att_xfer XML features) 2012-06-10 23:28:21.280407 [INFO] mod_dialplan_xml.c:485 Processing Avi Marcus <1000>->att_xfer in context features 2012-06-10 23:28:21.290403 [WARNING] mod_dialplan_xml.c:515 Context features not found I tried *4 to use the default binding for an att_xfer - I turned it back on in the static xml (+reloadxml) and put it into my xml_curl ... hence my extreme surprise to find "context features not found". My xml_curl testing script perfectly returns att_xfer in context features. Is there some sort of permission issue with contexts that I've never heard of..? Thanks, -Avi From patrick at sunsus.net Sun Jun 10 17:27:43 2012 From: patrick at sunsus.net (sunsus) Date: Sun, 10 Jun 2012 06:27:43 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch Message-ID: <1339334863709-7579670.post@n2.nabble.com> Hello I've tryed to use netvoip.ch as a gateway. But I have a lot of connection problems. Because netvoip has a load balancing between two servers sip.netvoip.ch (sip-1.netvoip.ch and sip-2.netvoip.ch). Now the problem is if you are getting with the INVITE to the first server you're getting a 304 Unauthorized with the nonce of the first server. For some reason FreeSWITCH is now sending a INVITE with the digist Authentication to the second server and this server is now answering with 304 Unauthorized with an other nonce. FreeSWITCH now ends the call with 500 internal server error. Is this a FreeSWITCH related issue or a netvoip related issue? Or is there any configuration in the gateway to say to use the same server for the authentication process? Regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-tp7579670.html Sent from the freeswitch-users mailing list archive at Nabble.com. From engelster at gmail.com Sun Jun 10 23:43:41 2012 From: engelster at gmail.com (Der Engel) Date: Sun, 10 Jun 2012 14:43:41 -0500 Subject: [Freeswitch-users] How about a USER FORUM and kill off the mail list? In-Reply-To: References: <17731604.448460.1339171050549.JavaMail.root@rockbochs.com> <-3835502817330869863@unknownmsgid> <4FD2569D.9080504@gmail.com> Message-ID: How about using google groups? Is like a mailing list but has all the features people are requesting here. On Sun, Jun 10, 2012 at 6:25 AM, Chris Mylonas wrote: > i think the mailing list work well. > i think the mailing list works very well when used in conjunction with IRC. > > this thread has started to get to IRC standards in it's casual nature, although some networking (and not software or voip forums do get this way) follow this trend. > > the "time and energy" anthm relates to is one of those seemingly frustrating tasks of not making the information available (or that becomes available) or not available in the future in a manner that "semantically" links it to all the rest of "related" topics ... if ya get my gist. > > i guess this is why we have publishers ;) > > the paying attention to 100 ML responses is the PITA in regards to an email client that doesn't read your mind is the ML problem... > > my 2c > > cheers > chris > > On 09/06/2012, at 5:52 AM, Anthony Minessale wrote: > >> we've looked at some alternate mailing lists that had some forum-like >> features but we need time and energy to pursue things like that. >> We need to get our branching and packaging done first. >> >> I wish nabble and friends would actually go away, they horribly >> pollute the google searches and their purpose is to draw banner ads >> from our content. >> >> >> On Fri, Jun 8, 2012 at 2:46 PM, Timothy Bolton wrote: >>> It can be much more fun to put off work and b.s. by the virtual water >>> cooler of an off-topic conversation. These topics lend themselves more >>> toward opinion than the knowledge required to answer a question. >>> >>> 'We who cut mere stones must always be envisioning cathedrals.' >>> Quarry Worker's Creed >>> >>> On 6/8/2012 2:43 PM, Brian West wrote: >>>> Why do topics like these get tons of interactions, but real issues >>>> fall to the wayside. ?I think the horse is dead Jim, beam me up >>>> already. >>>> >>>> Sent from my spaceship orbiting the moon (biplane upgrade) >>>> >>>> On Jun 8, 2012, at 10:58 AM, Tim Nelson wrote: >>>> >>>>> I was just about to suggest this approach as well. phpBB has a module to combine forums/mailing lists and it works swimmingly well. For a taste of operation, head over to the Vyatta forums/list [1] . >>>>> >>>>> --Tim >>>>> >>>>> [1] http://www.vyatta.org/forum/? >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> FreeSWITCH http://www.freeswitch.org/ >> ClueCon http://www.cluecon.com/ >> Twitter: http://twitter.com/FreeSWITCH_wire >> >> AIM: anthm >> MSN:anthony_minessale at hotmail.com >> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:888 at conference.freeswitch.org >> googletalk:conf+888 at conference.freeswitch.org >> pstn:+19193869900 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 mel0torme at gmail.com Mon Jun 11 01:28:47 2012 From: mel0torme at gmail.com (Tom C) Date: Sun, 10 Jun 2012 14:28:47 -0700 Subject: [Freeswitch-users] (no subject) Message-ID: On the "Performance testing and configurations" page of the wiki, under Recommended SIP Settings, it says the following: libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles Is this still true? It appears to me that every call, and maybe every channel, is getting its own thread. Or is the above comment referring to call management rather than actually processing audio? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/cb9591be/attachment.html From bdfoster at endigotech.com Mon Jun 11 01:33:53 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sun, 10 Jun 2012 17:33:53 -0400 Subject: [Freeswitch-users] (no subject) In-Reply-To: References: Message-ID: It's refering to SIP messages, audio gets its own threads. If that's your bottleneck Id be very surprised. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 10, 2012 5:29 PM, "Tom C" wrote: > On the "Performance testing and configurations" page of the wiki, under > Recommended SIP Settings, it says the following: > > > libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles > > > Is this still true? It appears to me that every call, and maybe every > channel, is getting its own thread. Or is the above comment referring to > call management rather than actually processing audio? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/67658297/attachment.html From drk at drkngs.net Mon Jun 11 01:38:15 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sun, 10 Jun 2012 14:38:15 -0700 Subject: [Freeswitch-users] (no subject) In-Reply-To: Message-ID: <20120610213815.90abc494@mail.tritonwest.net> That's out of date... someone wanna pay the Wiki tax? _____ From: Tom C [mailto:mel0torme at gmail.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 10 Jun 2012 14:28:47 -0700 Subject: [Freeswitch-users] (no subject) On the "Performance testing and configurations" page of the wiki, under Recommended SIP Settings, it says the following: libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles Is this still true? It appears to me that every call, and maybe every channel, is getting its own thread. Or is the above comment referring to call management rather than actually processing audio? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/1b454ae2/attachment.html From bdfoster at endigotech.com Mon Jun 11 01:47:32 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Sun, 10 Jun 2012 17:47:32 -0400 Subject: [Freeswitch-users] (no subject) In-Reply-To: <20120610213815.90abc494@mail.tritonwest.net> References: <20120610213815.90abc494@mail.tritonwest.net> Message-ID: It's not out of date... Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 10, 2012 5:39 PM, "Dave R. Kompel" wrote: > ** > That's out of date... someone wanna pay the Wiki tax? > > ------------------------------ > *From:* Tom C [mailto:mel0torme at gmail.com] > *To:* FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] > *Sent:* Sun, 10 Jun 2012 14:28:47 -0700 > *Subject:* [Freeswitch-users] (no subject) > > On the "Performance testing and configurations" page of the wiki, under > Recommended SIP Settings, it says the following: > > libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles > > > Is this still true? It appears to me that every call, and maybe every > channel, is getting its own thread. Or is the above comment referring to > call management rather than actually processing audio? > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/617a4caa/attachment.html From drk at drkngs.net Mon Jun 11 02:18:02 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Sun, 10 Jun 2012 15:18:02 -0700 Subject: [Freeswitch-users] (no subject) In-Reply-To: Message-ID: <20120610221802.371d0f51@mail.tritonwest.net> I remember like the end of last year Tony doing a lot of work to make parts of it not single threaded. _____ From: Brian Foster [mailto:bdfoster at endigotech.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 10 Jun 2012 14:47:32 -0700 Subject: Re: [Freeswitch-users] (no subject) It's not out of date... Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 10, 2012 5:39 PM, "Dave R. Kompel" wrote: That's out of date... someone wanna pay the Wiki tax? _____ From: Tom C [mailto:mel0torme at gmail.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 10 Jun 2012 14:28:47 -0700 Subject: [Freeswitch-users] (no subject) On the "Performance testing and configurations" page of the wiki, under Recommended SIP Settings, it says the following: libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles Is this still true? It appears to me that every call, and maybe every channel, is getting its own thread. Or is the above comment referring to call management rather than actually processing audio? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/5fc62f4b/attachment-0001.html From mel0torme at gmail.com Mon Jun 11 03:09:54 2012 From: mel0torme at gmail.com (Tom C) Date: Sun, 10 Jun 2012 16:09:54 -0700 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch In-Reply-To: <1339334863709-7579670.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> Message-ID: Not sure if it's the same problem, but it sounds similar to the issues we had a couple years ago getting FreeSwitch to work with Whistlephone. Whistlephone also used multiple servers for load balancing, and while outgoing calls worked fine, incoming calls were unreliable. For more technical details, you can search this mailing list for Whistlephone, about a year and a half ago. The solution was to add a separate gateway for each proxy server. So, in conf/sip_profiles/external, I added whistlephone.xml, with the stuff below. Pay attention to proxy vs proxy1 in the server names, and the added "from-domain" in the secondary gateways. Using the "realm" parameter seemed to help me, but it took experimentation to find what worked. -------------------------------------------------------------------- repeat for each proxy server..... ------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120610/49c84391/attachment.html From peter.olsson at visionutveckling.se Mon Jun 11 09:41:40 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Mon, 11 Jun 2012 05:41:40 +0000 Subject: [Freeswitch-users] (no subject) In-Reply-To: <20120610221802.371d0f51@mail.tritonwest.net> References: , <20120610221802.371d0f51@mail.tritonwest.net> Message-ID: Yes, Tony added extra signalling threads within FS, however, libsofia is still limited to one thread per profile. So, now you have one thread per sofia profile, a few signalling threads withing FS (to where events are queued from sofia), and of course, one thread per channel, for media handling etc. /Peter 11 jun 2012 kl. 00:26 skrev "Dave R. Kompel" >: I remember like the end of last year Tony doing a lot of work to make parts of it not single threaded. ________________________________ From: Brian Foster [mailto:bdfoster at endigotech.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 10 Jun 2012 14:47:32 -0700 Subject: Re: [Freeswitch-users] (no subject) It's not out of date... Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 10, 2012 5:39 PM, "Dave R. Kompel" > wrote: That's out of date... someone wanna pay the Wiki tax? ________________________________ From: Tom C [mailto:mel0torme at gmail.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Sun, 10 Jun 2012 14:28:47 -0700 Subject: [Freeswitch-users] (no subject) On the "Performance testing and configurations" page of the wiki, under Recommended SIP Settings, it says the following: libsofia only handles 1 thread per profile, so if that is your bottle neck use more profiles Is this still true? It appears to me that every call, and maybe every channel, is getting its own thread. Or is the above comment referring to call management rather than actually processing audio? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd51bea32761541018091! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd51bea32761541018091! From evgeniy at bestnet.kharkov.ua Mon Jun 11 10:01:29 2012 From: evgeniy at bestnet.kharkov.ua (Evgeniy Movlyan) Date: Mon, 11 Jun 2012 09:01:29 +0300 Subject: [Freeswitch-users] mod_nibblebill problem In-Reply-To: References: <4FD199DA.7080805@bestnet.kharkov.ua> <4FD1A7FA.3090009@bestnet.kharkov.ua> Message-ID: <4FD589B9.5010909@bestnet.kharkov.ua> I'm answered the call, but still gets this message: "Not billing 7604504 - call is not in answered state". 08.06.2012 19:58, Brian Foster ???????: > Calls aren't billed when the phone is ringing, only id/when call > is answered. > > Brian Foster Endigo Computer LLC > > Sent from a mobile device. On Jun 8, 2012 11:26 AM, "Evgeniy > Movlyan" wrote: > >> Hi All, when i'm calling from one user to another freeswitch user >> mod works fine, but when i'm calling to external number (through >> gateway) billing doesn't work: >> >> 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:612 Received >> request via SESSION_HEARTBEAT! 2012-06-07 16:16:07.294840 [DEBUG] >> mod_nibblebill.c:453 Attempting to bill at $1 per minute to >> account 7604504 2012-06-07 16:16:07.294840 [DEBUG] >> mod_nibblebill.c:465 Not billing 7604504 - call is not in >> answered state >> >> I don't understand what this message means. >> >> Sorry for my english:) -- Evgeniy Movlyan, BestNet Ltd. >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites http://www.freeswitch.org >> http://wiki.freeswitch.org http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites http://www.freeswitch.org > http://wiki.freeswitch.org http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org -- Evgeniy Movlyan, BestNet Ltd. From patrick at sunsus.net Mon Jun 11 10:08:28 2012 From: patrick at sunsus.net (=?ISO-8859-1?Q?Patrick_D=FCrsteler?=) Date: Mon, 11 Jun 2012 08:08:28 +0200 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch In-Reply-To: References: <1339334863709-7579670.post@n2.nabble.com> Message-ID: Hi Tom Thanks for your answer, but we have the problem with the outgoing calls. See attached sip trace. regards Patrick On Mon, Jun 11, 2012 at 1:09 AM, Tom C wrote: > Not sure if it's the same problem, but it sounds similar to the issues we > had a couple years ago getting FreeSwitch to work with Whistlephone. > Whistlephone also used multiple servers for load balancing, and while > outgoing calls worked fine, incoming calls were unreliable. > > For more technical details, you can search this mailing list for > Whistlephone, about a year and a half ago. > > The solution was to add a separate gateway for each proxy server. > > So, in conf/sip_profiles/external, I added whistlephone.xml, with the > stuff below. Pay attention to proxy vs proxy1 in the server names, and the > added "from-domain" in the secondary gateways. Using the "realm" parameter > seemed to help me, but it took experimentation to find what worked. > > -------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > repeat for each proxy server..... > > > > > ------------------------------------------------------------------------ > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/777d662b/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: netvoip_2.pcap Type: application/octet-stream Size: 11833 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/777d662b/attachment-0001.obj From saami_mh at ymail.com Mon Jun 11 12:15:45 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 01:15:45 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? Message-ID: <1339402545.76120.YahooMailNeo@web120102.mail.ne1.yahoo.com> hi guys, i am going to make call using codec g729, because the carrier ?support only codec g729 is it possible to get free that? in freeswitch implement only g729 passthrough . but how can i get it ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/2fa9ce47/attachment.html From awais-nazeer at hotmail.com Mon Jun 11 13:43:05 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Mon, 11 Jun 2012 14:43:05 +0500 Subject: [Freeswitch-users] Gateway failover and ports limitation Message-ID: Hi Can u help me a bit here. I have a scenario like GW_priority_1_30_ports GW_priority_2_60_ports So if first gatway is down or fails with giving cause code (480 or 503 ) OR its 30 channels are occupied then next carrier should be selected. And so on. I can see failover config in dial plan http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge#Implementing_Failover . But blending it with limit and doing failover on Gateway down and on the basis of some cause code is confusing. Your help and hints are appreciated. --waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/5f6abbc2/attachment.html From peter.olsson at visionutveckling.se Mon Jun 11 13:51:46 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Mon, 11 Jun 2012 09:51:46 +0000 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? Message-ID: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> The passthrough codec for G.729 is built by default, just make sure to load the module mod_g729. If you need transcoding, or use IVR's, voicemail etc, you must purchase commercial licenses for G729. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh Skickat: den 11 juni 2012 10:16 Till: Free SWITCH Users Help ?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? hi guys, i am going to make call using codec g729, because the carrier support only codec g729 is it possible to get free that? in freeswitch implement only g729 passthrough . but how can i get it ? !DSPAM:4fd5a7d032762000267653! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/15463105/attachment.html From peter.olsson at visionutveckling.se Mon Jun 11 13:56:14 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Mon, 11 Jun 2012 09:56:14 +0000 Subject: [Freeswitch-users] Gateway failover and ports limitation Message-ID: <1FFF97C269757C458224B7C895F35F15102499@cantor.std.visionutv.se> If the provider only allows you to use 30 channels, I guess they will send a specific error to you if you try to do more calls, so just handle that error as you handle 480, 503 etc. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r awais nazir Skickat: den 11 juni 2012 11:43 Till: freeswitch-users at lists.freeswitch.org ?mne: [Freeswitch-users] Gateway failover and ports limitation Hi Can u help me a bit here. I have a scenario like GW_priority_1_30_ports GW_priority_2_60_ports So if first gatway is down or fails with giving cause code (480 or 503 ) OR its 30 channels are occupied then next carrier should be selected. And so on. I can see failover config in dial plan http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge#Implementing_Failover . But blending it with limit and doing failover on Gateway down and on the basis of some cause code is confusing. Your help and hints are appreciated. --waisee !DSPAM:4fd5bc0432761819510119! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/e6d60aa2/attachment.html From torstein.knutsen at gmail.com Mon Jun 11 14:01:08 2012 From: torstein.knutsen at gmail.com (Torstein Knutsen) Date: Mon, 11 Jun 2012 12:01:08 +0200 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Hi I tried : I tried : I tried : But fs_cli "conference xml_list" still shows the "original" caller_id in the conference detail listing on all attempts... Thank you for your continued support :-) ! -Torstein On 6 June 2012 19:02, Brian Foster wrote: > Crap... set the caller id inline not the conference line... sorry got a > lot going on today lol > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 6, 2012 12:56 PM, "Torstein Knutsen" > wrote: > >> Hi >> >> Sure? I did try that, but it does not work .. Im not doing bridge, but >> conference .. .. >> >> -T >> On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: >> >>> You need to be setting effective_caller_id_name before the bridge. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >>> wrote: >>> >>>> Hi >>>> >>>> I'm trying to control the "caller_id_name" variable used in >>>> conferencing. >>>> My dialplan looks like this : >>>> >>>> >>>> >>>> >>>> >>>> When I call into the conference, I do an API "conference >>>> xml_list" which gives details of the conferencees .. >>>> I want to be able to change the caller_id_name in the listing, but all >>>> my efforts for doing this via dialplan fails. >>>> >>>> Is this even possible somehow ? >>>> >>>> I tried to add this to the dialplan before executing the conference : >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> But to no avail... >>>> >>>> Any pointers would be appreciated. >>>> >>>> Thank you >>>> Torstein >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/e5022246/attachment-0001.html From saami_mh at ymail.com Mon Jun 11 14:13:31 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 03:13:31 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> Message-ID: <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> but for making call from one country to another need to set codec to G729(no passthrough) because the carrier support only G729 ?and i want the free one not licensing , is it posiible to use media proxy so that use G729 without need to use??commercial license? ________________________________ From: Peter Olsson To: Free SWITCH Users Help Sent: Monday, June 11, 2012 2:21 PM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? The passthrough codec for G.729 is built by default, just make sure to load the module mod_g729. If you need transcoding, or use IVR?s, voicemail etc, you must purchase commercial licenses for G729. ? /Peter ? ? Fr?n:freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh Skickat: den 11 juni 2012 10:16 Till: Free SWITCH Users Help ?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? ? hi guys, i am going to make call using codec g729, because the carrier ?support only codec g729 is it possible to get free that? in freeswitch implement only g729 passthrough . but how can i get it ? !DSPAM:4fd5a7d032762000267653! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/ab621c50/attachment.html From awais-nazeer at hotmail.com Mon Jun 11 14:47:28 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Mon, 11 Jun 2012 15:47:28 +0500 Subject: [Freeswitch-users] Gateway failover and ports limitation Message-ID: Hi, Provider expects me to control limit at my end. I have to do the scenario with static dialplan not with database/odbc. Thanks in advance for helping. On Mon, Jun 11, 2012 at 2:56 PM, Peter Olsson wrote: If the provider only allows you to use 30 channels, I guess they will send a specific error to you if you try to do more calls, so just handle that error as you handle 480, 503 etc. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r awais nazir Skickat: den 11 juni 2012 11:43 Till: freeswitch-users at lists.freeswitch.org ?mne: [Freeswitch-users] Gateway failover and ports limitation Hi Can u help me a bit here. I have a scenario like GW_priority_1_30_ports GW_priority_2_60_ports So if first gatway is down or fails with giving cause code (480 or 503 ) OR its 30 channels are occupied then next carrier should be selected. And so on. I can see failover config in dial plan http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridge#Implementing_Failover . But blending it with limit and doing failover on Gateway down and on the basis of some cause code is confusing. Your help and hints are appreciated. --waisee !DSPAM:4fd5bc0432761819510119! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/5fd090e2/attachment.html From gcd at i.ph Mon Jun 11 15:17:31 2012 From: gcd at i.ph (Nandy Dagondon) Date: Mon, 11 Jun 2012 19:17:31 +0800 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: samira, if your IP phone, ATA or gateway supports G729, then you can use FS free G729 codec. just make sure the codec is set in the dialplan. -nandy On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: > but for making call from one country to another need to set codec to > G729(no passthrough) because the carrier support only G729 and i want the > free one not licensing , > is it posiible to use media proxy so that use G729 without need to use commercial > license? > > ------------------------------ > *From:* Peter Olsson > *To:* Free SWITCH Users Help > *Sent:* Monday, June 11, 2012 2:21 PM > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > The passthrough codec for G.729 is built by default, just make sure to > load the module mod_g729. If you need transcoding, or use IVR?s, voicemail > etc, you must purchase commercial licenses for G729. > > /Peter > > > *Fr?n:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *F?r *Samira Mh > *Skickat:* den 11 juni 2012 10:16 > *Till:* Free SWITCH Users Help > *?mne:* [Freeswitch-users] how to use codec g729 on freeswitch ? > > hi guys, > i am going to make call using codec g729, > because the carrier support only codec g729 > is it possible to get free that? > in freeswitch implement only g729 passthrough . > but how can i get it ? > !DSPAM:4fd5a7d032762000267653! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/1d5f3b57/attachment-0001.html From saami_mh at ymail.com Mon Jun 11 15:33:15 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 04:33:15 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> yes, my voipgateway support G729 and i set "G729" on freeswitch but when making call the error occure: G729 only for passthrough !! ________________________________ From: Nandy Dagondon To: FreeSWITCH Users Help Sent: Monday, June 11, 2012 3:47 PM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? samira, if your IP phone, ATA or gateway supports G729, then you can use FS free G729 codec. just make sure the codec is set in the dialplan. -nandy On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: but for making call from one country to another need to set codec to G729(no passthrough) because the carrier support only G729 ?and i want the free one not licensing , >is it posiible to use media proxy so that use G729 without need to use??commercial license? > > > >________________________________ > From: Peter Olsson >To: Free SWITCH Users Help >Sent: Monday, June 11, 2012 2:21 PM >Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > > >The passthrough codec for G.729 is built by default, just make sure to load the module mod_g729. If you need transcoding, or use IVR?s, voicemail etc, you must purchase commercial licenses for G729. >? >/Peter >? >? >Fr?n:freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh >Skickat: den 11 juni 2012 10:16 >Till: Free SWITCH Users Help >?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? >? >hi guys, >i am going to make call using codec g729, >because the carrier ?support only codec g729 >is it possible to get free that? >in freeswitch implement only g729 passthrough . >but how can i get it ? >!DSPAM:4fd5a7d032762000267653! >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > > >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/7afd91b7/attachment.html From chris at opencsta.org Mon Jun 11 15:40:38 2012 From: chris at opencsta.org (Chris Mylonas) Date: Mon, 11 Jun 2012 21:40:38 +1000 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> Message-ID: <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> Are you bridging a call to this gateway or are you playing a soundfile to it? "passthrough" means no file based stuff is to happen on the FS server - only the codec can pass through the switch. in order to play "files" or record to a file, you will need a g729 license. HTH Chris On 11/06/2012, at 9:33 PM, Samira Mh wrote: > yes, my voipgateway support G729 and i set "G729" on freeswitch but when making call the error occure: > G729 only for passthrough !! > > From: Nandy Dagondon > To: FreeSWITCH Users Help > Sent: Monday, June 11, 2012 3:47 PM > Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > samira, > > if your IP phone, ATA or gateway supports G729, then you can use FS free G729 codec. just make sure the codec is set in the dialplan. > > -nandy > > On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: > but for making call from one country to another need to set codec to G729(no passthrough) because the carrier support only G729 and i want the free one not licensing , > is it posiible to use media proxy so that use G729 without need to use commercial license? > > From: Peter Olsson > To: Free SWITCH Users Help > Sent: Monday, June 11, 2012 2:21 PM > Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > The passthrough codec for G.729 is built by default, just make sure to load the module mod_g729. If you need transcoding, or use IVR?s, voicemail etc, you must purchase commercial licenses for G729. > > /Peter > > > Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh > Skickat: den 11 juni 2012 10:16 > Till: Free SWITCH Users Help > ?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? > > hi guys, > i am going to make call using codec g729, > because the carrier support only codec g729 > is it possible to get free that? > in freeswitch implement only g729 passthrough . > but how can i get it ? > !DSPAM:4fd5a7d032762000267653! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/f1ce5285/attachment-0001.html From alex at digitalmail.com Mon Jun 11 15:47:54 2012 From: alex at digitalmail.com (Alex Lake) Date: Mon, 11 Jun 2012 12:47:54 +0100 Subject: [Freeswitch-users] Only calling the first element in the list in this mode Message-ID: <4FD5DAEA.4000601@digitalmail.com> Having upgraded to the latest build (we were previously on a build from 2011), I'm finding that multiple SIP registrations are now working, but that multi-destination bridge commands are not. Getting messages 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only calling the first element in the list in this mode. Is there some special "allow multi destination" setting that I need to add? Rgds, Alex From bdfoster at endigotech.com Mon Jun 11 16:03:00 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 08:03:00 -0400 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: This might be a case where you need to do a loopback. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 6:01 AM, "Torstein Knutsen" wrote: > Hi > > I tried : > data="effective_caller_id_name=Hobbes"/> > I tried : > > I tried : > data="origination_caller_id_name=Hobbes"/> > > But fs_cli "conference xml_list" still shows the "original" caller_id in > the conference detail listing on all attempts... > > Thank you for your continued support :-) ! > -Torstein > > On 6 June 2012 19:02, Brian Foster wrote: > >> Crap... set the caller id inline not the conference line... sorry got a >> lot going on today lol >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 6, 2012 12:56 PM, "Torstein Knutsen" >> wrote: >> >>> Hi >>> >>> Sure? I did try that, but it does not work .. Im not doing bridge, but >>> conference .. .. >>> >>> -T >>> On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: >>> >>>> You need to be setting effective_caller_id_name before the bridge. >>>> >>>> Brian Foster >>>> Endigo Computer LLC >>>> >>>> Sent from a mobile device. >>>> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >>>> wrote: >>>> >>>>> Hi >>>>> >>>>> I'm trying to control the "caller_id_name" variable used in >>>>> conferencing. >>>>> My dialplan looks like this : >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> When I call into the conference, I do an API "conference >>>>> xml_list" which gives details of the conferencees .. >>>>> I want to be able to change the caller_id_name in the listing, but all >>>>> my efforts for doing this via dialplan fails. >>>>> >>>>> Is this even possible somehow ? >>>>> >>>>> I tried to add this to the dialplan before executing the conference : >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> /> >>>>> >>>>> But to no avail... >>>>> >>>>> Any pointers would be appreciated. >>>>> >>>>> Thank you >>>>> Torstein >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/98551496/attachment.html From bdfoster at endigotech.com Mon Jun 11 16:10:32 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 08:10:32 -0400 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: <4FD5DAEA.4000601@digitalmail.com> References: <4FD5DAEA.4000601@digitalmail.com> Message-ID: Set multiple-registrations to true in the affected Sofia profile if you haven't already done so and report back. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: > Having upgraded to the latest build (we were previously on a build from > 2011), I'm finding that multiple SIP registrations are now working, but > that multi-destination bridge commands are not. > > Getting messages > 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only > calling the first element in the list in this mode. > > Is there some special "allow multi destination" setting that I need to add? > > Rgds, > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/567a82c8/attachment-0001.html From bdfoster at endigotech.com Mon Jun 11 16:14:21 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 08:14:21 -0400 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> Message-ID: Adding to comments by Chris, this includes voicemail, faxing, basically anything media related that freeswitch would have to accomplish on it's own. If your getting that message then you are in fact doing something media relates inside freeswitch and its telling you that you've been a naughty, naughty boy. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 7:41 AM, "Chris Mylonas" wrote: > Are you bridging a call to this gateway or are you playing a soundfile to > it? > > "passthrough" means no file based stuff is to happen on the FS server - > only the codec can pass through the switch. > in order to play "files" or record to a file, you will need a g729 license. > > HTH > Chris > > > > On 11/06/2012, at 9:33 PM, Samira Mh wrote: > > yes, my voipgateway support G729 and i set "G729" on freeswitch but when > making call the error occure: > G729 only for passthrough !! > > ------------------------------ > *From:* Nandy Dagondon > *To:* FreeSWITCH Users Help > *Sent:* Monday, June 11, 2012 3:47 PM > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > samira, > > if your IP phone, ATA or gateway supports G729, then you can use FS free > G729 codec. just make sure the codec is set in the dialplan. > > -nandy > > On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: > > but for making call from one country to another need to set codec to > G729(no passthrough) because the carrier support only G729 and i want the > free one not licensing , > is it posiible to use media proxy so that use G729 without need to use commercial > license? > > ------------------------------ > *From:* Peter Olsson > *To:* Free SWITCH Users Help > *Sent:* Monday, June 11, 2012 2:21 PM > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > The passthrough codec for G.729 is built by default, just make sure to > load the module mod_g729. If you need transcoding, or use IVR?s, voicemail > etc, you must purchase commercial licenses for G729. > > /Peter > > > *Fr?n:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *F?r *Samira Mh > *Skickat:* den 11 juni 2012 10:16 > *Till:* Free SWITCH Users Help > *?mne:* [Freeswitch-users] how to use codec g729 on freeswitch ? > > hi guys, > i am going to make call using codec g729, > because the carrier support only codec g729 > is it possible to get free that? > in freeswitch implement only g729 passthrough . > but how can i get it ? > !DSPAM:4fd5a7d032762000267653! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/b2c3ecaf/attachment.html From torstein.knutsen at gmail.com Mon Jun 11 16:58:00 2012 From: torstein.knutsen at gmail.com (Torstein Knutsen) Date: Mon, 11 Jun 2012 14:58:00 +0200 Subject: [Freeswitch-users] Controlling caller_id_name In-Reply-To: References: Message-ID: Hi The loopback solution works, I'd guess I have to use that option. I'm noticing that I end up with double CDR's, and triple "active calls" ("fs_cli status"). So I have to investigate furter on that... If that's not normal behaviour ? Thank you for pointing me here ! br Torstein On 11 June 2012 14:03, Brian Foster wrote: > inline="true" /> > > This might be a case where you need to do a loopback. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 11, 2012 6:01 AM, "Torstein Knutsen" > wrote: > >> Hi >> >> I tried : >> > data="effective_caller_id_name=Hobbes"/> >> I tried : >> >> I tried : >> > data="origination_caller_id_name=Hobbes"/> >> >> But fs_cli "conference xml_list" still shows the "original" caller_id in >> the conference detail listing on all attempts... >> >> Thank you for your continued support :-) ! >> -Torstein >> >> On 6 June 2012 19:02, Brian Foster wrote: >> >>> Crap... set the caller id inline not the conference line... sorry got a >>> lot going on today lol >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> On Jun 6, 2012 12:56 PM, "Torstein Knutsen" >>> wrote: >>> >>>> Hi >>>> >>>> Sure? I did try that, but it does not work .. Im not doing bridge, but >>>> conference .. .. >>>> >>>> -T >>>> On Jun 6, 2012 5:06 PM, "Brian Foster" wrote: >>>> >>>>> You need to be setting effective_caller_id_name before the bridge. >>>>> >>>>> Brian Foster >>>>> Endigo Computer LLC >>>>> >>>>> Sent from a mobile device. >>>>> On Jun 6, 2012 6:19 AM, "Torstein Knutsen" >>>>> wrote: >>>>> >>>>>> Hi >>>>>> >>>>>> I'm trying to control the "caller_id_name" variable used in >>>>>> conferencing. >>>>>> My dialplan looks like this : >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> When I call into the conference, I do an API "conference >>>>>> xml_list" which gives details of the conferencees .. >>>>>> I want to be able to change the caller_id_name in the listing, but >>>>>> all my efforts for doing this via dialplan fails. >>>>>> >>>>>> Is this even possible somehow ? >>>>>> >>>>>> I tried to add this to the dialplan before executing the conference : >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> /> >>>>>> >>>>>> But to no avail... >>>>>> >>>>>> Any pointers would be appreciated. >>>>>> >>>>>> Thank you >>>>>> Torstein >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/f83fec89/attachment-0001.html From patrick at sunsus.net Mon Jun 11 13:09:28 2012 From: patrick at sunsus.net (=?ISO-8859-1?Q?Patrick_D=FCrsteler?=) Date: Mon, 11 Jun 2012 11:09:28 +0200 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch In-Reply-To: References: <1339334863709-7579670.post@n2.nabble.com> Message-ID: Hello I just got some information form the Provider, they use DNS for Loadbalancing, is there a way to tell Freeswitch to don't lookup agin. regards Patrick On Mon, Jun 11, 2012 at 8:08 AM, Patrick D?rsteler wrote: > Hi Tom > > Thanks for your answer, but we have the problem with the outgoing calls. > See attached sip trace. > > regards > > Patrick > > On Mon, Jun 11, 2012 at 1:09 AM, Tom C wrote: > >> Not sure if it's the same problem, but it sounds similar to the issues we >> had a couple years ago getting FreeSwitch to work with Whistlephone. >> Whistlephone also used multiple servers for load balancing, and while >> outgoing calls worked fine, incoming calls were unreliable. >> >> For more technical details, you can search this mailing list for >> Whistlephone, about a year and a half ago. >> >> The solution was to add a separate gateway for each proxy server. >> >> So, in conf/sip_profiles/external, I added whistlephone.xml, with the >> stuff below. Pay attention to proxy vs proxy1 in the server names, and the >> added "from-domain" in the secondary gateways. Using the "realm" parameter >> seemed to help me, but it took experimentation to find what worked. >> >> -------------------------------------------------------------------- >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> repeat for each proxy server..... >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/abd1e440/attachment-0001.html From iam at onnet.su Mon Jun 11 15:44:49 2012 From: iam at onnet.su (Kirill Sysoev) Date: Mon, 11 Jun 2012 15:44:49 +0400 Subject: [Freeswitch-users] Cluecon 2012 accommodation References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se><1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: <55A07435360D47ADAA0D95ADC2B8846E@OnNet> Hi! Sorry for non-technical question on the list, but I just do not know where to ask it. Regarding to the nightly rates at Wyndham. It gets much more cheaper if we'll cooperate and book double or may be triple room. Is there any attendees that want to save some money? Best regards, Kirill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/84be5bbd/attachment-0001.html From alex at thewinelake.com Mon Jun 11 17:52:36 2012 From: alex at thewinelake.com (Alex Lake) Date: Mon, 11 Jun 2012 14:52:36 +0100 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: References: <4FD5DAEA.4000601@digitalmail.com> Message-ID: <4FD5F824.1070705@thewinelake.com> Yes, that already is set to true - but I think that's what might be causing the problem! Let me explain the scenario a little better: A DDI is linked to a dialplan script a bit like this: You'll see from the bridge command that one of the outbound legs is to a user URL and the other to a sofia URL. In actuality that is 1 SIP handset and 1 PSTN destination (via a PSTN gateway) I believe we have only 1 sofia profile in the whole system - which is "internal", and that certainly has multiple-registrations set to "true" and I can see that's working by attempting to register simultaneously from lots of SIP handsets and then "show registrations" or "sofia_contact" from fs_cli. I'm wondering if I disable multiple SIP registrations, that it might then allow multiple-destination bridge commands. > Set multiple-registrations to true in the affected Sofia profile if > you haven't already done so and report back. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 7:49 AM, "Alex Lake" > wrote: > > Having upgraded to the latest build (we were previously on a build > from > 2011), I'm finding that multiple SIP registrations are now > working, but > that multi-destination bridge commands are not. > > Getting messages > 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only > calling the first element in the list in this mode. > > Is there some special "allow multi destination" setting that I > need to add? > > Rgds, > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/e6d2b8e0/attachment-0001.html From bdfoster at endigotech.com Mon Jun 11 18:29:10 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 10:29:10 -0400 Subject: [Freeswitch-users] Cluecon 2012 accommodation In-Reply-To: <55A07435360D47ADAA0D95ADC2B8846E@OnNet> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <55A07435360D47ADAA0D95ADC2B8846E@OnNet> Message-ID: Email marketing at cluecon.com if you don't get a response here. There are some pretty hefty discounts already in place for booking at that hotel (since this years cluecon will be held in the same hotel). I can't remember what the figures are on that bit its safe to say that I don't think you'll get any more $$ discounted than what is currently available. I believe you will have to call the hotel and book your rooms with a slight discount, but you'll end up saving money through the actual cluecon tickets if you book there. I could be wrong on that. We had this discussion a few weeks ago on the community call, so my memory is a little fuzzy. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 9:58 AM, "Kirill Sysoev" wrote: > ** > Hi! > > Sorry for non-technical question on the list, but I just do not know where > to ask it. > Regarding to the nightly rates at Wyndham. It gets much more cheaper if > we'll cooperate and book double or may be triple room. > > Is there any attendees that want to save some money? > > Best regards, > Kirill > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/503dab30/attachment.html From bdfoster at endigotech.com Mon Jun 11 18:33:54 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 10:33:54 -0400 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: <4FD5F824.1070705@thewinelake.com> References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> Message-ID: I don't really understand your dialplan since I don't see everything going on, but make sure you are using user/@domain.tld for your bridges. Otherwise, ill have to defer to someone else.more.knowledgeable on that subject. I will note that it does work fine for me and I am on latest as of last night. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 9:58 AM, "Alex Lake" wrote: > Yes, that already is set to true - but I think that's what might be > causing the problem! > > Let me explain the scenario a little better: > > A DDI is linked to a dialplan script a bit like this: > > > > > data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob > Darwin two"/> > > > > > > > > > data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> > data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> > > > > > "[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d"<[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@$%7Bdomain_name%7D,[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020$%7Bani%7D]sofia/internal/898000000006207855360320 at a.b.c.d> > /> > > > > > > > > > You'll see from the bridge command that one of the outbound legs is to a > user URL and the other to a sofia URL. In actuality that is 1 SIP handset > and 1 PSTN destination (via a PSTN gateway) > > I believe we have only 1 sofia profile in the whole system - which is > "internal", and that certainly has multiple-registrations set to "true" and > I can see that's working by attempting to register simultaneously from lots > of SIP handsets and then "show registrations" or "sofia_contact" from > fs_cli. > > I'm wondering if I disable multiple SIP registrations, that it might then > allow multiple-destination bridge commands. > > Set multiple-registrations to true in the affected Sofia profile if you > haven't already done so and report back. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: > >> Having upgraded to the latest build (we were previously on a build from >> 2011), I'm finding that multiple SIP registrations are now working, but >> that multi-destination bridge commands are not. >> >> Getting messages >> 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only >> calling the first element in the list in this mode. >> >> Is there some special "allow multi destination" setting that I need to >> add? >> >> Rgds, >> Alex >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/01a234cf/attachment.html From mitch.capper at gmail.com Mon Jun 11 18:37:05 2012 From: mitch.capper at gmail.com (Mitch Capper) Date: Mon, 11 Jun 2012 07:37:05 -0700 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> Message-ID: Of course if you are faxing over g729 gl:) as said if the phone supports G729 then you just need to enable pass through mode for it, check the wiki for pass through. ~Mitch On Mon, Jun 11, 2012 at 5:14 AM, Brian Foster wrote: > Adding to comments by Chris, this includes voicemail, faxing, basically > anything media related that freeswitch would have to accomplish on it's own. > If your getting that message then you are in fact doing something media > relates inside freeswitch and its telling you that you've been a naughty, > naughty boy. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 7:41 AM, "Chris Mylonas" wrote: >> >> Are you bridging a call to this gateway or are you playing a soundfile to >> it? >> >> "passthrough" means no file based stuff is to happen on the FS server - >> only the codec can pass through the switch. >> in order to play "files" or record to a file, you will need a g729 >> license. >> >> HTH >> Chris >> >> >> >> On 11/06/2012, at 9:33 PM, Samira Mh wrote: >> >> yes, my voipgateway support G729 and i set "G729" on freeswitch but when >> making call the error occure: >> G729 only for passthrough !! >> >> ________________________________ >> From: Nandy Dagondon >> To: FreeSWITCH Users Help >> Sent: Monday, June 11, 2012 3:47 PM >> Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? >> >> samira, >> >> if your IP phone, ATA or gateway supports G729, then you can use FS free >> G729 codec. just make sure the codec is set in the dialplan. >> >> -nandy >> >> On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: >> >> but for making call from one country to another need to set codec to >> G729(no passthrough) because the carrier support only G729 ?and i want the >> free one not licensing , >> is it posiible to use media proxy so that use G729 without need to >> use??commercial license? >> >> ________________________________ >> From: Peter Olsson >> To: Free SWITCH Users Help >> Sent: Monday, June 11, 2012 2:21 PM >> Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? >> >> The passthrough codec for G.729 is built by default, just make sure to >> load the module mod_g729. If you need transcoding, or use IVR?s, voicemail >> etc, you must purchase commercial licenses for G729. >> >> /Peter >> >> >> Fr?n: freeswitch-users-bounces at lists.freeswitch.org >> [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh >> Skickat: den 11 juni 2012 10:16 >> Till: Free SWITCH Users Help >> ?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? >> >> hi guys, >> i am going to make call using codec g729, >> because the carrier ?support only codec g729 >> is it possible to get free that? >> in freeswitch implement only g729 passthrough . >> but how can i get it ? >> !DSPAM:4fd5a7d032762000267653! >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 freeswitch-list at puzzled.xs4all.nl Mon Jun 11 18:46:50 2012 From: freeswitch-list at puzzled.xs4all.nl (Patrick Lists) Date: Mon, 11 Jun 2012 16:46:50 +0200 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch In-Reply-To: References: <1339334863709-7579670.post@n2.nabble.com> Message-ID: <4FD604DA.10701@puzzled.xs4all.nl> On 11-06-12 11:09, Patrick D?rsteler wrote: > Hello > > I just got some information form the Provider, they use DNS > for Loadbalancing, is there a way to tell Freeswitch to don't lookup agin. Maybe use the IP addresses instead of FQDNs? Regards, Patrick From alex at thewinelake.com Mon Jun 11 18:37:49 2012 From: alex at thewinelake.com (Alex Lake) Date: Mon, 11 Jun 2012 15:37:49 +0100 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: <4FD5F824.1070705@thewinelake.com> References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> Message-ID: <4FD602BD.8070708@thewinelake.com> By the way, user/0044302 is set up with this file: And dp0044 is set up like this: From alex at thewinelake.com Mon Jun 11 18:51:39 2012 From: alex at thewinelake.com (Alex Lake) Date: Mon, 11 Jun 2012 15:51:39 +0100 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> Message-ID: <4FD605FB.4030503@thewinelake.com> Brian, when you say "it" (as in "it does work fine for me") are you doing a bridge to several different destinations, or are you just talking about bridging to a user that happens to have multiple SIP registrations? Thanks for the encouragement, anyway... Alex > > I don't really understand your dialplan since I don't see everything > going on, but make sure you are using user/@domain.tld for > your bridges. > > Otherwise, ill have to defer to someone else.more.knowledgeable on > that subject. I will note that it does work fine for me and I am on > latest as of last night. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 9:58 AM, "Alex Lake" > wrote: > > Yes, that already is set to true - but I think that's what might > be causing the problem! > > Let me explain the scenario a little better: > > A DDI is linked to a dialplan script a bit like this: > > > > expression="^(302|441316110347)$"> > data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob > Darwin two"/> > > > data="alert_info=http://lnhnov11.dmclub.net/generic/tones/Personal.wav"/> > > > > > > data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> > data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> > > > > > data="[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d" > /> > > > > > > > > > You'll see from the bridge command that one of the outbound legs > is to a user URL and the other to a sofia URL. In actuality that > is 1 SIP handset and 1 PSTN destination (via a PSTN gateway) > > I believe we have only 1 sofia profile in the whole system - which > is "internal", and that certainly has multiple-registrations set > to "true" and I can see that's working by attempting to register > simultaneously from lots of SIP handsets and then "show > registrations" or "sofia_contact" from fs_cli. > > I'm wondering if I disable multiple SIP registrations, that it > might then allow multiple-destination bridge commands. > >> Set multiple-registrations to true in the affected Sofia profile >> if you haven't already done so and report back. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> >> On Jun 11, 2012 7:49 AM, "Alex Lake" > > wrote: >> >> Having upgraded to the latest build (we were previously on a >> build from >> 2011), I'm finding that multiple SIP registrations are now >> working, but >> that multi-destination bridge commands are not. >> >> Getting messages >> 2012-06-11 11:45:00.565775 [WARNING] >> switch_ivr_originate.c:2353 Only >> calling the first element in the list in this mode. >> >> Is there some special "allow multi destination" setting that >> I need to add? >> >> Rgds, >> Alex >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: >> 06/11/12 >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/9c5fb232/attachment-0001.html From robert.longfield at klinsight.com Mon Jun 11 19:00:02 2012 From: robert.longfield at klinsight.com (Robert Longfield) Date: Mon, 11 Jun 2012 11:00:02 -0400 Subject: [Freeswitch-users] Time needed for ringing a call group In-Reply-To: <-8988759419527339202@unknownmsgid> References: <-6559196381009927779@unknownmsgid><20120608223010.2d079108@anubis.defcon1> <-8988759419527339202@unknownmsgid> Message-ID: <14C24E97FBF044208146E7D8511CA914@KITPC003> Thanks for catching that. I have no idea where 2000 came from. I'd like to say I was thinking milliseconds but that doesn't work either :) I could also blame it on my team member that hosed the entire system which I had to pull backups to restore except 2000 was in the backups.... Well thanks for catching my goof, the system works much better already! -Rob -----Original Message----- From: Brian West Sent: Saturday, June 09, 2012 2:49 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Time needed for ringing a call group I alway kid, but my question real. 2000 seconds was exce???v?! (^-^)/ Sent from my iPad On Jun 8, 2012, at 3:30 PM, Bzzz wrote: > Hmm, either you're kidding or you have a keyboard|board problem _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 bdfoster at endigotech.com Mon Jun 11 19:03:23 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 11:03:23 -0400 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: <4FD605FB.4030503@thewinelake.com> References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> <4FD605FB.4030503@thewinelake.com> Message-ID: At the end of your bridge string there is a Sofia/. Check that, could be by design but I'm not understanding what you are doing there. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 10:57 AM, "Alex Lake" wrote: > Brian, when you say "it" (as in "it does work fine for me") are you doing > a bridge to several different destinations, or are you just talking about > bridging to a user that happens to have multiple SIP registrations? > Thanks for the encouragement, anyway... > Alex > > I don't really understand your dialplan since I don't see everything going > on, but make sure you are using user/@domain.tld for your > bridges. > > Otherwise, ill have to defer to someone else.more.knowledgeable on that > subject. I will note that it does work fine for me and I am on latest as of > last night. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 11, 2012 9:58 AM, "Alex Lake" wrote: > >> Yes, that already is set to true - but I think that's what might be >> causing the problem! >> >> Let me explain the scenario a little better: >> >> A DDI is linked to a dialplan script a bit like this: >> >> >> >> >> > data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob >> Darwin two"/> >> >> >> >> >> >> >> >> >> > data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> >> > data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> >> >> >> >> >> > "[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d"<[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@$%7Bdomain_name%7D,[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020$%7Bani%7D]sofia/internal/898000000006207855360320 at a.b.c.d> >> /> >> >> >> >> >> >> >> >> >> You'll see from the bridge command that one of the outbound legs is to a >> user URL and the other to a sofia URL. In actuality that is 1 SIP handset >> and 1 PSTN destination (via a PSTN gateway) >> >> I believe we have only 1 sofia profile in the whole system - which is >> "internal", and that certainly has multiple-registrations set to "true" and >> I can see that's working by attempting to register simultaneously from lots >> of SIP handsets and then "show registrations" or "sofia_contact" from >> fs_cli. >> >> I'm wondering if I disable multiple SIP registrations, that it might then >> allow multiple-destination bridge commands. >> >> Set multiple-registrations to true in the affected Sofia profile if you >> haven't already done so and report back. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: >> >>> Having upgraded to the latest build (we were previously on a build from >>> 2011), I'm finding that multiple SIP registrations are now working, but >>> that multi-destination bridge commands are not. >>> >>> Getting messages >>> 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only >>> calling the first element in the list in this mode. >>> >>> Is there some special "allow multi destination" setting that I need to >>> add? >>> >>> Rgds, >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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 >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/a1869bfd/attachment-0001.html From colins at succinct.co.za Mon Jun 11 19:07:05 2012 From: colins at succinct.co.za (Colin Sindle) Date: Mon, 11 Jun 2012 17:07:05 +0200 Subject: [Freeswitch-users] Garbled Leg Recording G729 with Asynchronous ptime In-Reply-To: References: Message-ID: Hi Anthony, Thank you very much for your response. Sorry, I meant that we are using the _latest_ git HEAD at time of writing. I have now tried passthru_ptime_mismatch=true, and it fixed the recording of some of the cases of asynchronous ptime, but also broke other previously "working" cases. Kind regards, Colin On 8 June 2012 21:03, Anthony Minessale wrote: > have you tried updating lately? > also try global_setvar passthru_ptime_mismatch=true > > > On Fri, Jun 8, 2012 at 3:29 AM, wrote: > > Hi, > > > > Please, I was wondering if there is anything obvious that we are missing > > when trying to record a G729 call with asynchronous pimes (in: 20ms, out: > > 60ms). > > > > The problem case call flow is: inbound leg (ptime 20 ms), start > recording, > > playback a short message, bridge to outbound (destination can only > handle a > > ptime of 60 ms). We are using mod_com_g729's codec. The audio while > on > > the call in normally fine (rarely there is one way speech depending on > > inbound/outbound provider), but the recording has a garbled outbound > > (Callee) leg (inbound/Caller voice is fine.). > > > > We have tried all the combinations of G729 at 20i, G729 at 60i, > > rtp-autofix-timing, and default-ptimes to no avail. > > > > We are using git HEAD. > > > > I do see this on fs_cli: > > > > 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - > > 0xa8894898 (nil) > > 2012-06-07 16:56:45.543269 [INFO] mod_com_g729.c:79 DECODER DESTROYX - > > 0xa8894898 (nil) > > 2012-06-07 16:56:45.583270 [WARNING] mod_sofia.c:1158 Asynchronous PTIME > not > > supported, changing our end from 20 to 60 > > 2012-06-07 16:56:45.583270 [DEBUG] sofia_glue.c:2931 Changing Codec from > > G729 at 20ms@8000hz to G729 at 60ms@8000hz > > 2012-06-07 16:56:45.623271 [INFO] mod_com_g729.c:78 ENCODER DESTROYX - > > 0xa86fe340 0xa86f1e78 > > > > Should this be working, are we missing something obvious? > > > > > > Thank you, > > > > > > Kind regards, > > > > > > Colin > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/d5b8ea1f/attachment.html From bdfoster at endigotech.com Mon Jun 11 19:21:55 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 11:21:55 -0400 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> <4FD605FB.4030503@thewinelake.com> Message-ID: This is going into stuff I haven't played with, but I'm trying my best :-) In your bridge string, instead of using a comma have you tried using :_: ? Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 11:03 AM, "Brian Foster" wrote: > At the end of your bridge string there is a Sofia/. Check that, could be > by design but I'm not understanding what you are doing there. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 11, 2012 10:57 AM, "Alex Lake" wrote: > >> Brian, when you say "it" (as in "it does work fine for me") are you >> doing a bridge to several different destinations, or are you just talking >> about bridging to a user that happens to have multiple SIP registrations? >> Thanks for the encouragement, anyway... >> Alex >> >> I don't really understand your dialplan since I don't see everything >> going on, but make sure you are using user/@domain.tld for your >> bridges. >> >> Otherwise, ill have to defer to someone else.more.knowledgeable on that >> subject. I will note that it does work fine for me and I am on latest as of >> last night. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> On Jun 11, 2012 9:58 AM, "Alex Lake" wrote: >> >>> Yes, that already is set to true - but I think that's what might be >>> causing the problem! >>> >>> Let me explain the scenario a little better: >>> >>> A DDI is linked to a dialplan script a bit like this: >>> >>> >>> >>> >> expression="^(302|441316110347)$"> >>> >> data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob >>> Darwin two"/> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> >>> >> data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> >>> >>> >>> >>> >>> >> "[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d"<[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@$%7Bdomain_name%7D,[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020$%7Bani%7D]sofia/internal/898000000006207855360320 at a.b.c.d> >>> /> >>> >>> >>> >>> >>> >>> >>> >>> >>> You'll see from the bridge command that one of the outbound legs is to a >>> user URL and the other to a sofia URL. In actuality that is 1 SIP handset >>> and 1 PSTN destination (via a PSTN gateway) >>> >>> I believe we have only 1 sofia profile in the whole system - which is >>> "internal", and that certainly has multiple-registrations set to "true" and >>> I can see that's working by attempting to register simultaneously from lots >>> of SIP handsets and then "show registrations" or "sofia_contact" from >>> fs_cli. >>> >>> I'm wondering if I disable multiple SIP registrations, that it might >>> then allow multiple-destination bridge commands. >>> >>> Set multiple-registrations to true in the affected Sofia profile if >>> you haven't already done so and report back. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: >>> >>>> Having upgraded to the latest build (we were previously on a build from >>>> 2011), I'm finding that multiple SIP registrations are now working, but >>>> that multi-destination bridge commands are not. >>>> >>>> Getting messages >>>> 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only >>>> calling the first element in the list in this mode. >>>> >>>> Is there some special "allow multi destination" setting that I need to >>>> add? >>>> >>>> Rgds, >>>> Alex >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> 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 >>> >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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 >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/d9af8a19/attachment-0001.html From patrick at sunsus.net Mon Jun 11 19:16:15 2012 From: patrick at sunsus.net (sunsus) Date: Mon, 11 Jun 2012 08:16:15 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch In-Reply-To: <4FD604DA.10701@puzzled.xs4all.nl> References: <1339334863709-7579670.post@n2.nabble.com> <4FD604DA.10701@puzzled.xs4all.nl> Message-ID: <1339427775648-7579710.post@n2.nabble.com> Hi Patrick I've tried this, but FreeSWITCH still switch to the other server sometimes. It seams it use the url from the sip header. Any idea on how to solve this? Or is it a Bug? regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-304-Unauthorized-tp7579670p7579710.html Sent from the freeswitch-users mailing list archive at Nabble.com. From msc at freeswitch.org Mon Jun 11 19:29:04 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 11 Jun 2012 08:29:04 -0700 Subject: [Freeswitch-users] Cluecon 2012 accommodation In-Reply-To: References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <55A07435360D47ADAA0D95ADC2B8846E@OnNet> Message-ID: The community conf call and IRC channels are the best place to get in touch w/ other ClueCon attendees. -MC On Mon, Jun 11, 2012 at 7:29 AM, Brian Foster wrote: > Email marketing at cluecon.com if you don't get a response here. There are > some pretty hefty discounts already in place for booking at that hotel > (since this years cluecon will be held in the same hotel). I can't remember > what the figures are on that bit its safe to say that I don't think you'll > get any more $$ discounted than what is currently available. I believe you > will have to call the hotel and book your rooms with a slight discount, but > you'll end up saving money through the actual cluecon tickets if you book > there. I could be wrong on that. We had this discussion a few weeks ago on > the community call, so my memory is a little fuzzy. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > On Jun 11, 2012 9:58 AM, "Kirill Sysoev" wrote: > >> ** >> Hi! >> >> Sorry for non-technical question on the list, but I just do not know >> where to ask it. >> Regarding to the nightly rates at Wyndham. It gets much more cheaper if >> we'll cooperate and book double or may be triple room. >> >> Is there any attendees that want to save some money? >> >> Best regards, >> Kirill >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/0ae3fd5e/attachment.html From msc at freeswitch.org Mon Jun 11 19:33:51 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 11 Jun 2012 08:33:51 -0700 Subject: [Freeswitch-users] XML_CURL and static XML (loaded in memory) In-Reply-To: References: Message-ID: This sounds like the curl request is timing out. I'd look outside FS to see what's wrong. -MC On Thu, Jun 7, 2012 at 5:56 AM, Vik Killa wrote: > Is it possible to load freeswitch with static XML and then load > mod_xml_curl? > It seems FreeSWITCH does not work correctly when this is done. > Here is an example: > In freeswitch.xml, I have: >
> >
> > This loads my directory configuration statically in memory. > After I start FreeSWITCH, I load mod_xml_curl with 'fs_cli> load > mod_xml_curl' > (mod_xml_curl is not loaded when freeswitch starts) > > Here is my XML_CURL configuration: > > > > > bindings="directory" /> > > > > > FreeSWITCH does not seem to function properly after XML_CURL is loaded. > If I run the 'user_data' API, FS hangs there for a long time and > eventually returns the password from memory (it does not make an > XML_CURL request) > Here is example: > fs_cli> user_data 1000 at domain.com param password > > I guess the ultimate question is this: > Is there any way to setup XML_CURL to failover to static XML (loaded in > memory)? > > Thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/99bbc8d2/attachment.html From alex at thewinelake.com Mon Jun 11 19:51:01 2012 From: alex at thewinelake.com (Alex Lake) Date: Mon, 11 Jun 2012 16:51:01 +0100 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> <4FD605FB.4030503@thewinelake.com> Message-ID: <4FD613E5.20105@thewinelake.com> I have not! I presume that's for the bits between the destinations (and not the use of commas between destination-specific channel variables). /> I'll give it a go. > > This is going into stuff I haven't played with, but I'm trying my best :-) > > In your bridge string, instead of using a comma have you tried using :_: ? > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 11:03 AM, "Brian Foster" > wrote: > > At the end of your bridge string there is a Sofia/. Check that, > could be by design but I'm not understanding what you are doing there. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 10:57 AM, "Alex Lake" > wrote: > > Brian, when you say "it" (as in "it does work fine for me") > are you doing a bridge to several different destinations, or > are you just talking about bridging to a user that happens to > have multiple SIP registrations? > Thanks for the encouragement, anyway... > Alex >> >> I don't really understand your dialplan since I don't see >> everything going on, but make sure you are using >> user/@domain.tld for your bridges. >> >> Otherwise, ill have to defer to someone >> else.more.knowledgeable on that subject. I will note that it >> does work fine for me and I am on latest as of last night. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> >> On Jun 11, 2012 9:58 AM, "Alex Lake" > > wrote: >> >> Yes, that already is set to true - but I think that's >> what might be causing the problem! >> >> Let me explain the scenario a little better: >> >> A DDI is linked to a dialplan script a bit like this: >> >> >> >> > expression="^(302|441316110347)$"> >> > data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob >> Darwin two"/> >> >> >> > data="alert_info=http://lnhnov11.dmclub.net/generic/tones/Personal.wav"/> >> >> >> >> > data="bridge_generate_comfort_noise=true"/> >> >> > data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> >> > data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> >> >> > data="transfer_ringback_=$${uk-ring}"/> >> >> >> > data="[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d" >> /> >> >> >> >> >> >> >> >> >> You'll see from the bridge command that one of the >> outbound legs is to a user URL and the other to a sofia >> URL. In actuality that is 1 SIP handset and 1 PSTN >> destination (via a PSTN gateway) >> >> I believe we have only 1 sofia profile in the whole >> system - which is "internal", and that certainly has >> multiple-registrations set to "true" and I can see that's >> working by attempting to register simultaneously from >> lots of SIP handsets and then "show registrations" or >> "sofia_contact" from fs_cli. >> >> I'm wondering if I disable multiple SIP registrations, >> that it might then allow multiple-destination bridge >> commands. >> >>> Set multiple-registrations to true in the affected Sofia >>> profile if you haven't already done so and report back. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> >>> On Jun 11, 2012 7:49 AM, "Alex Lake" >>> > wrote: >>> >>> Having upgraded to the latest build (we were >>> previously on a build from >>> 2011), I'm finding that multiple SIP registrations >>> are now working, but >>> that multi-destination bridge commands are not. >>> >>> Getting messages >>> 2012-06-11 11:45:00.565775 [WARNING] >>> switch_ivr_originate.c:2353 Only >>> calling the first element in the list in this mode. >>> >>> Is there some special "allow multi destination" >>> setting that I need to add? >>> >>> Rgds, >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> FreeSWITCH-powered IP PBX: The CudaTel Communication >>> Server >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5062 - >>> Release Date: 06/11/12 >>> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release >> Date: 06/11/12 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/f45369a8/attachment-0001.html From fvillarroel at yahoo.com Mon Jun 11 19:52:08 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Mon, 11 Jun 2012 08:52:08 -0700 (PDT) Subject: [Freeswitch-users] application set variable problem Message-ID: <1339429928.32332.YahooMailClassic@web160305.mail.bf1.yahoo.com> Hi All. i am using mod_lcr My custom SQL: wrote: > I don't see anything related to XML_CURL in the cookbook. Would you > know what page or chapter to look in? > > On Mon, Jun 11, 2012 at 12:11 PM, Michael Collins > wrote: > > I would check Ray's recipes from the cookbook. I think he explicitly > talks > > about dynamic w/ static failover. I don't know that he specifically > > discusses the directory, but I don't know if that is different than > dialplan > > or other configs. > > -MC > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/a9b97ee4/attachment.html From jayesh.voip at gmail.com Mon Jun 11 20:44:10 2012 From: jayesh.voip at gmail.com (Jayesh Nambiar) Date: Mon, 11 Jun 2012 22:14:10 +0530 Subject: [Freeswitch-users] mod_callcenter missing the variable cc_queue_terminated_epoch in xml-cdr Message-ID: Hi, I am trying to generate call-center reports using the variables generated on channels by mod_callcenter. I am using xml-cdr for the same. I can see in the xml-cdr all the variables documented in the mod_callcenter wiki page except "cc_queue_terminated_epoch". When I checked the code it seemed that if cc_queue_answer_epoch is set, cc_queue_terminated has to be set and should be visible in the xml-cdr but it doesn't. Now to troubleshoot further, I entered the fs_cli and executed /events plain all to check the variables generated in the events. To my surprize I could see the variable "cc_queue_terminated_epoch" in the "CHANNEL_DESTROY" event but it still does not show in the xml-cdr. I was talking to Sevet on IRC who recommended to pastebin the event output and the xml-cdr output for the same call. I have copied it in the Pastebin here: http://pastebin.freeswitch.org/19258 Any ideas on why this variable would not be visible in the xml-cdr !! I was expecting to get the exact call duration between the member and the agent with this variable. Thanks in advance. --- Jayesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/27c9141d/attachment-0001.html From saami_mh at ymail.com Mon Jun 11 20:54:45 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 09:54:45 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> Message-ID: <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> hi guys, thanks alot for your great replies, yes Chris, i want to bridge call using my VOIPgateway so that making calls to another countries.. but the carrier only support G729 codec and the FS send G722 (set in vars.xml) to myVoipGateway that is set as an gateway in /usr/local/freeswitch/sip-profile/external/ and when FS send media to Gateway(using bridge application) the error occure:unacceptable media,then check VOIPGW and find out the only codec that? can be pass through VOIPgw is G729, but FS only send G711,G722,... not G729 ________________________________ From: Chris Mylonas To: FreeSWITCH Users Help Sent: Monday, June 11, 2012 4:10 PM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? Are you bridging a call to this gateway or are you playing a soundfile to it? "passthrough" means no file based stuff is to happen on the FS server - only the codec can pass through the switch. in order to play "files" or record to a file, you will need a g729 license. HTH Chris On 11/06/2012, at 9:33 PM, Samira Mh wrote: yes, my voipgateway support G729 and i set "G729" on freeswitch but when making call the error occure: >G729 only for passthrough !! > > > >________________________________ > From: Nandy Dagondon >To: FreeSWITCH Users Help >Sent: Monday, June 11, 2012 3:47 PM >Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > >samira, > >if your IP phone, ATA or gateway supports G729, then you can use FS free G729 codec. just make sure the codec is set in the dialplan. > >-nandy > > >On Mon, Jun 11, 2012 at 6:13 PM, Samira Mh wrote: > >but for making call from one country to another need to set codec to G729(no passthrough) because the carrier support only G729 ?and i want the free one not licensing , >>is it posiible to use media proxy so that use G729 without need to use??commercial license? >> >> >> >>________________________________ >> From: Peter Olsson >>To: Free SWITCH Users Help >>Sent: Monday, June 11, 2012 2:21 PM >>Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? >> >> >> >>The passthrough codec for G.729 is built by default, just make sure to load the module mod_g729. If you need transcoding, or use IVR?s, voicemail etc, you must purchase commercial licenses for G729. >>? >>/Peter >>? >>? >>Fr?n:freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Samira Mh >>Skickat: den 11 juni 2012 10:16 >>Till: Free SWITCH Users Help >>?mne: [Freeswitch-users] how to use codec g729 on freeswitch ? >>? >>hi guys, >>i am going to make call using codec g729, >>because the carrier ?support only codec g729 >>is it possible to get free that? >>in freeswitch implement only g729 passthrough . >>but how can i get it ? >>!DSPAM:4fd5a7d032762000267653! >>_________________________________________________________________________ >>Professional FreeSWITCH Consulting Services: >>consulting at freeswitch.org >>http://www.freeswitchsolutions.com >> >> >> >> >>Official FreeSWITCH Sites >>http://www.freeswitch.org >>http://wiki.freeswitch.org >>http://www.cluecon.com >> >>Join Us At ClueCon - Aug 7-9, 2012 >> >>FreeSWITCH-users mailing list >>FreeSWITCH-users at lists.freeswitch.org >>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>http://www.freeswitch.org >> >> >> >>_________________________________________________________________________ >>Professional FreeSWITCH Consulting Services: >>consulting at freeswitch.org >>http://www.freeswitchsolutions.com >> >> >> >> >>Official FreeSWITCH Sites >>http://www.freeswitch.org >>http://wiki.freeswitch.org >>http://www.cluecon.com >> >>Join Us At ClueCon - Aug 7-9, 2012 >> >>FreeSWITCH-users mailing list >>FreeSWITCH-users at lists.freeswitch.org >>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>http://www.freeswitch.org >> >> > >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > > >_________________________________________________________________________ >Professional FreeSWITCH Consulting Services: >consulting at freeswitch.org >http://www.freeswitchsolutions.com > > > > >Official FreeSWITCH Sites >http://www.freeswitch.org >http://wiki.freeswitch.org >http://www.cluecon.com > >Join Us At ClueCon - Aug 7-9, 2012 > >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/4803da5d/attachment.html From marketing at cluecon.com Mon Jun 11 21:12:47 2012 From: marketing at cluecon.com (Michael Collins) Date: Mon, 11 Jun 2012 10:12:47 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly News and Notes Message-ID: Happy Monday to you all! Last Wednesday we had a nice discussion on the weekly conference callabout mod_httapi . It turns out that there is a fair amount of interest in the great module but that there are some questions about how to handle certain scenarios, such as "session tracking." Thanks to Raymond Chandler for being available to answer a lot of those questions. We will be doing a followup discussion that focuses on Raymond's PHP examples for using mod_httapi. These examples do a good job of demonstrating the power and ease of HTTAPI. ClueCon season is upon us and our list of speakers and sponsors continues to grow. Packt Publishingis now on board as a media sponsor and we hope to have some nice items from them to give away at the conference. Keep checking the schedulefor updates as we are confirming new speakers each week. We are also happy to report that the Wyndham has completed its changeover and is officially known as the Hyatt Chicago Magnificent Mile. (As of this writing their web site is undergoing maintenance, so be patient.) We are excited to see what's in store at this revamped hotel and can't wait to see everyone there this August! -- Michael S Collins ClueCon Team http://www.cluecon.com?cc12-0611 877-7-4ACLUE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/84b62ca5/attachment-0001.html From gabe at gundy.org Mon Jun 11 21:25:13 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Mon, 11 Jun 2012 11:25:13 -0600 Subject: [Freeswitch-users] using APNS with diaplan : throttle a call until a certain condition changes In-Reply-To: References: Message-ID: On Sun, Jun 10, 2012 at 1:48 PM, John Gathm wrote: > so to summarize, I should (I did tome tries) Keep in mind, I was just sharing ideas about a general approach, not a specific solution... so you may have to tinker a bit. > 1) kind of park if failure - kind of replace the voicemail More or less. > 2) subscribe to "event xml CHANNEL_PARK" > ==> which UDID is the one I should watch to be able to unpark the call ? Check this against the 'show channels' > ==> which command from mod_command should I then use to "resume" the call ? > or transfer/bridge again to extension 1234 There are a number of ways you could do it. Bridging once you have both UUIDs is an option. http://wiki.freeswitch.org/wiki/Mod_commands#uuid_bridge Good luck, Gabe From roger.castaldo at gmail.com Mon Jun 11 22:06:35 2012 From: roger.castaldo at gmail.com (Roger Castaldo) Date: Mon, 11 Jun 2012 14:06:35 -0400 Subject: [Freeswitch-users] Event Socket In-Reply-To: References: <6A6B4C284AD15042B429EB9D904544AD0225507272@NY1-EXMB-01.ip-soft.net> Message-ID: I have updated the code base with more functionality as well as added in a fix to handle a memory leak issue within mono if you had not noticed it. On Thu, Dec 22, 2011 at 12:04 PM, Roger Castaldo wrote: > Okay thanks for the info I will just have to do it somewhat differently in > my code then, as i said I was just curious thinking that there might be > some obscure command to list them > > On Thu, Dec 22, 2011 at 11:19 AM, Hector Geraldino < > Hector.Geraldino at ip-soft.net> wrote: > >> Hi Roger,**** >> >> ** ** >> >> If the set of available events is constant (any of the existing events >> can be received by the ESL application at any time), I don?t see why you >> need to query FS to get this list. Let?s suppose this api command exists: >> issuing this command will always return a list with the same values, which >> are the values already listed on the Events list page:**** >> >> ** ** >> >> http://wiki.freeswitch.org/wiki/Event_List**** >> >> ** ** >> >> Can you do that? I?m pretty sure you can?t. But, if you **really** want >> to get this list of events after issuing an api command to freeswitch >> (non-negotiable feature), you can always send an ?api echo STRING_LIST? >> with the list of possible values:**** >> >> ** ** >> >> api echo CHANNEL_CALLSTATE CHANNEL_CREATE CHANNEL_DESTROY CHANNEL_STATE >> CHANNEL_ANSWER CHANNEL_HANGUP CHANNEL_HANGUP_COMPLETE CHANNEL_EXECUTE >> CHANNEL_EXECUTE_COMPLETE**** >> >> ** ** >> >> Content-Type: api/response**** >> >> Content-Length: 157**** >> >> ** ** >> >> CHANNEL_CALLSTATE CHANNEL_CREATE CHANNEL_DESTROY CHANNEL_STATE >> CHANNEL_ANSWER CHANNEL_HANGUP CHANNEL_HANGUP_COMPLETE CHANNEL_EXECUTE >> CHANNEL_EXECUTE_COMPLETE **** >> >> ** ** >> >> ** ** >> >> PS: I?m kidding**** >> >> ** ** >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Roger >> Castaldo >> *Sent:* Thursday, December 22, 2011 10:41 AM >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* [Freeswitch-users] Event Socket**** >> >> ** ** >> >> Hi everyone i have a simple question, is there an api command that will >> list all the available events that can be listened on by the event socket? >> i realize there is a wiki page containing a list but for my purposes an api >> command to list the available event names would be much better.**** >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/6a9ac1e9/attachment.html From paul at cupis.co.uk Mon Jun 11 22:21:17 2012 From: paul at cupis.co.uk (Paul Cupis) Date: Mon, 11 Jun 2012 19:21:17 +0100 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <4FD6371D.1010307@cupis.co.uk> On 11/06/12 17:54, Samira Mh wrote: > i want to bridge call using my VOIPgateway so that making calls to > another countries.. > but the carrier only support G729 codec and the FS send G722 (set in > vars.xml) to myVoipGateway that is set as an gateway in > /usr/local/freeswitch/sip-profile/external/ > and when FS send media to Gateway(using bridge application) the error > occure:unacceptable media,then check VOIPGW and find out the only codec > that > can be pass through VOIPgw is G729, but FS only send G711,G722,... not G729 Can you provide a SIP or FreeSWITCH trace of a call, please? Do you have the following enabled in your SIP profile? Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? Regards, From djbinter at gmail.com Mon Jun 11 23:11:28 2012 From: djbinter at gmail.com (DJB International) Date: Mon, 11 Jun 2012 12:11:28 -0700 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 Message-ID: I've recently updated my Polycom 650 phone to use 4.0.2. I am not sure what broke the caller id for received calls, it kept showing as Unknown Party; however, the weird thing is that the Missed Calls show the correct caller id. Anyone experienced this issue. Please advise. FreeSWITCH Version 1.2.0-rc2 Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/cf42ef87/attachment.html From royj at yandex.ru Mon Jun 11 23:31:23 2012 From: royj at yandex.ru (royj) Date: Mon, 11 Jun 2012 23:31:23 +0400 Subject: [Freeswitch-users] mod_gsmopen on FreeBSD Message-ID: <20120611233123.ebed9bee.royj@yandex.ru> Hi all Does anyone use mod_gsmopen on FreeBSD? I have tried to make according to the instructions - http://wiki.freeswitch.org/wiki/GSMopen#Building, and got an error when compiling libctb-0.16 which is only for Linux and Win32 (https://iftools.com/download/ctb/0.14/refman.pdf). Is there any solution other than changing OS ) -- royj From bdfoster at endigotech.com Mon Jun 11 23:59:53 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Mon, 11 Jun 2012 15:59:53 -0400 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 In-Reply-To: References: Message-ID: Pastebin a log with sip trace where this happens and we'll go from there. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 11, 2012 3:13 PM, "DJB International" wrote: > I've recently updated my Polycom 650 phone to use 4.0.2. > > I am not sure what broke the caller id for received calls, it kept showing > as Unknown Party; however, the weird thing is that the Missed Calls show > the correct caller id. > > Anyone experienced this issue. Please advise. > > FreeSWITCH Version 1.2.0-rc2 > > Thank you. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/2226405e/attachment-0001.html From fvillarroel at yahoo.com Tue Jun 12 01:02:04 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Mon, 11 Jun 2012 14:02:04 -0700 (PDT) Subject: [Freeswitch-users] application set variable problem In-Reply-To: <1339429928.32332.YahooMailClassic@web160305.mail.bf1.yahoo.com> Message-ID: <1339448524.78109.YahooMailClassic@web160303.mail.bf1.yahoo.com> Hi. Does anyone could help me. --- On Mon, 6/11/12, FERNANDO VILLARROEL wrote: > From: FERNANDO VILLARROEL > Subject: [Freeswitch-users] application set variable problem > To: freeswitch-users at lists.freeswitch.org > Date: Monday, June 11, 2012, 12:52 PM > Hi All. > > i am using mod_lcr > > > ? > ? data="nibble_account=${accountcode}"/> > ? data="nibble_rate=${lcr_rate_1}"/> > ? > ? data="accounts_tarifa=${tarifa}"/> > > My custom SQL: > > > ? ? ? wrote: > At the end of your bridge string there is a Sofia/. Check that, could be by design but I'm not understanding what you are doing there. > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 10:57 AM, "Alex Lake" wrote: > Brian, when you say "it" (as in "it does work fine for me") are you doing a bridge to several different destinations, or are you just talking about bridging to a user that happens to have multiple SIP registrations? > Thanks for the encouragement, anyway... > Alex >> I don't really understand your dialplan since I don't see everything going on, but make sure you are using user/@domain.tld for your bridges. >> >> Otherwise, ill have to defer to someone else.more.knowledgeable on that subject. I will note that it does work fine for me and I am on latest as of last night. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> >> On Jun 11, 2012 9:58 AM, "Alex Lake" wrote: >> Yes, that already is set to true - but I think that's what might be causing the problem! >> >> Let me explain the scenario a little better: >> >> A DDI is linked to a dialplan script a bit like this: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> You'll see from the bridge command that one of the outbound legs is to a user URL and the other to a sofia URL. In actuality that is 1 SIP handset and 1 PSTN destination (via a PSTN gateway) >> >> I believe we have only 1 sofia profile in the whole system - which is "internal", and that certainly has multiple-registrations set to "true" and I can see that's working by attempting to register simultaneously from lots of SIP handsets and then "show registrations" or "sofia_contact" from fs_cli. >> >> I'm wondering if I disable multiple SIP registrations, that it might then allow multiple-destination bridge commands. >> >>> Set multiple-registrations to true in the affected Sofia profile if you haven't already done so and report back. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> >>> On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: >>> Having upgraded to the latest build (we were previously on a build from >>> 2011), I'm finding that multiple SIP registrations are now working, but >>> that multi-destination bridge commands are not. >>> >>> Getting messages >>> 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only >>> calling the first element in the list in this mode. >>> >>> Is there some special "allow multi destination" setting that I need to add? >>> >>> Rgds, >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >>> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/85149325/attachment-0001.html From anthony.minessale at gmail.com Tue Jun 12 01:23:29 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 11 Jun 2012 16:23:29 -0500 Subject: [Freeswitch-users] Only calling the first element in the list in this mode In-Reply-To: References: <4FD5DAEA.4000601@digitalmail.com> <4FD5F824.1070705@thewinelake.com> <4FD605FB.4030503@thewinelake.com> Message-ID: This is because you cannot put a forked dial as the dial string for a /user and then use that /user in another forked dial, this is a double forked dial. Enterprise originate (ie :_: ) solves this with multi-threaded simultaneous originates. On Mon, Jun 11, 2012 at 4:16 PM, Alex Lake wrote: > Well, whaddyaknow - using :_: fixed it! > Thanks a million... > > > On 11 Jun 2012, at 16:21, Brian Foster wrote: > > This is going into stuff I haven't played with, but I'm trying my best :-) > > In your bridge string, instead of using a comma have you tried using :_: ? > > Brian Foster > Endigo Computer LLC > > Sent from a mobile device. > > On Jun 11, 2012 11:03 AM, "Brian Foster" wrote: >> >> At the end of your bridge string there is a Sofia/. Check that, could be >> by design but I'm not understanding what you are doing there. >> >> Brian Foster >> Endigo Computer LLC >> >> Sent from a mobile device. >> >> On Jun 11, 2012 10:57 AM, "Alex Lake" wrote: >>> >>> Brian, when you say "it" (as in "it does work fine for me") are you doing >>> a bridge to several different destinations, or are you just talking about >>> bridging to a user that happens to have multiple SIP registrations? >>> Thanks for the encouragement, anyway... >>> Alex >>> >>> I don't really understand your dialplan since I don't see everything >>> going on, but make sure you are using user/@domain.tld for your >>> bridges. >>> >>> Otherwise, ill have to defer to someone else.more.knowledgeable on that >>> subject. I will note that it does work fine for me and I am on latest as of >>> last night. >>> >>> Brian Foster >>> Endigo Computer LLC >>> >>> Sent from a mobile device. >>> >>> On Jun 11, 2012 9:58 AM, "Alex Lake" wrote: >>>> >>>> Yes, that already is set to true - but I think that's what might be >>>> causing the problem! >>>> >>>> Let me explain the scenario a little better: >>>> >>>> A DDI is linked to a dialplan script a bit like this: >>>> >>>> >>>> ? >>>> ? >>> expression="^(302|441316110347)$"> >>>> ?? >>> data="sb_routing=${sb_routing}&441316110347_302_PersonalExtension_Rob Darwin >>>> two"/> >>>> ?? >>>> ?? >>>> ?? >>> data="alert_info=http://lnhnov11.dmclub.net/generic/tones/Personal.wav"/> >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>> data="whisper_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/302_whisper.wav"/> >>>> ?? >>> data="accept_msg=/home/pabx/004-0044/20120611-114725-00001/recordings/tts/accept1.wav"/> >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>> data="[tenant_id=0044,b_ext=302,accept_mode=Direct]user/0044302@${domain_name},[tenant_id=0044,b_ext=302,leg_delay_start=60,accept_mode=Direct,origination_caller_id_number=00443020${ani}]sofia/internal/898000000006207855360320 at a.b.c.d"/> >>>> ?? >>>> ?? >>>> ?? >>>> ?? >>>> ? >>>> ? >>>> >>>> >>>> You'll see from the bridge command that one of the outbound legs is to a >>>> user URL and the other to a sofia URL. In actuality that is 1 SIP handset >>>> and 1 PSTN destination (via a PSTN gateway) >>>> >>>> I believe we have only 1 sofia profile in the whole system - which is >>>> "internal", and that certainly has multiple-registrations set to "true" and >>>> I can see that's working by attempting to register simultaneously from lots >>>> of SIP handsets and then "show registrations" or "sofia_contact" from >>>> fs_cli. >>>> >>>> I'm wondering if I disable multiple SIP registrations, that it might >>>> then allow multiple-destination bridge commands. >>>> >>>> Set multiple-registrations to true in the affected Sofia profile if you >>>> haven't already done so and report back. >>>> >>>> Brian Foster >>>> Endigo Computer LLC >>>> >>>> Sent from a mobile device. >>>> >>>> On Jun 11, 2012 7:49 AM, "Alex Lake" wrote: >>>>> >>>>> Having upgraded to the latest build (we were previously on a build from >>>>> 2011), I'm finding that multiple SIP registrations are now working, but >>>>> that multi-destination bridge commands are not. >>>>> >>>>> Getting messages >>>>> 2012-06-11 11:45:00.565775 [WARNING] switch_ivr_originate.c:2353 Only >>>>> calling the first element in the list in this mode. >>>>> >>>>> Is there some special "allow multi destination" setting that I need to >>>>> add? >>>>> >>>>> Rgds, >>>>> Alex >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> No virus found in this message. >>>> Checked by AVG - www.avg.com >>>> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: >>>> 06/11/12 >>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5062 - Release Date: 06/11/12 >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From lloyd.aloysius at gmail.com Tue Jun 12 05:17:35 2012 From: lloyd.aloysius at gmail.com (Lloyd Aloysius) Date: Mon, 11 Jun 2012 21:17:35 -0400 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router Message-ID: Hi All: Currently I use pfSense for NAT implementations. But I found there are few bugs in the firmware cause Presence not working reliably. What are best routers out there with good support for SIP. I am looking for a NAT router that support 20-30 phones . Any good recommendations? Thanks Lloyd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/bccafbdc/attachment.html From sos at sokhapkin.dyndns.org Tue Jun 12 05:27:46 2012 From: sos at sokhapkin.dyndns.org (Sergey Okhapkin) Date: Mon, 11 Jun 2012 21:27:46 -0400 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: References: Message-ID: <1421146.EMNVR6yscs@sos> The best router is a router which knows nothing about SIP. I'm not kidding. Let SIP provider's server handle NAT-related issues. On Monday 11 June 2012 21:17:35 Lloyd Aloysius wrote: > Hi All: > > Currently I use pfSense for NAT implementations. But I found there are few > bugs in the firmware cause Presence not working reliably. > > What are best routers out there with good support for SIP. I am looking for > a NAT router that support 20-30 phones . Any good recommendations? > > Thanks > Lloyd From gabe at gundy.org Tue Jun 12 07:16:58 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Mon, 11 Jun 2012 21:16:58 -0600 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: <1421146.EMNVR6yscs@sos> References: <1421146.EMNVR6yscs@sos> Message-ID: On Mon, Jun 11, 2012 at 7:27 PM, Sergey Okhapkin wrote: > The best router is a router which knows nothing about SIP. I'm not kidding. > Let SIP provider's server handle NAT-related issues. I agree. If you monkey with the SIP messages, it makes their job much harder. Gabe From yehavi.bourvine at gmail.com Tue Jun 12 07:56:49 2012 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Tue, 12 Jun 2012 06:56:49 +0300 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 In-Reply-To: References: Message-ID: You will soon notice another problem with them: If you use shared lines then all outgoing calls are listed as incoming, and all unanswered outgoing calls are listed as incoming missed calls... __Yehavi: 2012/6/11 DJB International > I've recently updated my Polycom 650 phone to use 4.0.2. > > I am not sure what broke the caller id for received calls, it kept showing > as Unknown Party; however, the weird thing is that the Missed Calls show > the correct caller id. > > Anyone experienced this issue. Please advise. > > FreeSWITCH Version 1.2.0-rc2 > > Thank you. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/c7f24ca6/attachment.html From saami_mh at ymail.com Tue Jun 12 08:06:35 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 21:06:35 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <4FD6371D.1010307@cupis.co.uk> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> Message-ID: <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> thansk for your reply, it is kind of you to help me.. please let me paste myconfigurations files here; 1-the configuration ?file /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml ?is like this: ? ? ? ? ? ? ? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ?? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2-yes, i have enabled ?"inbound-late-negotiation"?in the (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: ? 3-the issue of sofia status: ?external::cisco ? ? ? gateway ? ? ? ? ? ? sip:register:false at 85.15.0.154 ? ? ?NOREG 4-also , the configuration file for codecs are as follow :/usr/local/freeswitch/conf/vars.xml ? 5- the mod_g729 was loaded? 6-i have enabled the siptrace: ?sofia profile external siptrace on: the siptrace outpout as follow: send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: ? ?------------------------------------------------------------------------ ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?CSeq: 29400529 INVITE ? ?Contact: ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY ? ?Supported: timer, precondition, path, replaces ? ?Allow-Events: talk, hold, refer ? ?Content-Type: application/sdp ? ?Content-Disposition: session ? ?Content-Length: 234 ? ?X-FS-Support: update_display,send_info ? ?Remote-Party-ID: "1000" ;party=calling;screen=yes;privacy=off ? ?v=0 ? ?o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 ? ?s=FreeSWITCH ? ?c=IN IP4 192.168.10.70 ? ?t=0 0 ? ?m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 ? ?a=fmtp:18 annexb=yes ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-16 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 100 Trying ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 183 Session Progress ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTER ? ?Allow-Events: telephone-event ? ?Contact: ? ?Content-Disposition: session;handling=required ? ?Content-Type: application/sdp ? ?Content-Length: 268 ? ?v=0 ? ?o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 ? ?s=SIP Call ? ?c=IN IP4 85.15.0.154 ? ?t=0 0 ? ?m=audio 18218 RTP/AVP 0 13 101 ? ?c=IN IP4 85.15.0.154 ? ?a=rtpmap:0 PCMU/8000 ? ?a=rtpmap:13 CN/8000 ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-15 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 500 Internal Server Error ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: ? ?------------------------------------------------------------------------ ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?CSeq: 29400529 ACK ? ?Content-Length: 0 ------------------------------------------------------------------------------------------------------------------ when change the configuration file the below: ? the siptrace is like this: send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: ? ?------------------------------------------------------------------------ ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?CSeq: 29400774 INVITE ? ?Contact: ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY ? ?Supported: timer, precondition, path, replaces ? ?Allow-Events: talk, hold, refer ? ?Content-Type: application/sdp ? ?Content-Disposition: session ? ?Content-Length: 226 ? ?X-FS-Support: update_display,send_info ? ?Remote-Party-ID: "1000" ;party=calling;screen=yes;privacy=off ? ?v=0 ? ?o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 ? ?s=FreeSWITCH ? ?c=IN IP4 192.168.10.70 ? ?t=0 0 ? ?m=audio 25814 RTP/AVP 18 101 13 ? ?a=fmtp:18 annexb=yes ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-16 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 488 Not Acceptable Media ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ;tag=457FC664-6A6 ? ?Date: Tue, 12 Jun 2012 04:01:24 GMT ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400774 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: ? ?------------------------------------------------------------------------ ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ;tag=457FC664-6A6 ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?CSeq: 29400774 ACK ? ?Content-Length: 0 plz help,thanks so much ________________________________ From: Paul Cupis To: FreeSWITCH Users Help Sent: Monday, June 11, 2012 10:51 PM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? On 11/06/12 17:54, Samira Mh wrote: > i want to bridge call using my VOIPgateway so that making calls to > another countries.. > but the carrier only support G729 codec and the FS send G722 (set in > vars.xml) to myVoipGateway that is set as an gateway in > /usr/local/freeswitch/sip-profile/external/ > and when FS send media to Gateway(using bridge application) the error > occure:unacceptable media,then check VOIPGW and find out the only codec > that > can be pass through VOIPgw is G729, but FS only send G711,G722,... not G729 Can you provide a SIP or FreeSWITCH trace of a call, please? Do you have the following enabled in your SIP profile? ? Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/8ddededd/attachment-0001.html From saami_mh at ymail.com Tue Jun 12 08:13:10 2012 From: saami_mh at ymail.com (Samira Mh) Date: Mon, 11 Jun 2012 21:13:10 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <1339474390.46866.YahooMailNeo@web120106.mail.ne1.yahoo.com> sorry i forgot to paste codec on internal and external: freeswitch at internal> sofia status profile internal ================================================================================================= Name ? ? ? ? ? ? ? ? ? ?internal Domain Name ? ? ? ? ? ? N/A Auto-NAT ? ? ? ? ? ? ? ?false DBName ? ? ? ? ? ? ? ? ?sofia_reg_internal Pres Hosts ? ? ? ? ? ? ?192.168.10.70,192.168.10.70 Dialplan ? ? ? ? ? ? ? ?XML Context ? ? ? ? ? ? ? ? public Challenge Realm ? ? ? ? auto_from RTP-IP ? ? ? ? ? ? ? ? ?192.168.10.70 SIP-IP ? ? ? ? ? ? ? ? ?192.168.10.70 URL ? ? ? ? ? ? ? ? ? ? sip:mod_sofia at 192.168.10.70:5060 BIND-URL ? ? ? ? ? ? ? ?sip:mod_sofia at 192.168.10.70:5060 HOLD-MUSIC ? ? ? ? ? ? ?local_stream://moh OUTBOUND-PROXY ? ? ? ? ?N/A CODECS IN ? ? ? ? ? ? ? G729 CODECS OUT ? ? ? ? ? ? ?G729 TEL-EVENT ? ? ? ? ? ? ? 101 DTMF-MODE ? ? ? ? ? ? ? rfc2833 CNG ? ? ? ? ? ? ? ? ? ? 13 SESSION-TO ? ? ? ? ? ? ?0 MAX-DIALOG ? ? ? ? ? ? ?0 NOMEDIA ? ? ? ? ? ? ? ? false LATE-NEG ? ? ? ? ? ? ? ?true PROXY-MEDIA ? ? ? ? ? ? false ZRTP-PASSTHRU ? ? ? ? ? false AGGRESSIVENAT ? ? ? ? ? false STUN-ENABLED ? ? ? ? ? ?true STUN-AUTO-DISABLE ? ? ? false CALLS-IN ? ? ? ? ? ? ? ?0 FAILED-CALLS-IN ? ? ? ? 0 CALLS-OUT ? ? ? ? ? ? ? 0 FAILED-CALLS-OUT ? ? ? ?0 REGISTRATIONS ? ? ? ? ? 3 --------------------------------------------------------------------------------- freeswitch at internal> sofia status profile external ================================================================================================= Name ? ? ? ? ? ? ? ? ? ?external Domain Name ? ? ? ? ? ? N/A Auto-NAT ? ? ? ? ? ? ? ?false DBName ? ? ? ? ? ? ? ? ?sofia_reg_external Pres Hosts Dialplan ? ? ? ? ? ? ? ?XML Context ? ? ? ? ? ? ? ? public Challenge Realm ? ? ? ? auto_to RTP-IP ? ? ? ? ? ? ? ? ?192.168.10.70 Ext-RTP-IP ? ? ? ? ? ? ?192.168.10.70 SIP-IP ? ? ? ? ? ? ? ? ?192.168.10.70 Ext-SIP-IP ? ? ? ? ? ? ?192.168.10.70 URL ? ? ? ? ? ? ? ? ? ? sip:mod_sofia at 192.168.10.70:5080 BIND-URL ? ? ? ? ? ? ? ?sip:mod_sofia at 192.168.10.70:5080;maddr=192.168.10.70 HOLD-MUSIC ? ? ? ? ? ? ?local_stream://moh OUTBOUND-PROXY ? ? ? ? ?N/A CODECS IN ? ? ? ? ? ? ? G729 CODECS OUT ? ? ? ? ? ? ?PCMU TEL-EVENT ? ? ? ? ? ? ? 101 DTMF-MODE ? ? ? ? ? ? ? rfc2833 CNG ? ? ? ? ? ? ? ? ? ? 13 SESSION-TO ? ? ? ? ? ? ?0 MAX-DIALOG ? ? ? ? ? ? ?0 NOMEDIA ? ? ? ? ? ? ? ? false LATE-NEG ? ? ? ? ? ? ? ?false PROXY-MEDIA ? ? ? ? ? ? false ZRTP-PASSTHRU ? ? ? ? ? false AGGRESSIVENAT ? ? ? ? ? false STUN-ENABLED ? ? ? ? ? ?true STUN-AUTO-DISABLE ? ? ? false CALLS-IN ? ? ? ? ? ? ? ?0 FAILED-CALLS-IN ? ? ? ? 0 CALLS-OUT ? ? ? ? ? ? ? 0 FAILED-CALLS-OUT ? ? ? ?0 REGISTRATIONS ? ? ? ? ? 0 ________________________________ From: Samira Mh To: FreeSWITCH Users Help Sent: Tuesday, June 12, 2012 8:36 AM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? thansk for your reply, it is kind of you to help me.. please let me paste myconfigurations files here; 1-the configuration ?file /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml ?is like this: ? ? ? ? ? ? ? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ?? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2-yes, i have enabled ?"inbound-late-negotiation"?in the (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: ? 3-the issue of sofia status: ?external::cisco ? ? ? gateway ? ? ? ? ? ? sip:register:false at 85.15.0.154 ? ? ?NOREG 4-also , the configuration file for codecs are as follow :/usr/local/freeswitch/conf/vars.xml ? 5- the mod_g729 was loaded? 6-i have enabled the siptrace: ?sofia profile external siptrace on: the siptrace outpout as follow: send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: ? ?------------------------------------------------------------------------ ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?CSeq: 29400529 INVITE ? ?Contact: ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY ? ?Supported: timer, precondition, path, replaces ? ?Allow-Events: talk, hold, refer ? ?Content-Type: application/sdp ? ?Content-Disposition: session ? ?Content-Length: 234 ? ?X-FS-Support: update_display,send_info ? ?Remote-Party-ID: "1000" ;party=calling;screen=yes;privacy=off ? ?v=0 ? ?o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 ? ?s=FreeSWITCH ? ?c=IN IP4 192.168.10.70 ? ?t=0 0 ? ?m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 ? ?a=fmtp:18 annexb=yes ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-16 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 100 Trying ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 183 Session Progress ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTER ? ?Allow-Events: telephone-event ? ?Contact: ? ?Content-Disposition: session;handling=required ? ?Content-Type: application/sdp ? ?Content-Length: 268 ? ?v=0 ? ?o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 ? ?s=SIP Call ? ?c=IN IP4 85.15.0.154 ? ?t=0 0 ? ?m=audio 18218 RTP/AVP 0 13 101 ? ?c=IN IP4 85.15.0.154 ? ?a=rtpmap:0 PCMU/8000 ? ?a=rtpmap:13 CN/8000 ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-15 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 500 Internal Server Error ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400529 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: ? ?------------------------------------------------------------------------ ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=62QN1XNSF6rvD ? ?To: ;tag=45785134-1BDE ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 ? ?CSeq: 29400529 ACK ? ?Content-Length: 0 ------------------------------------------------------------------------------------------------------------------ when change the configuration file the below: ? the siptrace is like this: send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: ? ?------------------------------------------------------------------------ ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?CSeq: 29400774 INVITE ? ?Contact: ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY ? ?Supported: timer, precondition, path, replaces ? ?Allow-Events: talk, hold, refer ? ?Content-Type: application/sdp ? ?Content-Disposition: session ? ?Content-Length: 226 ? ?X-FS-Support: update_display,send_info ? ?Remote-Party-ID: "1000" ;party=calling;screen=yes;privacy=off ? ?v=0 ? ?o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 ? ?s=FreeSWITCH ? ?c=IN IP4 192.168.10.70 ? ?t=0 0 ? ?m=audio 25814 RTP/AVP 18 101 13 ? ?a=fmtp:18 annexb=yes ? ?a=rtpmap:101 telephone-event/8000 ? ?a=fmtp:101 0-16 ? ?a=ptime:20 ? ?------------------------------------------------------------------------ recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: ? ?------------------------------------------------------------------------ ? ?SIP/2.0 488 Not Acceptable Media ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ;tag=457FC664-6A6 ? ?Date: Tue, 12 Jun 2012 04:01:24 GMT ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?Server: Cisco-SIPGateway/IOS-12.x ? ?CSeq: 29400774 INVITE ? ?Allow-Events: telephone-event ? ?Content-Length: 0 ? ?------------------------------------------------------------------------ send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: ? ?------------------------------------------------------------------------ ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK ? ?Max-Forwards: 69 ? ?From: "1000" ;tag=Na0S1Q9mNmS1r ? ?To: ;tag=457FC664-6A6 ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 ? ?CSeq: 29400774 ACK ? ?Content-Length: 0 plz help,thanks so much ________________________________ From: Paul Cupis To: FreeSWITCH Users Help Sent: Monday, June 11, 2012 10:51 PM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? On 11/06/12 17:54, Samira Mh wrote: > i want to bridge call using my VOIPgateway so that making calls to > another countries.. > but the carrier only support G729 codec and the FS send G722 (set in > vars.xml) to myVoipGateway that is set as an gateway in > /usr/local/freeswitch/sip-profile/external/ > and when FS send media to Gateway(using bridge application) the error > occure:unacceptable media,then check VOIPGW and find out the only codec > that > can be pass through VOIPgw is G729, but FS only send G711,G722,... not G729 Can you provide a SIP or FreeSWITCH trace of a call, please? Do you have the following enabled in your SIP profile? ? Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/4c8405df/attachment-0001.html From chris at gonumina.com Tue Jun 12 08:24:10 2012 From: chris at gonumina.com (Chris Ferreira) Date: Tue, 12 Jun 2012 00:24:10 -0400 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: References: Message-ID: <8488172921530077229@unknownmsgid> What version of pfsense are you running? ___________________ Mobile Reply On Jun 11, 2012, at 9:24 PM, Lloyd Aloysius wrote: Hi All: Currently I use pfSense for NAT implementations. But I found there are few bugs in the firmware cause Presence not working reliably. What are best routers out there with good support for SIP. I am looking for a NAT router that support 20-30 phones . Any good recommendations? Thanks Lloyd _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/24bd7996/attachment.html From sdevoy at bizfocused.com Tue Jun 12 08:45:56 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 00:45:56 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died Message-ID: <05a501cd4856$41711610$c4534230$@bizfocused.com> HI, I have a nice working multi-tenant configuration working on my development box - P4 3.0Ghz 4GB RAM Raid 1 Centos 5.7 Freeswitch (make current). I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual Xeon 3.0 Ghs 4GB RAM and current Freeswitch. I saved the entire "/usr/local/freeswitch/conf" tree from new server. I copied the entire "/usr/local/freeswitch/conf" tree from devel box to new server. I shutdown development box. I set new server to same IP as old Devel boix. Rebooted. I have a couple of issues: 1. Freeswitch does not startup at boot. I tried to follow the wiki. I have a freeswitch file in /;etc/init.d but no startup! 2. Only my primary domain (tenant) users can login. All of my secondary domain phones have proxy=nnn at fs_mbri.bizfocused.com but the errors on FS_CLI say it can't find nnn at fs_bfis.bizfocused.com (MY PRIMARY DOMAIN). It is though freeswitch thinks these registrations are coming to the primary domain even though they are going to a secondry with the same IP address. So, how do I get FS to start on boot up in CENTOS 5.7? I swear I tried what's in the wiki. Or maybe I should say how do I tell wait is failing? What am I missing in the multi-tenant domain definition (that is not in the /conf folder)? Thanks in advance. Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/d1aad92b/attachment.html From gmaruzz at gmail.com Tue Jun 12 12:03:46 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 12 Jun 2012 10:03:46 +0200 Subject: [Freeswitch-users] mod_gsmopen on FreeBSD In-Reply-To: <20120611233123.ebed9bee.royj@yandex.ru> References: <20120611233123.ebed9bee.royj@yandex.ru> Message-ID: On Mon, Jun 11, 2012 at 9:31 PM, royj wrote: > > Hi all > Does anyone use mod_gsmopen on FreeBSD? I have tried to make according to > the instructions - http://wiki.freeswitch.org/wiki/GSMopen#Building, and > got an error when compiling libctb-0.16 which is only for Linux and Win32 ( > https://iftools.com/download/ctb/0.14/refman.pdf). Is there any solution > other than changing OS ) > I believe would be easy to adapt libctb to compile on FreeBSD. Why don't you do that, and contribute it back with a patch on jira.freeswitch.org ? I would happily integrate your code into mainline. If you're not able to, maybe you can ask some of the FreeBSD guys in the mailing list or in IRC, will probably take 15mins or so... -giovanni > -- > royj > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20120612/01c11850/attachment.html From paul at cupis.co.uk Tue Jun 12 12:12:52 2012 From: paul at cupis.co.uk (Paul Cupis) Date: Tue, 12 Jun 2012 09:12:52 +0100 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: <05a501cd4856$41711610$c4534230$@bizfocused.com> References: <05a501cd4856$41711610$c4534230$@bizfocused.com> Message-ID: <20120612081252.GA13156@eagle.cupis.co.uk> On Tue, Jun 12, 2012 at 12:45:56AM -0400, Sean Devoy wrote: > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual > Xeon 3.0 Ghs 4GB RAM and current Freeswitch. > 1. Freeswitch does not startup at boot. I tried to > follow the wiki. I have a freeswitch file in /;etc/init.d but no > startup! Can you run: chkconfig --list freeswitch and check the output? You may need to do: chkconfig --add freeswitch (where 'freeswitch' is the name of your init-script in /etc/init.d). Regards, From steveayre at gmail.com Tue Jun 12 18:00:13 2012 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 12 Jun 2012 15:00:13 +0100 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: The problem is on your Cisco device, not FreeSWITCH. You're sending an invite with G729: m=audio 25814 RTP/AVP 18 101 13 18=G729 codec 101=RFC2833 DTMF 13=Comfort Noise This gets the 488 Not Acceptable response from the Cisco device. So you're offering G729 to the Cisco but having it refused. This either means the Cisco device doesn't have G729 enabled or the Cisco SIP implementation doesn't like the lack of the optional a=rtpmap line. If it is the latter use before the bridge to workaround that issue. On 12 June 2012 05:06, Samira Mh wrote: > thansk for your reply, > it is kind of you to help me.. > please let me paste myconfigurations files here; > 1-the configuration file > /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml is > like this: > > > > > expression="^(00|\+)?(\d{5}.*)$" break="never"> > > > > > > > > data="${destination_number} XML ratelist"/> > > > > data="divvalue=${expr(floor((${cashvalue}/${nibble_rate}))}" /> > data="modvalue=${expr(mod(${cashvalue},${nibble_rate}))}" /> > > > > > > > > > > > > > > data="sofia/gateway/cisco/140112${destination_number}"/> > > > > > > > > 2-yes, i have enabled "inbound-late-negotiation" in the > (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: > > > > 3-the issue of sofia status: > external::cisco gateway sip:register:false at 85.15.0.154 NOREG > > > 4-also , the configuration file for codecs are as follow > :/usr/local/freeswitch/conf/vars.xml > > data="global_codec_prefs=G729,PCMU,PCMA,G7221 at 32000h,G7221 at 16000h > ,G722,GSM"/> > > > > 5- the mod_g729 was loaded > > 6-i have enabled the siptrace: > sofia profile external siptrace on: > the siptrace outpout as follow: > > send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: > ------------------------------------------------------------------------ > INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > Max-Forwards: 69 > From: "1000" ;tag=62QN1XNSF6rvD > To: > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > CSeq: 29400529 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > Supported: timer, precondition, path, replaces > Allow-Events: talk, hold, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 234 > X-FS-Support: update_display,send_info > Remote-Party-ID: "1000" >;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 > s=FreeSWITCH > c=IN IP4 192.168.10.70 > t=0 0 > m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 > a=fmtp:18 annexb=yes > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > ------------------------------------------------------------------------ > recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: > ------------------------------------------------------------------------ > SIP/2.0 100 Trying > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: > ------------------------------------------------------------------------ > SIP/2.0 183 Session Progress > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, > SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTER > Allow-Events: telephone-event > Contact: > Content-Disposition: session;handling=required > Content-Type: application/sdp > Content-Length: 268 > > v=0 > o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 > s=SIP Call > c=IN IP4 85.15.0.154 > t=0 0 > m=audio 18218 RTP/AVP 0 13 101 > c=IN IP4 85.15.0.154 > a=rtpmap:0 PCMU/8000 > a=rtpmap:13 CN/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=ptime:20 > ------------------------------------------------------------------------ > recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: > ------------------------------------------------------------------------ > SIP/2.0 500 Internal Server Error > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: > ------------------------------------------------------------------------ > ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > Max-Forwards: 69 > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > CSeq: 29400529 ACK > Content-Length: 0 > > > > ------------------------------------------------------------------------------------------------------------------ > when change the configuration file the below: > > > > the siptrace is like this: > > send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: > ------------------------------------------------------------------------ > INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > Max-Forwards: 69 > From: "1000" ;tag=Na0S1Q9mNmS1r > To: > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > CSeq: 29400774 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > Supported: timer, precondition, path, replaces > Allow-Events: talk, hold, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 226 > X-FS-Support: update_display,send_info > Remote-Party-ID: "1000" >;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 > s=FreeSWITCH > c=IN IP4 192.168.10.70 > t=0 0 > m=audio 25814 RTP/AVP 18 101 13 > a=fmtp:18 annexb=yes > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > ------------------------------------------------------------------------ > recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: > ------------------------------------------------------------------------ > SIP/2.0 488 Not Acceptable Media > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > From: "1000" ;tag=Na0S1Q9mNmS1r > To: ;tag=457FC664-6A6 > Date: Tue, 12 Jun 2012 04:01:24 GMT > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400774 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: > ------------------------------------------------------------------------ > ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > Max-Forwards: 69 > From: "1000" ;tag=Na0S1Q9mNmS1r > To: ;tag=457FC664-6A6 > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > CSeq: 29400774 ACK > Content-Length: 0 > > > > plz help,thanks so much > > > ------------------------------ > *From:* Paul Cupis > > *To:* FreeSWITCH Users Help > *Sent:* Monday, June 11, 2012 10:51 PM > > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > On 11/06/12 17:54, Samira Mh wrote: > > i want to bridge call using my VOIPgateway so that making calls to > > another countries.. > > but the carrier only support G729 codec and the FS send G722 (set in > > vars.xml) to myVoipGateway that is set as an gateway in > > /usr/local/freeswitch/sip-profile/external/ > > and when FS send media to Gateway(using bridge application) the error > > occure:unacceptable media,then check VOIPGW and find out the only codec > > that > > can be pass through VOIPgw is G729, but FS only send G711,G722,... not > G729 > > Can you provide a SIP or FreeSWITCH trace of a call, please? > > Do you have the following enabled in your SIP profile? > > > > Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? > > Regards, > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/d02b7ed0/attachment-0001.html From steveayre at gmail.com Tue Jun 12 18:03:11 2012 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 12 Jun 2012 15:03:11 +0100 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339474390.46866.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> <1339474390.46866.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: Also in your first example you say you set the codec preferences in vars.conf.xml to G729, but only PCMU was offered. CODECS OUT only lists PCMU on your external profile. That means you've either not reloaded mod_sofia since editing the file, or you have PCMU listed in the sip_profiles/external.xml Steve On 12 June 2012 05:13, Samira Mh wrote: > sorry i forgot to paste codec on internal and external: > > freeswitch at internal> sofia status profile internal > > ================================================================================================= > Name internal > Domain Name N/A > Auto-NAT false > DBName sofia_reg_internal > Pres Hosts 192.168.10.70,192.168.10.70 > Dialplan XML > Context public > Challenge Realm auto_from > RTP-IP 192.168.10.70 > SIP-IP 192.168.10.70 > URL sip:mod_sofia at 192.168.10.70:5060 > BIND-URL sip:mod_sofia at 192.168.10.70:5060 > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN G729 > CODECS OUT G729 > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG true > PROXY-MEDIA false > ZRTP-PASSTHRU false > AGGRESSIVENAT false > STUN-ENABLED true > STUN-AUTO-DISABLE false > CALLS-IN 0 > FAILED-CALLS-IN 0 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 3 > > > --------------------------------------------------------------------------------- > freeswitch at internal> sofia status profile external > > ================================================================================================= > Name external > Domain Name N/A > Auto-NAT false > DBName sofia_reg_external > Pres Hosts > Dialplan XML > Context public > Challenge Realm auto_to > RTP-IP 192.168.10.70 > Ext-RTP-IP 192.168.10.70 > SIP-IP 192.168.10.70 > Ext-SIP-IP 192.168.10.70 > URL sip:mod_sofia at 192.168.10.70:5080 > BIND-URL sip:mod_sofia at 192.168.10.70:5080 > ;maddr=192.168.10.70 > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN G729 > CODECS OUT PCMU > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG false > PROXY-MEDIA false > ZRTP-PASSTHRU false > AGGRESSIVENAT false > STUN-ENABLED true > STUN-AUTO-DISABLE false > CALLS-IN 0 > FAILED-CALLS-IN 0 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 0 > > > ------------------------------ > *From:* Samira Mh > > *To:* FreeSWITCH Users Help > *Sent:* Tuesday, June 12, 2012 8:36 AM > > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > thansk for your reply, > it is kind of you to help me.. > please let me paste myconfigurations files here; > 1-the configuration file > /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml is > like this: > > > > > expression="^(00|\+)?(\d{5}.*)$" break="never"> > > > > > > > > data="${destination_number} XML ratelist"/> > > > > data="divvalue=${expr(floor((${cashvalue}/${nibble_rate}))}" /> > data="modvalue=${expr(mod(${cashvalue},${nibble_rate}))}" /> > > > > > > > > > > > > > > data="sofia/gateway/cisco/140112${destination_number}"/> > > > > > > > > 2-yes, i have enabled "inbound-late-negotiation" in the > (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: > > > > 3-the issue of sofia status: > external::cisco gateway sip:register:false at 85.15.0.154 NOREG > > > 4-also , the configuration file for codecs are as follow > :/usr/local/freeswitch/conf/vars.xml > > data="global_codec_prefs=G729,PCMU,PCMA,G7221 at 32000h,G7221 at 16000h > ,G722,GSM"/> > > > > 5- the mod_g729 was loaded > > 6-i have enabled the siptrace: > sofia profile external siptrace on: > the siptrace outpout as follow: > > send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: > ------------------------------------------------------------------------ > INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > Max-Forwards: 69 > From: "1000" ;tag=62QN1XNSF6rvD > To: > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > CSeq: 29400529 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > Supported: timer, precondition, path, replaces > Allow-Events: talk, hold, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 234 > X-FS-Support: update_display,send_info > Remote-Party-ID: "1000" >;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 > s=FreeSWITCH > c=IN IP4 192.168.10.70 > t=0 0 > m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 > a=fmtp:18 annexb=yes > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > ------------------------------------------------------------------------ > recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: > ------------------------------------------------------------------------ > SIP/2.0 100 Trying > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: > ------------------------------------------------------------------------ > SIP/2.0 183 Session Progress > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, > SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTER > Allow-Events: telephone-event > Contact: > Content-Disposition: session;handling=required > Content-Type: application/sdp > Content-Length: 268 > > v=0 > o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 > s=SIP Call > c=IN IP4 85.15.0.154 > t=0 0 > m=audio 18218 RTP/AVP 0 13 101 > c=IN IP4 85.15.0.154 > a=rtpmap:0 PCMU/8000 > a=rtpmap:13 CN/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=ptime:20 > ------------------------------------------------------------------------ > recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: > ------------------------------------------------------------------------ > SIP/2.0 500 Internal Server Error > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Date: Tue, 12 Jun 2012 03:53:15 GMT > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400529 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: > ------------------------------------------------------------------------ > ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > Max-Forwards: 69 > From: "1000" ;tag=62QN1XNSF6rvD > To: ;tag=45785134-1BDE > Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > CSeq: 29400529 ACK > Content-Length: 0 > > > > ------------------------------------------------------------------------------------------------------------------ > when change the configuration file the below: > > > > the siptrace is like this: > > send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: > ------------------------------------------------------------------------ > INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > Max-Forwards: 69 > From: "1000" ;tag=Na0S1Q9mNmS1r > To: > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > CSeq: 29400774 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > Supported: timer, precondition, path, replaces > Allow-Events: talk, hold, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 226 > X-FS-Support: update_display,send_info > Remote-Party-ID: "1000" >;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 > s=FreeSWITCH > c=IN IP4 192.168.10.70 > t=0 0 > m=audio 25814 RTP/AVP 18 101 13 > a=fmtp:18 annexb=yes > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > ------------------------------------------------------------------------ > recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: > ------------------------------------------------------------------------ > SIP/2.0 488 Not Acceptable Media > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > From: "1000" ;tag=Na0S1Q9mNmS1r > To: ;tag=457FC664-6A6 > Date: Tue, 12 Jun 2012 04:01:24 GMT > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > Server: Cisco-SIPGateway/IOS-12.x > CSeq: 29400774 INVITE > Allow-Events: telephone-event > Content-Length: 0 > > ------------------------------------------------------------------------ > send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: > ------------------------------------------------------------------------ > ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > Max-Forwards: 69 > From: "1000" ;tag=Na0S1Q9mNmS1r > To: ;tag=457FC664-6A6 > Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > CSeq: 29400774 ACK > Content-Length: 0 > > > > plz help,thanks so much > > > ------------------------------ > *From:* Paul Cupis > *To:* FreeSWITCH Users Help > *Sent:* Monday, June 11, 2012 10:51 PM > *Subject:* Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > On 11/06/12 17:54, Samira Mh wrote: > > i want to bridge call using my VOIPgateway so that making calls to > > another countries.. > > but the carrier only support G729 codec and the FS send G722 (set in > > vars.xml) to myVoipGateway that is set as an gateway in > > /usr/local/freeswitch/sip-profile/external/ > > and when FS send media to Gateway(using bridge application) the error > > occure:unacceptable media,then check VOIPGW and find out the only codec > > that > > can be pass through VOIPgw is G729, but FS only send G711,G722,... not > G729 > > Can you provide a SIP or FreeSWITCH trace of a call, please? > > Do you have the following enabled in your SIP profile? > > > > Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? > > Regards, > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/6c8b2977/attachment-0001.html From george.d at telesoftlabs.com Tue Jun 12 18:07:55 2012 From: george.d at telesoftlabs.com (George D'mithrov) Date: Tue, 12 Jun 2012 19:37:55 +0530 Subject: [Freeswitch-users] Openzap bridge and DTMF issue Message-ID: Hi, I wants to bridge calls with particular DID, which landing on one PRI span (Span_1) to another PRI span (Span_2). I'm able to bridge the calls between PRI span and able to talk to each other. My problem is that sometimes DTMF which received on Span_1 is not sending to Span2 and vice-verse. DTMF tones are hearing partially on receving end. Sometimes after a some delay (30-60 seconds) am getting the DTMF, but that's too some dtmf are missing. If I hangup the line while the dtmf is in queue then the dtmf are generating on the next call on the same line. But when I bridge the call on PRI with sip channel then am not getting any problem. I think the following log in freeswitch is usefull 2012-06-12 18:58:38.379506 [DEBUG] mod_openzap.c:725 queue DTMF [1] 2012-06-12 18:58:38.019513 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] after this it takes a while to generate dtmf 2012-06-12 18:58:38.019513 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [1] Any suggestions on places to look or things to try would be most appreciated. See the log below. 2012-06-12 18:58:32.017050 [DEBUG] ozmod_isdn.c:1115 READ 44 ------------------------------------------------------------------------ -------- [08 02 1d 81 05 a1 04 03 80 90 a3 18 03 a1 83 82 1e 02 80 83 6c 0c 21 81 38 30 34 30 33 32 37 33 32 34 70 04 c1 33 32 35 7d 02 91 81] 2012-06-12 18:58:32.017050 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[05] Size:[187] CRV: 7553 (0x1d81, CTX: Originator) 2012-06-12 18:58:32.017050 [DEBUG] ozmod_isdn.c:616 zchan 0 (-1:-1) source isdn_data->channels_remote_crv[0x1d81] 2012-06-12 18:58:32.017050 [DEBUG] ozmod_isdn.c:954 Changing state on 1:2 from DOWN to RING 2012-06-12 18:58:32.117048 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [RING] 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:1937 got clear channel sig [START] 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:407 Set codec PCMA 20ms 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:1440 Connect inbound channel OpenZAP/1:2/325 2012-06-12 18:58:32.117048 [NOTICE] switch_channel.c:816 New Channel OpenZAP/1:2/325 [e74d979f-6689-4345-836c-c7dc087e210a] 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:1451 (OpenZAP/1:2/325) State Change CS_NEW -> CS_INIT 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:2/325) Running State Change CS_INIT 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:361 (OpenZAP/1:2/325) State INIT 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:435 (OpenZAP/1:2/325) State Change CS_INIT -> CS_ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:361 (OpenZAP/1:2/325) State INIT going to sleep 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:2/325) Running State Change CS_ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_channel.c:1687 (OpenZAP/1:2/325) Callstate Change DOWN -> RINGING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:364 (OpenZAP/1:2/325) State ROUTING 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:458 OpenZAP/1:2/325 CHANNEL ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:77 OpenZAP/1:2/325 Standard ROUTING 2012-06-12 18:58:32.117048 [INFO] mod_dialplan_xml.c:331 Processing 8040327324 <8040327324>->325 in context default Dialplan: OpenZAP/1:2/325 parsing [default->Span2] continue=false Dialplan: OpenZAP/1:2/325 Regex (PASS) [Span2] destination_number(325) =~ /^325$/ break=on-false Dialplan: OpenZAP/1:2/325 Action set(call_timeout=45) Dialplan: OpenZAP/1:2/325 Action set(hangup_after_bridge=true) Dialplan: OpenZAP/1:2/325 Action set(continue_on_fail=true) Dialplan: OpenZAP/1:2/325 Action set(inherit_codec=true) Dialplan: OpenZAP/1:2/325 Action bridge(Openzap/2/a/8040327325) Dialplan: OpenZAP/1:2/325 Action hangup() 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:119 (OpenZAP/1:2/325) State Change CS_ROUTING -> CS_EXECUTE 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:364 (OpenZAP/1:2/325) State ROUTING going to sleep 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:2/325) Running State Change CS_EXECUTE 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:371 (OpenZAP/1:2/325) State EXECUTE 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:475 OpenZAP/1:2/325 CHANNEL EXECUTE 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:157 OpenZAP/1:2/325 Standard EXECUTE EXECUTE OpenZAP/1:2/325 set(call_timeout=45) 2012-06-12 18:58:32.117048 [DEBUG] mod_dptools.c:1060 OpenZAP/1:2/325 SET [call_timeout]=[45] EXECUTE OpenZAP/1:2/325 set(hangup_after_bridge=true) 2012-06-12 18:58:32.117048 [DEBUG] mod_dptools.c:1060 OpenZAP/1:2/325 SET [hangup_after_bridge]=[true] EXECUTE OpenZAP/1:2/325 set(continue_on_fail=true) 2012-06-12 18:58:32.117048 [DEBUG] mod_dptools.c:1060 OpenZAP/1:2/325 SET [continue_on_fail]=[true] EXECUTE OpenZAP/1:2/325 set(inherit_codec=true) 2012-06-12 18:58:32.117048 [DEBUG] mod_dptools.c:1060 OpenZAP/1:2/325 SET [inherit_codec]=[true] EXECUTE OpenZAP/1:2/325 bridge(Openzap/2/a/8040327325) 2012-06-12 18:58:32.117048 [DEBUG] switch_ivr_originate.c:1873 Parsing global variables 2012-06-12 18:58:32.117048 [INFO] ozmod_zt.c:638 Setting echo cancel to 64 taps for 2:1 2012-06-12 18:58:32.117048 [INFO] ozmod_zt.c:638 Setting echo cancel to 64 taps for 2:1 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:407 Set codec PCMA 20ms 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:1319 Connect outbound channel OpenZAP/2:1/8040327325 2012-06-12 18:58:32.117048 [NOTICE] switch_channel.c:816 New Channel OpenZAP/2:1/8040327325 [668e6166-40a0-4b3d-a575-16de89668282] 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:1332 (OpenZAP/2:1/8040327325) State Change CS_NEW -> CS_INIT 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] ozmod_isdn.c:299 Changing state on 2:1 from DOWN to DIALING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_INIT 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:361 (OpenZAP/2:1/8040327325) State INIT 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:435 (OpenZAP/2:1/8040327325) State Change CS_INIT -> CS_ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:361 (OpenZAP/2:1/8040327325) State INIT going to sleep 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_channel.c:1687 (OpenZAP/2:1/8040327325) Callstate Change DOWN -> RINGING 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:364 (OpenZAP/2:1/8040327325) State ROUTING 2012-06-12 18:58:32.117048 [DEBUG] mod_openzap.c:458 OpenZAP/2:1/8040327325 CHANNEL ROUTING 2012-06-12 18:58:32.117048 [DEBUG] switch_ivr_originate.c:66 (OpenZAP/2:1/8040327325) State Change CS_ROUTING -> CS_CONSUME_MEDIA 2012-06-12 18:58:32.117048 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:364 (OpenZAP/2:1/8040327325) State ROUTING going to sleep 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_CONSUME_MEDIA 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:383 (OpenZAP/2:1/8040327325) State CONSUME_MEDIA 2012-06-12 18:58:32.117048 [DEBUG] switch_core_state_machine.c:383 (OpenZAP/2:1/8040327325) State CONSUME_MEDIA going to sleep 2012-06-12 18:58:32.196997 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [DIALING] 2012-06-12 18:58:32.196997 [DEBUG] ozmod_isdn.c:1938 WRITE 62 ------------------------------------------------------------------------ -------- [08 02 00 05 05 04 03 80 90 a3 18 03 a1 83 81 1e 02 80 83 28 0a 38 30 34 30 33 32 37 33 32 34 6c 0c 01 80 38 30 34 30 33 32 37 33 32 34 70 0b 81 38 30 34 30 33 32 37 33 32 35 7d 02 91 81] 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:1115 READ 10 ------------------------------------------------------------------------ -------- [08 02 80 05 02 18 03 a9 83 81] 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[02] Size:[115] CRV: 5 (0x5, CTX: Terminator) 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:616 zchan b750c4f0 (2:1) source isdn_data->channels_local_crv[0x5] 2012-06-12 18:58:32.236939 [CRIT] ozmod_isdn.c:963 Received CALL PROCEEDING message for channel 1 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:964 Changing state on 2:1 from DIALING to PROGRESS 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [PROGRESS] 2012-06-12 18:58:32.236939 [DEBUG] mod_openzap.c:1937 got clear channel sig [PROGRESS] 2012-06-12 18:58:32.236939 [NOTICE] mod_openzap.c:1996 Ring-Ready OpenZAP/2:1/8040327325! 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 80 05 01] 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[01] Size:[103] CRV: 5 (0x5, CTX: Terminator) 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:616 zchan b750c4f0 (2:1) source isdn_data->channels_local_crv[0x5] 2012-06-12 18:58:32.236939 [DEBUG] ozmod_isdn.c:728 Changing state on 2:1 from PROGRESS to PROGRESS_MEDIA 2012-06-12 18:58:32.337864 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [PROGRESS] 2012-06-12 18:58:32.337864 [DEBUG] ozmod_isdn.c:1938 WRITE 23 ------------------------------------------------------------------------ -------- [08 02 9d 81 02 04 03 80 90 a3 18 03 a1 83 82 1e 02 80 83 7d 02 91 81] 2012-06-12 18:58:32.337864 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.337864 [NOTICE] switch_ivr_originate.c:479 Ring Ready OpenZAP/1:2/325! 2012-06-12 18:58:32.337864 [NOTICE] switch_ivr_originate.c:479 Ring-Ready OpenZAP/1:2/325! 2012-06-12 18:58:32.337864 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [PROGRESS_MEDIA] 2012-06-12 18:58:32.337864 [DEBUG] mod_openzap.c:1937 got clear channel sig [PROGRESS_MEDIA] 2012-06-12 18:58:32.337864 [NOTICE] mod_openzap.c:1982 Pre-Answer OpenZAP/2:1/8040327325! 2012-06-12 18:58:32.337864 [DEBUG] switch_channel.c:2668 (OpenZAP/2:1/8040327325) Callstate Change RINGING -> EARLY 2012-06-12 18:58:32.337864 [DEBUG] switch_channel.c:2707 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.337864 [DEBUG] switch_ivr_originate.c:404 Codec string PCMA at 8000h@20i not supported on OpenZAP/1:2/325, skipping inheritance 2012-06-12 18:58:32.357863 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [PROGRESS_MEDIA] 2012-06-12 18:58:32.357863 [INFO] ozmod_zt.c:638 Setting echo cancel to 64 taps for 1:2 2012-06-12 18:58:32.357863 [DEBUG] ozmod_isdn.c:1938 WRITE 23 ------------------------------------------------------------------------ -------- [08 02 9d 81 01 04 03 80 90 a3 18 03 a1 83 82 1e 02 80 83 7d 02 91 81] 2012-06-12 18:58:32.378867 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.378867 [NOTICE] switch_ivr_originate.c:3163 Pre-Answer OpenZAP/1:2/325! 2012-06-12 18:58:32.378867 [DEBUG] switch_channel.c:2668 (OpenZAP/1:2/325) Callstate Change RINGING -> EARLY 2012-06-12 18:58:32.378867 [DEBUG] switch_ivr_originate.c:3206 Originate Resulted in Success: [OpenZAP/2:1/8040327325] 2012-06-12 18:58:32.378867 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:32.378867 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:32.378867 [DEBUG] switch_ivr_bridge.c:1239 (OpenZAP/2:1/8040327325) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 2012-06-12 18:58:32.378867 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:32.378867 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_EXCHANGE_MEDIA 2012-06-12 18:58:32.378867 [DEBUG] switch_core_state_machine.c:374 (OpenZAP/2:1/8040327325) State EXCHANGE_MEDIA 2012-06-12 18:58:32.378867 [DEBUG] mod_openzap.c:599 CHANNEL EXCHANGE_MEDIA 2012-06-12 18:58:32.438740 [DEBUG] ozmod_isdn.c:1115 READ 22 ------------------------------------------------------------------------ -------- [08 02 80 04 03 04 03 80 90 a3 1e 02 80 83 1e 02 80 83 7d 02 91 81] 2012-06-12 18:58:32.438740 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[03] Size:[155] CRV: 4 (0x4, CTX: Terminator) 2012-06-12 18:58:32.438740 [DEBUG] ozmod_isdn.c:616 zchan 8e082e8 (1:1) source isdn_data->channels_local_crv[0x4] 2012-06-12 18:58:32.438740 [WARNING] ozmod_isdn.c:737 Why bother changing state on 1:1 from PROGRESS to PROGRESS 2012-06-12 18:58:32.458799 [DEBUG] ozmod_isdn.c:1115 READ 17 ------------------------------------------------------------------------ -------- [08 02 80 04 01 1e 02 80 83 1e 02 82 88 7d 02 91 81] 2012-06-12 18:58:32.458799 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[01] Size:[121] CRV: 4 (0x4, CTX: Terminator) 2012-06-12 18:58:32.458799 [DEBUG] ozmod_isdn.c:616 zchan 8e082e8 (1:1) source isdn_data->channels_local_crv[0x4] 2012-06-12 18:58:32.458799 [DEBUG] ozmod_isdn.c:728 Changing state on 1:1 from PROGRESS to PROGRESS_MEDIA 2012-06-12 18:58:32.558735 [DEBUG] ozmod_isdn.c:1163 1:1 STATE [PROGRESS_MEDIA] 2012-06-12 18:58:32.558735 [DEBUG] mod_openzap.c:1937 got clear channel sig [PROGRESS_MEDIA] 2012-06-12 18:58:32.558735 [NOTICE] mod_openzap.c:1982 Pre-Answer OpenZAP/1:1/8040327325! 2012-06-12 18:58:32.558735 [DEBUG] switch_channel.c:2668 (OpenZAP/1:1/8040327325) Callstate Change RINGING -> EARLY 2012-06-12 18:58:32.558735 [DEBUG] switch_channel.c:2707 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 18:58:32.578743 [DEBUG] switch_core_codec.c:141 sofia/internal/324 at 192.168.1.155:5060 Restore previous codec PCMU:0. 2012-06-12 18:58:32.578743 [DEBUG] switch_ivr_originate.c:3206 Originate Resulted in Success: [OpenZAP/1:1/8040327325] 2012-06-12 18:58:32.578743 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:32.578743 [DEBUG] switch_core_session.c:707 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 18:58:32.578743 [DEBUG] switch_ivr_bridge.c:1239 (OpenZAP/1:1/8040327325) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 2012-06-12 18:58:32.578743 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:32.578743 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:1/8040327325) Running State Change CS_EXCHANGE_MEDIA 2012-06-12 18:58:32.578743 [DEBUG] switch_core_state_machine.c:374 (OpenZAP/1:1/8040327325) State EXCHANGE_MEDIA 2012-06-12 18:58:32.578743 [DEBUG] mod_openzap.c:599 CHANNEL EXCHANGE_MEDIA 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 80 05 07] 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[07] Size:[103] CRV: 5 (0x5, CTX: Terminator) 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:616 zchan b750c4f0 (2:1) source isdn_data->channels_local_crv[0x5] 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:746 Changing state on 2:1 from PROGRESS_MEDIA to UP 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:1938 WRITE 5 ------------------------------------------------------------------------ -------- [08 02 00 05 0f] 2012-06-12 18:58:33.758609 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [UP] 2012-06-12 18:58:33.758609 [DEBUG] mod_openzap.c:1937 got clear channel sig [UP] 2012-06-12 18:58:33.758609 [DEBUG] switch_channel.c:2859 (OpenZAP/2:1/8040327325) Callstate Change EARLY -> ACTIVE 2012-06-12 18:58:33.758609 [DEBUG] switch_channel.c:2871 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:33.758609 [NOTICE] mod_openzap.c:1968 Channel [OpenZAP/2:1/8040327325] has been answered 2012-06-12 18:58:33.818609 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [UP] 2012-06-12 18:58:33.818609 [DEBUG] ozmod_isdn.c:1938 WRITE 18 ------------------------------------------------------------------------ -------- [08 02 9d 81 07 18 03 a1 83 82 1e 02 80 83 7d 02 91 81] 2012-06-12 18:58:33.838610 [DEBUG] switch_core_session.c:707 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 18:58:33.838610 [DEBUG] switch_channel.c:2859 (OpenZAP/1:2/325) Callstate Change EARLY -> ACTIVE 2012-06-12 18:58:33.838610 [NOTICE] switch_ivr_bridge.c:417 Channel [OpenZAP/1:2/325] has been answered 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:1115 READ 26 ------------------------------------------------------------------------ -------- [08 02 80 04 07 04 03 80 90 a3 1e 02 80 83 29 06 0c 06 0c 13 0d 2a 7d 02 91 81] 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[07] Size:[159] CRV: 4 (0x4, CTX: Terminator) 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:616 zchan 8e082e8 (1:1) source isdn_data->channels_local_crv[0x4] 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:746 Changing state on 1:1 from PROGRESS_MEDIA to UP 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:1938 WRITE 5 ------------------------------------------------------------------------ -------- [08 02 00 04 0f] 2012-06-12 18:58:33.918607 [DEBUG] ozmod_isdn.c:1163 1:1 STATE [UP] 2012-06-12 18:58:33.918607 [DEBUG] mod_openzap.c:1937 got clear channel sig [UP] 2012-06-12 18:58:33.918607 [DEBUG] switch_channel.c:2859 (OpenZAP/1:1/8040327325) Callstate Change EARLY -> ACTIVE 2012-06-12 18:58:33.918607 [DEBUG] switch_channel.c:2871 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 18:58:33.918607 [NOTICE] mod_openzap.c:1968 Channel [OpenZAP/1:1/8040327325] has been answered 2012-06-12 18:58:33.939272 [DEBUG] mod_sofia.c:683 Local SDP sofia/internal/324 at 192.168.1.155:5060: v=0 o=FreeSWITCH 1339477129 1339477131 IN IP4 192.168.1.155 s=FreeSWITCH c=IN IP4 192.168.1.155 t=0 0 m=audio 30582 RTP/AVP 0 110 a=rtpmap:0 PCMU/8000 a=rtpmap:110 telephone-event/8000 a=fmtp:110 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2012-06-12 18:58:33.939272 [DEBUG] switch_core_session.c:707 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 18:58:33.939272 [DEBUG] switch_channel.c:2859 (sofia/internal/324 at 192.168.1.155:5060) Callstate Change EARLY -> ACTIVE 2012-06-12 18:58:33.939272 [NOTICE] switch_ivr_bridge.c:417 Channel [sofia/internal/324 at 192.168.1.155:5060] has been answered 2012-06-12 18:58:33.939272 [DEBUG] sofia.c:4770 Channel sofia/internal/324 at 192.168.1.155:5060 entering state [completed][200] 2012-06-12 18:58:33.939272 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 1d 81 0f] 2012-06-12 18:58:33.939272 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[0f] Size:[103] CRV: 7553 (0x1d81, CTX: Originator) 2012-06-12 18:58:33.939272 [DEBUG] ozmod_isdn.c:616 zchan 8e0dc38 (1:2) source isdn_data->channels_remote_crv[0x1d81] 2012-06-12 18:58:33.939272 [DEBUG] ozmod_isdn.c:973 Received CONNECT_ACK message for channel 0 2012-06-12 18:58:33.959605 [DEBUG] switch_core_media_bug.c:360 Attaching BUG to sofia/internal/324 at 192.168.1.155:5060 2012-06-12 18:58:33.999606 [DEBUG] switch_rtp.c:3104 Correct ip/port confirmed. 2012-06-12 18:58:34.039603 [DEBUG] sofia.c:4770 Channel sofia/internal/324 at 192.168.1.155:5060 entering state [ready][200] 2012-06-12 18:58:38.019513 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 1:2240 2012-06-12 18:58:38.019513 [DEBUG] zap_io.c:1469 Created DTMF Buffer! 2012-06-12 18:58:38.019513 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:38.019513 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [1] 2012-06-12 18:58:38.079514 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 2012-06-12 18:58:38.079514 [DEBUG] zap_io.c:1469 Created DTMF Buffer! 1 2012-06-12 18:58:38.079514 [DEBUG] mod_openzap.c:725 queue DTMF [1] 2012-06-12 18:58:38.079514 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:38.099512 [DEBUG] zap_io.c:2137 2:1 GENERATE DTMF [1] 2012-06-12 18:58:38.299508 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 2:2240 2012-06-12 18:58:38.299508 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:38.299508 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [2] 2012-06-12 18:58:38.379506 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 2 2012-06-12 18:58:38.379506 [DEBUG] mod_openzap.c:725 queue DTMF [2] 2012-06-12 18:58:38.379506 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:40.819450 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 3:2240 2012-06-12 18:58:40.819450 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:40.819450 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [3] 2012-06-12 18:58:40.879452 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 3 2012-06-12 18:58:40.879452 [DEBUG] mod_openzap.c:725 queue DTMF [3] 2012-06-12 18:58:40.879452 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:41.099444 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 4:2240 2012-06-12 18:58:41.099444 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:41.099444 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [4] 2012-06-12 18:58:41.199442 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 4 2012-06-12 18:58:41.199442 [DEBUG] mod_openzap.c:725 queue DTMF [4] 2012-06-12 18:58:41.199442 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:41.379438 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 5:2240 2012-06-12 18:58:41.379438 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:41.379438 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [5] 2012-06-12 18:58:41.479436 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 5 2012-06-12 18:58:41.479436 [DEBUG] mod_openzap.c:725 queue DTMF [5] 2012-06-12 18:58:41.479436 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:41.659431 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 6:2240 2012-06-12 18:58:41.659431 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:41.659431 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [6] 2012-06-12 18:58:41.799429 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 6 2012-06-12 18:58:41.799429 [DEBUG] mod_openzap.c:725 queue DTMF [6] 2012-06-12 18:58:41.799429 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:41.939425 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 7:2240 2012-06-12 18:58:41.939425 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:41.939425 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [7] 2012-06-12 18:58:42.079422 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 7 2012-06-12 18:58:42.079422 [DEBUG] mod_openzap.c:725 queue DTMF [7] 2012-06-12 18:58:42.079422 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:42.159421 [WARNING] sofia_reg.c:1241 SIP auth challenge (REGISTER) on sofia profile 'internal' for [324 at 192.168.1.155] from ip 192.168.1.32 2012-06-12 18:58:42.219421 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 8:2240 2012-06-12 18:58:42.219421 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:42.219421 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [8] 2012-06-12 18:58:42.400415 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 8 2012-06-12 18:58:42.400415 [DEBUG] mod_openzap.c:725 queue DTMF [8] 2012-06-12 18:58:42.400415 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:42.500413 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 9:2240 2012-06-12 18:58:42.500413 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:42.500413 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [9] 2012-06-12 18:58:42.680409 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 9 2012-06-12 18:58:42.680409 [DEBUG] mod_openzap.c:725 queue DTMF [9] 2012-06-12 18:58:42.680409 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:58:50.242296 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF *:2240 2012-06-12 18:58:50.242296 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:58:50.242296 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [*] 2012-06-12 18:58:50.304238 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF * 2012-06-12 18:58:50.304238 [DEBUG] mod_openzap.c:725 queue DTMF [*] 2012-06-12 18:58:50.304238 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:59:22.692383 [DEBUG] zap_io.c:2137 2:1 GENERATE DTMF [23456789*] 2012-06-12 18:59:22.892378 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 18:59:23.332368 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 18:59:23.832357 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 18:59:32.440788 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF *:2240 2012-06-12 18:59:32.440788 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:59:32.440788 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [*] 2012-06-12 18:59:32.501788 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF * 2012-06-12 18:59:32.501788 [DEBUG] mod_openzap.c:725 queue DTMF [*] 2012-06-12 18:59:32.521799 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 18:59:32.563816 [DEBUG] zap_io.c:2137 2:1 GENERATE DTMF [*] 2012-06-12 18:59:34.845735 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 1:2240 2012-06-12 18:59:34.845735 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 18:59:34.845735 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [1] 2012-06-12 18:59:34.885760 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 1 2012-06-12 18:59:34.885760 [DEBUG] mod_openzap.c:725 queue DTMF [1] 2012-06-12 18:59:34.885760 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:25.244664 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 1:2240 2012-06-12 19:00:25.244664 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:25.244664 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [1] 2012-06-12 19:00:25.284665 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 1 2012-06-12 19:00:25.284665 [DEBUG] mod_openzap.c:725 queue DTMF [1] 2012-06-12 19:00:25.284665 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:25.524657 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 2:2240 2012-06-12 19:00:25.524657 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:25.524657 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [2] 2012-06-12 19:00:25.604656 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 2 2012-06-12 19:00:25.604656 [DEBUG] mod_openzap.c:725 queue DTMF [2] 2012-06-12 19:00:25.604656 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:25.804651 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 3:2240 2012-06-12 19:00:25.804651 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:25.804651 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [3] 2012-06-12 19:00:25.884663 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 3 2012-06-12 19:00:25.884663 [DEBUG] mod_openzap.c:725 queue DTMF [3] 2012-06-12 19:00:25.884663 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:26.084646 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 4:2240 2012-06-12 19:00:26.084646 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:26.084646 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [4] 2012-06-12 19:00:26.204663 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 4 2012-06-12 19:00:26.204663 [DEBUG] mod_openzap.c:725 queue DTMF [4] 2012-06-12 19:00:26.204663 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:26.364640 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 5:2240 2012-06-12 19:00:26.364640 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:26.364640 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [5] 2012-06-12 19:00:26.484637 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 5 2012-06-12 19:00:26.484637 [DEBUG] mod_openzap.c:725 queue DTMF [5] 2012-06-12 19:00:26.484637 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:26.644633 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 6:2240 2012-06-12 19:00:26.644633 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:26.644633 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [6] 2012-06-12 19:00:26.804630 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 6 2012-06-12 19:00:26.804630 [DEBUG] mod_openzap.c:725 queue DTMF [6] 2012-06-12 19:00:26.804630 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:26.924642 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 7:2240 2012-06-12 19:00:26.924642 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:26.924642 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [7] 2012-06-12 19:00:27.084623 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 7 2012-06-12 19:00:27.084623 [DEBUG] mod_openzap.c:725 queue DTMF [7] 2012-06-12 19:00:27.084623 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:27.204621 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 8:2240 2012-06-12 19:00:27.204621 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:27.204621 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [8] 2012-06-12 19:00:27.404626 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 8 2012-06-12 19:00:27.404626 [DEBUG] mod_openzap.c:725 queue DTMF [8] 2012-06-12 19:00:27.404626 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:27.484615 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF 9:2240 2012-06-12 19:00:27.484615 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:27.484615 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [9] 2012-06-12 19:00:27.684610 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF 9 2012-06-12 19:00:27.684610 [DEBUG] mod_openzap.c:725 queue DTMF [9] 2012-06-12 19:00:27.684610 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:27.764608 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF *:2240 2012-06-12 19:00:27.764608 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:27.764608 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [*] 2012-06-12 19:00:28.004603 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF * 2012-06-12 19:00:28.004603 [DEBUG] mod_openzap.c:725 queue DTMF [*] 2012-06-12 19:00:28.004603 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:28.924597 [DEBUG] switch_rtp.c:3302 RTP RECV DTMF #:2240 2012-06-12 19:00:28.924597 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:28.924597 [DEBUG] zap_io.c:2137 1:1 GENERATE DTMF [#] 2012-06-12 19:00:28.984582 [DEBUG] zap_io.c:2031 [s1c2][1:2] Queuing DTMF # 2012-06-12 19:00:28.984582 [DEBUG] mod_openzap.c:725 queue DTMF [#] 2012-06-12 19:00:28.984582 [DEBUG] switch_ivr_bridge.c:391 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:30.444548 [WARNING] sofia_reg.c:1241 SIP auth challenge (REGISTER) on sofia profile 'internal' for [324 at 192.168.1.155] from ip 192.168.1.32 2012-06-12 19:00:30.744532 [DEBUG] zap_io.c:2137 2:1 GENERATE DTMF [1123456789*#] 2012-06-12 19:00:33.304329 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:33.504324 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:33.704320 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:33.904315 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:34.104311 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:34.304306 [DEBUG] mod_openzap.c:784 Dropping frame! (write not ready) 2012-06-12 19:00:45.025232 [DEBUG] switch_channel.c:2592 (sofia/internal/324 at 192.168.1.155:5060) Callstate Change ACTIVE -> HANGUP 2012-06-12 19:00:45.025232 [NOTICE] sofia.c:546 Hangup sofia/internal/324 at 192.168.1.155:5060 [CS_EXECUTE] [NORMAL_CLEARING] 2012-06-12 19:00:45.025232 [DEBUG] switch_channel.c:2608 Send signal sofia/internal/324 at 192.168.1.155:5060 [KILL] 2012-06-12 19:00:45.025232 [DEBUG] switch_core_session.c:1114 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:503 sofia/internal/324 at 192.168.1.155:5060 ending bridge by request from read function 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:584 BRIDGE THREAD DONE [sofia/internal/324 at 192.168.1.155:5060] 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:604 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:497 sofia/internal/324 at 192.168.1.155:5060 ending bridge by request from write function 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:584 BRIDGE THREAD DONE [OpenZAP/1:1/8040327325] 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:604 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_channel.c:2592 (OpenZAP/1:1/8040327325) Callstate Change ACTIVE -> HANGUP 2012-06-12 19:00:45.045374 [NOTICE] switch_ivr_bridge.c:656 Hangup OpenZAP/1:1/8040327325 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 2012-06-12 19:00:45.045374 [DEBUG] switch_channel.c:2608 Send signal OpenZAP/1:1/8040327325 [KILL] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:374 (OpenZAP/1:1/8040327325) State EXCHANGE_MEDIA going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:1/8040327325) Running State Change CS_HANGUP 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/1:1/8040327325) State HANGUP 2012-06-12 19:00:45.045374 [DEBUG] mod_openzap.c:544 Changing state on 1:1 from UP to HANGUP 2012-06-12 19:00:45.045374 [DEBUG] mod_openzap.c:560 OpenZAP/1:1/8040327325 CHANNEL HANGUP 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:46 OpenZAP/1:1/8040327325 Standard HANGUP, cause: NORMAL_CLEARING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/1:1/8040327325) State HANGUP going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:1310 OpenZAP/1:1/8040327325 skip receive message [UNBRIDGE] (channel is hungup already) 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_bridge.c:1313 sofia/internal/324 at 192.168.1.155:5060 skip receive message [UNBRIDGE] (channel is hungup already) 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:356 (OpenZAP/1:1/8040327325) State Change CS_HANGUP -> CS_REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:1/8040327325) Running State Change CS_REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/1:1/8040327325) State REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:53 OpenZAP/1:1/8040327325 Standard REPORTING, cause: NORMAL_CLEARING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/1:1/8040327325) State REPORTING going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:2059 sofia/internal/324 at 192.168.1.155:5060 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:350 (OpenZAP/1:1/8040327325) State Change CS_REPORTING -> CS_DESTROY 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:1/8040327325 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1286 Session 6 (OpenZAP/1:1/8040327325) Locked, Waiting on external entities 2012-06-12 19:00:45.045374 [NOTICE] switch_core_session.c:1304 Session 6 (OpenZAP/1:1/8040327325) Ended 2012-06-12 19:00:45.045374 [NOTICE] switch_core_session.c:1306 Close Channel OpenZAP/1:1/8040327325 [CS_DESTROY] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:454 (OpenZAP/1:1/8040327325) Callstate Change HANGUP -> DOWN 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:2059 sofia/internal/324 at 192.168.1.155:5060 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:371 (sofia/internal/324 at 192.168.1.155:5060) State EXECUTE going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:325 (sofia/internal/324 at 192.168.1.155:5060) Running State Change CS_HANGUP 2012-06-12 19:00:45.045374 [DEBUG] switch_ivr_async.c:936 Stop recording file /usr/local/freeswitch/recordings/324/Jun-12/77-185333046.wav 2012-06-12 19:00:45.045374 [DEBUG] switch_core_media_bug.c:439 Removing BUG from sofia/internal/324 at 192.168.1.155:5060 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:457 (OpenZAP/1:1/8040327325) Running State Change CS_DESTROY 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/1:1/8040327325) State DESTROY 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:565 (sofia/internal/324 at 192.168.1.155:5060) State HANGUP 2012-06-12 19:00:45.045374 [DEBUG] mod_sofia.c:453 sofia/internal/324 at 192.168.1.155:5060 Overriding SIP cause 480 with 200 from the other leg 2012-06-12 19:00:45.045374 [DEBUG] mod_sofia.c:459 Channel sofia/internal/324 at 192.168.1.155:5060 hanging up, cause: NORMAL_CLEARING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:46 sofia/internal/324 at 192.168.1.155:5060 Standard HANGUP, cause: NORMAL_CLEARING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:565 (sofia/internal/324 at 192.168.1.155:5060) State HANGUP going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:356 (sofia/internal/324 at 192.168.1.155:5060) State Change CS_HANGUP -> CS_REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1114 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:325 (sofia/internal/324 at 192.168.1.155:5060) Running State Change CS_REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/324 at 192.168.1.155:5060) State REPORTING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:53 sofia/internal/324 at 192.168.1.155:5060 Standard REPORTING, cause: NORMAL_CLEARING 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:625 (sofia/internal/324 at 192.168.1.155:5060) State REPORTING going to sleep 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:350 (sofia/internal/324 at 192.168.1.155:5060) State Change CS_REPORTING -> CS_DESTROY 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1114 Send signal sofia/internal/324 at 192.168.1.155:5060 [BREAK] 2012-06-12 19:00:45.045374 [DEBUG] switch_core_session.c:1286 Session 5 (sofia/internal/324 at 192.168.1.155:5060) Locked, Waiting on external entities 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:60 OpenZAP/1:1/8040327325 Standard DESTROY 2012-06-12 19:00:45.045374 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/1:1/8040327325) State DESTROY going to sleep 2012-06-12 19:00:45.107225 [DEBUG] ozmod_isdn.c:1163 1:1 STATE [HANGUP] 2012-06-12 19:00:45.107225 [DEBUG] ozmod_isdn.c:1413 Hangup: Direction Outbound 2012-06-12 19:00:45.107225 [DEBUG] ozmod_isdn.c:1938 WRITE 29 ------------------------------------------------------------------------ -------- [08 02 00 04 45 08 02 81 90 1e 02 80 83 28 0e 44 65 76 20 54 65 61 6d 20 40 20 33 32 34] 2012-06-12 19:00:45.168168 [NOTICE] switch_core_session.c:1304 Session 5 (sofia/internal/324 at 192.168.1.155:5060) Ended 2012-06-12 19:00:45.168168 [NOTICE] switch_core_session.c:1306 Close Channel sofia/internal/324 at 192.168.1.155:5060 [CS_DESTROY] 2012-06-12 19:00:45.168168 [DEBUG] switch_core_state_machine.c:454 (sofia/internal/324 at 192.168.1.155:5060) Callstate Change HANGUP -> DOWN 2012-06-12 19:00:45.168168 [DEBUG] switch_core_state_machine.c:457 (sofia/internal/324 at 192.168.1.155:5060) Running State Change CS_DESTROY 2012-06-12 19:00:45.168168 [DEBUG] switch_core_state_machine.c:467 (sofia/internal/324 at 192.168.1.155:5060) State DESTROY 2012-06-12 19:00:45.168168 [DEBUG] mod_sofia.c:364 sofia/internal/324 at 192.168.1.155:5060 SOFIA DESTROY 2012-06-12 19:00:45.168168 [DEBUG] switch_core_state_machine.c:60 sofia/internal/324 at 192.168.1.155:5060 Standard DESTROY 2012-06-12 19:00:45.168168 [DEBUG] switch_core_state_machine.c:467 (sofia/internal/324 at 192.168.1.155:5060) State DESTROY going to sleep 2012-06-12 19:00:45.229192 [DEBUG] ozmod_isdn.c:1115 READ 17 ------------------------------------------------------------------------ -------- [08 02 1d 81 45 08 06 81 90 00 00 00 00 1e 02 80 83] 2012-06-12 19:00:45.229192 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[45] Size:[115] CRV: 7553 (0x1d81, CTX: Originator) 2012-06-12 19:00:45.229192 [DEBUG] ozmod_isdn.c:616 zchan 8e0dc38 (1:2) source isdn_data->channels_remote_crv[0x1d81] 2012-06-12 19:00:45.229192 [DEBUG] ozmod_isdn.c:719 Changing state on 1:2 from UP to TERMINATING 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [TERMINATING] 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1473 Terminating: Direction Inbound 2012-06-12 19:00:45.289082 [DEBUG] mod_openzap.c:1937 got clear channel sig [STOP] 2012-06-12 19:00:45.289082 [DEBUG] switch_channel.c:2592 (OpenZAP/1:2/325) Callstate Change ACTIVE -> HANGUP 2012-06-12 19:00:45.289082 [NOTICE] mod_openzap.c:1958 Hangup OpenZAP/1:2/325 [CS_EXECUTE] [NORMAL_CLEARING] 2012-06-12 19:00:45.289082 [DEBUG] switch_channel.c:2608 Send signal OpenZAP/1:2/325 [KILL] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1938 WRITE 5 ------------------------------------------------------------------------ -------- [08 02 9d 81 4d] 2012-06-12 19:00:45.289082 [DEBUG] switch_ivr_bridge.c:584 BRIDGE THREAD DONE [OpenZAP/1:2/325] 2012-06-12 19:00:45.289082 [DEBUG] switch_ivr_bridge.c:604 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_ivr_bridge.c:584 BRIDGE THREAD DONE [OpenZAP/2:1/8040327325] 2012-06-12 19:00:45.289082 [DEBUG] switch_ivr_bridge.c:604 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_channel.c:2592 (OpenZAP/2:1/8040327325) Callstate Change ACTIVE -> HANGUP 2012-06-12 19:00:45.289082 [NOTICE] switch_ivr_bridge.c:656 Hangup OpenZAP/2:1/8040327325 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 2012-06-12 19:00:45.289082 [DEBUG] switch_channel.c:2608 Send signal OpenZAP/2:1/8040327325 [KILL] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:374 (OpenZAP/2:1/8040327325) State EXCHANGE_MEDIA going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_HANGUP 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/2:1/8040327325) State HANGUP 2012-06-12 19:00:45.289082 [DEBUG] mod_openzap.c:544 Changing state on 2:1 from UP to HANGUP 2012-06-12 19:00:45.289082 [DEBUG] mod_openzap.c:560 OpenZAP/2:1/8040327325 CHANNEL HANGUP 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:46 OpenZAP/2:1/8040327325 Standard HANGUP, cause: NORMAL_CLEARING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/2:1/8040327325) State HANGUP going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:356 (OpenZAP/2:1/8040327325) State Change CS_HANGUP -> CS_REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/2:1/8040327325) Running State Change CS_REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/2:1/8040327325) State REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:53 OpenZAP/2:1/8040327325 Standard REPORTING, cause: NORMAL_CLEARING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/2:1/8040327325) State REPORTING going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:350 (OpenZAP/2:1/8040327325) State Change CS_REPORTING -> CS_DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/2:1/8040327325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1286 Session 8 (OpenZAP/2:1/8040327325) Locked, Waiting on external entities 2012-06-12 19:00:45.289082 [DEBUG] switch_ivr_bridge.c:1313 OpenZAP/1:2/325 skip receive message [UNBRIDGE] (channel is hungup already) 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:2059 OpenZAP/1:2/325 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:371 (OpenZAP/1:2/325) State EXECUTE going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:2/325) Running State Change CS_HANGUP 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/1:2/325) State HANGUP 2012-06-12 19:00:45.289082 [DEBUG] mod_openzap.c:560 OpenZAP/1:2/325 CHANNEL HANGUP 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:46 OpenZAP/1:2/325 Standard HANGUP, cause: NORMAL_CLEARING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:565 (OpenZAP/1:2/325) State HANGUP going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:356 (OpenZAP/1:2/325) State Change CS_HANGUP -> CS_REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:325 (OpenZAP/1:2/325) Running State Change CS_REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/1:2/325) State REPORTING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:53 OpenZAP/1:2/325 Standard REPORTING, cause: NORMAL_CLEARING 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:625 (OpenZAP/1:2/325) State REPORTING going to sleep 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:350 (OpenZAP/1:2/325) State Change CS_REPORTING -> CS_DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1114 Send signal OpenZAP/1:2/325 [BREAK] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_session.c:1286 Session 7 (OpenZAP/1:2/325) Locked, Waiting on external entities 2012-06-12 19:00:45.289082 [NOTICE] switch_core_session.c:1304 Session 7 (OpenZAP/1:2/325) Ended 2012-06-12 19:00:45.289082 [NOTICE] switch_core_session.c:1306 Close Channel OpenZAP/1:2/325 [CS_DESTROY] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:454 (OpenZAP/1:2/325) Callstate Change HANGUP -> DOWN 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:457 (OpenZAP/1:2/325) Running State Change CS_DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/1:2/325) State DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:60 OpenZAP/1:2/325 Standard DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/1:2/325) State DESTROY going to sleep 2012-06-12 19:00:45.289082 [NOTICE] switch_core_session.c:1304 Session 8 (OpenZAP/2:1/8040327325) Ended 2012-06-12 19:00:45.289082 [NOTICE] switch_core_session.c:1306 Close Channel OpenZAP/2:1/8040327325 [CS_DESTROY] 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:454 (OpenZAP/2:1/8040327325) Callstate Change HANGUP -> DOWN 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:457 (OpenZAP/2:1/8040327325) Running State Change CS_DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/2:1/8040327325) State DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:60 OpenZAP/2:1/8040327325 Standard DESTROY 2012-06-12 19:00:45.289082 [DEBUG] switch_core_state_machine.c:467 (OpenZAP/2:1/8040327325) State DESTROY going to sleep 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 80 04 4d] 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[4d] Size:[103] CRV: 4 (0x4, CTX: Terminator) 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:616 zchan 8e082e8 (1:1) source isdn_data->channels_local_crv[0x4] 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:680 Changing state on 1:1 from HANGUP to HANGUP_COMPLETE 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1938 WRITE 5 ------------------------------------------------------------------------ -------- [08 02 00 04 5a] 2012-06-12 19:00:45.289082 [DEBUG] ozmod_isdn.c:1120 931 parse error [1] [Q931E_NO_ERROR] 2012-06-12 19:00:45.329082 [DEBUG] ozmod_isdn.c:1163 1:1 STATE [HANGUP_COMPLETE] 2012-06-12 19:00:45.329082 [DEBUG] ozmod_isdn.c:1406 Changing state on 1:1 from HANGUP_COMPLETE to DOWN 2012-06-12 19:00:45.329082 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [HANGUP] 2012-06-12 19:00:45.329082 [DEBUG] ozmod_isdn.c:1413 Hangup: Direction Outbound 2012-06-12 19:00:45.329082 [DEBUG] ozmod_isdn.c:1938 WRITE 25 ------------------------------------------------------------------------ -------- [08 02 00 05 45 08 02 81 90 1e 02 80 83 28 0a 38 30 34 30 33 32 37 33 32 34] 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 80 05 4d] 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[4d] Size:[103] CRV: 5 (0x5, CTX: Terminator) 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:616 zchan b750c4f0 (2:1) source isdn_data->channels_local_crv[0x5] 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:680 Changing state on 2:1 from HANGUP to HANGUP_COMPLETE 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:1938 WRITE 5 ------------------------------------------------------------------------ -------- [08 02 00 05 5a] 2012-06-12 19:00:45.349081 [DEBUG] ozmod_isdn.c:1120 931 parse error [1] [Q931E_NO_ERROR] 2012-06-12 19:00:45.368996 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [HANGUP_COMPLETE] 2012-06-12 19:00:45.368996 [DEBUG] ozmod_isdn.c:1406 Changing state on 2:1 from HANGUP_COMPLETE to DOWN 2012-06-12 19:00:45.428780 [DEBUG] ozmod_isdn.c:1163 1:1 STATE [DOWN] 2012-06-12 19:00:45.428780 [DEBUG] zap_io.c:1415 channel done 1:1 2012-06-12 19:00:45.428780 [DEBUG] ozmod_isdn.c:1115 READ 5 ------------------------------------------------------------------------ -------- [08 02 1d 81 5a] 2012-06-12 19:00:45.428780 [DEBUG] ozmod_isdn.c:584 Yay I got an event! Type:[5a] Size:[103] CRV: 7553 (0x1d81, CTX: Originator) 2012-06-12 19:00:45.428780 [DEBUG] ozmod_isdn.c:616 zchan 8e0dc38 (1:2) source isdn_data->channels_remote_crv[0x1d81] 2012-06-12 19:00:45.428780 [DEBUG] ozmod_isdn.c:682 Changing state on 1:2 from TERMINATING to DOWN 2012-06-12 19:00:45.468782 [DEBUG] ozmod_isdn.c:1163 2:1 STATE [DOWN] 2012-06-12 19:00:45.468782 [DEBUG] zap_io.c:1415 channel done 2:1 2012-06-12 19:00:45.528782 [DEBUG] ozmod_isdn.c:1163 1:2 STATE [DOWN] 2012-06-12 19:00:45.528782 [DEBUG] zap_io.c:1415 channel done 1:2 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/11bb8f95/attachment-0001.html From sdevoy at bizfocused.com Tue Jun 12 19:18:19 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 11:18:19 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: <20120612081252.GA13156@eagle.cupis.co.uk> References: <05a501cd4856$41711610$c4534230$@bizfocused.com> <20120612081252.GA13156@eagle.cupis.co.uk> Message-ID: <076d01cd48ae$991ff450$cb5fdcf0$@bizfocused.com> Thanks for the reply Paul. Results: [root at FreeSwitch1 bin]# chkconfig --list freeswitch freeswitch 0:off 1:off 2:off 3:on 4:on 5:on 6:off -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Paul Cupis Sent: Tuesday, June 12, 2012 4:13 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Moving up to better PC - Multi-tenant died On Tue, Jun 12, 2012 at 12:45:56AM -0400, Sean Devoy wrote: > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual > Xeon 3.0 Ghs 4GB RAM and current Freeswitch. > 1. Freeswitch does not startup at boot. I tried to > follow the wiki. I have a freeswitch file in /;etc/init.d but no > startup! Can you run: chkconfig --list freeswitch and check the output? You may need to do: chkconfig --add freeswitch (where 'freeswitch' is the name of your init-script in /etc/init.d). Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 th982a at googlemail.com Tue Jun 12 20:10:59 2012 From: th982a at googlemail.com (Tamer Higazi) Date: Tue, 12 Jun 2012 18:10:59 +0200 Subject: [Freeswitch-users] freeswitch and mISDN In-Reply-To: <4FD29902.3080702@freeswitch.org> References: <4FD13E02.4040202@googlemail.com> <4FD29902.3080702@freeswitch.org> Message-ID: <4FD76A13.1000306@googlemail.com> Thank you! Tamer Am 09.06.2012 02:29, schrieb Stefan Knoblich: > On 06/08/12 01:49, Tamer Higazi wrote: >> How do I configure mISDN in freetdm, and what are the channel drivers, with it's dial-plan respectively. > > > The initial commit of ftmod_misdn contains the freetdm.conf/mISDN-specific setup instructions: > > http://git.freeswitch.org/git/freeswitch/commit/?id=09a61f5025b1c7dee05259db0e169f39a565b62d > > (Complete history of the module: http://git.freeswitch.org/git/freeswitch/log/libs/freetdm/src/ftmod/ftmod_misdn/ftmod_misdn.c ) > > This covers only the I/O part (ftmod_misdn, like ftmod_zap or ftmod_wanpipe, is an I/O module), > for the signalling part you'll have to (build, install and) configure ftmod_libpri in freetdm.conf.xml: > > http://stkn.techmage.de/archives/191 > > is (very) a short summary (ignore the dahdi/zaptel specific configuration parts). > > > ftmod_libpri span parameters: > > context - FreeSWITCH dialplan context to send incoming calls to > > dialplan - FreeSWITCH dialplan (e.g. "XML") > > > mode - "user" or "net", the latter being unsupported with ftmod_misdn, > due to restrictions caused by the way FreeTDM handles configuration of I/O modules. > > dialect - Q.931 protocol dialect used for signalling: "euroisdn"(/"q931"), > (other possible values: "ni1", "ni2", "dms100", "5ess", "4ess", "gr303eoc", "gr303tmc") > > opts - Comma separated list of flags: > > "suggest_channel" : Not sure what this one does, ignore this one. > > "omit_display" : Disables sending callerid name, some switches don't like this. > > "omit_redirecting_number" : The same for REDIRECTING NUMBER information elements. > > "aoc" : Enables some Advice of Charge bits in ftmod_libpri, supposed to > handle incoming AOC messages and output some details at NOTICE loglevel > (experimental). > > ton - Default Type-of-Number for outgoing calls: "international", "national", "local", "private", "unknown" (default). > Better not touch this unless you really have to. > > layer1 - B-Channel Layer1 protocol, "alaw" or "ulaw" NOTE: ftmod_libpri will auto-select the right one > based on the the chosen dialect (a-law for EuroISDN/Q.931, u-law for everything else). > > overlapdial - "yes" (or "both"), "receive", "send", "no" > > debug - Comma separated list of debug flags for libpri: > > "q921_state" + "q921_dump" + "q921_raw" = "q921_all" : Enables Q.921 logging (State changes, decoded messages, raw messages) > "q931_state" + "q931_dump" + "q931_anomaly" = "q931_all" : Enables Q.931 logging (State changes, decoded messages, message anomalies) > > "aoc" : AOC debug messages > "apdu" : Q.932 / ROSE debug messages(?) > "config" : libpri configuration debug messages > > "all" : Enable all of the above > "none" : Disables all > > > service_message_support - Enables support for maintenance / restart / service messages (not EuroISDN/Q,931) > > > And there are a couple of new features (MSN filter, Numer prefix/ToN autoselection) for ftmod_libpri sitting in my post-1.2.0 queue. > > > Dialplan: Incoming calls should be sent to their own ISDN-specific dialplan context, makes handling them easier > (like the public dialplan for the external SIP profile). > > > I'll stop here now, it's past 2 AM and i can't concentrate anymore. > > stkn > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 mario_fs at mgtech.com Tue Jun 12 20:20:05 2012 From: mario_fs at mgtech.com (Mario G) Date: Tue, 12 Jun 2012 09:20:05 -0700 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: References: Message-ID: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> I looked for a year to find something with no NAT problems, dual WAN, and auto fallback with load/balancing without causing FS any hiccups. I highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read some people hate it) but it has been bullet proof. And the best part is there is practically nothing to tell FS about! And when one WAN (DSL) goes down the SIP traffic goes out the other one, even switches back automatically! Pair this up with FS and you'll never look back. Hope this helps. Mario G On Jun 11, 2012, at 6:17 PM, Lloyd Aloysius wrote: > Hi All: > > Currently I use pfSense for NAT implementations. But I found there are few bugs in the firmware cause Presence not working reliably. > > What are best routers out there with good support for SIP. I am looking for a NAT router that support 20-30 phones . Any good recommendations? > > Thanks > Lloyd > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/c6950fe5/attachment.html From freeswitch-list at puzzled.xs4all.nl Tue Jun 12 21:03:41 2012 From: freeswitch-list at puzzled.xs4all.nl (Patrick Lists) Date: Tue, 12 Jun 2012 19:03:41 +0200 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> References: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> Message-ID: <4FD7766D.8040208@puzzled.xs4all.nl> On 12-06-12 18:20, Mario G wrote: > I looked for a year to find something with no NAT problems, dual WAN, > and auto fallback with load/balancing without causing FS any hiccups. I > highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read > some people hate it) but it has been bullet proof. And the best part is > there is practically nothing to tell FS about! And when one WAN (DSL) > goes down the SIP traffic goes out the other one, even switches back > automatically! Pair this up with FS and you'll never look back. Hope > this helps. Thanks for the info. Have you tried any Draytek Vigor routers like the 2920? I have no experience with them but was told they work fine in dual WAN setups. Regards, Patrick From djbinter at gmail.com Tue Jun 12 21:08:18 2012 From: djbinter at gmail.com (DJB International) Date: Tue, 12 Jun 2012 10:08:18 -0700 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 In-Reply-To: References: Message-ID: Maybe I should downgrade the firmware back to 3.3.x -djbinter On Mon, Jun 11, 2012 at 8:56 PM, Yehavi Bourvine wrote: > You will soon notice another problem with them: If you use shared lines > then all outgoing calls are listed as incoming, and all unanswered outgoing > calls are listed as incoming missed calls... > > __Yehavi: > > 2012/6/11 DJB International > >> I've recently updated my Polycom 650 phone to use 4.0.2. >> >> I am not sure what broke the caller id for received calls, it kept >> showing as Unknown Party; however, the weird thing is that the Missed Calls >> show the correct caller id. >> >> Anyone experienced this issue. Please advise. >> >> FreeSWITCH Version 1.2.0-rc2 >> >> Thank you. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/802f4e61/attachment.html From sdevoy at bizfocused.com Tue Jun 12 21:29:54 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 13:29:54 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: <20120612081252.GA13156@eagle.cupis.co.uk> References: <05a501cd4856$41711610$c4534230$@bizfocused.com> <20120612081252.GA13156@eagle.cupis.co.uk> Message-ID: <00cf01cd48c0$fb279b50$f176d1f0$@bizfocused.com> UPDATE: If I watch the console during startup I see it trying to start freeswitch .... [FAILED] How do I determine why it failed? Sean -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Paul Cupis Sent: Tuesday, June 12, 2012 4:13 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Moving up to better PC - Multi-tenant died On Tue, Jun 12, 2012 at 12:45:56AM -0400, Sean Devoy wrote: > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual > Xeon 3.0 Ghs 4GB RAM and current Freeswitch. > 1. Freeswitch does not startup at boot. I tried to > follow the wiki. I have a freeswitch file in /;etc/init.d but no > startup! Can you run: chkconfig --list freeswitch and check the output? You may need to do: chkconfig --add freeswitch (where 'freeswitch' is the name of your init-script in /etc/init.d). Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 sdevoy at bizfocused.com Tue Jun 12 21:57:15 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 13:57:15 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: <00cf01cd48c0$fb279b50$f176d1f0$@bizfocused.com> References: <05a501cd4856$41711610$c4534230$@bizfocused.com> <20120612081252.GA13156@eagle.cupis.co.uk> <00cf01cd48c0$fb279b50$f176d1f0$@bizfocused.com> Message-ID: <00f601cd48c4$cd7502c0$685f0840$@bizfocused.com> Startup problem resolved. The file /etc/init.d/freeswitch has syntax I do not understand at the beginning but I changed it to this and it worked fine: PROG_NAME=freeswitch PID_FILE=/usr/local/freeswitch/run/freeswitch.pid FS_USER=freeswitch FS_FILE=/usr/local/freeswitch/bin/freeswitch FS_HOME=/usr/local/freeswitch LOCK_FILE=/var/lock/subsys/freeswitch FREESWITCH_ARGS="-nc" RETVAL=0 Hope that helps someone. -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Sean Devoy Sent: Tuesday, June 12, 2012 1:30 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] Moving up to better PC - Multi-tenant died UPDATE: If I watch the console during startup I see it trying to start freeswitch .... [FAILED] How do I determine why it failed? Sean -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Paul Cupis Sent: Tuesday, June 12, 2012 4:13 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Moving up to better PC - Multi-tenant died On Tue, Jun 12, 2012 at 12:45:56AM -0400, Sean Devoy wrote: > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual > Xeon 3.0 Ghs 4GB RAM and current Freeswitch. > 1. Freeswitch does not startup at boot. I tried to > follow the wiki. I have a freeswitch file in /;etc/init.d but no > startup! Can you run: chkconfig --list freeswitch and check the output? You may need to do: chkconfig --add freeswitch (where 'freeswitch' is the name of your init-script in /etc/init.d). Regards, _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 patrick at sunsus.net Tue Jun 12 22:08:03 2012 From: patrick at sunsus.net (sunsus) Date: Tue, 12 Jun 2012 11:08:03 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339334863709-7579670.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> Message-ID: <1339524483645-7579753.post@n2.nabble.com> working sip trace with debug: -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-304-Unauthorized-tp7579670p7579753.html Sent from the freeswitch-users mailing list archive at Nabble.com. From bdfoster at endigotech.com Tue Jun 12 22:10:21 2012 From: bdfoster at endigotech.com (Brian Foster) Date: Tue, 12 Jun 2012 14:10:21 -0400 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339524483645-7579753.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> Message-ID: No link, try again. Brian Foster Endigo Computer LLC Sent from a mobile device. On Jun 12, 2012 2:08 PM, "sunsus" wrote: > working sip trace with debug: > > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-304-Unauthorized-tp7579670p7579753.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/b379b936/attachment.html From patrick at sunsus.net Tue Jun 12 22:16:35 2012 From: patrick at sunsus.net (sunsus) Date: Tue, 12 Jun 2012 11:16:35 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339524483645-7579753.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> Message-ID: <1339524995793-7579754.post@n2.nabble.com> not working sip trace with debug: -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-304-Unauthorized-tp7579670p7579754.html Sent from the freeswitch-users mailing list archive at Nabble.com. From patrick at sunsus.net Tue Jun 12 22:18:47 2012 From: patrick at sunsus.net (sunsus) Date: Tue, 12 Jun 2012 11:18:47 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339524995793-7579754.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339524995793-7579754.post@n2.nabble.com> Message-ID: <1339525127651-7579755.post@n2.nabble.com> gateway configuration -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-304-Unauthorized-tp7579670p7579755.html Sent from the freeswitch-users mailing list archive at Nabble.com. From sdevoy at bizfocused.com Tue Jun 12 22:38:45 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 14:38:45 -0400 Subject: [Freeswitch-users] Domain name lost in SIP registration (w/ SIP TRACE) Message-ID: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> HI All, In the pastebin: http://pastebin.com/KyGXMTP0 is a sip trace. The phone is on the lan and uses proxy: fs_test.bizfocused.com which is 10.10.40.189. In the SIP messages you can see the domain name "fs_test.bizfocused.com". I have a directory that includes and a user for this subscription. But the SIP response is "SIP/2.0 401 Unauthorized" and the message displayed in FS_CLI is: [WARNING] sofia_reg.c:2376 Can't find user [202 at 10.10.40.189] You must define a domain called '10.10.40.189' in your directory and add a user with the id="202" attribute and you must configure your device to use the proper domain in its authentication credentials. Why isn't it using the credentials in the domain "fs_test.bizfocused.com"? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/4e8744b1/attachment.html From patrick at sunsus.net Tue Jun 12 22:40:33 2012 From: patrick at sunsus.net (sunsus) Date: Tue, 12 Jun 2012 11:40:33 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> Message-ID: <1339526433720-7579758.post@n2.nabble.com> Non working sip trace http://pastebin.freeswitch.org/19271 http://pastebin.freeswitch.org/19271 XML Config http://pastebin.freeswitch.org/19272 http://pastebin.freeswitch.org/19272 Working sip trace http://pastebin.freeswitch.org/19273 http://pastebin.freeswitch.org/19273 -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579758.html Sent from the freeswitch-users mailing list archive at Nabble.com. From toddb at toddbailey.net Tue Jun 12 23:05:38 2012 From: toddb at toddbailey.net (toddb at toddbailey.net) Date: Tue, 12 Jun 2012 12:05:38 -0700 Subject: [Freeswitch-users] Updated FS & Spa3102 setup how to Message-ID: <20120612120538.33e327b490679d2282e332758c73b55b.ff4401fd01.wbe@email14.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/2804df55/attachment.html From paul at cupis.co.uk Tue Jun 12 23:12:57 2012 From: paul at cupis.co.uk (Paul Cupis) Date: Tue, 12 Jun 2012 20:12:57 +0100 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <4FD794B9.70003@cupis.co.uk> First call: FreeSWITCH 192.168.10.70 send invite to 140112971507247227 at 85.15.0.154 offers: m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 Cisco 85.15.0.154 replies with 18/SDP: m=audio 18218 RTP/AVP 0 13 101 Cisco 85.15.0.154 replies with 500 Internal Server Error Second call: FreeSWITCH 192.168.10.70 send invite to 140112971507247227 at 85.15.0.154 offers: m=audio 25814 RTP/AVP 18 101 13 Cisco 85.15.0.154 replied with 488 Not Acceptable Media Your Cisco is either misconfigured or is rejecting the INVITE/SDP from FreeSWITCH - you'll need to check the logs on the Cisco to see why. You should try Stevens suggestion of verbose_sdp=true and do the same two tests, but it looks like your Cisco should be happy to set the call up as G711 (PCMU) or G729 if you can get it to accept the INVITE/SDP. Regards, From paul at cupis.co.uk Tue Jun 12 23:19:10 2012 From: paul at cupis.co.uk (Paul Cupis) Date: Tue, 12 Jun 2012 20:19:10 +0100 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339526433720-7579758.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> Message-ID: <4FD7962E.9070401@cupis.co.uk> On 12/06/12 19:40, sunsus wrote: > > Non working sip trace > http://pastebin.freeswitch.org/19271 http://pastebin.freeswitch.org/19271 > XML Config > http://pastebin.freeswitch.org/19272 http://pastebin.freeswitch.org/19272 > Working sip trace > http://pastebin.freeswitch.org/19273 http://pastebin.freeswitch.org/19273 Try sending the call to 62.65.137.114 or to 62.65.137.113 instead of to sip.netvoip.ch and see if that works - it is does then the "issue" could be resolved by changes to the suppliers load balancer andor your DNS setup/cache. Changing the XML file above is not going to help you at the moment - it looks like your XML dialplan is still sending the call to sip.netvoip.ch, not to the IP address: Dialplan: sofia/internal/1003 at pbx.domain.tld Action bridge([leg_progress_timeout=15]sofia/gateway/netvoip-41440000026/0041440000069 at sip.netvoip.ch) I'd possibly suggest that your bridge command above looks wrong as well - you are using '/gateway' AND '@sip.netvoip.ch'... Regards, From lloyd.aloysius at gmail.com Tue Jun 12 23:23:51 2012 From: lloyd.aloysius at gmail.com (Lloyd Aloysius) Date: Tue, 12 Jun 2012 15:23:51 -0400 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: <4FD7766D.8040208@puzzled.xs4all.nl> References: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> <4FD7766D.8040208@puzzled.xs4all.nl> Message-ID: I try with the pfsense 2.0. Specially BLF causing lots of problems. ==== In the past .. I try the following 1. Linksys WRT54GL + Tomato ... Good for a small office < 5 Extension 2. Monowall with PC Engine Alix Does any one test with a Cisco ASA 5505? On Tue, Jun 12, 2012 at 1:03 PM, Patrick Lists < freeswitch-list at puzzled.xs4all.nl> wrote: > On 12-06-12 18:20, Mario G wrote: > > I looked for a year to find something with no NAT problems, dual WAN, > > and auto fallback with load/balancing without causing FS any hiccups. I > > highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read > > some people hate it) but it has been bullet proof. And the best part is > > there is practically nothing to tell FS about! And when one WAN (DSL) > > goes down the SIP traffic goes out the other one, even switches back > > automatically! Pair this up with FS and you'll never look back. Hope > > this helps. > > Thanks for the info. Have you tried any Draytek Vigor routers like the > 2920? I have no experience with them but was told they work fine in dual > WAN setups. > > Regards, > Patrick > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/94530a89/attachment.html From sdevoy at bizfocused.com Tue Jun 12 23:57:49 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 12 Jun 2012 15:57:49 -0400 Subject: [Freeswitch-users] Updated FS & Spa3102 setup how to In-Reply-To: <20120612120538.33e327b490679d2282e332758c73b55b.ff4401fd01.wbe@email14.secureserver.net> References: <20120612120538.33e327b490679d2282e332758c73b55b.ff4401fd01.wbe@email14.secureserver.net> Message-ID: <01b101cd48d5$a54f1630$efed4290$@bizfocused.com> HI Todd, I don?t have an SPA3102, but I use many SPA504Gs and PAP2s and RPT300s. I think the SPA3102 is VERY much like a PAP2. I need to understand where you are in the process. Let?s focus on the SPA3102 and not so much on FS config first. Do you have Admin Web Access to the SPA3102 VOICE configuration pages? If so, have you configured Line 1 to connect to user you have defined in FS? Is the SPA3102 on a local LAN with the FS server or does it use NAT? Does it register with FS (ie get a Phone 1 light on)? Let me know that much and I can start feeding you configuration information for the SPA3102 and for FS. Sean From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of toddb at toddbailey.net Sent: Tuesday, June 12, 2012 3:06 PM To: FreeSWITCH user group Help Subject: [Freeswitch-users] Updated FS & Spa3102 setup how to Hi all, I'm using the latest FS build and I'm trying to get a SPA3102 to cooperate. The latest postings on configuration for both components appear out of date. can someone please provide a link to recent how to on getting the fs server to place a call to the 3102? The guides I've used so far don't seem to work. Perhaps a crucial step is missing, Or maybe I just need to key in a magic number to connect to the 3102. Additionally, is there any printed fs guides, or downloadable documentation. pref written for an audience that doesn't know what they're doing? thanks... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/fbd2a2b3/attachment.html From patrick at sunsus.net Tue Jun 12 23:58:58 2012 From: patrick at sunsus.net (sunsus) Date: Tue, 12 Jun 2012 12:58:58 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <4FD7962E.9070401@cupis.co.uk> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> Message-ID: <1339531138888-7579764.post@n2.nabble.com> Hello Paul Thanks for you answer, but now freeswitch is canceling the call: http://pastebin.freeswitch.org/19277 http://pastebin.freeswitch.org/19277 regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579764.html Sent from the freeswitch-users mailing list archive at Nabble.com. From covici at ccs.covici.com Wed Jun 13 00:40:53 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Tue, 12 Jun 2012 16:40:53 -0400 Subject: [Freeswitch-users] Updated FS & Spa3102 setup how to In-Reply-To: <20120612120538.33e327b490679d2282e332758c73b55b.ff4401fd01.wbe@email14.secureserver.net> References: <20120612120538.33e327b490679d2282e332758c73b55b.ff4401fd01.wbe@email14.secureserver.net> Message-ID: <22370.1339533653@ccs.covici.com> One thing -- at least with the default configs on the 3102, in your bridge statement, you have to have :5061 after the ip address of the 3102 -- at least that is where I got stuck. wrote: > Hi all, > > > > > > I'm using the latest FS build and I'm trying to get a SPA3102 to > cooperate. > > The latest postings on configuration for both components appear out of > date. > > > > can someone please provide a link to recent how to on getting the fs > server to place a call to the 3102? > > > > The guides I've used so far don't seem to work. Perhaps a crucial step > is missing, Or maybe I just need to key in a magic number to connect to > the 3102. > > > > Additionally, is there any printed fs guides, or downloadable > documentation. > > pref written for an audience that doesn't know what they're doing? > > > > thanks... > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 chris at gonumina.com Wed Jun 13 01:02:25 2012 From: chris at gonumina.com (Chris Ferreira) Date: Tue, 12 Jun 2012 17:02:25 -0400 Subject: [Freeswitch-users] Domain name lost in SIP registration (w/ SIP TRACE) In-Reply-To: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> References: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> Message-ID: <-5702489430043259544@unknownmsgid> Verify that your TURN server settings are correct on the phone. ___________________ Mobile Reply On Jun 12, 2012, at 2:41 PM, Sean Devoy wrote: HI All, In the pastebin: http://pastebin.com/KyGXMTP0 is a sip trace. The phone is on the lan and uses proxy: fs_test.bizfocused.com which is 10.10.40.189. In the SIP messages you can see the domain name ? fs_test.bizfocused.com?. I have a directory that includes and a user for this subscription. But the SIP response is ?SIP/2.0 401 Unauthorized? and the message displayed in FS_CLI is: [WARNING] sofia_reg.c:2376 Can't find user [202 at 10.10.40.189] You must define a domain called '10.10.40.189' in your directory and add a user with the id="202" attribute and you must configure your device to use the proper domain in its authentication credentials. Why isn?t it using the credentials in the domain "fs_test.bizfocused.com"? Thanks, Sean _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/9287a444/attachment-0001.html From chris at gonumina.com Wed Jun 13 01:02:54 2012 From: chris at gonumina.com (Chris Ferreira) Date: Tue, 12 Jun 2012 17:02:54 -0400 Subject: [Freeswitch-users] Domain name lost in SIP registration (w/ SIP TRACE) In-Reply-To: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> References: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> Message-ID: <6856752153193153969@unknownmsgid> Oops, I mean STUN Server. ___________________ Mobile Reply On Jun 12, 2012, at 2:41 PM, Sean Devoy wrote: HI All, In the pastebin: http://pastebin.com/KyGXMTP0 is a sip trace. The phone is on the lan and uses proxy: fs_test.bizfocused.com which is 10.10.40.189. In the SIP messages you can see the domain name ? fs_test.bizfocused.com?. I have a directory that includes and a user for this subscription. But the SIP response is ?SIP/2.0 401 Unauthorized? and the message displayed in FS_CLI is: [WARNING] sofia_reg.c:2376 Can't find user [202 at 10.10.40.189] You must define a domain called '10.10.40.189' in your directory and add a user with the id="202" attribute and you must configure your device to use the proper domain in its authentication credentials. Why isn?t it using the credentials in the domain "fs_test.bizfocused.com"? Thanks, Sean _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/5b90e11d/attachment.html From kris at kriskinc.com Wed Jun 13 01:10:02 2012 From: kris at kriskinc.com (Kristian Kielhofner) Date: Tue, 12 Jun 2012 17:10:02 -0400 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: Your Cisco gateway doesn't support G729. Check your codec-list configuration in IOS. On Tue, Jun 12, 2012 at 12:06 AM, Samira Mh wrote: > thansk for your reply, > it is kind of you to help me.. > please let me paste myconfigurations files here; > 1-the configuration ?file > /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml ?is like > this: > > > ? > > ? ? ? ? expression="^(00|\+)?(\d{5}.*)$" break="never"> > ? ? ??? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ?? ? ? ? ? ? ? ? /> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? data="${destination_number} XML ratelist"/> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? data="divvalue=${expr(floor((${cashvalue}/${nibble_rate}))}" /> > ? ? ? ? ? ? ? ? data="modvalue=${expr(mod(${cashvalue},${nibble_rate}))}" /> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ?? ? ? > ? ? ? ? ? ? ?? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > > > ? ? ? ? > > ? ? ? ? > ? ? ? ? ? ? ? ? data="sofia/gateway/cisco/140112${destination_number}"/> > ? ? ? ? ? ? ? ? > > ? ? ? ? > > ? > > > 2-yes, i have enabled ?"inbound-late-negotiation"?in the > (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: > ? > > > 3-the issue of sofia status: > ?external::cisco ? ? ? gateway ? ? ? ? ? ? sip:register:false at 85.15.0.154 > ? ?NOREG > > > 4-also , the configuration file for codecs are as follow > :/usr/local/freeswitch/conf/vars.xml > > data="global_codec_prefs=G729,PCMU,PCMA,G7221 at 32000h,G7221 at 16000h,G722,GSM"/> > > > > 5- the mod_g729 was loaded > > 6-i have enabled the siptrace: > ?sofia profile external siptrace on: > the siptrace outpout as follow: > > send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: > ? ?------------------------------------------------------------------------ > ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?CSeq: 29400529 INVITE > ? ?Contact: > ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? ?Supported: timer, precondition, path, replaces > ? ?Allow-Events: talk, hold, refer > ? ?Content-Type: application/sdp > ? ?Content-Disposition: session > ? ?Content-Length: 234 > ? ?X-FS-Support: update_display,send_info > ? ?Remote-Party-ID: "1000" > ;party=calling;screen=yes;privacy=off > > ? ?v=0 > ? ?o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 > ? ?s=FreeSWITCH > ? ?c=IN IP4 192.168.10.70 > ? ?t=0 0 > ? ?m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 > ? ?a=fmtp:18 annexb=yes > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-16 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 100 Trying > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 183 Session Progress > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, > NOTIFY, INFO, UPDATE, REGISTER > ? ?Allow-Events: telephone-event > ? ?Contact: > ? ?Content-Disposition: session;handling=required > ? ?Content-Type: application/sdp > ? ?Content-Length: 268 > > ? ?v=0 > ? ?o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 > ? ?s=SIP Call > ? ?c=IN IP4 85.15.0.154 > ? ?t=0 0 > ? ?m=audio 18218 RTP/AVP 0 13 101 > ? ?c=IN IP4 85.15.0.154 > ? ?a=rtpmap:0 PCMU/8000 > ? ?a=rtpmap:13 CN/8000 > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-15 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 500 Internal Server Error > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: > ? ?------------------------------------------------------------------------ > ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?CSeq: 29400529 ACK > ? ?Content-Length: 0 > > > ------------------------------------------------------------------------------------------------------------------ > when change the configuration file the below: > > > > the siptrace is like this: > > send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: > ? ?------------------------------------------------------------------------ > ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?CSeq: 29400774 INVITE > ? ?Contact: > ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? ?Supported: timer, precondition, path, replaces > ? ?Allow-Events: talk, hold, refer > ? ?Content-Type: application/sdp > ? ?Content-Disposition: session > ? ?Content-Length: 226 > ? ?X-FS-Support: update_display,send_info > ? ?Remote-Party-ID: "1000" > ;party=calling;screen=yes;privacy=off > > ? ?v=0 > ? ?o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 > ? ?s=FreeSWITCH > ? ?c=IN IP4 192.168.10.70 > ? ?t=0 0 > ? ?m=audio 25814 RTP/AVP 18 101 13 > ? ?a=fmtp:18 annexb=yes > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-16 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 488 Not Acceptable Media > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: ;tag=457FC664-6A6 > ? ?Date: Tue, 12 Jun 2012 04:01:24 GMT > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400774 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: > ? ?------------------------------------------------------------------------ > ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: ;tag=457FC664-6A6 > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?CSeq: 29400774 ACK > ? ?Content-Length: 0 > > > > plz help,thanks so much > > > ________________________________ > From: Paul Cupis > > To: FreeSWITCH Users Help > Sent: Monday, June 11, 2012 10:51 PM > > Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > On 11/06/12 17:54, Samira Mh wrote: >> i want to bridge call using my VOIPgateway so that making calls to >> another countries.. >> but the carrier only support G729 codec and the FS send G722 (set in >> vars.xml) to myVoipGateway that is set as an gateway in >> /usr/local/freeswitch/sip-profile/external/ >> and when FS send media to Gateway(using bridge application) the error >> occure:unacceptable media,then check VOIPGW and find out the only codec >> that >> can be pass through VOIPgw is G729, but FS only send G711,G722,... not >> G729 > > Can you provide a SIP or FreeSWITCH trace of a call, please? > > Do you have the following enabled in your SIP profile? > > ? > > Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? > > Regards, > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kristian Kielhofner From kris at kriskinc.com Wed Jun 13 01:12:29 2012 From: kris at kriskinc.com (Kristian Kielhofner) Date: Tue, 12 Jun 2012 17:12:29 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: <05a501cd4856$41711610$c4534230$@bizfocused.com> References: <05a501cd4856$41711610$c4534230$@bizfocused.com> Message-ID: What is your hostname? How are the various domain values set in the FreeSWITCH Sofia profiles? On Tue, Jun 12, 2012 at 12:45 AM, Sean Devoy wrote: > HI, > > > > I have a nice working multi-tenant configuration working on my development > box ? P4 3.0Ghz 4GB RAM Raid 1 Centos 5.7 Freeswitch (make current). > > > > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual Xeon > 3.0 Ghs 4GB RAM and current Freeswitch. > > I saved the entire ?/usr/local/freeswitch/conf? tree from new server. > > ??????????????? I copied the entire ?/usr/local/freeswitch/conf? tree from > devel box to new server. > > ??????????????? I shutdown development box. > > ??????????????? I set new server to same IP as old Devel boix. > > ??????????????? Rebooted. > > > > I have a couple of issues: > > ??????????????? 1. Freeswitch does not startup at boot.? I tried to follow > the wiki.? I have a freeswitch file in /;etc/init.d but no startup! > > > > ??????????????? 2. Only my primary domain (tenant) users can login.? All of > my secondary domain phones have proxy=nnn at fs_mbri.bizfocused.com but the > errors on FS_CLI say it can?t find nnn at fs_bfis.bizfocused.com (MY PRIMARY > DOMAIN).? It is though freeswitch thinks these registrations are coming to > the primary domain even though they are going to a secondry with the same IP > address. > > > > So, how do I get FS to start on boot up in CENTOS 5.7?? I swear I tried > what?s in the wiki.? Or maybe I should say how do I tell wait is failing? > > > > What am I missing in the multi-tenant domain definition (that is not in the > /conf folder)? > > > > Thanks in advance. > > > > Sean > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kristian Kielhofner From paul at cupis.co.uk Wed Jun 13 01:29:18 2012 From: paul at cupis.co.uk (Paul Cupis) Date: Tue, 12 Jun 2012 22:29:18 +0100 Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339531138888-7579764.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> <1339531138888-7579764.post@n2.nabble.com> Message-ID: <4FD7B4AE.6030805@cupis.co.uk> On 12/06/12 20:58, sunsus wrote: > Hello Paul > > Thanks for you answer, but now freeswitch is canceling the call: > http://pastebin.freeswitch.org/19277 http://pastebin.freeswitch.org/19277 Looks like 1003 at pbx is hanging up - can you adjust your logging to include the SIP signalling between (I presume) the handset and FreeSWITCH (the "internal" SIP profile)? We seem to be seeing FreeSWITCH<>Provider but not Handset<>FreeSWITCH? 2012-06-12 21:50:47.393989 [NOTICE] sofia.c:6618 Hangup sofia/internal/1003 at pbx.domain.tld [CS_EXECUTE] [ORIGINATOR_CANCEL] Regards, From alexanderjp at thinksimplicity.net Wed Jun 13 01:41:35 2012 From: alexanderjp at thinksimplicity.net (Perovich Alexander) Date: Tue, 12 Jun 2012 17:41:35 -0400 Subject: [Freeswitch-users] Caller ID on Polycom phones Message-ID: Hello, I am having a strange issue with Polycom phones and caller ID. When the polycom receives a call it shows the caller id name fine but the caller id number is 1234 at domain, however when I pickup the phone it shows the caller id number as 1234 without the domain name. This happens on both extension to extension calls as well as external calls coming in. Any help would be greatly appreciated. ------- Alexander -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/2a8b787c/attachment.html From fvillarroel at yahoo.com Wed Jun 13 04:00:39 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Tue, 12 Jun 2012 17:00:39 -0700 (PDT) Subject: [Freeswitch-users] lcr sql variable Message-ID: <1339545639.80187.YahooMailClassic@web160306.mail.bf1.yahoo.com> Hi all. I need setup some variable like foo to my cdr from lcr :
But the log show : mod_dptools.c:1294 sofia/internal/1004 at 192.168.1.108 SET [tarifa]=[UNDEF] So how i can get the value of the variable "tarifa" and set for my CDR? Regards. From saami_mh at ymail.com Wed Jun 13 07:40:40 2012 From: saami_mh at ymail.com (Samira Mh) Date: Tue, 12 Jun 2012 20:40:40 -0700 (PDT) Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: <1339558840.7099.YahooMailNeo@web120106.mail.ne1.yahoo.com> bu i have set the codec in dialpeer of VOIP gateway ________________________________ From: Kristian Kielhofner To: FreeSWITCH Users Help Sent: Wednesday, June 13, 2012 1:40 AM Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? Your Cisco gateway doesn't support G729.? Check your codec-list configuration in IOS. On Tue, Jun 12, 2012 at 12:06 AM, Samira Mh wrote: > thansk for your reply, > it is kind of you to help me.. > please let me paste myconfigurations files here; > 1-the configuration ?file > /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml ?is like > this: > > > ? > > ? ? ? ? expression="^(00|\+)?(\d{5}.*)$" break="never"> > ? ? ??? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ?? ? ? ? ? ? ? ? /> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? data="${destination_number} XML ratelist"/> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? data="divvalue=${expr(floor((${cashvalue}/${nibble_rate}))}" /> > ? ? ? ? ? ? ? ? data="modvalue=${expr(mod(${cashvalue},${nibble_rate}))}" /> > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ?? ? ? > ? ? ? ? ? ? ?? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > > > ? ? ? ? > > ? ? ? ? > ? ? ? ? ? ? ? ? data="sofia/gateway/cisco/140112${destination_number}"/> > ? ? ? ? ? ? ? ? > > ? ? ? ? > > ? > > > 2-yes, i have enabled ?"inbound-late-negotiation"?in the > (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: > ? > > > 3-the issue of sofia status: > ?external::cisco ? ? ? gateway ? ? ? ? ? ? sip:register:false at 85.15.0.154 > ? ?NOREG > > > 4-also , the configuration file for codecs are as follow > :/usr/local/freeswitch/conf/vars.xml > > data="global_codec_prefs=G729,PCMU,PCMA,G7221 at 32000h,G7221 at 16000h,G722,GSM"/> > > > > 5- the mod_g729 was loaded > > 6-i have enabled the siptrace: > ?sofia profile external siptrace on: > the siptrace outpout as follow: > > send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: > ? ?------------------------------------------------------------------------ > ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?CSeq: 29400529 INVITE > ? ?Contact: > ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? ?Supported: timer, precondition, path, replaces > ? ?Allow-Events: talk, hold, refer > ? ?Content-Type: application/sdp > ? ?Content-Disposition: session > ? ?Content-Length: 234 > ? ?X-FS-Support: update_display,send_info > ? ?Remote-Party-ID: "1000" > ;party=calling;screen=yes;privacy=off > > ? ?v=0 > ? ?o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 > ? ?s=FreeSWITCH > ? ?c=IN IP4 192.168.10.70 > ? ?t=0 0 > ? ?m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 > ? ?a=fmtp:18 annexb=yes > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-16 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 100 Trying > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 183 Session Progress > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, > NOTIFY, INFO, UPDATE, REGISTER > ? ?Allow-Events: telephone-event > ? ?Contact: > ? ?Content-Disposition: session;handling=required > ? ?Content-Type: application/sdp > ? ?Content-Length: 268 > > ? ?v=0 > ? ?o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 > ? ?s=SIP Call > ? ?c=IN IP4 85.15.0.154 > ? ?t=0 0 > ? ?m=audio 18218 RTP/AVP 0 13 101 > ? ?c=IN IP4 85.15.0.154 > ? ?a=rtpmap:0 PCMU/8000 > ? ?a=rtpmap:13 CN/8000 > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-15 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 500 Internal Server Error > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400529 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: > ? ?------------------------------------------------------------------------ > ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=62QN1XNSF6rvD > ? ?To: ;tag=45785134-1BDE > ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 > ? ?CSeq: 29400529 ACK > ? ?Content-Length: 0 > > > ------------------------------------------------------------------------------------------------------------------ > when change the configuration file the below: > > > > the siptrace is like this: > > send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: > ? ?------------------------------------------------------------------------ > ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?CSeq: 29400774 INVITE > ? ?Contact: > ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 > ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? ?Supported: timer, precondition, path, replaces > ? ?Allow-Events: talk, hold, refer > ? ?Content-Type: application/sdp > ? ?Content-Disposition: session > ? ?Content-Length: 226 > ? ?X-FS-Support: update_display,send_info > ? ?Remote-Party-ID: "1000" > ;party=calling;screen=yes;privacy=off > > ? ?v=0 > ? ?o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 > ? ?s=FreeSWITCH > ? ?c=IN IP4 192.168.10.70 > ? ?t=0 0 > ? ?m=audio 25814 RTP/AVP 18 101 13 > ? ?a=fmtp:18 annexb=yes > ? ?a=rtpmap:101 telephone-event/8000 > ? ?a=fmtp:101 0-16 > ? ?a=ptime:20 > ? ?------------------------------------------------------------------------ > recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: > ? ?------------------------------------------------------------------------ > ? ?SIP/2.0 488 Not Acceptable Media > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: ;tag=457FC664-6A6 > ? ?Date: Tue, 12 Jun 2012 04:01:24 GMT > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?Server: Cisco-SIPGateway/IOS-12.x > ? ?CSeq: 29400774 INVITE > ? ?Allow-Events: telephone-event > ? ?Content-Length: 0 > > ? ?------------------------------------------------------------------------ > send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: > ? ?------------------------------------------------------------------------ > ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 > ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK > ? ?Max-Forwards: 69 > ? ?From: "1000" ;tag=Na0S1Q9mNmS1r > ? ?To: ;tag=457FC664-6A6 > ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 > ? ?CSeq: 29400774 ACK > ? ?Content-Length: 0 > > > > plz help,thanks so much > > > ________________________________ > From: Paul Cupis > > To: FreeSWITCH Users Help > Sent: Monday, June 11, 2012 10:51 PM > > Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > On 11/06/12 17:54, Samira Mh wrote: >> i want to bridge call using my VOIPgateway so that making calls to >> another countries.. >> but the carrier only support G729 codec and the FS send G722 (set in >> vars.xml) to myVoipGateway that is set as an gateway in >> /usr/local/freeswitch/sip-profile/external/ >> and when FS send media to Gateway(using bridge application) the error >> occure:unacceptable media,then check VOIPGW and find out the only codec >> that >> can be pass through VOIPgw is G729, but FS only send G711,G722,... not >> G729 > > Can you provide a SIP or FreeSWITCH trace of a call, please? > > Do you have the following enabled in your SIP profile? > > ? > > Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? > > Regards, > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kristian Kielhofner _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120612/f15a832c/attachment-0001.html From odermann at googlemail.com Wed Jun 13 11:37:13 2012 From: odermann at googlemail.com (Dennis) Date: Wed, 13 Jun 2012 09:37:13 +0200 Subject: [Freeswitch-users] Missing event for "180 Ringing"? In-Reply-To: References: Message-ID: yes, we register for all events... it's in jira now, thanks for the hint to open a bug there. kind regards dennis From alex at digitalmail.com Wed Jun 13 14:05:37 2012 From: alex at digitalmail.com (Alex Lake) Date: Wed, 13 Jun 2012 11:05:37 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: References: Message-ID: <4FD865F1.3080600@digitalmail.com> I've been struggling a bit with conditions. In particular the "break" attribute, which I couldn't really find any documentation on. I think it would be nice to put some examples in the wiki that translate from the usual way of doing things (perhaps using PHP or JavaScript notation) to the dialplan format. For example, I have a requirement that might be expressed like this: if (${default_ani_prefix} == "" and sip_auth_username == "") { } if (${default_ani_prefix} == "") { } else { } if ($destination_number == "^(\d{8}.*)") { } What is the nefarious combination of conditions, breaks, actions and anti-actions required to implement this? I'm happy to try and put a newbie-perspective updates into some part of the wiki. Talking of which, maybe it would be good to have more example-based content in the wiki, but put it in a separate section so that it doesn't clutter up the more reference-orientated bits. Alex From alex at thewinelake.com Wed Jun 13 14:14:15 2012 From: alex at thewinelake.com (Alex Lake) Date: Wed, 13 Jun 2012 11:14:15 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: References: Message-ID: <4FD867F7.6090701@thewinelake.com> I've been struggling a bit with conditions. In particular the "break" attribute, which I couldn't really find any documentation on. The above gives "TestVarsA and B are both empty" which I don't understand! I think it would be nice to put some examples in the wiki that translate from the usual way of doing things (perhaps using PHP or JavaScript notation) to the dialplan format. For example, I have a requirement that might be expressed like this: if (${default_ani_prefix} == "" and sip_auth_username == "") { } if (${default_ani_prefix} == "") { } else { } if ($destination_number == "^(\d{8}.*)") { } What is the nefarious combination of conditions, breaks, actions and anti-actions required to implement this? I'm happy to try and put a newbie-perspective updates into some part of the wiki. Talking of which, maybe it would be good to have more example-based content in the wiki, but put it in a separate section so that it doesn't clutter up the more reference-orientated bits. Alex From evgeniy at bestnet.kharkov.ua Wed Jun 13 14:25:46 2012 From: evgeniy at bestnet.kharkov.ua (Evgeniy Movlyan) Date: Wed, 13 Jun 2012 13:25:46 +0300 Subject: [Freeswitch-users] mod_nibblebill problem In-Reply-To: <4FD1A7FA.3090009@bestnet.kharkov.ua> References: <4FD199DA.7080805@bestnet.kharkov.ua> <4FD1A7FA.3090009@bestnet.kharkov.ua> Message-ID: <4FD86AAA.3030807@bestnet.kharkov.ua> Any ideas? 08.06.2012 10:21, Evgeniy Movlyan ???????: > Hi All, when i'm calling from one user to another freeswitch user > mod works fine, but when i'm calling to external number (through > gateway) billing doesn't work: > > 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:612 Received > request via SESSION_HEARTBEAT! 2012-06-07 16:16:07.294840 [DEBUG] > mod_nibblebill.c:453 Attempting to bill at $1 per minute to account > 7604504 2012-06-07 16:16:07.294840 [DEBUG] mod_nibblebill.c:465 Not > billing 7604504 - call is not in answered state > > I don't understand what this message means. > > Sorry for my english:) -- Evgeniy Movlyan, BestNet Ltd. From hkalyoncu at gmail.com Wed Jun 13 14:26:46 2012 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Wed, 13 Jun 2012 13:26:46 +0300 Subject: [Freeswitch-users] Conditions In-Reply-To: <4FD867F7.6090701@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> Message-ID: hello alex, you must set testvarA and testvarB as inline check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions huseyin On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake wrote: > I've been struggling a bit with conditions. In particular the "break" > attribute, which I couldn't really find any documentation on. > > > > > > > > The above gives "TestVarsA and B are both empty" which I don't understand! > > I think it would be nice to put some examples in the wiki that translate > from the usual way of doing things (perhaps using PHP or JavaScript > notation) to the dialplan format. > > For example, I have a requirement that might be expressed like this: > > > > if (${default_ani_prefix} == "" and sip_auth_username == "") { > > > } > if (${default_ani_prefix} == "") { > > > } else { > > } > if ($destination_number == "^(\d{8}.*)") { > > data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$ > 1 at 193.105.54.10"/> > } > > > > What is the nefarious combination of conditions, breaks, actions and > anti-actions required to implement this? > > I'm happy to try and put a newbie-perspective updates into some part of > the wiki. Talking of which, maybe it would be good to have more > example-based content in the wiki, but put it in a separate section so > that it doesn't clutter up the more reference-orientated bits. > > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/262e7896/attachment.html From alex at thewinelake.com Wed Jun 13 14:28:35 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 11:28:35 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: <4FD867F7.6090701@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> Message-ID: <4FD86B53.9070203@thewinelake.com> ...also struggling with the mailing list (which will teach me to have too many email addresses!). Apologies for multi-post > I've been struggling a bit with conditions. In particular the "break" > attribute, which I couldn't really find any documentation on. > > > > > > > > The above gives "TestVarsA and B are both empty" which I don't understand! > > I think it would be nice to put some examples in the wiki that translate > from the usual way of doing things (perhaps using PHP or JavaScript > notation) to the dialplan format. > > For example, I have a requirement that might be expressed like this: > > > > if (${default_ani_prefix} == "" and sip_auth_username == "") { > > > } > if (${default_ani_prefix} == "") { > > > } else { > > } > if ($destination_number == "^(\d{8}.*)") { > data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$1 at 193.105.54.10"/> > } > > > > What is the nefarious combination of conditions, breaks, actions and > anti-actions required to implement this? > > I'm happy to try and put a newbie-perspective updates into some part of > the wiki. Talking of which, maybe it would be good to have more > example-based content in the wiki, but put it in a separate section so > that it doesn't clutter up the more reference-orientated bits. > > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > > From alex at thewinelake.com Wed Jun 13 14:38:40 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 11:38:40 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> Message-ID: <4FD86DB0.4030508@thewinelake.com> Mmm. Strangely enough, I stumbled on that just after posting, but it still doesn't work Result: "TestVarsA and B are both empty" > hello alex, > > you must set testvarA and testvarB as inline > > check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions > > huseyin > > > > On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake > wrote: > > I've been struggling a bit with conditions. In particular the "break" > attribute, which I couldn't really find any documentation on. > > > > > > > > The above gives "TestVarsA and B are both empty" which I don't > understand! > > I think it would be nice to put some examples in the wiki that > translate > from the usual way of doing things (perhaps using PHP or JavaScript > notation) to the dialplan format. > > For example, I have a requirement that might be expressed like this: > > > > if (${default_ani_prefix} == "" and sip_auth_username == "") { > > data="default_ani_prefix=${tenant_id}${b_ext}1"/> > } > if (${default_ani_prefix} == "") { > > > } else { > > } > if ($destination_number == "^(\d{8}.*)") { > data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$1 at 193.105.54.10 > "/> > } > > > > What is the nefarious combination of conditions, breaks, actions and > anti-actions required to implement this? > > I'm happy to try and put a newbie-perspective updates into some > part of > the wiki. Talking of which, maybe it would be good to have more > example-based content in the wiki, but put it in a separate section so > that it doesn't clutter up the more reference-orientated bits. > > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/e6b0e650/attachment-0001.html From alex at thewinelake.com Wed Jun 13 15:00:06 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 12:00:06 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: <4FD86DB0.4030508@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> Message-ID: <4FD872B6.4020107@thewinelake.com> OK... I think there's a fundamental misunderstanding about what code actually gets executed. The setting never happened in my example. If I change it to: Then it works. (Comparing ani to any number of digits). What I really want is something like > Mmm. Strangely enough, I stumbled on that just after posting, but it > still doesn't work > > > > > > > > > > Result: "TestVarsA and B are both empty" > >> hello alex, >> >> you must set testvarA and testvarB as inline >> >> check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions >> >> huseyin >> >> >> >> On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake > > wrote: >> >> I've been struggling a bit with conditions. In particular the "break" >> attribute, which I couldn't really find any documentation on. >> >> >> >> >> >> >> >> The above gives "TestVarsA and B are both empty" which I don't >> understand! >> >> I think it would be nice to put some examples in the wiki that >> translate >> from the usual way of doing things (perhaps using PHP or JavaScript >> notation) to the dialplan format. >> >> For example, I have a requirement that might be expressed like this: >> >> >> >> if (${default_ani_prefix} == "" and sip_auth_username == "") { >> >> > data="default_ani_prefix=${tenant_id}${b_ext}1"/> >> } >> if (${default_ani_prefix} == "") { >> >> >> } else { >> >> } >> if ($destination_number == "^(\d{8}.*)") { >> > data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$1 at 193.105.54.10 >> "/> >> } >> >> >> >> What is the nefarious combination of conditions, breaks, actions and >> anti-actions required to implement this? >> >> I'm happy to try and put a newbie-perspective updates into some >> part of >> the wiki. Talking of which, maybe it would be good to have more >> example-based content in the wiki, but put it in a separate >> section so >> that it doesn't clutter up the more reference-orientated bits. >> >> Alex >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/cac1d166/attachment.html From hkalyoncu at gmail.com Wed Jun 13 15:31:51 2012 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Wed, 13 Jun 2012 14:31:51 +0300 Subject: [Freeswitch-users] Conditions In-Reply-To: <4FD872B6.4020107@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> Message-ID: yes action statements must be inside condition tags. i thought you wrote them in condition in your first mail.. for the expression=true ; i not sure you can do that but there is an example usage together with regex in the wiki. again check the link i sent before.. huseyin On Wed, Jun 13, 2012 at 2:00 PM, Alex wrote: > OK... I think there's a fundamental misunderstanding about what code > actually gets executed. > > The setting never happened in my example. If I change it to: > > > > > > > > > > > > > > > Then it works. (Comparing ani to any number of digits). > What I really want is something like > > > Mmm. Strangely enough, I stumbled on that just after posting, but it > still doesn't work > > > > > > > > > > Result: "TestVarsA and B are both empty" > > hello alex, > > you must set testvarA and testvarB as inline > > check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions > > huseyin > > > > On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake wrote: > >> I've been struggling a bit with conditions. In particular the "break" >> attribute, which I couldn't really find any documentation on. >> >> >> >> >> >> >> >> The above gives "TestVarsA and B are both empty" which I don't understand! >> >> I think it would be nice to put some examples in the wiki that translate >> from the usual way of doing things (perhaps using PHP or JavaScript >> notation) to the dialplan format. >> >> For example, I have a requirement that might be expressed like this: >> >> >> >> if (${default_ani_prefix} == "" and sip_auth_username == "") { >> >> > data="default_ani_prefix=${tenant_id}${b_ext}1"/> >> } >> if (${default_ani_prefix} == "") { >> >> >> } else { >> >> } >> if ($destination_number == "^(\d{8}.*)") { >> > >> data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$ >> 1 at 193.105.54.10"/> >> } >> >> >> >> What is the nefarious combination of conditions, breaks, actions and >> anti-actions required to implement this? >> >> I'm happy to try and put a newbie-perspective updates into some part of >> the wiki. Talking of which, maybe it would be good to have more >> example-based content in the wiki, but put it in a separate section so >> that it doesn't clutter up the more reference-orientated bits. >> >> Alex >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/8d17b382/attachment-0001.html From hkalyoncu at gmail.com Wed Jun 13 15:38:27 2012 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Wed, 13 Jun 2012 14:38:27 +0300 Subject: [Freeswitch-users] Conditions In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> Message-ID: i checked it myself again and i find the following example in the wiki... i hope this helps.. On Wed, Jun 13, 2012 at 2:31 PM, huseyin kalyoncu wrote: > yes action statements must be inside condition tags. i thought you wrote > them in condition in your first mail.. > > for the expression=true ; i not sure you can do that but there is an > example usage together with regex in the wiki. > again check the link i sent before.. > > huseyin > > > > On Wed, Jun 13, 2012 at 2:00 PM, Alex wrote: > >> OK... I think there's a fundamental misunderstanding about what code >> actually gets executed. >> >> The setting never happened in my example. If I change it to: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> Then it works. (Comparing ani to any number of digits). >> What I really want is something like >> >> >> Mmm. Strangely enough, I stumbled on that just after posting, but it >> still doesn't work >> >> >> >> >> >> >> >> >> >> Result: "TestVarsA and B are both empty" >> >> hello alex, >> >> you must set testvarA and testvarB as inline >> >> check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions >> >> huseyin >> >> >> >> On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake wrote: >> >>> I've been struggling a bit with conditions. In particular the "break" >>> attribute, which I couldn't really find any documentation on. >>> >>> >>> >>> >>> >>> >>> >>> The above gives "TestVarsA and B are both empty" which I don't >>> understand! >>> >>> I think it would be nice to put some examples in the wiki that translate >>> from the usual way of doing things (perhaps using PHP or JavaScript >>> notation) to the dialplan format. >>> >>> For example, I have a requirement that might be expressed like this: >>> >>> >>> >>> if (${default_ani_prefix} == "" and sip_auth_username == "") { >>> >>> >> data="default_ani_prefix=${tenant_id}${b_ext}1"/> >>> } >>> if (${default_ani_prefix} == "") { >>> >>> >>> } else { >>> >>> } >>> if ($destination_number == "^(\d{8}.*)") { >>> >> >>> data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$ >>> 1 at 193.105.54.10"/> >>> } >>> >>> >>> >>> What is the nefarious combination of conditions, breaks, actions and >>> anti-actions required to implement this? >>> >>> I'm happy to try and put a newbie-perspective updates into some part of >>> the wiki. Talking of which, maybe it would be good to have more >>> example-based content in the wiki, but put it in a separate section so >>> that it doesn't clutter up the more reference-orientated bits. >>> >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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 >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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 >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/d1fef88e/attachment.html From sdevoy at bizfocused.com Wed Jun 13 16:20:59 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 13 Jun 2012 08:20:59 -0400 Subject: [Freeswitch-users] Domain name lost in SIP registration (w/ SIP TRACE) In-Reply-To: <6856752153193153969@unknownmsgid> References: <011e01cd48ca$99953aa0$ccbfafe0$@bizfocused.com> <6856752153193153969@unknownmsgid> Message-ID: <015001cd495e$fdacdbd0$f9069370$@bizfocused.com> "TURN" settings ??? - LOL Thanks for the reply, the problem has been solved. For future reference, when the /etc/init.d script was corrected and was starting Freeswitch properly, all the domains started working. I assume it was not loading all the config files. Sean From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Chris Ferreira Sent: Tuesday, June 12, 2012 5:03 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Domain name lost in SIP registration (w/ SIP TRACE) Oops, I mean STUN Server. ___________________ Mobile Reply On Jun 12, 2012, at 2:41 PM, Sean Devoy wrote: HI All, In the pastebin: http://pastebin.com/KyGXMTP0 is a sip trace. The phone is on the lan and uses proxy: fs_test.bizfocused.com which is 10.10.40.189. In the SIP messages you can see the domain name "fs_test.bizfocused.com". I have a directory that includes and a user for this subscription. But the SIP response is "SIP/2.0 401 Unauthorized" and the message displayed in FS_CLI is: [WARNING] sofia_reg.c:2376 Can't find user [202 at 10.10.40.189] You must define a domain called '10.10.40.189' in your directory and add a user with the id="202" attribute and you must configure your device to use the proper domain in its authentication credentials. Why isn't it using the credentials in the domain "fs_test.bizfocused.com"? Thanks, Sean _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/df56d6b7/attachment-0001.html From sdevoy at bizfocused.com Wed Jun 13 16:22:24 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 13 Jun 2012 08:22:24 -0400 Subject: [Freeswitch-users] Moving up to better PC - Multi-tenant died In-Reply-To: References: <05a501cd4856$41711610$c4534230$@bizfocused.com> Message-ID: <015501cd495f$308e8620$91ab9260$@bizfocused.com> Thanks for the response. The /etc/init.d script problems were the cause. Once Freeswitch was starting properly, the domain problem was gone. Sean -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Kristian Kielhofner Sent: Tuesday, June 12, 2012 5:12 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Moving up to better PC - Multi-tenant died What is your hostname? How are the various domain values set in the FreeSWITCH Sofia profiles? On Tue, Jun 12, 2012 at 12:45 AM, Sean Devoy wrote: > HI, > > > > I have a nice working multi-tenant configuration working on my > development box ? P4 3.0Ghz 4GB RAM Raid 1 Centos 5.7 Freeswitch (make current). > > > > I built a nice clean Centos 5.7 install on a Dell Power Edge 2850 Dual > Xeon > 3.0 Ghs 4GB RAM and current Freeswitch. > > I saved the entire ?/usr/local/freeswitch/conf? tree from new server. > > ??????????????? I copied the entire ?/usr/local/freeswitch/conf? tree > from devel box to new server. > > ??????????????? I shutdown development box. > > ??????????????? I set new server to same IP as old Devel boix. > > ??????????????? Rebooted. > > > > I have a couple of issues: > > ??????????????? 1. Freeswitch does not startup at boot.? I tried to > follow the wiki.? I have a freeswitch file in /;etc/init.d but no startup! > > > > ??????????????? 2. Only my primary domain (tenant) users can login.? > All of my secondary domain phones have > proxy=nnn at fs_mbri.bizfocused.com but the errors on FS_CLI say it can?t > find nnn at fs_bfis.bizfocused.com (MY PRIMARY DOMAIN).? It is though > freeswitch thinks these registrations are coming to the primary domain > even though they are going to a secondry with the same IP address. > > > > So, how do I get FS to start on boot up in CENTOS 5.7?? I swear I > tried what?s in the wiki.? Or maybe I should say how do I tell wait is failing? > > > > What am I missing in the multi-tenant domain definition (that is not > in the /conf folder)? > > > > Thanks in advance. > > > > Sean > > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org > -- Kristian Kielhofner _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 sdevoy at bizfocused.com Wed Jun 13 16:39:47 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 13 Jun 2012 08:39:47 -0400 Subject: [Freeswitch-users] Conditions In-Reply-To: <4FD872B6.4020107@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> Message-ID: <017501cd4961$9e515c80$daf41580$@bizfocused.com> I was about to answer and say tags must be inside tags. I think you can in fact remove you break=?never? everywhere except: Your first ?condition? can just be ?? which is always true. And doesn?t need a break=?never? as it has and s. Hope that helps (and is correct!) Sean From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Alex Sent: Wednesday, June 13, 2012 7:00 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conditions OK... I think there's a fundamental misunderstanding about what code actually gets executed. The setting never happened in my example. If I change it to: Then it works. (Comparing ani to any number of digits). What I really want is something like Mmm. Strangely enough, I stumbled on that just after posting, but it still doesn't work Result: "TestVarsA and B are both empty" hello alex, you must set testvarA and testvarB as inline check this http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions huseyin On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake wrote: I've been struggling a bit with conditions. In particular the "break" attribute, which I couldn't really find any documentation on. The above gives "TestVarsA and B are both empty" which I don't understand! I think it would be nice to put some examples in the wiki that translate from the usual way of doing things (perhaps using PHP or JavaScript notation) to the dialplan format. For example, I have a requirement that might be expressed like this: if (${default_ani_prefix} == "" and sip_auth_username == "") { } if (${default_ani_prefix} == "") { } else { } if ($destination_number == "^(\d{8}.*)") { } What is the nefarious combination of conditions, breaks, actions and anti-actions required to implement this? I'm happy to try and put a newbie-perspective updates into some part of the wiki. Talking of which, maybe it would be good to have more example-based content in the wiki, but put it in a separate section so that it doesn't clutter up the more reference-orientated bits. Alex _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/9454f53b/attachment-0001.html From alex at thewinelake.com Wed Jun 13 17:18:40 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 14:18:40 +0100 Subject: [Freeswitch-users] Conditions In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> Message-ID: <4FD89330.60402@thewinelake.com> Ah so is essentially an "unconditional condition" ;-) That is useful... > i checked it myself again and i find the following example in the wiki... > > > > > > > > > > > > i hope this helps.. > > On Wed, Jun 13, 2012 at 2:31 PM, huseyin kalyoncu > wrote: > > yes action statements must be inside condition tags. i thought you > wrote them in condition in your first mail.. > > for the expression=true ; i not sure you can do that but there is > an example usage together with regex in the wiki. > again check the link i sent before.. > > huseyin > > > On Wed, Jun 13, 2012 at 2:00 PM, Alex > wrote: > > OK... I think there's a fundamental misunderstanding about > what code actually gets executed. > > The setting never happened in my example. If I change it to: > > > > > > > > > > > > > > > Then it works. (Comparing ani to any number of digits). > What I really want is something like expression="true"> > > >> Mmm. Strangely enough, I stumbled on that just after posting, >> but it still doesn't work >> >> >> >> >> >> >> >> >> >> Result: "TestVarsA and B are both empty" >> >>> hello alex, >>> >>> you must set testvarA and testvarB as inline >>> >>> check this >>> http://wiki.freeswitch.org/wiki/Dialplan_XML#Inline_Actions >>> >>> huseyin >>> >>> >>> >>> On Wed, Jun 13, 2012 at 1:14 PM, Alex Lake >>> > wrote: >>> >>> I've been struggling a bit with conditions. In >>> particular the "break" >>> attribute, which I couldn't really find any >>> documentation on. >>> >>> >>> >>> >>> >>> >>> >>> The above gives "TestVarsA and B are both empty" which I >>> don't understand! >>> >>> I think it would be nice to put some examples in the >>> wiki that translate >>> from the usual way of doing things (perhaps using PHP or >>> JavaScript >>> notation) to the dialplan format. >>> >>> For example, I have a requirement that might be >>> expressed like this: >>> >>> >>> >>> if (${default_ani_prefix} == "" and >>> sip_auth_username == "") { >>> >>> >> data="default_ani_prefix=${tenant_id}${b_ext}1"/> >>> } >>> if (${default_ani_prefix} == "") { >>> >>> >> data="ani_prefix=${sip_auth_username}0"/> >>> } else { >>> >> data="ani_prefix=${default_ani_prefix}"/> >>> } >>> if ($destination_number == "^(\d{8}.*)") { >>> >> data="[tenant_id=${tenant_id},a_ext=${a_ext},b_ext=${b_ext},origination_callee_id_number=$1,origination_caller_id_number=${ani_prefix}${ani}]sofia/internal/8980000000002$1 at 193.105.54.10 >>> "/> >>> } >>> >>> >>> >>> What is the nefarious combination of conditions, breaks, >>> actions and >>> anti-actions required to implement this? >>> >>> I'm happy to try and put a newbie-perspective updates >>> into some part of >>> the wiki. Talking of which, maybe it would be good to >>> have more >>> example-based content in the wiki, but put it in a >>> separate section so >>> that it doesn't clutter up the more reference-orientated >>> bits. >>> >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release >>> Date: 06/12/12 >>> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release >> Date: 06/12/12 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/3d836a98/attachment-0001.html From alex at thewinelake.com Wed Jun 13 17:30:14 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 14:30:14 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> Message-ID: <4FD895E6.7000101@thewinelake.com> Is there anything I should know about the combination of these two? Alex From avi at avimarcus.net Wed Jun 13 17:46:53 2012 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 13 Jun 2012 16:46:53 +0300 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: <4FD895E6.7000101@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> Message-ID: Hmm. re: enterprise originate remember that each is a separate thread, so {} vars in one thread won't work on the other. You need to do super-global <> to make that happen. I don't think we have a wiki page purely on building bridge strings yet... -Avi Marcus On Wed, Jun 13, 2012 at 4:30 PM, Alex wrote: > Is there anything I should know about the combination of these two? > > Alex > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 kris at kriskinc.com Wed Jun 13 19:15:50 2012 From: kris at kriskinc.com (Kristian Kielhofner) Date: Wed, 13 Jun 2012 11:15:50 -0400 Subject: [Freeswitch-users] how to use codec g729 on freeswitch ? In-Reply-To: <1339558840.7099.YahooMailNeo@web120106.mail.ne1.yahoo.com> References: <1FFF97C269757C458224B7C895F35F1510248C@cantor.std.visionutv.se> <1339409611.83296.YahooMailNeo@web120101.mail.ne1.yahoo.com> <1339414395.62082.YahooMailNeo@web120105.mail.ne1.yahoo.com> <30DFAA60-ADB7-4B3A-A5FE-9085491FD83E@opencsta.org> <1339433685.46946.YahooMailNeo@web120106.mail.ne1.yahoo.com> <4FD6371D.1010307@cupis.co.uk> <1339473995.42452.YahooMailNeo@web120106.mail.ne1.yahoo.com> <1339558840.7099.YahooMailNeo@web120106.mail.ne1.yahoo.com> Message-ID: It is very clear the Cisco is responding with a 488 when the only codec offered is G729. When you offer G729 and PCMU it accepts PCMU because that is all it supports. By that time the A leg between your other endpoint and FreeSWITCH has already selected G729 and FreeSWITCH tries to transcode and it can't because you don't have the codec installed. You need to support G729 on your Cisco gateway, install the G729 codec in FreeSWITCH, or use PCMU on all of your devices. On Tue, Jun 12, 2012 at 11:40 PM, Samira Mh wrote: > bu i have set the codec in dialpeer of VOIP gateway > > ________________________________ > From: Kristian Kielhofner > > To: FreeSWITCH Users Help > Sent: Wednesday, June 13, 2012 1:40 AM > > Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? > > Your Cisco gateway doesn't support G729.? Check your codec-list > configuration in IOS. > > On Tue, Jun 12, 2012 at 12:06 AM, Samira Mh wrote: >> thansk for your reply, >> it is kind of you to help me.. >> please let me paste myconfigurations files here; >> 1-the configuration ?file >> /usr/local/freeswitch/conf/dialplan/default/001_luacallduration.xml ?is >> like >> this: >> >> >> ? >> >> ? ? ? ? > expression="^(00|\+)?(\d{5}.*)$" break="never"> >> ? ? ??? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ?? ? ? ? ? ? ? ? > /> >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? > data="${destination_number} XML ratelist"/> >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? > data="divvalue=${expr(floor((${cashvalue}/${nibble_rate}))}" /> >> ? ? ? ? ? ? ? ? > data="modvalue=${expr(mod(${cashvalue},${nibble_rate}))}" /> >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ?? ? ? >> ? ? ? ? ? ? ?? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> ? ? ? ? ? ? ? ? >> >> >> ? ? ? ? >> >> ? ? ? ? >> ? ? ? ? ? ? ? ? > data="sofia/gateway/cisco/140112${destination_number}"/> >> ? ? ? ? ? ? ? ? >> >> ? ? ? ? >> >> ? >> >> >> 2-yes, i have enabled ?"inbound-late-negotiation"?in the >> (/usr/local/freeswitch/conf/sip_profiles/internal.xml) as follow: >> ? >> >> >> 3-the issue of sofia status: >> ?external::cisco ? ? ? gateway ? ? ? ? ? ? sip:register:false at 85.15.0.154 >> ? ?NOREG >> >> >> 4-also , the configuration file for codecs are as follow >> :/usr/local/freeswitch/conf/vars.xml >> >> > >> data="global_codec_prefs=G729,PCMU,PCMA,G7221 at 32000h,G7221 at 16000h,G722,GSM"/> >> >> >> >> 5- the mod_g729 was loaded >> >> 6-i have enabled the siptrace: >> ?sofia profile external siptrace on: >> the siptrace outpout as follow: >> >> send 1042 bytes to udp/[85.15.0.154]:5060 at 03:53:07.448136: >> >> ?------------------------------------------------------------------------ >> ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS >> ? ?Max-Forwards: 69 >> ? ?From: "1000" ;tag=62QN1XNSF6rvD >> ? ?To: >> ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 >> ? ?CSeq: 29400529 INVITE >> ? ?Contact: >> ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 >> ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> ? ?Supported: timer, precondition, path, replaces >> ? ?Allow-Events: talk, hold, refer >> ? ?Content-Type: application/sdp >> ? ?Content-Disposition: session >> ? ?Content-Length: 234 >> ? ?X-FS-Support: update_display,send_info >> ? ?Remote-Party-ID: "1000" >> ;party=calling;screen=yes;privacy=off >> >> ? ?v=0 >> ? ?o=FreeSWITCH 1339446571 1339446572 IN IP4 192.168.10.70 >> ? ?s=FreeSWITCH >> ? ?c=IN IP4 192.168.10.70 >> ? ?t=0 0 >> ? ?m=audio 26616 RTP/AVP 9 0 8 18 3 101 13 >> ? ?a=fmtp:18 annexb=yes >> ? ?a=rtpmap:101 telephone-event/8000 >> ? ?a=fmtp:101 0-16 >> ? ?a=ptime:20 >> >> ?------------------------------------------------------------------------ >> recv 410 bytes from udp/[85.15.0.154]:5060 at 03:53:07.463921: >> >> ?------------------------------------------------------------------------ >> ? ?SIP/2.0 100 Trying >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS >> ? ?From: "1000" ;tag=62QN1XNSF6rvD >> ? ?To: ;tag=45785134-1BDE >> ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT >> ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 >> ? ?Server: Cisco-SIPGateway/IOS-12.x >> ? ?CSeq: 29400529 INVITE >> ? ?Allow-Events: telephone-event >> ? ?Content-Length: 0 >> >> >> ?------------------------------------------------------------------------ >> recv 927 bytes from udp/[85.15.0.154]:5060 at 03:53:11.004804: >> >> ?------------------------------------------------------------------------ >> ? ?SIP/2.0 183 Session Progress >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS >> ? ?From: "1000" ;tag=62QN1XNSF6rvD >> ? ?To: ;tag=45785134-1BDE >> ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT >> ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 >> ? ?Server: Cisco-SIPGateway/IOS-12.x >> ? ?CSeq: 29400529 INVITE >> ? ?Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, >> SUBSCRIBE, >> NOTIFY, INFO, UPDATE, REGISTER >> ? ?Allow-Events: telephone-event >> ? ?Contact: >> ? ?Content-Disposition: session;handling=required >> ? ?Content-Type: application/sdp >> ? ?Content-Length: 268 >> >> ? ?v=0 >> ? ?o=CiscoSystemsSIP-GW-UserAgent 7252 5649 IN IP4 85.15.0.154 >> ? ?s=SIP Call >> ? ?c=IN IP4 85.15.0.154 >> ? ?t=0 0 >> ? ?m=audio 18218 RTP/AVP 0 13 101 >> ? ?c=IN IP4 85.15.0.154 >> ? ?a=rtpmap:0 PCMU/8000 >> ? ?a=rtpmap:13 CN/8000 >> ? ?a=rtpmap:101 telephone-event/8000 >> ? ?a=fmtp:101 0-15 >> ? ?a=ptime:20 >> >> ?------------------------------------------------------------------------ >> recv 425 bytes from udp/[85.15.0.154]:5060 at 03:53:11.005144: >> >> ?------------------------------------------------------------------------ >> ? ?SIP/2.0 500 Internal Server Error >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS >> ? ?From: "1000" ;tag=62QN1XNSF6rvD >> ? ?To: ;tag=45785134-1BDE >> ? ?Date: Tue, 12 Jun 2012 03:53:15 GMT >> ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 >> ? ?Server: Cisco-SIPGateway/IOS-12.x >> ? ?CSeq: 29400529 INVITE >> ? ?Allow-Events: telephone-event >> ? ?Content-Length: 0 >> >> >> ?------------------------------------------------------------------------ >> send 350 bytes to udp/[85.15.0.154]:5060 at 03:53:11.005333: >> >> ?------------------------------------------------------------------------ >> ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bK7vFUZrQK2r8NS >> ? ?Max-Forwards: 69 >> ? ?From: "1000" ;tag=62QN1XNSF6rvD >> ? ?To: ;tag=45785134-1BDE >> ? ?Call-ID: f61cf067-2ee4-1230-0cad-0050569414f9 >> ? ?CSeq: 29400529 ACK >> ? ?Content-Length: 0 >> >> >> >> ------------------------------------------------------------------------------------------------------------------ >> when change the configuration file the below: >> >> >> >> the siptrace is like this: >> >> send 1034 bytes to udp/[85.15.0.154]:5060 at 04:01:16.202342: >> >> ?------------------------------------------------------------------------ >> ? ?INVITE sip:140112971507247227 at 85.15.0.154 SIP/2.0 >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK >> ? ?Max-Forwards: 69 >> ? ?From: "1000" ;tag=Na0S1Q9mNmS1r >> ? ?To: >> ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 >> ? ?CSeq: 29400774 INVITE >> ? ?Contact: >> ? ?User-Agent: FreeSWITCH-mod_sofia/1.2.0-rc2 >> ? ?Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> ? ?Supported: timer, precondition, path, replaces >> ? ?Allow-Events: talk, hold, refer >> ? ?Content-Type: application/sdp >> ? ?Content-Disposition: session >> ? ?Content-Length: 226 >> ? ?X-FS-Support: update_display,send_info >> ? ?Remote-Party-ID: "1000" >> ;party=calling;screen=yes;privacy=off >> >> ? ?v=0 >> ? ?o=FreeSWITCH 1339447862 1339447863 IN IP4 192.168.10.70 >> ? ?s=FreeSWITCH >> ? ?c=IN IP4 192.168.10.70 >> ? ?t=0 0 >> ? ?m=audio 25814 RTP/AVP 18 101 13 >> ? ?a=fmtp:18 annexb=yes >> ? ?a=rtpmap:101 telephone-event/8000 >> ? ?a=fmtp:101 0-16 >> ? ?a=ptime:20 >> >> ?------------------------------------------------------------------------ >> recv 423 bytes from udp/[85.15.0.154]:5060 at 04:01:16.208118: >> >> ?------------------------------------------------------------------------ >> ? ?SIP/2.0 488 Not Acceptable Media >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK >> ? ?From: "1000" ;tag=Na0S1Q9mNmS1r >> ? ?To: ;tag=457FC664-6A6 >> ? ?Date: Tue, 12 Jun 2012 04:01:24 GMT >> ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 >> ? ?Server: Cisco-SIPGateway/IOS-12.x >> ? ?CSeq: 29400774 INVITE >> ? ?Allow-Events: telephone-event >> ? ?Content-Length: 0 >> >> >> ?------------------------------------------------------------------------ >> send 349 bytes to udp/[85.15.0.154]:5060 at 04:01:16.208201: >> >> ?------------------------------------------------------------------------ >> ? ?ACK sip:140112971507247227 at 85.15.0.154 SIP/2.0 >> ? ?Via: SIP/2.0/UDP 192.168.10.70:5080;rport;branch=z9hG4bKpBa558yUmp0UK >> ? ?Max-Forwards: 69 >> ? ?From: "1000" ;tag=Na0S1Q9mNmS1r >> ? ?To: ;tag=457FC664-6A6 >> ? ?Call-ID: 196eea77-2ee6-1230-789e-0050569414f9 >> ? ?CSeq: 29400774 ACK >> ? ?Content-Length: 0 >> >> >> >> plz help,thanks so much >> >> >> ________________________________ >> From: Paul Cupis >> >> To: FreeSWITCH Users Help >> Sent: Monday, June 11, 2012 10:51 PM >> >> Subject: Re: [Freeswitch-users] how to use codec g729 on freeswitch ? >> >> On 11/06/12 17:54, Samira Mh wrote: >>> i want to bridge call using my VOIPgateway so that making calls to >>> another countries.. >>> but the carrier only support G729 codec and the FS send G722 (set in >>> vars.xml) to myVoipGateway that is set as an gateway in >>> /usr/local/freeswitch/sip-profile/external/ >>> and when FS send media to Gateway(using bridge application) the error >>> occure:unacceptable media,then check VOIPGW and find out the only codec >>> that >>> can be pass through VOIPgw is G729, but FS only send G711,G722,... not >>> G729 >> >> Can you provide a SIP or FreeSWITCH trace of a call, please? >> >> Do you have the following enabled in your SIP profile? >> >> ? >> >> Do you have mod_g729 loaded and codec G729 enabled in your vars.xml? >> >> Regards, >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kristian Kielhofner From saami_mh at ymail.com Wed Jun 13 20:49:23 2012 From: saami_mh at ymail.com (Samira Mh) Date: Wed, 13 Jun 2012 09:49:23 -0700 (PDT) Subject: [Freeswitch-users] problem on playinback " .wav "files on freeswitch using asterisk with Codec G729 ? Message-ID: <1339606163.79781.YahooMailNeo@web120104.mail.ne1.yahoo.com> hi guys, as you know on freeswitch the codec G729 only use fro pass through, so we couldn't play .wav file using codec G729, so i have installed asterisk to everytime i want to play file with that codec? play them on asterisk using gateway on freeswitch , but in asterisk when i issue the command (exten => 999,1,playback(hello-world)) the file play successfully using freeswitch that is connect to asterisk but i don't want to answer channel at this situation so issue the command (exten => 999,1,playback(hello-world,noanswer) or? (exten => 999,1,background(hello-world,n) -- n used to don't answer channel )) i don't hear the sound of .wav file on the debug of sip on asterisk the file is played and command was executed but i coudn't hear sound notice:because of using nibble_account on freeswitch i don't want to answer channel to reduce the cash? plz help thanks? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/90b0e98c/attachment-0001.html From alex at thewinelake.com Wed Jun 13 20:53:53 2012 From: alex at thewinelake.com (Alex) Date: Wed, 13 Jun 2012 17:53:53 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> Message-ID: <4FD8C5A1.8050905@thewinelake.com> Just 'cos it's a separate thread doesn't mean that it couldn't have been initialised with channel variables from the spawning thread. I presume that exports don't work either. How about group_confirm? This is looking awfully like writing our own everything! > Hmm. re: enterprise originate remember that each is a separate thread, > so {} vars in one thread won't work on the other. You need to do > super-global<> to make that happen. > > I don't think we have a wiki page purely on building bridge strings yet... > > -Avi Marcus > > On Wed, Jun 13, 2012 at 4:30 PM, Alex wrote: >> Is there anything I should know about the combination of these two? >> >> Alex >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 > > From peter.olsson at visionutveckling.se Wed Jun 13 21:03:25 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Wed, 13 Jun 2012 17:03:25 +0000 Subject: [Freeswitch-users] problem on playinback " .wav "files on freeswitch using asterisk with Codec G729 ? In-Reply-To: <1339606163.79781.YahooMailNeo@web120104.mail.ne1.yahoo.com> References: <1339606163.79781.YahooMailNeo@web120104.mail.ne1.yahoo.com> Message-ID: <31E64CAD-2886-4B99-A04F-5456E198414F@visionutveckling.se> I'd suggest getting a valid g729 licenses for FS, and skip the extra work... /Peter 13 jun 2012 kl. 18:58 skrev "Samira Mh" >: hi guys, as you know on freeswitch the codec G729 only use fro pass through, so we couldn't play .wav file using codec G729, so i have installed asterisk to everytime i want to play file with that codec play them on asterisk using gateway on freeswitch , but in asterisk when i issue the command (exten => 999,1,playback(hello-world)) the file play successfully using freeswitch that is connect to asterisk but i don't want to answer channel at this situation so issue the command (exten => 999,1,playback(hello-world,noanswer) or (exten => 999,1,background(hello-world,n) -- n used to don't answer channel )) i don't hear the sound of .wav file on the debug of sip on asterisk the file is played and command was executed but i coudn't hear sound notice:because of using nibble_account on freeswitch i don't want to answer channel to reduce the cash plz help thanks !DSPAM:4fd8c38432761914914593! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd8c38432761914914593! From avi at avimarcus.net Wed Jun 13 21:34:07 2012 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 13 Jun 2012 20:34:07 +0300 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: <4FD8C5A1.8050905@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> Message-ID: bridge seems to be fairly manual for assembling complicated bridge strings. I think export works to all threads, but afaik, is deprecated. I've used group_confirm on these threads, it's fine. Just make sure the group_confirm variable is in the right place... -Avi On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: > Just 'cos it's a separate thread doesn't mean that it couldn't have been > initialised with channel variables from the spawning thread. > I presume that exports don't work either. > How about group_confirm? > This is looking awfully like writing our own everything! >> Hmm. re: enterprise originate remember that each is a separate thread, >> so {} vars in one thread won't work on the other. You need to do >> super-global<> ?to make that happen. >> >> I don't think we have a wiki page purely on building bridge strings yet... >> >> -Avi Marcus >> >> On Wed, Jun 13, 2012 at 4:30 PM, Alex ?wrote: >>> Is there anything I should know about the combination of these two? >>> >>> Alex >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> ----- >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >> >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 jnankin at gmail.com Wed Jun 13 21:50:39 2012 From: jnankin at gmail.com (Joshua Nankin) Date: Wed, 13 Jun 2012 12:50:39 -0500 Subject: [Freeswitch-users] Spandsp events not being fired Message-ID: I'm sending a fax with freeswitch, but the events listed at http://wiki.freeswitch.org/wiki/Mod_spandsp#Events do not seem to be fired. Do I need to enable them somehow? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/799e8739/attachment.html From vipkilla at gmail.com Wed Jun 13 23:50:08 2012 From: vipkilla at gmail.com (Vik Killa) Date: Wed, 13 Jun 2012 15:50:08 -0400 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 In-Reply-To: References: Message-ID: Don't mean to hijack this thread but do you have BLF working with the 4.0 firmware? From vipkilla at gmail.com Wed Jun 13 23:56:44 2012 From: vipkilla at gmail.com (Vik Killa) Date: Wed, 13 Jun 2012 15:56:44 -0400 Subject: [Freeswitch-users] Polycom caller ID problem on 4.0.2 In-Reply-To: References: Message-ID: Nevermind, i got BLF working, had to add the line: feature.presence.enabled="1" I now have Polycoms on firmware 4.02b working perfectly with FS. On Wed, Jun 13, 2012 at 3:50 PM, Vik Killa wrote: > Don't mean to hijack this thread but do you have BLF working with the > 4.0 firmware? From sdevoy at bizfocused.com Thu Jun 14 00:05:12 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 13 Jun 2012 16:05:12 -0400 Subject: [Freeswitch-users] Audio Connection Delay with SCA In-Reply-To: References: <018101cd4599$f3b2b320$db181960$@bizfocused.com> <029601cd45b0$38d29d60$aa77d820$@bizfocused.com> Message-ID: <046701cd499f$d7a16a00$86e43e00$@bizfocused.com> FYI: New System w/ 2 Hyperthreaded Dual core 3.0Ghz XEON processors (vs P4 3Ghx) appears to have solved this delay problem. -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony Minessale Sent: Friday, June 08, 2012 4:00 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Audio Connection Delay with SCA from FS point of view there should be little different from SCA and not SCA besides the presence signaling, you should try some on-site testing with the same phones. On Fri, Jun 8, 2012 at 2:52 PM, Sean Devoy wrote: > Anthony, > Thanks for the reply. > > We use all CSICO SPA504G phones. > I did have the jitter buffer set up "HIGH" (choices: Low, Med, High, > Very High, Extremely High). ?I dropped them down to Low now for > testing. ?They do have pretty good network speeds (business level cable modem). > > There is also something labeled: ?" Jitter Buffer Adjustment: ?" ? > Choices (Up, Down, Both, Disabled). ?I have both. > > However, the issue is present, but far less pronounced in non-shared lines. > They have always said there was a connection delay at this site, but > with SCA it seems to be compounded. > > Maybe Group Call Pick will work better for them, they are all in the area. > > Sean > > -----Original Message----- > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of > Anthony Minessale > Sent: Friday, June 08, 2012 3:28 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Audio Connection Delay with SCA > > what type of phone? ?If it has a jitter buffer, you can try reducing > or disabling it. > its probably a combo of jitter buffers charging up on the phone, and > the auto-ajust trying to fix the broken sdp for NAT. > > > On Fri, Jun 8, 2012 at 12:12 PM, Sean Devoy wrote: >> Hi, >> >> >> >> I finally got Shared Call Appearance working to 4 NAT connected > phones!!!!! >> >> >> >> Now the users say when they answer that line, they must wait a second >> or so to start talking (no big deal), but they all claim it takes >> nearly 5 seconds to be able to hear the caller.? They answer the >> standard ?Thank You for calling XYZ, how can I help you today? which >> the caller DOES HEAR, but they cannot hear his response for the first >> 5 seconds and ALWAYS have to ask them to repeat it. >> >> >> >> In the logs, I see what I believe is them picking up extension 299: >> >> ??? 2012-06-08 11:44:15.115249 [NOTICE] switch_channel.c:926 New >> Channel >> sofia/external/sip:299 at 69.251.170.6:5063 >> >> And then the RPT finally connecting: >> >> ?? 2012-06-08 11:44:20.665094 [DEBUG] sofia_glue.c:3248 AUDIO RTP >> [sofia/external/sip:299 at 69.251.170.6:5064] 10.10.40.185 port 23500 -> >> 69.251.170.6 port 16498 codec: 0 ms: 20 >> >> >> >> Note the 5.5 second delay!? Granted there are 100+ lines between >> those if you want to see them, I will post them. >> >> After that audio is fine. >> >> >> >> Any thoughts would be appreciated. >> >> Sean >> >> >> _____________________________________________________________________ >> _ ___ Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us >> e >> rs >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org > > > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 sdevoy at bizfocused.com Thu Jun 14 00:07:28 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Wed, 13 Jun 2012 16:07:28 -0400 Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? Message-ID: <046801cd49a0$28819b70$7984d250$@bizfocused.com> I see I can use Enterprise Originate :_: to connect calls to multiple phones in threads to speed things up. Does Shared Call Appearance connect in threads or sequentially? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/d89339be/attachment.html From alex at thewinelake.com Thu Jun 14 00:52:37 2012 From: alex at thewinelake.com (Alexander Lake) Date: Wed, 13 Jun 2012 21:52:37 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> Message-ID: <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> export is deprecated? How is one supposed to do it instead? Maybe I need to get some examples... On 13 Jun 2012, at 18:34, Avi Marcus wrote: > bridge seems to be fairly manual for assembling complicated bridge strings. > > I think export works to all threads, but afaik, is deprecated. > > I've used group_confirm on these threads, it's fine. Just make sure > the group_confirm variable is in the right place... > > -Avi > > > On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: >> Just 'cos it's a separate thread doesn't mean that it couldn't have been >> initialised with channel variables from the spawning thread. >> I presume that exports don't work either. >> How about group_confirm? >> This is looking awfully like writing our own everything! >>> Hmm. re: enterprise originate remember that each is a separate thread, >>> so {} vars in one thread won't work on the other. You need to do >>> super-global<> to make that happen. >>> >>> I don't think we have a wiki page purely on building bridge strings yet... >>> >>> -Avi Marcus >>> >>> On Wed, Jun 13, 2012 at 4:30 PM, Alex wrote: >>>> Is there anything I should know about the combination of these two? >>>> >>>> Alex >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> ----- >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >>> >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 avi at avimarcus.net Thu Jun 14 00:55:56 2012 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 13 Jun 2012 23:55:56 +0300 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> Message-ID: Like you've been doing, mostly: setting them inside the bridge string. -Avi On Wed, Jun 13, 2012 at 11:52 PM, Alexander Lake wrote: > export is deprecated? How is one supposed to do it instead? > Maybe I need to get some examples... > > On 13 Jun 2012, at 18:34, Avi Marcus wrote: > >> bridge seems to be fairly manual for assembling complicated bridge strings. >> >> I think export works to all threads, but afaik, is deprecated. >> >> I've used group_confirm on these threads, it's fine. Just make sure >> the group_confirm variable is in the right place... >> >> -Avi >> >> >> On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: >>> Just 'cos it's a separate thread doesn't mean that it couldn't have been >>> initialised with channel variables from the spawning thread. >>> I presume that exports don't work either. >>> How about group_confirm? >>> This is looking awfully like writing our own everything! >>>> Hmm. re: enterprise originate remember that each is a separate thread, >>>> so {} vars in one thread won't work on the other. You need to do >>>> super-global<> ?to make that happen. >>>> >>>> I don't think we have a wiki page purely on building bridge strings yet... >>>> >>>> -Avi Marcus >>>> >>>> On Wed, Jun 13, 2012 at 4:30 PM, Alex ?wrote: >>>>> Is there anything I should know about the combination of these two? >>>>> >>>>> Alex >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> ----- >>>> No virus found in this message. >>>> Checked by AVG - www.avg.com >>>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >>>> >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 thewinelake.com Thu Jun 14 01:04:06 2012 From: alex at thewinelake.com (Alexander Lake) Date: Wed, 13 Jun 2012 22:04:06 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> Message-ID: <90AD4E68-0314-4CDB-83FA-BE5AEF27AE4C@thewinelake.com> Ah. Is there a way to set common variables for the bridges? On 13 Jun 2012, at 21:55, Avi Marcus wrote: > Like you've been doing, mostly: setting them inside the bridge string. > > -Avi > > > On Wed, Jun 13, 2012 at 11:52 PM, Alexander Lake wrote: >> export is deprecated? How is one supposed to do it instead? >> Maybe I need to get some examples... >> >> On 13 Jun 2012, at 18:34, Avi Marcus wrote: >> >>> bridge seems to be fairly manual for assembling complicated bridge strings. >>> >>> I think export works to all threads, but afaik, is deprecated. >>> >>> I've used group_confirm on these threads, it's fine. Just make sure >>> the group_confirm variable is in the right place... >>> >>> -Avi >>> >>> >>> On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: >>>> Just 'cos it's a separate thread doesn't mean that it couldn't have been >>>> initialised with channel variables from the spawning thread. >>>> I presume that exports don't work either. >>>> How about group_confirm? >>>> This is looking awfully like writing our own everything! >>>>> Hmm. re: enterprise originate remember that each is a separate thread, >>>>> so {} vars in one thread won't work on the other. You need to do >>>>> super-global<> to make that happen. >>>>> >>>>> I don't think we have a wiki page purely on building bridge strings yet... >>>>> >>>>> -Avi Marcus >>>>> >>>>> On Wed, Jun 13, 2012 at 4:30 PM, Alex wrote: >>>>>> Is there anything I should know about the combination of these two? >>>>>> >>>>>> Alex >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> ----- >>>>> No virus found in this message. >>>>> Checked by AVG - www.avg.com >>>>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 mario_fs at mgtech.com Thu Jun 14 01:07:31 2012 From: mario_fs at mgtech.com (Mario G) Date: Wed, 13 Jun 2012 14:07:31 -0700 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: References: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> <4FD7766D.8040208@puzzled.xs4all.nl> Message-ID: <2993C055-06FD-4814-8BD1-7E85B72B6759@mgtech.com> A little late but important to say: When I had the Linksys routers my FS had constant attempts from around the world, mostly China to break into it. I used WireShark to see the attempts, the Linksys could not keep the out.. Since the Zyxel USG100 it has stopped. It has an outstanding firewall and the object oriented rules really helps with SIP. Whatever you select, keep security in mind. On Jun 12, 2012, at 12:23 PM, Lloyd Aloysius wrote: > I try with the pfsense 2.0. Specially BLF causing lots of problems. > > ==== > > In the past .. I try the following > > 1. Linksys WRT54GL + Tomato ... Good for a small office < 5 Extension > 2. Monowall with PC Engine Alix > > > Does any one test with a Cisco ASA 5505? > > > > On Tue, Jun 12, 2012 at 1:03 PM, Patrick Lists wrote: > On 12-06-12 18:20, Mario G wrote: > > I looked for a year to find something with no NAT problems, dual WAN, > > and auto fallback with load/balancing without causing FS any hiccups. I > > highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read > > some people hate it) but it has been bullet proof. And the best part is > > there is practically nothing to tell FS about! And when one WAN (DSL) > > goes down the SIP traffic goes out the other one, even switches back > > automatically! Pair this up with FS and you'll never look back. Hope > > this helps. > > Thanks for the info. Have you tried any Draytek Vigor routers like the > 2920? I have no experience with them but was told they work fine in dual > WAN setups. > > Regards, > Patrick > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/8140f215/attachment-0001.html From avi at avimarcus.net Thu Jun 14 01:08:12 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 14 Jun 2012 00:08:12 +0300 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: <90AD4E68-0314-4CDB-83FA-BE5AEF27AE4C@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> <90AD4E68-0314-4CDB-83FA-BE5AEF27AE4C@thewinelake.com> Message-ID: [var1=myinfo] is per each bridge string. {var1=myinfo} applies to the entire thread, meaning if you have a :_: it won't carry over to that. is a superglobal which is applied to ALL threads. -Avi On Thu, Jun 14, 2012 at 12:04 AM, Alexander Lake wrote: > Ah. Is there a way to set common variables for the bridges? > > On 13 Jun 2012, at 21:55, Avi Marcus wrote: > >> Like you've been doing, mostly: setting them inside the bridge string. >> >> -Avi >> >> >> On Wed, Jun 13, 2012 at 11:52 PM, Alexander Lake wrote: >>> export is deprecated? How is one supposed to do it instead? >>> Maybe I need to get some examples... >>> >>> On 13 Jun 2012, at 18:34, Avi Marcus wrote: >>> >>>> bridge seems to be fairly manual for assembling complicated bridge strings. >>>> >>>> I think export works to all threads, but afaik, is deprecated. >>>> >>>> I've used group_confirm on these threads, it's fine. Just make sure >>>> the group_confirm variable is in the right place... >>>> >>>> -Avi >>>> >>>> >>>> On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: >>>>> Just 'cos it's a separate thread doesn't mean that it couldn't have been >>>>> initialised with channel variables from the spawning thread. >>>>> I presume that exports don't work either. >>>>> How about group_confirm? >>>>> This is looking awfully like writing our own everything! >>>>>> Hmm. re: enterprise originate remember that each is a separate thread, >>>>>> so {} vars in one thread won't work on the other. You need to do >>>>>> super-global<> ?to make that happen. >>>>>> >>>>>> I don't think we have a wiki page purely on building bridge strings yet... >>>>>> >>>>>> -Avi Marcus >>>>>> >>>>>> On Wed, Jun 13, 2012 at 4:30 PM, Alex ?wrote: >>>>>>> Is there anything I should know about the combination of these two? >>>>>>> >>>>>>> Alex >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://wiki.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> ----- >>>>>> No virus found in this message. >>>>>> Checked by AVG - www.avg.com >>>>>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >>>>>> >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 thewinelake.com Thu Jun 14 01:27:44 2012 From: alex at thewinelake.com (Alexander Lake) Date: Wed, 13 Jun 2012 22:27:44 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> <933886F1-C00C-4B73-9D76-049CB8D2E612@thewinelake.com> <90AD4E68-0314-4CDB-83FA-BE5AEF27AE4C@thewinelake.com> Message-ID: <8EB44FDA-1E5D-46B9-AA46-E2CD154EC725@thewinelake.com> So an example of a current script would be: Note that I'm using , as a separator (having briefly used :_:) As I understand it, we could replace this with: I'm not sure which of the channel variables is only for B-leg and which are for both (and which are essentially detritus!), but I guess there's no harm in putting in a few surplus ones. Will give this a try tomorrow morning.... Cheers! Alex On 13 Jun 2012, at 22:08, Avi Marcus wrote: > [var1=myinfo] is per each bridge string. {var1=myinfo} applies to the > entire thread, meaning if you have a :_: it won't carry over to that. > is a superglobal which is applied to ALL threads. > > -Avi > > > On Thu, Jun 14, 2012 at 12:04 AM, Alexander Lake wrote: >> Ah. Is there a way to set common variables for the bridges? >> >> On 13 Jun 2012, at 21:55, Avi Marcus wrote: >> >>> Like you've been doing, mostly: setting them inside the bridge string. >>> >>> -Avi >>> >>> >>> On Wed, Jun 13, 2012 at 11:52 PM, Alexander Lake wrote: >>>> export is deprecated? How is one supposed to do it instead? >>>> Maybe I need to get some examples... >>>> >>>> On 13 Jun 2012, at 18:34, Avi Marcus wrote: >>>> >>>>> bridge seems to be fairly manual for assembling complicated bridge strings. >>>>> >>>>> I think export works to all threads, but afaik, is deprecated. >>>>> >>>>> I've used group_confirm on these threads, it's fine. Just make sure >>>>> the group_confirm variable is in the right place... >>>>> >>>>> -Avi >>>>> >>>>> >>>>> On Wed, Jun 13, 2012 at 7:53 PM, Alex wrote: >>>>>> Just 'cos it's a separate thread doesn't mean that it couldn't have been >>>>>> initialised with channel variables from the spawning thread. >>>>>> I presume that exports don't work either. >>>>>> How about group_confirm? >>>>>> This is looking awfully like writing our own everything! >>>>>>> Hmm. re: enterprise originate remember that each is a separate thread, >>>>>>> so {} vars in one thread won't work on the other. You need to do >>>>>>> super-global<> to make that happen. >>>>>>> >>>>>>> I don't think we have a wiki page purely on building bridge strings yet... >>>>>>> >>>>>>> -Avi Marcus >>>>>>> >>>>>>> On Wed, Jun 13, 2012 at 4:30 PM, Alex wrote: >>>>>>>> Is there anything I should know about the combination of these two? >>>>>>>> >>>>>>>> Alex >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://wiki.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://wiki.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> ----- >>>>>>> No virus found in this message. >>>>>>> Checked by AVG - www.avg.com >>>>>>> Version: 2012.0.2177 / Virus Database: 2433/5065 - Release Date: 06/12/12 >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://wiki.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> Join Us At ClueCon - Aug 7-9, 2012 >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> Join Us At ClueCon - Aug 7-9, 2012 >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 thewinelake.com Thu Jun 14 01:29:46 2012 From: alex at thewinelake.com (Alexander Lake) Date: Wed, 13 Jun 2012 22:29:46 +0100 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: <2993C055-06FD-4814-8BD1-7E85B72B6759@mgtech.com> References: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> <4FD7766D.8040208@puzzled.xs4all.nl> <2993C055-06FD-4814-8BD1-7E85B72B6759@mgtech.com> Message-ID: Interesting stuff. What about those of us who run fs on boxes "in the cloud" - we run fail2ban, but perhaps we should also be considering something more sophisticated. Are there any good software stateful firewalls that might suit? On 13 Jun 2012, at 22:07, Mario G wrote: > A little late but important to say: When I had the Linksys routers my FS had constant attempts from around the world, mostly China to break into it. I used WireShark to see the attempts, the Linksys could not keep the out.. Since the Zyxel USG100 it has stopped. It has an outstanding firewall and the object oriented rules really helps with SIP. Whatever you select, keep security in mind. > > On Jun 12, 2012, at 12:23 PM, Lloyd Aloysius wrote: > >> I try with the pfsense 2.0. Specially BLF causing lots of problems. >> >> ==== >> >> In the past .. I try the following >> >> 1. Linksys WRT54GL + Tomato ... Good for a small office < 5 Extension >> 2. Monowall with PC Engine Alix >> >> >> Does any one test with a Cisco ASA 5505? >> >> >> >> On Tue, Jun 12, 2012 at 1:03 PM, Patrick Lists wrote: >> On 12-06-12 18:20, Mario G wrote: >> > I looked for a year to find something with no NAT problems, dual WAN, >> > and auto fallback with load/balancing without causing FS any hiccups. I >> > highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read >> > some people hate it) but it has been bullet proof. And the best part is >> > there is practically nothing to tell FS about! And when one WAN (DSL) >> > goes down the SIP traffic goes out the other one, even switches back >> > automatically! Pair this up with FS and you'll never look back. Hope >> > this helps. >> >> Thanks for the info. Have you tried any Draytek Vigor routers like the >> 2920? I have no experience with them but was told they work fine in dual >> WAN setups. >> >> Regards, >> Patrick >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/caa4b257/attachment-0001.html From chris at gonumina.com Thu Jun 14 02:06:13 2012 From: chris at gonumina.com (Chris Ferreira) Date: Wed, 13 Jun 2012 18:06:13 -0400 Subject: [Freeswitch-users] NAT Router Recommendation For Large no of IP Phones Behind the Router In-Reply-To: References: <729B9245-CBCA-4F7F-9B71-9142E0ADA448@mgtech.com> <4FD7766D.8040208@puzzled.xs4all.nl> Message-ID: <-7772935820556311152@unknownmsgid> You may want to try pfsense 2.0.1 as there were a lot of bug fixes. A client of mine uses a Cosco ASA 5500 Series with my Hosted FreeSWITCH implementation. I'm not sure if there are any BLF issues as they don't use the feature. ___________________ Mobile Reply On Jun 12, 2012, at 3:26 PM, Lloyd Aloysius wrote: I try with the pfsense 2.0. Specially BLF causing lots of problems. ==== In the past .. I try the following 1. Linksys WRT54GL + Tomato ... Good for a small office < 5 Extension 2. Monowall with PC Engine Alix Does any one test with a Cisco ASA 5505? On Tue, Jun 12, 2012 at 1:03 PM, Patrick Lists < freeswitch-list at puzzled.xs4all.nl> wrote: > On 12-06-12 18:20, Mario G wrote: > > I looked for a year to find something with no NAT problems, dual WAN, > > and auto fallback with load/balancing without causing FS any hiccups. I > > highly recommend Zyxel, I use a USG100 with SPI ALG turned ON (I read > > some people hate it) but it has been bullet proof. And the best part is > > there is practically nothing to tell FS about! And when one WAN (DSL) > > goes down the SIP traffic goes out the other one, even switches back > > automatically! Pair this up with FS and you'll never look back. Hope > > this helps. > > Thanks for the info. Have you tried any Draytek Vigor routers like the > 2920? I have no experience with them but was told they work fine in dual > WAN setups. > > Regards, > Patrick > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/e92c2754/attachment.html From jack at livecall.com Thu Jun 14 03:55:35 2012 From: jack at livecall.com (Jack) Date: Wed, 13 Jun 2012 16:55:35 -0700 Subject: [Freeswitch-users] FSClient UA error In-Reply-To: References: <4FCF8F0F.8010004@livecall.com> <1339023006371-7579490.post@n2.nabble.com> <4FCFE653.7020600@livecall.com> Message-ID: <4FD92877.4060309@livecall.com> I found the problem.... Apparently the folder _C:\Documents and Settings\SpecificUser\Local Settings\Application Data\Mitch_Capper\FSClient.exe_Url_4r2lzffycnauuydk5l21oei2aljmfy4b_ was not deleted when I uninstalled the previous version. I uninstalled the current version and then manually deleted the folder and then reinstalled and it works great! Thanks for your efforts on this. jack On 6/6/2012 4:54 PM, Mitch Capper wrote: > You can use fs_cli to connect up to see what error is happening but > make sure you have TLS disabled and change the ports in the sofia > settings and see if that fixes it. > > ~Mitch > > On Wed, Jun 6, 2012 at 4:22 PM, Jack wrote: >> 5060 should be available, I do run other clients that use 5060 but make >> sure they are all the way closed out before trying FSClient. >> FS is running on a different box. >> >> On 6/6/2012 3:50 PM, Jeff Lenk wrote: >>> Is something already using the ports that FSClient is trying to use? Are you >>> running fs on this box? Or another sip client? >>> >>> -- >>> View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FSClient-UA-error-tp7579476p7579490.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://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/84ab4667/attachment.html From fvillarroel at yahoo.com Thu Jun 14 05:01:11 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Wed, 13 Jun 2012 18:01:11 -0700 (PDT) Subject: [Freeswitch-users] lcr sql variable In-Reply-To: <1339545639.80187.YahooMailClassic@web160306.mail.bf1.yahoo.com> Message-ID: <1339635671.7620.YahooMailClassic@web160301.mail.bf1.yahoo.com> Hi, Anyone could help me... --- On Tue, 6/12/12, FERNANDO VILLARROEL wrote: > From: FERNANDO VILLARROEL > Subject: [Freeswitch-users] lcr sql variable > To: freeswitch-users at lists.freeswitch.org > Date: Tuesday, June 12, 2012, 9:00 PM > Hi all. > > I need setup some variable like foo to my cdr from lcr : > > > > > > ? ? ? ? ? ? ? ? > expression="^(10[01][0-9])$"> > ? ? ? ? ? ? ? ? > ? ? ? ? data="hangup_after_bridge=false"/> > ? ? ? ? ? ? ? ? > ? ? ? ? data="continue_on_fail=true"/> > ? ? ? ? ? ? ? ? > ? ? ? ? data="$1 pg_prefix2"/> > > ? ? ? ? ? ? ? ? > ? ? ? ? application="set"? data="tarifa=${tarifa}"/> > ? ? ? ? ? ? ? ? > ? ? ? ? data="${lcr_auto_route}"/> > ? ? ? ? ? ? ? ? > > ? ? ? ?
> > But the log show : > > mod_dptools.c:1294 sofia/internal/1004 at 192.168.1.108 SET > [tarifa]=[UNDEF] > > > So how i can get the value of the variable "tarifa" and set > for my CDR? > > Regards. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 mitch.capper at gmail.com Thu Jun 14 06:16:40 2012 From: mitch.capper at gmail.com (Mitch Capper) Date: Wed, 13 Jun 2012 19:16:40 -0700 Subject: [Freeswitch-users] FSClient UA error In-Reply-To: <4FD92877.4060309@livecall.com> References: <4FCF8F0F.8010004@livecall.com> <1339023006371-7579490.post@n2.nabble.com> <4FCFE653.7020600@livecall.com> <4FD92877.4060309@livecall.com> Message-ID: Happy you got it working, that is your settings file you should _not_ have to delete it between versions (infact .net should automatically upgrade it). It must have somehow got corrupted causing the issue. Stay tuned new version of FSClient coming soon with some nice new features thanks to todays conference. ~Mitch On Wed, Jun 13, 2012 at 4:55 PM, Jack wrote: > I found the problem....?? Apparently the folder? C:\Documents and > Settings\SpecificUser\Local Settings\Application > Data\Mitch_Capper\FSClient.exe_Url_4r2lzffycnauuydk5l21oei2aljmfy4b? was not > deleted when I uninstalled the previous version. > I uninstalled the current version and then manually deleted the folder and > then reinstalled and it works great! > > Thanks for your efforts on this. > jack > > > > > On 6/6/2012 4:54 PM, Mitch Capper wrote: > > You can use fs_cli to connect up to see what error is happening but > make sure you have TLS disabled and change the ports in the sofia > settings and see if that fixes it. > > ~Mitch > > On Wed, Jun 6, 2012 at 4:22 PM, Jack wrote: > > 5060 should be available, I do run other clients that use 5060 ?but make > sure they are all the way closed out before trying FSClient. > FS is running on a different box. > > On 6/6/2012 3:50 PM, Jeff Lenk wrote: > > Is something already using the ports that FSClient is trying to use? Are you > running fs on this box? Or another sip client? > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/FSClient-UA-error-tp7579476p7579490.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 ocset at the800group.com Thu Jun 14 06:27:50 2012 From: ocset at the800group.com (ocset) Date: Thu, 14 Jun 2012 10:27:50 +0800 Subject: [Freeswitch-users] Brute-force attack Message-ID: <4FD94C26.10800@the800group.com> Hi I have deployed Freeswiitch on windows 7 and since there is no fail2ban on windows, I was wondering what the real risk is with opening it up to the internet. If I was to ensure that all users and passwords were extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what are the risks that I am exposing myself to? Is there a type of DoS for voip where hackers can just flood my system with requests simply to be malicious? There are VB windows scripts available that emulate what fail2ban does on Linux but I was just wondering whether I really need to implement this level of security if I can control the password complexity in Freeswitch. Thanks O From bobc at devassert.com Thu Jun 14 06:41:03 2012 From: bobc at devassert.com (Bob Coleman) Date: Thu, 14 Jun 2012 02:41:03 +0000 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <4FD94C26.10800@the800group.com> References: <4FD94C26.10800@the800group.com> Message-ID: If you are only connecting to specified SIP providers, then you could specify those endpoints at the firewall level, which would help. Regards Bob> Date: Thu, 14 Jun 2012 10:27:50 +0800 > From: ocset at the800group.com > To: freeswitch-users at lists.freeswitch.org > Subject: [Freeswitch-users] Brute-force attack > > Hi > > I have deployed Freeswiitch on windows 7 and since there is no fail2ban > on windows, I was wondering what the real risk is with opening it up to > the internet. If I was to ensure that all users and passwords were > extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > are the risks that I am exposing myself to? Is there a type of DoS for > voip where hackers can just flood my system with requests simply to be > malicious? > > There are VB windows scripts available that emulate what fail2ban does > on Linux but I was just wondering whether I really need to implement > this level of security if I can control the password complexity in > Freeswitch. > > Thanks > O -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/1fe43289/attachment.html From ocset at the800group.com Thu Jun 14 07:04:41 2012 From: ocset at the800group.com (ocset) Date: Thu, 14 Jun 2012 11:04:41 +0800 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: <4FD954C9.8030607@the800group.com> Thanks Bob The reason for opening the port would be to allow a user running a "Viop phone" app on their smartphone to register with Freeswitch, so that calls can be transferred to them when they are away from the office. Regards O On 14/06/12 10:41, Bob Coleman wrote: > If you are only connecting to specified SIP providers, then you > could specify those endpoints at the firewall level, which would help. > > Regards > > Bob > > Date: Thu, 14 Jun 2012 10:27:50 +0800 > > From: ocset at the800group.com > > To: freeswitch-users at lists.freeswitch.org > > Subject: [Freeswitch-users] Brute-force attack > > > > Hi > > > > I have deployed Freeswiitch on windows 7 and since there is no fail2ban > > on windows, I was wondering what the real risk is with opening it up to > > the internet. If I was to ensure that all users and passwords were > > extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > > are the risks that I am exposing myself to? Is there a type of DoS for > > voip where hackers can just flood my system with requests simply to be > > malicious? > > > > There are VB windows scripts available that emulate what fail2ban does > > on Linux but I was just wondering whether I really need to implement > > this level of security if I can control the password complexity in > > Freeswitch. > > > > Thanks > > O > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/e3016ab6/attachment.html From jaybinks at gmail.com Thu Jun 14 07:23:23 2012 From: jaybinks at gmail.com (jay binks) Date: Thu, 14 Jun 2012 13:23:23 +1000 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <4FD94C26.10800@the800group.com> References: <4FD94C26.10800@the800group.com> Message-ID: Strong passwords are a great start, but fail2ban does a little more than this. you could move off port 5060 to something un-conventional, meaning your less likely to get scanned / brute forced. Jay On 14 June 2012 12:27, ocset wrote: > Hi > > I have deployed Freeswiitch on windows 7 and since there is no fail2ban > on windows, I was wondering what the real risk is with opening it up to > the internet. If I was to ensure that all users and passwords were > extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > are the risks that I am exposing myself to? Is there a type of DoS for > voip where hackers can just flood my system with requests simply to be > malicious? > > There are VB windows scripts available that emulate what fail2ban does > on Linux but I was just wondering whether I really need to implement > this level of security if I can control the password complexity in > Freeswitch. > > Thanks > O > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/6545f073/attachment.html From tang.du at hotmail.com Thu Jun 14 07:51:34 2012 From: tang.du at hotmail.com (tangdu) Date: Wed, 13 Jun 2012 20:51:34 -0700 (PDT) Subject: [Freeswitch-users] =?utf-8?q?Error_message_=22_=5BERR=5D_switch?= =?utf-8?q?=5Fcpp=2Ecpp=3A48_Cannot_queue_any_more_events=E2=80=9C?= Message-ID: <1339645894596-7579817.post@n2.nabble.com> I use Mod event to fill channel cariables in my mysql table?When freeswitch runing some time?I got a lot of the following error messages: [ERR] switch_cpp.cpp:48 Cannot queue any more events? This messages telling me that i have consumed too many events in my event consumer object. it has reached its max. Then the channel cariables can not be filled in mysql? How can I solve this? Thanks? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Error-message-ERR-switch-cpp-cpp-48-Cannot-queue-any-more-events-tp7579817.html Sent from the freeswitch-users mailing list archive at Nabble.com. From avi at avimarcus.net Thu Jun 14 08:39:15 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 14 Jun 2012 07:39:15 +0300 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: That's not necessarily the best kind of password... see http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 -Avi On Thu, Jun 14, 2012 at 6:23 AM, jay binks wrote: > Strong passwords are a great start, but fail2ban does a little more than > this. > > you could move off port 5060 to something un-conventional, meaning your less > likely to get scanned / brute forced. > > Jay > > On 14 June 2012 12:27, ocset wrote: >> >> Hi >> >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban >> on windows, I was wondering what the real risk is with opening it up to >> the internet. If I was to ensure that all users and passwords were >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >> are the risks that I am exposing myself to? Is there a type of DoS for >> voip where hackers can just flood my system with requests simply to be >> malicious? >> >> There are VB windows scripts available that emulate what fail2ban does >> on Linux but I was just wondering whether I really need to implement >> this level of security if I can control the password complexity in >> Freeswitch. >> >> Thanks >> O >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/ca37dae1/attachment-0001.html From jack at livecall.com Thu Jun 14 09:43:57 2012 From: jack at livecall.com (Jack) Date: Wed, 13 Jun 2012 22:43:57 -0700 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <4FD94C26.10800@the800group.com> References: <4FD94C26.10800@the800group.com> Message-ID: <4FD97A1D.1050008@livecall.com> I have run into this same problem with win2003. You may need to check to see if windows 7 has IPSEC service. If so, you can set up a blocked list in ipsec that you can add ip addresses to and windows won't let them into your machine. Click on Start menu choose Administrative Tools choose Services Find IPSEC Services - double click to open properties - make sure it is set to Automatic and started. You can create the block list by issuing the following commands from a command window: netsh ipsec static add filteraction name=Block action=block netsh ipsec static add filter filterlist=BlockList srcaddr=192.168.192.100 dstaddr=me netsh ipsec static add policy name=Block assign=yes activatedefaultrule=no netsh ipsec static add rule name=BlockList policy=Block filterlist=BlockList filteraction=Block netsh ipsec static delete filter filterlist=BlockList srcaddr=192.168.192.100 dstaddr=Me create a directory called blockip now in notepad create blockip.bat with the following line in it: netsh ipsec static add filter filterlist=BlockList srcaddr=%1 dstaddr=me Now , in notepad, createunblockip.bat with the following line in it: netsh ipsec static delete filter filterlist=BlockList srcaddr=%1 dstaddr=me to block ip address 123.123.123.123 type blockip 123.123.123.123 at a command prompt. to unblock ip address 123.123.123.123 type unblockip 123.123.123.123 at a command prompt. You can use xml_curl to keep track of hit frequency and do the blocking for you. hope that helps.... jack On 6/13/2012 7:27 PM, ocset wrote: > Hi > > I have deployed Freeswiitch on windows 7 and since there is no fail2ban > on windows, I was wondering what the real risk is with opening it up to > the internet. If I was to ensure that all users and passwords were > extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > are the risks that I am exposing myself to? Is there a type of DoS for > voip where hackers can just flood my system with requests simply to be > malicious? > > There are VB windows scripts available that emulate what fail2ban does > on Linux but I was just wondering whether I really need to implement > this level of security if I can control the password complexity in > Freeswitch. > > Thanks > O > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/059a8671/attachment.html From shaheryarkh at googlemail.com Thu Jun 14 09:46:16 2012 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Thu, 14 Jun 2012 07:46:16 +0200 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: I would strongly suggest to move your production system to Linux, which is by far secure and controllable then Windows. Right now, if somebody does not breaks into your voip setup using some bruteforce / DOS attack, s/he can still exploit some hole in Windows to crack your security. Windows is simply not secure enough to production grade performance. Thank you. On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus wrote: > That's not necessarily the best kind of password... see > http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 > > -Avi > > > > On Thu, Jun 14, 2012 at 6:23 AM, jay binks wrote: > > Strong passwords are a great start, but fail2ban does a little more than > > this. > > > > you could move off port 5060 to something un-conventional, meaning your > less > > likely to get scanned / brute forced. > > > > Jay > > > > On 14 June 2012 12:27, ocset wrote: > >> > >> Hi > >> > >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban > >> on windows, I was wondering what the real risk is with opening it up to > >> the internet. If I was to ensure that all users and passwords were > >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > >> are the risks that I am exposing myself to? Is there a type of DoS for > >> voip where hackers can just flood my system with requests simply to be > >> malicious? > >> > >> There are VB windows scripts available that emulate what fail2ban does > >> on Linux but I was just wondering whether I really need to implement > >> this level of security if I can control the password complexity in > >> Freeswitch. > >> > >> Thanks > >> O > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > Jay > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: shari_786pk at hotmail.com Email: shaheryarkh at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/2cda64dc/attachment.html From ronmccar at gmail.com Thu Jun 14 01:12:30 2012 From: ronmccar at gmail.com (Ron McCarthy) Date: Wed, 13 Jun 2012 14:12:30 -0700 Subject: [Freeswitch-users] SCCP Question Message-ID: Hi List, Has anyone been running SCCP with a larger number of phones? Im looking to deploy like 75+ phones and I want to keep SCCP so I don't have to upgrade them and for the SLA, some phones also have no SIP software for them so im forced to keep SCCP. Does anyone have any experience with this? From what ive read the SCCP support works and works well, im just worried about trying to run this many phones and if im missing any sort of issues that could come up. I would like to use FreeSwitch instead of Asterisk for this, just worried about functionality and the stability of it. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/5aa6af9a/attachment-0001.html From esander83 at hushmail.com Thu Jun 14 08:31:51 2012 From: esander83 at hushmail.com (esander83 at hushmail.com) Date: Wed, 13 Jun 2012 23:31:51 -0500 Subject: [Freeswitch-users] Does mod_fifo not take in effective_caller_id_name? Message-ID: <20120614043151.7A69A14DBD8@smtp.hushmail.com> Hi All, I have this basic dialplan: I can see the call get logged via the first extension but it's not passing the info to modfifo. I can remove the 2nd extension and put a basic: and the caller id name info is displayed on the phones but not when routing through mod_fifo. I have tried both set/export and it still doesn't seem to work. Is this correct? Thanks,eric_s -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120613/8af4f56d/attachment-0001.html From peter.olsson at visionutveckling.se Thu Jun 14 10:16:04 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 06:16:04 +0000 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> , Message-ID: I use both Windows and Linux systems. As long as you know how to manage both systems, there is not a big difference when it comes to exploits and general security (not anymore anyway, if you use current versions). I would say that the biggest issue here is the knowledge of the people managing the systems. And it's usually more secure to manage a system that you know, then a system you don't know much about, even though that system is considered to be more secure. Lots has happened since Windows 95 :) Anyway, for this kind of setup I would also prefer Linux, but mostly for the possibilites with fail2ban etc, which doesn't exist on Windows. I'm thinking of writiling something similar for Windows, hopefully I get som time for that soon... /Peter 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" >: I would strongly suggest to move your production system to Linux, which is by far secure and controllable then Windows. Right now, if somebody does not breaks into your voip setup using some bruteforce / DOS attack, s/he can still exploit some hole in Windows to crack your security. Windows is simply not secure enough to production grade performance. Thank you. On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus > wrote: That's not necessarily the best kind of password... see http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 -Avi On Thu, Jun 14, 2012 at 6:23 AM, jay binks > wrote: > Strong passwords are a great start, but fail2ban does a little more than > this. > > you could move off port 5060 to something un-conventional, meaning your less > likely to get scanned / brute forced. > > Jay > > On 14 June 2012 12:27, ocset > wrote: >> >> Hi >> >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban >> on windows, I was wondering what the real risk is with opening it up to >> the internet. If I was to ensure that all users and passwords were >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >> are the risks that I am exposing myself to? Is there a type of DoS for >> voip where hackers can just flood my system with requests simply to be >> malicious? >> >> There are VB windows scripts available that emulate what fail2ban does >> on Linux but I was just wondering whether I really need to implement >> this level of security if I can control the password complexity in >> Freeswitch. >> >> Thanks >> O >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: shari_786pk at hotmail.com Email: shaheryarkh at googlemail.com !DSPAM:4fd978c432761360223007! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd978c432761360223007! From shaheryarkh at googlemail.com Thu Jun 14 10:33:45 2012 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Thu, 14 Jun 2012 08:33:45 +0200 Subject: [Freeswitch-users] SCCP Question In-Reply-To: References: Message-ID: Ah, i misread your email at first, thought you are setting up 75+K SCCP phones, while its just 75+ phones. :-) Anyways, yes FreeSWITCH works pretty good for SCCP, especially if you have previously used asterisk with them, otherwise you may run into problem with some phones which have very old firmware, you probably have to upgrade their firmware. I once setup a 60 SCCP phone setup with FreeSWITCH and it worked without much problem. So go on and if you run into problem you can contact this mailing list for help. ;-) Thank you. On Wed, Jun 13, 2012 at 11:12 PM, Ron McCarthy wrote: > Hi List, > > Has anyone been running SCCP with a larger number of phones? Im looking to > deploy like 75+ phones and I want to keep SCCP so I don't have to upgrade > them and for the SLA, some phones also have no SIP software for them so im > forced to keep SCCP. Does anyone have any experience with this? From what > ive read the SCCP support works and works well, im just worried about > trying to run this many phones and if im missing any sort of issues that > could come up. I would like to use FreeSwitch instead of Asterisk for this, > just worried about functionality and the stability of it. > > Thanks! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: shari_786pk at hotmail.com Email: shaheryarkh at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/dd737833/attachment.html From saami_mh at ymail.com Thu Jun 14 11:09:45 2012 From: saami_mh at ymail.com (Samira Mh) Date: Thu, 14 Jun 2012 00:09:45 -0700 (PDT) Subject: [Freeswitch-users] how to configuring nibblebill module to only billing every amount of heartbeat? Message-ID: <1339657785.30594.YahooMailNeo@web120105.mail.ne1.yahoo.com> hi, in "nibblebill" module of freeswitch,?billing will only occur at the every 60 second by set like:(?) but while making call and call is answered ?the minimmun amount of cash is reduced and also ?billing is done every 60 seconds, (in addition of billing every 60 seconds the minimmum amount of cash also reduced at the first time the call is answered) is it possible to set somethings so that don't reduce (billing) ?the minimum amount of cash at the same time call is answered and only billing every 60 second? ?? thanks so much -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/48855ba5/attachment.html From saami_mh at ymail.com Thu Jun 14 11:49:53 2012 From: saami_mh at ymail.com (Samira Mh) Date: Thu, 14 Jun 2012 00:49:53 -0700 (PDT) Subject: [Freeswitch-users] how to configuring nibblebill module to only billing every amount of heartbeat? In-Reply-To: <1339657785.30594.YahooMailNeo@web120105.mail.ne1.yahoo.com> References: <1339657785.30594.YahooMailNeo@web120105.mail.ne1.yahoo.com> Message-ID: <1339660193.19106.YahooMailNeo@web120106.mail.ne1.yahoo.com> add descriptions as: when Set the initial answer time the cash is reduced , and don't want the cash is reduced at the time of call answered,but want to billing cash (reduced it) until the time is reached to the amount of heartbeat. ------------------------------------------------------------------------------------------------------------------------- From:Samira Mh To: Free SWITCH Users Help Sent: Thursday, June 14, 2012 11:39 AM Subject: [Freeswitch-users] how to configuring nibblebill module to only billing every amount of heartbeat? hi, in "nibblebill" module of freeswitch,?billing will only occur at the every 60 second by set like:(?) but while making call and call is answered ?the minimmun amount of cash is reduced and also ?billing is done every 60 seconds, (in addition of billing every 60 seconds the minimmum amount of cash also reduced at the first time the call is answered) is it possible to set somethings so that don't reduce (billing) ?the minimum amount of cash at the same time call is answered and only billing every 60 second? ?? thanks so much _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/aab023d2/attachment-0001.html From mi.ke at null.net Thu Jun 14 12:04:14 2012 From: mi.ke at null.net (Mi Ke) Date: Thu, 14 Jun 2012 04:04:14 -0400 Subject: [Freeswitch-users] separate channel playback Message-ID: <20120614080415.50590@gmx.com> Dear FreeSwitchers, Is it possible to select a particular channel (left or right) when I play stereo audio file to the call leg or conference? Thanks / MiKe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/71ee3a82/attachment.html From vvenkatar at gmail.com Thu Jun 14 12:07:13 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Thu, 14 Jun 2012 01:07:13 -0700 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Message-ID: Hello ! I have been looking at the documentation but am unable to find it. I wanted to know the correct syntax I need to issue via mod_event_socket if I want to collect DTMF and report back the digits entered to my application. Great if anybody can provide me with pointers. Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/2bde9225/attachment.html From bobc at devassert.com Thu Jun 14 12:18:10 2012 From: bobc at devassert.com (Bob Coleman) Date: Thu, 14 Jun 2012 08:18:10 +0000 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket In-Reply-To: References: Message-ID: Hi Venkatesh, You could use this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits or this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read On the main page you go to the docs link at the top, then everything is linked off the left hand side Bob Date: Thu, 14 Jun 2012 01:07:13 -0700 From: vvenkatar at gmail.com To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Hello ! I have been looking at the documentation but am unable to find it. I wanted to know the correct syntax I need to issue via mod_event_socket if I want to collect DTMF and report back the digits entered to my application. Great if anybody can provide me with pointers. Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/61274edb/attachment.html From anton.jugatsu at gmail.com Thu Jun 14 12:27:23 2012 From: anton.jugatsu at gmail.com (Anton Kvashenkin) Date: Thu, 14 Jun 2012 12:27:23 +0400 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: I would suggest to create separate profile for remote workers. For example, external-road-warrios. So you can play with ext-rtp-ip and ext-sip-ip. 2012/6/14 Peter Olsson > I use both Windows and Linux systems. As long as you know how to manage > both systems, there is not a big difference when it comes to exploits and > general security (not anymore anyway, if you use current versions). I would > say that the biggest issue here is the knowledge of the people managing the > systems. And it's usually more secure to manage a system that you know, > then a system you don't know much about, even though that system is > considered to be more secure. > > Lots has happened since Windows 95 :) > > Anyway, for this kind of setup I would also prefer Linux, but mostly for > the possibilites with fail2ban etc, which doesn't exist on Windows. I'm > thinking of writiling something similar for Windows, hopefully I get som > time for that soon... > > /Peter > > 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" >: > > I would strongly suggest to move your production system to Linux, which is > by far secure and controllable then Windows. Right now, if somebody does > not breaks into your voip setup using some bruteforce / DOS attack, s/he > can still exploit some hole in Windows to crack your security. Windows is > simply not secure enough to production grade performance. > > Thank you. > > > On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus avi at avimarcus.net>> wrote: > That's not necessarily the best kind of password... see > http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 > > -Avi > > > > On Thu, Jun 14, 2012 at 6:23 AM, jay binks jaybinks at gmail.com>> wrote: > > Strong passwords are a great start, but fail2ban does a little more than > > this. > > > > you could move off port 5060 to something un-conventional, meaning your > less > > likely to get scanned / brute forced. > > > > Jay > > > > On 14 June 2012 12:27, ocset ocset at the800group.com>> wrote: > >> > >> Hi > >> > >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban > >> on windows, I was wondering what the real risk is with opening it up to > >> the internet. If I was to ensure that all users and passwords were > >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > >> are the risks that I am exposing myself to? Is there a type of DoS for > >> voip where hackers can just flood my system with requests simply to be > >> malicious? > >> > >> There are VB windows scripts available that emulate what fail2ban does > >> on Linux but I was just wondering whether I really need to implement > >> this level of security if I can control the password complexity in > >> Freeswitch. > >> > >> Thanks > >> O > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at 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 > > > > Jay > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Muhammad Shahzad > ----------------------------------- > CISCO Rich Media Communication Specialist (CRMCS) > CISCO Certified Network Associate (CCNA) > Cell: +92 334 422 40 88 > MSN: shari_786pk at hotmail.com > Email: shaheryarkh at googlemail.com > !DSPAM:4fd978c432761360223007! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd978c432761360223007! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/242100f1/attachment-0001.html From peter.olsson at visionutveckling.se Thu Jun 14 13:04:45 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 09:04:45 +0000 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Message-ID: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se> Or just listen for DTMF events, and act on those. I personally find that's the easiest approach. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Bob Coleman Skickat: den 14 juni 2012 10:18 Till: freeswitch-users at lists.freeswitch.org ?mne: Re: [Freeswitch-users] Collect DTMF via mod_event_socket Hi Venkatesh, You could use this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits or this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read On the main page you go to the docs link at the top, then everything is linked off the left hand side Bob ________________________________ Date: Thu, 14 Jun 2012 01:07:13 -0700 From: vvenkatar at gmail.com To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Hello ! I have been looking at the documentation but am unable to find it. I wanted to know the correct syntax I need to issue via mod_event_socket if I want to collect DTMF and report back the digits entered to my application. Great if anybody can provide me with pointers. Venkatesh !DSPAM:4fd99c9a32769547714299! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/856ff3d4/attachment.html From erkan at speedingtrade.com Thu Jun 14 13:10:23 2012 From: erkan at speedingtrade.com (=?utf-8?Q?Erkan_=C3=9Cnl=C3=BC_=28simalube=29?=) Date: Thu, 14 Jun 2012 12:10:23 +0300 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: <009501cd4a0d$87f89d20$97e9d760$@speedingtrade.com> Our System runs on Windows on a hosted dedicated server since 4 years without problems. So I think the choice is not Linux or Windows, the right choice is where you have your knowledge. Windows is also absolute secure if you know which settings are important for a good security. Kind regards Erkan From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Muhammad Shahzad Sent: Thursday, June 14, 2012 8:46 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Brute-force attack I would strongly suggest to move your production system to Linux, which is by far secure and controllable then Windows. Right now, if somebody does not breaks into your voip setup using some bruteforce / DOS attack, s/he can still exploit some hole in Windows to crack your security. Windows is simply not secure enough to production grade performance. Thank you. On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus wrote: That's not necessarily the best kind of password... see http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 -Avi On Thu, Jun 14, 2012 at 6:23 AM, jay binks wrote: > Strong passwords are a great start, but fail2ban does a little more than > this. > > you could move off port 5060 to something un-conventional, meaning your less > likely to get scanned / brute forced. > > Jay > > On 14 June 2012 12:27, ocset wrote: >> >> Hi >> >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban >> on windows, I was wondering what the real risk is with opening it up to >> the internet. If I was to ensure that all users and passwords were >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >> are the risks that I am exposing myself to? Is there a type of DoS for >> voip where hackers can just flood my system with requests simply to be >> malicious? >> >> There are VB windows scripts available that emulate what fail2ban does >> on Linux but I was just wondering whether I really need to implement >> this level of security if I can control the password complexity in >> Freeswitch. >> >> Thanks >> O >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: shari_786pk at hotmail.com Email: shaheryarkh at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/d270ada2/attachment.html From alex at thewinelake.com Thu Jun 14 13:22:01 2012 From: alex at thewinelake.com (Alex) Date: Thu, 14 Jun 2012 10:22:01 +0100 Subject: [Freeswitch-users] call_timeout and enterprise originate In-Reply-To: <4FD8C5A1.8050905@thewinelake.com> References: <4FD867F7.6090701@thewinelake.com> <4FD86DB0.4030508@thewinelake.com> <4FD872B6.4020107@thewinelake.com> <4FD895E6.7000101@thewinelake.com> <4FD8C5A1.8050905@thewinelake.com> Message-ID: <4FD9AD39.1040306@thewinelake.com> Looks like < > is the solution - many thanks! ...now I seem to have an issue with playAndGetDigits.... From alex at digitalmail.com Thu Jun 14 13:26:52 2012 From: alex at digitalmail.com (Alex Lake) Date: Thu, 14 Jun 2012 10:26:52 +0100 Subject: [Freeswitch-users] playAndGetDigits working as designed? Message-ID: <4FD9AE5C.50008@digitalmail.com> I have the following in a lua script: session:streamFile(whisper) dtmf = session:playAndGetDigits(1,1,1,5000,"#",accept,accept,"\\d+") The idea is that the caller hears "Call for Alex of Wibble Corp"..."Press 1 to accept" and then he has 5s to press 1, otherwise it's assumed that the call has gone to mobile voicemail. What seems to be happening is: the caller hears "Call for Alex of Wibble Corp"..."Press 1 to accept" "Press 1 to accept" (I'm surprised that it says it twice, and ignores the attribute) Actually, I wouldn't mind something that went "Call for Alex of Wibble Corp"..."Press 1 to accept" "Press 1 to accept" But telling the user to press 1 and IMMEDIATELY hanging up seems wrong! From jaybinks at gmail.com Thu Jun 14 13:55:50 2012 From: jaybinks at gmail.com (jay binks) Date: Thu, 14 Jun 2012 19:55:50 +1000 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: Hey .. On 14 June 2012 16:16, Peter Olsson wrote: > Anyway, for this kind of setup I would also prefer Linux, but mostly for > the possibilites with fail2ban etc, which doesn't exist on Windows. I'm > thinking of writiling something similar for Windows, hopefully I get som > time for that soon... > > /Peter > if you do get round to writing something like this let me know. ( not that I even have a windows box ) but when I wrote the patches for FS to do the Fail2Ban compatible logging, I created ESL Events also with the intention that we could do a FS module "mod_security" or something ( no time given to the name ) it would be fairly simple to move some of the fail2ban functionality into such a module that could either call out to simple scripts or insert firewall rules its self. I have some ideas here, and I would probably be interested in working on this with others. Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/c4caed53/attachment.html From peter.olsson at visionutveckling.se Thu Jun 14 14:07:17 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 10:07:17 +0000 Subject: [Freeswitch-users] Brute-force attack Message-ID: <1FFF97C269757C458224B7C895F35F1510821F@cantor.std.visionutv.se> Jay, Yes I've seen about those ideas, and I think it's a really good way to handle this. If I get the time to move these things further, I will let you know. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r jay binks Skickat: den 14 juni 2012 11:56 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] Brute-force attack Hey .. On 14 June 2012 16:16, Peter Olsson > wrote: Anyway, for this kind of setup I would also prefer Linux, but mostly for the possibilites with fail2ban etc, which doesn't exist on Windows. I'm thinking of writiling something similar for Windows, hopefully I get som time for that soon... /Peter if you do get round to writing something like this let me know. ( not that I even have a windows box ) but when I wrote the patches for FS to do the Fail2Ban compatible logging, I created ESL Events also with the intention that we could do a FS module "mod_security" or something ( no time given to the name ) it would be fairly simple to move some of the fail2ban functionality into such a module that could either call out to simple scripts or insert firewall rules its self. I have some ideas here, and I would probably be interested in working on this with others. Jay !DSPAM:4fd9b38232761034425819! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/b89d18fa/attachment.html From ocset at the800group.com Thu Jun 14 14:29:50 2012 From: ocset at the800group.com (ocset) Date: Thu, 14 Jun 2012 18:29:50 +0800 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: <4FD9BD1E.5040705@the800group.com> Anton I know nothing about ext-rtp-ip and ext-sip-ip. Could you please explain how this will help in making the system more secure? Thanks O On 14/06/12 16:27, Anton Kvashenkin wrote: > I would suggest to create separate profile for remote workers. For > example, external-road-warrios. So you can play with ext-rtp-ip and > ext-sip-ip. > > 2012/6/14 Peter Olsson > > > I use both Windows and Linux systems. As long as you know how to > manage both systems, there is not a big difference when it comes > to exploits and general security (not anymore anyway, if you use > current versions). I would say that the biggest issue here is the > knowledge of the people managing the systems. And it's usually > more secure to manage a system that you know, then a system you > don't know much about, even though that system is considered to be > more secure. > > Lots has happened since Windows 95 :) > > Anyway, for this kind of setup I would also prefer Linux, but > mostly for the possibilites with fail2ban etc, which doesn't exist > on Windows. I'm thinking of writiling something similar for > Windows, hopefully I get som time for that soon... > > /Peter > > 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" > >>: > > I would strongly suggest to move your production system to Linux, > which is by far secure and controllable then Windows. Right now, > if somebody does not breaks into your voip setup using some > bruteforce / DOS attack, s/he can still exploit some hole in > Windows to crack your security. Windows is simply not secure > enough to production grade performance. > > Thank you. > > > On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus >> wrote: > That's not necessarily the best kind of password... see > http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 > > -Avi > > > > On Thu, Jun 14, 2012 at 6:23 AM, jay binks >> wrote: > > Strong passwords are a great start, but fail2ban does a little > more than > > this. > > > > you could move off port 5060 to something un-conventional, > meaning your less > > likely to get scanned / brute forced. > > > > Jay > > > > On 14 June 2012 12:27, ocset >> wrote: > >> > >> Hi > >> > >> I have deployed Freeswiitch on windows 7 and since there is no > fail2ban > >> on windows, I was wondering what the real risk is with opening > it up to > >> the internet. If I was to ensure that all users and passwords were > >> extremely difficult to guess (passwords like > "2$53E_d7?^2!3s$"), what > >> are the risks that I am exposing myself to? Is there a type of > DoS for > >> voip where hackers can just flood my system with requests > simply to be > >> malicious? > >> > >> There are VB windows scripts available that emulate what > fail2ban does > >> on Linux but I was just wondering whether I really need to > implement > >> this level of security if I can control the password complexity in > >> Freeswitch. > >> > >> Thanks > >> O > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > > > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> Join Us At ClueCon - Aug 7-9, 2012 > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > Jay > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Muhammad Shahzad > ----------------------------------- > CISCO Rich Media Communication Specialist (CRMCS) > CISCO Certified Network Associate (CCNA) > Cell: +92 334 422 40 88 > MSN: shari_786pk at hotmail.com > > > Email: shaheryarkh at googlemail.com > > > !DSPAM:4fd978c432761360223007! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd978c432761360223007! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/cf1d72d0/attachment-0001.html From ocset at the800group.com Thu Jun 14 14:35:24 2012 From: ocset at the800group.com (ocset) Date: Thu, 14 Jun 2012 18:35:24 +0800 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> Message-ID: <4FD9BE6C.5040608@the800group.com> If you are looking for a fail2ban equivalent on Windows, how about this script http://serverfault.com/questions/43360/cygwin-sshd-autoblock-failed-logins/43900#43900 I have not tried it but it may be a good starting point for something to use with Freeswitch Regards O On 14/06/12 17:55, jay binks wrote: > Hey .. > > On 14 June 2012 16:16, Peter Olsson > wrote: > > Anyway, for this kind of setup I would also prefer Linux, but > mostly for the possibilites with fail2ban etc, which doesn't exist > on Windows. I'm thinking of writiling something similar for > Windows, hopefully I get som time for that soon... > > /Peter > > > if you do get round to writing something like this let me know. ( not > that I even have a windows box ) > but when I wrote the patches for FS to do the Fail2Ban compatible > logging, I created ESL Events also > with the intention that we could do a FS module "mod_security" or > something ( no time given to the name ) > > it would be fairly simple to move some of the fail2ban functionality > into such a module that could either call out to simple scripts or > insert firewall rules its self. > > I have some ideas here, and I would probably be interested in working > on this with others. > > Jay > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/13126216/attachment.html From awais-nazeer at hotmail.com Thu Jun 14 14:43:30 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Thu, 14 Jun 2012 15:43:30 +0500 Subject: [Freeswitch-users] Source of hangup in cdr Message-ID: Hi folks CSendan we write direction of call hangup in cdr , like source , destination or freeswitch (as it hangsup itself for example unauthenticated call). --waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/b9114ffe/attachment.html From anton.jugatsu at gmail.com Thu Jun 14 14:58:06 2012 From: anton.jugatsu at gmail.com (Anton Kvashenkin) Date: Thu, 14 Jun 2012 14:58:06 +0400 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <4FD9BD1E.5040705@the800group.com> References: <4FD94C26.10800@the800group.com> <4FD9BD1E.5040705@the800group.com> Message-ID: For example, you don't need to open 5060 port to a whole world, just 5090 (the port you use for connecting road warriors). http://wiki.freeswitch.org/wiki/Nat http://wiki.freeswitch.org/wiki/External_profile 2012/6/14 ocset > Anton > > I know nothing about ext-rtp-ip and ext-sip-ip. Could you please explain > how this will help in making the system more secure? > > Thanks > O > > On 14/06/12 16:27, Anton Kvashenkin wrote: > > I would suggest to create separate profile for remote workers. For > example, external-road-warrios. So you can play with ext-rtp-ip and > ext-sip-ip. > > 2012/6/14 Peter Olsson > >> I use both Windows and Linux systems. As long as you know how to manage >> both systems, there is not a big difference when it comes to exploits and >> general security (not anymore anyway, if you use current versions). I would >> say that the biggest issue here is the knowledge of the people managing the >> systems. And it's usually more secure to manage a system that you know, >> then a system you don't know much about, even though that system is >> considered to be more secure. >> >> Lots has happened since Windows 95 :) >> >> Anyway, for this kind of setup I would also prefer Linux, but mostly for >> the possibilites with fail2ban etc, which doesn't exist on Windows. I'm >> thinking of writiling something similar for Windows, hopefully I get som >> time for that soon... >> >> /Peter >> >> 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" < >> shaheryarkh at googlemail.com>: >> >> I would strongly suggest to move your production system to Linux, which >> is by far secure and controllable then Windows. Right now, if somebody does >> not breaks into your voip setup using some bruteforce / DOS attack, s/he >> can still exploit some hole in Windows to crack your security. Windows is >> simply not secure enough to production grade performance. >> >> Thank you. >> >> >> On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus > avi at avimarcus.net>> wrote: >> That's not necessarily the best kind of password... see >> http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 >> >> -Avi >> >> >> >> On Thu, Jun 14, 2012 at 6:23 AM, jay binks > jaybinks at gmail.com>> wrote: >> > Strong passwords are a great start, but fail2ban does a little more than >> > this. >> > >> > you could move off port 5060 to something un-conventional, meaning your >> less >> > likely to get scanned / brute forced. >> > >> > Jay >> > >> > On 14 June 2012 12:27, ocset > ocset at the800group.com>> wrote: >> >> >> >> Hi >> >> >> >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban >> >> on windows, I was wondering what the real risk is with opening it up to >> >> the internet. If I was to ensure that all users and passwords were >> >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >> >> are the risks that I am exposing myself to? Is there a type of DoS for >> >> voip where hackers can just flood my system with requests simply to be >> >> malicious? >> >> >> >> There are VB windows scripts available that emulate what fail2ban does >> >> on Linux but I was just wondering whether I really need to implement >> >> this level of security if I can control the password complexity in >> >> Freeswitch. >> >> >> >> Thanks >> >> O >> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://wiki.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org> FreeSWITCH-users at 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 >> > >> > Jay >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > >> > >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://wiki.freeswitch.org >> > http://www.cluecon.com >> > >> > Join Us At ClueCon - Aug 7-9, 2012 >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org> FreeSWITCH-users at lists.freeswitch.org> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> > >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org> FreeSWITCH-users at lists.freeswitch.org> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> -- >> Muhammad Shahzad >> ----------------------------------- >> CISCO Rich Media Communication Specialist (CRMCS) >> CISCO Certified Network Associate (CCNA) >> Cell: +92 334 422 40 88 >> MSN: shari_786pk at hotmail.com >> Email: shaheryarkh at googlemail.com >> !DSPAM:4fd978c432761360223007! >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org> FreeSWITCH-users at lists.freeswitch.org> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> !DSPAM:4fd978c432761360223007! >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/6930bc8c/attachment-0001.html From th982a at googlemail.com Thu Jun 14 15:24:10 2012 From: th982a at googlemail.com (Tamer Higazi) Date: Thu, 14 Jun 2012 13:24:10 +0200 Subject: [Freeswitch-users] freeswitch and mod_mISDN in NT mode?! Message-ID: <4FD9C9DA.5010409@googlemail.com> Does anyone of you know, if it's possible right now to run FS with mod_misdn in NT mode, to connect an ISDN phone to an HFC board?! Tamer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/a0e7fb87/attachment.html From andrew at cassidywebservices.co.uk Thu Jun 14 15:29:23 2012 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 14 Jun 2012 12:29:23 +0100 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: References: <4FD94C26.10800@the800group.com> <4FD9BD1E.5040705@the800group.com> Message-ID: It IS possible to use windows 7 powershell scripts run on a schedule to dynamically add and remove firewall rules, it's something a firend and I did before for RDP. The RDP version is here: http://www.jonsdocs.org.uk/wiki/index.php/PSLogonFailures I'm sure with a little tweaking it can be made to work with freeswitch log files. On 14 June 2012 11:58, Anton Kvashenkin wrote: > For example, you don't need to open 5060 port to a whole world, just 5090 > (the port you use for connecting road warriors). > http://wiki.freeswitch.org/wiki/Nat > http://wiki.freeswitch.org/wiki/External_profile > > > 2012/6/14 ocset > >> Anton >> >> I know nothing about ext-rtp-ip and ext-sip-ip. Could you please explain >> how this will help in making the system more secure? >> >> Thanks >> O >> >> On 14/06/12 16:27, Anton Kvashenkin wrote: >> >> I would suggest to create separate profile for remote workers. For >> example, external-road-warrios. So you can play with ext-rtp-ip and >> ext-sip-ip. >> >> 2012/6/14 Peter Olsson >> >>> I use both Windows and Linux systems. As long as you know how to manage >>> both systems, there is not a big difference when it comes to exploits and >>> general security (not anymore anyway, if you use current versions). I would >>> say that the biggest issue here is the knowledge of the people managing the >>> systems. And it's usually more secure to manage a system that you know, >>> then a system you don't know much about, even though that system is >>> considered to be more secure. >>> >>> Lots has happened since Windows 95 :) >>> >>> Anyway, for this kind of setup I would also prefer Linux, but mostly for >>> the possibilites with fail2ban etc, which doesn't exist on Windows. I'm >>> thinking of writiling something similar for Windows, hopefully I get som >>> time for that soon... >>> >>> /Peter >>> >>> 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" < >>> shaheryarkh at googlemail.com>: >>> >>> I would strongly suggest to move your production system to Linux, which >>> is by far secure and controllable then Windows. Right now, if somebody does >>> not breaks into your voip setup using some bruteforce / DOS attack, s/he >>> can still exploit some hole in Windows to crack your security. Windows is >>> simply not secure enough to production grade performance. >>> >>> Thank you. >>> >>> >>> On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus >> avi at avimarcus.net>> wrote: >>> That's not necessarily the best kind of password... see >>> http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 >>> >>> -Avi >>> >>> >>> >>> On Thu, Jun 14, 2012 at 6:23 AM, jay binks >> jaybinks at gmail.com>> wrote: >>> > Strong passwords are a great start, but fail2ban does a little more >>> than >>> > this. >>> > >>> > you could move off port 5060 to something un-conventional, meaning >>> your less >>> > likely to get scanned / brute forced. >>> > >>> > Jay >>> > >>> > On 14 June 2012 12:27, ocset >> ocset at the800group.com>> wrote: >>> >> >>> >> Hi >>> >> >>> >> I have deployed Freeswiitch on windows 7 and since there is no >>> fail2ban >>> >> on windows, I was wondering what the real risk is with opening it up >>> to >>> >> the internet. If I was to ensure that all users and passwords were >>> >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >>> >> are the risks that I am exposing myself to? Is there a type of DoS for >>> >> voip where hackers can just flood my system with requests simply to be >>> >> malicious? >>> >> >>> >> There are VB windows scripts available that emulate what fail2ban does >>> >> on Linux but I was just wondering whether I really need to implement >>> >> this level of security if I can control the password complexity in >>> >> Freeswitch. >>> >> >>> >> Thanks >>> >> O >>> >> >>> >> >>> >> >>> _________________________________________________________________________ >>> >> Professional FreeSWITCH Consulting Services: >>> >> consulting at freeswitch.org >>> >> http://www.freeswitchsolutions.com >>> >> >>> >> >>> >> >>> >> >>> >> Official FreeSWITCH Sites >>> >> http://www.freeswitch.org >>> >> http://wiki.freeswitch.org >>> >> http://www.cluecon.com >>> >> >>> >> Join Us At ClueCon - Aug 7-9, 2012 >>> >> >>> >> FreeSWITCH-users mailing list >>> >> FreeSWITCH-users at lists.freeswitch.org>> FreeSWITCH-users at 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 >>> > >>> > Jay >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > >>> > >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://wiki.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > Join Us At ClueCon - Aug 7-9, 2012 >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org>> FreeSWITCH-users at lists.freeswitch.org> >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > http://www.freeswitch.org >>> > >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org>> FreeSWITCH-users at lists.freeswitch.org> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> >>> -- >>> Muhammad Shahzad >>> ----------------------------------- >>> CISCO Rich Media Communication Specialist (CRMCS) >>> CISCO Certified Network Associate (CCNA) >>> Cell: +92 334 422 40 88 >>> MSN: shari_786pk at hotmail.com >>> Email: shaheryarkh at googlemail.com >>> !DSPAM:4fd978c432761360223007! >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org>> FreeSWITCH-users at lists.freeswitch.org> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> !DSPAM:4fd978c432761360223007! >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> 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://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/ba3dd308/attachment-0001.html From andrew at cassidywebservices.co.uk Thu Jun 14 15:34:44 2012 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 14 Jun 2012 12:34:44 +0100 Subject: [Freeswitch-users] Does mod_fifo not take in effective_caller_id_name? In-Reply-To: <20120614043151.7A69A14DBD8@smtp.hushmail.com> References: <20120614043151.7A69A14DBD8@smtp.hushmail.com> Message-ID: mod_callcenter also ignores those variables unless you set one called cc_export_vars. Perhaps there's a similar mechanism for mod_fifo? On 14 June 2012 05:31, wrote: > Hi All, > > I have this basic dialplan: > > > > > > > > > > > > > > > > > > I can see the call get logged via the first extension but it's not passing > the info to modfifo. I can remove the 2nd extension and put a basic: > > > and the caller id name info is displayed on the phones but not when > routing through mod_fifo. I have tried both set/export and it still > doesn't seem to work. > > Is this correct? > > Thanks, > eric_s > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/667ad814/attachment.html From avi at avimarcus.net Thu Jun 14 15:35:07 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 14 Jun 2012 14:35:07 +0300 Subject: [Freeswitch-users] NAT-ed phone only got some incoming calls? Message-ID: I have a customer with a natted Yealink T20P... Current reg: http://pastebin.freeswitch.org/19290 Two call traces, FS log side: http://pastebin.freeswitch.org/19286 One rang, one didn't. The local information for the phones is the same -- so NAT seems to be handled properly. Is this an issue with the remote router dropping packets or something...? I see 4 inbound calls to that device today, and 1 of them doesn't have a progress stamp so I assume that's the same as above -- it never got a 180 back. I think I can dig up the actual sip traces, if that matters, but it's not in the most convenient of formats. Some illumination would be appreciated. Thanks, -Avi Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/2580404a/attachment.html From avi at avimarcus.net Thu Jun 14 17:02:55 2012 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 14 Jun 2012 16:02:55 +0300 Subject: [Freeswitch-users] playAndGetDigits working as designed? In-Reply-To: <4FD9AE5C.50008@digitalmail.com> References: <4FD9AE5C.50008@digitalmail.com> Message-ID: it's playing twice because of the second accept -- that's what it plays upon invalid entry. But you don't want any message on non-match. You might want getdigits, a simpler way to get input without retry options. Wait, are you using this for confirm of pickup for hunting to mobiles? Doesn't http://wiki.freeswitch.org/wiki/Variable_group_confirm_file work for you? It seems to fit my use case. -Avi On Thu, Jun 14, 2012 at 12:26 PM, Alex Lake wrote: > I have the following in a lua script: > > session:streamFile(whisper) > dtmf = session:playAndGetDigits(1,1,1,5000,"#",accept,accept,"\\d+") > > The idea is that the caller hears "Call for Alex of Wibble > Corp"..."Press 1 to accept" and then he has 5s to press 1, otherwise > it's assumed that the call has gone to mobile voicemail. > > What seems to be happening is: > > the caller hears "Call for Alex of Wibble Corp"..."Press 1 to accept" > "Press 1 to accept" > > (I'm surprised that it says it twice, and ignores the attribute) > > Actually, I wouldn't mind something that went > > "Call for Alex of Wibble Corp"..."Press 1 to accept" "Press 1 > to accept" > > But telling the user to press 1 and IMMEDIATELY hanging up seems wrong! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/370c4a7a/attachment.html From tb at cool.de Thu Jun 14 10:28:32 2012 From: tb at cool.de (Thomas Brettinger) Date: Thu, 14 Jun 2012 08:28:32 +0200 Subject: [Freeswitch-users] Relatively new FreeSwitch user, calls from outside not terminated Message-ID: <244FC5DA-2A80-4CA7-9CDD-8C7AF29B2109@cool.de> Hi, I started toying around with FreeSwitch on PFsense a while ago, and now did a fresh install on a machine inside my lan. Setup is: FS --- PFsense (Firewall, NAT) --- Internet --- sipgate.de Routing inside and outside works like a charm. However, I have the issue that if a call is hung up on a local phone, FreeSwitch doesn't hang up on the sipgate.de leg. It doesn't make a difference if the call was originated from inside or outside. The call is left open for an unknown time and freeswitch doesn't seem to notice that the inside has hung up (at least, nothing appears in the sip trace or log). As soon as the remote party hangs up, siptrace and logfile look as they probably should. Does anyone have an idea where I should start looking for this issue? It *could* have something to do with the firewall between, however I don't believe so, as the call is hung up on the local network and freeswitch doesn't seem to notice. Oh, and I tried this with Cisco 69xx (SIP) and Siemens GIgaset 501V (SIP) phones. Any hints appreciated. Thanks in advance, Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 495 bytes Desc: Message signed with OpenPGP using GPGMail Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/8ed9f0ac/attachment.bin From netcentrica at gmail.com Thu Jun 14 17:42:37 2012 From: netcentrica at gmail.com (Adam Raszynski) Date: Thu, 14 Jun 2012 15:42:37 +0200 Subject: [Freeswitch-users] ESL originate - call events are sent too fast Message-ID: Hi all I have some little problem with events generated by ESL originated calls. Maybe someone had similar problem and could post how to solve it. I would like to originate call and receive events related only to that call. At the same time my originate script is executed multiple times i.e. 100 times. Current version of my script works like this: - send api originate [params]target via ESL - wait for originate response to get uuid - add filter: filter Unique-ID - subscribe for events: event plain CHANNEL_ANSWER CHANNEL_HANGUP CUSTOM spandsp::txfaxresult Unfortunately execution of all above statements sometimes take a while and in meanwhile FreeSWITCH generates event and send it back to my script BEFORE it has subscribed to receive events. It happens for example for very fast call answer or hangup. In that case I lost important answer or hangup event and all processing logic is broken. I've tried to change sequence of commands, but when I put event subscription before adding filter then I get events from other channels. I also can't add filter earlier because need to wait for originate response. Any hints on this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/9aae0ce7/attachment-0001.html From modesto at isimples.com.br Thu Jun 14 18:40:47 2012 From: modesto at isimples.com.br (Antonio Modesto) Date: Thu, 14 Jun 2012 11:40:47 -0300 Subject: [Freeswitch-users] How to configure ring back for calls through freetdm? Message-ID: <1339684847.3957.12.camel@modesto.localdomain.net> Hi, I've written a lua script to make calls using freetdm channels, the problem is that there is not a ringback tone to the calling party, so it's not possible to know what is going on until the caller party answers the call. What do I have to do to enable this? Thanks. From peter.olsson at visionutveckling.se Thu Jun 14 18:47:23 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 14:47:23 +0000 Subject: [Freeswitch-users] ESL originate - call events are sent too fast Message-ID: <1FFF97C269757C458224B7C895F35F151089B6@cantor.std.visionutv.se> You will have to generate your own channel uuid and then set origination_uuid when you do the originate call in FS. Also, you will need to subscribe to this uuid before trying to originate the actual call. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Adam Raszynski Skickat: den 14 juni 2012 15:43 Till: FreeSWITCH Users Help ?mne: [Freeswitch-users] ESL originate - call events are sent too fast Hi all I have some little problem with events generated by ESL originated calls. Maybe someone had similar problem and could post how to solve it. I would like to originate call and receive events related only to that call. At the same time my originate script is executed multiple times i.e. 100 times. Current version of my script works like this: - send api originate [params]target via ESL - wait for originate response to get uuid - add filter: filter Unique-ID - subscribe for events: event plain CHANNEL_ANSWER CHANNEL_HANGUP CUSTOM spandsp::txfaxresult Unfortunately execution of all above statements sometimes take a while and in meanwhile FreeSWITCH generates event and send it back to my script BEFORE it has subscribed to receive events. It happens for example for very fast call answer or hangup. In that case I lost important answer or hangup event and all processing logic is broken. I've tried to change sequence of commands, but when I put event subscription before adding filter then I get events from other channels. I also can't add filter earlier because need to wait for originate response. Any hints on this? !DSPAM:4fd9f54532761072142040! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/0b321b91/attachment.html From peter.olsson at visionutveckling.se Thu Jun 14 18:51:00 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 14:51:00 +0000 Subject: [Freeswitch-users] How to configure ring back for calls through freetdm? Message-ID: <1FFF97C269757C458224B7C895F35F151089C5@cantor.std.visionutv.se> Try to set the channel variable "ringback" to the tone you want to play. /Peter -----Ursprungligt meddelande----- Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Antonio Modesto Skickat: den 14 juni 2012 16:41 Till: Freeswitch Users ?mne: [Freeswitch-users] How to configure ring back for calls through freetdm? Hi, I've written a lua script to make calls using freetdm channels, the problem is that there is not a ringback tone to the calling party, so it's not possible to know what is going on until the caller party answers the call. What do I have to do to enable this? Thanks. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd9f59932767773115490! From dujinfang at gmail.com Thu Jun 14 18:56:08 2012 From: dujinfang at gmail.com (Seven Du) Date: Thu, 14 Jun 2012 22:56:08 +0800 Subject: [Freeswitch-users] Developers' Salon, sched_broadcast from FreeSWITCH-CN Message-ID: All, Sorry I didn't promote as it's mainly targeted to the Chinese Community and it's the first Salon in China and we want to keep a low profile. I'm the creator and maintainer of FreeSWITCH-CN(http://www.freeswitch.org.cn ). We'll have a Salon at this Sunday (June 17th, UTC+8) afternoon in Beijing, China. http://www.freeswitch.org.cn/blog/past/2012/4/16/freeswitchcnzhong-wen-she-qu-2012shou-jie-kai-fa-zhe-sha-long/ According to http://freeswitch-cn.eventbrite.com/ , we have 56 registers till now and we do accept blind reg. It will be in a coffee bar and if anyone happens to drop by is welcome to have a cup of coffee. The Chinese Community is growing and I will can have more news to ClueCon. And I have one news now. I personally received the first donation a few days ago for the in-writing book: FreeSWITCH in Action (You won't use this name in the second edition of FS book, right? Michael :) ) , it's published on site using CC-BY-NC-ND. http://www.freeswitch.org.cn/document My aim of running the FreeSWITCH-CN community was to help Chinese speakers to learn FreeSWITCH. And I had put a Paypal donation button on and planed to donate back a percentage to the core developers but get nothing till now. I just figured out that there's basically no way for us legally collecting money in my country publicly. So I replaced the paypal donation to a guide link directly to freeswitch.org and if anyone donate with a remark of FreeSWITCH-CN it's probably from our community, or probably never. Anyway, I will use the first being-donated-money to buy a few things and will give out at the Salon, it's not that much, but it's something. And if there's future donations happens privately to me I will definitely happy to donate back to upstream. Ok, back to the Salon. I will report more here after the Salon and probably we could run a tiny ClueCon in China next year? Seven. -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn Sent with Sparrow (http://www.sparrowmailapp.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/7cd70c6b/attachment.html From sdevoy at bizfocused.com Thu Jun 14 19:08:34 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Thu, 14 Jun 2012 11:08:34 -0400 Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? In-Reply-To: <046801cd49a0$28819b70$7984d250$@bizfocused.com> References: <046801cd49a0$28819b70$7984d250$@bizfocused.com> Message-ID: <026801cd4a3f$9151e1b0$b3f5a510$@bizfocused.com> Bump. Sean From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Sean Devoy Sent: Wednesday, June 13, 2012 4:07 PM To: FreeSWITCH-users at lists.freeswitch.org Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? I see I can use Enterprise Originate :_: to connect calls to multiple phones in threads to speed things up. Does Shared Call Appearance connect in threads or sequentially? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/c489cfa7/attachment.html From vvenkatar at gmail.com Thu Jun 14 19:18:48 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Thu, 14 Jun 2012 08:18:48 -0700 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket In-Reply-To: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se> References: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se> Message-ID: Peter: I tried subscribing to DTMF events by sending the following command via mod_event_socket: event DTMF I don't seem to be getting any events back when I press a bunch of digits. On Thu, Jun 14, 2012 at 2:04 AM, Peter Olsson < peter.olsson at visionutveckling.se> wrote: > Or just listen for DTMF events, and act on those. I personally find > that?s the easiest approach.**** > > ** ** > > /Peter**** > > ** ** > > *Fr?n:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *F?r *Bob Coleman > *Skickat:* den 14 juni 2012 10:18 > *Till:* freeswitch-users at lists.freeswitch.org > *?mne:* Re: [Freeswitch-users] Collect DTMF via mod_event_socket**** > > ** ** > > Hi Venkatesh, > > You could use this: > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits > > or this: > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read > > On the main page you go to the docs link at the top, then everything is > linked off the left hand side > > Bob > **** > ------------------------------ > > Date: Thu, 14 Jun 2012 01:07:13 -0700 > From: vvenkatar at gmail.com > To: freeswitch-users at lists.freeswitch.org > Subject: [Freeswitch-users] Collect DTMF via mod_event_socket > > Hello !**** > > ** ** > > I have been looking at the documentation but am unable to find it. I > wanted to know the correct syntax I need to issue via mod_event_socket if I > want to collect DTMF and report back the digits entered to my application. > Great if anybody can provide me with pointers.**** > > ** ** > > Venkatesh**** > > !DSPAM:4fd99c9a32769547714299! **** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/d3d4caea/attachment-0001.html From jnankin at gmail.com Thu Jun 14 19:22:03 2012 From: jnankin at gmail.com (Joshua Nankin) Date: Thu, 14 Jun 2012 10:22:03 -0500 Subject: [Freeswitch-users] Spandsp events not being fired In-Reply-To: References: Message-ID: Anyone? I'm using the ESL to listen to events, and I'm listening for ALL. Not seeing any spandsp events. On Wed, Jun 13, 2012 at 12:50 PM, Joshua Nankin wrote: > I'm sending a fax with freeswitch, but the events listed at > http://wiki.freeswitch.org/wiki/Mod_spandsp#Events do not seem to be > fired. Do I need to enable them somehow? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/f9c07553/attachment.html From peter.olsson at visionutveckling.se Thu Jun 14 19:36:41 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 15:36:41 +0000 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket In-Reply-To: References: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se>, Message-ID: <1DC1FCF7-1427-4917-A14A-5AC2AB16AAFD@visionutveckling.se> If i remember correctly, that should be event plain DTMF or something? /Peter 14 jun 2012 kl. 17:24 skrev "Venkatesh" >: Peter: I tried subscribing to DTMF events by sending the following command via mod_event_socket: event DTMF I don't seem to be getting any events back when I press a bunch of digits. On Thu, Jun 14, 2012 at 2:04 AM, Peter Olsson > wrote: Or just listen for DTMF events, and act on those. I personally find that?s the easiest approach. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] F?r Bob Coleman Skickat: den 14 juni 2012 10:18 Till: freeswitch-users at lists.freeswitch.org ?mne: Re: [Freeswitch-users] Collect DTMF via mod_event_socket Hi Venkatesh, You could use this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits or this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read On the main page you go to the docs link at the top, then everything is linked off the left hand side Bob ________________________________ Date: Thu, 14 Jun 2012 01:07:13 -0700 From: vvenkatar at gmail.com To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Hello ! I have been looking at the documentation but am unable to find it. I wanted to know the correct syntax I need to issue via mod_event_socket if I want to collect DTMF and report back the digits entered to my application. Great if anybody can provide me with pointers. Venkatesh _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd9ff0d32761977123140! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd9ff0d32761977123140! From jeff at jefflenk.com Thu Jun 14 19:41:58 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 14 Jun 2012 08:41:58 -0700 (PDT) Subject: [Freeswitch-users] Spandsp events not being fired In-Reply-To: References: Message-ID: <1339688518364-7579856.post@n2.nabble.com> Do you see the data in the debug log? The events are generated in the same place. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Spandsp-events-not-being-fired-tp7579797p7579856.html Sent from the freeswitch-users mailing list archive at Nabble.com. From jeff at jefflenk.com Thu Jun 14 19:50:58 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 14 Jun 2012 08:50:58 -0700 (PDT) Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? In-Reply-To: <046801cd49a0$28819b70$7984d250$@bizfocused.com> References: <046801cd49a0$28819b70$7984d250$@bizfocused.com> Message-ID: <1339689058375-7579857.post@n2.nabble.com> I think anthm basically answered this question in your other thread. What is the problem that you are trying to solve. Is it the same audio startup issue? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Is-SCA-bridgeing-Multithreaded-tp7579801p7579857.html Sent from the freeswitch-users mailing list archive at Nabble.com. From msc at freeswitch.org Thu Jun 14 19:53:37 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 14 Jun 2012 08:53:37 -0700 Subject: [Freeswitch-users] Developers' Salon, sched_broadcast from FreeSWITCH-CN In-Reply-To: References: Message-ID: Seven, Thanks for promoting FreeSWITCH in the Chinese community and in China itself. I hope that everything goes well for you. Also, I believe the title of the book you are writing is just fine. -MC On Thu, Jun 14, 2012 at 7:56 AM, Seven Du wrote: > All, > > Sorry I didn't promote as it's mainly targeted to the Chinese Community > and it's the first Salon in China and we want to keep a low profile. > > I'm the creator and maintainer of FreeSWITCH-CN( > http://www.freeswitch.org.cn ). We'll have a Salon at this Sunday (June > 17th, UTC+8) afternoon in Beijing, China. > > > http://www.freeswitch.org.cn/blog/past/2012/4/16/freeswitchcnzhong-wen-she-qu-2012shou-jie-kai-fa-zhe-sha-long/ > > > According to http://freeswitch-cn.eventbrite.com/ , we have 56 registers > till now and we do accept blind reg. > > It will be in a coffee bar and if anyone happens to drop by is welcome to > have a cup of coffee. > > The Chinese Community is growing and I will can have more news to ClueCon. > > And I have one news now. I personally received the first donation a few > days ago for the in-writing book: FreeSWITCH in Action (You won't use this > name in the second edition of FS book, right? Michael :) ) , it's published > on site using CC-BY-NC-ND. > > http://www.freeswitch.org.cn/document > > My aim of running the FreeSWITCH-CN community was to help Chinese speakers > to learn FreeSWITCH. And I had put a Paypal donation button on and planed > to donate back a percentage to the core developers but get nothing till now. > > I just figured out that there's basically no way for us legally collecting > money in my country publicly. So I replaced the paypal donation to a guide > link directly to freeswitch.org and if anyone donate with a remark of > FreeSWITCH-CN it's probably from our community, or probably never. > > Anyway, I will use the first being-donated-money to buy a few things and > will give out at the Salon, it's not that much, but it's something. And if > there's future donations happens privately to me I will definitely happy to > donate back to upstream. > > Ok, back to the Salon. I will report more here after the Salon and > probably we could run a tiny ClueCon in China next year? > > > > Seven. > > -- > About: http://about.me/dujinfang > Blog: http://www.dujinfang.com > Proj: http://www.freeswitch.org.cn > > Sent with Sparrow > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/a7a91fd8/attachment.html From sdevoy at bizfocused.com Thu Jun 14 20:02:57 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Thu, 14 Jun 2012 12:02:57 -0400 Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? In-Reply-To: <1339689058375-7579857.post@n2.nabble.com> References: <046801cd49a0$28819b70$7984d250$@bizfocused.com> <1339689058375-7579857.post@n2.nabble.com> Message-ID: <02d701cd4a47$2a4d60e0$7ee822a0$@bizfocused.com> I am sorry, I don't recall an answer, not can I find one in search, but DIGEST grouping prevents most search for me. No the audio issue was just too slow (single) processor for Freeswitch. My customer is complaining the SCA phones are ringing in sequence and not "simultaneously". She says the first ring on the first phone completes before the second phone starts and so on for the 4 phones. Two seconds is a very long delay for an SCA ring. I could switch to Enterprise originate to individual extensions if that will help. Sean -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Jeff Lenk Sent: Thursday, June 14, 2012 11:51 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Is SCA bridgeing Multithreaded? I think anthm basically answered this question in your other thread. What is the problem that you are trying to solve. Is it the same audio startup issue? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Is-SCA-bridgeing-Multithreaded -tp7579801p7579857.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://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at 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 Thu Jun 14 20:40:52 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 14 Jun 2012 11:40:52 -0500 Subject: [Freeswitch-users] =?windows-1252?q?Error_message_=22_=5BERR=5D_s?= =?windows-1252?q?witch=5Fcpp=2Ecpp=3A48_Cannot_queue_any_more_even?= =?windows-1252?q?ts=93?= In-Reply-To: <1339645894596-7579817.post@n2.nabble.com> References: <1339645894596-7579817.post@n2.nabble.com> Message-ID: consume some? That means you have built up 5000 unserviced events. I added a patch to latest git to add a param for the size of the queue but 5000 is fairly generous already. EventConsumer("event_name", "", 100000) On Wed, Jun 13, 2012 at 10:51 PM, tangdu wrote: > > ? I use Mod event to fill channel cariables ?in my mysql table?When > freeswitch runing some time?I got a lot of the following error messages: > [ERR] switch_cpp.cpp:48 Cannot queue any more events? > ?This messages telling me that i have consumed too many events in my event > consumer object. ? it has reached its max. Then the channel cariables can > not be filled in mysql? > ? ?How can I solve this? > Thanks? > > > > -- > View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Error-message-ERR-switch-cpp-cpp-48-Cannot-queue-any-more-events-tp7579817.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 From jeff at jefflenk.com Thu Jun 14 21:03:26 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 14 Jun 2012 10:03:26 -0700 (PDT) Subject: [Freeswitch-users] Is SCA bridgeing Multithreaded? In-Reply-To: <02d701cd4a47$2a4d60e0$7ee822a0$@bizfocused.com> References: <046801cd49a0$28819b70$7984d250$@bizfocused.com> <1339689058375-7579857.post@n2.nabble.com> <02d701cd4a47$2a4d60e0$7ee822a0$@bizfocused.com> Message-ID: <1339693406060-7579861.post@n2.nabble.com> This sounds like a dialplan configuration issue. Maybe you could post the relevant portion of your dialplan for review. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Is-SCA-bridgeing-Multithreaded-tp7579801p7579861.html Sent from the freeswitch-users mailing list archive at Nabble.com. From drk at drkngs.net Thu Jun 14 21:03:14 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Thu, 14 Jun 2012 10:03:14 -0700 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: Message-ID: <20120614170314.2f57f40d@mail.tritonwest.net> I already have implmented this a while ago, however it's burried in a product. Now that I see there is some interest, I can pull it out, and make it a standalone module. It's implmented in a C# module which runs under mod_managed. Has a single IApiPlugin class so that mod_managed will keep it loaded, and so you have an API command to shut it down, so you can replace it while it's running, and another static class that implments INotifyPluginLoaded to start a thread that sits in an EventConsumer loop. The tracking of failures is done by updating a Dictionary() where the Key is the IP address as a string. Since it's very easy to call any WMI/CIMV2 queries/updates from managed code, it can just add and remove either IPSEC filter, or Advanced firewall rules directly. If you all would like me to do this, please respond. The more the response, the higher it will be on my priority list. --Dave _____ From: jay binks [mailto:jaybinks at gmail.com] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Thu, 14 Jun 2012 02:55:50 -0700 Subject: Re: [Freeswitch-users] Brute-force attack Hey .. On 14 June 2012 16:16, Peter Olsson wrote: Anyway, for this kind of setup I would also prefer Linux, but mostly for the possibilites with fail2ban etc, which doesn't exist on Windows. I'm thinking of writiling something similar for Windows, hopefully I get som time for that soon... /Peter if you do get round to writing something like this let me know. ( not that I even have a windows box ) but when I wrote the patches for FS to do the Fail2Ban compatible logging, I created ESL Events also with the intention that we could do a FS module "mod_security" or something ( no time given to the name ) it would be fairly simple to move some of the fail2ban functionality into such a module that could either call out to simple scripts or insert firewall rules its self. I have some ideas here, and I would probably be interested in working on this with others. Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/f54ddd4d/attachment.html From drk at drkngs.net Thu Jun 14 21:22:47 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Thu, 14 Jun 2012 10:22:47 -0700 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: Message-ID: <20120614172247.a483449d@mail.tritonwest.net> The problem with that, is it's parsing the windows event log. You could add scripts/code to FS to write failures to the application event log (or a custom one), but that's a lot more work then just putting all the code to do it all in a managed DLL that can be invoked via mod_managed. No external processes, no invoking PowerShelll or WScript/CScript. On another note, if you want to do this w/ external scripts or other external methods of interfacing w/ freeswitch, you may want to play with the RC (RTM is about 60 days away) of Windows 8/Server 2012. WMF 3.0 (Windows Managment Framework 3.0) has been extended so that the HTTP interfaces which were only SOAP WS-Managment in v2, have been extended to more endpoints, including REST/XML and OData (www.odata.org like the google or Netflix APIs). This makes it easy to do directly from any scripting language or external system. --Dave _____ From: Andrew Cassidy [mailto:andrew at cassidywebservices.co.uk] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Thu, 14 Jun 2012 04:29:23 -0700 Subject: Re: [Freeswitch-users] Brute-force attack It IS possible to use windows 7 powershell scripts run on a schedule to dynamically add and remove firewall rules, it's something a firend and I did before for RDP. The RDP version is here: http://www.jonsdocs.org.uk/wiki/index.php/PSLogonFailures I'm sure with a little tweaking it can be made to work with freeswitch log files. On 14 June 2012 11:58, Anton Kvashenkin wrote: For example, you don't need to open 5060 port to a whole world, just 5090 (the port you use for connecting road warriors). http://wiki.freeswitch.org/wiki/Nat http://wiki.freeswitch.org/wiki/External_profile 2012/6/14 ocset Anton I know nothing about ext-rtp-ip and ext-sip-ip. Could you please explain how this will help in making the system more secure? Thanks O On 14/06/12 16:27, Anton Kvashenkin wrote: I would suggest to create separate profile for remote workers. For example, external-road-warrios. So you can play with ext-rtp-ip and ext-sip-ip. 2012/6/14 Peter Olsson I use both Windows and Linux systems. As long as you know how to manage both systems, there is not a big difference when it comes to exploits and general security (not anymore anyway, if you use current versions). I would say that the biggest issue here is the knowledge of the people managing the systems. And it's usually more secure to manage a system that you know, then a system you don't know much about, even though that system is considered to be more secure. Lots has happened since Windows 95 :) Anyway, for this kind of setup I would also prefer Linux, but mostly for the possibilites with fail2ban etc, which doesn't exist on Windows. I'm thinking of writiling something similar for Windows, hopefully I get som time for that soon... /Peter 14 jun 2012 kl. 07:51 skrev "Muhammad Shahzad" >: I would strongly suggest to move your production system to Linux, which is by far secure and controllable then Windows. Right now, if somebody does not breaks into your voip setup using some bruteforce / DOS attack, s/he can still exploit some hole in Windows to crack your security. Windows is simply not secure enough to production grade performance. Thank you. On Thu, Jun 14, 2012 at 6:39 AM, Avi Marcus > wrote: That's not necessarily the best kind of password... see http://xkcd.com/936/ and then http://tech.dropbox.com/?p=165 -Avi On Thu, Jun 14, 2012 at 6:23 AM, jay binks > wrote: > Strong passwords are a great start, but fail2ban does a little more than > this. > > you could move off port 5060 to something un-conventional, meaning your less > likely to get scanned / brute forced. > > Jay > > On 14 June 2012 12:27, ocset > wrote: >> >> Hi >> >> I have deployed Freeswiitch on windows 7 and since there is no fail2ban >> on windows, I was wondering what the real risk is with opening it up to >> the internet. If I was to ensure that all users and passwords were >> extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what >> are the risks that I am exposing myself to? Is there a type of DoS for >> voip where hackers can just flood my system with requests simply to be >> malicious? >> >> There are VB windows scripts available that emulate what fail2ban does >> on Linux but I was just wondering whether I really need to implement >> this level of security if I can control the password complexity in >> Freeswitch. >> >> Thanks >> O >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: shari_786pk at hotmail.com Email: shaheryarkh at googlemail.com !DSPAM:4fd978c432761360223007! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd978c432761360223007! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Andrew Cassidy BSc (Hons) MBCS SSCA Managing Director T 03300 100 960 F 03300 100 961 E andrew at cassidywebservices.co.uk W www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/c6b16a1e/attachment-0001.html From jeff at jefflenk.com Thu Jun 14 21:25:37 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 14 Jun 2012 10:25:37 -0700 (PDT) Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <20120614170314.2f57f40d@mail.tritonwest.net> References: <4FD94C26.10800@the800group.com> <20120614170314.2f57f40d@mail.tritonwest.net> Message-ID: <1339694737970-7579863.post@n2.nabble.com> Thanks Dave, This would be a great contribution for windows users. I would be happy to help is any way that I can. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Brute-force-attack-tp7579813p7579863.html Sent from the freeswitch-users mailing list archive at Nabble.com. From ronmccar at gmail.com Thu Jun 14 21:22:36 2012 From: ronmccar at gmail.com (Ron McCarthy) Date: Thu, 14 Jun 2012 10:22:36 -0700 Subject: [Freeswitch-users] SCCP Question In-Reply-To: References: Message-ID: Yeah, I would not even think of trying 75k+ phones, besides that would cost about $500 zillion in Cisco money! Ill start some testing and see what I find out, hopefully all goes well as you said. Thanks! On Wed, Jun 13, 2012 at 11:33 PM, Muhammad Shahzad < shaheryarkh at googlemail.com> wrote: > Ah, i misread your email at first, thought you are setting up 75+K SCCP > phones, while its just 75+ phones. :-) > > Anyways, yes FreeSWITCH works pretty good for SCCP, especially if you have > previously used asterisk with them, otherwise you may run into problem with > some phones which have very old firmware, you probably have to upgrade > their firmware. > > I once setup a 60 SCCP phone setup with FreeSWITCH and it worked without > much problem. So go on and if you run into problem you can contact this > mailing list for help. ;-) > > Thank you. > > > On Wed, Jun 13, 2012 at 11:12 PM, Ron McCarthy wrote: > >> Hi List, >> >> Has anyone been running SCCP with a larger number of phones? Im looking >> to deploy like 75+ phones and I want to keep SCCP so I don't have to >> upgrade them and for the SLA, some phones also have no SIP software for >> them so im forced to keep SCCP. Does anyone have any experience with this? >> From what ive read the SCCP support works and works well, im just worried >> about trying to run this many phones and if im missing any sort of issues >> that could come up. I would like to use FreeSwitch instead of Asterisk for >> this, just worried about functionality and the stability of it. >> >> Thanks! >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Muhammad Shahzad > ----------------------------------- > CISCO Rich Media Communication Specialist (CRMCS) > CISCO Certified Network Associate (CCNA) > Cell: +92 334 422 40 88 > MSN: shari_786pk at hotmail.com > Email: shaheryarkh at googlemail.com > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/97a3de87/attachment.html From vvenkatar at gmail.com Thu Jun 14 21:46:18 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Thu, 14 Jun 2012 10:46:18 -0700 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket In-Reply-To: <1DC1FCF7-1427-4917-A14A-5AC2AB16AAFD@visionutveckling.se> References: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se> <1DC1FCF7-1427-4917-A14A-5AC2AB16AAFD@visionutveckling.se> Message-ID: Sorry, that is what I was sending, but there were no events triggered when I entered digits. Venkatesh On Thu, Jun 14, 2012 at 8:36 AM, Peter Olsson < peter.olsson at visionutveckling.se> wrote: > If i remember correctly, that should be event plain DTMF or something? > > /Peter > > 14 jun 2012 kl. 17:24 skrev "Venkatesh" vvenkatar at gmail.com>>: > > Peter: > > I tried subscribing to DTMF events by sending the following command via > mod_event_socket: > > event DTMF > > I don't seem to be getting any events back when I press a bunch of digits. > > > > On Thu, Jun 14, 2012 at 2:04 AM, Peter Olsson < > peter.olsson at visionutveckling.se> > wrote: > Or just listen for DTMF events, and act on those. I personally find that?s > the easiest approach. > > /Peter > > Fr?n: freeswitch-users-bounces at lists.freeswitch.org freeswitch-users-bounces at lists.freeswitch.org> [mailto: > freeswitch-users-bounces at lists.freeswitch.org freeswitch-users-bounces at lists.freeswitch.org>] F?r Bob Coleman > Skickat: den 14 juni 2012 10:18 > Till: freeswitch-users at lists.freeswitch.org freeswitch-users at lists.freeswitch.org> > ?mne: Re: [Freeswitch-users] Collect DTMF via mod_event_socket > > Hi Venkatesh, > > You could use this: > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits > > or this: > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read > > On the main page you go to the docs link at the top, then everything is > linked off the left hand side > > Bob > > ________________________________ > Date: Thu, 14 Jun 2012 01:07:13 -0700 > From: vvenkatar at gmail.com > To: freeswitch-users at lists.freeswitch.org freeswitch-users at lists.freeswitch.org> > Subject: [Freeswitch-users] Collect DTMF via mod_event_socket > > Hello ! > > I have been looking at the documentation but am unable to find it. I > wanted to know the correct syntax I need to issue via mod_event_socket if I > want to collect DTMF and report back the digits entered to my application. > Great if anybody can provide me with pointers. > > Venkatesh > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd9ff0d32761977123140! > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at lists.freeswitch.org> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > !DSPAM:4fd9ff0d32761977123140! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/23e12c14/attachment.html From peter.olsson at visionutveckling.se Thu Jun 14 21:57:44 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Thu, 14 Jun 2012 17:57:44 +0000 Subject: [Freeswitch-users] Collect DTMF via mod_event_socket In-Reply-To: References: <1FFF97C269757C458224B7C895F35F15107E3B@cantor.std.visionutv.se> <1DC1FCF7-1427-4917-A14A-5AC2AB16AAFD@visionutveckling.se>, Message-ID: <1FFF97C269757C458224B7C895F35F15108FE1@cantor.std.visionutv.se> The only thing I might think of, is that FS doesn't actually detect any DTMF's. If you have DEBUG logs enabled, you should also see info about DTMF in the log. /Peter ________________________________ Fr?n: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] f?r Venkatesh [vvenkatar at gmail.com] Skickat: den 14 juni 2012 19:46 Till: FreeSWITCH Users Help ?mne: Re: [Freeswitch-users] Collect DTMF via mod_event_socket Sorry, that is what I was sending, but there were no events triggered when I entered digits. Venkatesh On Thu, Jun 14, 2012 at 8:36 AM, Peter Olsson > wrote: If i remember correctly, that should be event plain DTMF or something? /Peter 14 jun 2012 kl. 17:24 skrev "Venkatesh" >>: Peter: I tried subscribing to DTMF events by sending the following command via mod_event_socket: event DTMF I don't seem to be getting any events back when I press a bunch of digits. On Thu, Jun 14, 2012 at 2:04 AM, Peter Olsson >> wrote: Or just listen for DTMF events, and act on those. I personally find that?s the easiest approach. /Peter Fr?n: freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org>] F?r Bob Coleman Skickat: den 14 juni 2012 10:18 Till: freeswitch-users at lists.freeswitch.org> ?mne: Re: [Freeswitch-users] Collect DTMF via mod_event_socket Hi Venkatesh, You could use this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits or this: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read On the main page you go to the docs link at the top, then everything is linked off the left hand side Bob ________________________________ Date: Thu, 14 Jun 2012 01:07:13 -0700 From: vvenkatar at gmail.com> To: freeswitch-users at lists.freeswitch.org> Subject: [Freeswitch-users] Collect DTMF via mod_event_socket Hello ! I have been looking at the documentation but am unable to find it. I wanted to know the correct syntax I need to issue via mod_event_socket if I want to collect DTMF and report back the digits entered to my application. Great if anybody can provide me with pointers. Venkatesh _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org> http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fd9ff0d32761977123140! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org !DSPAM:4fda21ca32761441613306! From gabe at gundy.org Thu Jun 14 22:13:33 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Thu, 14 Jun 2012 12:13:33 -0600 Subject: [Freeswitch-users] Brute-force attack In-Reply-To: <4FD94C26.10800@the800group.com> References: <4FD94C26.10800@the800group.com> Message-ID: On Wed, Jun 13, 2012 at 8:27 PM, ocset wrote: > If I was to ensure that all users and passwords were > extremely difficult to guess (passwords like "2$53E_d7?^2!3s$"), what > are the risks that I am exposing myself to? Is there a type of DoS for > voip where hackers can just flood my system with requests simply to be > malicious? If you happen to be using mod_xml_curl for your directory look ups, the dumb dictionary attack can really hurt. If you have strong passwords, it might not be them getting access to the system that you'll need to worry about. It's more likely getting your web and db servers hammered that you'll need to worry about :) Gabe From netcentrica at gmail.com Thu Jun 14 22:19:55 2012 From: netcentrica at gmail.com (Adam Raszynski) Date: Thu, 14 Jun 2012 20:19:55 +0200 Subject: [Freeswitch-users] Spandsp events not being fired In-Reply-To: References: Message-ID: I use this and it handles answer, hangup and fax result events: event plain CHANNEL_ANSWER CHANNEL_HANGUP CUSTOM spandsp::txfaxresult you can also add spandsp::rxfaxresult at the end 2012/6/14 Joshua Nankin > Anyone? > > I'm using the ESL to listen to events, and I'm listening for ALL. Not > seeing any spandsp events. > > On Wed, Jun 13, 2012 at 12:50 PM, Joshua Nankin wrote: > >> I'm sending a fax with freeswitch, but the events listed at >> http://wiki.freeswitch.org/wiki/Mod_spandsp#Events do not seem to be >> fired. Do I need to enable them somehow? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/eb23581a/attachment.html From patrick at sunsus.net Thu Jun 14 23:29:52 2012 From: patrick at sunsus.net (sunsus) Date: Thu, 14 Jun 2012 12:29:52 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <4FD7B4AE.6030805@cupis.co.uk> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> <1339531138888-7579764.post@n2.nabble.com> <4FD7B4AE.6030805@cupis.co.uk> Message-ID: <1339702192936-7579870.post@n2.nabble.com> Hello Paul The Problem with the Hangup, was a policy issue on the phone because it rejected non tls calls. Sorry was my fault. But no I changes page everything to sip.netvoip.ch and changed the bridge to the gateway as you told me. But I have still the issue with authorization: Log: http://pastebin.freeswitch.org/19292 Gateway: http://pastebin.freeswitch.org/19294 bridge: Do you really sure this is not a bug? regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579870.html Sent from the freeswitch-users mailing list archive at Nabble.com. From patrick at sunsus.net Thu Jun 14 23:45:54 2012 From: patrick at sunsus.net (sunsus) Date: Thu, 14 Jun 2012 12:45:54 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <4FD7B4AE.6030805@cupis.co.uk> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> <1339531138888-7579764.post@n2.nabble.com> <4FD7B4AE.6030805@cupis.co.uk> Message-ID: <1339703154568-7579871.post@n2.nabble.com> Hello Paul And if I change to the first server sip-1.netvoip.ch: freeswitch at internal> sofia_dig sip.netvoip.ch Preference Weight Transport Port Address ================================================================================ 1 0.100 udp 5060 62.65.137.113 1 0.100 udp 5060 62.65.137.114 everything works, so it seams to be a bug with a DNS Loadbalancing!? http://pastebin.freeswitch.org/19295 regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579871.html Sent from the freeswitch-users mailing list archive at Nabble.com. From kris at kriskinc.com Fri Jun 15 00:06:52 2012 From: kris at kriskinc.com (Kristian Kielhofner) Date: Thu, 14 Jun 2012 16:06:52 -0400 Subject: [Freeswitch-users] Blog post about SIP Message-ID: FreeSWITCHers, As some of you may have noticed I frequently comment on SIP-related FreeSWITCH posts. Long story short I decided to finally put some of these thoughts and experiences down in writing. What I ended up with is a 21 page (and counting) document describing various SIP header fields, SDP information, RTP issues, DTMF issues, NAT traversal technologies, interop headaches, etc. I wrote a little intro and linked to the document if any of you would like to check it out (link at the end of post): http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html Of course I'd appreciate any feedback you may have. What do you disagree with? Find a typo? Have burning SIP/RTP/SDP/T.38/codec questions you'd like to see me address? Should I get into more implementation (FreeSWITCH) specific issues? Let me know. Thanks! -- Kristian Kielhofner From jeff at jefflenk.com Fri Jun 15 00:54:14 2012 From: jeff at jefflenk.com (Jeff Lenk) Date: Thu, 14 Jun 2012 13:54:14 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339703154568-7579871.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> <1339531138888-7579764.post@n2.nabble.com> <4FD7B4AE.6030805@cupis.co.uk> <1339703154568-7579871.post@n2.nabble.com> Message-ID: <1339707254878-7579873.post@n2.nabble.com> Read this old thread. http://freeswitch-users.2379917.n2.nabble.com/Authorizations-when-using-DNS-SRV-bug-td3480547.html#a3480944 This is a configuration problem with dns on their side. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579873.html Sent from the freeswitch-users mailing list archive at Nabble.com. From gcd at i.ph Fri Jun 15 02:02:29 2012 From: gcd at i.ph (Nandy Dagondon) Date: Fri, 15 Jun 2012 06:02:29 +0800 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: References: Message-ID: hi Kristian, what a relief for me to browse your stuff. the RFC docs are daunting for me. this is a nice companion to the RFCs. now i can understand the SIP messages in FS much better. keep it up. i'll give u feedback whatever i see needs correction. and ... THANKS A LOT! -nandy On Fri, Jun 15, 2012 at 4:06 AM, Kristian Kielhofner wrote: > FreeSWITCHers, > > As some of you may have noticed I frequently comment on SIP-related > FreeSWITCH posts. Long story short I decided to finally put some of > these thoughts and experiences down in writing. What I ended up with > is a 21 page (and counting) document describing various SIP header > fields, SDP information, RTP issues, DTMF issues, NAT traversal > technologies, interop headaches, etc. > > I wrote a little intro and linked to the document if any of you > would like to check it out (link at the end of post): > > http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html > > Of course I'd appreciate any feedback you may have. What do you > disagree with? Find a typo? Have burning SIP/RTP/SDP/T.38/codec > questions you'd like to see me address? Should I get into more > implementation (FreeSWITCH) specific issues? Let me know. > > Thanks! > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/7a6b214e/attachment.html From curriegrad2004 at gmail.com Fri Jun 15 04:34:48 2012 From: curriegrad2004 at gmail.com (curriegrad2004) Date: Thu, 14 Jun 2012 17:34:48 -0700 Subject: [Freeswitch-users] Developers' Salon, sched_broadcast from FreeSWITCH-CN In-Reply-To: References: Message-ID: Only in Beijing right now? It would be nice if there was also an event in Hong Kong. A mini cluecon there is also a great idea there for people who are experiencing difficulties on obtaining visas for the USA. On Jun 14, 2012 8:54 AM, "Michael Collins" wrote: > Seven, > > Thanks for promoting FreeSWITCH in the Chinese community and in China > itself. I hope that everything goes well for you. Also, I believe the title > of the book you are writing is just fine. > > -MC > > On Thu, Jun 14, 2012 at 7:56 AM, Seven Du wrote: > >> All, >> >> Sorry I didn't promote as it's mainly targeted to the Chinese Community >> and it's the first Salon in China and we want to keep a low profile. >> >> I'm the creator and maintainer of FreeSWITCH-CN( >> http://www.freeswitch.org.cn ). We'll have a Salon at this Sunday (June >> 17th, UTC+8) afternoon in Beijing, China. >> >> >> http://www.freeswitch.org.cn/blog/past/2012/4/16/freeswitchcnzhong-wen-she-qu-2012shou-jie-kai-fa-zhe-sha-long/ >> >> >> According to http://freeswitch-cn.eventbrite.com/ , we have 56 registers >> till now and we do accept blind reg. >> >> It will be in a coffee bar and if anyone happens to drop by is welcome to >> have a cup of coffee. >> >> The Chinese Community is growing and I will can have more news to ClueCon. >> >> And I have one news now. I personally received the first donation a few >> days ago for the in-writing book: FreeSWITCH in Action (You won't use this >> name in the second edition of FS book, right? Michael :) ) , it's published >> on site using CC-BY-NC-ND. >> >> http://www.freeswitch.org.cn/document >> >> My aim of running the FreeSWITCH-CN community was to help Chinese >> speakers to learn FreeSWITCH. And I had put a Paypal donation button on and >> planed to donate back a percentage to the core developers but get nothing >> till now. >> >> I just figured out that there's basically no way for us legally >> collecting money in my country publicly. So I replaced the paypal donation >> to a guide link directly to freeswitch.org and if anyone donate with a >> remark of FreeSWITCH-CN it's probably from our community, or probably never. >> >> Anyway, I will use the first being-donated-money to buy a few things and >> will give out at the Salon, it's not that much, but it's something. And if >> there's future donations happens privately to me I will definitely happy to >> donate back to upstream. >> >> Ok, back to the Salon. I will report more here after the Salon and >> probably we could run a tiny ClueCon in China next year? >> >> >> >> Seven. >> >> -- >> About: http://about.me/dujinfang >> Blog: http://www.dujinfang.com >> Proj: http://www.freeswitch.org.cn >> >> Sent with Sparrow >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120614/b378e5c7/attachment-0001.html From dujinfang at gmail.com Fri Jun 15 04:59:16 2012 From: dujinfang at gmail.com (Seven Du) Date: Fri, 15 Jun 2012 08:59:16 +0800 Subject: [Freeswitch-users] Developers' Salon, sched_broadcast from FreeSWITCH-CN In-Reply-To: References: Message-ID: Only in Beijing right now and it's not targeted internationally right now. As it's our first try. We have some members in Shenzhen who are eager to come but can't due to long travel. Probable we could try Shenzhen next year. Hongkong is also a good idea but we need a host, seems the author of mod_say_zh is HK based so it is possible. Anyway, when we get more experience we could do sth. bigger and better. Thanks. On Friday, June 15, 2012 at 8:34 AM, curriegrad2004 wrote: > Only in Beijing right now? It would be nice if there was also an event in Hong Kong. > A mini cluecon there is also a great idea there for people who are experiencing difficulties on obtaining visas for the USA. > On Jun 14, 2012 8:54 AM, "Michael Collins" wrote: > > Seven, > > > > Thanks for promoting FreeSWITCH in the Chinese community and in China itself. I hope that everything goes well for you. Also, I believe the title of the book you are writing is just fine. > > > > -MC > > > > On Thu, Jun 14, 2012 at 7:56 AM, Seven Du wrote: > > > All, > > > > > > Sorry I didn't promote as it's mainly targeted to the Chinese Community and it's the first Salon in China and we want to keep a low profile. > > > > > > I'm the creator and maintainer of FreeSWITCH-CN(http://www.freeswitch.org.cn ). We'll have a Salon at this Sunday (June 17th, UTC+8) afternoon in Beijing, China. > > > > > > http://www.freeswitch.org.cn/blog/past/2012/4/16/freeswitchcnzhong-wen-she-qu-2012shou-jie-kai-fa-zhe-sha-long/ > > > > > > According to http://freeswitch-cn.eventbrite.com/ , we have 56 registers till now and we do accept blind reg. > > > > > > It will be in a coffee bar and if anyone happens to drop by is welcome to have a cup of coffee. > > > > > > The Chinese Community is growing and I will can have more news to ClueCon. > > > > > > And I have one news now. I personally received the first donation a few days ago for the in-writing book: FreeSWITCH in Action (You won't use this name in the second edition of FS book, right? Michael :) ) , it's published on site using CC-BY-NC-ND. > > > > > > http://www.freeswitch.org.cn/document > > > > > > My aim of running the FreeSWITCH-CN community was to help Chinese speakers to learn FreeSWITCH. And I had put a Paypal donation button on and planed to donate back a percentage to the core developers but get nothing till now. > > > > > > I just figured out that there's basically no way for us legally collecting money in my country publicly. So I replaced the paypal donation to a guide link directly to freeswitch.org (http://freeswitch.org) and if anyone donate with a remark of FreeSWITCH-CN it's probably from our community, or probably never. > > > > > > Anyway, I will use the first being-donated-money to buy a few things and will give out at the Salon, it's not that much, but it's something. And if there's future donations happens privately to me I will definitely happy to donate back to upstream. > > > > > > Ok, back to the Salon. I will report more here after the Salon and probably we could run a tiny ClueCon in China next year? > > > > > > > > > > > > Seven. > > > > > > -- > > > About: http://about.me/dujinfang > > > Blog: http://www.dujinfang.com > > > Proj: http://www.freeswitch.org.cn > > > > > > Sent with Sparrow (http://www.sparrowmailapp.com) > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://wiki.freeswitch.org > > > http://www.cluecon.com > > > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org (mailto:FreeSWITCH-users at lists.freeswitch.org) > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > http://www.freeswitch.org > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > Join Us At ClueCon - Aug 7-9, 2012 > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org (mailto:FreeSWITCH-users at lists.freeswitch.org) > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org (mailto:FreeSWITCH-users at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/d8086054/attachment.html From chris at opencsta.org Fri Jun 15 05:05:06 2012 From: chris at opencsta.org (Chris Mylonas) Date: Fri, 15 Jun 2012 11:05:06 +1000 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: References: Message-ID: <67350785-202E-47BA-9D04-B41581F22F71@opencsta.org> Hi Kristian, A similar thing happened on the apache-tapestry mailing list to Igor [1] He was writing a "Tapestry 5 In Action" book for Manning Publications and after the initial MEAP (early access program for enthusiastic readers!) it got cut because of the lack of numbers. He didn't have any trouble from Manning to take his existing work and go down the self-publishing route with lulu [2] - he's a pretty busy but friendly fellow. HTH, Chris [1] http://blog.tapestry5.de/index.php/news/ [2] http://www.lulu.com/ On 15/06/2012, at 6:06 AM, Kristian Kielhofner wrote: > FreeSWITCHers, > > As some of you may have noticed I frequently comment on SIP-related > FreeSWITCH posts. Long story short I decided to finally put some of > these thoughts and experiences down in writing. What I ended up with > is a 21 page (and counting) document describing various SIP header > fields, SDP information, RTP issues, DTMF issues, NAT traversal > technologies, interop headaches, etc. > > I wrote a little intro and linked to the document if any of you > would like to check it out (link at the end of post): > > http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html > > Of course I'd appreciate any feedback you may have. What do you > disagree with? Find a typo? Have burning SIP/RTP/SDP/T.38/codec > questions you'd like to see me address? Should I get into more > implementation (FreeSWITCH) specific issues? Let me know. > > Thanks! > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/c5235866/attachment.html From sipmaillist at gmail.com Fri Jun 15 07:53:07 2012 From: sipmaillist at gmail.com (Jakson Kalsson) Date: Fri, 15 Jun 2012 11:53:07 +0800 Subject: [Freeswitch-users] AMR and AMR-WB support Message-ID: Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the Freeswitch support these codecs and RFC4867 ? Also, any other Server/PBX which support AMR, AMR-WB recommended are welcome. Best regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/721173b7/attachment.html From unau0 at gmx.de Fri Jun 15 09:44:26 2012 From: unau0 at gmx.de (Mitja) Date: Fri, 15 Jun 2012 07:44:26 +0200 Subject: [Freeswitch-users] Where are my freetdm sip_headers? Message-ID: <4FDACBBA.5060302@gmx.de> Hello all, I'm have some problems with my freetdm module lately. To be more precise freetdm with ftmod_sangoma_isdn for ISDN handling. One of which is, that I cant get early media to be played in pre_answer state (aka progress_media). But I think I saw a Jira on that one, where I will try to get the information/contribute if possible. The other problem I have is that on an incoming call I cant reliably get the TON for displaying purpouses. Actually Display would be alright, but calling back the other side is just uncomfortable if your number is missing a leading 0. So I thought I just have to activate the sip_headers in autoloads/freetdm.conf.xml as described here: http://wiki.freeswitch.org/wiki/Mod_freetdm#Channel_Variables (actually right above) But when I call my info Application, I cant see any of the headers. freetdm.conf.xml: (I set the param sip_headers three times after several tries) Output of Info on incoming call: 2012-06-15 07:19:41.691799 [INFO] mod_dptools.c:1463 CHANNEL_DATA: Channel-State: [CS_EXECUTE] Channel-Call-State: [RINGING] Channel-State-Number: [4] Channel-Name: [FreeTDM/1:6/8001] Unique-ID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] Call-Direction: [inbound] Presence-Call-Direction: [inbound] Channel-HIT-Dialplan: [true] Channel-Call-UUID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] Answer-State: [ringing] Channel-Read-Codec-Name: [PCMA] Channel-Read-Codec-Rate: [8000] Channel-Read-Codec-Bit-Rate: [64000] Channel-Write-Codec-Name: [PCMA] Channel-Write-Codec-Rate: [8000] Channel-Write-Codec-Bit-Rate: [64000] Caller-Direction: [inbound] Caller-Username: [FreeTDM] Caller-Dialplan: [XML] Caller-Caller-ID-Number: [152532xxxxx] Caller-ANI: [152532xxxxx] Caller-Destination-Number: [8001] Caller-Unique-ID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] Caller-Source: [mod_freetdm] Caller-Context: [from_pstn] Caller-Channel-Name: [FreeTDM/1:6/8001] Caller-Profile-Index: [1] Caller-Profile-Created-Time: [1339737581650800] Caller-Channel-Created-Time: [1339737581650800] Caller-Channel-Answered-Time: [0] Caller-Channel-Progress-Time: [0] Caller-Channel-Progress-Media-Time: [0] Caller-Channel-Hangup-Time: [0] Caller-Channel-Transfer-Time: [0] Caller-Screen-Bit: [true] Caller-Privacy-Hide-Name: [false] Caller-Privacy-Hide-Number: [false] variable_direction: [inbound] variable_uuid: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] variable_session_id: [18] variable_read_codec: [PCMA] variable_read_rate: [8000] variable_write_codec: [PCMA] variable_write_rate: [8000] variable_channel_name: [FreeTDM/1:6/8001] variable_freetdm_span_name: [wp1] variable_freetdm_span_number: [1] variable_freetdm_chan_number: [6] variable_freetdm_bearer_capability: [0] variable_freetdm_bearer_layer1: [3] variable_freetdm_calling_party_category: [unknown] variable_screening_ind: [network-provided] variable_presentation_ind: [presentation-allowed] variable_call_uuid: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] variable_process_cdr: [false] variable_effective_caller_id_number: [0152532xxxxx] variable_et_first_dialed_ext: [8001] variable_absolute_codec_string: [PCMA] variable_continue_on_fail: [true] variable_hangup_after_bridge: [false] variable_nolocal:execute_on_ring: [hash insert/last_caller/8001/7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] variable_nolocal:ignore_display_updates: [true] variable_export_vars: [absolute_codec_string,nolocal:execute_on_ring,nolocal:ignore_display_updates] variable_record_session: [015253xxxxx.8001.2012-6-15-7-19-41.wav] variable_execute_on_answer: [lua pickup_group_cleanup.lua 7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] variable_api_hangup_hook: [lua pickup_group_cleanup.lua 7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] variable_current_application: [info] Am I overlooking something, is my ISDN knowledge just terrible or do I have to configure something another way round? Thanks in advance! Regards Mitja From unau0 at gmx.de Fri Jun 15 09:55:18 2012 From: unau0 at gmx.de (Mitja) Date: Fri, 15 Jun 2012 07:55:18 +0200 Subject: [Freeswitch-users] Where are my freetdm sip_headers? In-Reply-To: <4FDACBBA.5060302@gmx.de> References: <4FDACBBA.5060302@gmx.de> Message-ID: <4FDACE46.90905@gmx.de> Two pieces of information I forgot: freeswitch at xxx.xxx.xxx.xxx@internal> version FreeSWITCH Version 1.2.0-rc2 cat .git/refs/heads/master fc2bb00eb19edc245ae6e9bcdff814c07f1e603b from June 11th libsng_isdn version 7.20.2 Greetz Mitja > Hello all, > > I'm have some problems with my freetdm module lately. To be more > precise freetdm with ftmod_sangoma_isdn for ISDN handling. > > One of which is, that I cant get early media to be played in > pre_answer state (aka progress_media). But I think I saw a Jira on > that one, where I will try to get the information/contribute if possible. > > The other problem I have is that on an incoming call I cant reliably > get the TON for displaying purpouses. Actually Display would be > alright, but calling back the other side is just uncomfortable if your > number is missing a leading 0. > So I thought I just have to activate the sip_headers in > autoloads/freetdm.conf.xml as described here: > http://wiki.freeswitch.org/wiki/Mod_freetdm#Channel_Variables > (actually right above) > > But when I call my info Application, I cant see any of the headers. > > freetdm.conf.xml: (I set the param sip_headers three times after > several tries) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Output of Info on incoming call: > 2012-06-15 07:19:41.691799 [INFO] mod_dptools.c:1463 CHANNEL_DATA: > Channel-State: [CS_EXECUTE] > Channel-Call-State: [RINGING] > Channel-State-Number: [4] > Channel-Name: [FreeTDM/1:6/8001] > Unique-ID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > Call-Direction: [inbound] > Presence-Call-Direction: [inbound] > Channel-HIT-Dialplan: [true] > Channel-Call-UUID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > Answer-State: [ringing] > Channel-Read-Codec-Name: [PCMA] > Channel-Read-Codec-Rate: [8000] > Channel-Read-Codec-Bit-Rate: [64000] > Channel-Write-Codec-Name: [PCMA] > Channel-Write-Codec-Rate: [8000] > Channel-Write-Codec-Bit-Rate: [64000] > Caller-Direction: [inbound] > Caller-Username: [FreeTDM] > Caller-Dialplan: [XML] > Caller-Caller-ID-Number: [152532xxxxx] > Caller-ANI: [152532xxxxx] > Caller-Destination-Number: [8001] > Caller-Unique-ID: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > Caller-Source: [mod_freetdm] > Caller-Context: [from_pstn] > Caller-Channel-Name: [FreeTDM/1:6/8001] > Caller-Profile-Index: [1] > Caller-Profile-Created-Time: [1339737581650800] > Caller-Channel-Created-Time: [1339737581650800] > Caller-Channel-Answered-Time: [0] > Caller-Channel-Progress-Time: [0] > Caller-Channel-Progress-Media-Time: [0] > Caller-Channel-Hangup-Time: [0] > Caller-Channel-Transfer-Time: [0] > Caller-Screen-Bit: [true] > Caller-Privacy-Hide-Name: [false] > Caller-Privacy-Hide-Number: [false] > variable_direction: [inbound] > variable_uuid: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > variable_session_id: [18] > variable_read_codec: [PCMA] > variable_read_rate: [8000] > variable_write_codec: [PCMA] > variable_write_rate: [8000] > variable_channel_name: [FreeTDM/1:6/8001] > variable_freetdm_span_name: [wp1] > variable_freetdm_span_number: [1] > variable_freetdm_chan_number: [6] > variable_freetdm_bearer_capability: [0] > variable_freetdm_bearer_layer1: [3] > variable_freetdm_calling_party_category: [unknown] > variable_screening_ind: [network-provided] > variable_presentation_ind: [presentation-allowed] > variable_call_uuid: [7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > variable_process_cdr: [false] > variable_effective_caller_id_number: [0152532xxxxx] > variable_et_first_dialed_ext: [8001] > variable_absolute_codec_string: [PCMA] > variable_continue_on_fail: [true] > variable_hangup_after_bridge: [false] > variable_nolocal:execute_on_ring: [hash > insert/last_caller/8001/7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > variable_nolocal:ignore_display_updates: [true] > variable_export_vars: > [absolute_codec_string,nolocal:execute_on_ring,nolocal:ignore_display_updates] > variable_record_session: [015253xxxxx.8001.2012-6-15-7-19-41.wav] > variable_execute_on_answer: [lua pickup_group_cleanup.lua > 7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > variable_api_hangup_hook: [lua pickup_group_cleanup.lua > 7e1f9f6c-f5e3-42ac-9311-341d09dcb7be] > variable_current_application: [info] > > > Am I overlooking something, is my ISDN knowledge just terrible or do I > have to configure something another way round? > > Thanks in advance! > > Regards > Mitja > From jaasmailing at gmail.com Fri Jun 15 14:09:24 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Fri, 15 Jun 2012 12:09:24 +0200 Subject: [Freeswitch-users] BYE authentication problem Message-ID: <4FDB09D4.4050703@gmail.com> Hello, my FS has a trunk with an openser: FS -> openser (sip.test.com - 1.2.3.4) -> cisco gateway I have configured a gateway with this sip proxy / realm and I have a problem with BYE. When I call from PSTN (cisco gateway) to FS, the cisco device set a realm "1.2.3.4" and openser ask for authentication, while FS tell: 2012-06-14 14:23:44.018150 [ERR] sofia_reg.c:2160 Cannot locate any authentication credentials to complete an authentication request for realm '"1.2.3.4"' I know that FS asks that realm configured in the gateway section (sip.test.com) should match the realm in the challenge packet from the other device (that instead is 1.2.3.4), but the Reverse DNS of 1.2.3.4 is sip.test.com (and viceversa). Should FS respond to the challenge packet? How can I solve this problem? Best Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/8b21f15f/attachment.html From awais-nazeer at hotmail.com Fri Jun 15 17:17:04 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Fri, 15 Jun 2012 18:17:04 +0500 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Message-ID: Hi I am trying to use following context to get failover gateways working if call on first gateway fails , call connection is attempted on second gateway but FS is writing only one CDR.How can it write CDR on every bridge attempt. BR --waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/1de0e036/attachment.html From ocset at the800group.com Fri Jun 15 17:12:56 2012 From: ocset at the800group.com (ocset) Date: Fri, 15 Jun 2012 21:12:56 +0800 Subject: [Freeswitch-users] Best place to set variables? Message-ID: <4FDB34D8.1040208@the800group.com> Hi In the FreeSWITCH-Cookbook, there is the following example Is there any reason why the "ignore_early_media=true" was not set before the bridge commands as is done with the "continue_on_fail" and "hangup_after_bridge" variables? Example: Thanks O From ocset at the800group.com Fri Jun 15 17:40:14 2012 From: ocset at the800group.com (ocset) Date: Fri, 15 Jun 2012 21:40:14 +0800 Subject: [Freeswitch-users] No dial-tone on Siemens C610 Message-ID: <4FDB3B3E.6060300@the800group.com> Hi I have deployed 3 cordless Siemens C610 phones on FS and was very surprised that there is no dial-tone when a user makes a call. The users hears a sound similar to an engage signal while FS makes the connection, followed by the sound of the phone ringing once the connection is established. (hope that makes sense). Siemens reckons that is the way their phones behave. Is there a way for FS to simulate a dial-tone while the user waits for the other parties phone to start ringing? Thanks O From avi at avimarcus.net Fri Jun 15 17:47:21 2012 From: avi at avimarcus.net (Avi Marcus) Date: Fri, 15 Jun 2012 16:47:21 +0300 Subject: [Freeswitch-users] Best place to set variables? In-Reply-To: <4FDB34D8.1040208@the800group.com> References: <4FDB34D8.1040208@the800group.com> Message-ID: Short answer: some variables are for the A leg, and some are for the B leg. The two in their own set tags are for the A leg's execution of the bridge.. whether it should keep trying or not. The one inside the bridge is specific to that leg and bridge attempt of how it should behave. Perhaps someone wants to give the longer answer, but I don't have time right now. -Avi On Fri, Jun 15, 2012 at 4:12 PM, ocset wrote: > Hi > > In the FreeSWITCH-Cookbook, there is the following example > > > > > > data={ignore_early_media=true}sofia/internal/userA at local.pbx.com"/> > data={ignore_early_media=true}sofia/internal/userB at local.pbx.com"/> > > > > Is there any reason why the "ignore_early_media=true" was not set before > the bridge commands as is done with the "continue_on_fail" ?and > "hangup_after_bridge" variables? > > Example: > > > > > > > > > > > > Thanks > O > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 avi at avimarcus.net Fri Jun 15 17:51:09 2012 From: avi at avimarcus.net (Avi Marcus) Date: Fri, 15 Jun 2012 16:51:09 +0300 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful In-Reply-To: References: Message-ID: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > ??? > ??? data="sofia/local_profile/1111 at example1.company.com" /> > ??? data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 eduardonunesp at gmail.com Fri Jun 15 18:00:24 2012 From: eduardonunesp at gmail.com (Eduardo Nunes Pereira) Date: Fri, 15 Jun 2012 11:00:24 -0300 Subject: [Freeswitch-users] Multiple ring with mod_fifo Message-ID: <61FED3F76A9C483D8D3DD63E73587029@gmail.com> Hi, folks I have two members in my fifo, and i want to ring the two members when a call comes into fifo, so i had tried many ways to accomplish, but no success, my fifo file conf is: {call_timeout=30,fifo_member_wait=wait}user/2001@$${domain} {call_timeout=30,fifo_member_wait=wait}user/1000@$${domain} I have tried put simo="2", but nothing, sorry my limited idea of fifo, is possible to ring multiple phones registered in the fifo ? -- Eduardo Nunes Pereira skype: eduardonunesp msn: eduardonunesp http://about.me/eduardonunesp -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/844857d2/attachment.html From fvillarroel at yahoo.com Fri Jun 15 18:22:02 2012 From: fvillarroel at yahoo.com (FERNANDO VILLARROEL) Date: Fri, 15 Jun 2012 07:22:02 -0700 (PDT) Subject: [Freeswitch-users] setup variable Message-ID: <1339770122.54258.YahooMailClassic@web160301.mail.bf1.yahoo.com> I need setup some variable like foo to my cdr from lcr : My lcr.conf.xml
The log show : mod_dptools.c:1294 sofia/internal/1004 at 192.168.1.108 SET [foo]=[UNDEF] So how i can get the value of the variable "foo" and set for my CDR? Regards. From ocset at the800group.com Fri Jun 15 18:30:52 2012 From: ocset at the800group.com (ocset) Date: Fri, 15 Jun 2012 22:30:52 +0800 Subject: [Freeswitch-users] Best place to set variables? In-Reply-To: References: <4FDB34D8.1040208@the800group.com> Message-ID: <4FDB471C.8080306@the800group.com> Thanks for your answer. What you are saying is that the "continue_on_fail=true" and "hangup_after_bridge=true" variables are set back to their default values in the"B" leg of the dailplan. I thought the variable that are set would persist for the whole section. Regards O On 15/06/12 21:47, Avi Marcus wrote: > Short answer: some variables are for the A leg, and some are for the B leg. > The two in their own set tags are for the A leg's execution of the > bridge.. whether it should keep trying or not. > The one inside the bridge is specific to that leg and bridge attempt > of how it should behave. > > Perhaps someone wants to give the longer answer, but I don't have time > right now. > > -Avi > > > On Fri, Jun 15, 2012 at 4:12 PM, ocset wrote: >> Hi >> >> In the FreeSWITCH-Cookbook, there is the following example >> >> >> >> >> >> > data={ignore_early_media=true}sofia/internal/userA at local.pbx.com"/> >> > data={ignore_early_media=true}sofia/internal/userB at local.pbx.com"/> >> >> >> >> Is there any reason why the "ignore_early_media=true" was not set before >> the bridge commands as is done with the "continue_on_fail" and >> "hangup_after_bridge" variables? >> >> Example: >> >> >> >> >> >> >> >> >> >> >> >> Thanks >> O >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 avi at avimarcus.net Fri Jun 15 18:40:49 2012 From: avi at avimarcus.net (Avi Marcus) Date: Fri, 15 Jun 2012 17:40:49 +0300 Subject: [Freeswitch-users] Best place to set variables? In-Reply-To: <4FDB471C.8080306@the800group.com> References: <4FDB34D8.1040208@the800group.com> <4FDB471C.8080306@the800group.com> Message-ID: No. They do persist for the whole just they aren't necessarily checked by each bridge line. -Avi On Fri, Jun 15, 2012 at 5:30 PM, ocset wrote: > Thanks for your answer. > > What you are saying is that the "continue_on_fail=true" and > "hangup_after_bridge=true" variables are set back to their default > values in the"B" leg of the dailplan. I thought the variable that are > set would persist for the whole section. > > Regards > O > > On 15/06/12 21:47, Avi Marcus wrote: >> Short answer: some variables are for the A leg, and some are for the B leg. >> The two in their own set tags are for the A leg's execution of the >> bridge.. whether it should keep trying or not. >> The one inside the bridge is specific to that leg and bridge attempt >> of how it should behave. >> >> Perhaps someone wants to give the longer answer, but I don't have time >> right now. >> >> -Avi >> >> >> On Fri, Jun 15, 2012 at 4:12 PM, ocset ?wrote: >>> Hi >>> >>> In the FreeSWITCH-Cookbook, there is the following example >>> >>> >>> >>> >>> >>> >> data={ignore_early_media=true}sofia/internal/userA at local.pbx.com"/> >>> >> data={ignore_early_media=true}sofia/internal/userB at local.pbx.com"/> >>> >>> >>> >>> Is there any reason why the "ignore_early_media=true" was not set before >>> the bridge commands as is done with the "continue_on_fail" ?and >>> "hangup_after_bridge" variables? >>> >>> Example: >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> Thanks >>> O >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 gmaruzz at gmail.com Fri Jun 15 18:48:52 2012 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 15 Jun 2012 16:48:52 +0200 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: References: Message-ID: On Thu, Jun 14, 2012 at 10:06 PM, Kristian Kielhofner wrote: > FreeSWITCHers, > > > ?I wrote a little intro and linked to the document if any of you > would like to check it out (link at the end of post): > > http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html > Hi Kristian, you're a gifted writer! Lot of fun actually. More, more ! Looking forward to "Son of SIP", "SIP Strikes Back", "Revenge of the SIP", ... -giovanni > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 From curriegrad2004 at gmail.com Fri Jun 15 19:43:41 2012 From: curriegrad2004 at gmail.com (curriegrad2004) Date: Fri, 15 Jun 2012 08:43:41 -0700 Subject: [Freeswitch-users] AMR and AMR-WB support In-Reply-To: References: Message-ID: FreeSWITCH supports amr in passthrough mode only. Not sure about the rfc 4867 part. On Jun 14, 2012 8:54 PM, "Jakson Kalsson" wrote: > Hi all, I have a project for the 3G related, AMR and AMR-WB support. > > I'm using the client develop suite from the PortSIP(http://www.portsip.com), > as their said > support the AMR, AMR-WB with RFC4867. > > Now I have to setup a SIP server/SIP PBX in our Lab for test, does the > Freeswitch > support these codecs and RFC4867 ? > > Also, any other Server/PBX which support AMR, AMR-WB recommended are > welcome. > > > Best regards, > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/7a8e2f00/attachment-0001.html From curriegrad2004 at gmail.com Fri Jun 15 19:47:12 2012 From: curriegrad2004 at gmail.com (curriegrad2004) Date: Fri, 15 Jun 2012 08:47:12 -0700 Subject: [Freeswitch-users] No dial-tone on Siemens C610 In-Reply-To: <4FDB3B3E.6060300@the800group.com> References: <4FDB3B3E.6060300@the800group.com> Message-ID: You could solve this problem by making the Siemens phone behave like an automatic ring down phone by making it dial an extension that simulates a dial tone. Look in the default dialplan, under the features context for such example. On Jun 15, 2012 6:41 AM, "ocset" wrote: > Hi > > I have deployed 3 cordless Siemens C610 phones on FS and was very > surprised that there is no dial-tone when a user makes a call. The users > hears a sound similar to an engage signal while FS makes the connection, > followed by the sound of the phone ringing once the connection is > established. (hope that makes sense). > > Siemens reckons that is the way their phones behave. Is there a way for > FS to simulate a dial-tone while the user waits for the other parties > phone to start ringing? > > Thanks > O > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/85c4c0ba/attachment.html From Peter.Stevens at bbc.co.uk Fri Jun 15 20:19:57 2012 From: Peter.Stevens at bbc.co.uk (Peter Stevens) Date: Fri, 15 Jun 2012 17:19:57 +0100 Subject: [Freeswitch-users] Problem passing and playing audio files into a conference Message-ID: <9B08C5DC53DDB7468007DE57C9FAF49DC89CB7@bbcxues30.national.core.bbc.co.uk> Hi all, I hope that someone can help with solving the following problem. I have tried using the example code at the bottom of http://wiki.freeswitch.org/wiki/Mod_conference page, but stripped back to not record (so as to limit the number of possible problems) but just to play back selected wav files. Q: How to create a dialplan to have callers speak their name before joining the conference and announce that to other participants when they join? This is the code I'm using...having added a couple of delays Using this line, instead of the original: with the () brackets as shown at least set the res ok, i.e. I didn't get this error message: EXECUTE sofia/nat/1101 at DOMAIN set(res=) 2012-06-14 09:56:47.493255 [DEBUG] mod_dptools.c:748 sofia/nat/1101 at DOMAIN SET [res]=[UNDEF] (note that I have removed the domain name and replaced it with DOMAIN in these messages) but got this instead: 2012-06-15 16:24:55.713235 [DEBUG] switch_scheduler.c:214 Added task 6 sched_api_function (none) to run at 1339773897 EXECUTE sofia/nat/1209 at DOMAIN set(res=+OK Added: 6) 2012-06-15 16:24:55.713235 [DEBUG] mod_dptools.c:748 sofia/nat/1209 at DOMAIN SET [res]=[+OK Added: 6] which appears to be some improvement! As before the call got transferred to the conference, but didn't run the additional audio clips specified in the action application set up line shown above and then ran the hold music. Instead I got the following invalid file format error message from file_string: 2012-06-15 16:24:57.481975 [ERR] switch_core_file.c:71 Invalid file format [file_string] for [/opt/freeswitch/sounds/en/us/callie/conference/8000/conf-welcome.wav!/o pt/freeswitch/sounds/en/us/callie/conference/8000/conf-has_joined.wav]! 2012-06-15 16:24:57.481975 [DEBUG] mod_commands.c:2391 Command conference(3000-132.185.142.18 play file_string:///opt/freeswitch/sounds/en/us/callie/conference/8000/conf-w elcome.wav!/opt/freeswitch/sounds/en/us/callie/conference/8000/conf-has_ joined.wav): (play) File: file_string:///opt/freeswitch/sounds/en/us/callie/conference/8000/conf-w elcome.wav!/opt/freeswitch/sounds/en/us/callie/conference/8000/conf-has_ joined.wav not found. 2012-06-15 16:24:57.481975 [DEBUG] switch_scheduler.c:138 Deleting task 6 sched_api_function (none) 2012-06-15 16:24:59.473199 [DEBUG] mod_local_stream.c:346 Opening Stream [moh/8000] 8000hz The two particular audio files conf-welcome.wav and conf-has_joined.wav do exist at the specified location. >From what I have seen on various posts in the lists, the file_stream syntax seems to be correct, so what might the problem be parsing and playing these files once into the conference? Thanks for any help Peter http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. From jeremyc at ssimicro.com Fri Jun 15 20:39:27 2012 From: jeremyc at ssimicro.com (Jeremy Childs) Date: Fri, 15 Jun 2012 10:39:27 -0600 Subject: [Freeswitch-users] Painted into a corner: outbound-codec-prefs, late negotiation, and inherit codec Message-ID: <4FDB653F.6030000@ssimicro.com> A quick introduction to what I'm trying to do: I have two SIP profiles, "internal" (port 5060) and "offpremise" (port 5070). Both of these profiles are recording registrations to the same registration db, so they can be reached by user/nnn. When a device leaves the local LAN and heads out into the field, firewall port translation maps port 5060 to 5070, so FS "knows" the extension is now off-premise. All profiles on the box are set to inbound-late-negotiation and inherit-codec, to reduce transcoding. What I would like to do is set a very restrictive list of codecs on the "offpremise" profile, so that an exension registered to "offpremise" only sees a set of low-bandwidth codecs. To facilitate this, I have set outbound-codec-prefs on the profile. After much testing, I have determined that "outbound-codec-prefs" in this configuration ends up ADDING codecs to the offer, and will not remove any codecs offered by the A-leg. Interestingly, inbound-codec-prefs seems to remove codec from the A-leg offer. So, my question: is there any way of restricting the list of codecs offered on the B-leg using the profile configuration (and not from within the dialplan)? If there is any answer at all, I'd suspect it's one of the following: * a global setting that changes the behavior of outbound-codec-prefs to be restrictive, instead of additive (the source doesn't seem to suggest this) * a way to set absolute_codec_string (or other variables) from within the profile itself * a way to set a variable (again, likely absolute_code_string) to the registration instance so the codec list can be explicitly specified * any other far-out ideas for accomplishing this kind of seamless "roaming" Any ideas or hints greatly appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/67f10139/attachment.html From sdevoy at bizfocused.com Fri Jun 15 20:39:59 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 15 Jun 2012 12:39:59 -0400 Subject: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution Message-ID: <02cb01cd4b15$815462c0$83fd2840$@bizfocused.com> HI All, I have a user that wants all DID calls to go to the receptionist . BUT if she is unavailable or ON THE PHONE then go to a sequential or parallel hunt. The full request is basically ring ext 300, if unanswered in 5 seconds CONTINUE ringing 300, but add in the other extensions. At first call intercept seemed like a great choice, but if the receptionist in on a call her phone does not "ring" so nobody knows to pick it up. I was thinking to receptionist with timeout of 5, then s and get a dial tone. Does anyone have any clever ideas? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/f064eb44/attachment.html From patrick at sunsus.net Fri Jun 15 21:23:02 2012 From: patrick at sunsus.net (sunsus) Date: Fri, 15 Jun 2012 10:23:02 -0700 (PDT) Subject: [Freeswitch-users] FreeSWITCH and netvoip.ch 304 Unauthorized In-Reply-To: <1339707254878-7579873.post@n2.nabble.com> References: <1339334863709-7579670.post@n2.nabble.com> <1339524483645-7579753.post@n2.nabble.com> <1339526433720-7579758.post@n2.nabble.com> <4FD7962E.9070401@cupis.co.uk> <1339531138888-7579764.post@n2.nabble.com> <4FD7B4AE.6030805@cupis.co.uk> <1339703154568-7579871.post@n2.nabble.com> <1339707254878-7579873.post@n2.nabble.com> Message-ID: <1339780982533-7579899.post@n2.nabble.com> Hello Jeff Thanks for the information, thats what I searched for. Now I know it's not a bug, but a provider problem. regards Patrick -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-and-netvoip-ch-401-Unauthorized-tp7579670p7579899.html Sent from the freeswitch-users mailing list archive at Nabble.com. From freeswitch at zoho.com Fri Jun 15 21:24:35 2012 From: freeswitch at zoho.com (dingdong) Date: Fri, 15 Jun 2012 10:24:35 -0700 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: References: Message-ID: <137f12cd230.5442606051204082350.2378772053723064798@zoho.com> very nice and helpful,and yes,it would really be more useful if somehow related to how does FS do SIP. Thanks ---- On Thu, 14 Jun 2012 13:06:52 -0700 Kristian Kielhofner <kris at kriskinc.com> wrote ---- FreeSWITCHers, As some of you may have noticed I frequently comment on SIP-related FreeSWITCH posts. Long story short I decided to finally put some of these thoughts and experiences down in writing. What I ended up with is a 21 page (and counting) document describing various SIP header fields, SDP information, RTP issues, DTMF issues, NAT traversal technologies, interop headaches, etc. I wrote a little intro and linked to the document if any of you would like to check it out (link at the end of post): http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html Of course I'd appreciate any feedback you may have. What do you disagree with? Find a typo? Have burning SIP/RTP/SDP/T.38/codec questions you'd like to see me address? Should I get into more implementation (FreeSWITCH) specific issues? Let me know. Thanks! -- Kristian Kielhofner _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/c539c819/attachment-0001.html From brian.meaney at bsb.ie Fri Jun 15 21:08:00 2012 From: brian.meaney at bsb.ie (Bobthebeat) Date: Fri, 15 Jun 2012 10:08:00 -0700 (PDT) Subject: [Freeswitch-users] Conference Caller Announce Message-ID: <1339780080974-7579898.post@n2.nabble.com> Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Conference-Caller-Announce-tp7579898.html Sent from the freeswitch-users mailing list archive at Nabble.com. From msc at freeswitch.org Fri Jun 15 21:42:53 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 15 Jun 2012 10:42:53 -0700 Subject: [Freeswitch-users] Conference Caller Announce In-Reply-To: <1339780080974-7579898.post@n2.nabble.com> References: <1339780080974-7579898.post@n2.nabble.com> Message-ID: As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat wrote: > Hi Folks, > > brand new Freeswitch user here. > > I have modified the example shown on the mod_conference > (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own > deployment. > > I am attempting to have a user record his name, then have this recording > announced on joining the conference, but I am struggling. Here is my > dialplan entry:- > > > > > > inline="true"/> > > > > > data="voicemail/vm-record_name1.wav"/> > > > data="ivr/ivr-call_being_transferred.wav"/> > > > > > > The call connects and I am prompted to record, then I am notified of the > imminent transfer, but it bombs out here. Sophia output reads > > Command conference($1-192.168.3.178 at conference_2 play > > file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): > Conference $1-192.168.3.178 at conference_2 not found > > I can dial into the conference without issues when I disregard the 'Set' > expression and just dial the conference directly. > > Can anybody point me in the right direction? > Thank you very much, > B > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/Conference-Caller-Announce-tp7579898.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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/963d29bc/attachment.html From drk at drkngs.net Fri Jun 15 21:48:06 2012 From: drk at drkngs.net (Dave R. Kompel) Date: Fri, 15 Jun 2012 10:48:06 -0700 Subject: [Freeswitch-users] =?iso-8859-1?q?Best_place_to_set_variables=3F?= In-Reply-To: Message-ID: <20120615174806.216e9027@mail.tritonwest.net> Once a variable is set on a session (one leg) it presists till it's either "unset" or changed. Variables really don't have "default" values, there are just default ways that things work if the variables are not present. With that said you should only have to set variables like "hangup_after_bridge" and so on, only once on the A leg. The confusing part is what leg to set them on. The easiest way to figure that out, is to see how FS uses it. For example "hangup_after_bridge" is used by the Bridge application (actually in switch_ivr_bridge), so because it's an parameter that tells the bridge how to work, it needs to be set on the A leg. The bridge function connects two legs togetther, and the A leg is the one calling it. Other variables, the ones used for call origination, for example "origination_uuuid" are used to control how an outbound channel origiates the call. They could be used in the originate API call, with NO other leg preseent. If you are using them in a Bridge, then you must either set them on the B-Leg, or "export" them so that all new B-Legs created from the current, get those variables "cloned" to them. So in the case that you have more then one "Bridge" inside a condition, any variables you set with "set" will be there for each following bridge, however the ones you set in the channel of the bridge, the ones in the "[]" will not be there for the next ones. Becuase if the bridge fails, the B-Leg for that bridge is gone. --Dave _____ From: Avi Marcus [mailto:avi at avimarcus.net] To: FreeSWITCH Users Help [mailto:freeswitch-users at lists.freeswitch.org] Sent: Fri, 15 Jun 2012 07:40:49 -0700 Subject: Re: [Freeswitch-users] Best place to set variables? No. They do persist for the whole just they aren't necessarily checked by each bridge line. -Avi On Fri, Jun 15, 2012 at 5:30 PM, ocset wrote: > Thanks for your answer. > > What you are saying is that the "continue_on_fail=true" and > "hangup_after_bridge=true" variables are set back to their default > values in the"B" leg of the dailplan. I thought the variable that are > set would persist for the whole section. > > Regards > O > > On 15/06/12 21:47, Avi Marcus wrote: >> Short answer: some variables are for the A leg, and some are for the B leg. >> The two in their own set tags are for the A leg's execution of the >> bridge.. whether it should keep trying or not. >> The one inside the bridge is specific to that leg and bridge attempt >> of how it should behave. >> >> Perhaps someone wants to give the longer answer, but I don't have time >> right now. >> >> -Avi >> >> >> On Fri, Jun 15, 2012 at 4:12 PM, ocset wrote: >>> Hi >>> >>> In the FreeSWITCH-Cookbook, there is the following example >>> >>> >>> >>> >>> >>> >> data={ignore_early_media=true}sofia/internal/userA at local.pbx.com"/> >>> >> data={ignore_early_media=true}sofia/internal/userB at local.pbx.com"/> >>> >>> >>> >>> Is there any reason why the "ignore_early_media=true" was not set before >>> the bridge commands as is done with the "continue_on_fail" and >>> "hangup_after_bridge" variables? >>> >>> Example: >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> Thanks >>> O >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> Join Us At ClueCon - Aug 7-9, 2012 >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/ee3b5797/attachment-0001.html From msc at freeswitch.org Fri Jun 15 21:53:45 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 15 Jun 2012 10:53:45 -0700 Subject: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution In-Reply-To: <02cb01cd4b15$815462c0$83fd2840$@bizfocused.com> References: <02cb01cd4b15$815462c0$83fd2840$@bizfocused.com> Message-ID: I think you probably need this: http://wiki.freeswitch.org/wiki/Channel_Variables#leg_delay_start Just do a single bridge, and use the leg_delay_start variable to "delay" the leg(s) that need to start ringing 5 seconds later. -MC On Fri, Jun 15, 2012 at 9:39 AM, Sean Devoy wrote: > HI All,**** > > ** ** > > I have a user that wants all DID calls to go to the receptionist ? BUT if > she is unavailable or ON THE PHONE then go to a sequential or parallel > hunt. The full request is basically ring ext 300, if unanswered in 5 > seconds CONTINUE ringing 300, but add in the other extensions. At first > call intercept seemed like a great choice, but if the receptionist in on a > call her phone does not ?ring? so nobody knows to pick it up.**** > > ** ** > > I was thinking to receptionist with timeout of 5, then to all including receptionist. However, I am concerned that she may try to > answer BETWEEN to the s and get a dial tone.**** > > ** ** > > Does anyone have any clever ideas?**** > > ** ** > > Thanks,**** > > Sean**** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/cca657ef/attachment.html From brian.meaney at BSB.IE Fri Jun 15 22:21:47 2012 From: brian.meaney at BSB.IE (Brian Meaney) Date: Fri, 15 Jun 2012 19:21:47 +0100 Subject: [Freeswitch-users] Conference Caller Announce In-Reply-To: References: <1339780080974-7579898.post@n2.nabble.com> Message-ID: <6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> Hi and thanks for your response. I altered the expression to include parentheses, and the number is successfully picked up. I also attempted to simplify the 'res' expression by using $1-{domain} However, it still wont connect to the conference. Sophia output is now:- 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command conference(35319017881-192.168.3.178 play file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): Conference 35319017881-192.168.3.178 not found Its clear my issue is now with how the 'res' statement should be formed. I now have:- How should I construct the statement such that it connects the caller to the conference named conference_2 ? Should I even be referencing the conference name, seeing as I already have the expression matching in place earlier in the definition? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 18:43 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat > wrote: Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Conference-Caller-Announce-tp7579898.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://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/af96eca1/attachment.html From sdevoy at bizfocused.com Fri Jun 15 22:56:27 2012 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 15 Jun 2012 14:56:27 -0400 Subject: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution In-Reply-To: References: <02cb01cd4b15$815462c0$83fd2840$@bizfocused.com> Message-ID: <03cd01cd4b28$91eebe10$b5cc3a30$@bizfocused.com> Perfect thank you. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Friday, June 15, 2012 1:54 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution I think you probably need this: http://wiki.freeswitch.org/wiki/Channel_Variables#leg_delay_start Just do a single bridge, and use the leg_delay_start variable to "delay" the leg(s) that need to start ringing 5 seconds later. -MC On Fri, Jun 15, 2012 at 9:39 AM, Sean Devoy wrote: HI All, I have a user that wants all DID calls to go to the receptionist . BUT if she is unavailable or ON THE PHONE then go to a sequential or parallel hunt. The full request is basically ring ext 300, if unanswered in 5 seconds CONTINUE ringing 300, but add in the other extensions. At first call intercept seemed like a great choice, but if the receptionist in on a call her phone does not "ring" so nobody knows to pick it up. I was thinking to receptionist with timeout of 5, then s and get a dial tone. Does anyone have any clever ideas? Thanks, Sean _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/6668726e/attachment-0001.html From yungwei at resolvity.com Sat Jun 16 00:55:50 2012 From: yungwei at resolvity.com (Yungwei Chen) Date: Fri, 15 Jun 2012 16:55:50 -0400 Subject: [Freeswitch-users] Having trouble calling a 4-agent queue (the 4th agent never gets called) Message-ID: <33095823FD21DF429B481B5163264B799E8D0DDC93@VMBX102.ihostexchange.net> Hi, I am trying to test routing calls to a queue with 4 agents using mod_callcenter. Here're the settings. * the contact of each agent is set to {leg_timeout=22}sofia/gateway/p1/12341234 (a phone number that will never be answered) * the max-wait-time of the queue is set to 88 seconds (22 * 4) * the strategy of the queue is set to sequentially-by-agent-order * each agent is assigned a unique position * the status of each agent is Available The problem is that mod_callcenter doesn't try to reach the 4th agent for some reason. If the max-wait-time of the queue is set to 98 seconds, the 4th agent will still be ignored and the first agent will be called twice (it starts over). Any ideas why? Thanks. From msc at freeswitch.org Sat Jun 16 01:59:32 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 15 Jun 2012 14:59:32 -0700 Subject: [Freeswitch-users] Conference Caller Announce In-Reply-To: <6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> References: <1339780080974-7579898.post@n2.nabble.com> <6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> Message-ID: Show us the dialplan code where you put the caller into the conference. -MC On Fri, Jun 15, 2012 at 11:21 AM, Brian Meaney wrote: > Hi and thanks for your response. I altered the expression to include > parentheses, and the number is successfully picked up. I also attempted to > simplify the ?res? expression by using $1-{domain} > However, it still wont connect to the conference. Sophia output is now:-** > ** > > ** ** > > 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command > conference(35319017881-192.168.3.178 play > file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): > **** > > Conference 35319017881-192.168.3.178 not found**** > > ** ** > > Its clear my issue is now with how the ?res? statement should be formed. I > now have:-**** > > ** ** > > **** > > ** ** > > How should I construct the statement such that it connects the caller to > the conference named conference_2 ? Should I even be referencing the > conference name, seeing as I already have the expression matching in place > earlier in the definition?**** > > ** ** > > **** > > ** ** > > **** > > ** ** > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Michael > Collins > *Sent:* 15 June 2012 18:43 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Conference Caller Announce**** > > ** ** > > As best I can tell it looks like this line is the problem: > > > You need to wrap the capture value in parens like this: > > > That should make $1 have something useful in it. > > -MC**** > > On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat wrote:* > *** > > Hi Folks, > > brand new Freeswitch user here. > > I have modified the example shown on the mod_conference > (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own > deployment. > > I am attempting to have a user record his name, then have this recording > announced on joining the conference, but I am struggling. Here is my > dialplan entry:- > > > > > > inline="true"/> > > > > > data="voicemail/vm-record_name1.wav"/> > > > data="ivr/ivr-call_being_transferred.wav"/> > > > > > > The call connects and I am prompted to record, then I am notified of the > imminent transfer, but it bombs out here. Sophia output reads > > Command conference($1-192.168.3.178 at conference_2 play > > file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): > Conference $1-192.168.3.178 at conference_2 not found > > I can dial into the conference without issues when I disregard the 'Set' > expression and just dial the conference directly. > > Can anybody point me in the right direction? > Thank you very much, > B > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/20e7d2e2/attachment.html From mario_fs at mgtech.com Sat Jun 16 02:26:31 2012 From: mario_fs at mgtech.com (Mario G) Date: Fri, 15 Jun 2012 15:26:31 -0700 Subject: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution In-Reply-To: <03cd01cd4b28$91eebe10$b5cc3a30$@bizfocused.com> References: <02cb01cd4b15$815462c0$83fd2840$@bizfocused.com> <03cd01cd4b28$91eebe10$b5cc3a30$@bizfocused.com> Message-ID: <52841C4F-9F75-4768-956D-8511A752391D@mgtech.com> Wish I had know about this in 2010. But... I also have a need to change the phones ringtone after the leg_delay. I bridge/ring extensions for 20 seconds, the run the export below, then bridge to all extensions again and add 2 cell phones. The changing ringtone let's us know the cells are now being called. I DO have the problem where if a call is picked up at the instant between bridges they have to hang up to get ringing to answer. So the leg_delay works, but would love to know if there is a way to change a phones ring without performing a second bridge. Thanks. Mario G On Jun 15, 2012, at 11:56 AM, Sean Devoy wrote: > Perfect thank you. > > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins > Sent: Friday, June 15, 2012 1:54 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] A request from a user seeking a Unique Dial Plan Solution > > I think you probably need this: > http://wiki.freeswitch.org/wiki/Channel_Variables#leg_delay_start > > Just do a single bridge, and use the leg_delay_start variable to "delay" the leg(s) that need to start ringing 5 seconds later. > > -MC > > On Fri, Jun 15, 2012 at 9:39 AM, Sean Devoy wrote: > HI All, > > I have a user that wants all DID calls to go to the receptionist ? BUT if she is unavailable or ON THE PHONE then go to a sequential or parallel hunt. The full request is basically ring ext 300, if unanswered in 5 seconds CONTINUE ringing 300, but add in the other extensions. At first call intercept seemed like a great choice, but if the receptionist in on a call her phone does not ?ring? so nobody knows to pick it up. > > I was thinking to receptionist with timeout of 5, then s and get a dial tone. > > Does anyone have any clever ideas? > > Thanks, > Sean > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120615/620e5c93/attachment-0001.html From esander83 at hushmail.com Sat Jun 16 04:06:45 2012 From: esander83 at hushmail.com (Eric Sander) Date: Fri, 15 Jun 2012 19:06:45 -0500 Subject: [Freeswitch-users] =?utf-8?q?Does_mod=5Ffifo_not_take_in=09effect?= =?utf-8?q?ive=5Fcaller=5Fid=5Fname=3F?= Message-ID: <20120616000645.DCB4014DBD8@smtp.hushmail.com> Any body know if effective_caller_id_name can be passed on to modfifo. Read the wiki on it and there's no info. This would be a helpful feature to include as other parts of FS use this to display info. thanks eric_s On Thursday, June 14, 2012 at 6:35 AM, Andrew Cassidy wrote: > >mod_callcenter also ignores those variables unless you set one >called >cc_export_vars. Perhaps there's a similar mechanism for >mod_fifo? > >On 14 June 2012 05:31, wrote: > Hi All, >I have this basic dialplan: >I can see the call get logged via the first extension but it's >not >passing the info to modfifo. I can remove the 2nd extension and >put a >basic: >and the caller id name info is displayed on the phones but not when >routing through mod_fifo. I have tried both set/export and it >still >doesn't seem to work. >Is this correct? >Thanks,eric_s > >___________________________________________________________________ >______ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > Join Us At ClueCon - Aug 7-9, 2012 > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch >-users > http://www.freeswitch.org >-- >Andrew Cassidy BSc (Hons) MBCS SSCAManaging Director > > T 03300 100 960 F 03300 100 961 E >andrew at cassidywebservices.co.uk W >www.cassidywebservices.co.uk From ocset at the800group.com Sat Jun 16 10:56:30 2012 From: ocset at the800group.com (ocset) Date: Sat, 16 Jun 2012 14:56:30 +0800 Subject: [Freeswitch-users] No dial-tone on Siemens C610 In-Reply-To: References: <4FDB3B3E.6060300@the800group.com> Message-ID: <4FDC2E1E.2020304@the800group.com> Thanks for you reply. When you say default dialplan, are you referring to this file - /usr/local/freeswitch/conf/dialplan/default.xml I am not sure which examples you are referring to but I found this, which also seems to be a solution (just need to change the "bridge" line): Could I be so bold as to ask you to reply back with the example you are referring to? Thanks in advance O. On 15/06/12 23:47, curriegrad2004 wrote: > > You could solve this problem by making the Siemens phone behave like > an automatic ring down phone by making it dial an extension that > simulates a dial tone. > > Look in the default dialplan, under the features context for such example. > > On Jun 15, 2012 6:41 AM, "ocset" > wrote: > > Hi > > I have deployed 3 cordless Siemens C610 phones on FS and was very > surprised that there is no dial-tone when a user makes a call. The > users > hears a sound similar to an engage signal while FS makes the > connection, > followed by the sound of the phone ringing once the connection is > established. (hope that makes sense). > > Siemens reckons that is the way their phones behave. Is there a > way for > FS to simulate a dial-tone while the user waits for the other parties > phone to start ringing? > > Thanks > O > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120616/891a1f2f/attachment.html From saami_mh at ymail.com Sat Jun 16 13:00:24 2012 From: saami_mh at ymail.com (Samira Mh) Date: Sat, 16 Jun 2012 02:00:24 -0700 (PDT) Subject: [Freeswitch-users] what is the best tools for sip stress test on freeswitch? Message-ID: <1339837224.94411.YahooMailNeo@web120101.mail.ne1.yahoo.com> hi, what is the best tools for sip stress test on freeswitch? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120616/1bada02f/attachment.html From nbhatti at gmail.com Sat Jun 16 13:02:39 2012 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Sat, 16 Jun 2012 12:02:39 +0300 Subject: [Freeswitch-users] what is the best tools for sip stress test on freeswitch? In-Reply-To: <1339837224.94411.YahooMailNeo@web120101.mail.ne1.yahoo.com> References: <1339837224.94411.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: http://sipp.sourceforge.net/ On Sat, Jun 16, 2012 at 12:00 PM, Samira Mh wrote: > hi, > what is the best tools for sip stress test on freeswitch? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 alec.taylor6 at gmail.com Sat Jun 16 13:03:23 2012 From: alec.taylor6 at gmail.com (Alec Taylor) Date: Sat, 16 Jun 2012 19:03:23 +1000 Subject: [Freeswitch-users] what is the best tools for sip stress test on freeswitch? In-Reply-To: <1339837224.94411.YahooMailNeo@web120101.mail.ne1.yahoo.com> References: <1339837224.94411.YahooMailNeo@web120101.mail.ne1.yahoo.com> Message-ID: See: http://wiki.freeswitch.org/wiki/Load_testing And: http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations On Sat, Jun 16, 2012 at 7:00 PM, Samira Mh wrote: > hi, > what is the best tools for sip stress test on freeswitch? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian.meaney at BSB.IE Sat Jun 16 14:21:46 2012 From: brian.meaney at BSB.IE (Brian Meaney) Date: Sat, 16 Jun 2012 11:21:46 +0100 Subject: [Freeswitch-users] Conference Caller Announce In-Reply-To: References: <1339780080974-7579898.post@n2.nabble.com> <6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> Message-ID: <6D03E4DF94D7644A97A32498EE786BD3076DB58923@bsbmserver2> Thanks MC, Here it is:- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 23:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Show us the dialplan code where you put the caller into the conference. -MC On Fri, Jun 15, 2012 at 11:21 AM, Brian Meaney > wrote: Hi and thanks for your response. I altered the expression to include parentheses, and the number is successfully picked up. I also attempted to simplify the 'res' expression by using $1-{domain} However, it still wont connect to the conference. Sophia output is now:- 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command conference(35319017881-192.168.3.178 play file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): Conference 35319017881-192.168.3.178 not found Its clear my issue is now with how the 'res' statement should be formed. I now have:- How should I construct the statement such that it connects the caller to the conference named conference_2 ? Should I even be referencing the conference name, seeing as I already have the expression matching in place earlier in the definition? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 18:43 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat > wrote: Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120616/a8a4fa52/attachment-0001.html From awais-nazeer at hotmail.com Sat Jun 16 22:07:14 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Sat, 16 Jun 2012 23:07:14 +0500 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Message-ID: Hello Thanks enabling leg B is certainly giving expected results but it's now showing up few variables including some user defined variables defined in the dialplan being executed. This problem did not exist in default enabled leg A. On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > > data="sofia/local_profile/1111 at example1.company.com" /> > data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120616/abc12348/attachment.html From vvenkatar at gmail.com Sun Jun 17 05:04:02 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Sat, 16 Jun 2012 18:04:02 -0700 Subject: [Freeswitch-users] Problem with accessing HTTPs URL's via CURL with FreeSwitch. Message-ID: Hi ! I have a javascript application that needs to access a web service via HTTPs. I tried using session.execute("curl", restURL) to access the same. It looks like freeswitch/mod_curl is not even making an attempt to connect to my web service when I use a HTTPs URL (verified by running tcpdump on the host when running my application). However the application works if I substitute HTTPs with plain HTTP. I wanted to know if this is a configuration issue of some sort or if this is a bug? Would appreciate any help. Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120616/6e77cb88/attachment.html From curriegrad2004 at gmail.com Sun Jun 17 05:12:06 2012 From: curriegrad2004 at gmail.com (curriegrad2004) Date: Sat, 16 Jun 2012 18:12:06 -0700 Subject: [Freeswitch-users] No dial-tone on Siemens C610 In-Reply-To: <4FDC2E1E.2020304@the800group.com> References: <4FDB3B3E.6060300@the800group.com> <4FDC2E1E.2020304@the800group.com> Message-ID: Close, but the file I was referring to was conf/dialplan/features.xml This is what you may want to have a look at: Replace the execute_extension action with transfer. On Fri, Jun 15, 2012 at 11:56 PM, ocset wrote: > Thanks for you reply. > > When you say default dialplan, are you referring to this file - > /usr/local/freeswitch/conf/dialplan/default.xml > > I am not sure which examples you are referring to but I found this, which > also seems to be a solution (just need to change the "bridge" line): > > > ????? > ??????? > ??????? data="{ignore_early_media=true}loopback/wait"/> > ???? > > > Could I be so bold as to ask you to reply back with the example you are > referring to? > > Thanks in advance > O. > > > > On 15/06/12 23:47, curriegrad2004 wrote: > > You could solve this problem by making the Siemens phone behave like an > automatic ring down phone by making it dial an extension that simulates a > dial tone. > > Look in the default dialplan, under the features context for such example. > > On Jun 15, 2012 6:41 AM, "ocset" wrote: >> >> Hi >> >> I have deployed 3 cordless Siemens C610 phones on FS and was very >> surprised that there is no dial-tone when a user makes a call. The users >> hears a sound similar to an engage signal while FS makes the connection, >> followed by the sound of the phone ringing once the connection is >> established. (hope that makes sense). >> >> Siemens reckons that is the way their phones behave. Is there a way for >> FS to simulate a dial-tone while the user waits for the other parties >> phone to start ringing? >> >> Thanks >> O >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 avi at avimarcus.net Sun Jun 17 13:43:14 2012 From: avi at avimarcus.net (Avi Marcus) Date: Sun, 17 Jun 2012 12:43:14 +0300 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: <137f12cd230.5442606051204082350.2378772053723064798@zoho.com> References: <137f12cd230.5442606051204082350.2378772053723064798@zoho.com> Message-ID: Great doc! Some short notes: *This is broken. Cisco is the most well known vendor to make this mistake. > These implementations should be fixed to use G729 as the codec name with > payload type 18.* Linksys / Sipura SPAs do this, too, I'm pretty sure even before they were bough by cisco. *Typically this NAT functionality is referred to as a SIP NAT helper, or > SIP ALG. Of course there are other names.* Many routers let you turn off NAT ALG, if you can find it in the menu. *Latching has several issues:... scalability* At what point does this seriously become an issue? 100 concurrent calls? 1000? If you're proxying media anyway the IP rewriting sounds pretty minimal. More info about NAT, one way media, and how sipsorcery is a SIP proxy that doesn't ever proxy media but can still set up calls with 2 way media would be much appreciated. One other things I'm interested in is the ability to not handle media, for latency & performance reasons: What are the pitfalls with FreeSWITCH specifically that makes it not happy with not handling media? and.. if I still need FS to handle DTMF what are my options? Do many/most carriers (on origination) support SIP INFO or something like that? (I run a calling card with an option to hang up the call) Thanks for the helpful info! -Avi On Fri, Jun 15, 2012 at 8:24 PM, dingdong wrote: > ** > very nice and helpful,and yes,it would really be more useful if somehow > related to how does FS do SIP. > > Thanks > > ---- On Thu, 14 Jun 2012 13:06:52 -0700 *Kristian Kielhofner < > kris at kriskinc.com>* wrote ---- > > FreeSWITCHers, > > As some of you may have noticed I frequently comment on SIP-related > FreeSWITCH posts. Long story short I decided to finally put some of > these thoughts and experiences down in writing. What I ended up with > is a 21 page (and counting) document describing various SIP header > fields, SDP information, RTP issues, DTMF issues, NAT traversal > technologies, interop headaches, etc. > > I wrote a little intro and linked to the document if any of you > would like to check it out (link at the end of post): > > http://blog.krisk.org/2012/06/everything-you-wish-you-didnt-need-to.html > > Of course I'd appreciate any feedback you may have. What do you > disagree with? Find a typo? Have burning SIP/RTP/SDP/T.38/codec > questions you'd like to see me address? Should I get into more > implementation (FreeSWITCH) specific issues? Let me know. > > Thanks! > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/5ee293d6/attachment-0001.html From steveu at coppice.org Sun Jun 17 14:44:02 2012 From: steveu at coppice.org (Steve Underwood) Date: Sun, 17 Jun 2012 18:44:02 +0800 Subject: [Freeswitch-users] Blog post about SIP In-Reply-To: References: <137f12cd230.5442606051204082350.2378772053723064798@zoho.com> Message-ID: <4FDDB4F2.5030707@coppice.org> On 06/17/2012 05:43 PM, Avi Marcus wrote: > Great doc! > > Some short notes: > > *This is broken. Cisco is the most well known vendor to make this > mistake. These implementations should be fixed to use G729 as the > codec name with payload type 18.* > > Linksys / Sipura SPAs do this, too, I'm pretty sure even before they > were bough by cisco. I thought the only Cisco products which did this were the ones which started as Linksys/Sipura products. The usual G.729 problem with real Cisco products is G.729 with the bits packed in the opposite order to the RFC. This isn't an error. Cisco implemented G.729 in RTP before there was a standard, and the packing order they chose just happened to be the opposite of the standard. Of course, modern Cisco kit implements the standard order, but they can still do the opposite order for backwards compatibility with their own kit. Sometimes you still meet systems configured to use that, and G.729 calls produce a horrible noise. > > *Typically this NAT functionality is referred to as a SIP NAT > helper, or SIP ALG. Of course there are other names.* > > Many routers let you turn off NAT ALG, if you can find it in the menu. > > *Latching has several issues:... scalability* > > At what point does this seriously become an issue? 100 concurrent > calls? 1000? If you're proxying media anyway the IP rewriting sounds > pretty minimal. > > More info about NAT, one way media, and how sipsorcery is a SIP proxy > that doesn't ever proxy media but can still set up calls with 2 way > media would be much appreciated. > > One other things I'm interested in is the ability to not handle media, > for latency & performance reasons: > What are the pitfalls with FreeSWITCH specifically that makes it not > happy with not handling media? > and.. if I still need FS to handle DTMF what are my options? Do > many/most carriers (on origination) support SIP INFO or something like > that? (I run a calling card with an option to hang up the call) > Steve From vvenkatar at gmail.com Sun Jun 17 19:25:56 2012 From: vvenkatar at gmail.com (Venkatesh) Date: Sun, 17 Jun 2012 08:25:56 -0700 Subject: [Freeswitch-users] Support for NetEQ in FS. Message-ID: Hi ! I wanted to know if there are plans to integrate NetEQ in FreeSwitch. I read a few postings where there were some proposals indicating on these lines, but wanted to see if anybody is working on the same? Regards, Venkatesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/703d167f/attachment.html From Peter.Stevens at bbc.co.uk Sun Jun 17 20:11:08 2012 From: Peter.Stevens at bbc.co.uk (Peter Stevens) Date: Sun, 17 Jun 2012 17:11:08 +0100 Subject: [Freeswitch-users] Conference Caller Announce References: <1339780080974-7579898.post@n2.nabble.com><6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> <6D03E4DF94D7644A97A32498EE786BD3076DB58923@bsbmserver2> Message-ID: <9B08C5DC53DDB7468007DE57C9FAF49D8ED7E5@bbcxues30.national.core.bbc.co.uk> Hi Brian, I've also been looking at this particular example this week and also posted a question! See [Freeswitch-users] Problem passing and playing audio files into a conference. Mine will transfer into the default conference (using conference $1-${domain} in the res line below, but not play the files parsed into the res line. My guess with yours is that you are specifying conference$1 at conference_2 in the res line. I think that it expects to find a conference_2 profile in the conference.conf.xml file, so if you don't have that it might well bomb out. The other thing that you may also find is that with your existing res line in the debug log you may also be getting [res]=[UNDEF] The only way I could get it not to produce this was to add a left brace after sched_api and a right brace after the last audio file to be parsed in the res line, as here: I hope that this helps you and maybe you and/or someone else might be able to help me with the audio files being played once the conference starts. Peter ________________________________ From: Brian Meaney [mailto:brian.meaney at BSB.IE] Sent: Sat 16/06/2012 11:21 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Thanks MC, Here it is:- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 23:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Show us the dialplan code where you put the caller into the conference. -MC On Fri, Jun 15, 2012 at 11:21 AM, Brian Meaney wrote: Hi and thanks for your response. I altered the expression to include parentheses, and the number is successfully picked up. I also attempted to simplify the 'res' expression by using $1-{domain} However, it still wont connect to the conference. Sophia output is now:- 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command conference(35319017881-192.168.3.178 play file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): Conference 35319017881-192.168.3.178 not found Its clear my issue is now with how the 'res' statement should be formed. I now have:- How should I construct the statement such that it connects the caller to the conference named conference_2 ? Should I even be referencing the conference name, seeing as I already have the expression matching in place earlier in the definition? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 18:43 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat wrote: Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B P Please consider the environment before printing this email http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/70d5a0a7/attachment-0001.html From awais-nazeer at hotmail.com Sun Jun 17 20:27:02 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Sun, 17 Jun 2012 21:27:02 +0500 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful In-Reply-To: References: Message-ID: I will attempt get reply again, the channel variable being set in dialplan are seen in A leg cdr but not in B leg cdr, can somebody help ? From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Date: Sat, 16 Jun 2012 23:07:14 +0500 Hello Thanks enabling leg B is certainly giving expected results but it's now showing up few variables including some user defined variables defined in the dialplan being executed. This problem did not exist in default enabled leg A. On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > > data="sofia/local_profile/1111 at example1.company.com" /> > data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/e3630d00/attachment.html From brian.meaney at BSB.IE Sun Jun 17 20:32:12 2012 From: brian.meaney at BSB.IE (Brian Meaney) Date: Sun, 17 Jun 2012 17:32:12 +0100 Subject: [Freeswitch-users] Conference Caller Announce In-Reply-To: <9B08C5DC53DDB7468007DE57C9FAF49D8ED7E5@bbcxues30.national.core.bbc.co.uk> References: <1339780080974-7579898.post@n2.nabble.com> <6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2> <6D03E4DF94D7644A97A32498EE786BD3076DB58923@bsbmserver2> <9B08C5DC53DDB7468007DE57C9FAF49D8ED7E5@bbcxues30.national.core.bbc.co.uk> Message-ID: <811CC363-2B82-42D9-9AEA-E2BD77BB61AC@BSB.IE> Hi Peter and thank you for your input. Glad to hear somebody else is searching for answers to this. Hopefully we can help one another with resolving the issue! I have already defined the conference profile within the conference XML file, so I assume that's all that's required to put the caller into the conference. If I discover anything I'll be sure to update this thread. On 17 Jun 2012, at 17:16, "Peter Stevens" > wrote: Hi Brian, I've also been looking at this particular example this week and also posted a question! See [Freeswitch-users] Problem passing and playing audio files into a conference. Mine will transfer into the default conference (using conference $1-${domain} in the res line below, but not play the files parsed into the res line. My guess with yours is that you are specifying conference$1 at conference_2 in the res line. I think that it expects to find a conference_2 profile in the conference.conf.xml file, so if you don't have that it might well bomb out. The other thing that you may also find is that with your existing res line in the debug log you may also be getting [res]=[UNDEF] The only way I could get it not to produce this was to add a left brace after sched_api and a right brace after the last audio file to be parsed in the res line, as here: I hope that this helps you and maybe you and/or someone else might be able to help me with the audio files being played once the conference starts. Peter ________________________________ From: Brian Meaney [mailto:brian.meaney at BSB.IE] Sent: Sat 16/06/2012 11:21 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Thanks MC, Here it is:- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 23:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Show us the dialplan code where you put the caller into the conference. -MC On Fri, Jun 15, 2012 at 11:21 AM, Brian Meaney > wrote: Hi and thanks for your response. I altered the expression to include parentheses, and the number is successfully picked up. I also attempted to simplify the ?res? expression by using $1-{domain} However, it still wont connect to the conference. Sophia output is now:- 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command conference(35319017881-192.168.3.178 play file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): Conference 35319017881-192.168.3.178 not found Its clear my issue is now with how the ?res? statement should be formed. I now have:- How should I construct the statement such that it connects the caller to the conference named conference_2 ? Should I even be referencing the conference name, seeing as I already have the expression matching in place earlier in the definition? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 18:43 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat > wrote: Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B P Please consider the environment before printing this email http://www.bbc.co.uk This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/724dc66b/attachment-0001.html From avi at avimarcus.net Sun Jun 17 21:15:19 2012 From: avi at avimarcus.net (Avi Marcus) Date: Sun, 17 Jun 2012 20:15:19 +0300 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful In-Reply-To: References: Message-ID: Oh that's what you meant. If it's in leg A, why do you expect it to be in Leg B CDR? That said, there's an option to let you do that: http://wiki.freeswitch.org/wiki/Variable_copy_xml_cdr but I've never tried it. -Avi On Sun, Jun 17, 2012 at 7:27 PM, awais nazir wrote: > > I will attempt get reply again, the channel variable being set in dialplan > are seen in A leg cdr but *not *in B leg cdr, can somebody help ? > > > ------------------------------ > From: awais-nazeer at hotmail.com > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge > attempt (failed or successful > Date: Sat, 16 Jun 2012 23:07:14 +0500 > > > Hello > > Thanks enabling leg B is certainly giving expected results but it's now > showing up few variables including some user defined variables defined in > the dialplan being executed. This problem did not exist in default enabled > leg A. > > > > On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: > > By default, the modules for logging only log the A leg of the call. > You can turn on b-leg logging in whichever module you are using for > call logs. Do note you'll have to reconstruct the call then, based on > which is the A-leg and which is B leg, and using bridge_uuid, > signal_bond or last_bridge_to of the B leg (whichever is set) to see > which A leg it came from. > > (Also note on enterprise originates: they are reported as leg A in > xml_cdr and need to be tied using the variable: > ent_originate_aleg_uuid) > > This kind of "advanced" CDR handling should probably be wikified... > > -Avi > > > On Fri, Jun 15, 2012 at 4:17 PM, awais nazir > wrote: > > Hi > > > > I am trying to use following context to get failover gateways working > > > > > > > data="sofia/local_profile/1111**@example1.company.com<1111 at example1.company.com>" > /> > > > data="sofia/local_profile/1111**@example2.company.com<1111 at example2.company.com>" > /> > > > > if call on first gateway fails , call connection is attempted on second > > gateway but FS is writing only one CDR.How can it write CDR on every > bridge > > attempt. > > > > BR > > --waisee > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/7c33616b/attachment.html From awais-nazeer at hotmail.com Sun Jun 17 21:25:35 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Sun, 17 Jun 2012 22:25:35 +0500 Subject: [Freeswitch-users] (no subject) Message-ID: Actually , some user defined variables like huting attempt ,customer and vendor names I define in dialplan. The solution to make join with uuid is bit complicated and seem to require bit efforts like pushing in to mysql and then make join. Even then the variables only appears according to successful or last bridge attempt. On Sun, Jun 17, 2012 at 10:15 PM, Avi Marcus wrote: Oh that's what you meant.If it's in leg A, why do you expect it to be in Leg B CDR? That said, there's an option to let you do that: http://wiki.freeswitch.org/wiki/Variable_copy_xml_cdr but I've never tried it. -Avi On Sun, Jun 17, 2012 at 7:27 PM, awais nazir wrote: I will attempt get reply again, the channel variable being set in dialplan are seen in A leg cdr but not in B leg cdr, can somebody help ? From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Date: Sat, 16 Jun 2012 23:07:14 +0500 Hello Thanks enabling leg B is certainly giving expected results but it's now showing up few variables including some user defined variables defined in the dialplan being executed. This problem did not exist in default enabled leg A. On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > > data="sofia/local_profile/1111 at example1.company.com" /> > data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/206df84b/attachment.html From awais-nazeer at hotmail.com Sun Jun 17 21:29:20 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Sun, 17 Jun 2012 22:29:20 +0500 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Message-ID: Actually , some user defined variables like huting attempt ,customer and vendor names I define in dialplan. The solution to make join with uuid is bit complicated and seem to require bit efforts like pushing in to mysql and then make join. Even then the variables only appears according to successful or last bridge attempt. On Sun, Jun 17, 2012 at 10:15 PM, Avi Marcus wrote: Oh that's what you meant.If it's in leg A, why do you expect it to be in Leg B CDR? That said, there's an option to let you do that: http://wiki.freeswitch.org/wiki/Variable_copy_xml_cdr but I've never tried it. -Avi On Sun, Jun 17, 2012 at 7:27 PM, awais nazir wrote: I will attempt get reply again, the channel variable being set in dialplan are seen in A leg cdr but not in B leg cdr, can somebody help ? From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Date: Sat, 16 Jun 2012 23:07:14 +0500 Hello Thanks enabling leg B is certainly giving expected results but it's now showing up few variables including some user defined variables defined in the dialplan being executed. This problem did not exist in default enabled leg A. On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > > data="sofia/local_profile/1111 at example1.company.com" /> > data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/13419fb7/attachment-0001.html From awais-nazeer at hotmail.com Sun Jun 17 21:46:02 2012 From: awais-nazeer at hotmail.com (awais nazir) Date: Sun, 17 Jun 2012 22:46:02 +0500 Subject: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful In-Reply-To: References: Message-ID: Thanks Avi, this link really helped, I am using export instead of set for variables. Is there anyway we can put A and B legs logs separate? From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Date: Sun, 17 Jun 2012 22:29:20 +0500 Actually , some user defined variables like huting attempt ,customer and vendor names I define in dialplan. The solution to make join with uuid is bit complicated and seem to require bit efforts like pushing in to mysql and then make join. Even then the variables only appears according to successful or last bridge attempt. On Sun, Jun 17, 2012 at 10:15 PM, Avi Marcus wrote: Oh that's what you meant.If it's in leg A, why do you expect it to be in Leg B CDR? That said, there's an option to let you do that: http://wiki.freeswitch.org/wiki/Variable_copy_xml_cdr but I've never tried it. -Avi On Sun, Jun 17, 2012 at 7:27 PM, awais nazir wrote: I will attempt get reply again, the channel variable being set in dialplan are seen in A leg cdr but not in B leg cdr, can somebody help ? From: awais-nazeer at hotmail.com To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] freeswitch to write cdr after every bridge attempt (failed or successful Date: Sat, 16 Jun 2012 23:07:14 +0500 Hello Thanks enabling leg B is certainly giving expected results but it's now showing up few variables including some user defined variables defined in the dialplan being executed. This problem did not exist in default enabled leg A. On Fri, Jun 15, 2012 at 6:51 PM, Avi Marcus wrote: By default, the modules for logging only log the A leg of the call. You can turn on b-leg logging in whichever module you are using for call logs. Do note you'll have to reconstruct the call then, based on which is the A-leg and which is B leg, and using bridge_uuid, signal_bond or last_bridge_to of the B leg (whichever is set) to see which A leg it came from. (Also note on enterprise originates: they are reported as leg A in xml_cdr and need to be tied using the variable: ent_originate_aleg_uuid) This kind of "advanced" CDR handling should probably be wikified... -Avi On Fri, Jun 15, 2012 at 4:17 PM, awais nazir wrote: > Hi > > I am trying to use following context to get failover gateways working > > > data="sofia/local_profile/1111 at example1.company.com" /> > data="sofia/local_profile/1111 at example2.company.com" /> > > if call on first gateway fails , call connection is attempted on second > gateway but FS is writing only one CDR.How can it write CDR on every bridge > attempt. > > BR > --waisee _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/1e73de3c/attachment.html From Peter.Stevens at bbc.co.uk Mon Jun 18 17:38:39 2012 From: Peter.Stevens at bbc.co.uk (Peter Stevens) Date: Mon, 18 Jun 2012 14:38:39 +0100 Subject: [Freeswitch-users] Conference Caller Announce References: <1339780080974-7579898.post@n2.nabble.com><6D03E4DF94D7644A97A32498EE786BD3076DB58879@bsbmserver2><6D03E4DF94D7644A97A32498EE786BD3076DB58923@bsbmserver2><9B08C5DC53DDB7468007DE57C9FAF49D8ED7E5@bbcxues30.national.core.bbc.co.uk> <811CC363-2B82-42D9-9AEA-E2BD77BB61AC@BSB.IE> Message-ID: <9B08C5DC53DDB7468007DE57C9FAF49D8ED7E9@bbcxues30.national.core.bbc.co.uk> Hi Brian, I was able to replicate your conference not found problem (purely by accident) and after a bit of investigation I think that I have probably found an answer to your problem. In my case the last 4 digits of the extension number were 3000 () The last 4 digits become the value of $1 in this part of the res line ($1-${domain}) and also in the transfer line. So when the transfer occurs, the dialplan gets searched again but this time for a conference extension of 3000, which just happens to be one of the default conference numbers in the default.xml file (first 2 lines only): and so it finds this extension (which I have in my dialplan) when the dialplan gets searched again. I checked that this was the case, by changing the last 4 digits of my extension number to 3100 - which is the number for the wb_conferences in the same default.xml (which I have in my dialplan) and sure enough, it switches to that. One more test confirmed this. I don't have a conference number of 32xx in my dialplan. But by dialling 553200, the number gets picked up, it says the conference is being transferred, but is not found, so it bombs out. I think that if there is no extension number that matches $1 in your dial plan, then it will fail to transfer This might be worth trying: ensure that you have a conference number that matches your value of $1 in the destination number for your extension, but see if it works for you. Maybe pop this INFO line into your dialplan, just to check the value of $1: Not sure if there is a mechanism to reset the value of $1 (destination_number) after the extension has been picked up, but this time to point to the conference extension number required if different from the original destination number? Let us know if this works and also if your audio gets played. My audio is still not playing as yet.... Peter ________________________________ From: Brian Meaney [mailto:brian.meaney at BSB.IE] Sent: Sun 17/06/2012 17:32 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Hi Peter and thank you for your input. Glad to hear somebody else is searching for answers to this. Hopefully we can help one another with resolving the issue! I have already defined the conference profile within the conference XML file, so I assume that's all that's required to put the caller into the conference. If I discover anything I'll be sure to update this thread. On 17 Jun 2012, at 17:16, "Peter Stevens" wrote: Hi Brian, I've also been looking at this particular example this week and also posted a question! See [Freeswitch-users] Problem passing and playing audio files into a conference. Mine will transfer into the default conference (using conference $1-${domain} in the res line below, but not play the files parsed into the res line. My guess with yours is that you are specifying conference$1 at conference_2 in the res line. I think that it expects to find a conference_2 profile in the conference.conf.xml file, so if you don't have that it might well bomb out. The other thing that you may also find is that with your existing res line in the debug log you may also be getting [res]=[UNDEF] The only way I could get it not to produce this was to add a left brace after sched_api and a right brace after the last audio file to be parsed in the res line, as here: I hope that this helps you and maybe you and/or someone else might be able to help me with the audio files being played once the conference starts. Peter ________________________________ From: Brian Meaney [mailto:brian.meaney at BSB.IE] Sent: Sat 16/06/2012 11:21 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Thanks MC, Here it is:- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 23:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce Show us the dialplan code where you put the caller into the conference. -MC On Fri, Jun 15, 2012 at 11:21 AM, Brian Meaney wrote: Hi and thanks for your response. I altered the expression to include parentheses, and the number is successfully picked up. I also attempted to simplify the 'res' expression by using $1-{domain} However, it still wont connect to the conference. Sophia output is now:- 2012-06-15 18:12:53.303084 [DEBUG] mod_commands.c:3092 Command conference(35319017881-192.168.3.178 play file_string:///tmp/799d7748-e75b-425c-bccd-1e6632eacc72-name.wav!conference/conf-has_joined.wav): Conference 35319017881-192.168.3.178 not found Its clear my issue is now with how the 'res' statement should be formed. I now have:- How should I construct the statement such that it connects the caller to the conference named conference_2 ? Should I even be referencing the conference name, seeing as I already have the expression matching in place earlier in the definition? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 15 June 2012 18:43 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Conference Caller Announce As best I can tell it looks like this line is the problem: You need to wrap the capture value in parens like this: That should make $1 have something useful in it. -MC On Fri, Jun 15, 2012 at 10:08 AM, Bobthebeat wrote: Hi Folks, brand new Freeswitch user here. I have modified the example shown on the mod_conference (http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own deployment. I am attempting to have a user record his name, then have this recording announced on joining the conference, but I am struggling. Here is my dialplan entry:- The call connects and I am prompted to record, then I am notified of the imminent transfer, but it bombs out here. Sophia output reads Command conference($1-192.168.3.178 at conference_2 play file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): Conference $1-192.168.3.178 at conference_2 not found I can dial into the conference without issues when I disregard the 'Set' expression and just dial the conference directly. Can anybody point me in the right direction? Thank you very much, B P Please consider the environment before printing this email http://www.bbc.co.uk This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com Join Us At ClueCon - Aug 7-9, 2012 FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org P Please consider the environment before printing this email http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/e2291237/attachment-0001.html From jbr at consiglia.dk Mon Jun 18 17:38:55 2012 From: jbr at consiglia.dk (Jon Bruel) Date: Mon, 18 Jun 2012 15:38:55 +0200 Subject: [Freeswitch-users] sendevent NOTIFY Message-ID: After some time working with BroadSoft, I have returned to the FreeSWITCH, and I'm impressed with the overall improvements in consistency and documentation. Great work! I have tested the Event Socket sendevent NOTIFY command, and I have tried to check if I could change the SIP From and SIP To headers to suit my requirements. It looks as if there is no way. So is there a way to specify the From- and To-headers, including the associated tags? I need this to be able to control the phone sets (set it off-hook). Thanks /Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/3c78ef8e/attachment.html From alex at thewinelake.com Mon Jun 18 18:03:45 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 15:03:45 +0100 Subject: [Freeswitch-users] lua trouble Message-ID: <4FDF3541.4010808@thewinelake.com> Trying to do a lua-based bit of IVR and inexplicably struggling with this bit. Maybe something to do with use of variables in session:playAndGetDigits or possibly the regexp? destnum = getDestNumber() session:execute("log", "INFO User dialled "..destnum) confPrompt = "say:'Now calling telephone number "..destnum.."'" session:execute("log", "INFO Confirming with "..confPrompt) confirmkey = session:playAndGetDigits(0, 1, 1, 1000, "#", confPrompt, "", "\\d|\\*") session:execute("log", "INFO mcm.lua Number confirm (not) interrupted with "..confirmkey.." mcmoption="..mcmoption) if confirmkey == "*" then -- return to call break end session:execute("transfer","-bleg "..destnum.." XML dp"..tenant_id) The problem is with confirmkey = session:playAndGetDigits(0, 1, 1, 1000, "#", confPrompt, "", "\\d|\\*") It complains of "Invalid Args" (and doesn't say anything). All it has to do is read out the number that it's intending to call, allowing the user to change their mind by hitting *. Logfile reports: 2012-06-18 14:00:22.975225 [INFO] mod_dptools.c:1444 mcm2.lua getDestNumber 2012-06-18 14:00:22.975225 [DEBUG] switch_ivr_play_say.c:1309 Codec Activated L16 at 8000hz 1 channels 20ms 2012-06-18 14:00:26.035180 [DEBUG] switch_rtp.c:3457 RTP RECV DTMF 1:1040 2012-06-18 14:00:26.035180 [DEBUG] switch_ivr_play_say.c:1682 done playing file /home/oev/fs-pabx/prompts/dmsb12_mcm3.wav 2012-06-18 14:00:26.205278 [DEBUG] switch_rtp.c:3457 RTP RECV DTMF 2:720 2012-06-18 14:00:26.605240 [DEBUG] switch_rtp.c:3457 RTP RECV DTMF 3:1040 2012-06-18 14:00:27.415292 [DEBUG] switch_rtp.c:3457 RTP RECV DTMF #:1120 2012-06-18 14:00:27.415292 [DEBUG] switch_ivr_play_say.c:2026 Test Regex [123][\d+] EXECUTE sofia/internal/898000000000202074904605 at 193.105.54.10 log(INFO User dialled 123) 2012-06-18 14:00:27.415292 [INFO] mod_dptools.c:1444 User dialled 123 EXECUTE sofia/internal/898000000000202074904605 at 193.105.54.10 log(INFO Confirming with say:'Now calling telephone number 123') 2012-06-18 14:00:27.415292 [INFO] mod_dptools.c:1444 Confirming with say:'Now calling telephone number 123' 2012-06-18 14:00:27.415292 [ERR] switch_ivr_play_say.c:1174 Invalid Args EXECUTE sofia/internal/898000000000202074904605 at 193.105.54.10 log(INFO mcm.lua Number confirm (not) interrupted with mcmoption=8) 2012-06-18 14:00:28.425260 [INFO] mod_dptools.c:1444 mcm.lua Number confirm (not) interrupted with mcmoption=8 EXECUTE sofia/internal/898000000000202074904605 at 193.105.54.10 transfer(-bleg 123 XML dp0) From ocset at the800group.com Mon Jun 18 18:06:09 2012 From: ocset at the800group.com (ocset) Date: Mon, 18 Jun 2012 22:06:09 +0800 Subject: [Freeswitch-users] External profile & NAT Message-ID: <4FDF35D1.306@the800group.com> Hi I would like to allow a person with a softphone app to register with Freeswitch (extension 1111) when they are outside the office network. I would like to to implement this using an external profile. According to the wiki page (http://wiki.freeswitch.org/wiki/External_profile) I just need to create a copy of the "conf/sip_profiles/external.xml" file and change the port number to 5090 (and also open the port on the modem). When I do a "sofia status", this new gateway does not show up and to be honest, I don't quite understand how that works and what else to read to make sense of what to do. What are the ways in which other Freeswitch admins are granting access to external devices? ps. just to confirm, do I set external_rtp_ip and external_sip_ip to the fix IP address that my ISP has given me - the one that is shown by www.whatsmyip.org? Please help Thanks O. From mariya at cs.ucsb.edu Mon Jun 18 01:48:36 2012 From: mariya at cs.ucsb.edu (Mariya Zheleva) Date: Sun, 17 Jun 2012 14:48:36 -0700 Subject: [Freeswitch-users] Freeswitch [DEBUG] libdingaling.c:1242 TLS NOT SUPPORTED IN THIS BUILD! Message-ID: Hello, I am trying to configure freeswitch for outbound calls and SMS through google voice using mod_dingaling. I have succeeded with the SMS configuration but I can't get call to work. It seems the problem is that TLS can't be successfully built upon freeswitch installation. I followed the instructions here: http://wiki.freeswitch.org/wiki/Mod_dingaling I added the flag "-lgnutls" to gcc in relink_command in the file file src/mod/endpoints/mod_dingaling/mod_dingaling.la, however I still get *[DEBUG] libdingaling.c:1242 TLS NOT SUPPORTED IN THIS BUILD!* in the freeswitch.log This is the output when I make mod_dingaling-install. * * *openbts at ubuntu:/usr/local/src/freeswitch$ sudo make mod_dingaling-install* * /bin/bash /usr/local/src/freeswitch/quiet_libtool --mode=install /usr/bin/install -c libfreeswitch.la '/usr/local/freeswitch/lib'* *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.so.1.0.0 /usr/local/freeswitch/lib/libfreeswitch.so.1.0.0* *quiet_libtool: install: (cd /usr/local/freeswitch/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so.1 || { rm -f libfreeswitch.so.1 && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so.1; }; })* *quiet_libtool: install: (cd /usr/local/freeswitch/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so || { rm -f libfreeswitch.so && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so; }; })* *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.lai /usr/local/freeswitch/lib/libfreeswitch.la* *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.a /usr/local/freeswitch/lib/libfreeswitch.a* *quiet_libtool: install: chmod 644 /usr/local/freeswitch/lib/libfreeswitch.a * *quiet_libtool: install: ranlib /usr/local/freeswitch/lib/libfreeswitch.a* *quiet_libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/freeswitch/lib* *----------------------------------------------------------------------* *Libraries have been installed in:* * /usr/local/freeswitch/lib* * * *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.* *----------------------------------------------------------------------* * * *making install mod_dingaling* Any suggestions as to how to build TLS are highly appreciated. Thanks, mariya~ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120617/762c7dc7/attachment.html From adam.koleszar at virtual-call-center.eu Mon Jun 18 15:59:22 2012 From: adam.koleszar at virtual-call-center.eu (=?ISO-8859-2?Q?=C1d=E1m_Kolesz=E1r?=) Date: Mon, 18 Jun 2012 13:59:22 +0200 Subject: [Freeswitch-users] mod_syslog Message-ID: <4FDF181A.6030701@virtual-call-center.eu> Hi, A have a little problem with the mod_syslog module. Freeswitch generates multiline log messages (for example: SDP or register messages) which syslog-ng OSE can't handle. The firs part of the message is sent correctly but missing the facility and ident from the other part of the message. Because of this the messages can not be filtered by ident (or facility) on server side and goes to wrong destination. My question is, have you ever noticed this kind of problem? Thank you for your help in advance. Br, Adam From avi at avimarcus.net Mon Jun 18 18:53:29 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 17:53:29 +0300 Subject: [Freeswitch-users] Freeswitch [DEBUG] libdingaling.c:1242 TLS NOT SUPPORTED IN THIS BUILD! In-Reply-To: References: Message-ID: Ah, that's outdated. "Since October 17,2011 this is no longer needed now OpenSSL is used." Try using the package openssl-devel (centos?) or libssl-dev (debian/ubuntu?) and probably re-bootstrapping / reconfig and try building again. Then please update the wiki. I'm surprised that one didn't get fixed... -Avi On Mon, Jun 18, 2012 at 12:48 AM, Mariya Zheleva wrote: > Hello, > > I am trying to configure freeswitch for outbound calls and SMS through > google voice using mod_dingaling. > I have succeeded with the SMS configuration but I can't get call to work. > It seems the problem is that TLS can't be successfully built > upon freeswitch installation. I followed the instructions here: > http://wiki.freeswitch.org/wiki/Mod_dingaling > I added the flag "-lgnutls" to gcc in relink_command in the file file > src/mod/endpoints/mod_dingaling/mod_dingaling.la, however I still get > *[DEBUG] libdingaling.c:1242 TLS NOT SUPPORTED IN THIS BUILD!* > in the freeswitch.log > > This is the output when I make mod_dingaling-install. > * > * > *openbts at ubuntu:/usr/local/src/freeswitch$ sudo make mod_dingaling-install > * > * /bin/bash /usr/local/src/freeswitch/quiet_libtool --mode=install > /usr/bin/install -c libfreeswitch.la '/usr/local/freeswitch/lib'* > *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.so.1.0.0 > /usr/local/freeswitch/lib/libfreeswitch.so.1.0.0* > *quiet_libtool: install: (cd /usr/local/freeswitch/lib && { ln -s -f > libfreeswitch.so.1.0.0 libfreeswitch.so.1 || { rm -f libfreeswitch.so.1 && > ln -s libfreeswitch.so.1.0.0 libfreeswitch.so.1; }; })* > *quiet_libtool: install: (cd /usr/local/freeswitch/lib && { ln -s -f > libfreeswitch.so.1.0.0 libfreeswitch.so || { rm -f libfreeswitch.so && ln > -s libfreeswitch.so.1.0.0 libfreeswitch.so; }; })* > *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.lai > /usr/local/freeswitch/lib/libfreeswitch.la* > *quiet_libtool: install: /usr/bin/install -c .libs/libfreeswitch.a > /usr/local/freeswitch/lib/libfreeswitch.a* > *quiet_libtool: install: chmod 644 > /usr/local/freeswitch/lib/libfreeswitch.a* > *quiet_libtool: install: ranlib /usr/local/freeswitch/lib/libfreeswitch.a* > *quiet_libtool: finish: > PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" > ldconfig -n /usr/local/freeswitch/lib* > *----------------------------------------------------------------------* > *Libraries have been installed in:* > * /usr/local/freeswitch/lib* > * > * > *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.* > *----------------------------------------------------------------------* > * > * > *making install mod_dingaling* > > Any suggestions as to how to build TLS are highly appreciated. > > Thanks, > mariya~ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/f21be156/attachment-0001.html From msc at freeswitch.org Mon Jun 18 18:55:32 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 18 Jun 2012 07:55:32 -0700 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF3541.4010808@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> Message-ID: > > The problem is with > confirmkey = session:playAndGetDigits(0, 1, 1, 1000, > "#", confPrompt, "", "\\d|\\*") > It complains of "Invalid Args" (and doesn't say anything). All it has to > do is read out the number that it's intending to call, allowing the user > to change their mind by hitting *. > > You can't have an argument of "0" for the minimum number of digits. See this page for details on play_and_get_digits args: http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/2379ece3/attachment.html From msc at freeswitch.org Mon Jun 18 18:56:59 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 18 Jun 2012 07:56:59 -0700 Subject: [Freeswitch-users] External profile & NAT In-Reply-To: <4FDF35D1.306@the800group.com> References: <4FDF35D1.306@the800group.com> Message-ID: After you add the external profile you need to reloadxml and then you need to start the profile - assuming you didn't just restart FreeSWITCH or reload mod_sofia. -MC On Mon, Jun 18, 2012 at 7:06 AM, ocset wrote: > Hi > > I would like to allow a person with a softphone app to register with > Freeswitch (extension 1111) when they are outside the office network. > > I would like to to implement this using an external profile. According > to the wiki page (http://wiki.freeswitch.org/wiki/External_profile) I > just need to create a copy of the "conf/sip_profiles/external.xml" file > and change the port number to 5090 (and also open the port on the > modem). When I do a "sofia status", this new gateway does not show up > and to be honest, I don't quite understand how that works and what else > to read to make sense of what to do. > > What are the ways in which other Freeswitch admins are granting access > to external devices? > > ps. just to confirm, do I set external_rtp_ip and external_sip_ip to the > fix IP address that my ISP has given me - the one that is shown by > www.whatsmyip.org? > > Please help > Thanks > O. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/c94cd3bb/attachment.html From avi at avimarcus.net Mon Jun 18 19:00:34 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 18:00:34 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: Uhm I thought I just wrote code that did that last week in lua. Seemed to work GREAT. if(phone_required==true) then ... else phone_min=0 --no minimum on the match length end phone=session:playAndGetDigits(phone_min, phone_max, 3, 20000, "#", "phrase:cc_phone_prompt:"..phone_skip, "phrase:cc_invalid_entry","\\d{"..phone_min..","..phone_max.."}"); -Avi On Mon, Jun 18, 2012 at 5:55 PM, Michael Collins wrote: > > >> The problem is with >> confirmkey = session:playAndGetDigits(0, 1, 1, 1000, >> "#", confPrompt, "", "\\d|\\*") >> > > It complains of "Invalid Args" (and doesn't say anything). All it has to >> do is read out the number that it's intending to call, allowing the user >> to change their mind by hitting *. >> >> > You can't have an argument of "0" for the minimum number of digits. See > this page for details on play_and_get_digits args: > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits > > -MC > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/43f62f96/attachment.html From msc at freeswitch.org Mon Jun 18 19:09:46 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 18 Jun 2012 08:09:46 -0700 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: But but but the wiki says! The wiki just CAN'T be wrong! ;) Actually, according to switch_ivr_play_say.c it looks like you can have a min_digits of "0". Still, I'd make the min digits "1" unless there's a compelling reason to want zero digits. -MC On Mon, Jun 18, 2012 at 8:00 AM, Avi Marcus wrote: > Uhm I thought I just wrote code that did that last week in lua. Seemed to > work GREAT. > > if(phone_required==true) then > ... > else > phone_min=0 --no minimum on the match length > end > phone=session:playAndGetDigits(phone_min, phone_max, 3, 20000, "#", > "phrase:cc_phone_prompt:"..phone_skip, > "phrase:cc_invalid_entry","\\d{"..phone_min..","..phone_max.."}"); > > -Avi > > > On Mon, Jun 18, 2012 at 5:55 PM, Michael Collins wrote: > >> >> >>> The problem is with >>> confirmkey = session:playAndGetDigits(0, 1, 1, 1000, >>> "#", confPrompt, "", "\\d|\\*") >>> >> >> It complains of "Invalid Args" (and doesn't say anything). All it has to >>> do is read out the number that it's intending to call, allowing the user >>> to change their mind by hitting *. >>> >>> >> You can't have an argument of "0" for the minimum number of digits. See >> this page for details on play_and_get_digits args: >> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits >> >> -MC >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/6c4756e5/attachment.html From avi at avimarcus.net Mon Jun 18 19:15:11 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 18:15:11 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: For me there was. "enter the value or press # to skip" because it's optional... seems a very possible use-case. It's an IVR for gathering information, not navigating a menu. -Avi On Mon, Jun 18, 2012 at 6:09 PM, Michael Collins wrote: > But but but the wiki says! The wiki just CAN'T be wrong! ;) Actually, > according to switch_ivr_play_say.c it looks like you can have a min_digits > of "0". Still, I'd make the min digits "1" unless there's a compelling > reason to want zero digits. > -MC > > > On Mon, Jun 18, 2012 at 8:00 AM, Avi Marcus wrote: > >> Uhm I thought I just wrote code that did that last week in lua. Seemed to >> work GREAT. >> >> if(phone_required==true) then >> ... >> else >> phone_min=0 --no minimum on the match length >> end >> phone=session:playAndGetDigits(phone_min, phone_max, 3, 20000, "#", >> "phrase:cc_phone_prompt:"..phone_skip, >> "phrase:cc_invalid_entry","\\d{"..phone_min..","..phone_max.."}"); >> >> -Avi >> >> >> On Mon, Jun 18, 2012 at 5:55 PM, Michael Collins wrote: >> >>> >>> >>>> The problem is with >>>> confirmkey = session:playAndGetDigits(0, 1, 1, 1000, >>>> "#", confPrompt, "", "\\d|\\*") >>>> >>> >>> It complains of "Invalid Args" (and doesn't say anything). All it has to >>>> do is read out the number that it's intending to call, allowing the user >>>> to change their mind by hitting *. >>>> >>>> >>> You can't have an argument of "0" for the minimum number of digits. See >>> this page for details on play_and_get_digits args: >>> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits >>> >>> -MC >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/01493cc6/attachment-0001.html From gshepard at star2star.com Mon Jun 18 19:19:08 2012 From: gshepard at star2star.com (Gabe Shepard) Date: Mon, 18 Jun 2012 11:19:08 -0400 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: I think in mod_dptools.c in the play_and_get_digits_function there's some code that does: if (min_digits <= 1) { min_digits = 1; } My C is rusty and this may be irrelevant though! -Gabe On Mon, Jun 18, 2012 at 11:09 AM, Michael Collins wrote: > But but but the wiki says! The wiki just CAN'T be wrong! ;) Actually, > according to switch_ivr_play_say.c it looks like you can have a min_digits > of "0". Still, I'd make the min digits "1" unless there's a compelling > reason to want zero digits. > -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/c8a0451a/attachment.html From alex at thewinelake.com Mon Jun 18 20:02:58 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 17:02:58 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: <4FDF5132.5030303@thewinelake.com> I've changed the 0 to a 1 and it didn't make any difference. I'm pretty sure it's all to do with trying to use "say" within the lua incarnation of playAndGetDigits. > I think in mod_dptools.c in the play_and_get_digits_function there's > some code that does: > > if (min_digits <= 1) { > min_digits = 1; > } > > My C is rusty and this may be irrelevant though! > > -Gabe > > On Mon, Jun 18, 2012 at 11:09 AM, Michael Collins > wrote: > > But but but the wiki says! The wiki just CAN'T be wrong! ;) > Actually, according to switch_ivr_play_say.c it looks like you can > have a min_digits of "0". Still, I'd make the min digits "1" > unless there's a compelling reason to want zero digits. > -MC > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/747a8da5/attachment.html From alex at thewinelake.com Mon Jun 18 20:03:49 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 17:03:49 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: <4FDF5165.7020907@thewinelake.com> Maybe there's a simpler way to do a "speak" that's interruptable by DTMF and then finding out what the DTMF was? > I think in mod_dptools.c in the play_and_get_digits_function there's > some code that does: > > if (min_digits <= 1) { > min_digits = 1; > } > > My C is rusty and this may be irrelevant though! > > -Gabe > > On Mon, Jun 18, 2012 at 11:09 AM, Michael Collins > wrote: > > But but but the wiki says! The wiki just CAN'T be wrong! ;) > Actually, according to switch_ivr_play_say.c it looks like you can > have a min_digits of "0". Still, I'd make the min digits "1" > unless there's a compelling reason to want zero digits. > -MC > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/55339359/attachment.html From ocset at the800group.com Mon Jun 18 20:06:31 2012 From: ocset at the800group.com (ocset) Date: Tue, 19 Jun 2012 00:06:31 +0800 Subject: [Freeswitch-users] External profile & NAT In-Reply-To: References: <4FDF35D1.306@the800group.com> Message-ID: <4FDF5207.7000204@the800group.com> Thanks Michael I found my mistake. I had copied the new external5090.xml file into the external directory and not into the same directory as external.xml. After restating FreeSWITCH, I can now see the new profile: external5090 profile sip:mod_sofia at 192.168.0.16:5090 RUNNING (0) I have removed the section as I presume I don't need these gateways to be loaded for my new profile? Does the external softphone just connect using an existing user/ext or do I now somehow create a gateway that limits which users are exposed to the internet. Thanks again for your guidance. O On 18/06/12 22:56, Michael Collins wrote: > After you add the external profile you need to reloadxml and then you > need to start the profile - assuming you didn't just restart > FreeSWITCH or reload mod_sofia. > > -MC > > On Mon, Jun 18, 2012 at 7:06 AM, ocset > wrote: > > Hi > > I would like to allow a person with a softphone app to register with > Freeswitch (extension 1111) when they are outside the office network. > > I would like to to implement this using an external profile. According > to the wiki page (http://wiki.freeswitch.org/wiki/External_profile) I > just need to create a copy of the "conf/sip_profiles/external.xml" > file > and change the port number to 5090 (and also open the port on the > modem). When I do a "sofia status", this new gateway does not show up > and to be honest, I don't quite understand how that works and what > else > to read to make sense of what to do. > > What are the ways in which other Freeswitch admins are granting access > to external devices? > > ps. just to confirm, do I set external_rtp_ip and external_sip_ip > to the > fix IP address that my ISP has given me - the one that is shown by > www.whatsmyip.org ? > > Please help > Thanks > O. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120619/7f622f4c/attachment-0001.html From msc at freeswitch.org Mon Jun 18 20:08:05 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 18 Jun 2012 09:08:05 -0700 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF5165.7020907@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF5165.7020907@thewinelake.com> Message-ID: If you're just trying to do "say" (using the existing pre-recorded prompts) or "speak" (for TTS) then just use a phrase macro. Look in conf/lang/en for examples of different types of phrase macros. See chapter 6 of the original FS book for a gentle tutorial on using phrase macros. (It mentions them in the context of using XML IVRs but phrase macros can be used anywhere in FreeSWITCH where a sound file would normally be specified.) -MC On Mon, Jun 18, 2012 at 9:03 AM, Alex wrote: > Maybe there's a simpler way to do a "speak" that's interruptable by DTMF > and then finding out what the DTMF was? > > I think in mod_dptools.c in the play_and_get_digits_function there's some > code that does: > > if (min_digits <= 1) { > min_digits = 1; > } > > My C is rusty and this may be irrelevant though! > > -Gabe > > On Mon, Jun 18, 2012 at 11:09 AM, Michael Collins wrote: > >> But but but the wiki says! The wiki just CAN'T be wrong! ;) Actually, >> according to switch_ivr_play_say.c it looks like you can have a min_digits >> of "0". Still, I'd make the min digits "1" unless there's a compelling >> reason to want zero digits. >> -MC > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/c706c1ce/attachment.html From alex at thewinelake.com Mon Jun 18 20:10:34 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 17:10:34 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> Message-ID: <4FDF52FA.2070007@thewinelake.com> Ah, just seen this: http://lists.freeswitch.org/pipermail/freeswitch-users/2011-June/073877.html I thought I wanted say, but maybe could be persuaded to use speak if it came to it.... > I think in mod_dptools.c in the play_and_get_digits_function there's > some code that does: > > if (min_digits <= 1) { > min_digits = 1; > } > > My C is rusty and this may be irrelevant though! > > -Gabe > > On Mon, Jun 18, 2012 at 11:09 AM, Michael Collins > wrote: > > But but but the wiki says! The wiki just CAN'T be wrong! ;) > Actually, according to switch_ivr_play_say.c it looks like you can > have a min_digits of "0". Still, I'd make the min digits "1" > unless there's a compelling reason to want zero digits. > -MC > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/607ec5cf/attachment.html From avi at avimarcus.net Mon Jun 18 20:10:24 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 19:10:24 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF5132.5030303@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF5132.5030303@thewinelake.com> Message-ID: maybe.. try turning your "confPrompt" into a "phrase:confPrompt" and see what happens. -Avi From msc at freeswitch.org Mon Jun 18 20:11:34 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 18 Jun 2012 09:11:34 -0700 Subject: [Freeswitch-users] External profile & NAT In-Reply-To: <4FDF5207.7000204@the800group.com> References: <4FDF35D1.306@the800group.com> <4FDF5207.7000204@the800group.com> Message-ID: Correct, the gateways section is only if you wish to create gateways to connect to other servers. Since you plan to use this profile only for inbound registrations you're fine. This profile can utilize existing users from your user directory. -MC On Mon, Jun 18, 2012 at 9:06 AM, ocset wrote: > Thanks Michael > > I found my mistake. I had copied the new external5090.xml file into the > external directory and not into the same directory as external.xml. After > restating FreeSWITCH, I can now see the new profile: > > external5090 profile sip:mod_sofia at 192.168.0.16:5090 > RUNNING (0) > > I have removed the section as I presume I don't need these > gateways to be loaded for my new profile? > > > > > > Does the external softphone just connect using an existing user/ext or do > I now somehow create a gateway that limits which users are exposed to the > internet. > > Thanks again for your guidance. > O > > On 18/06/12 22:56, Michael Collins wrote: > > After you add the external profile you need to reloadxml and then you need > to start the profile - assuming you didn't just restart FreeSWITCH or > reload mod_sofia. > > -MC > > On Mon, Jun 18, 2012 at 7:06 AM, ocset wrote: > >> Hi >> >> I would like to allow a person with a softphone app to register with >> Freeswitch (extension 1111) when they are outside the office network. >> >> I would like to to implement this using an external profile. According >> to the wiki page (http://wiki.freeswitch.org/wiki/External_profile) I >> just need to create a copy of the "conf/sip_profiles/external.xml" file >> and change the port number to 5090 (and also open the port on the >> modem). When I do a "sofia status", this new gateway does not show up >> and to be honest, I don't quite understand how that works and what else >> to read to make sense of what to do. >> >> What are the ways in which other Freeswitch admins are granting access >> to external devices? >> >> ps. just to confirm, do I set external_rtp_ip and external_sip_ip to the >> fix IP address that my ISP has given me - the one that is shown by >> www.whatsmyip.org? >> >> Please help >> Thanks >> O. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/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://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/9304f19f/attachment-0001.html From avi at avimarcus.net Mon Jun 18 20:14:29 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 19:14:29 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF52FA.2070007@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> Message-ID: Phrases let you mix and match speak, say, play-file, silence, other macros, and even passing in options. http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase http://wiki.freeswitch.org/wiki/Speech_Phrase_Management -Avi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/84ce297d/attachment.html From alex at thewinelake.com Mon Jun 18 20:20:16 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 17:20:16 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> Message-ID: <4FDF5540.5050708@thewinelake.com> OK - something for a rainy day. No confirmations for now ;-) > Phrases let you mix and match speak, say, play-file, silence, other > macros, and even passing in options. > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management > > -Avi > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/a8c71ad4/attachment.html From alex at digitalmail.com Mon Jun 18 20:26:07 2012 From: alex at digitalmail.com (Alex Lake) Date: Mon, 18 Jun 2012 17:26:07 +0100 Subject: [Freeswitch-users] Using * as "terminate and cancel" Message-ID: <4FDF569F.9020409@digitalmail.com> Is there a way to get playAndGetDigits to allow the user to enter a (telephone) number, but if they decide part way through that they messed up and they want to abort, they can press * - and then (without checking validation) the lua script knows that they pressed * rather than the more normal # (which means "I've finished - now go do it!"). From jaasmailing at gmail.com Mon Jun 18 20:28:07 2012 From: jaasmailing at gmail.com (Carlo Dimaggio) Date: Mon, 18 Jun 2012 18:28:07 +0200 Subject: [Freeswitch-users] BYE authentication problem In-Reply-To: <4FDB09D4.4050703@gmail.com> References: <4FDB09D4.4050703@gmail.com> Message-ID: <4FDF5717.70000@gmail.com> Does anyone have the same problem? Regards, Il 15/06/12 12.09, Carlo Dimaggio ha scritto: > Hello, > > my FS has a trunk with an openser: > > FS -> openser (sip.test.com - 1.2.3.4) -> cisco gateway > > I have configured a gateway with this sip proxy / realm and I have a > problem with BYE. > When I call from PSTN (cisco gateway) to FS, the cisco device set a > realm "1.2.3.4" and openser ask for authentication, while FS tell: > > 2012-06-14 14:23:44.018150 [ERR] sofia_reg.c:2160 Cannot locate any > authentication credentials to complete an authentication request for > realm '"1.2.3.4"' > > I know that FS asks that realm configured in the gateway section > (sip.test.com) should match the realm in the challenge packet from the > other device (that instead is 1.2.3.4), but the Reverse DNS of 1.2.3.4 > is sip.test.com (and viceversa). > > Should FS respond to the challenge packet? How can I solve this problem? > > > Best Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/fa92a815/attachment.html From marketing at cluecon.com Mon Jun 18 20:40:04 2012 From: marketing at cluecon.com (Michael Collins) Date: Mon, 18 Jun 2012 09:40:04 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly News and Notes Message-ID: We hope you're having a nice Monday today. The past week was a busy one both for the FreeSWITCHproject and for ClueCon . Last week's community conference call was a nice discussion about some of the things that will be happening at ClueCon this year. We also had a visit from Diana Cionoiu of the YATE project. This coming Wednesday we will have Darren Schreiber, co-author of both FreeSWITCH books and co-founder of the 2600hz project , on our call to give his world-famous "SIP 101" presentation. We definitely look forward to that discussion. We also wanted to highlight an interesting blog postby our friend and community member Kristian Kielhofner. Its provocative title is: "Everything you wish you didn't need to know about VoIP." Over the years Kristian has collected a lot of knowledge about interoperability - and lack thereof - between various VoIP devices and servers. Whether you're a VoIP novice or veteran we think you will appreciate seeing this knowledge written down for the benefit of all. In ClueCon news are happy to announce two training session and a birds of a feather (BOF) meetup for this year's event. Paid attendees of ClueCon will have their choice of FreeSWITCH or OpenSIPS training. The FreeSWITCH training will be conducted by the aforementioned Darren Schreiber. The OpenSIPS training will be conducted by none other than Bogdan-Andrei Iancu, lead developer of the OpenSIPS project. The training sessions will take place on Monday, August 6. On the evening of Wednesday, August 8 we will be having a VoIP security ("VoIPSec") meetup for those interested in discussing this subject with others who share an interest. Among those who will be present are Phil Zimmermann of PGP and ZRTPfame. Be sure to register right away so that you can get your extra chances to win. Anyone who registers before July 4th of this year will receive 10 entries in the great ClueCon giveaway. We have a lot of interesting items to give away this year, so stay tuned. And while you are at the ClueCon site to register , but sure to review the schedule as we've added a number of new speakers in the past week. See you in August! -- Michael S Collins ClueCon Team http://www.cluecon.com 877-7-4ACLUE cc12-0618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/48dc910a/attachment.html From covici at ccs.covici.com Mon Jun 18 20:52:18 2012 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Mon, 18 Jun 2012 12:52:18 -0400 Subject: [Freeswitch-users] FreeSWITCH Weekly News and Notes In-Reply-To: References: Message-ID: <15212.1340038338@ccs.covici.com> I just wish the blog was not a google doc! Can't read those. Michael Collins wrote: > We hope you're having a nice Monday today. > > The past week was a busy one both for the > FreeSWITCHproject and for > ClueCon . Last week's community > conference call was a nice discussion about some of the things that will be > happening at ClueCon this year. We also had a visit from Diana Cionoiu of > the YATE project. This coming > Wednesday we will have Darren Schreiber, co-author of both FreeSWITCH books > and co-founder of the 2600hz project , on > our call to give his world-famous "SIP 101" presentation. We definitely > look forward to that discussion. > > We also wanted to highlight an interesting blog > postby > our friend and community member Kristian Kielhofner. Its provocative > title is: "Everything you wish you didn't need to know about VoIP." Over > the years Kristian has collected a lot of knowledge about interoperability > - and lack thereof - between various VoIP devices and servers. Whether > you're a VoIP novice or veteran we think you will appreciate seeing this > knowledge written down for the benefit of all. > > In ClueCon news are happy to announce two training session and a birds of a > feather (BOF) meetup for this year's event. Paid attendees of ClueCon will > have their choice of FreeSWITCH or OpenSIPS training. The FreeSWITCH > training will be conducted by the aforementioned Darren Schreiber. The > OpenSIPS training will be conducted by none other than Bogdan-Andrei Iancu, > lead developer of the OpenSIPS project. The training sessions will take > place on Monday, August 6. On the evening of Wednesday, August 8 we will be > having a VoIP security ("VoIPSec") meetup for those interested in > discussing this subject with others who share an interest. Among those who > will be present are Phil Zimmermann of PGP and > ZRTPfame. > > Be sure to register right away so that you can get your extra chances to > win. Anyone who registers before July 4th of this year will receive 10 > entries in the great ClueCon giveaway. We have a lot of interesting items > to give away this year, so stay tuned. And while you are at the ClueCon > site to register , but sure to > review the schedule as we've > added a number of new speakers in the past week. > > See you in August! > > -- > Michael S Collins > ClueCon Team > http://www.cluecon.com > 877-7-4ACLUE > cc12-0618 > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 alex at thewinelake.com Mon Jun 18 20:55:57 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 17:55:57 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> Message-ID: <4FDF5D9D.4060707@thewinelake.com> More lua trouble - real beginner stuff, I'm afraid. Why does this not work: destnum = session:playAndGetDigits(3, 20, 3, 5000, "#", "/home/oev/fs-pabx/prompts/dmsb12_mcm3.wav", "", "\\d+\\*") l = strlen(destnum) The objection is 2012-06-18 16:52:30.415261 [ERR] mod_lua.cpp:198 /usr/local/freeswitch/scripts/mcm2.lua:13: attempt to call global 'strlen' (a nil value) stack traceback: /usr/local/freeswitch/scripts/mcm2.lua:13: in function 'getDestNumber' /usr/local/freeswitch/scripts/mcm2.lua:49: in function 'unattendedTransfer' /usr/local/freeswitch/scripts/mcm2.lua:24: in function 'processMcmOption' /usr/local/freeswitch/scripts/mcm2.lua:153: in main chunk I was just assuming that lua is lua and that anything in the lua wiki (eg. http://www.lua.org/manual/2.4/node32.html#exstring) would work. > Phrases let you mix and match speak, say, play-file, silence, other > macros, and even passing in options. > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management > > -Avi > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/d8c37f3d/attachment.html From avi at avimarcus.net Mon Jun 18 21:05:21 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 20:05:21 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF5D9D.4060707@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> <4FDF5D9D.4060707@thewinelake.com> Message-ID: lua uses: myString:len() or tostring(myNumber):len() -Avi On Mon, Jun 18, 2012 at 7:55 PM, Alex wrote: > More lua trouble - real beginner stuff, I'm afraid. > > Why does this not work: > > destnum = session:playAndGetDigits(3, 20, 3, 5000, "#", > "/home/oev/fs-pabx/prompts/dmsb12_mcm3.wav", "", "\\d+\\*") > l = strlen(destnum) > > The objection is > > > 2012-06-18 16:52:30.415261 [ERR] mod_lua.cpp:198 > /usr/local/freeswitch/scripts/mcm2.lua:13: attempt to call global 'strlen' > (a nil value) > stack traceback: > /usr/local/freeswitch/scripts/mcm2.lua:13: in function > 'getDestNumber' > /usr/local/freeswitch/scripts/mcm2.lua:49: in function > 'unattendedTransfer' > /usr/local/freeswitch/scripts/mcm2.lua:24: in function > 'processMcmOption' > /usr/local/freeswitch/scripts/mcm2.lua:153: in main chunk > > I was just assuming that lua is lua and that anything in the lua wiki (eg. > http://www.lua.org/manual/2.4/node32.html#exstring) would work. > > Phrases let you mix and match speak, say, play-file, silence, other > macros, and even passing in options. > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management > > -Avi > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/57af7664/attachment.html From alex at thewinelake.com Mon Jun 18 21:07:04 2012 From: alex at thewinelake.com (Alex) Date: Mon, 18 Jun 2012 18:07:04 +0100 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF5D9D.4060707@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> <4FDF5D9D.4060707@thewinelake.com> Message-ID: <4FDF6038.4020606@thewinelake.com> OK, so replying to myself, I think I need to include the string library... I can see in lua.conf.xml that one can have a "module-directory" but I'm not sure where I should get these modules from. Any recommended quick reading on this? > More lua trouble - real beginner stuff, I'm afraid. > > Why does this not work: > > destnum = session:playAndGetDigits(3, 20, 3, 5000, "#", > "/home/oev/fs-pabx/prompts/dmsb12_mcm3.wav", "", "\\d+\\*") > l = strlen(destnum) > > The objection is > > > 2012-06-18 16:52:30.415261 [ERR] mod_lua.cpp:198 > /usr/local/freeswitch/scripts/mcm2.lua:13: attempt to call global > 'strlen' (a nil value) > stack traceback: > /usr/local/freeswitch/scripts/mcm2.lua:13: in function > 'getDestNumber' > /usr/local/freeswitch/scripts/mcm2.lua:49: in function > 'unattendedTransfer' > /usr/local/freeswitch/scripts/mcm2.lua:24: in function > 'processMcmOption' > /usr/local/freeswitch/scripts/mcm2.lua:153: in main chunk > > I was just assuming that lua is lua and that anything in the lua wiki > (eg. http://www.lua.org/manual/2.4/node32.html#exstring) would work. > >> Phrases let you mix and match speak, say, play-file, silence, other >> macros, and even passing in options. >> >> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase >> http://wiki.freeswitch.org/wiki/Speech_Phrase_Management >> >> -Avi >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> Join Us At ClueCon - Aug 7-9, 2012 >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 >> > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2437/5077 - Release Date: 06/18/12 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/35ad70dc/attachment-0001.html From avi at avimarcus.net Mon Jun 18 21:10:24 2012 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 18 Jun 2012 20:10:24 +0300 Subject: [Freeswitch-users] lua trouble In-Reply-To: <4FDF6038.4020606@thewinelake.com> References: <4FDF3541.4010808@thewinelake.com> <4FDF52FA.2070007@thewinelake.com> <4FDF5D9D.4060707@thewinelake.com> <4FDF6038.4020606@thewinelake.com> Message-ID: I didn't need to do any such thing... Did you get an error using myString:len()? -Avi On Mon, Jun 18, 2012 at 8:07 PM, Alex wrote: > OK, so replying to myself, I think I need to include the string > library... I can see in lua.conf.xml that one can have a "module-directory" > but I'm not sure where I should get these modules from. Any recommended > quick reading on this? > > More lua trouble - real beginner stuff, I'm afraid. > > Why does this not work: > > destnum = session:playAndGetDigits(3, 20, 3, 5000, "#", > "/home/oev/fs-pabx/prompts/dmsb12_mcm3.wav", "", "\\d+\\*") > l = strlen(destnum) > > The objection is > > > 2012-06-18 16:52:30.415261 [ERR] mod_lua.cpp:198 > /usr/local/freeswitch/scripts/mcm2.lua:13: attempt to call global 'strlen' > (a nil value) > stack traceback: > /usr/local/freeswitch/scripts/mcm2.lua:13: in function > 'getDestNumber' > /usr/local/freeswitch/scripts/mcm2.lua:49: in function > 'unattendedTransfer' > /usr/local/freeswitch/scripts/mcm2.lua:24: in function > 'processMcmOption' > /usr/local/freeswitch/scripts/mcm2.lua:153: in main chunk > > I was just assuming that lua is lua and that anything in the lua wiki (eg. > http://www.lua.org/manual/2.4/node32.html#exstring) would work. > > Phrases let you mix and match speak, say, play-file, silence, other > macros, and even passing in options. > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_phrase > http://wiki.freeswitch.org/wiki/Speech_Phrase_Management > > -Avi > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2433/5076 - Release Date: 06/17/12 > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://wiki.freeswitch.orghttp://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > 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 > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2177 / Virus Database: 2437/5077 - Release Date: 06/18/12 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120618/53ece7b7/attachment.html From steveayre at gmail.com Mon Jun 18 21:14:40 2012 From: steveayre at gmail.com (Steven Ayre) Date: Mon, 18 Jun 2012 18:14:40 +0100 Subject: [Freeswitch-users] mod_syslog In-Reply-To: <4FDF181A.6030701@virtual-call-center.eu> References: <4FDF181A.6030701@virtual-call-center.eu> Message-ID: <161250C0-1AA2-4708-89AA-8EEB3212C544@gmail.com> It appears to be a limitation in syslog-ng ose - a quick google turned this up which sounds similar to your problem: https://lists.balabit.hu/pipermail/syslog-ng/2011-September/017212.html Steve on iPhone On 18 Jun 2012, at 12:59, ?d?m Kolesz?r wrote: > Hi, > > A have a little problem with the mod_syslog module. Freeswitch generates > multiline log messages (for example: SDP or register messages) which > syslog-ng OSE can't handle. The firs part of the message is sent > correctly but missing the facility and ident from the other part of the > message. Because of this the messages can not be filtered by ident (or > facility) on server side and goes to wrong destination. > > My question is, have you ever noticed this kind of problem? > Thank you for your help in advance. > > Br, > Adam > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > Join Us At ClueCon - Aug 7-9, 2012 > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 sos at sokhapkin.dyndns.org Mon Jun 18 21:29:41 2012 From: sos at sokhapkin.dyndns.org (Sergey Okhapkin) Date: Mon, 18 Jun 2012 13:29:41 -0400 Subject: [Freeswitch-users] mod_syslog In-Reply-To: <161250C0-1AA2-4708-89AA-8EEB3212C544@gmail.com> References: <4FDF181A.6030701@virtual-call-center.eu> <161250C0-1AA2-4708-89AA-8EEB3212C544@gmail.com> Message-ID: <1744390.8By8XOcLhx@sos> Syslog-ng ose handles multiline logs beginning with version 3.2. Here is an example: Jun 18 13:26:02 east1 /usr/local/sbin/kamailio[20824]: INFO: