From helmut.kuper at ewetel.de Thu Oct 1 01:52:59 2009 From: helmut.kuper at ewetel.de (Helmut Kuper) Date: Thu, 01 Oct 2009 10:52:59 +0200 Subject: [Freeswitch-users] Problem with subscription expire Message-ID: <4AC46DEB.3090506@ewetel.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, it seems exired subsciptions are never cleared in FS. A look into sofia_presence.c confirms explains this /* negative in exptime means keep bumping up sub time to avoid a snafu where every device has it's own rules about subscriptions that somehow barely resemble the RFC not that I blame them because the RFC MAY be amibiguous and SHOULD be deleted. So to avoid the problem we keep resetting the expiration date of the subscription so it never expires. Eybeam completely ignores this option and most other subscription-state: directives from rfc3265 and still expires. Polycom is happy to keep upping the subscription expiry back to the original time on each new notify. The rest ... who knows...? */ For some reasons subscriptions created by Snom phones are filling up the sip_subscriptions table over time. This leads to some kind of DOS by FS against the subscribing phone ... The subscribtions are differentiate by call-id. This can be explained by RFC 3842 chapter 3.6 where expired subscriptions must be renewed with a NEW call-id. Because there is no hint about unsubscribing the old subscription I guess the clean up process has to be done by FS. Any way to get FS to do this job? Since there is no creation date or expire value which represents the expire as a timestamp I have no way to clean up the table manually via sql and cronjob - except cleaning the whole table ... A further (but background) question is, why do the subscriptions expire in snom phones at all ... regards helmut -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFKxG3q4tZeNddg3dwRArNEAJ9fjHLox1tt038ze0liUG0ki+wrfgCgsz09 pO+XUioXrBKJ/ozUOy1ZqeA= =nZaf -----END PGP SIGNATURE----- From nagalenoj at gmail.com Thu Oct 1 06:50:00 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Thu, 1 Oct 2009 06:50:00 -0700 (PDT) Subject: [Freeswitch-users] Listening to a connected call [barge in] Message-ID: <25696889.post@talk.nabble.com> In ES outbound, I need to do the following, * A calls 2000(FS ES outbound extension) * In the script, It'll answer the call, play some files and get the reply from A(as voice). * Simultaneously(when doing the above), the script has to call B. * When B attends the call, B has to listen to the live conversation between 2000 & A. How should I do.? I've tried this with async mode and by listening to the events. But I couldn't do it. Help me to do this.. Regards, Nagalenoj -- View this message in context: http://www.nabble.com/Listening-to-a-connected-call--barge-in--tp25696889p25696889.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From vinuth.madinur at gmail.com Thu Oct 1 07:03:19 2009 From: vinuth.madinur at gmail.com (Vinuth Madinur) Date: Thu, 1 Oct 2009 19:33:19 +0530 Subject: [Freeswitch-users] Listening to a connected call [barge in] In-Reply-To: <25696889.post@talk.nabble.com> References: <25696889.post@talk.nabble.com> Message-ID: <910309030910010703j151d71v3c9e5700a6355939@mail.gmail.com> Hi, Use the eavesdrop command. Just supply it with the call UUID and the extension of B. Wiki has more details. Thanks, Vinuth. On Thu, Oct 1, 2009 at 7:20 PM, Nagalenoj wrote: > > In ES outbound, I need to do the following, > * A calls 2000(FS ES outbound extension) > * In the script, It'll answer the call, play some files and get the reply > from A(as voice). > * Simultaneously(when doing the above), the script has to call B. > * When B attends the call, B has to listen to the live conversation between > 2000 & A. > > How should I do.? > > I've tried this with async mode and by listening to the events. But I > couldn't do it. Help me to do this.. > > Regards, > Nagalenoj > -- > View this message in context: > http://www.nabble.com/Listening-to-a-connected-call--barge-in--tp25696889p25696889.html > Sent from the Freeswitch-users mailing list archive at Nabble.com. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/0fa489f8/attachment.html From sicfslist at gmail.com Thu Oct 1 07:27:47 2009 From: sicfslist at gmail.com (Shelby Ramsey) Date: Thu, 1 Oct 2009 09:27:47 -0500 Subject: [Freeswitch-users] Dialplan Issue Message-ID: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> Hello: I asked this on IRC yesterday and I think I confused everyone involved. So I apologize in advance here for reposting the question and if I wasted anyone's time. So here is the issue I'm having. I'm trying to use FS as a redirect server (specifically to serve up LNP queries via 302 redirects). But I'm having an issue where based on the string in the dialplan FS will respond with a 500 internal error message instead of a 300 redirect. The call flow should be this: -- remote party sends an Invite to my FS instance -- FS should respond with a 302 The following works as expected (FS will send a 302 when it receives an Invite): However if I do this (which is the way the response should look) FS will respond with a 500 internal server error: So the issue is the placement of the user params .... if they are before the @ FS will send a 500 internal server error ... if they are after the @ FS will send a 302. Unfortunately placing the user params after the @ doesn't quite conform to the way other devices expect to receive the 302 for this application. Any help would be greatly appreciated. Shelby PS ... hats off to the author of mod_memcache ... that is extremely useful! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/03aab0bb/attachment.html From testa at voicetechnology.com.br Thu Oct 1 07:35:24 2009 From: testa at voicetechnology.com.br (Fernando Testa) Date: Thu, 1 Oct 2009 11:35:24 -0300 Subject: [Freeswitch-users] REGISTER fails with 407 after minutes of success register In-Reply-To: <7B7B543E-ACC9-4D00-A246-6C8D2608B960@freeswitch.org> References: <9cb0e15e0909291728y2d75cea0k96547ea727d3dff9@mail.gmail.com> <9F9D51D2-2EBE-441D-BABF-6CA1DE8A9372@freeswitch.org> <9cb0e15e0909300506g6306d86dg39ade3fafa3ae750@mail.gmail.com> <7B7B543E-ACC9-4D00-A246-6C8D2608B960@freeswitch.org> Message-ID: <9cb0e15e0910010735q3364cca8m8333740b1fd1a31@mail.gmail.com> In the link below you have the entire SIP trace from system startup until start receiving this annoying 407 Proxy Auth Required, preventing FS to register successfully on the Ericsson Pabx.You can notice multiple registrations from named ericsson_1050 to ericsson_1064 that starts failing after ~50 minutes after the boot. Issuing a 'sofia external profile restart' solves the registration problems. Brian, thanks for reply, but I really didn't get your point. Thank you, I apreciate any help. http://dl.getdropbox.com/u/410277/sip.log.gz On Wed, Sep 30, 2009 at 10:33 AM, Brian West wrote: > I don't see a challenge in your 407 so how can we answer properly > against the far end if they don't challenge us? > > /b > > On Sep 30, 2009, at 7:06 AM, Fernando Testa wrote: > > > Brian, > > > > Thanks for the reply. The SIP trace is mixed with the log (+ sofia > > loglevel all 9) on the pastebin I mention on the previous email > > (http://pastebin.freeswitch.org/10517 ). That log is from FS 1.0.4. > > > > > > On Tue, Sep 29, 2009 at 10:13 PM, Brian West > > wrote: > >> I need the sip trace. > >> > >> /b > >> > >> On Sep 29, 2009, at 7:28 PM, Fernando Testa wrote: > >> > >>> Hi all, > >>> > >>> I have a FS that registers on an Ericsson pabx as gateway under > >>> sip_external. > >>> This gateway start registering on the Ericsson ok, but after a > >>> while, > >>> around 50mins, it fails with the logs below. > >>> If I hit *sofia profile external restart* on fs_cli then the gateway > >>> returns to register with success (that means, we get 200 OK from > >>> Ericsson). > >>> This happens with FS 1.0.4 release tarball, and trunk r15011. > >>> I found similar situations on these links, but not actually found a > >>> solution. > >>> Any help is very welcome. > >>> > >>> *OS* > >>> CentOS 5.3 x86_64 > >>> 4Gb RAM > >>> > >>> log at http://pastebin.freeswitch.org/10517 > >>> > >>> conf/sip_profiles/external/ericsson.xml: > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > > users > > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Fernando Gregianin Testa Voice Technology Ltda +55 11 35882166 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/700d47b8/attachment-0001.html From brian at freeswitch.org Thu Oct 1 07:42:23 2009 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2009 09:42:23 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> Message-ID: <3DA34BA8-5E67-4A0C-A163-B72EF5F8638F@freeswitch.org> On Oct 1, 2009, at 9:27 AM, Shelby Ramsey wrote: > This will produce an INVALID sip uri... You can not feed this to sofia it'll get PISSED. Its missing the host portion. > > So the issue is the placement of the user params .... if they are > before the @ FS will send a 500 internal server error ... if they > are after the @ FS will send a 302. Unfortunately placing the user > params after the @ doesn't quite conform to the way other devices > expect to receive the 302 for this application. > > Any help would be greatly appreciated. > > Shelby > > PS ... hats off to the author of mod_memcache ... that is extremely > useful! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/8bfaca57/attachment.html From brian at freeswitch.org Thu Oct 1 07:46:53 2009 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2009 09:46:53 -0500 Subject: [Freeswitch-users] REGISTER fails with 407 after minutes of success register In-Reply-To: <9cb0e15e0910010735q3364cca8m8333740b1fd1a31@mail.gmail.com> References: <9cb0e15e0909291728y2d75cea0k96547ea727d3dff9@mail.gmail.com> <9F9D51D2-2EBE-441D-BABF-6CA1DE8A9372@freeswitch.org> <9cb0e15e0909300506g6306d86dg39ade3fafa3ae750@mail.gmail.com> <7B7B543E-ACC9-4D00-A246-6C8D2608B960@freeswitch.org> <9cb0e15e0910010735q3364cca8m8333740b1fd1a31@mail.gmail.com> Message-ID: Thanks for posting the logs... But I'm not going to spend the time to download it.. unzip it and look at it... I would rather just click a link with the logs in plain text and read them in my browser. I'll do it now but next time lets not add steps to the process that are not needed. This goes for Jira too don't upload zip files of text logs that just makes it harder for us to quickly help you. This isn't going to help me much know why Sofia/FreeSWITCH isn't working. sofia profile xxx siptrace on press F8 sofia loglevel all 9 Then post that please. /b On Oct 1, 2009, at 9:35 AM, Fernando Testa wrote: > In the link below you have the entire SIP trace from system startup > until start receiving this annoying 407 Proxy Auth Required, > preventing FS to register successfully on the Ericsson Pabx. > You can notice multiple registrations from named ericsson_1050 to > ericsson_1064 that starts failing after ~50 minutes after the boot. > Issuing a 'sofia external profile restart' solves the registration > problems. > Brian, thanks for reply, but I really didn't get your point. > Thank you, I apreciate any help. > > http://dl.getdropbox.com/u/410277/sip.log.gz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/0bb9f608/attachment.html From anthony.minessale at gmail.com Thu Oct 1 07:55:54 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 09:55:54 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> Message-ID: <191c3a030910010755l387faba8x1d8f9bbf51c8ffa1@mail.gmail.com> you left too fast. 1) I told you if you put <> around the sip uri it will work. 2) I told you I added a patch in tree to add one for you if it's not supplied so update to trunk. On Thu, Oct 1, 2009 at 9:27 AM, Shelby Ramsey wrote: > Hello: > > I asked this on IRC yesterday and I think I confused everyone involved. So > I apologize in advance here for reposting the question and if I wasted > anyone's time. > > So here is the issue I'm having. I'm trying to use FS as a redirect server > (specifically to serve up LNP queries via 302 redirects). But I'm having an > issue where based on the string in the dialplan FS will respond with a 500 > internal error message instead of a 300 redirect. > > The call flow should be this: > -- remote party sends an Invite to my FS instance > -- FS should respond with a 302 > > The following works as expected (FS will send a 302 when it receives an > Invite): > > > > However if I do this (which is the way the response should look) FS will > respond with a 500 internal server error: > > data="sip:${destination_number};rn=${rn};npdi=yes@${network_addr}"/> > > So the issue is the placement of the user params .... if they are before > the @ FS will send a 500 internal server error ... if they are after the @ > FS will send a 302. Unfortunately placing the user params after the @ > doesn't quite conform to the way other devices expect to receive the 302 for > this application. > > Any help would be greatly appreciated. > > Shelby > > PS ... hats off to the author of mod_memcache ... that is extremely useful! > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/aad11a62/attachment.html From jerry.richards at teotech.com Thu Oct 1 07:57:29 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Thu, 1 Oct 2009 07:57:29 -0700 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISH To Subscribing Phones Message-ID: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry From sicfslist at gmail.com Thu Oct 1 08:59:53 2009 From: sicfslist at gmail.com (Shelby Ramsey) Date: Thu, 1 Oct 2009 10:59:53 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <3DA34BA8-5E67-4A0C-A163-B72EF5F8638F@freeswitch.org> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> <3DA34BA8-5E67-4A0C-A163-B72EF5F8638F@freeswitch.org> Message-ID: <35b355e90910010859t5c7cd401n7a33cfe7a13ec962@mail.gmail.com> Brian, Thanks for the info. I guess I'll go read section 19.1 of RFC3261 again. I do think the above has a valid host portion (I don't think the port is required). I'm not so sure that putting params in the user portion of the uri is valid (from the RFC it states sip:user:password at host:port;uri-parameters?headers). The issue is that in the real world this is done all the time .... SIP is fantastic :) Shelby On Thu, Oct 1, 2009 at 9:42 AM, Brian West wrote: > > On Oct 1, 2009, at 9:27 AM, Shelby Ramsey wrote: > > > > > This will produce an INVALID sip uri... You can not feed this to sofia > it'll get PISSED. > > Its missing the host portion. > > > So the issue is the placement of the user params .... if they are before > the @ FS will send a 500 internal server error ... if they are after the @ > FS will send a 302. Unfortunately placing the user params after the @ > doesn't quite conform to the way other devices expect to receive the 302 for > this application. > > Any help would be greatly appreciated. > > Shelby > > PS ... hats off to the author of mod_memcache ... that is extremely useful! > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/0610950b/attachment.html From sicfslist at gmail.com Thu Oct 1 09:01:37 2009 From: sicfslist at gmail.com (Shelby Ramsey) Date: Thu, 1 Oct 2009 11:01:37 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <191c3a030910010755l387faba8x1d8f9bbf51c8ffa1@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> <191c3a030910010755l387faba8x1d8f9bbf51c8ffa1@mail.gmail.com> Message-ID: <35b355e90910010901j63a36531m7550eba26564f01@mail.gmail.com> Tony, Once again ... you are the man! I'll try this right now. SDR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/9919940c/attachment-0001.html From brian at freeswitch.org Thu Oct 1 09:15:33 2009 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2009 11:15:33 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <35b355e90910010859t5c7cd401n7a33cfe7a13ec962@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> <3DA34BA8-5E67-4A0C-A163-B72EF5F8638F@freeswitch.org> <35b355e90910010859t5c7cd401n7a33cfe7a13ec962@mail.gmail.com> Message-ID: I wouldn't go that far! :P You might be able to get away with it on the patch tony wrote but not sure. /b On Oct 1, 2009, at 10:59 AM, Shelby Ramsey wrote: > SIP is fantastic :) From sicfslist at gmail.com Thu Oct 1 09:18:01 2009 From: sicfslist at gmail.com (Shelby Ramsey) Date: Thu, 1 Oct 2009 11:18:01 -0500 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <35b355e90910010901j63a36531m7550eba26564f01@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> <191c3a030910010755l387faba8x1d8f9bbf51c8ffa1@mail.gmail.com> <35b355e90910010901j63a36531m7550eba26564f01@mail.gmail.com> Message-ID: <35b355e90910010918w7a01c4d1l7bc8b7986d2a3434@mail.gmail.com> Just to confirm ... works like a champ. Thanks again!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/e7934e4d/attachment.html From anthony.minessale at gmail.com Thu Oct 1 09:35:34 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 11:35:34 -0500 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISH To Subscribing Phones In-Reply-To: References: Message-ID: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: > > By the way, I see the following lines at the FS console, which might be a > clue as to why this is happening. Could someone point me toward what might > cause this? I set the "manage-presence" parameter to "true" in each XML > file where I saw it defined. > > [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) > [ERR] sofia_presence.c:611 DUMP PRESENCE SQL > ... > [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) > [ERR] sofia_presence.c:611 DUMP PRESENCE SQL > ... > [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) > [ERR] sofia_presence.c:611 DUMP PRESENCE SQL > ... > [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping > > > Best Regards, > Jerry > > > -----Original Message----- > From: Jerry Richards [mailto:jerry.richards at teotech.com] > Sent: Wednesday, September 30, 2009 9:12 AM > To: 'freeswitch-users at lists.freeswitch.org' > Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones > > I have two phones configured to subscribe to each other's presence status. > When I change the presence status in one phone, I see the SIP PUBLISH > message going to FS, but I don't see FS relaying that presence status to > the > subscribing phone. Does anyone know why? > > Best Regards, > Jerry > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/2ccbced3/attachment.html From mike at van.lammeren.net Thu Oct 1 09:45:23 2009 From: mike at van.lammeren.net (Mike van Lammeren) Date: Thu, 1 Oct 2009 12:45:23 -0400 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> Message-ID: <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> Guess what? I have two FreeSWITCH servers working behind UltraMonkey, using heartbeat and ldirectord for load-balancing, fail-over and high availability! I'm probably not the first one to do it, but as near as Google and I can tell, I'm the first one to write about it. Here's how you can duplicate my setup: 1. Install Ubuntu Server 8 on four machines, either real or VM. 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, following these instructions: http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start 3. Configure both FreeSWITCH boxes, and make sure they are both working. 4. Follow (most of) these instructions from Daniel Aliaman's blog. They were written for Asterisk, but since a SIP connection is a SIP connection, most of the document applies to FreeSWITCH: http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf The one problem I ran into was the IP address and port to which FreeSWITCH was bound. The default is to use the primary address, which works great out-of-the-box for everything else. When a client tried to register, all it got back was an ICMP error -- Destination Unreachable, Port Unreachable. That error is returned when no sockets are listening for UDP packets. To get FreeSWITCH to listen for your Virtual IP, you need to set it in two places: 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". That should do it! If you have any success, please report to this list. Keep in mind that if you want to do something like conferencing between two registered clients, then you have to deal with the fact that the clients may or may not be on the same box. Mike van Lammeren On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren wrote: > > On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > wrote: > >> From: "Even Andr? Fiskvik" >> To: freeswitch-users at lists.freeswitch.org >> Date: Mon, 28 Sep 2009 22:52:13 +0200 >> Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey >> I have been working with a similar setup myself, but for some reason I >> ended up ditching theUltraMonkey setup because I just couldn't get it to >> work right. >> >> It's been quite a while since my effort, so I don't remember what the >> exact issue was. >> I got registrations to work, but had some other sip-dialog issues. >> >> We have since then changed over to running OpenSIPs as a loadbalancer in >> front of >> multiple FreeSWITCH instances. This setup is still in testing, but >> seemlingy works fine >> (and if it doesn't, it's my own fault for writing a bad opensips config). >> >> After we have done some more testing I can create a wiki-page with config >> details. >> >> >> Best regards, >> Even Andr? >> >> > Thanks, Even, that would be great! I might have to give up on the > ultramonkey solution, since I can't find anyone who has made it work. It's > too bad, because it would fit well with the rest of our architecture. > > Mike van Lammeren > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/6bfa4bb9/attachment.html From Russell.Mosemann at cune.org Thu Oct 1 07:37:10 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Thu, 1 Oct 2009 14:37:10 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 Message-ID: <20091001143710.AE8063C4C4D@mail.cune.org> We have connected FS to a Siemens Hicomm 300. As you might guess, it's not working right. Here is what we are working with. Dell 1750 (dual socket, dual core Xeon 2.8GHz) Debian 5 FS (15029), OpenZAP (without libpri) TE110P T1 card (Zaptel driver) Handles 71xx extensions Siemens Hicom 300 TMDN64P T1 card Handles 74xx extensions We are pretty much using the stock FS configuration, yet, because we're trying to get this to work. I have configured OpenZAP and the associated files like the examples on the wiki (see below) to work with a PRI T1. There are 23 B channels and 1 D channel. The Zaptel side looks fine. OpenZAP is able to open the channels when FS boots. So far, so good. When a call is made from 74xx (Rolmphone 624) to 71xx (X-Lite 4.0 beta from CounterPath on an office PC), X-Lite rings. The call can be answered, and the conversation sounds fine. That means the routing, registration and authorization are working on the network between X-Lite and FS. It also means that FS is able to communicate with the Hicom over the T1. Great. When the caller presses the transfer button on the 74xx phone, the Hicom sends a message over the D channel, and the call is disconnected (watching with fs_cli). As best I can interpret the bytes in the message, the Hicom sends a disconnect message when 74xx presses the transfer key. In order to call 74xx, I created dialplan/default/02_hicom.xml. The contents are If a call is made from 71xx to 74xx, the Hicom forwards the call to the switchboard with "7100->7445 connection not possible" (or whatever extensions) in the switchboard display. 1. Are these issues related to the way I have configured FS? The Hicom is maintained by the local phone company. I do not have access to view or configure the T1 card on the Hicom. According to the phone guy, there isn't anything else that needs to be configured on the Hicom. He believes that if 74xx can call 71xx, then 71xx should be able to call 74xx. I suspect that something more needs to be done on the Hicom in order to accept calls from FS and bridge/transfer them to a local extension on the Hicom. It's as if the Hicom doesn't know how or is not permitted to route incoming calls on the T1 to local extensions. I have no way to know, though. I'm hoping someone else has connected FS to a Hicom 300 and can provide configuration details. If I could tell the phone guy something like, "You need to look at ," that would help him out. 2. Should I receive CID/ANI from the Hicom? X-Lite displays "OpenZAP" as the call and "1" as Other when the call comes in, which is the information for the endpoint. Is there something I need to do in the FS configuration to capture CID/ANI information from the Hicom and make it available (or is it not being provided by the Hicom)? 3. When dialing from the Rolmphone is there a way for FS to send the called name back to the Hicom for it to appear in the display? When dialing 74xx to 74xx, of course, it shows the called number and name in the display. We also have a HiPath 4000 connected to the Hicom 300. When dialing an extension on the HiPath from the Hicom, the HiPath ships the called name back to the Hicom for display on the phone. It would be nice to do that from FS. Let me know if you need additional information. Thanks for any pointers or insight as to how things work. -- Russell Mosemann openzap.conf [span zt PRI_1] name => OpenZAP number => 1 trunk_type => t1 b-channel => 1-23 d-channel => 24 zt.conf [defaults] codec_ms => 20 wink_ms => 150 flash_ms => 750 echo_cancel_level => 64 rxgain => 0.0 txgain => 0.0 openzap.conf zaptel.conf # Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) span=1,1,0,esf,b8zs # termtype: te bchan=1-23 dchan=24 # Global data loadzone = us defaultzone = us ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From dmitry.bely at gmail.com Thu Oct 1 10:01:10 2009 From: dmitry.bely at gmail.com (Dmitry Bely) Date: Thu, 1 Oct 2009 21:01:10 +0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? Message-ID: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> My SIP provider allows only one call (incoming or outgoing) via one SIP account. For FreeSWITCH I have configured it as public DID extension and outgoing gateway. Now I would like to transfer to another gw (or generate "limit exceded") when one tries to place an outgoing call while incoming call is in progress. How tho do that? Limiting the number of outgoing calls is easy (mod_limit), but how to take into account incoming one? - Dmitry Bely From jerry.richards at teotech.com Thu Oct 1 10:28:40 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Thu, 1 Oct 2009 10:28:40 -0700 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones In-Reply-To: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> Message-ID: I am using two Bria Professional Version 2.5.4 Build 54835 softphones. Thanks, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Thursday, October 01, 2009 9:36 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/c9df4b33/attachment.html From raffaele.p.guidi at gmail.com Thu Oct 1 11:02:25 2009 From: raffaele.p.guidi at gmail.com (Raffaele P. Guidi) Date: Thu, 1 Oct 2009 20:02:25 +0200 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> Message-ID: And, should someone succed replicating this setup, consider writing about it on the wiki :) On Thu, Oct 1, 2009 at 18:45, Mike van Lammeren wrote: > Guess what? I have two FreeSWITCH servers working behind UltraMonkey, using > heartbeat and ldirectord for load-balancing, fail-over and high > availability! I'm probably not the first one to do it, but as near as Google > and I can tell, I'm the first one to write about it. > Here's how you can duplicate my setup: > > 1. Install Ubuntu Server 8 on four machines, either real or VM. > 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, > following these instructions: > http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start > 3. Configure both > FreeSWITCH boxes, and make sure they are both working. > 4. Follow (most of) these instructions from Daniel Aliaman's blog. They > were written for Asterisk, but since a SIP connection is a SIP connection, > most of the document applies to FreeSWITCH: > http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf > > The one > problem I ran into was the IP address and port to which FreeSWITCH was > bound. The default is to use the primary address, which works great > out-of-the-box for everything else. When a client tried to register, all it > got back was an ICMP error -- Destination Unreachable, Port Unreachable. > That error is returned when no sockets are listening for UDP packets. To get > FreeSWITCH to listen for your Virtual IP, you need to set it in two places: > > 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". > 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". > > That should do it! If you have any success, please report to this list. > > Keep in mind that if you want to do something like conferencing between two > registered clients, then you have to deal with the fact that the clients may > or may not be on the same box. > > Mike van Lammeren > > > > On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren > wrote: > >> >> On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > > wrote: >> >>> From: "Even Andr? Fiskvik" >>> To: freeswitch-users at lists.freeswitch.org >>> Date: Mon, 28 Sep 2009 22:52:13 +0200 >>> Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey >>> I have been working with a similar setup myself, but for some reason I >>> ended up ditching theUltraMonkey setup because I just couldn't get it to >>> work right. >>> >>> It's been quite a while since my effort, so I don't remember what the >>> exact issue was. >>> I got registrations to work, but had some other sip-dialog issues. >>> >>> We have since then changed over to running OpenSIPs as a loadbalancer in >>> front of >>> multiple FreeSWITCH instances. This setup is still in testing, but >>> seemlingy works fine >>> (and if it doesn't, it's my own fault for writing a bad opensips config). >>> >>> After we have done some more testing I can create a wiki-page with config >>> details. >>> >>> >>> Best regards, >>> Even Andr? >>> >>> >> Thanks, Even, that would be great! I might have to give up on the >> ultramonkey solution, since I can't find anyone who has made it work. It's >> too bad, because it would fit well with the rest of our architecture. >> >> Mike van Lammeren >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/e6dab4b4/attachment.html From grevenx at me.com Thu Oct 1 11:12:59 2009 From: grevenx at me.com (=?iso-8859-1?Q?Even_Andr=E9_Fiskvik?=) Date: Thu, 01 Oct 2009 20:12:59 +0200 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> Message-ID: <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> That's very cool Mike! I'm going to try to configure four boxes with this as well (Btw, did you use physical hardware or virtualization?) and see how it goes. I followed Daniel Aliaman's blog as well, but I can try it again with the tips you provided on FreeSWITCH config to see if I can get it working properly this time. We did the setup on CentOS, but I wouldn't think that would be any issue. Perhaps you or we could write up a complete guide about this on the wiki since this is an scenario commonly used? Also it would be great if we could outline possible issues (and even better solutions) to this kind of setup with regards to stuff like conferencing, bridging between registered users and presence. Best regards, Even Andr? On 1. okt. 2009, at 18.45, Mike van Lammeren wrote: > Guess what? I have two FreeSWITCH servers working behind > UltraMonkey, using heartbeat and ldirectord for load-balancing, fail- > over and high availability! I'm probably not the first one to do it, > but as near as Google and I can tell, I'm the first one to write > about it. > > Here's how you can duplicate my setup: > > 1. Install Ubuntu Server 8 on four machines, either real or VM. > 2. Compile and install FreeSWITCH v1.0.4 from source on two > machines, following these instructions: http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start > 3. Configure both FreeSWITCH boxes, and make sure they are both > working. > 4. Follow (most of) these instructions from Daniel Aliaman's blog. > They were written for Asterisk, but since a SIP connection is a SIP > connection, most of the document applies to FreeSWITCH: > http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf > > The one problem I ran into was the IP address and port to which > FreeSWITCH was bound. The default is to use the primary address, > which works great out-of-the-box for everything else. When a client > tried to register, all it got back was an ICMP error -- Destination > Unreachable, Port Unreachable. That error is returned when no > sockets are listening for UDP packets. To get FreeSWITCH to listen > for your Virtual IP, you need to set it in two places: > > 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". > 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". > > That should do it! If you have any success, please report to this > list. > > Keep in mind that if you want to do something like conferencing > between two registered clients, then you have to deal with the fact > that the clients may or may not be on the same box. > > Mike van Lammeren > > > > On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren > wrote: > > On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > wrote: > From: "Even Andr? Fiskvik" > To: freeswitch-users at lists.freeswitch.org > Date: Mon, 28 Sep 2009 22:52:13 +0200 > Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with > Ultramonkey > I have been working with a similar setup myself, but for some reason > I ended up ditching the > UltraMonkey setup because I just couldn't get it to work right. > > It's been quite a while since my effort, so I don't remember what > the exact issue was. > I got registrations to work, but had some other sip-dialog issues. > > We have since then changed over to running OpenSIPs as a > loadbalancer in front of > multiple FreeSWITCH instances. This setup is still in testing, but > seemlingy works fine > (and if it doesn't, it's my own fault for writing a bad opensips > config). > > After we have done some more testing I can create a wiki-page with > config details. > > > Best regards, > Even Andr? > > > Thanks, Even, that would be great! I might have to give up on the > ultramonkey solution, since I can't find anyone who has made it > work. It's too bad, because it would fit well with the rest of our > architecture. > > Mike van Lammeren > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/c8112669/attachment-0001.html From jerry.richards at teotech.com Thu Oct 1 11:29:20 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Thu, 1 Oct 2009 11:29:20 -0700 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> Message-ID: <9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> If you have time to take a look, I could put a trace in the pastebin? Jerry _____ From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Thursday, October 01, 2009 10:29 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones I am using two Bria Professional Version 2.5.4 Build 54835 softphones. Thanks, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Thursday, October 01, 2009 9:36 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/206c0d97/attachment.html From anthony.minessale at gmail.com Thu Oct 1 12:14:14 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 14:14:14 -0500 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> Message-ID: <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> can we do it without advertising to use ubuntu =D We don't like encouraging our users to use bleeding edge OS for our own sanity with debugging. Not to say you are not allowed to I just don't want to encourage it =p On Thu, Oct 1, 2009 at 1:12 PM, Even Andr? Fiskvik wrote: > That's very cool Mike! > I'm going to try to configure four boxes with this as well (Btw, did you > use physical hardware or virtualization?) > and see how it goes. I followed Daniel Aliaman's blog as well, but I can > try it again with the tips > you provided on FreeSWITCH config to see if I can get it working properly > this time. > We did the setup on CentOS, but I wouldn't think that would be any issue. > > Perhaps you or we could write up a complete guide about this on the wiki > since this is an scenario > commonly used? Also it would be great if we could outline possible issues > (and even better solutions) > to this kind of setup with regards to stuff like conferencing, bridging > between registered users and presence. > > > Best regards, > Even Andr? > > > On 1. okt. 2009, at 18.45, Mike van Lammeren wrote: > > Guess what? I have two FreeSWITCH servers working behind UltraMonkey, using > heartbeat and ldirectord for load-balancing, fail-over and high > availability! I'm probably not the first one to do it, but as near as Google > and I can tell, I'm the first one to write about it. > Here's how you can duplicate my setup: > > 1. Install Ubuntu Server 8 on four machines, either real or VM. > 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, > following these instructions: > http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start > 3. Configure both > FreeSWITCH boxes, and make sure they are both working. > 4. Follow (most of) these instructions from Daniel Aliaman's blog. They > were written for Asterisk, but since a SIP connection is a SIP connection, > most of the document applies to FreeSWITCH: > http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf > > The one > problem I ran into was the IP address and port to which FreeSWITCH was > bound. The default is to use the primary address, which works great > out-of-the-box for everything else. When a client tried to register, all it > got back was an ICMP error -- Destination Unreachable, Port Unreachable. > That error is returned when no sockets are listening for UDP packets. To get > FreeSWITCH to listen for your Virtual IP, you need to set it in two places: > > 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". > 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". > > That should do it! If you have any success, please report to this list. > > Keep in mind that if you want to do something like conferencing between two > registered clients, then you have to deal with the fact that the clients may > or may not be on the same box. > > Mike van Lammeren > > > > On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren > wrote: > >> >> On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > > wrote: >> >>> From: "Even Andr? Fiskvik" >>> To: freeswitch-users at lists.freeswitch.org >>> Date: Mon, 28 Sep 2009 22:52:13 +0200 >>> Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey >>> I have been working with a similar setup myself, but for some reason I >>> ended up ditching theUltraMonkey setup because I just couldn't get it to >>> work right. >>> >>> It's been quite a while since my effort, so I don't remember what the >>> exact issue was. >>> I got registrations to work, but had some other sip-dialog issues. >>> >>> We have since then changed over to running OpenSIPs as a loadbalancer in >>> front of >>> multiple FreeSWITCH instances. This setup is still in testing, but >>> seemlingy works fine >>> (and if it doesn't, it's my own fault for writing a bad opensips config). >>> >>> After we have done some more testing I can create a wiki-page with config >>> details. >>> >>> >>> Best regards, >>> Even Andr? >>> >>> >> Thanks, Even, that would be great! I might have to give up on the >> ultramonkey solution, since I can't find anyone who has made it work. It's >> too bad, because it would fit well with the rest of our architecture. >> >> Mike van Lammeren >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/cd198d8f/attachment.html From anthony.minessale at gmail.com Thu Oct 1 12:17:11 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 14:17:11 -0500 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091001143710.AE8063C4C4D@mail.cune.org> References: <20091001143710.AE8063C4C4D@mail.cune.org> Message-ID: <191c3a030910011217o6aed6b2ag1ded3d26a62430dc@mail.gmail.com> You might want to try the ozmod_pri instead of ozmod_isdn until the new revision of ozmod_isdn is published into the source tree. On Thu, Oct 1, 2009 at 9:37 AM, wrote: > We have connected FS to a Siemens Hicomm 300. As you might guess, it's > not working right. Here is what we are working with. > > Dell 1750 (dual socket, dual core Xeon 2.8GHz) > Debian 5 > FS (15029), OpenZAP (without libpri) > TE110P T1 card (Zaptel driver) > Handles 71xx extensions > > Siemens Hicom 300 > TMDN64P T1 card > Handles 74xx extensions > > We are pretty much using the stock FS configuration, yet, because we're > trying to get this to work. I have configured OpenZAP and the associated > files like the examples on the wiki (see below) to work with a PRI T1. > There are 23 B channels and 1 D channel. The Zaptel side looks fine. > OpenZAP is able to open the channels when FS boots. So far, so good. > > When a call is made from 74xx (Rolmphone 624) to 71xx (X-Lite 4.0 beta > from CounterPath on an office PC), X-Lite rings. The call can be > answered, and the conversation sounds fine. That means the routing, > registration and authorization are working on the network between X-Lite > and FS. It also means that FS is able to communicate with the Hicom over > the T1. Great. > > When the caller presses the transfer button on the 74xx phone, the Hicom > sends a message over the D channel, and the call is disconnected > (watching with fs_cli). As best I can interpret the bytes in the message, > the Hicom sends a disconnect message when 74xx presses the transfer key. > > In order to call 74xx, I created dialplan/default/02_hicom.xml. The > contents are > > > > > > > > > > If a call is made from 71xx to 74xx, the Hicom forwards the call to the > switchboard with "7100->7445 connection not possible" (or whatever > extensions) in the switchboard display. > > 1. Are these issues related to the way I have configured FS? > > The Hicom is maintained by the local phone company. I do not have access > to view or configure the T1 card on the Hicom. According to the phone > guy, there isn't anything else that needs to be configured on the Hicom. > He believes that if 74xx can call 71xx, then 71xx should be able to call > 74xx. > > I suspect that something more needs to be done on the Hicom in order to > accept calls from FS and bridge/transfer them to a local extension on the > Hicom. It's as if the Hicom doesn't know how or is not permitted to route > incoming calls on the T1 to local extensions. I have no way to know, > though. I'm hoping someone else has connected FS to a Hicom 300 and can > provide configuration details. If I could tell the phone guy something > like, "You need to look at ," that would help him out. > > 2. Should I receive CID/ANI from the Hicom? > > X-Lite displays "OpenZAP" as the call and "1" as Other when the call > comes in, which is the information for the endpoint. Is there something I > need to do in the FS configuration to capture CID/ANI information from > the Hicom and make it available (or is it not being provided by the Hicom)? > > 3. When dialing from the Rolmphone is there a way for FS to send the > called name back to the Hicom for it to appear in the display? > > When dialing 74xx to 74xx, of course, it shows the called number and name > in the display. We also have a HiPath 4000 connected to the Hicom 300. > When dialing an extension on the HiPath from the Hicom, the HiPath ships > the called name back to the Hicom for display on the phone. It would be > nice to do that from FS. > > Let me know if you need additional information. Thanks for any pointers > or insight as to how things work. > > -- > Russell Mosemann > > > openzap.conf > [span zt PRI_1] > name => OpenZAP > number => 1 > trunk_type => t1 > b-channel => 1-23 > d-channel => 24 > > zt.conf > [defaults] > codec_ms => 20 > wink_ms => 150 > flash_ms => 750 > echo_cancel_level => 64 > rxgain => 0.0 > txgain => 0.0 > > openzap.conf > > > > > > > > > > > > > > > > > > > > zaptel.conf > # Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) > span=1,1,0,esf,b8zs > # termtype: te > bchan=1-23 > dchan=24 > > # Global data > loadzone = us > defaultzone = us > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/9908b623/attachment-0001.html From nicolas at medularis.com Thu Oct 1 12:29:09 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Thu, 1 Oct 2009 15:29:09 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> Message-ID: <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> Any ideas about this? The SIP provider is offering H323, but I'm not quite sure about that, is mod_opal working right? Thanks! Nicolas On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner wrote: > Anthony, thanks. Below are my config files for the two gateways from the > sip trace. Both files are located in conf/directory/default. > > --------------------- > > redvoiss.xml (the one that works) > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------- > > orange.xml (the one that doesn't work) > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------- > > If I remove the register=true param for the non-working gateway, I don't > get the registration error on the cli, but then all call attempts get > rejected with a 401 Unauthorized, and I get a hangup cause of > NORMAL_UNSPECIFIED. > > > Best, > > Nicolas > > > > On Tue, Sep 29, 2009 at 2:22 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> 900 level errors are sofia internal errors so probably something is wrong >> with your gateway config xml. >> if you want to send it with any critical info replaced with XXX maybe we >> can see the issue for you. >> >> >> >> On Tue, Sep 29, 2009 at 1:05 PM, Nicolas Brenner wrote: >> >>> Hello everyone, >>> >>> I am trying to add a gateway, but after configuring it just like the >>> others gateways I have, it is failing to register with a message like this: >>> >>> 2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange Registration >>> Failed with status Operation has no matching challenge [904]. failure #1 >>> 2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed >>> Registration, setting retry to 10 seconds. >>> >>> I captured the sip traffic and noticed that when trying to register with >>> one gateway (the one that works), I get a "Trying" reply immediately >>> followed by a "401 Unauthorized" which contains a "WWW-Authenticate: digest" >>> with a "qop=auth" parameter. Then Freeswitch replies with a second REGISTER >>> including a large "Authorization: digest" section with cnonce and >>> nc=00000001 parameters. >>> >>> The gateway which doesn't register, doesn't send the "qop=auth" parameter >>> together with the "401 Unauthorized", and then Freeswitch sends a >>> "Authorization: digest" section on the second REGISTER with no cnonce or nc >>> parameters. >>> >>> I know very little abouth SIP, so I'm wondering what this "qop=auth" >>> parameter means and how does it affect the registration process. Is there >>> any way to do without the qop=auth parameter? >>> >>> Also, I tried registering with X-Lite directly to the gateway, and it >>> worked, so it appears to be a problem in the Freeswitch/gateway combination. >>> (Note: X-Lite sends an "Authorization: digest" section on the _first_ >>> REGISTER, apparently this makes a difference) >>> >>> Attached is a sip trace for the registration traffic when doing "sofia >>> profile external restart reloadxml" on the cli, captured with "tshark -i >>> eth0 -o "rtp.heuristic_rtp: TRUE" -w /tmp/capture.pcap -b filesize:51200 -b >>> files:100 -R 'sip or rtp or icmp or dns or rtcp or t38'" >>> >>> Thanks! >>> >>> Nicolas >>> >>> >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/958c755e/attachment.html From hads at nice.net.nz Thu Oct 1 12:41:24 2009 From: hads at nice.net.nz (Hadley Rich) Date: Fri, 02 Oct 2009 08:41:24 +1300 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> Message-ID: <1254426084.3779.29.camel@sodium> On Thu, 2009-10-01 at 14:14 -0500, Anthony Minessale wrote: > can we do it without advertising to use ubuntu =D > We don't like encouraging our users to use bleeding edge OS for our > own sanity with debugging. I understand your stance, though if we're talking about Ubuntu 8.04 LTS (Long Term Support - 5 years) it's not really bleeding edge anymore. 18 months ago when it was released it may have been a little, but the LTS releases still aren't as bleeding edge as the standard support in between releases. hads -- http://nicegear.co.nz New Zealand's Open Source Hardware Supplier From peder at networkoblivion.com Thu Oct 1 12:44:08 2009 From: peder at networkoblivion.com (Peder) Date: Thu, 1 Oct 2009 14:44:08 -0500 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> Message-ID: <0ca401ca42cf$8a709d20$9f51d760$@com> Looking thru the example, it looks like each box has a real address of 21, 22 or 23 and they all have a loopback of .17, right? So even though they connections are being load balanced, each box really thinks it is .17 and each client that connects thinks it is connecting to .17, right? If that?s the case, how does a client on one box call a client on the other box? Since every box thinks it is .17 how would you bridge to another user on another box that also thinks it is .17? Or am I totally missing how it works? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony Minessale Sent: Thursday, October 01, 2009 2:14 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey can we do it without advertising to use ubuntu =D We don't like encouraging our users to use bleeding edge OS for our own sanity with debugging. Not to say you are not allowed to I just don't want to encourage it =p On Thu, Oct 1, 2009 at 1:12 PM, Even Andr? Fiskvik wrote: That's very cool Mike! I'm going to try to configure four boxes with this as well (Btw, did you use physical hardware or virtualization?) and see how it goes. I followed Daniel Aliaman's blog as well, but I can try it again with the tips you provided on FreeSWITCH config to see if I can get it working properly this time. We did the setup on CentOS, but I wouldn't think that would be any issue. Perhaps you or we could write up a complete guide about this on the wiki since this is an scenario commonly used? Also it would be great if we could outline possible issues (and even better solutions) to this kind of setup with regards to stuff like conferencing, bridging between registered users and presence. Best regards, Even Andr? On 1. okt. 2009, at 18.45, Mike van Lammeren wrote: Guess what? I have two FreeSWITCH servers working behind UltraMonkey, using heartbeat and ldirectord for load-balancing, fail-over and high availability! I'm probably not the first one to do it, but as near as Google and I can tell, I'm the first one to write about it. Here's how you can duplicate my setup: 1. Install Ubuntu Server 8 on four machines, either real or VM. 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, following these instructions: http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start 3. Configure both FreeSWITCH boxes, and make sure they are both working. 4. Follow (most of) these instructions from Daniel Aliaman's blog. They were written for Asterisk, but since a SIP connection is a SIP connection, most of the document applies to FreeSWITCH: http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf The one problem I ran into was the IP address and port to which FreeSWITCH was bound. The default is to use the primary address, which works great out-of-the-box for everything else. When a client tried to register, all it got back was an ICMP error -- Destination Unreachable, Port Unreachable. That error is returned when no sockets are listening for UDP packets. To get FreeSWITCH to listen for your Virtual IP, you need to set it in two places: 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". That should do it! If you have any success, please report to this list. Keep in mind that if you want to do something like conferencing between two registered clients, then you have to deal with the fact that the clients may or may not be on the same box. Mike van Lammeren On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren wrote: On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" wrote: From: "Even Andr? Fiskvik" To: freeswitch-users at lists.freeswitch.org Date: Mon, 28 Sep 2009 22:52:13 +0200 Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey I have been working with a similar setup myself, but for some reason I ended up ditching the UltraMonkey setup because I just couldn't get it to work right. It's been quite a while since my effort, so I don't remember what the exact issue was. I got registrations to work, but had some other sip-dialog issues. We have since then changed over to running OpenSIPs as a loadbalancer in front of multiple FreeSWITCH instances. This setup is still in testing, but seemlingy works fine (and if it doesn't, it's my own fault for writing a bad opensips config). After we have done some more testing I can create a wiki-page with config details. Best regards, Even Andr? Thanks, Even, that would be great! I might have to give up on the ultramonkey solution, since I can't find anyone who has made it work. It's too bad, because it would fit well with the rest of our architecture. Mike van Lammeren _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/5a18d275/attachment-0001.html From siniypin at gmail.com Thu Oct 1 14:03:38 2009 From: siniypin at gmail.com (RobertT) Date: Fri, 2 Oct 2009 01:03:38 +0400 Subject: [Freeswitch-users] conference participant from behind NAT In-Reply-To: References: <2160023e0909290132p2a5d0b62jbcb7d37625686866@mail.gmail.com> <681a20520909290618i2fbe7199rb18ff32933bba952@mail.gmail.com> <2160023e0909290634h3102d81bj9e3dd3d4d56f43e0@mail.gmail.com> Message-ID: <2160023e0910011403r5e9d0bb0ib5699f0523aaa606@mail.gmail.com> I am still experiencing problem with lost media in conference on a client behind NAT. This is what I've done - disabled VAD on a NATed client and asked my friend to produce lots of animal sounds in order to keep channel busy. But at the end of minute sounds of wild nature disapeared again. We reproduced that without security with tcp SIP transport and got the same result. Then I started to dig into SIP trace and this is what I found. This client (behind NAT) recieve subsequent INVITE message from FS which seem to destroy dialog and causes client app to close media stream after a session being established normally. I performed the same call from box with public ip and saw no subsequent INVITE's from FS. How come FS sends an INVITE message to already connected client? Is it OK? Should client handle this normally? Below is client's SIP trace: INVITE sip:1.conference.dw at 74.208.167.44:5081;transport=TLS SIP/2.0 ... User-Agent: DoxWox SIP user agent .. SIP/2.0 100 Trying .. User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M .. SIP/2.0 407 Proxy Authentication Required .. User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M .. ACK sip:1.conference.dw at 74.208.167.44:5081;transport=TLS SIP/2.0 .. SIP/2.0 100 Trying .. User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M .. SIP/2.0 183 Session Progress .. User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M .. SIP/2.0 200 OK .. User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M .. ACK sip:1.conference.dw at 74.208.167.44:5081;transport=tls SIP/2.0 .. *Finally, this message cause media stream closing* INVITE sip:1001 at 87.184.52.45:64183;transport=tls SIP/2.0 Via: SIP/2.0/TLS 74.208.167.44:5081;branch=z9hG4bK8269NDyXQNjyH Max-Forwards: 70 From: >;tag=vQH234QtN2U8Q To: >;tag=3a231ba86c894ceca81d5021b68d3b6c Call-ID: 37edc38329f64fe98c36cc0a6ddcbd9d CSeq: 121093810 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14953M Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY Supported: timer, precondition, path, replaces Session-Expires: 120;refresher=uac Min-SE: 120 Content-Type: application/sdp Content-Disposition: session Content-Length: 340 v=0 o=FreeSWITCH 1254396503 1254396504 IN IP4 74.208.167.44 s=FreeSWITCH c=IN IP4 74.208.167.44 t=0 0 m=audio 27726 RTP/SAVP 103 101 a=rtpmap:103 speex/16000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:J6x2UgRVUY8GfbwjCuyyttrtnXnwwuWA9Pt+o3VW -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/9d8e8cc3/attachment.html From frank at carmickle.com Thu Oct 1 14:26:02 2009 From: frank at carmickle.com (Frank Carmickle) Date: Thu, 1 Oct 2009 17:26:02 -0400 Subject: [Freeswitch-users] register problem Message-ID: <20091001212602.GC17256@base.carmickle.com> Can someone point out what is wrong here. Thanks. Siptrace at http://carmickle.com/fs.txt --FC From lists at venturevoip.com Thu Oct 1 14:36:32 2009 From: lists at venturevoip.com (Matt Riddell) Date: Fri, 02 Oct 2009 10:36:32 +1300 Subject: [Freeswitch-users] bgapi jobid to uuid Message-ID: <4AC520E0.4020507@venturevoip.com> Hi, I decided to go with a linked list for current channels and maintain that through state changes. So, basically it works like this: 1. Originate a call using bgapi (we get a jobid in response) 2. Receive an event with the jobid and a uuid 3. Lookup the linked list for the jobid, set the uuid 4. Receive hangup etc (with uuid) remove from linked list The problem is that sometimes I receive the hangup with the uuid before I'm told what the match between the jobid and the uuid are. Any ideas? -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) From Russell.Mosemann at cune.org Thu Oct 1 14:19:14 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Thu, 1 Oct 2009 21:19:14 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <191c3a030910011217o6aed6b2ag1ded3d26a62430dc@mail.gmail.com> Message-ID: <20091001211914.6533641A1FA@mail.cune.org> Anthony Minessale said: > You might want to try the ozmod_pri instead of ozmod_isdn until the new > revision of ozmod_isdn is published into the source tree. libpri took care of the problem with the transfer. Now, someone can call into FS from the Hicomm and then transfer the call to another extension on the Hicomm. A call from FS to the Hicomm still transfers to the switchboard. I'm not seeing any CID/ANI on the X-Lite. It shows up as "OpenZAP" and "1". Is there something like ngrep for the D channel of a PRI? It would be nice to see what data is being sent between FS and the Hicom. -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From siniypin at gmail.com Thu Oct 1 14:44:22 2009 From: siniypin at gmail.com (RobertT) Date: Fri, 2 Oct 2009 01:44:22 +0400 Subject: [Freeswitch-users] conference participant from behind NAT In-Reply-To: <2160023e0910011403r5e9d0bb0ib5699f0523aaa606@mail.gmail.com> References: <2160023e0909290132p2a5d0b62jbcb7d37625686866@mail.gmail.com> <681a20520909290618i2fbe7199rb18ff32933bba952@mail.gmail.com> <2160023e0909290634h3102d81bj9e3dd3d4d56f43e0@mail.gmail.com> <2160023e0910011403r5e9d0bb0ib5699f0523aaa606@mail.gmail.com> Message-ID: <2160023e0910011444y24448djede1bc24fc6d9c1@mail.gmail.com> And here is a short piece of log from the server side: ... nua(): refersh session after 62 seconds (in [55..65])... send INVITE ... rcv OK... send ACK... rcv BYE... I see now that sdp for natted client has additional lines in OK response compared to client with public ip. Session-Expires: 120;refresher=uas Min-SE: 120 How come that they differs? And how do I resolve this situation? Should client handle these refresher messages normally? Best regards, Robert. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/244e5724/attachment.html From anthony.minessale at gmail.com Thu Oct 1 14:50:04 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 16:50:04 -0500 Subject: [Freeswitch-users] bgapi jobid to uuid In-Reply-To: <4AC520E0.4020507@venturevoip.com> References: <4AC520E0.4020507@venturevoip.com> Message-ID: <191c3a030910011450r1e0c1645r395c2024a25dcde9@mail.gmail.com> if you pick your own job-uuid you can set it in the originate too send job-uuid: 1234 in your bgapi event and {job_uuid=1234}sofia/internal/foo at bar.com in your dial string. *shrug* i am not sure exactly what the goal is so maybe it's not a useful suggestion... On Thu, Oct 1, 2009 at 4:36 PM, Matt Riddell wrote: > Hi, > > I decided to go with a linked list for current channels and maintain > that through state changes. > > So, basically it works like this: > > 1. Originate a call using bgapi (we get a jobid in response) > 2. Receive an event with the jobid and a uuid > 3. Lookup the linked list for the jobid, set the uuid > 4. Receive hangup etc (with uuid) remove from linked list > > The problem is that sometimes I receive the hangup with the uuid before > I'm told what the match between the jobid and the uuid are. > > Any ideas? > > -- > Cheers, > > Matt Riddell > Director > _______________________________________________ > > http://www.venturevoip.com/news.php (Daily Asterisk News) > http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) > http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/7935658e/attachment.html From anthony.minessale at gmail.com Thu Oct 1 14:52:39 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 16:52:39 -0500 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091001211914.6533641A1FA@mail.cune.org> References: <191c3a030910011217o6aed6b2ag1ded3d26a62430dc@mail.gmail.com> <20091001211914.6533641A1FA@mail.cune.org> Message-ID: <191c3a030910011452r2c163a83g7b5d0988d54facd7@mail.gmail.com> there was a feature to generate a pcap from the debug logs but i forgot who posted it. On Thu, Oct 1, 2009 at 4:19 PM, wrote: > Anthony Minessale said: > > > You might want to try the ozmod_pri instead of ozmod_isdn until the new > > revision of ozmod_isdn is published into the source tree. > > libpri took care of the problem with the transfer. Now, someone can call > into FS from the Hicomm and then transfer the call to another extension > on the Hicomm. > > A call from FS to the Hicomm still transfers to the switchboard. I'm not > seeing any CID/ANI on the X-Lite. It shows up as "OpenZAP" and "1". Is > there something like ngrep for the D channel of a PRI? It would be nice > to see what data is being sent between FS and the Hicom. > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/e8754a05/attachment-0001.html From lists at venturevoip.com Thu Oct 1 15:02:41 2009 From: lists at venturevoip.com (Matt Riddell) Date: Fri, 02 Oct 2009 11:02:41 +1300 Subject: [Freeswitch-users] bgapi jobid to uuid In-Reply-To: <191c3a030910011450r1e0c1645r395c2024a25dcde9@mail.gmail.com> References: <4AC520E0.4020507@venturevoip.com> <191c3a030910011450r1e0c1645r395c2024a25dcde9@mail.gmail.com> Message-ID: <4AC52701.4020504@venturevoip.com> On 2/10/09 10:50 AM, Anthony Minessale wrote: > if you pick your own job-uuid you can set it in the originate too > > send > > job-uuid: 1234 > > in your bgapi event > > and > > {job_uuid=1234}sofia/internal/foo at bar.com > > in your dial string. > > *shrug* i am not sure exactly what the goal is so maybe it's not a > useful suggestion... Does the job-uuid get used as the actual call uuid? The problem is that the uuid for the call changes once it's answered (or hungup etc) and that the mapping doesn't come till after occasionally. I'm getting the job uuid no problem, but it's the replacement of the job-uuid with a call-uuid that is the issue. If this doesn't make too much sense I can post an example. -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) From anthony.minessale at gmail.com Thu Oct 1 15:36:14 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2009 17:36:14 -0500 Subject: [Freeswitch-users] bgapi jobid to uuid In-Reply-To: <4AC52701.4020504@venturevoip.com> References: <4AC520E0.4020507@venturevoip.com> <191c3a030910011450r1e0c1645r395c2024a25dcde9@mail.gmail.com> <4AC52701.4020504@venturevoip.com> Message-ID: <191c3a030910011536p403e4681u9375b53f594616a4@mail.gmail.com> if you make your own uuids you could set them in the originate string with {origination_uuuid=foo} where foo is a real uuid. if you have no other way to make them you can ask FS for one with the create_uuid api call. On Thu, Oct 1, 2009 at 5:02 PM, Matt Riddell wrote: > On 2/10/09 10:50 AM, Anthony Minessale wrote: > > if you pick your own job-uuid you can set it in the originate too > > > > send > > > > job-uuid: 1234 > > > > in your bgapi event > > > > and > > > > {job_uuid=1234}sofia/internal/foo at bar.com > > > > in your dial string. > > > > *shrug* i am not sure exactly what the goal is so maybe it's not a > > useful suggestion... > > Does the job-uuid get used as the actual call uuid? The problem is that > the uuid for the call changes once it's answered (or hungup etc) and > that the mapping doesn't come till after occasionally. > > I'm getting the job uuid no problem, but it's the replacement of the > job-uuid with a call-uuid that is the issue. > > If this doesn't make too much sense I can post an example. > > -- > Cheers, > > Matt Riddell > Director > _______________________________________________ > > http://www.venturevoip.com/news.php (Daily Asterisk News) > http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) > http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/05a6ad8f/attachment.html From msc at freeswitch.org Thu Oct 1 16:33:53 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 1 Oct 2009 16:33:53 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091001211914.6533641A1FA@mail.cune.org> References: <191c3a030910011217o6aed6b2ag1ded3d26a62430dc@mail.gmail.com> <20091001211914.6533641A1FA@mail.cune.org> Message-ID: <87f2f3b90910011633o1f561b76vf77e8e152d21e7a4@mail.gmail.com> On Thu, Oct 1, 2009 at 2:19 PM, wrote: > Anthony Minessale said: > > > You might want to try the ozmod_pri instead of ozmod_isdn until the new > > revision of ozmod_isdn is published into the source tree. > > libpri took care of the problem with the transfer. Now, someone can call > into FS from the Hicomm and then transfer the call to another extension > on the Hicomm. > > A call from FS to the Hicomm still transfers to the switchboard. I'm not > seeing any CID/ANI on the X-Lite. It shows up as "OpenZAP" and "1". Is > there something like ngrep for the D channel of a PRI? It would be nice > to see what data is being sent between FS and the Hicom. > > I believe the "OpenZAP" and "1" are coming from your conf file: openzap.conf [span zt PRI_1] name => OpenZAP number => 1 As far as debugging with ozmod_libpri I believe the syntax is: oz libpri debug 1 all It will do a traditional libpri-style debug, just like "pri debug span 1" in Asterisk. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/f1d5cd7b/attachment.html From msc at freeswitch.org Thu Oct 1 16:41:02 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 1 Oct 2009 16:41:02 -0700 Subject: [Freeswitch-users] bgapi jobid to uuid In-Reply-To: <4AC520E0.4020507@venturevoip.com> References: <4AC520E0.4020507@venturevoip.com> Message-ID: <87f2f3b90910011641l7f8f90c6td19ad8f70fbf914b@mail.gmail.com> On Thu, Oct 1, 2009 at 2:36 PM, Matt Riddell wrote: > Hi, > > I decided to go with a linked list for current channels and maintain > that through state changes. > > So, basically it works like this: > > 1. Originate a call using bgapi (we get a jobid in response) > 2. Receive an event with the jobid and a uuid > 3. Lookup the linked list for the jobid, set the uuid > 4. Receive hangup etc (with uuid) remove from linked list > > The problem is that sometimes I receive the hangup with the uuid before > I'm told what the match between the jobid and the uuid are. > > Any ideas? > If I may ask, what's the application? Are you working on Vicidial-ish stuff for FreeSWITCH? Also, you might want to call the FreeSWITCH conference tomorrow. We have some Q&A time with the FS devs and this kind of thing might work better in realtime rather than email threads. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/c6ae0169/attachment.html From lists at venturevoip.com Thu Oct 1 16:46:01 2009 From: lists at venturevoip.com (Matt Riddell) Date: Fri, 02 Oct 2009 12:46:01 +1300 Subject: [Freeswitch-users] bgapi jobid to uuid In-Reply-To: <191c3a030910011536p403e4681u9375b53f594616a4@mail.gmail.com> References: <4AC520E0.4020507@venturevoip.com> <191c3a030910011450r1e0c1645r395c2024a25dcde9@mail.gmail.com> <4AC52701.4020504@venturevoip.com> <191c3a030910011536p403e4681u9375b53f594616a4@mail.gmail.com> Message-ID: <4AC53F39.4030302@venturevoip.com> On 2/10/09 11:36 AM, Anthony Minessale wrote: > if you make your own uuids you could set them in the originate string with > {origination_uuuid=foo} > > where foo is a real uuid. > if you have no other way to make them you can ask FS for one with the > create_uuid api call. Awesome, thanks - will give it a whirl over the weekend. -- Cheers, Matt Riddell Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) From jmesquita at freeswitch.org Thu Oct 1 20:14:12 2009 From: jmesquita at freeswitch.org (=?ISO-8859-1?Q?Jo=E3o_Mesquita?=) Date: Fri, 2 Oct 2009 00:14:12 -0300 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones In-Reply-To: <9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> <9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> Message-ID: Piece of advice, don't ask, just do it. ;) jmesquita On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards wrote: > If you have time to take a look, I could put a trace in the pastebin? > > Jerry > > ------------------------------ > *From:* Jerry Richards [mailto:jerry.richards at teotech.com] > *Sent:* Thursday, October 01, 2009 10:29 AM > *To:* 'freeswitch-users at lists.freeswitch.org' > *Subject:* RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH > ToSubscribing Phones > > I am using two Bria Professional Version 2.5.4 Build 54835 softphones. > > Thanks, > Jerry > > ------------------------------ > *From:* Anthony Minessale [mailto:anthony.minessale at gmail.com] > *Sent:* Thursday, October 01, 2009 9:36 AM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH > ToSubscribing Phones > > which phone is it, > we tested it with eyebeam and it appears to work for us. > > > On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards > wrote: > >> >> By the way, I see the following lines at the FS console, which might be a >> clue as to why this is happening. Could someone point me toward what >> might >> cause this? I set the "manage-presence" parameter to "true" in each XML >> file where I saw it defined. >> >> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) >> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >> ... >> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) >> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >> ... >> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) >> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >> ... >> [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping >> >> >> Best Regards, >> Jerry >> >> >> -----Original Message----- >> From: Jerry Richards [mailto:jerry.richards at teotech.com] >> Sent: Wednesday, September 30, 2009 9:12 AM >> To: 'freeswitch-users at lists.freeswitch.org' >> Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones >> >> I have two phones configured to subscribe to each other's presence status. >> When I change the presence status in one phone, I see the SIP PUBLISH >> message going to FS, but I don't see FS relaying that presence status to >> the >> subscribing phone. Does anyone know why? >> >> Best Regards, >> Jerry >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/2c9777cf/attachment-0001.html From dule.maillist at gmail.com Thu Oct 1 20:59:54 2009 From: dule.maillist at gmail.com (Dan Le) Date: Thu, 1 Oct 2009 23:59:54 -0400 Subject: [Freeswitch-users] Minimum audio length for uuid_record In-Reply-To: <20091001033138.GA18723@jdc.jasonjgw.net> References: <914fc92a0909301944l116455b3tc25009fa9ea499d5@mail.gmail.com> <20091001033138.GA18723@jdc.jasonjgw.net> Message-ID: <914fc92a0910012059v16bd018bpca397ec6c7b339d8@mail.gmail.com> Thanks, I think I found the thread you were referring to ("[Freeswitch-users] session record does not for very short calls"), which doesn't seem to be a solution for my situation. However, I did find that using session:recordFile() didn't delete the file if it was really short. And following that thread lead me to an interesting channel variable that could be useful to us, record_ms, but having trouble getting it to reflect the audio length. I can see the variable when printing data from the info application, but it's always 0. My snippet of code is very simple: if session:ready() then session:recordFile("C:/Temp/recording.wav", 30, 600, 6); local record_length = session:getVariable("record_ms"); freeswitch.consoleLog("INFO", "Recorded a " .. record_length .. " ms file.\n"); end Another side question, the silence secs parameter (in this example, 6), is that 6s silence hits during the entire recording session or 6s of consecutive silence? From a few tests, it seems to be the former, but just wanted to verify, something that would make a good addition to the wiki. Dan On Wed, Sep 30, 2009 at 11:31 PM, Jason White wrote: > Dan Le wrote: > > We're running into a problem with the minimum file size when recording > using > > uuid_record. It seems if the audio is too short it deletes the audio > file. > > Is there a way to override that? > > Yes. It was discussed on the list recently. I suggest searching the list > archives. Someone may have documented it on the wiki by now also. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091001/bfa19e09/attachment.html From irmatov at gmail.com Fri Oct 2 01:10:39 2009 From: irmatov at gmail.com (Timur Irmatov) Date: Fri, 2 Oct 2009 13:10:39 +0500 Subject: [Freeswitch-users] internal & external ip addresses of freeswitch Message-ID: <241d382f0910020110l5f3728e7k3e521e81353b5d6f@mail.gmail.com> Hi. We have a local network 192.168.1.0/24, where all the users are. Out FreeSWITCH server is connected to this network, and has ip address 192.168.1.242. Through different network card it is connected to external gateway, and has address 172.16.12.11 in this network. I set up a test client with softphone. When incoming call is deliviered to this client, call is set up normally, but client can't hang it up. It sends BYE to external address - 172.16.12.11 - which is not reachable from the client. It seems this address is coming from Contact: field in INVITE that FreeSWITCH sends: U 192.168.1.242:5060 -> 192.168.1.34:37169 INVITE sip:100 at 192.168.1.34:37169 SIP/2.0. Via: SIP/2.0/UDP 172.16.12.11;rport;branch=z9hG4bKrvp6jm3myyaaF. Max-Forwards: 70. From: "FreeSWITCH" ;tag=v817pS9c6v6Fe. To: . Call-ID: 797bd088-29cd-122d-9b93-0060979d54c5. CSeq: 121117089 INVITE. Contact: . User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14898. Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE. Supported: timer, precondition, path, replaces. Allow-Events: talk, presence, dialog, call-info, sla, include-session-description, presence.winfo, message-summary, refer. Content-Type: application/sdp. Content-Disposition: session. Content-Length: 267. Remote-Party-ID: "FreeSWITCH" ;party=calling;screen=yes;privacy=off. What should I tweak in freeswitch to change this behaviour? -- Timur Irmatov, xmpp:irmatov at jabber.ru From siniypin at gmail.com Fri Oct 2 01:32:26 2009 From: siniypin at gmail.com (RobertT) Date: Fri, 2 Oct 2009 12:32:26 +0400 Subject: [Freeswitch-users] conference participant from behind NAT In-Reply-To: <2160023e0910011444y24448djede1bc24fc6d9c1@mail.gmail.com> References: <2160023e0909290132p2a5d0b62jbcb7d37625686866@mail.gmail.com> <681a20520909290618i2fbe7199rb18ff32933bba952@mail.gmail.com> <2160023e0909290634h3102d81bj9e3dd3d4d56f43e0@mail.gmail.com> <2160023e0910011403r5e9d0bb0ib5699f0523aaa606@mail.gmail.com> <2160023e0910011444y24448djede1bc24fc6d9c1@mail.gmail.com> Message-ID: <2160023e0910020132i3be2d3a2o615cb18dba992878@mail.gmail.com> Hi folks! Suddenly I found this http://lists.freeswitch.org/pipermail/freeswitch-dev/2009-February/002015.htmltopic and that explains a lot. >From there I see that sofia sends refresher messages for NATed client in order to check if it still alive. It means I have problems in my client. Sorry for the mess. Cheers, Robert. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/6a3bc6ee/attachment.html From mcampbellsmith at gmail.com Fri Oct 2 01:58:58 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Fri, 2 Oct 2009 18:58:58 +1000 Subject: [Freeswitch-users] [ERR] mod_dingaling.c:980 Stun Failed! In-Reply-To: <33c87fa30909290415y178b6506x120a6e5c39839ce0@mail.gmail.com> References: <33c87fa30909290415y178b6506x120a6e5c39839ce0@mail.gmail.com> Message-ID: <33c87fa30910020158q7589e18fj53bd4cc95ff3926f@mail.gmail.com> Anyone have this issue? On Tue, Sep 29, 2009 at 9:15 PM, Mark Campbell-Smith wrote: > Hi! > > I have just started to use dingaling again, and noticed I constantly > get a stun error. > > 2009-09-29 21:11:03.175002 [ERR] mod_dingaling.c:980 Stun Failed! > stun.fwdnet.net:3478 [Remote Address Error!] > > I have tried with stun.freeswitch.org and stun.fwdnet.net stun servers > and keep getting this error with dingaling. ?I have no problems with > inbound sip calls, so I don't think ?its the actual stun server. > > Has anyone else seen this? ?I am using: FreeSWITCH Version 1.0.trunk (14952) > > Thanks! > From shaheryarkh at googlemail.com Fri Oct 2 03:00:03 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Fri, 2 Oct 2009 16:00:03 +0600 Subject: [Freeswitch-users] [ERR] mod_dingaling.c:980 Stun Failed! In-Reply-To: <33c87fa30910020158q7589e18fj53bd4cc95ff3926f@mail.gmail.com> References: <33c87fa30909290415y178b6506x120a6e5c39839ce0@mail.gmail.com> <33c87fa30910020158q7589e18fj53bd4cc95ff3926f@mail.gmail.com> Message-ID: Yes, i had same problem, then i changed stun server to one of our own servers. You may try some of public stun servers listed on below link, http://www.voip-info.org/wiki/view/STUN Thank you. On Fri, Oct 2, 2009 at 2:58 PM, Mark Campbell-Smith < mcampbellsmith at gmail.com> wrote: > Anyone have this issue? > > On Tue, Sep 29, 2009 at 9:15 PM, Mark Campbell-Smith > wrote: > > Hi! > > > > I have just started to use dingaling again, and noticed I constantly > > get a stun error. > > > > 2009-09-29 21:11:03.175002 [ERR] mod_dingaling.c:980 Stun Failed! > > stun.fwdnet.net:3478 [Remote Address Error!] > > > > I have tried with stun.freeswitch.org and stun.fwdnet.net stun servers > > and keep getting this error with dingaling. I have no problems with > > inbound sip calls, so I don't think its the actual stun server. > > > > Has anyone else seen this? I am using: FreeSWITCH Version 1.0.trunk > (14952) > > > > 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 > -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091002/7856d0ce/attachment.html From aep.lists at it46.se Fri Oct 2 04:11:23 2009 From: aep.lists at it46.se (Alberto Escudero) Date: Fri, 2 Oct 2009 13:11:23 +0200 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> Message-ID: You can use the api and check that the channel is occupied with "show channels"? You can write a small javascript that checks if the channel is occupied by means of session.execute api. /aep -- Stopping junk mailers is good for the environment > My SIP provider allows only one call (incoming or outgoing) via one > SIP account. For FreeSWITCH I have configured it as public DID > extension and outgoing gateway. Now I would like to transfer to > another gw (or generate "limit exceded") when one tries to place an > outgoing call while incoming call is in progress. How tho do that? > Limiting the number of outgoing calls is easy (mod_limit), but how to > take into account incoming one? > > - Dmitry Bely > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Russell.Mosemann at cune.org Fri Oct 2 04:48:35 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Fri, 2 Oct 2009 11:48:35 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910011633o1f561b76vf77e8e152d21e7a4@mail.gmail.com> Message-ID: <20091002114835.4C0FA419B7A@mail.cune.org> Michael Collins said: > > I believe the "OpenZAP" and "1" are coming from your conf file: > openzap.conf > [span zt PRI_1] > name => OpenZAP > number => 1 That is correct. If that information is removed, then X-Lite displays FreeSWITCH [Other: 0000000000] Are there any variables to set to get CID, or is OpenZap supposed to be filling that in? > As far as debugging with ozmod_libpri I believe the syntax is: > oz libpri debug 1 all That works. Now, I have to figure out what some of these abbreviations mean. -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From tculjaga at gmail.com Fri Oct 2 05:05:55 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Fri, 2 Oct 2009 14:05:55 +0200 Subject: [Freeswitch-users] configure FS: config.status: error: cannot find input file: Makefile.in Message-ID: <65d96fc80910020505t48a6237ao19884c23fedf228d@mail.gmail.com> hello, i just got the last trunk and tried to compile it on one of my development machines... Well configure fails on tiff-3.8.2 where it is unable to find Makefile.in ... Can someone advice? checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for OpenGL Utility library... no checking for GLUT library... no configure: creating ./config.status config.status: error: cannot find input file: Makefile.in tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ ls -l total 2224 -rw-r--r-- 1 tculjaga tculjaga 23741 2009-10-02 13:19 acinclude.m4 -rw-r--r-- 1 tculjaga tculjaga 316978 2009-10-02 13:28 aclocal.m4 -rwxr-xr-x 1 tculjaga tculjaga 121 2009-10-02 13:19 autogen.sh -rw-r--r-- 1 tculjaga tculjaga 124047 2009-10-02 13:19 ChangeLog drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 config -rw-r--r-- 1 tculjaga tculjaga 103926 2009-10-02 14:00 config.log -rwxr-xr-x 1 tculjaga tculjaga 73065 2009-10-02 14:00 config.status -rwxr-xr-x 1 tculjaga tculjaga 740145 2009-10-02 13:28 configure -rw-r--r-- 1 tculjaga tculjaga 20492 2009-10-02 13:19 configure.ac -rwxr-xr-x 1 tculjaga tculjaga 56 2009-10-02 13:19 configure.gnu -rwxr-xr-x 1 tculjaga tculjaga 737794 2009-10-02 13:57 configure.lineno drwxr-xr-x 16 tculjaga tculjaga 4096 2009-10-02 13:19 contrib -rw-r--r-- 1 tculjaga tculjaga 1146 2009-10-02 13:19 COPYRIGHT -rw-r--r-- 1 tculjaga tculjaga 1570 2009-10-02 13:19 HOWTO-RELEASE drwxr-xr-x 5 tculjaga tculjaga 4096 2009-10-02 13:19 html drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 libtiff drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 m4 -rw-r--r-- 1 tculjaga tculjaga 1908 2009-10-02 13:19 Makefile.am -rw-r--r-- 1 tculjaga tculjaga 1724 2009-10-02 13:19 Makefile.vc drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 man -rw-r--r-- 1 tculjaga tculjaga 6270 2009-10-02 13:19 nmake.opt drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 port -rw-r--r-- 1 tculjaga tculjaga 2363 2009-10-02 13:19 README -rw-r--r-- 1 tculjaga tculjaga 9 2009-10-02 13:19 RELEASE-DATE -rw-r--r-- 1 tculjaga tculjaga 5893 2009-10-02 13:19 SConstruct drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 test -rw-r--r-- 1 tculjaga tculjaga 433 2009-10-02 13:19 TODO drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 tools -rw-r--r-- 1 tculjaga tculjaga 6 2009-10-02 13:19 VERSION tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/81328aea/attachment-0001.html From tculjaga at gmail.com Fri Oct 2 05:32:31 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Fri, 2 Oct 2009 14:32:31 +0200 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> Message-ID: <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> what if you are running some huge traffic e.g. 2000 calls with media? a typical application for that is an IVR system handling several different services. I'd like to "dedicate" some capacity for inbound on per service basis. e.g. DID 10001 limit to 500 calls DID 10002 limit to 400 calls DID 10003 limit to 100 calls DID 10005 limit to 1000 calls This will be a total of 2000 calls. don't you think js is simply too weak for that? It should cont calls/channels, brake counts per service/DID and update the counters on every call hit. in the DP you would have something like this for every DID: <= put your response here! but the question is ... how powerful a JavaScript can be? Will it be enough to handle that load? Tihomir. On Fri, Oct 2, 2009 at 1:11 PM, Alberto Escudero wrote: > > You can use the api and check that the channel is occupied with "show > channels"? > You can write a small javascript that checks if the channel is occupied by > means of session.execute api. > > /aep > -- > Stopping junk mailers is good for the environment > > > My SIP provider allows only one call (incoming or outgoing) via one > > SIP account. For FreeSWITCH I have configured it as public DID > > extension and outgoing gateway. Now I would like to transfer to > > another gw (or generate "limit exceded") when one tries to place an > > outgoing call while incoming call is in progress. How tho do that? > > Limiting the number of outgoing calls is easy (mod_limit), but how to > > take into account incoming one? > > > > - Dmitry Bely > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/dbfae6a6/attachment.html From tculjaga at gmail.com Fri Oct 2 05:38:30 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Fri, 2 Oct 2009 14:38:30 +0200 Subject: [Freeswitch-users] Dialplan Issue In-Reply-To: <35b355e90910010918w7a01c4d1l7bc8b7986d2a3434@mail.gmail.com> References: <35b355e90910010727v2efcbff6p97a0a883857818e4@mail.gmail.com> <191c3a030910010755l387faba8x1d8f9bbf51c8ffa1@mail.gmail.com> <35b355e90910010901j63a36531m7550eba26564f01@mail.gmail.com> <35b355e90910010918w7a01c4d1l7bc8b7986d2a3434@mail.gmail.com> Message-ID: <65d96fc80910020538s51c47425vf9142d4fe47e16bb@mail.gmail.com> anyhow, this is how it works for me! On Thu, Oct 1, 2009 at 6:18 PM, Shelby Ramsey wrote: > Just to confirm ... works like a champ. > > Thanks again!!! > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/7a726d6d/attachment.html From orien at tx.rr.com Thu Oct 1 18:11:40 2009 From: orien at tx.rr.com (Orien Love) Date: Thu, 01 Oct 2009 20:11:40 -0500 Subject: [Freeswitch-users] New to freeswitch and have a few questions Message-ID: <4AC5534C.6050202@tx.rr.com> Hello Everybody, I am new to freeswitch, so forgive me if I ask stupid questions. I am planning a test setup consisting of: 1 - Pfsense router with the freeswitch package installed. 1 - Cisco WS-C3524-PWR-XL-EN 24 FE Switch, POE for the phones. 1 - LINKSYS SPA3000 to connect to my existing land line and phones. 2 - POLYCOM SOUNDPOINT IP601 SIP IP PHONEs The first question I have, Are the IP601 phones supported? The wiki lists 320, 431, 501, 550, 650 but not the 601. Second, is there a place that helps a person new to the IP phone world learn what is needed to set up a PBX using freeswitch at a small office? Finally is my test setup a good one? is there something I am missing or that I need to get the learning process started, I have found in the past, with a little information and a test system, I can learn what I am doing by breaking and fixing the test bed. Thanks for your time Orien From msc at freeswitch.org Fri Oct 2 09:00:45 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 2 Oct 2009 09:00:45 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Starting, Please Call In! Message-ID: <87f2f3b90910020900k20f65141rcb2414402ce388a1@mail.gmail.com> Hey folks, the weekly conference call is starting. Please see the agenda for instructions on dialing: http://wiki.freeswitch.org/wiki/FS_weekly_2009_10_02 Looking forward to speaking with you all! -Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/b4a56d0f/attachment.html From msc at freeswitch.org Fri Oct 2 09:08:03 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 2 Oct 2009 09:08:03 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091002114835.4C0FA419B7A@mail.cune.org> References: <87f2f3b90910011633o1f561b76vf77e8e152d21e7a4@mail.gmail.com> <20091002114835.4C0FA419B7A@mail.cune.org> Message-ID: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> On Fri, Oct 2, 2009 at 4:48 AM, wrote: > Michael Collins said: > > > > I believe the "OpenZAP" and "1" are coming from your conf file: > > openzap.conf > > [span zt PRI_1] > > name => OpenZAP > > number => 1 > > That is correct. If that information is removed, then X-Lite displays > > FreeSWITCH > [Other: 0000000000] > do something like: name => XYZ Corp number => 8005551212 > > Are there any variables to set to get CID, or is OpenZap supposed to be > filling that in? > > > As far as debugging with ozmod_libpri I believe the syntax is: > > oz libpri debug 1 all > > That works. Now, I have to figure out what some of these abbreviations > mean. > > Welcome to the wacky world of Q931. The wiki has info: http://wiki.freeswitch.org/wiki/ISDN:_Integrated_Services_Digital_Network -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/4c9aca58/attachment-0001.html From mgende at gendesign.com Fri Oct 2 09:10:30 2009 From: mgende at gendesign.com (Michael Gende) Date: Fri, 2 Oct 2009 11:10:30 -0500 Subject: [Freeswitch-users] New to freeswitch and have a few questions In-Reply-To: <4AC5534C.6050202@tx.rr.com> References: <4AC5534C.6050202@tx.rr.com> Message-ID: Hey Orien, I'm not using exactly your set up, but am using pfsense/FreeBSD. Since you're using that, I assume you're going "dual homed". I've got a starter guide that might help you out. If nothing else, I'd be interested in a candid assessment of its usefulness or lack thereof, especially to a guy like you. I've included it here. Its all just text at the moment so be advised. Also be advised that there's a lot of great information on the freeswitch site and in this group. The goal of my document was so that someone just starting would have to hunt a little less. Hope its good for something, let me know either way, especially if you find errors. Regards, Mike G. On Thu, Oct 1, 2009 at 8:11 PM, Orien Love wrote: > Hello Everybody, > I am new to freeswitch, so forgive me if I ask stupid questions. I > am planning a test setup consisting of: > 1 - Pfsense router with the freeswitch package installed. > 1 - Cisco WS-C3524-PWR-XL-EN 24 FE Switch, POE for the phones. > 1 - LINKSYS SPA3000 to connect to my existing land line and phones. > 2 - POLYCOM SOUNDPOINT IP601 SIP IP PHONEs > > The first question I have, Are the IP601 phones supported? The wiki > lists 320, 431, 501, 550, 650 but not the 601. > > Second, is there a place that helps a person new to the IP phone world > learn what is needed to set up a PBX using freeswitch at a small office? > > Finally is my test setup a good one? is there something I am missing or > that I need to get the learning process started, I have found in the > past, with a little information and a test system, I can learn what I am > doing by breaking and fixing the test bed. > > Thanks for your time > Orien > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/35f997ee/attachment-0001.html -------------- next part -------------- FREESWITCH FOR DUMMIES: DUAL-HOMED HOST EXAMPLE mgende at gendesign.com September, 2009. - Stuff One Ought to Know Before Starting - set FS as a dual-homed host (seperate LAN and WAN interfaces), - use the pre-set 1000-1019 extension numbers to configure and register your local SIP phones, - set up FS to register with your SIP/PSTN provider, - tell FS how to use that provider gateway for out-bound calls, - Group your LAN phone extensions in a useful way, - tell FS to ring all LAN SIP phones when a call comes in. - Add a main Voice Mail account - Ring a Group, if no answer, transfer to Main VM - Adding Another DID STUFF ONE OUGHT TO KNOW BEFORE STARTING PURPOSE OF THIS DOCUMENT When I was getting my own FS up and running, I did a lot of Wiki reading (and still do). There's a lot of information (including a really good "Getting Started" guide) on the FreeSwitch site, but I nonetheless found myself looking here and there. So, I tried to put into one place some things I had found about the basics. While I keep this pretty straightforward, there is the assumption that one is comfortable with computer systems, networking, VoIP in general, XML, these kinds of things. This is not developer documentation, just "getting it going and trying to understand what's what." You'll get some of my opinions, keep 'em or chuck 'em, up to you. But, one will also learn some important basics about how to do some hopfully useful things, where things are, and how to get FS to act like a phone system (in this case). From there, the sky's the limit. The idea here is to provide a foothold to step up higher. Note that this document has much in common with the "Getting Started" section on the FS website. This is more tuned to dual-homed setups, thus its creation. If you find it helpful, great. Find errors, point them out to me, please, and I'll correct them. If you hate it, then delete your copy. Oh, and any external static IP addresses, DIDs, etc, in this document are all pure fiction, so please don't waste any time trying to hack them, if you were so inclined (which I'm sure you were not). PRE-INSTALL CONSIDERATIONS THE COMPUTER: Before one starts anything, ask yourself a few questions about how you would like FS to be deployed in your situation. One way, and a simple one at that, is to add a computer (or use an existing one) to your LAN. Just a box with, say, a Gb of RAM and a dual-core CPU will do it (see the FS site for more precise details on system requirements). FS comes set up to work this way without much fooling around. However, using a dual-homed host has its advantages. The largest one being lessening the traffic introduced to your LAN because a WAN interface is available. I find this a good thing and worth the extra effort. You may not. THE OS: FS can run on a variety of OS's (the top three being MacOS, Windows, and Linux I believe). If you can work with Linux, BSD and the like, you'll be fine. The FS site has a list of ways to install on different distros, take your pick. We initially went the CentOS, which is a good Red Hat Linux compatable distro. For a computer with only one Ethernet internface on your LAN, that'd be my personal choice. However, if you use a computer with seperate LAN and WAN interfaces, I'd opt for PfSense (pfsense.org). This is a very nice FreeBSD system that is already a powerful firewall (and other great stuff). If you're connecting direct to the Internet, you'll need that. Further, with PfSense the instalation of the OS and Firewall, via install disk image they provide, is pretty straightforward. Once FreeBSD/PfSense is installed, one adds FS as a package (see the directions at pfsense.org) with just a couple of mouse clicks. While FS on PfSense has some handy interfaces to provide aids in administration, I tend to run and configure it from the command line just the same. I do so because I want to know and understand the FS directory structure and XML files that make things work. SIDEBAR: Want to run FS on a dual homed host? That's what we do. One Ethernet port is set for the LAN while the other connects direct to the Internet. We opt for a static WAN IP address. I personally suggest using a fixed IP if you're going to go this route. It will make configuring FS, as well as well as potentially registering with your SIP providor, easier in my opinion. Also, one will have less new LAN traffic with the advent of you new VoIP system as one would with a single-homed host. This is what pursuaded me. However, please note the FS scripts are pretty intellegent and can sense an IP change on your WAN port, letting the system know about it. However, for clarity and ease, largely my own, I'll go on about a static IP on the WAN and a seperate IP address for the LAN port of your FS box. NOTE: Just call your cable provider or DSL provider for info on getting a static IP if you'd like one. We have both DSL and Cable at my office, it was pretty simple to set up. These Internet providors, they'll do anything for money. If you have a T1 or better, you already have a static IP. Also note: going this way (dual-homed, fixed IP) gets your hands a little dirty, and I do mean "a little", with FS. That's something I think you'll want to do to understand more about how things work. It sure helped me. MOVING ON: A FEW IMPORTANT FS COMMANDS FOR STARTERS At this point, I'm assuming that you'll have the computer of your choice up and running with an OS and FS installed and waiting for your commands (if you don't, pretend). When I was getting FS up and running, there were a few concepts and commands that helped me get on my feet. So, for your edification, here they are: To Start FS: The executable is in /usr/local/freeswitch/bin/freeswitch. Invoking it long-hand (or going to the ~/bin directory and typing ./freeswitch) will start FS in the foreground, attach to your terminal, and provide output and a command line. To Check FS Status: If the screen is full of "junk", hit enter. You should see a prompt something like this: "freeswitch at FreeSwitch.local>". From there, you can tell FS to do things and ask about status. You'll use commands like "sofia status", "sofia status profile internal", and "sofia status profile external". One can accomplish quite a lot with just those few. More on these later in the document. Or, go try 'em out. To Stop FS: At the command line mentioned above, just enter the command "shutdown" (no quotes). Or, one could kill it if its running in the background (as it does by default in PfSense on FreeBSD). I've done so with a "kill -15" followed by the FS PID (ps uax | grep free) and things shut down fine. There's probably a better way to do that, but this works. To Reload XML Files into FS: You'll likely be making changes to the XML files that configure FS, especially initially. Once you edit an XML file, FS has to be told about this so your changes will take effect. That can be done with the "reloadxml" command. Alternatively, one can issue a "stop" command and then start FS from the command line. Take your choice. For More Info: one can type "help" at the FS command prompt. There's a lot there; don't let it intimidate you. THE FS FILE SYSTEM: WHERE STUFF IS FOR STARTERS: Here's the basics on where things are. Master this and you've got a good, starting grasp on how to "get around" when configuring and maintaining your FS: NOTE: Everythings starts with /usr/local/freeswitch, so I'm just going to assume that with the tilde (~) here to save me from typing it again and again. ~/bin is where all the binaries, like the FS executable itself, resides. ~/conf is a starting point for your exloration. Some important files here, like vars.xml, and more. ~/conf/sip_profiles is very important. Here are all the SIP User Agent instructions. UAs listen for registrations of SIP Phones, etc. ~/conf/dialplan is where one sets up instructions telling FS about events and what to do when they take place. ~/conf/directory is where information on physical SIP phone extensions (and their groupings) is stored. These directories have subdirectories (which themselves have subdirectories) that you'll want to get familiar with. I'll go into more detail later on. Also, I've left out where language stuff goes, and more. But, one has to start somewhere. Now, let's get to work. SETTING THE SIP PROFILES TO USE DIFFERENT ETHERNET PORTS INTERNAL LAN Back to "dual-homed host setup with fixed IP on the WAN port". To make this work, one has to tell FS about where to be listening for SIP registrations, and other SIP traffic. That's done in the /usr/local/freeswitch/conf/sip_profiles directory. There, one finds what are conveniently called "sip profiles". One profile is for internal traffic (in my case called "internal.xml", for the phones on your LAN, etc) the other is for outside traffic (in my case called "external.xml", outside phone registrations, etc). In the internal.xml file, we'll make some changes to accommodate the LAN network. Its a big file, but just a small tweak needs to be made. I'd edit the file and search for rtp-ip, sip-ip, ext-rtp-ip, and ext-sip-ip, respectively. Initially, you'll likely see "value=$${local_ip_v4}" in these four lines. Change the "value=" as below, using your own LAN IP address, for those four lines. Note that in the actual file there's a lot more stuff. Since I'm writting about a dual-homed example, we don't need a STUN server (i.e, we don't really need external rtp or sip) you can either leave the following two enteries alone or set them as I have below: Another reminder to use the LAN IP of your computer running FS, not mine. Also remember this is a dual-homed host in this particular example. You don't need to mess with this - the the internal.xml or external.xml files - if you have a single Ethernet port connected to a LAN with a gateway to the Internet. The settings "from the factory" will do just fine "out of the box" with a single homed host (though you will likely need STUN, not covered here). But, what fun is that? EXTERNAL WAN So, now we've got to do the same sort of thing to the /usr/local/freeswitch/conf/sip_profiles/external.xml file too right? Actually, while you could, one does not need to. Strangely enough, and to one's great happiness, this profile will go out and get the address of the WAN side and make the proper adjustments. Again, it will also, if a dynamic IP is being used, sense the address and any changes to it. I prefer the static IP and that's what I'm writting about here. The long and short of it is you don't have to change this file at this time. GETTING YOUR LAN PHONES REGISTERED Also, we make a similar change elsewhere. In the /usr/local/freeswitch/conf/directory area sits a file that is - I hope - called default.xml. This file also has something to do with SIP on your LAN. In this case, what end-points (phones, soft phones) FS should expect to see, and other info (such as grouping these end-points into, well, groups). So, edit that file but use your LAN IP instead of mine, just like in the profiles above: While we're in the /usr/local/freeswitch/conf/directory area, let's consider how the SIP phones on your LAN are going to register with FS. I suggest using the pre-set 1000-1017 extension numbers - already set up for you - to configure and register your local SIP phones. If you need more, you'll know where/how to enter them in. So, while still in the default.xml file here - remember there are other default.xml files in other directories doing different things - note everything between the and tags. There are singular tags nested inside, setting up logical groupings of extension numbers into Sales, Billing, and Support. You can change these groupings to suite yourself, our go with what's there. Either way, you can see where this configuration is set now. Also in this file, near the top, you'll see a pre-processor directive to go a directory below and include any .XML files found there. Leave this file, and cd down to the ./default directory. Just to be clear, we in directory /usr/local/freeswitch/conf/directory/default. Here's 1015.xml, one of the several you'll find there: That's the whole XML file. Now, these can get more complicated, but this is right there and ready to go. While the variables pretty much tell you what they do, the point here is that if you need to modify something about a LAN SIP phone's "personal info", you come to /usr/local/freeswitch/conf/directory/default and look at the *.xml files here. And/or go "up" one level and look in the default.xml file there. NOTE: On my system, there's another default.xml file here. Keep in mind that while the names are the same, where they are has a lot to do with their function, so associate the place with the name. It gets easier with time. CHANGING THE PASSWORD FOR SIP REGISTRATION ON YOUR LAN Last thing: You'll want to change the default password that your LAN SIP phones (or external phones for that matter) will use when authenticating. Leaving the one set up "out of the box" is a security risk since anyone could know it. So, make up your own. Edit the /usr/local/freeswitch/conf/vars.xml file. Near the top you'll see: Change the default_password parameter to some other four numbers that appeal to you. Now, only SIP phones that know the secret can register. Having done all this, set up your LAN SIP phones. Assign each a number between 1000 and 1017 for starters because these are already configured. Point your SIP phones the the IP address we've hard coded in the profiles (192.168.0.199 in my example). Be sure to use the new password you just set up. APPLYING YOUR CHANGES AND CHECKING YOUR WORK Once you've made all these changes, either reloadxml the FS or simply stop and start it (don't know how? See "Stuff I Ought to Know Before Starting" section). To check, after the reload or restart, issue this command at the FS command line: freeswitch at FreeSwitch.local> sofia status profile internal You'll get something like the following if all is well: API CALL [sofia(status profile internal)] output: ================================================================================================= Name internal Domain Name N/A DBName sofia_reg_internal Pres Hosts Dialplan XML Context public Challenge Realm auto_to RTP-IP 192.168.0.199 Ext-RTP-IP 192.168.0.199 SIP-IP 192.168.0.199 Ext-SIP-IP 192.168.0.199 URL sip:mod_sofia at 192.168.0.199:5060 BIND-URL sip:mod_sofia at 192.168.0.199:5060 HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS G7221 at 32000h,G7221 at 16000h,G722,PCMU,PCMA,GSM TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG false PROXY-MEDIA false AGGRESSIVENAT false STUN-ENABLED true STUN-AUTO-DISABLE false CALLS-IN 2 FAILED-CALLS-IN 0 CALLS-OUT 3 FAILED-CALLS-OUT 0 Registrations: ================================================================================================= Call-ID: e6c864e9c4a3d at 192.168.0.80 User: 1013 at 192.168.0.199 Contact: "user" Agent: Grandstream GXP2000 1.1.6.46 Status: Registered(UDP-NAT)(unknown) EXP(2009-09-23 16:37:10) Host: FreeSwitch.local IP: 192.168.0.80 Port: 5062 Auth-User: 1013 Auth-Realm: 192.168.0.199 Call-ID: 88ee646b068da at 192.168.0.41 User: 1012 at 192.168.0.199 Contact: "user" Agent: Grandstream GXP2000 1.1.5.15 Status: Registered(UDP-NAT)(unknown) EXP(2009-09-23 16:37:12) Host: FreeSwitch.local IP: 192.168.0.41 Port: 5062 Auth-User: 1012 Auth-Realm: 192.168.0.199 Call-ID: 45ee6e1b083da at 192.168.0.57 User: 1017 at 192.168.0.199 Contact: "user" Agent: Grandstream GXP2000 1.1.5.15 Status: Registered(UDP-NAT)(unknown) EXP(2009-09-23 16:37:15) Host: FreeSwitch.local IP: 192.168.0.57 Port: 5062 Auth-User: 1017 Auth-Realm: 192.168.0.199 ================================================================================================= Note that everwhere there's an IP address (RTP_IP, SIP_IP, EXT_RTP_IP, EXT_SIP_IP), its the LAN Ethernet address on our FS box or the address of a LAN SIP phone (under Registrations). That's what we want. The internal.xml profile is listening ONLY on the LAN. Do the same thing for the external profile: freeswitch at FreeSwitch.local> sofia status profile external API CALL [sofia(status profile external)] output: ================================================================================================= Name external Domain Name N/A DBName sofia_reg_external Pres Hosts Dialplan XML Context public Challenge Realm auto_to RTP-IP yy.yy.yy.yy Ext-RTP-IP yy.yy.yy.yy SIP-IP yy.yy.yy.yy Ext-SIP-IP yy.yy.yy.yy URL sip:mod_sofia at yy.yy.yy.yy:5080 BIND-URL sip:mod_sofia at yy.yy.yy.yy:5080 HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS PCMU,PCMA,GSM TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG false PROXY-MEDIA false AGGRESSIVENAT false STUN-ENABLED true STUN-AUTO-DISABLE false CALLS-IN 1 FAILED-CALLS-IN 0 CALLS-OUT 1 FAILED-CALLS-OUT 0 Registrations: ================================================================================================= ================================================================================================= Here, we have only the external Ethernet static-ip address showing up. Again, that's as it should be. This profile is listening only to the WAN and not interfearing with the LAN. Note that in my case, I don't have any registrations on this profile. That's OK, but I could set things up for phones to register from the WAN if that was desirable (which in our case, it is not as yet). As we'll see, these two will work together well for out-going and in-coming calls. Read on. REGISTERING WITH A SIP PROVIDER So that we can make and receive calls, we'll need to register with a SIP/PSTN provider. Getting one is outside the scope of this document, but check out the Internet, many are available. You'll have to have FS register with your "gateway provider" so things can work. Here's how we did it: In /usr/local/freeswitch/conf/sip_profiles/external, I created a file called urbancom.xml (happens to be the name of my provider). As long as this file is in that directory, FS will use it to register with my SIP/PSTN provider, making calling "in and out" possible. Here's what's inside: That's the whole file. The "name" has to be something DNS can translate or an actual IP address. Clearly, I used the latter. Username and password come from the provider, as do the transport value (could be tcp, ask the provider) and the tport value (5060 is typical, but ask the...you get the message). I like the ping value, kinda making sure the link is kept alive in the absence of other traffic. Now, we want to set something to happen "call-wise". That is, when our LAN phones register with FS and dial a phone number, something good will transpire. Here's one way to get that done: We'll add an "extension" - not to be confused with a physical telephone extension - to what's called a "context". Contexts are just containers for extensions. These context extensions are really directions to FS, telling it how to react when certain things take place. Our "thing" in this case is a registered sip phone dialing a 10 digit number, trying to call someone on the outside. To make this work, we add the following "extension" to the "context" in the /usr/local/freeswitch/conf/dialplan/default.xml file. Don't confuse this default.xml with the one in /usr/local/freeswitch/conf/directory, different files doing different things. Enter the following in as the first extension in the file, note the tags that delimit the text you're inputting. What's the point? Well, this paragraph lets FS know what to do when an outgoing call is dialed. Note the tag. This directs FS to use a specific gateway, the one we just set up, to "get the call out". NOTE: One can know if the gateway is registered or not, plus other very useful information, by using the following command at the FS command line: freeswitch at FreeSwitch.local> sofia status Don't forget to hit "enter". That will get you something like the following: API CALL [sofia(status)] output: Name Type Data State ================================================================================================= internal profile sip:mod_sofia at 192.168.0.199:5060 RUNNING (0) external profile sip:mod_sofia at yy.yy.yy.yy:5080 RUNNING (0) xxx.xxx.xxx.xxx gateway sip:8158381212 at xxx.xxx.xxx.xxx REGED default alias internal ALIASED 192.168.0.199 alias internal ALIASED ================================================================================================= 2 profiles 2 aliases Note that my gateway (check the "Type" column) is in state REGED, meaning it is registered with my provider and all is well with the world. If it isn't, check with your provider. If they're nice, they'll look at your registration attempt and provide clues as to what's not right. Hey, its a start. While were at it, also note that the internal profile is up and running. That's what we messed with in the first place to direct calls to the gateway. Lo, the beautiful symmetry of it all. Further, the internal profile is listening on the LAN address (192.168.0.199 happens to be ours) while the external listens to the outside world on a different Ethernet static IP (it isn't our real one so don't try to hack it) as well as a different UDP port (a logical port for UDP, 5080 for the outside, 5060 for the inside here). All make sense? The alias types are just that, different names for the internal and external profiles. Used for some FS shorthand we won't talk about at the moment. LETS MAKE SOME CALLS (OUT-GOING) At this point, your FS has SIP phones registered locally, a SIP/PSTN gateway that it is registered to, and SIP profiles listening for work to do. Your SIP phone - there are many types so I assume you know how to configure and use your device - should itself show as registered to the FS. So, go ahead. Make that call out. I called my cellphone the first time. If all is well, and if your output from above looks like it should then all IS well, your outside phone is ringing. Rejoice. IN-COMING CALLS, RINGING A GROUP OK, that was fun. But, one would want people to be able to call FS from the outside too. It would also be nice if FS would ring my SIP phone so I could take the call. As a matter of fact, at least in my office, we like all the phones to ring and whoever is available takes the call. One way to set up incoming calls in this way (ring all extensions in a group) is the following: First, one has to have a group to ring. Forget, for a second, that there are groups already setup in the /usr/local/freeswitch/conf/directory. There is a feature of FS that allows one, from the SIP phone itself, to join a group that FS can then use. Go to each SIP phone in turn and dial extension 8101 (or *8101 on my PfSense version). 81 means "I'm putting this phone into a group". The last two digits tell what group, 01 in this case. You'll hear a tone letting you know it worked. Hang up and go join the next phone to group 01 until you've done 'em all. NOTE: Want to delete a phone from the group (it will still be able to call out)? Dial extension 8001 (or *8001 in my case on PfSense) and that particular phone will be deleted from the group. Keep in mind that once you are in the group, that group will persist in FS. You can re-register, restart FS or even reboot the computer FS is running on. You have to take action to get an extension out of the group (which is a good thing). Also note that if you'd like to see how 8001, 8101, or any other "logic" works in FS on your LAN, edit the /usr/local/freeswitch/conf/dialplan/default.xml file. Search for 80, for instance. This file contains "contexts" which themselves containg "extensions". Here, and extention is logic for taking some action when FS sees a particular event take place (like someone dialing 8201). We are at the heart of FS in this file, don't forget about it or what its for. Now, we have our group, 01 in this case (could be anything between 00 and 99). Dial extension 8201 (or, again, *8201 depending) and all phones joined to group 01 will ring. Fun stuff. Now, let's get FS to use that group to ring the same group. To do so, go to the /usr/local/freeswitch/conf/dialplan/public directory. I created a file that would be read first by using the file name 00_inbound_did.xml. The name is significant, especially the leading 00s. In this case, its the only file here but one could have many. Anyway, enter the following in that file, correcting for your own private info: OK, having done the above, reloadxml or stop and start your FS. Then, dial in from a cellphone or other outside line. All phone in your group should ring. The DID of your calling phone should show. Now, we've got something useful going. Now, this is pretty powerful stuff. You could create another file in /usr/local/freeswitch/conf/dialplan/public and call it 01_inbound_did.xml. There one could set up another group (or single phone) to be rung if one has another DID. Much is possible. But, we'll keep to getting things functional and operational. MOVING ON TO MORE ADVANCED TOPICS VOICE MAIL (OR "HOW TO ACCESS SOME THINGS THAT FS IS PREPARED TO DO") If one has a registered phone (at this point in our document, only possible on the internal profile) then you have a voicemail extension at your disposal too. To check if an extension is in fact registered with your FS, go to your console screen and type: freeswitch at FreeSwitch.local> sofia status profile internal As in the scection on APPLYING YOUR CHANGES AND CHECKING YOUR WORK, one sees output about the internal profile itself, followed by all registered extensions for the profile. Now, we're going to use the FS dialplan file to figure out how to access voicemail. You'll likely want to do things like create a message for people to hear when they get VM. Also, you will want to hear what messages are left there, delteing some, leaving others. How? We'll answer that question; in the process learning more about FS dialplans, contexts, extensions, and how to understand and use them. NOTE: You may recall a line in the REGISTERING WITH A SIP PROVIDOR section stating in passing that a dial plan containted "contexts". Contexts themselves are containters for instruction sets called "extensions". Don't confuse the term "extension" here with a SIP phone or other device (which has an extension number) and these instruction blocks within contexts. A CLOSER LOOK AT YOUR DEFAULT DIAL PLAN Let's edit the /usr/local/freeswitch/conf/dialplan/default.xml file. Near the top of the file, one notes a tag. All the way at the bottom of the file, one sees the closing tag. In between these tags, one can see many groupings, deliniated with the and tags. Each of these extensions is actually a reaction to an event. The event being serviced is seen in the tag set, inside each extension. Usually, that condition is a number that someone has dialed. That could be an outside caller coming into your FS via your gateway provider, or a registered phone on your LAN doing the dialing. When FS "sees" a number, coming or going, it looks at the dial plans, matching that number to each extension's . FS then performs the within the matching extension. NOTE: If the pattern matching syntax within the "expresion=" of the tag makes no sense, please have a look at "regular expressions" ("regex" for short) and how they work. There's a great regex primer on the freeswitch.org site that's well worth finding and reading it you need it. However, that's outside the scope of this document. Nonetheless, you'll need some familiarity with regex's to understand conditions. So, now that you're in the file and have the gist of what's going on here, search for the string "voicemail". In mine, courtesy of PfSense (pfsense.org), I find five extensions dealing with voicemail. We'll talk about each a little bit. Once finished, you'll know a lot more about voice mail on my FS. Yours will likely be similar. Here's my five, right from ~/conf/dialplan/default.xml on my system: The "operator" extension above is invoked by the string *operator or a dialed 0. On PfSense, that author likes to use a "*" with special extensions. Others do not. You can set it how you like it. If you have an extension like my "operator", go to a registered phone and hit 0. Note that you'll need a "real" extension 1000 on your LAN to be able to use this. We'll provide a way to put this to work later. In extension "vmain2", one can type *97, *4000 or a literal vmain2 to access the here. Looking at the last tag, one notes voicemail being invoked to check a user's VM contents. You'll need your user ID and password to gain access. Try this one out, if you have it, and follow the prompts. Much like vmai2, you can type *98 (or set it how you'd like it) for this VM entry. Note the here works thus: if you call from your own phone extension, you'll only need the password to gain entry. The invocation of voicemail here uses the number you are dialing from as the user. Above, a handy extension to transfer a caller to a five-digit extension, if you have them. Mine are all four digit, 1000-1019, the defaults. You could change this to handle any extension lenth you like. Finally, an extension so that anyone taking a call can transfer that party to any four digit extension they'd like (much like the 5 digit above this). Just hit "tranfer" on your phone, and then enter *991013 to go to 1013's voicemail without ringing his/her phone. Nice. Remember, if your FS isn't configured as above, you can do so with the extension as you see them here, or by modifiying them to suit yourself. Now that you can get around in this particular default.xml, have a look at other .xml files in the /usr/local/freeswitch/conf/dialplan directory. Note that we've been here before in the IN-COMING CALLS, RINGING A GROUP section of this document. There, we were directing in-coming calls to the proper default.xml extension via the ~/conf/dialplan/public subdirectory. Hopefully, this is all beginning to make sense as a whole. So, back to Voicemail. Now, you can access VM from your registered phone, set up your own voice prompt, and administer VM in general. How did we figure that out? By reading the "instructions" in the default dial plan. There's more to know, and a lot more that can be done. The idea is to build on what you've learned up to this point. Now, let's tie that in with calls coming into the system to make our FS even more useful. INCOMING CALLS RING A GROUP AND GOES TO VM AFTER NO ANSWER This time, I'm just going to "lay out" some files that are accessed, in order, when an incoming call hits FS. Actually, FS isn't looking at the literal file, it has read them into the running application (assuming you've told it to). If not, FS can't "see" them so be sure you've reloadxml'd or shutdown/started FS. So, have a look and you'll see the flow FS follows to find out what to do. Let's say someone on the "outside" dials us in Illinois at 8158381212. First, the call "comes in" and FS wants to know where to send it. Since this is a public incoming call, it looks for a match in ~/conf/dialplan/public/ and finds the match - in my case - in 01_incoming_did.xml: Notice above that I changed the transfer extension from *8201 (IN-COMING CALLS, RINGING A GROUP) to a new extension, 8201 (no preceeding *), seen below. I did that so I could add the that I needed and also demonstrate another way to ring groups, as you will see: Next, FS looks in ~/conf/dialplan/default.xml, just as it was told to, above, for the 8201 extension. Here it is: In this extension, I have the included actions do a few things. I set a timeout value to 20. That means if no one answers in that amount of time (from when the bridge is invoked later on), FS will skip down to the next action, invoking voicemail (via dialplan default.xml) for extension 1013. Also notice that instead of bridging to *8201, which I could have still done, I opted to use one of the groups already set up for me in ~/conf/directory/default.xml (There's a lot of default.xml files. But, being in different directories, they do completely different things. Actually, one could call them anything you'd like. For the moment, I'm sticking to the names as installed). Here's a snippet of ~/conf/directory/default.xml. I simply located the set equal to "support", and added the users I wanted to that group. Note that the same users can be in different groups if you'd like: Assuming you've set up extension 1013 (the physical phone's voicemail session) with a message about everybody being busy and please leave us a call back number, you're good to go (remember to reloadxml or shutdown/start if you've changed XML files). My phone's (admittedly an older Grandstream GXP-2000) message light blinked red as soon as I called in and left one (I'm 1013). Using the appropriate numbers from A CLOSER LOOK AT YOUR DIAL PLAN, you can now get your VM and deal with it as you'd like. ADDING ANOTHER DID Let's say that you would like to have more than one direct inward dial number for your home or business. We saw in the section on REGISTERING WITH A SIP PROVIDER who to have one DID registered. To have more than one, naturally, you will have to have another set up as that one is. However, if you want to use the same providor, we'll have to change the syntax of the XML file in /usr/local/freeswitch/conf/sip_profiles/external. Have a look: my ~/conf/sip_profiles/external/urban.xml file for registering and using one DID: Here's the same file, registering with the same providor, but now we have two registrations, one for each DID. Check the comments in the XML code below: > > Notice that I had to use a different gateway name in this example for each DID registration, even though the same providor is registering both DIDs. This was done using the tag. Of course, use your own gatway IP address. If you just double the entries of the single DID example, only one will actually register. You could use the syntax of the two DID example for one DID. As you can see, there's more than one way to do things. IMPORTANT: If you only make the changes above - assuming you have a working system with the "one DID" setup - you'll find that you can not make outgoing calls anymore (but incoming calls still work). Why? Remember in REGISTERING WITH A SIP PROVIDOR, we told FS what to do with out-going calls. That is, to use your newly registered gatwway. In the "two DID" example, we've changed the name of that gateway. Had to, can't use the same one twice. So, pick one of your DID gateway names above and update the extension in ~/conf/dialplan/default.xml for out-going calls (I use the urban1212 gateway, see below). From jerry.richards at teotech.com Fri Oct 2 09:40:28 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Fri, 2 Oct 2009 09:40:28 -0700 Subject: [Freeswitch-users] Call Forward All/Busy/No-Answer Message-ID: How would I configure FS to Call Forward All or Call Forward when Busy or Call Forward when No-Answer? Can this be done at the server, rather than at the phone? Best Regards, Jerry From mike at van.lammeren.net Fri Oct 2 09:51:11 2009 From: mike at van.lammeren.net (Mike van Lammeren) Date: Fri, 2 Oct 2009 12:51:11 -0400 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <1254426084.3779.29.camel@sodium> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> <1254426084.3779.29.camel@sodium> Message-ID: <5d2828f0910020951n784c569ak5af4bf4f25a8ac00@mail.gmail.com> I only mentioned the OS I used as a reference for people. If they want to do the same thing on another OS, then they might not have apt-get, etc. Mike van Lammeren On Thu, Oct 1, 2009 at 3:41 PM, Hadley Rich wrote: > On Thu, 2009-10-01 at 14:14 -0500, Anthony Minessale wrote: > > can we do it without advertising to use ubuntu =D > > We don't like encouraging our users to use bleeding edge OS for our > > own sanity with debugging. > > I understand your stance, though if we're talking about Ubuntu 8.04 LTS > (Long Term Support - 5 years) it's not really bleeding edge anymore. 18 > months ago when it was released it may have been a little, but the LTS > releases still aren't as bleeding edge as the standard support in > between releases. > > hads > -- > http://nicegear.co.nz > New Zealand's Open Source Hardware Supplier > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/115920e7/attachment.html From mike at van.lammeren.net Fri Oct 2 09:56:22 2009 From: mike at van.lammeren.net (Mike van Lammeren) Date: Fri, 2 Oct 2009 12:56:22 -0400 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <0ca401ca42cf$8a709d20$9f51d760$@com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> <191c3a030910011214i3a9eaad1xf242ecf19dc80da3@mail.gmail.com> <0ca401ca42cf$8a709d20$9f51d760$@com> Message-ID: <5d2828f0910020956w5c3fd2dfi481bb2952b0beb85@mail.gmail.com> The load balancer listens to the virtual IP address, and port-forwards to one of the FreeSWITCH boxes. Each FreeSWITCH box listens for the same virtual IP address for SIP registrations and connections, which is what FreeSWITCH needs to bind to. All other traffic actually travels over their real IP address, which is what the FreeSWITCH servers would use to talk to each other. On Thu, Oct 1, 2009 at 3:44 PM, Peder wrote: > Looking thru the example, it looks like each box has a real address of > 21, 22 or 23 and they all have a loopback of .17, right? So even though > they connections are being load balanced, each box really thinks it is .17 > and each client that connects thinks it is connecting to .17, right? If > that?s the case, how does a client on one box call a client on the other > box? Since every box thinks it is .17 how would you bridge to another user > on another box that also thinks it is .17? Or am I totally missing how it > works? > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Anthony > Minessale > *Sent:* Thursday, October 01, 2009 2:14 PM > > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey > > > > can we do it without advertising to use ubuntu =D > We don't like encouraging our users to use bleeding edge OS for our own > sanity with debugging. > Not to say you are not allowed to I just don't want to encourage it =p > > > On Thu, Oct 1, 2009 at 1:12 PM, Even Andr? Fiskvik > wrote: > > That's very cool Mike! > > > > I'm going to try to configure four boxes with this as well (Btw, did you > use physical hardware or virtualization?) > > and see how it goes. I followed Daniel Aliaman's blog as well, but I can > try it again with the tips > > you provided on FreeSWITCH config to see if I can get it working properly > this time. > > We did the setup on CentOS, but I wouldn't think that would be any issue. > > > > Perhaps you or we could write up a complete guide about this on the wiki > since this is an scenario > > commonly used? Also it would be great if we could outline possible issues > (and even better solutions) > > to this kind of setup with regards to stuff like conferencing, bridging > between registered users and presence. > > > > > > Best regards, > > Even Andr? > > > > > > On 1. okt. 2009, at 18.45, Mike van Lammeren wrote: > > > > Guess what? I have two FreeSWITCH servers working behind UltraMonkey, > using heartbeat and ldirectord for load-balancing, fail-over and high > availability! I'm probably not the first one to do it, but as near as Google > and I can tell, I'm the first one to write about it. > > > > Here's how you can duplicate my setup: > > > > 1. Install Ubuntu Server 8 on four machines, either real or VM. > > 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, > following these instructions: > http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start > > 3. Configure both FreeSWITCH boxes, and make sure they are both working. > > 4. Follow (most of) these instructions from Daniel Aliaman's blog. They > were written for Asterisk, but since a SIP connection is a SIP connection, > most of the document applies to FreeSWITCH: > > http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf > > > > The one problem I ran into was the IP address and port to which FreeSWITCH > was bound. The default is to use the primary address, which works great > out-of-the-box for everything else. When a client tried to register, all it > got back was an ICMP error -- Destination Unreachable, Port Unreachable. > That error is returned when no sockets are listening for UDP packets. To get > FreeSWITCH to listen for your Virtual IP, you need to set it in two places: > > > > 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". > > 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". > > > > That should do it! If you have any success, please report to this list. > > > > Keep in mind that if you want to do something like conferencing between two > registered clients, then you have to deal with the fact that the clients may > or may not be on the same box. > > > > Mike van Lammeren > > > > > > > > On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren > wrote: > > > > On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > wrote: > > From: "Even Andr? Fiskvik" > To: freeswitch-users at lists.freeswitch.org > Date: Mon, 28 Sep 2009 22:52:13 +0200 > Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey > > I have been working with a similar setup myself, but for some reason I > ended up ditching the > > UltraMonkey setup because I just couldn't get it to work right. > > > > It's been quite a while since my effort, so I don't remember what the exact > issue was. > > I got registrations to work, but had some other sip-dialog issues. > > > > We have since then changed over to running OpenSIPs as a loadbalancer in > front of > > multiple FreeSWITCH instances. This setup is still in testing, but > seemlingy works fine > > (and if it doesn't, it's my own fault for writing a bad opensips config). > > > > After we have done some more testing I can create a wiki-page with config > details. > > > > > > Best regards, > > Even Andr? > > > > > > Thanks, Even, that would be great! I might have to give up on the > ultramonkey solution, since I can't find anyone who has made it work. It's > too bad, because it would fit well with the rest of our architecture. > > > > Mike van Lammeren > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/c26603df/attachment.html From mike at van.lammeren.net Fri Oct 2 09:58:16 2009 From: mike at van.lammeren.net (Mike van Lammeren) Date: Fri, 2 Oct 2009 12:58:16 -0400 Subject: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey In-Reply-To: <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> References: <5d2828f0909290720y6bb4997uc4b9afba4b0fe74c@mail.gmail.com> <5d2828f0910010945q30ed76e2x50d6ab3b13bc8f88@mail.gmail.com> <32C47FA5-774E-4584-890B-0A066F5CFE14@me.com> Message-ID: <5d2828f0910020958o1176ab71rc361d9b2e96d6e58@mail.gmail.com> I am running the servers on the free version of VMware's ESX platform, but only for development purposes. We will be setting up real machines sometime in Spring 2010. On Thu, Oct 1, 2009 at 2:12 PM, Even Andr? Fiskvik wrote: > That's very cool Mike! > I'm going to try to configure four boxes with this as well (Btw, did you > use physical hardware or virtualization?) > and see how it goes. I followed Daniel Aliaman's blog as well, but I can > try it again with the tips > you provided on FreeSWITCH config to see if I can get it working properly > this time. > We did the setup on CentOS, but I wouldn't think that would be any issue. > > Perhaps you or we could write up a complete guide about this on the wiki > since this is an scenario > commonly used? Also it would be great if we could outline possible issues > (and even better solutions) > to this kind of setup with regards to stuff like conferencing, bridging > between registered users and presence. > > > Best regards, > Even Andr? > > > On 1. okt. 2009, at 18.45, Mike van Lammeren wrote: > > Guess what? I have two FreeSWITCH servers working behind UltraMonkey, using > heartbeat and ldirectord for load-balancing, fail-over and high > availability! I'm probably not the first one to do it, but as near as Google > and I can tell, I'm the first one to write about it. > Here's how you can duplicate my setup: > > 1. Install Ubuntu Server 8 on four machines, either real or VM. > 2. Compile and install FreeSWITCH v1.0.4 from source on two machines, > following these instructions: > http://wiki.freeswitch.org/wiki/Ubuntu_Quick_Start > 3. Configure both > FreeSWITCH boxes, and make sure they are both working. > 4. Follow (most of) these instructions from Daniel Aliaman's blog. They > were written for Asterisk, but since a SIP connection is a SIP connection, > most of the document applies to FreeSWITCH: > http://www.danielaliaman.com/blog/files/ultramonkeyasterisk.pdf > > The one > problem I ran into was the IP address and port to which FreeSWITCH was > bound. The default is to use the primary address, which works great > out-of-the-box for everything else. When a client tried to register, all it > got back was an ICMP error -- Destination Unreachable, Port Unreachable. > That error is returned when no sockets are listening for UDP packets. To get > FreeSWITCH to listen for your Virtual IP, you need to set it in two places: > > 5. In /opt/freeswitch/conf/vars.xml, set "bind_server_ip". > 6. In /opt/freeswitch/conf/sip_profiles/internal.xml, set "sip-ip". > > That should do it! If you have any success, please report to this list. > > Keep in mind that if you want to do something like conferencing between two > registered clients, then you have to deal with the fact that the clients may > or may not be on the same box. > > Mike van Lammeren > > > > On Tue, Sep 29, 2009 at 10:20 AM, Mike van Lammeren > wrote: > >> >> On Mon, Sep 28, 2009 at 9:05 PM, "Even Andr? Fiskvik" > > wrote: >> >>> From: "Even Andr? Fiskvik" >>> To: freeswitch-users at lists.freeswitch.org >>> Date: Mon, 28 Sep 2009 22:52:13 +0200 >>> Subject: Re: [Freeswitch-users] Load-Balance FreeSWITCH with Ultramonkey >>> I have been working with a similar setup myself, but for some reason I >>> ended up ditching theUltraMonkey setup because I just couldn't get it to >>> work right. >>> >>> It's been quite a while since my effort, so I don't remember what the >>> exact issue was. >>> I got registrations to work, but had some other sip-dialog issues. >>> >>> We have since then changed over to running OpenSIPs as a loadbalancer in >>> front of >>> multiple FreeSWITCH instances. This setup is still in testing, but >>> seemlingy works fine >>> (and if it doesn't, it's my own fault for writing a bad opensips config). >>> >>> After we have done some more testing I can create a wiki-page with config >>> details. >>> >>> >>> Best regards, >>> Even Andr? >>> >>> >> Thanks, Even, that would be great! I might have to give up on the >> ultramonkey solution, since I can't find anyone who has made it work. It's >> too bad, because it would fit well with the rest of our architecture. >> >> Mike van Lammeren >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/9281eb71/attachment-0001.html From davis.erwin at gmail.com Fri Oct 2 08:50:58 2009 From: davis.erwin at gmail.com (Erwin Davis) Date: Fri, 2 Oct 2009 11:50:58 -0400 Subject: [Freeswitch-users] looking for qualified and cheap TISP Message-ID: Hi, I installed internal freeSWITCH in my LAN and want to see if I can dial out / dial in. Could anyone suggest one Telephone Service provider which is capable of connecting with FreeSWITCH and CHEAP/even FREE if possible? At this moment, I want to prove it is working with the real outside world. Thanks, e -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/9f14e17d/attachment.html From jerry.richards at teotech.com Fri Oct 2 10:12:45 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Fri, 2 Oct 2009 10:12:45 -0700 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISHToSubscribing Phones In-Reply-To: References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com><9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> Message-ID: Okay, I put a log up on the pastebin that shows the PUBLISH event coming from a CounterPath Bria Professional phone. For some reason, FS is getting an error and not relaying the presence status to the subscriber. Best Regards, Jerry _____ From: Jo?o Mesquita [mailto:jmesquita at freeswitch.org] Sent: Thursday, October 01, 2009 8:14 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISHToSubscribing Phones Piece of advice, don't ask, just do it. ;) jmesquita On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards wrote: If you have time to take a look, I could put a trace in the pastebin? Jerry _____ From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Thursday, October 01, 2009 10:29 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones I am using two Bria Professional Version 2.5.4 Build 54835 softphones. Thanks, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Thursday, October 01, 2009 9:36 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/166cfdd5/attachment.html From Russell.Mosemann at cune.org Fri Oct 2 10:24:18 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Fri, 2 Oct 2009 17:24:18 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> Message-ID: <20091002172418.9E8AF2E19CE@mail.cune.org> Michael Collins said: > do something like: > name => XYZ Corp > number => 8005551212 I was expecting that information to be filled with the caller name and number. It doesn't really help if someone calls from outside the business, and it looks like my business is calling me. Doesn't OpenZAP extract caller information from a PRI T1? -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From mgende at gendesign.com Fri Oct 2 10:27:55 2009 From: mgende at gendesign.com (Michael Gende) Date: Fri, 2 Oct 2009 12:27:55 -0500 Subject: [Freeswitch-users] looking for qualified and cheap TISP In-Reply-To: References: Message-ID: Hey Erwin, Can't give any personal recommendations, but on the FS site, there's several examples. Some have "free" or "cheap" in the name. Might be a good place to start, plus the means to connect is demonstrated to-boot. http://wiki.freeswitch.org/wiki/SIP_Provider_Examples Regards, Mike G. On Fri, Oct 2, 2009 at 10:50 AM, Erwin Davis wrote: > Hi, I installed internal freeSWITCH in my LAN and want to see if I can dial > out / dial in. Could anyone suggest one Telephone Service provider which is > capable of connecting with FreeSWITCH and CHEAP/even FREE if possible? At > this moment, I want to prove it is working with the real outside world. > Thanks, > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/2e6c8cc0/attachment.html From mike at van.lammeren.net Fri Oct 2 10:30:45 2009 From: mike at van.lammeren.net (Mike van Lammeren) Date: Fri, 2 Oct 2009 13:30:45 -0400 Subject: [Freeswitch-users] looking for qualified and cheap TISP In-Reply-To: References: Message-ID: <2F7DF2F3-4A48-426C-91F6-9A2F79E17B06@van.lammeren.net> Hello! For dialing in, there are a number of sites that provide free DIDs, such as http://freephonelines.ca/ . For dialing out, you can get 1.5 cents per minute calling to N. America from http://les.net/ . Mike On 2009-10-02, at 11:50 AM, Erwin Davis wrote: > Hi, I installed internal freeSWITCH in my LAN and want to see if I > can dial out / dial in. Could anyone suggest one Telephone Service > provider which is capable of connecting with FreeSWITCH and CHEAP/ > even FREE if possible? At this moment, I want to prove it is working > with the real outside world. Thanks, > > e > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Oct 2 10:52:17 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 2 Oct 2009 12:52:17 -0500 Subject: [Freeswitch-users] FS Does Not Relay Presence PUBLISHToSubscribing Phones In-Reply-To: References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> <9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> Message-ID: <191c3a030910021052y2e074b4r648024507206e25@mail.gmail.com> connect to sqlite directly with sqlite3 app and try that sql stmt and see why it doesn't match anything. sqlite3 /usr/local/freeswitch/db/sofia_reg_internal.db select sip_subscriptions.proto,sip_subscriptions.sip_user,sip_subscriptions.sip_host,sip_subscriptions.sub_to_user,sip_subscriptions.sub_to_host,sip_subscriptions.event,sip_subscriptions.contact,sip_subscriptions.call_id,sip_subscriptions.full_from,sip_subscriptions.full_via,sip_subscriptions.expires,sip_subscriptions.user_agent,sip_subscriptions.accept,sip_subscriptions.profile_name,'Away','away',' 192.168.72.38',sip_presence.status,sip_presence.rpid from sip_subscriptions left join sip_presence on (sip_subscriptions.sub_to_user=sip_presence.sip_user and sip_subscriptions.sub_to_host=sip_presence.sip_host and sip_subscriptions.profile_name=sip_presence.profile_name) where (event='presence' or event='presence') and sub_to_user='1001' and (sub_to_host='192.168.72.38' or presence_hosts like '%192.168.72.38%') and (sip_subscriptions.profile_name = 'external' or sip_subscriptions.presence_hosts != sip_subscriptions.sub_to_host) On Fri, Oct 2, 2009 at 12:12 PM, Jerry Richards wrote: > Okay, I put a log up on the pastebin that shows the PUBLISH event coming > from a CounterPath Bria Professional phone. For some reason, FS is getting > an error and not relaying the presence status to the subscriber. > > Best Regards, > Jerry > > ------------------------------ > *From:* Jo?o Mesquita [mailto:jmesquita at freeswitch.org] > *Sent:* Thursday, October 01, 2009 8:14 PM > > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] FS Does Not Relay Presence > PUBLISHToSubscribing Phones > > Piece of advice, don't ask, just do it. ;) > > jmesquita > > On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards > wrote: > >> If you have time to take a look, I could put a trace in the pastebin? >> >> Jerry >> >> ------------------------------ >> *From:* Jerry Richards [mailto:jerry.richards at teotech.com] >> *Sent:* Thursday, October 01, 2009 10:29 AM >> *To:* 'freeswitch-users at lists.freeswitch.org' >> *Subject:* RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH >> ToSubscribing Phones >> >> I am using two Bria Professional Version 2.5.4 Build 54835 softphones. >> >> Thanks, >> Jerry >> >> ------------------------------ >> *From:* Anthony Minessale [mailto:anthony.minessale at gmail.com] >> *Sent:* Thursday, October 01, 2009 9:36 AM >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH >> ToSubscribing Phones >> >> which phone is it, >> we tested it with eyebeam and it appears to work for us. >> >> >> On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards < >> jerry.richards at teotech.com> wrote: >> >>> >>> By the way, I see the following lines at the FS console, which might be a >>> clue as to why this is happening. Could someone point me toward what >>> might >>> cause this? I set the "manage-presence" parameter to "true" in each XML >>> file where I saw it defined. >>> >>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) >>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>> ... >>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) >>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>> ... >>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) >>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>> ... >>> [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping >>> >>> >>> Best Regards, >>> Jerry >>> >>> >>> -----Original Message----- >>> From: Jerry Richards [mailto:jerry.richards at teotech.com] >>> Sent: Wednesday, September 30, 2009 9:12 AM >>> To: 'freeswitch-users at lists.freeswitch.org' >>> Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones >>> >>> I have two phones configured to subscribe to each other's presence >>> status. >>> When I change the presence status in one phone, I see the SIP PUBLISH >>> message going to FS, but I don't see FS relaying that presence status to >>> the >>> subscribing phone. Does anyone know why? >>> >>> Best Regards, >>> Jerry >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/73d9f3e4/attachment-0001.html From csa at nowthor.com Fri Oct 2 11:12:01 2009 From: csa at nowthor.com (Carlos S. Antunes) Date: Fri, 02 Oct 2009 14:12:01 -0400 Subject: [Freeswitch-users] looking for qualified and cheap TISP In-Reply-To: References: Message-ID: <4AC64271.2050707@nowthor.com> Hi! Callcentric offers a package called IP Freedom . It costs nothing and will allow you to test FS. Carlos Erwin Davis wrote: > Hi, I installed internal freeSWITCH in my LAN and want to see if I can > dial out / dial in. Could anyone suggest one Telephone Service > provider which is capable of connecting with FreeSWITCH and CHEAP/even > FREE if possible? At this moment, I want to prove it is working with > the real outside world. Thanks, > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/c3770693/attachment.html From msc at freeswitch.org Fri Oct 2 11:16:58 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 2 Oct 2009 11:16:58 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091002172418.9E8AF2E19CE@mail.cune.org> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> <20091002172418.9E8AF2E19CE@mail.cune.org> Message-ID: <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> On Fri, Oct 2, 2009 at 10:24 AM, wrote: > Michael Collins said: > > > do something like: > > name => XYZ Corp > > number => 8005551212 > > I was expecting that information to be filled with the caller name and > number. It doesn't really help if someone calls from outside the > business, and it looks like my business is calling me. Doesn't OpenZAP > extract caller information from a PRI T1? > Can you pastebin a dialplan snippet (or put it here) so I can see what you're doing? -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/1e77e5b3/attachment.html From jerry.richards at teotech.com Fri Oct 2 11:28:07 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Fri, 2 Oct 2009 11:28:07 -0700 Subject: [Freeswitch-users] FS Does Not Relay PresencePUBLISHToSubscribing Phones In-Reply-To: <191c3a030910021052y2e074b4r648024507206e25@mail.gmail.com> References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com><9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> <191c3a030910021052y2e074b4r648024507206e25@mail.gmail.com> Message-ID: <57502048DB624686B96B8AE76F697AA7@greyhawk.tonecommander.com> I put the sqlite3 select query in the paste bin, and prior to that, I entered the .dump command. The select command came back with a "...>" prompt which I don't understand. I don't know enough about sqlite3 to know what that means? Best Regards, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Friday, October 02, 2009 10:52 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay PresencePUBLISHToSubscribing Phones connect to sqlite directly with sqlite3 app and try that sql stmt and see why it doesn't match anything. sqlite3 /usr/local/freeswitch/db/sofia_reg_internal.db select sip_subscriptions.proto,sip_subscriptions.sip_user,sip_subscriptions.sip_hos t,sip_subscriptions.sub_to_user,sip_subscriptions.sub_to_host,sip_subscripti ons.event,sip_subscriptions.contact,sip_subscriptions.call_id,sip_subscripti ons.full_from,sip_subscriptions.full_via,sip_subscriptions.expires,sip_subsc riptions.user_agent,sip_subscriptions.accept,sip_subscriptions.profile_name, 'Away','away','192.168.72.38',sip_presence.status,sip_presence.rpid from sip_subscriptions left join sip_presence on (sip_subscriptions.sub_to_user=sip_presence.sip_user and sip_subscriptions.sub_to_host=sip_presence.sip_host and sip_subscriptions.profile_name=sip_presence.profile_name) where (event='presence' or event='presence') and sub_to_user='1001' and (sub_to_host='192.168.72.38' or presence_hosts like '%192.168.72.38%') and (sip_subscriptions.profile_name = 'external' or sip_subscriptions.presence_hosts != sip_subscriptions.sub_to_host) On Fri, Oct 2, 2009 at 12:12 PM, Jerry Richards wrote: Okay, I put a log up on the pastebin that shows the PUBLISH event coming from a CounterPath Bria Professional phone. For some reason, FS is getting an error and not relaying the presence status to the subscriber. Best Regards, Jerry _____ From: Jo?o Mesquita [mailto:jmesquita at freeswitch.org] Sent: Thursday, October 01, 2009 8:14 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISHToSubscribing Phones Piece of advice, don't ask, just do it. ;) jmesquita On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards wrote: If you have time to take a look, I could put a trace in the pastebin? Jerry _____ From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Thursday, October 01, 2009 10:29 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones I am using two Bria Professional Version 2.5.4 Build 54835 softphones. Thanks, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Thursday, October 01, 2009 9:36 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/208a1e9e/attachment-0001.html From rupa at rupa.com Fri Oct 2 11:42:29 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Fri, 2 Oct 2009 13:42:29 -0500 Subject: [Freeswitch-users] FS Does Not Relay PresencePUBLISHToSubscribing Phones In-Reply-To: <57502048DB624686B96B8AE76F697AA7@greyhawk.tonecommander.com> References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com> <9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com> <191c3a030910021052y2e074b4r648024507206e25@mail.gmail.com> <57502048DB624686B96B8AE76F697AA7@greyhawk.tonecommander.com> Message-ID: You are missing the trailing ; On Fri, Oct 2, 2009 at 1:28 PM, Jerry Richards wrote: > I put the sqlite3 select query in the paste bin, and prior to that, I > entered the .dump command.? The select command came back with a "...>" > prompt which I don't understand.? I don't know enough about sqlite3 to know > what that means? > > Best Regards, > Jerry -- -Rupa From Russell.Mosemann at cune.org Fri Oct 2 11:53:59 2009 From: Russell.Mosemann at cune.org (Russell Mosemann) Date: Fri, 2 Oct 2009 13:53:59 -0500 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com><20091002172418.9E8AF2E19CE@mail.cune.org> <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> Message-ID: > Can you pastebin a dialplan snippet (or put it here) so I can see what > you're doing? > -MC It is the stock FS configuration with a small change. We're still testing things, getting them to work. This is from public.xml. It detects calls to internal 71xx extensions and transfers them. The transfer works. Do some additional variables need to be set here? -- Russell Mosemann From ujjval at simplesignal.com Fri Oct 2 12:10:40 2009 From: ujjval at simplesignal.com (Ujjval Karihaloo) Date: Fri, 2 Oct 2009 12:10:40 -0700 Subject: [Freeswitch-users] Asterisk vs Freeswitch Message-ID: <3C04B27FC880044F8FCD735D0D952FF71701C61EE3@EXMBXCLUS01.citservers.local> Is there benchmark test results on how many simultaneous calls Freeswtich can do (with RTP anchored through it) vs the Asterisk. For any hardware/CPU/Mem that anyone may have performed this performance testing. Any numbers on average how much Freeswitch scores over the Asterisk in terms of capacity will help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/649cd515/attachment.html From msc at freeswitch.org Fri Oct 2 12:18:30 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 2 Oct 2009 12:18:30 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> <20091002172418.9E8AF2E19CE@mail.cune.org> <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> Message-ID: <87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com> On Fri, Oct 2, 2009 at 11:53 AM, Russell Mosemann wrote: > > Can you pastebin a dialplan snippet (or put it here) so I can see what > > you're doing? > > -MC > > It is the stock FS configuration with a small change. We're still testing > things, getting them to work. This is from public.xml. It detects calls to > internal 71xx extensions and transfers them. The transfer works. Do some > additional variables need to be set here? > > > expression="^(10[01][0-9]|71\d{2})$"> > > > > > cool. can you pastebin a debug log on an incoming call? -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/4edb220f/attachment.html From kadantsev.d at gmail.com Fri Oct 2 13:00:42 2009 From: kadantsev.d at gmail.com (Dmitry Kadantsev) Date: Fri, 2 Oct 2009 22:00:42 +0200 Subject: [Freeswitch-users] Asterisk vs Freeswitch In-Reply-To: <3C04B27FC880044F8FCD735D0D952FF71701C61EE3@EXMBXCLUS01.citservers.local> References: <3C04B27FC880044F8FCD735D0D952FF71701C61EE3@EXMBXCLUS01.citservers.local> Message-ID: <681a20520910021300g131cd87j7c1fa6c6c9ec7f3e@mail.gmail.com> Hi, for example here: http://blogs.zdnet.com/Greenfield/?p=214 We *replaced* a cluster of *10 Asterisk* servers with a *single FreeSwitch*server, said Chris Parker, director of systems for a large publicly traded CLEC. Parker says hes getting several hundred concurrent calls on a single, dual-core box thats also doing all of the media processing, a computationally intensive task. -- Best regards, Dmitry Kadantsev http://www.kadantsev.com - Home page (MS Silverlight required) http://www.doxwox.com - Best web meeting and online collaboration tool On Fri, Oct 2, 2009 at 9:10 PM, Ujjval Karihaloo wrote: > Is there benchmark test results on how many simultaneous calls Freeswtich > can do (with RTP anchored through it) vs the Asterisk. > > > > For any hardware/CPU/Mem that anyone may have performed this performance > testing. > > > > Any numbers on average how much Freeswitch scores over the Asterisk in > terms of capacity will help. > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/5862c1fd/attachment.html From Russell.Mosemann at cune.org Fri Oct 2 14:53:54 2009 From: Russell.Mosemann at cune.org (Russell Mosemann) Date: Fri, 2 Oct 2009 16:53:54 -0500 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com><20091002172418.9E8AF2E19CE@mail.cune.org><87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> <87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com> Message-ID: <8E079E8CB37E4FA49363D5315F6E878E@cune.pri> > cool. can you pastebin a debug log on an incoming call? > -MC Here you go. http://pastebin.freeswitch.org/10570 One thing I notice is that in the second line, the caller number is missing. 2009-10-02 16:42:39.539736 [NOTICE] ozmod_libpri.c:772 -- Ring on channel 1:1 (from to 7100) If libpri doesn't know the number, then it's probably not being sent by the Hicomm. -- Russell Mosemann From msc at freeswitch.org Fri Oct 2 17:00:08 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 2 Oct 2009 17:00:08 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <8E079E8CB37E4FA49363D5315F6E878E@cune.pri> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> <20091002172418.9E8AF2E19CE@mail.cune.org> <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> <87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com> <8E079E8CB37E4FA49363D5315F6E878E@cune.pri> Message-ID: <87f2f3b90910021700h3431bd78q3b4f6ced255ecee5@mail.gmail.com> On Fri, Oct 2, 2009 at 2:53 PM, Russell Mosemann wrote: > > cool. can you pastebin a debug log on an incoming call? > > -MC > > Here you go. > > http://pastebin.freeswitch.org/10570 > > One thing I notice is that in the second line, the caller number is > missing. > > 2009-10-02 16:42:39.539736 [NOTICE] ozmod_libpri.c:772 -- Ring on channel > 1:1 (from to 7100) > > If libpri doesn't know the number, then it's probably not being sent by the > Hicomm. > > Exactly. Turn on q931 debugging and try again: oz libpri debug 1 all PB the results again and we'll check it out. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/a715d78d/attachment.html From Russell.Mosemann at cune.org Fri Oct 2 17:54:34 2009 From: Russell.Mosemann at cune.org (Russell Mosemann) Date: Fri, 2 Oct 2009 19:54:34 -0500 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910021700h3431bd78q3b4f6ced255ecee5@mail.gmail.com> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com><20091002172418.9E8AF2E19CE@mail.cune.org><87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com><87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com><8E079E8CB37E4FA49363D5315F6E878E@cune.pri> <87f2f3b90910021700h3431bd78q3b4f6ced255ecee5@mail.gmail.com> Message-ID: <191DBBEF043B4EFE8F680B82C1038FC7@cune.pri> > Exactly. Turn on q931 debugging and try again: > > oz libpri debug 1 all > PB the results again and we'll check it out. > -MC Here's the next one. I'm not sure what to look for, but nothing pops out right away. http://pastebin.freeswitch.org/10571 -- Russell Mosemann From thangappan143 at gmail.com Fri Oct 2 21:24:42 2009 From: thangappan143 at gmail.com (Thangappan.M) Date: Sat, 3 Oct 2009 09:54:42 +0530 Subject: [Freeswitch-users] Need Help in Getting DTMF Message-ID: <7aa29e790910022124h320de58dp16f1a19aca08bb6@mail.gmail.com> Dear all, I am in the process of implementing IVR server in Perl using event outbound socket. Let take the following scenario. There are three menus in the IVR. First menu will authenticate you, second menu get the option value from you,. third menu will give the you the result. You already know all the numbers that you could give. So when the call answered you are giving the value in ONE SHOT. Is it possible to get all the DTMF values in one shot in freeswitch? It should have facility to recollect DTMF values and clear the DTMF values. -- Regards, Thangappan.M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/cb358052/attachment.html From vinuth.madinur at gmail.com Fri Oct 2 22:21:17 2009 From: vinuth.madinur at gmail.com (Vinuth Madinur) Date: Sat, 3 Oct 2009 10:51:17 +0530 Subject: [Freeswitch-users] Need Help in Getting DTMF In-Reply-To: <7aa29e790910022124h320de58dp16f1a19aca08bb6@mail.gmail.com> References: <7aa29e790910022124h320de58dp16f1a19aca08bb6@mail.gmail.com> Message-ID: <910309030910022221h31a1fcd0h9f41e1aa17f0c7a3@mail.gmail.com> You can use play_and_get_digits command or the read command. http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read Thanks, Vinuth. On Sat, Oct 3, 2009 at 9:54 AM, Thangappan.M wrote: > Dear all, > > I am in the process of implementing IVR server in Perl using > event outbound socket. > > Let take the following scenario. > > There are three menus in the IVR. First menu will authenticate > you, second menu get the option value from you,. third menu will give the > you the result. > > You already know all the numbers that you could give. So when > the call answered you are giving the value in ONE SHOT. > > Is it possible to get all the DTMF values in one shot in > freeswitch? > > It should have facility to recollect DTMF values and clear the DTMF > values. > > -- > Regards, > Thangappan.M > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/45fc9c0b/attachment.html From keith.wood2000 at gmail.com Fri Oct 2 23:44:50 2009 From: keith.wood2000 at gmail.com (Keith Wood) Date: Sat, 3 Oct 2009 14:44:50 +0800 Subject: [Freeswitch-users] wav files compression Message-ID: I am working on an implementation for managing thousands of IVR within an organization. Right now, I am storing all audio files in wav format, but it quickly become unmanagable because the size of these wav files ( 8 bits mono ) quickly consuming a lot of the disk space. Is there anyway I can store those audio files and still have high quality audio for IVR? I know mp3 is smaller but freeswitch does not support it. any ideas? keith -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/d7cfea5d/attachment.html From dujinfang at gmail.com Sat Oct 3 00:12:57 2009 From: dujinfang at gmail.com (Seven Du) Date: Sat, 3 Oct 2009 15:12:57 +0800 Subject: [Freeswitch-users] wav files compression In-Reply-To: References: Message-ID: <23f91030910030012k572a544tcefa32c33dc7efef@mail.gmail.com> FS support recording to mp3 directly through mod_shout but you might not want to use that for performance reason. You can use lame to convert .wav to .mp3 regularly( by crontab if you on linux) or immediately after record(by using iwatch, or listening to event socket to see when the record is done ). 2009/10/3 Keith Wood > > I am working on an implementation for managing thousands of IVR within an > organization. Right now, I am storing all audio files in wav format, but it > quickly become unmanagable because the size of these wav files ( 8 bits mono > ) quickly consuming a lot of the disk space. > > Is there anyway I can store those audio files and still have high quality > audio for IVR? I know mp3 is smaller but freeswitch does not support it. > > any ideas? > > keith > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/d3765cea/attachment.html From thangappan143 at gmail.com Sat Oct 3 03:42:55 2009 From: thangappan143 at gmail.com (Thangappan.M) Date: Sat, 3 Oct 2009 16:12:55 +0530 Subject: [Freeswitch-users] Need Help in Getting DTMF In-Reply-To: <7aa29e790910022124h320de58dp16f1a19aca08bb6@mail.gmail.com> References: <7aa29e790910022124h320de58dp16f1a19aca08bb6@mail.gmail.com> Message-ID: <7aa29e790910030342n222d7d9q8170f0a8fa537840@mail.gmail.com> Can you please give some example? Because I have tried it using playAndGetDigits() application only. my need is " User can give input at any time " It should be captured. Is there any internal mechanism avail in freeswitch? Or Shall we do it? On Sat, Oct 3, 2009 at 9:54 AM, Thangappan.M wrote: > Dear all, > > I am in the process of implementing IVR server in Perl using > event outbound socket. > > Let take the following scenario. > > There are three menus in the IVR. First menu will authenticate > you, second menu get the option value from you,. third menu will give the > you the result. > > You already know all the numbers that you could give. So when > the call answered you are giving the value in ONE SHOT. > > Is it possible to get all the DTMF values in one shot in > freeswitch? > > It should have facility to recollect DTMF values and clear the DTMF > values. > > -- > Regards, > Thangappan.M > -- Regards, Thangappan.M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/16d843a8/attachment.html From brian at freeswitch.org Sat Oct 3 07:52:54 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 3 Oct 2009 09:52:54 -0500 Subject: [Freeswitch-users] wav files compression In-Reply-To: References: Message-ID: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> MP3 is NOT recommend and if WAV files are too large you can mosey on down to the local Best Buy and snag 1.5TB of disk for like $119 dollars. Disk is cheap. /b On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: > > I am working on an implementation for managing thousands of IVR > within an organization. Right now, I am storing all audio files in > wav format, but it quickly become unmanagable because the size of > these wav files ( 8 bits mono ) quickly consuming a lot of the disk > space. > > Is there anyway I can store those audio files and still have high > quality audio for IVR? I know mp3 is smaller but freeswitch does > not support it. > > any ideas? > > keith > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 frank at carmickle.com Sat Oct 3 09:16:36 2009 From: frank at carmickle.com (Frank Carmickle) Date: Sat, 3 Oct 2009 12:16:36 -0400 Subject: [Freeswitch-users] voiptalk.org register 904 Message-ID: <20091003161635.GG17256@base.carmickle.com> I hope this is more helpful. http://carmickle.com/fs-2009-10-02.txt Let me know what you think. Thanks. --FC From diego.viola at gmail.com Sat Oct 3 10:07:39 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sat, 3 Oct 2009 17:07:39 +0000 Subject: [Freeswitch-users] wav files compression In-Reply-To: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> Message-ID: <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> Why is not recommended? On Sat, Oct 3, 2009 at 2:52 PM, Brian West wrote: > MP3 is NOT recommend and if WAV files are too large you can mosey on > down to the local Best Buy and snag 1.5TB of disk for like $119 > dollars. Disk is cheap. > > /b > > On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: > > > > > I am working on an implementation for managing thousands of IVR > > within an organization. Right now, I am storing all audio files in > > wav format, but it quickly become unmanagable because the size of > > these wav files ( 8 bits mono ) quickly consuming a lot of the disk > > space. > > > > Is there anyway I can store those audio files and still have high > > quality audio for IVR? I know mp3 is smaller but freeswitch does > > not support it. > > > > any ideas? > > > > keith > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > > users > > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/e15a4163/attachment-0001.html From brian at freeswitch.org Sat Oct 3 10:27:54 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 3 Oct 2009 12:27:54 -0500 Subject: [Freeswitch-users] wav files compression In-Reply-To: <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> Message-ID: <84976809-0961-410D-8733-0C0449365B1A@freeswitch.org> Lets see... mp3 decoding is heavy compared to wav files.. its 2009 and disk is cheap and fast why worry about it? Not sure you wanna scale mp3 playback to the same level you can wav files. /b On Oct 3, 2009, at 12:07 PM, Diego Viola wrote: > Why is not recommended? > > On Sat, Oct 3, 2009 at 2:52 PM, Brian West > wrote: > MP3 is NOT recommend and if WAV files are too large you can mosey on > down to the local Best Buy and snag 1.5TB of disk for like $119 > dollars. Disk is cheap. > > /b -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/3c0f7d43/attachment.html From steveu at coppice.org Sat Oct 3 10:47:22 2009 From: steveu at coppice.org (Steve Underwood) Date: Sun, 04 Oct 2009 01:47:22 +0800 Subject: [Freeswitch-users] wav files compression In-Reply-To: <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> Message-ID: <4AC78E2A.2090501@coppice.org> On 10/04/2009 01:07 AM, Diego Viola wrote: > Why is not recommended? Square peg. Round hole. > On Sat, Oct 3, 2009 at 2:52 PM, Brian West > wrote: > > MP3 is NOT recommend and if WAV files are too large you can mosey on > down to the local Best Buy and snag 1.5TB of disk for like $119 > dollars. Disk is cheap. > > /b > > On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: > > > > > I am working on an implementation for managing thousands of IVR > > within an organization. Right now, I am storing all audio files in > > wav format, but it quickly become unmanagable because the size of > > these wav files ( 8 bits mono ) quickly consuming a lot of the disk > > space. > > > > Is there anyway I can store those audio files and still have high > > quality audio for IVR? I know mp3 is smaller but freeswitch does > > not support it. > > > > any ideas? > > > > keith > Steve From diego.viola at gmail.com Sat Oct 3 11:17:26 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sat, 3 Oct 2009 18:17:26 +0000 Subject: [Freeswitch-users] wav files compression In-Reply-To: <4AC78E2A.2090501@coppice.org> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> <4AC78E2A.2090501@coppice.org> Message-ID: <86a32abc0910031117k17109746s905d65640d548e43@mail.gmail.com> I see, does Ogg/Vorbis have the same problem? Diego On Sat, Oct 3, 2009 at 5:47 PM, Steve Underwood wrote: > On 10/04/2009 01:07 AM, Diego Viola wrote: > > Why is not recommended? > > Square peg. Round hole. > > On Sat, Oct 3, 2009 at 2:52 PM, Brian West > > wrote: > > > > MP3 is NOT recommend and if WAV files are too large you can mosey on > > down to the local Best Buy and snag 1.5TB of disk for like $119 > > dollars. Disk is cheap. > > > > /b > > > > On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: > > > > > > > > I am working on an implementation for managing thousands of IVR > > > within an organization. Right now, I am storing all audio files in > > > wav format, but it quickly become unmanagable because the size of > > > these wav files ( 8 bits mono ) quickly consuming a lot of the disk > > > space. > > > > > > Is there anyway I can store those audio files and still have high > > > quality audio for IVR? I know mp3 is smaller but freeswitch does > > > not support it. > > > > > > any ideas? > > > > > > keith > > > Steve > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/ac05d978/attachment.html From brian at freeswitch.org Sat Oct 3 11:39:03 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 3 Oct 2009 13:39:03 -0500 Subject: [Freeswitch-users] wav files compression In-Reply-To: <86a32abc0910031117k17109746s905d65640d548e43@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> <4AC78E2A.2090501@coppice.org> <86a32abc0910031117k17109746s905d65640d548e43@mail.gmail.com> Message-ID: <635CFF1F-BFDB-4C00-B04C-D1B59F1648AE@freeswitch.org> Yes... Why add layers of bullshit on top of audio that is going to traverse the public phone network? PCM raw or ulaw/alaw are the most optimal formats. /b On Oct 3, 2009, at 1:17 PM, Diego Viola wrote: > I see, does Ogg/Vorbis have the same problem? > > Diego From steveu at coppice.org Sat Oct 3 11:47:07 2009 From: steveu at coppice.org (Steve Underwood) Date: Sun, 04 Oct 2009 02:47:07 +0800 Subject: [Freeswitch-users] wav files compression In-Reply-To: <86a32abc0910031117k17109746s905d65640d548e43@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> <4AC78E2A.2090501@coppice.org> <86a32abc0910031117k17109746s905d65640d548e43@mail.gmail.com> Message-ID: <4AC79C2B.6020505@coppice.org> On 10/04/2009 02:17 AM, Diego Viola wrote: > I see, does Ogg/Vorbis have the same problem? Yep. Anything designed for general purpose audio is going to be a poor choice when you want to achieve compact storage of narrowband voice. > Diego > > On Sat, Oct 3, 2009 at 5:47 PM, Steve Underwood > wrote: > > On 10/04/2009 01:07 AM, Diego Viola wrote: > > Why is not recommended? > > Square peg. Round hole. > > On Sat, Oct 3, 2009 at 2:52 PM, Brian West > > >> wrote: > > > > MP3 is NOT recommend and if WAV files are too large you can > mosey on > > down to the local Best Buy and snag 1.5TB of disk for like $119 > > dollars. Disk is cheap. > > > > /b > > > > On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: > > > > > > > > I am working on an implementation for managing thousands of IVR > > > within an organization. Right now, I am storing all audio > files in > > > wav format, but it quickly become unmanagable because the size of > > > these wav files ( 8 bits mono ) quickly consuming a lot of the > disk > > > space. > > > > > > Is there anyway I can store those audio files and still have high > > > quality audio for IVR? I know mp3 is smaller but freeswitch does > > > not support it. > > > > > > any ideas? > Steve From diego.viola at gmail.com Sat Oct 3 14:26:20 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sat, 3 Oct 2009 21:26:20 +0000 Subject: [Freeswitch-users] CDR page reworked Message-ID: <86a32abc0910031426q79417376n541edf2a22740275@mail.gmail.com> Hi FreeSWITCH community. I just wanted to say that I have reworked this page a bit as it was a bit poor, feel free to add anything else on it. http://wiki.freeswitch.org/wiki/CDR Regards, Diego -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091003/b1dd9cfe/attachment.html From tculjaga at gmail.com Sat Oct 3 16:38:22 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Sun, 4 Oct 2009 01:38:22 +0200 Subject: [Freeswitch-users] wav files compression In-Reply-To: <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> Message-ID: <65d96fc80910031638q52c3a595w8cce2209c6cf61f5@mail.gmail.com> also, you can store files in PCMA/PCMU format and avoid transcoding at all... and as said disk space is cheap.. go get some... On Sat, Oct 3, 2009 at 7:07 PM, Diego Viola wrote: > Why is not recommended? > > > On Sat, Oct 3, 2009 at 2:52 PM, Brian West wrote: > >> MP3 is NOT recommend and if WAV files are too large you can mosey on >> down to the local Best Buy and snag 1.5TB of disk for like $119 >> dollars. Disk is cheap. >> >> /b >> >> On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: >> >> > >> > I am working on an implementation for managing thousands of IVR >> > within an organization. Right now, I am storing all audio files in >> > wav format, but it quickly become unmanagable because the size of >> > these wav files ( 8 bits mono ) quickly consuming a lot of the disk >> > space. >> > >> > Is there anyway I can store those audio files and still have high >> > quality audio for IVR? I know mp3 is smaller but freeswitch does >> > not support it. >> > >> > any ideas? >> > >> > keith >> > _______________________________________________ >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >> > users >> > http://www.freeswitch.org >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/5fcc3e3c/attachment.html From nandy1925 at gmail.com Sun Oct 4 00:28:38 2009 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Sun, 4 Oct 2009 15:28:38 +0800 Subject: [Freeswitch-users] wav files compression In-Reply-To: <65d96fc80910031638q52c3a595w8cce2209c6cf61f5@mail.gmail.com> References: <709C5BD7-C916-4757-9AEE-C862D7F60053@freeswitch.org> <86a32abc0910031007ted4b6bfk1a567574af91ecae@mail.gmail.com> <65d96fc80910031638q52c3a595w8cce2209c6cf61f5@mail.gmail.com> Message-ID: <7d0bfd8c0910040028y79ad956cxc289eec410beb8c1@mail.gmail.com> agree that WAV/PCMA/PCMU formats are best for performance. you can use mp3/ogg ONLY to archive recorded files. /nandy On Sun, Oct 4, 2009 at 7:38 AM, Tihomir Culjaga wrote: > also, you can store files in PCMA/PCMU format and avoid transcoding at > all... and as said disk space is cheap.. go get some... > > > On Sat, Oct 3, 2009 at 7:07 PM, Diego Viola wrote: > >> Why is not recommended? >> >> >> On Sat, Oct 3, 2009 at 2:52 PM, Brian West wrote: >> >>> MP3 is NOT recommend and if WAV files are too large you can mosey on >>> down to the local Best Buy and snag 1.5TB of disk for like $119 >>> dollars. Disk is cheap. >>> >>> /b >>> >>> On Oct 3, 2009, at 1:44 AM, Keith Wood wrote: >>> >>> > >>> > I am working on an implementation for managing thousands of IVR >>> > within an organization. Right now, I am storing all audio files in >>> > wav format, but it quickly become unmanagable because the size of >>> > these wav files ( 8 bits mono ) quickly consuming a lot of the disk >>> > space. >>> > >>> > Is there anyway I can store those audio files and still have high >>> > quality audio for IVR? I know mp3 is smaller but freeswitch does >>> > not support it. >>> > >>> > any ideas? >>> > >>> > keith >>> > _______________________________________________ >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >>> > users >>> > http://www.freeswitch.org >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/91482a0e/attachment-0001.html From raffaele.p.guidi at gmail.com Sun Oct 4 03:13:05 2009 From: raffaele.p.guidi at gmail.com (Raffaele P. Guidi) Date: Sun, 4 Oct 2009 12:13:05 +0200 Subject: [Freeswitch-users] Freeswitch as a softphone - presence? Message-ID: Hi, I was wondering how FreeSWITCH could notify presence through sofia gateways - the basic idea is to use it as a softphone, of course. Thanks, Raffaele -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/97e0ab4c/attachment.html From mcampbellsmith at gmail.com Sun Oct 4 06:03:05 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Sun, 4 Oct 2009 23:03:05 +1000 Subject: [Freeswitch-users] Detecting a fax Message-ID: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> Hi I was hoping someone could help me to setup the fax detection / tone detection application. I want to be able to transfer an incoming fax to a specific extension. In my default.xml file, I have the following (extracted): I can't get the fax to be detected and transferred. Is there any way this can be done? Thanks! From mike at jerris.com Sun Oct 4 14:23:02 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 17:23:02 -0400 Subject: [Freeswitch-users] Outbound INVITE rejected with 480 Temp Unavail, Reason "MANDATORY_IE_MISSING" In-Reply-To: <6789F39C3E7544B7BDBCD0CA706B060E@greyhawk.tonecommander.com> References: <6789F39C3E7544B7BDBCD0CA706B060E@greyhawk.tonecommander.com> Message-ID: <0E5C8DD9-FED6-4367-AC53-62FCCE3FFFC1@jerris.com> there is a profile param to enable 3pcc. It should be documented in the default configs. Mike On Sep 29, 2009, at 5:22 PM, Jerry Richards wrote: > Hello All, > > I have an internal extension that needs to send an INVITE without > SDP body > (Content Length 0). Freeswitch is replying with 480 Temporarily > Unavailable > with reason "MANDATORY_IE_MISSING". Would anyone know what I need > to do to > enable this? From mike at jerris.com Sun Oct 4 14:34:01 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 17:34:01 -0400 Subject: [Freeswitch-users] Problem with subscription expire In-Reply-To: <4AC46DEB.3090506@ewetel.de> References: <4AC46DEB.3090506@ewetel.de> Message-ID: This sounds like a bug in the snom to me, we keep changing the expire on to the future so it should never expire in the first place. You will have to look at a longer running sip trace to see what exactly is going on. Mike On Oct 1, 2009, at 4:52 AM, Helmut Kuper wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > it seems exired subsciptions are never cleared in FS. > > A look into sofia_presence.c confirms explains this > > /* negative in exptime means keep bumping up sub time to avoid a snafu > where every device has it's own rules about subscriptions > that somehow barely resemble the RFC not > that > I blame them because the RFC MAY be amibiguous and SHOULD be deleted. > So to avoid the problem we keep resetting > the > expiration date of the subscription so it never expires. > > Eybeam completely ignores this option and > most other subscription-state: directives from rfc3265 and still > expires. > Polycom is happy to keep upping the > subscription expiry back to the original time on each new notify. > The rest ... who knows...? > > */ > > For some reasons subscriptions created by Snom phones are filling up > the > sip_subscriptions table over time. This leads to some kind of DOS by > FS > against the subscribing phone ... The subscribtions are > differentiate by > call-id. This can be explained by RFC 3842 chapter 3.6 where expired > subscriptions must be renewed with a NEW call-id. Because there is no > hint about unsubscribing the old subscription I guess the clean up > process has to be done by FS. > > Any way to get FS to do this job? Since there is no creation date or > expire value which represents the expire as a timestamp I have no > way to > clean up the table manually via sql and cronjob - except cleaning the > whole table ... > > > A further (but background) question is, why do the subscriptions > expire > in snom phones at all ... From mike at jerris.com Sun Oct 4 14:40:30 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 17:40:30 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> Message-ID: can you send a link of a text sip trace please. On Oct 1, 2009, at 3:29 PM, Nicolas Brenner wrote: > Any ideas about this? > > The SIP provider is offering H323, but I'm not quite sure about > that, is mod_opal working right? > > Thanks! > > Nicolas > > On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner > wrote: > Anthony, thanks. Below are my config files for the two gateways from > the sip trace. Both files are located in conf/directory/default. > > --------------------- > > redvoiss.xml (the one that works) > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------- > > orange.xml (the one that doesn't work) > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------- > > If I remove the register=true param for the non-working gateway, I > don't get the registration error on the cli, but then all call > attempts get rejected with a 401 Unauthorized, and I get a hangup > cause of NORMAL_UNSPECIFIED. > > > Best, > > Nicolas > > > > On Tue, Sep 29, 2009 at 2:22 PM, Anthony Minessale > wrote: > 900 level errors are sofia internal errors so probably something is > wrong with your gateway config xml. > if you want to send it with any critical info replaced with XXX > maybe we can see the issue for you. > > > > On Tue, Sep 29, 2009 at 1:05 PM, Nicolas Brenner > wrote: > Hello everyone, > > I am trying to add a gateway, but after configuring it just like the > others gateways I have, it is failing to register with a message > like this: > > 2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange > Registration Failed with status Operation has no matching challenge > [904]. failure #1 > 2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed > Registration, setting retry to 10 seconds. > > I captured the sip traffic and noticed that when trying to register > with one gateway (the one that works), I get a "Trying" reply > immediately followed by a "401 Unauthorized" which contains a "WWW- > Authenticate: digest" with a "qop=auth" parameter. Then Freeswitch > replies with a second REGISTER including a large "Authorization: > digest" section with cnonce and nc=00000001 parameters. > > The gateway which doesn't register, doesn't send the "qop=auth" > parameter together with the "401 Unauthorized", and then Freeswitch > sends a "Authorization: digest" section on the second REGISTER with > no cnonce or nc parameters. > > I know very little abouth SIP, so I'm wondering what this "qop=auth" > parameter means and how does it affect the registration process. Is > there any way to do without the qop=auth parameter? > > Also, I tried registering with X-Lite directly to the gateway, and > it worked, so it appears to be a problem in the Freeswitch/gateway > combination. (Note: X-Lite sends an "Authorization: digest" section > on the _first_ REGISTER, apparently this makes a difference) > > Attached is a sip trace for the registration traffic when doing > "sofia profile external restart reloadxml" on the cli, captured with > "tshark -i eth0 -o "rtp.heuristic_rtp: TRUE" -w /tmp/capture.pcap -b > filesize:51200 -b files:100 -R 'sip or rtp or icmp or dns or rtcp or > t38'" > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/4cd9b233/attachment.html From mike at jerris.com Sun Oct 4 14:41:20 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 17:41:20 -0400 Subject: [Freeswitch-users] register problem In-Reply-To: <20091001212602.GC17256@base.carmickle.com> References: <20091001212602.GC17256@base.carmickle.com> Message-ID: <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> Your problem is that the url below returns a Not found. On Oct 1, 2009, at 5:26 PM, Frank Carmickle wrote: > Can someone point out what is wrong here. Thanks. > > Siptrace at http://carmickle.com/fs.txt > > > > > > > > > > > > > > > > From mike at jerris.com Sun Oct 4 14:45:53 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 17:45:53 -0400 Subject: [Freeswitch-users] internal & external ip addresses of freeswitch In-Reply-To: <241d382f0910020110l5f3728e7k3e521e81353b5d6f@mail.gmail.com> References: <241d382f0910020110l5f3728e7k3e521e81353b5d6f@mail.gmail.com> Message-ID: You will need to setup 2 sip profiles for this setup, one for each interface. Mike On Oct 2, 2009, at 4:10 AM, Timur Irmatov wrote: > Hi. > > We have a local network 192.168.1.0/24, where all the users are. Out > FreeSWITCH server is connected to this network, and has ip address > 192.168.1.242. Through different network card it is connected to > external gateway, and has address 172.16.12.11 in this network. > > I set up a test client with softphone. When incoming call is > deliviered to this client, call is set up normally, but client can't > hang it up. It sends BYE to external address - 172.16.12.11 - which is > not reachable from the client. It seems this address is coming from > Contact: field in INVITE that FreeSWITCH sends: > > U 192.168.1.242:5060 -> 192.168.1.34:37169 > INVITE sip:100 at 192.168.1.34:37169 SIP/2.0. > Via: SIP/2.0/UDP 172.16.12.11;rport;branch=z9hG4bKrvp6jm3myyaaF. > Max-Forwards: 70. > From: "FreeSWITCH" ;tag=v817pS9c6v6Fe. > To: . > Call-ID: 797bd088-29cd-122d-9b93-0060979d54c5. > CSeq: 121117089 INVITE. > Contact: . > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-14898. > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE. > Supported: timer, precondition, path, replaces. > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer. > Content-Type: application/sdp. > Content-Disposition: session. > Content-Length: 267. > Remote-Party-ID: "FreeSWITCH" > ;party=calling;screen=yes;privacy=off. > > What should I tweak in freeswitch to change this behaviour? From frank at carmickle.com Sun Oct 4 15:00:56 2009 From: frank at carmickle.com (Frank Carmickle) Date: Sun, 4 Oct 2009 18:00:56 -0400 Subject: [Freeswitch-users] register problem In-Reply-To: <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> References: <20091001212602.GC17256@base.carmickle.com> <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> Message-ID: <20091004220055.GK17256@base.carmickle.com> On Sun, Oct 04, Michael Jerris wrote: > Your problem is that the url below returns a Not found. I sent another message yesterday with a different link with more output. http://carmickle.com/fs-2009-10-02.txt Thanks --FRank From nicolas at medularis.com Sun Oct 4 15:19:37 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Sun, 4 Oct 2009 18:19:37 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> Message-ID: <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> Here it is: - http://pastebin.freeswitch.org/10582 (it is the pcap file I sent on the first email of this thread, converted to text with 'tshark -V -r') On Sun, Oct 4, 2009 at 5:40 PM, Michael Jerris wrote: > can you send a link of a text sip trace please. > > On Oct 1, 2009, at 3:29 PM, Nicolas Brenner wrote: > > Any ideas about this? > > The SIP provider is offering H323, but I'm not quite sure about that, is > mod_opal working right? > > Thanks! > > Nicolas > > On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner wrote: > >> Anthony, thanks. Below are my config files for the two gateways from the >> sip trace. Both files are located in conf/directory/default. >> >> --------------------- >> >> redvoiss.xml (the one that works) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------- >> >> orange.xml (the one that doesn't work) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------- >> >> If I remove the register=true param for the non-working gateway, I don't >> get the registration error on the cli, but then all call attempts get >> rejected with a 401 Unauthorized, and I get a hangup cause of >> NORMAL_UNSPECIFIED. >> >> >> Best, >> >> Nicolas >> >> >> >> On Tue, Sep 29, 2009 at 2:22 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> 900 level errors are sofia internal errors so probably something is wrong >>> with your gateway config xml. >>> if you want to send it with any critical info replaced with XXX maybe we >>> can see the issue for you. >>> >>> >>> >>> On Tue, Sep 29, 2009 at 1:05 PM, Nicolas Brenner wrote: >>> >>>> Hello everyone, >>>> >>>> I am trying to add a gateway, but after configuring it just like the >>>> others gateways I have, it is failing to register with a message like this: >>>> >>>> 2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange Registration >>>> Failed with status Operation has no matching challenge [904]. failure #1 >>>> 2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed >>>> Registration, setting retry to 10 seconds. >>>> >>>> I captured the sip traffic and noticed that when trying to register with >>>> one gateway (the one that works), I get a "Trying" reply immediately >>>> followed by a "401 Unauthorized" which contains a "WWW-Authenticate: digest" >>>> with a "qop=auth" parameter. Then Freeswitch replies with a second REGISTER >>>> including a large "Authorization: digest" section with cnonce and >>>> nc=00000001 parameters. >>>> >>>> The gateway which doesn't register, doesn't send the "qop=auth" >>>> parameter together with the "401 Unauthorized", and then Freeswitch sends a >>>> "Authorization: digest" section on the second REGISTER with no cnonce or nc >>>> parameters. >>>> >>>> I know very little abouth SIP, so I'm wondering what this "qop=auth" >>>> parameter means and how does it affect the registration process. Is there >>>> any way to do without the qop=auth parameter? >>>> >>>> Also, I tried registering with X-Lite directly to the gateway, and it >>>> worked, so it appears to be a problem in the Freeswitch/gateway combination. >>>> (Note: X-Lite sends an "Authorization: digest" section on the _first_ >>>> REGISTER, apparently this makes a difference) >>>> >>>> Attached is a sip trace for the registration traffic when doing "sofia >>>> profile external restart reloadxml" on the cli, captured with "tshark -i >>>> eth0 -o "rtp.heuristic_rtp: TRUE" -w /tmp/capture.pcap -b filesize:51200 -b >>>> files:100 -R 'sip or rtp or icmp or dns or rtcp or t38'" >>>> >>>> > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/83efe7fb/attachment.html From mike at jerris.com Sun Oct 4 15:26:21 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:26:21 -0400 Subject: [Freeswitch-users] register problem In-Reply-To: <20091004220055.GK17256@base.carmickle.com> References: <20091001212602.GC17256@base.carmickle.com> <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> <20091004220055.GK17256@base.carmickle.com> Message-ID: <1EF6E903-1014-4042-8653-AA0B0C6C6401@jerris.com> Is there any info of what I am looking at here, I just went through 1000's of lines that look like repeated good registers and a working call.. What exactly is not working? Mike On Oct 4, 2009, at 6:00 PM, Frank Carmickle wrote: > On Sun, Oct 04, Michael Jerris wrote: >> Your problem is that the url below returns a Not found. > > I sent another message yesterday with a different link with more > output. > > http://carmickle.com/fs-2009-10-02.txt > > Thanks > --FRank > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org From mike at jerris.com Sun Oct 4 15:30:15 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:30:15 -0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> Message-ID: http://wiki.freeswitch.org/wiki/Mod_limit On Oct 2, 2009, at 8:32 AM, Tihomir Culjaga wrote: > what if you are running some huge traffic e.g. 2000 calls with media? > > a typical application for that is an IVR system handling several > different services. I'd like to "dedicate" some capacity for inbound > on per service basis. > > > e.g. > > DID 10001 limit to 500 calls > DID 10002 limit to 400 calls > DID 10003 limit to 100 calls > DID 10005 limit to 1000 calls > > > This will be a total of 2000 calls. > > > don't you think js is simply too weak for that? It should cont calls/ > channels, brake counts per service/DID and update the counters on > every call hit. > > > > > in the DP you would have something like this for every DID: > > > > > > > > > > > > > > > > > > > > expression="^SERVICE_LIMIT$"> > > > > > > > <= > put your response here! > > > > > > > > > > but the question is ... how powerful a JavaScript can be? Will it be > enough to handle that load? > > > > Tihomir. > > > > > > On Fri, Oct 2, 2009 at 1:11 PM, Alberto Escudero > wrote: > > You can use the api and check that the channel is occupied with "show > channels"? > You can write a small javascript that checks if the channel is > occupied by > means of session.execute api. > > /aep > -- > Stopping junk mailers is good for the environment > > > My SIP provider allows only one call (incoming or outgoing) via one > > SIP account. For FreeSWITCH I have configured it as public DID > > extension and outgoing gateway. Now I would like to transfer to > > another gw (or generate "limit exceded") when one tries to place an > > outgoing call while incoming call is in progress. How tho do that? > > Limiting the number of outgoing calls is easy (mod_limit), but how > to > > take into account incoming one? > > > > - Dmitry Bely > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/19aee04e/attachment-0001.html From mike at jerris.com Sun Oct 4 15:31:28 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:31:28 -0400 Subject: [Freeswitch-users] configure FS: config.status: error: cannot find input file: Makefile.in In-Reply-To: <65d96fc80910020505t48a6237ao19884c23fedf228d@mail.gmail.com> References: <65d96fc80910020505t48a6237ao19884c23fedf228d@mail.gmail.com> Message-ID: <4690D578-FBC2-4230-BDF0-C43CDF6669A0@jerris.com> I updated the tiff lib to build better inline, try make tiff-reconf Mike On Oct 2, 2009, at 8:05 AM, Tihomir Culjaga wrote: > hello, > i just got the last trunk and tried to compile it on one of my > development machines... Well configure fails on tiff-3.8.2 where it > is unable to find Makefile.in ... Can someone advice? > > > > checking if g++ static flag -static works... yes > checking if g++ supports -c -o file.o... yes > checking if g++ supports -c -o file.o... (cached) yes > checking whether the g++ linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking for OpenGL Utility library... no > checking for GLUT library... no > configure: creating ./config.status > config.status: error: cannot find input file: Makefile.in > > > > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ ls -l > total 2224 > -rw-r--r-- 1 tculjaga tculjaga 23741 2009-10-02 13:19 acinclude.m4 > -rw-r--r-- 1 tculjaga tculjaga 316978 2009-10-02 13:28 aclocal.m4 > -rwxr-xr-x 1 tculjaga tculjaga 121 2009-10-02 13:19 autogen.sh > -rw-r--r-- 1 tculjaga tculjaga 124047 2009-10-02 13:19 ChangeLog > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 config > -rw-r--r-- 1 tculjaga tculjaga 103926 2009-10-02 14:00 config.log > -rwxr-xr-x 1 tculjaga tculjaga 73065 2009-10-02 14:00 config.status > -rwxr-xr-x 1 tculjaga tculjaga 740145 2009-10-02 13:28 configure > -rw-r--r-- 1 tculjaga tculjaga 20492 2009-10-02 13:19 configure.ac > -rwxr-xr-x 1 tculjaga tculjaga 56 2009-10-02 13:19 configure.gnu > -rwxr-xr-x 1 tculjaga tculjaga 737794 2009-10-02 13:57 > configure.lineno > drwxr-xr-x 16 tculjaga tculjaga 4096 2009-10-02 13:19 contrib > -rw-r--r-- 1 tculjaga tculjaga 1146 2009-10-02 13:19 COPYRIGHT > -rw-r--r-- 1 tculjaga tculjaga 1570 2009-10-02 13:19 HOWTO-RELEASE > drwxr-xr-x 5 tculjaga tculjaga 4096 2009-10-02 13:19 html > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 libtiff > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 m4 > -rw-r--r-- 1 tculjaga tculjaga 1908 2009-10-02 13:19 Makefile.am > -rw-r--r-- 1 tculjaga tculjaga 1724 2009-10-02 13:19 Makefile.vc > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 man > -rw-r--r-- 1 tculjaga tculjaga 6270 2009-10-02 13:19 nmake.opt > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 port > -rw-r--r-- 1 tculjaga tculjaga 2363 2009-10-02 13:19 README > -rw-r--r-- 1 tculjaga tculjaga 9 2009-10-02 13:19 RELEASE-DATE > -rw-r--r-- 1 tculjaga tculjaga 5893 2009-10-02 13:19 SConstruct > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 test > -rw-r--r-- 1 tculjaga tculjaga 433 2009-10-02 13:19 TODO > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 tools > -rw-r--r-- 1 tculjaga tculjaga 6 2009-10-02 13:19 VERSION > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/a9a3b88a/attachment.html From mike at jerris.com Sun Oct 4 15:35:58 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:35:58 -0400 Subject: [Freeswitch-users] New to freeswitch and have a few questions In-Reply-To: References: <4AC5534C.6050202@tx.rr.com> Message-ID: <8F97B3DC-C0B5-403C-9117-A6B4E64A0492@jerris.com> Getting documentation on like this on the wiki would be awesome. Mike On Oct 2, 2009, at 12:10 PM, Michael Gende wrote: > Hey Orien, > > I'm not using exactly your set up, but am using pfsense/FreeBSD. > Since you're using that, I assume you're going "dual homed". I've > got a starter guide that might help you out. If nothing else, I'd be > interested in a candid assessment of its usefulness or lack thereof, > especially to a guy like you. > > I've included it here. Its all just text at the moment so be > advised. Also be advised that there's a lot of great information on > the freeswitch site and in this group. The goal of my document was > so that someone just starting would have to hunt a little less. > > Hope its good for something, let me know either way, especially if > you find errors. > > Regards, > > Mike G. > > On Thu, Oct 1, 2009 at 8:11 PM, Orien Love wrote: > Hello Everybody, > I am new to freeswitch, so forgive me if I ask stupid questions. I > am planning a test setup consisting of: > 1 - Pfsense router with the freeswitch package installed. > 1 - Cisco WS-C3524-PWR-XL-EN 24 FE Switch, POE for the phones. > 1 - LINKSYS SPA3000 to connect to my existing land line and phones. > 2 - POLYCOM SOUNDPOINT IP601 SIP IP PHONEs > > The first question I have, Are the IP601 phones supported? The wiki > lists 320, 431, 501, 550, 650 but not the 601. > > Second, is there a place that helps a person new to the IP phone world > learn what is needed to set up a PBX using freeswitch at a small > office? > > Finally is my test setup a good one? is there something I am missing > or > that I need to get the learning process started, I have found in the > past, with a little information and a test system, I can learn what > I am > doing by breaking and fixing the test bed. > > Thanks for your time > Orien > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/7b5867d8/attachment.html From frank at carmickle.com Sun Oct 4 15:40:44 2009 From: frank at carmickle.com (Frank Carmickle) Date: Sun, 4 Oct 2009 18:40:44 -0400 Subject: [Freeswitch-users] register problem In-Reply-To: <1EF6E903-1014-4042-8653-AA0B0C6C6401@jerris.com> References: <20091001212602.GC17256@base.carmickle.com> <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> <20091004220055.GK17256@base.carmickle.com> <1EF6E903-1014-4042-8653-AA0B0C6C6401@jerris.com> Message-ID: <20091004224044.GL17256@base.carmickle.com> On Sun, Oct 04, Michael Jerris wrote: > Is there any info of what I am looking at here, I just went through > 1000's of lines that look like repeated good registers and a working > call.. What exactly is not working? The register fails and then never registers again. See line 31268. The failure is 2009-10-03 01:56:01.942233 [ERR] sofia_reg.c:1419 voiptalk.org Registration Failed with status Operation has no matching challenge [904]. failure #1 Thanks for looking at this. --FC > > Mike > > On Oct 4, 2009, at 6:00 PM, Frank Carmickle wrote: > > > On Sun, Oct 04, Michael Jerris wrote: > >> Your problem is that the url below returns a Not found. > > > > I sent another message yesterday with a different link with more > > output. > > > > http://carmickle.com/fs-2009-10-02.txt > > > > Thanks > > --FRank > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > > users > > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From mike at jerris.com Sun Oct 4 15:48:17 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:48:17 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> Message-ID: I've never been able to read these, why exactly do I need a text protocol to be decoded for me? Ends up being too much noise so I just don't bother. Mike On Oct 4, 2009, at 6:19 PM, Nicolas Brenner wrote: > Here it is: > > - http://pastebin.freeswitch.org/10582 > > (it is the pcap file I sent on the first email of this thread, > converted to text with 'tshark -V -r') > > On Sun, Oct 4, 2009 at 5:40 PM, Michael Jerris > wrote: > can you send a link of a text sip trace please. > > On Oct 1, 2009, at 3:29 PM, Nicolas Brenner wrote: > >> Any ideas about this? >> >> The SIP provider is offering H323, but I'm not quite sure about >> that, is mod_opal working right? >> >> Thanks! >> >> Nicolas >> >> On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner > > wrote: >> Anthony, thanks. Below are my config files for the two gateways >> from the sip trace. Both files are located in conf/directory/default. >> >> --------------------- >> >> redvoiss.xml (the one that works) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------- >> >> orange.xml (the one that doesn't work) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------- >> >> If I remove the register=true param for the non-working gateway, I >> don't get the registration error on the cli, but then all call >> attempts get rejected with a 401 Unauthorized, and I get a hangup >> cause of NORMAL_UNSPECIFIED. >> >> >> Best, >> >> Nicolas >> >> >> >> On Tue, Sep 29, 2009 at 2:22 PM, Anthony Minessale > > wrote: >> 900 level errors are sofia internal errors so probably something is >> wrong with your gateway config xml. >> if you want to send it with any critical info replaced with XXX >> maybe we can see the issue for you. >> >> >> >> On Tue, Sep 29, 2009 at 1:05 PM, Nicolas Brenner > > wrote: >> Hello everyone, >> >> I am trying to add a gateway, but after configuring it just like >> the others gateways I have, it is failing to register with a >> message like this: >> >> 2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange >> Registration Failed with status Operation has no matching >> challenge [904]. failure #1 >> 2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed >> Registration, setting retry to 10 seconds. >> >> I captured the sip traffic and noticed that when trying to register >> with one gateway (the one that works), I get a "Trying" reply >> immediately followed by a "401 Unauthorized" which contains a "WWW- >> Authenticate: digest" with a "qop=auth" parameter. Then Freeswitch >> replies with a second REGISTER including a large "Authorization: >> digest" section with cnonce and nc=00000001 parameters. >> >> The gateway which doesn't register, doesn't send the "qop=auth" >> parameter together with the "401 Unauthorized", and then Freeswitch >> sends a "Authorization: digest" section on the second REGISTER with >> no cnonce or nc parameters. >> >> I know very little abouth SIP, so I'm wondering what this >> "qop=auth" parameter means and how does it affect the registration >> process. Is there any way to do without the qop=auth parameter? >> >> Also, I tried registering with X-Lite directly to the gateway, and >> it worked, so it appears to be a problem in the Freeswitch/gateway >> combination. (Note: X-Lite sends an "Authorization: digest" section >> on the _first_ REGISTER, apparently this makes a difference) >> >> Attached is a sip trace for the registration traffic when doing >> "sofia profile external restart reloadxml" on the cli, captured >> with "tshark -i eth0 -o "rtp.heuristic_rtp: TRUE" -w /tmp/ >> capture.pcap -b filesize:51200 -b files:100 -R 'sip or rtp or icmp >> or dns or rtcp or t38'" >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/401b367b/attachment-0001.html From mike at jerris.com Sun Oct 4 15:56:54 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 18:56:54 -0400 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> Message-ID: <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> check out http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect Note, you can't just have tone_detect as your last iten in the dialplan as the call will just get hung up. Mike On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: > Hi > > I was hoping someone could help me to setup the fax detection / tone > detection application. > > I want to be able to transfer an incoming fax to a specific extension. > In my default.xml file, I have the following (extracted): > > > > > > > I can't get the fax to be detected and transferred. Is there any way > this can be done? > > 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 From nicolas at medularis.com Sun Oct 4 16:09:34 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Sun, 4 Oct 2009 19:09:34 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> Message-ID: <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> Mike, how exactly should I format the file? I got the pcap file, how do I convert it to text so that you can easily read it? On Sun, Oct 4, 2009 at 6:48 PM, Michael Jerris wrote: > I've never been able to read these, why exactly do I need a text protocol > to be decoded for me? Ends up being too much noise so I just don't bother. > Mike > > On Oct 4, 2009, at 6:19 PM, Nicolas Brenner wrote: > > Here it is: > > - http://pastebin.freeswitch.org/10582 > > (it is the pcap file I sent on the first email of this thread, converted to > text with 'tshark -V -r') > > On Sun, Oct 4, 2009 at 5:40 PM, Michael Jerris wrote: > >> can you send a link of a text sip trace please. >> >> On Oct 1, 2009, at 3:29 PM, Nicolas Brenner wrote: >> >> Any ideas about this? >> >> The SIP provider is offering H323, but I'm not quite sure about that, is >> mod_opal working right? >> >> Thanks! >> >> Nicolas >> >> On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner wrote: >> >>> Anthony, thanks. Below are my config files for the two gateways from the >>> sip trace. Both files are located in conf/directory/default. >>> >>> --------------------- >>> >>> redvoiss.xml (the one that works) >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> --------------------- >>> >>> orange.xml (the one that doesn't work) >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> --------------------- >>> >>> If I remove the register=true param for the non-working gateway, I don't >>> get the registration error on the cli, but then all call attempts get >>> rejected with a 401 Unauthorized, and I get a hangup cause of >>> NORMAL_UNSPECIFIED. >>> >>> >>> Best, >>> >>> Nicolas >>> >>> >>> >>> On Tue, Sep 29, 2009 at 2:22 PM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> 900 level errors are sofia internal errors so probably something is >>>> wrong with your gateway config xml. >>>> if you want to send it with any critical info replaced with XXX maybe we >>>> can see the issue for you. >>>> >>>> >>>> >>>> On Tue, Sep 29, 2009 at 1:05 PM, Nicolas Brenner >>> > wrote: >>>> >>>>> Hello everyone, >>>>> >>>>> I am trying to add a gateway, but after configuring it just like the >>>>> others gateways I have, it is failing to register with a message like this: >>>>> >>>>> 2009-09-29 12:54:40.853440 [ERR] sofia_reg.c:1402 orange Registration >>>>> Failed with status Operation has no matching challenge [904]. failure #1 >>>>> 2009-09-29 12:54:40.906798 [WARNING] sofia_reg.c:364 orange Failed >>>>> Registration, setting retry to 10 seconds. >>>>> >>>>> I captured the sip traffic and noticed that when trying to register >>>>> with one gateway (the one that works), I get a "Trying" reply immediately >>>>> followed by a "401 Unauthorized" which contains a "WWW-Authenticate: digest" >>>>> with a "qop=auth" parameter. Then Freeswitch replies with a second REGISTER >>>>> including a large "Authorization: digest" section with cnonce and >>>>> nc=00000001 parameters. >>>>> >>>>> The gateway which doesn't register, doesn't send the "qop=auth" >>>>> parameter together with the "401 Unauthorized", and then Freeswitch sends a >>>>> "Authorization: digest" section on the second REGISTER with no cnonce or nc >>>>> parameters. >>>>> >>>>> I know very little abouth SIP, so I'm wondering what this "qop=auth" >>>>> parameter means and how does it affect the registration process. Is there >>>>> any way to do without the qop=auth parameter? >>>>> >>>>> Also, I tried registering with X-Lite directly to the gateway, and it >>>>> worked, so it appears to be a problem in the Freeswitch/gateway combination. >>>>> (Note: X-Lite sends an "Authorization: digest" section on the _first_ >>>>> REGISTER, apparently this makes a difference) >>>>> >>>>> Attached is a sip trace for the registration traffic when doing "sofia >>>>> profile external restart reloadxml" on the cli, captured with "tshark -i >>>>> eth0 -o "rtp.heuristic_rtp: TRUE" -w /tmp/capture.pcap -b filesize:51200 -b >>>>> files:100 -R 'sip or rtp or icmp or dns or rtcp or t38'" >>>>> >>>>> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/4d3db3ef/attachment.html From mike at jerris.com Sun Oct 4 16:14:47 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 4 Oct 2009 19:14:47 -0400 Subject: [Freeswitch-users] register problem In-Reply-To: <20091004224044.GL17256@base.carmickle.com> References: <20091001212602.GC17256@base.carmickle.com> <37090A74-55D8-4551-94A9-F540B60AD726@jerris.com> <20091004220055.GK17256@base.carmickle.com> <1EF6E903-1014-4042-8653-AA0B0C6C6401@jerris.com> <20091004224044.GL17256@base.carmickle.com> Message-ID: It appears to be in the case of the far end sending a 100 on register, and no 200 or any other terminal response after that. I sent the realevant part of this trace off to the developer of the sip library for advice. Please file a bug on jira.freeswitch.org on this, with a log of a coupe good registers before the failure and a few after the initial failure. Mike On Oct 4, 2009, at 6:40 PM, Frank Carmickle wrote: > On Sun, Oct 04, Michael Jerris wrote: >> Is there any info of what I am looking at here, I just went through >> 1000's of lines that look like repeated good registers and a working >> call.. What exactly is not working? > > The register fails and then never registers again. See line 31268. > The failure is > > 2009-10-03 01:56:01.942233 [ERR] sofia_reg.c:1419 voiptalk.org > Registration Failed with status Operation has no matching challenge > [904]. failure #1 > > Thanks for looking at this. > > --FC > > >> >> Mike >> >> On Oct 4, 2009, at 6:00 PM, Frank Carmickle wrote: >> >>> On Sun, Oct 04, Michael Jerris wrote: >>>> Your problem is that the url below returns a Not found. >>> >>> I sent another message yesterday with a different link with more >>> output. >>> >>> http://carmickle.com/fs-2009-10-02.txt >>> >>> Thanks >>> --FRank >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >>> users >>> http://www.freeswitch.org >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >> users >> http://www.freeswitch.org > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 kjv at ken-ton.com Sun Oct 4 16:16:07 2009 From: kjv at ken-ton.com (Karl Vesterling) Date: Sun, 4 Oct 2009 19:16:07 -0400 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video Message-ID: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> Folks; Here's something that I did playing around w/ learning Apple Motion. It's my first Apple Motion production, so don't be too hard on the ratings... http://www.youtube.com/watch?v=9Katqjx5RJ4 Best Regards, Karl J. Vesterling kjv at ken-ton.com 202-461-3231 x0 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/e6122394/attachment-0001.html From diego.viola at gmail.com Sun Oct 4 16:51:39 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sun, 4 Oct 2009 23:51:39 +0000 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> Message-ID: <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> Very nice :) On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling wrote: > Folks; > > Here's something that I did playing around w/ learning Apple Motion. > It's my first Apple Motion production, so don't be too hard on the > ratings... > > http://www.youtube.com/watch?v=9Katqjx5RJ4 > > Best Regards, > Karl J. Vesterling > kjv at ken-ton.com > 202-461-3231 x0 > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091004/67ef3dd3/attachment.html From srinivas.ksvreddy at gmail.com Sun Oct 4 23:24:45 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Mon, 5 Oct 2009 11:54:45 +0530 Subject: [Freeswitch-users] Fail over Message-ID: Hi, can any know how to implement fail over with freeswitch, please help me Regards -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/591f893b/attachment.html From gmaruzz at celliax.org Sun Oct 4 23:59:34 2009 From: gmaruzz at celliax.org (Giovanni Maruzzelli) Date: Mon, 5 Oct 2009 08:59:34 +0200 Subject: [Freeswitch-users] Fail over In-Reply-To: References: Message-ID: <7b197bef0910042359p7dc9c89agfeaac71771ea0a4@mail.gmail.com> On Mon, Oct 5, 2009 at 8:24 AM, srinivasula reddy wrote: > can any know how to implement fail over with freeswitch, please help me > This issue has been debated many many times in the mailing lists. (hint: no live call failover, HA with OpenSERet similia as load-balancers). Please have a look at the archives: http://lists.freeswitch.org/pipermail/freeswitch-dev/ http://lists.freeswitch.org/pipermail/freeswitch-users/ -gm -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 From gmaruzz at celliax.org Mon Oct 5 00:04:50 2009 From: gmaruzz at celliax.org (Giovanni Maruzzelli) Date: Mon, 5 Oct 2009 09:04:50 +0200 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> Message-ID: <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola wrote: > Very nice :) > > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling wrote: >> >> Folks; >> Here's something that I did playing around w/ learning Apple Motion. Me too: very nice! -gmaruzz -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 From lakindia89 at gmail.com Mon Oct 5 00:07:25 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Mon, 5 Oct 2009 12:37:25 +0530 Subject: [Freeswitch-users] oz dump Saying error Message-ID: <7d79b3930910050007h5af4def2u622d34592a56b6ba@mail.gmail.com> HI all, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/7fd80896/attachment.html From diego.viola at gmail.com Mon Oct 5 00:13:11 2009 From: diego.viola at gmail.com (Diego Viola) Date: Mon, 5 Oct 2009 07:13:11 +0000 Subject: [Freeswitch-users] oz dump Saying error In-Reply-To: <7d79b3930910050007h5af4def2u622d34592a56b6ba@mail.gmail.com> References: <7d79b3930910050007h5af4def2u622d34592a56b6ba@mail.gmail.com> Message-ID: <86a32abc0910050013w23c6294fma3411facf5fa7c05@mail.gmail.com> Hello? On Mon, Oct 5, 2009 at 7:07 AM, lakshmanan ganapathy wrote: > HI all, > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/ef17309e/attachment.html From lakindia89 at gmail.com Mon Oct 5 00:20:37 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Mon, 5 Oct 2009 12:50:37 +0530 Subject: [Freeswitch-users] oz debug says error Message-ID: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> Hi all, I've compiled the freeswitch with libpri support. But when I execute oz libpri debug 1 all, I got the following error. API CALL [oz(libpri debug 1 all )] output: src/ozmod/ozmod_libpri/ozmod_libpri.c: -ERR invalid span. Here is my openzap configurations. openzap.conf [span zt PRI_1] trunk_type => e1 b-channel => 1:1-15 d-channel=> 1:16 b-channel => 1:17-31 openzap.conf.xml I feel something I've missed in configurations. Please tell me how to get rid of that error. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/538ac99b/attachment.html From lakindia89 at gmail.com Mon Oct 5 00:22:46 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Mon, 5 Oct 2009 12:52:46 +0530 Subject: [Freeswitch-users] oz dump Saying error In-Reply-To: <86a32abc0910050013w23c6294fma3411facf5fa7c05@mail.gmail.com> References: <7d79b3930910050007h5af4def2u622d34592a56b6ba@mail.gmail.com> <86a32abc0910050013w23c6294fma3411facf5fa7c05@mail.gmail.com> Message-ID: <7d79b3930910050022j1a9626cau93bb229436d6a92e@mail.gmail.com> Sorry my mail client has some problem. I've send another mail with my question. Kindly ignore this one. On Mon, Oct 5, 2009 at 12:43 PM, Diego Viola wrote: > Hello? > > On Mon, Oct 5, 2009 at 7:07 AM, lakshmanan ganapathy > wrote: > >> HI all, >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/80571697/attachment.html From gmaruzz at celliax.org Mon Oct 5 00:27:38 2009 From: gmaruzz at celliax.org (Giovanni Maruzzelli) Date: Mon, 5 Oct 2009 09:27:38 +0200 Subject: [Freeswitch-users] Fail over In-Reply-To: <7b197bef0910042359p7dc9c89agfeaac71771ea0a4@mail.gmail.com> References: <7b197bef0910042359p7dc9c89agfeaac71771ea0a4@mail.gmail.com> Message-ID: <7b197bef0910050027v3baadd2era04e469ee34ca997@mail.gmail.com> On Mon, Oct 5, 2009 at 8:59 AM, Giovanni Maruzzelli wrote: > On Mon, Oct 5, 2009 at 8:24 AM, srinivasula reddy > wrote: > >> can any know how to implement fail over with freeswitch, please help me >> > > This issue has been debated many many times in the mailing lists. > (hint: no live call failover, HA with OpenSERet similia as load-balancers). > > Please have a look at the archives: > > http://lists.freeswitch.org/pipermail/freeswitch-dev/ > > http://lists.freeswitch.org/pipermail/freeswitch-users/ > On Mon, Oct 5, 2009 at 9:15 AM, srinivasula reddy wrote: > Hi Giovanni Maruzzelli > > Thanks for your reply, > i am new to is there any way to do live call failover. Srinivas, are you joking ? Please take the time to read the answer, when you ask a question. In my previous mail, I have replied to you: This issue has been debated many many times in the mailing lists. (hint: no live call failover, HA with OpenSERet similia as load-balancers). Please have a look at the archives: http://lists.freeswitch.org/pipermail/freeswitch-dev/ http://lists.freeswitch.org/pipermail/freeswitch-users/ -gm -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 From janvb at live.com Mon Oct 5 02:15:24 2009 From: janvb at live.com (Jan Berger) Date: Mon, 5 Oct 2009 11:15:24 +0200 Subject: [Freeswitch-users] Fail over In-Reply-To: <7b197bef0910042359p7dc9c89agfeaac71771ea0a4@mail.gmail.com> References: Message-ID: hi, FreeSWITCH "as is" have no live fail-over support, but this will change. A live fail-over and redundancy mechanism is part of what SIGTRAN provides of added values. I am working on this, but it will take time before this is on a functional stage and available. Also - SIGTRAN only provide failover and redundancy on L2/L3 signalling or higher. This will however not provide failover on E1/T1 hardware level. The later can be achieved by different techniques, but the easiest is if the xternal switch is configured to re-connect a lost call on a different E1/T1. Most proper switches can provide this service. Jan > From: gmaruzz at celliax.org > Date: Mon, 5 Oct 2009 08:59:34 +0200 > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] Fail over > > On Mon, Oct 5, 2009 at 8:24 AM, srinivasula reddy > wrote: > > > can any know how to implement fail over with freeswitch, please help me > > > > This issue has been debated many many times in the mailing lists. > (hint: no live call failover, HA with OpenSERet similia as load-balancers). > > Please have a look at the archives: > > http://lists.freeswitch.org/pipermail/freeswitch-dev/ > > http://lists.freeswitch.org/pipermail/freeswitch-users/ > > -gm > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________ Windows Live: Make it easier for your friends to see what you?re up to on Facebook. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/c1336c53/attachment-0001.html From mcampbellsmith at gmail.com Mon Oct 5 03:28:37 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Mon, 5 Oct 2009 21:28:37 +1100 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> Message-ID: <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> Thanks for the response Mike, I read that page and this one (among others) http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but I'm still lost. This is an extract of my dialplan I would assume that on detecting a fax, the dialplan 'fax' is called in context features. This never happens. When is the fax tone detected? Is it while the call is ringing or can it be detected after the call is answered? My goal is to be able to have the same extension for a voice and fax call. i assume that the fax 'tones' are standardised and the ones on the wiki are correct? Also, I guess this doesn't work with media bypass (which I don't use). Thanks! On Mon, Oct 5, 2009 at 9:56 AM, Michael Jerris wrote: > check out http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect > > Note, you can't just have tone_detect as your last iten in the > dialplan as the call will just get hung up. > > Mike > > On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: > >> Hi >> >> I was hoping someone could help me to setup the fax detection / tone >> detection application. >> >> I want to be able to transfer an incoming fax to a specific extension. >> In my default.xml file, I have the following (extracted): >> >> ? ? >> ? ? ? >> ? ? ? ? >> ? ? ? ? >> >> I can't get the fax to be detected and transferred. ?Is there any way >> this can be done? >> >> 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 > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Russell.Mosemann at cune.org Mon Oct 5 03:30:26 2009 From: Russell.Mosemann at cune.org (Russell Mosemann) Date: Mon, 5 Oct 2009 05:30:26 -0500 Subject: [Freeswitch-users] oz debug says error In-Reply-To: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> References: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> Message-ID: <9F7D1E871F0C4184AA8ED441CF415C8A@cune.pri> > On Behalf Of lakshmanan ganapathy ... > I've compiled the freeswitch with libpri support. But when I execute > oz libpri debug 1 all, I got the following error. > > API CALL [oz(libpri debug 1 all )] output: > src/ozmod/ozmod_libpri/ozmod_libpri.c: -ERR invalid span. If you would start freeswitch from the command line or look at freeswitch/log/freeswitch.log, you will see during startup that libpri does not find a span (note the ozmod lines). That's because the configuration below is not for libpri. > openzap.conf.xml ... > You need to use a libpri span configuration. http://wiki.freeswitch.org/wiki/Openzap.conf.xml_Examples#Using_with_PRI_.28libpri_compatibility_stack.29 -- Russell Moseman From tculjaga at gmail.com Mon Oct 5 04:13:04 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 5 Oct 2009 13:13:04 +0200 Subject: [Freeswitch-users] configure FS: config.status: error: cannot find input file: Makefile.in In-Reply-To: <4690D578-FBC2-4230-BDF0-C43CDF6669A0@jerris.com> References: <65d96fc80910020505t48a6237ao19884c23fedf228d@mail.gmail.com> <4690D578-FBC2-4230-BDF0-C43CDF6669A0@jerris.com> Message-ID: <65d96fc80910050413je176581i5fe06b9877ada592@mail.gmail.com> it works, thx! T. On Mon, Oct 5, 2009 at 12:31 AM, Michael Jerris wrote: > I updated the tiff lib to build better inline, try make tiff-reconf > Mike > > On Oct 2, 2009, at 8:05 AM, Tihomir Culjaga wrote: > > hello, > i just got the last trunk and tried to compile it on one of my development > machines... Well configure fails on tiff-3.8.2 where it is unable to find > Makefile.in ... Can someone advice? > > > > checking if g++ static flag -static works... yes > checking if g++ supports -c -o file.o... yes > checking if g++ supports -c -o file.o... (cached) yes > checking whether the g++ linker (/usr/bin/ld) supports shared libraries... > yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking for OpenGL Utility library... no > checking for GLUT library... no > configure: creating ./config.status > config.status: error: cannot find input file: Makefile.in > > > > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ ls -l > total 2224 > -rw-r--r-- 1 tculjaga tculjaga 23741 2009-10-02 13:19 acinclude.m4 > -rw-r--r-- 1 tculjaga tculjaga 316978 2009-10-02 13:28 aclocal.m4 > -rwxr-xr-x 1 tculjaga tculjaga 121 2009-10-02 13:19 autogen.sh > -rw-r--r-- 1 tculjaga tculjaga 124047 2009-10-02 13:19 ChangeLog > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 config > -rw-r--r-- 1 tculjaga tculjaga 103926 2009-10-02 14:00 config.log > -rwxr-xr-x 1 tculjaga tculjaga 73065 2009-10-02 14:00 config.status > -rwxr-xr-x 1 tculjaga tculjaga 740145 2009-10-02 13:28 configure > -rw-r--r-- 1 tculjaga tculjaga 20492 2009-10-02 13:19 configure.ac > -rwxr-xr-x 1 tculjaga tculjaga 56 2009-10-02 13:19 configure.gnu > -rwxr-xr-x 1 tculjaga tculjaga 737794 2009-10-02 13:57 configure.lineno > drwxr-xr-x 16 tculjaga tculjaga 4096 2009-10-02 13:19 contrib > -rw-r--r-- 1 tculjaga tculjaga 1146 2009-10-02 13:19 COPYRIGHT > -rw-r--r-- 1 tculjaga tculjaga 1570 2009-10-02 13:19 HOWTO-RELEASE > drwxr-xr-x 5 tculjaga tculjaga 4096 2009-10-02 13:19 html > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:28 libtiff > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 m4 > -rw-r--r-- 1 tculjaga tculjaga 1908 2009-10-02 13:19 Makefile.am > -rw-r--r-- 1 tculjaga tculjaga 1724 2009-10-02 13:19 Makefile.vc > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 man > -rw-r--r-- 1 tculjaga tculjaga 6270 2009-10-02 13:19 nmake.opt > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 port > -rw-r--r-- 1 tculjaga tculjaga 2363 2009-10-02 13:19 README > -rw-r--r-- 1 tculjaga tculjaga 9 2009-10-02 13:19 RELEASE-DATE > -rw-r--r-- 1 tculjaga tculjaga 5893 2009-10-02 13:19 SConstruct > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 test > -rw-r--r-- 1 tculjaga tculjaga 433 2009-10-02 13:19 TODO > drwxr-xr-x 3 tculjaga tculjaga 4096 2009-10-02 13:19 tools > -rw-r--r-- 1 tculjaga tculjaga 6 2009-10-02 13:19 VERSION > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ > tculjaga at subZero:~/freeswitch-trunk/libs/tiff-3.8.2$ > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/924a41f6/attachment.html From lakindia89 at gmail.com Mon Oct 5 05:17:30 2009 From: lakindia89 at gmail.com (lakshmanan) Date: Mon, 5 Oct 2009 05:17:30 -0700 (PDT) Subject: [Freeswitch-users] oz debug says error In-Reply-To: <9F7D1E871F0C4184AA8ED441CF415C8A@cune.pri> References: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> <9F7D1E871F0C4184AA8ED441CF415C8A@cune.pri> Message-ID: <25749736.post@talk.nabble.com> Thanks for pointing that. I also tried that. But in that case, I'm not able to make a call through openzap. When I say originate openzap/1/A/number number It reported the following error 2009-10-05 17:45:47.733495 [ERR] ozmod_libpri.c:88 Can't destroy call 0! API CALL [originate(openzap/1/1/9952248266 9952248266)] output: -ERR INVALID_IE_CONTENTS I also gone and looked up the hangup_cause page for the reason. But I was unable to understand that. Can u please tell why it is reporting this error? Russell.Mosemann wrote: > >> On Behalf Of lakshmanan ganapathy > ... >> I've compiled the freeswitch with libpri support. But when I execute >> oz libpri debug 1 all, I got the following error. >> >> API CALL [oz(libpri debug 1 all )] output: >> src/ozmod/ozmod_libpri/ozmod_libpri.c: -ERR invalid span. > > If you would start freeswitch from the command line or look at > freeswitch/log/freeswitch.log, you will see during startup that libpri > does not find a span (note the ozmod lines). That's because the > configuration below is not for libpri. > >> openzap.conf.xml > ... >> > > You need to use a libpri span configuration. > > http://wiki.freeswitch.org/wiki/Openzap.conf.xml_Examples#Using_with_PRI_.28libpri_compatibility_stack.29 > > -- > Russell Moseman > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/oz-debug-says-error-tp25746215p25749736.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From maciej.aniserowicz at gmail.com Mon Oct 5 00:10:59 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Mon, 5 Oct 2009 09:10:59 +0200 Subject: [Freeswitch-users] Bad sound quality while eavesdropping Message-ID: <41A44DD027064988A914974405788C2E@procent> Hello, When I use eavesdropping in FreeSWITCH, the sound quality is really bad. Is there any way to improve it? Is this a known problem? Br/ Maciej Aniserowicz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/d68c6f53/attachment-0001.html From maciej.aniserowicz at gmail.com Mon Oct 5 00:13:43 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Mon, 5 Oct 2009 09:13:43 +0200 Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay Message-ID: <1A16501E57CA4727A593226A8C810308@procent> Hi, When I use two FreeSWITCH instances ('internal' and 'external'), all users register to the 'external' instance which acts as a gateway by 'internal' instance (which in turn is controlled by my applicaiton with commands sent by socket). When user hangs up, the 'hanged up' event is propagated to the 'internal' instance after a long time (~3 minutes) instead of being propagated immediately. What can cause this issue? Br/ Maciej Aniserowicz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/6e893f09/attachment-0001.html From maciej.aniserowicz at gmail.com Mon Oct 5 00:16:10 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Mon, 5 Oct 2009 09:16:10 +0200 Subject: [Freeswitch-users] Recording creates a 388-byte long file and deletes it Message-ID: <4ED3AB65AFE34242AACDE97127FE1248@procent> Hi, When I record a call in FS, it only creates a 388-byte-long wav file. The conversation is no written there, and FS deletes the file when the session finishes. What can cause this strange behavior? Br/ Maciej Aniserowicz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/eee26378/attachment-0001.html From mike at jerris.com Mon Oct 5 05:32:47 2009 From: mike at jerris.com (Michael Jerris) Date: Mon, 5 Oct 2009 08:32:47 -0400 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> Message-ID: <402585BB-EBEA-42B8-9A2A-58FBA19B066F@jerris.com> Fax tones are not played by the remote machine until after answer, the tone_detect application starts a media bug that listens for the tone, can you confirm the tone is happening at all. Maybe the issue here is the timeout, try making that longer, or doing the tone_detect in execute_on_answer Mike On Oct 5, 2009, at 6:28 AM, Mark Campbell-Smith wrote: > Thanks for the response Mike, > > I read that page and this one (among others) > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but > I'm still lost. This is an extract of my dialplan > > > > > > > > > > > > > I would assume that on detecting a fax, the dialplan 'fax' is called > in context features. This never happens. > > When is the fax tone detected? Is it while the call is ringing or > can it be detected after the call is answered? My goal is to be able > to have the same extension for a voice and fax call. i assume that > the fax 'tones' are standardised and the ones on the wiki are correct? > Also, I guess this doesn't work with media bypass (which I don't > use). > > Thanks! > > > On Mon, Oct 5, 2009 at 9:56 AM, Michael Jerris > wrote: >> check out http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect >> >> Note, you can't just have tone_detect as your last iten in the >> dialplan as the call will just get hung up. >> >> Mike >> >> On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: >> >>> Hi >>> >>> I was hoping someone could help me to setup the fax detection / tone >>> detection application. >>> >>> I want to be able to transfer an incoming fax to a specific >>> extension. >>> In my default.xml file, I have the following (extracted): >>> >>> >>> >>> >>> >>> >>> I can't get the fax to be detected and transferred. Is there any >>> way >>> this can be done? >>> >>> Thanks! From xengelpublicx at gmail.com Mon Oct 5 05:43:26 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Mon, 05 Oct 2009 16:43:26 +0400 Subject: [Freeswitch-users] stun not working in fs 1.0.4? Message-ID: <4AC9E9EE.8090805@gmail.com> Hello. I'm trying to configure stun in fs 1.0.4 vars.xml external.xml In this configuration, the address in ext_rtp_ip transmitted literally (it is: "stun:stun.exmaple.com") If you do not specify ext_rtp_ip stun then allegedly began to work. But as in bug SFSIP-163 (http://jira.freeswitch.org/browse/SFSIP-163?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel ) Via: IP is replaced, and SDP - no. How do I fix this? Upgrade fs to trunk? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/efc0814b/attachment.bin From Russell.Mosemann at cune.org Mon Oct 5 05:48:58 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Mon, 5 Oct 2009 12:48:58 -0000 Subject: [Freeswitch-users] oz debug says error In-Reply-To: <25749736.post@talk.nabble.com> Message-ID: <20091005124858.81857415806@mail.cune.org> lakshmanan said: > Thanks for pointing that. > I also tried that. > But in that case, I'm not able to make a call through openzap. What is in openzap.conf.xml? If you start fs_cli and enter "oz list", what does it show? Copy the ozmod lines from freeswitch.log to pastebin.freeswitch.org and post the link here so that we can see what openzap does when freeswitch starts. -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From nagalenoj at gmail.com Mon Oct 5 06:46:34 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Mon, 5 Oct 2009 06:46:34 -0700 (PDT) Subject: [Freeswitch-users] Re corded file as voicemail. Message-ID: <25751158.post@talk.nabble.com> Is it possible to treat a recorded voice as voice mail? Assume that, I've recorded a conversation and I want this recorded file to be treated like voicemail. So, I could check it like voicemail!! -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p25751158.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From nagalenoj at gmail.com Mon Oct 5 06:50:39 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Mon, 5 Oct 2009 06:50:39 -0700 (PDT) Subject: [Freeswitch-users] UUID of the newly originated call? Message-ID: <25751228.post@talk.nabble.com> Dear friends, I am trying with ESL outbound socket. I'm trying to make a call when I receive ANSWER event. Now, I would want to do something like, * Receive the events only for this uuid - I have done by registering all events and filtering only for this uuid($uuid). * If it is CHANNEL_ANSWER, originate a new call. Now, How can I get the uuid of the new call and receive events for this new call.? I want to receive the events for both uuids. -- View this message in context: http://www.nabble.com/UUID-of-the-newly-originated-call--tp25751228p25751228.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From anthony.minessale at gmail.com Mon Oct 5 07:31:18 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 5 Oct 2009 09:31:18 -0500 Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <41A44DD027064988A914974405788C2E@procent> References: <41A44DD027064988A914974405788C2E@procent> Message-ID: <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> That's is a somewhat vague position. You did not mention which version of FreeSWITCH you are running, the phones being used in your example, your configuration, the codecs in use etc. BTW, I think you should only ask one question at a time on this list. The list is run by volunteers and it's sort of rude to expect 3 or 4 threads to be tended to concerning the same one individual. 2009/10/5 Maciej Aniserowicz > Hello, > When I use eavesdropping in FreeSWITCH, the sound quality is really bad. Is > there any way to improve it? Is this a known problem? > Br/ > Maciej Aniserowicz > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/fe997648/attachment.html From tculjaga at gmail.com Mon Oct 5 07:32:32 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 5 Oct 2009 16:32:32 +0200 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <402585BB-EBEA-42B8-9A2A-58FBA19B066F@jerris.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> <402585BB-EBEA-42B8-9A2A-58FBA19B066F@jerris.com> Message-ID: <65d96fc80910050732g2f414dffs45375cfb16b08c39@mail.gmail.com> hi Mark, This is an inbound call leg and media channel (so far) is open in reverse direction only (application ringback). I'm afraid you have to answer the call to be able to "hear" the fax tone. T. On Mon, Oct 5, 2009 at 2:32 PM, Michael Jerris wrote: > Fax tones are not played by the remote machine until after answer, the > tone_detect application starts a media bug that listens for the tone, > can you confirm the tone is happening at all. Maybe the issue here is > the timeout, try making that longer, or doing the tone_detect in > execute_on_answer > > Mike > > On Oct 5, 2009, at 6:28 AM, Mark Campbell-Smith wrote: > > > Thanks for the response Mike, > > > > I read that page and this one (among others) > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but > > I'm still lost. This is an extract of my dialplan > > > > > > > > > > > > > > > > > > > > > > > > > > I would assume that on detecting a fax, the dialplan 'fax' is called > > in context features. This never happens. > > > > When is the fax tone detected? Is it while the call is ringing or > > can it be detected after the call is answered? My goal is to be able > > to have the same extension for a voice and fax call. i assume that > > the fax 'tones' are standardised and the ones on the wiki are correct? > > Also, I guess this doesn't work with media bypass (which I don't > > use). > > > > Thanks! > > > > > > On Mon, Oct 5, 2009 at 9:56 AM, Michael Jerris > > wrote: > >> check out > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect > >> > >> Note, you can't just have tone_detect as your last iten in the > >> dialplan as the call will just get hung up. > >> > >> Mike > >> > >> On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: > >> > >>> Hi > >>> > >>> I was hoping someone could help me to setup the fax detection / tone > >>> detection application. > >>> > >>> I want to be able to transfer an incoming fax to a specific > >>> extension. > >>> In my default.xml file, I have the following (extracted): > >>> > >>> > >>> > >>> > >>> > >>> > >>> I can't get the fax to be detected and transferred. Is there any > >>> way > >>> this can be done? > >>> > >>> 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/18f47918/attachment-0001.html From rupa at rupa.com Mon Oct 5 07:45:30 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Mon, 5 Oct 2009 08:45:30 -0600 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <4AC9E9EE.8090805@gmail.com> References: <4AC9E9EE.8090805@gmail.com> Message-ID: Yes, the stun thing was fixed after 1.4 I believe. On Mon, Oct 5, 2009 at 6:43 AM, Vladimir Elizarov wrote: > > How do I fix this? Upgrade fs to trunk? -- -Rupa From woodydickson at gmail.com Mon Oct 5 07:49:39 2009 From: woodydickson at gmail.com (Woody Dickson) Date: Mon, 5 Oct 2009 22:49:39 +0800 Subject: [Freeswitch-users] overriding conference preference Message-ID: Hi, Is is possible to override any of the setting specified in the conference profile? What I want to do is to have a default profile, and be able to modify certain fields if necessary in the dialplan. Alternatively, I would prefer to have a dynamic profile setting for the conference to obtain those parameters from odbc. Is it possible? woody -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/8582883b/attachment.html From anthony.minessale at gmail.com Mon Oct 5 08:02:44 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 5 Oct 2009 10:02:44 -0500 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> Message-ID: <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> neat, Here's some suggestions for your next ones. =p Have them standing around the hologram trying to destroy the "Death Star(tm)" that happens to look a lot like a giant 3d unix '*' character. Then have one rebel say, "wait!, why are we wasting our time... watch this... and dial a number on his cellphone as the whole thing explodes in the background. Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you have fashioned your own TDM card...." vroom...... "Join me and together we can make linked lists and monolithic processes", "NEVER!..." vroom vroom Master Coda has taught you well....."You are no match for me...JOIN THE ORANGE SIDE OF THE FORCE" On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli wrote: > On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola wrote: > > Very nice :) > > > > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling > wrote: > >> > >> Folks; > >> Here's something that I did playing around w/ learning Apple Motion. > > Me too: very nice! > > -gmaruzz > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/1b464765/attachment.html From mike at jerris.com Mon Oct 5 08:03:04 2009 From: mike at jerris.com (Michael Jerris) Date: Mon, 5 Oct 2009 11:03:04 -0400 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <25751158.post@talk.nabble.com> References: <25751158.post@talk.nabble.com> Message-ID: http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject On Oct 5, 2009, at 9:46 AM, Nagalenoj wrote: > > Is it possible to treat a recorded voice as voice mail? > > Assume that, I've recorded a conversation and I want this recorded > file to > be treated like voicemail. So, I could check it like voicemail!! From brian at freeswitch.org Mon Oct 5 08:04:23 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 10:04:23 -0500 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <4AC9E9EE.8090805@gmail.com> References: <4AC9E9EE.8090805@gmail.com> Message-ID: <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> Yes! /b On Oct 5, 2009, at 7:43 AM, Vladimir Elizarov wrote: > How do I fix this? Upgrade fs to trunk? From mike at jerris.com Mon Oct 5 08:05:15 2009 From: mike at jerris.com (Michael Jerris) Date: Mon, 5 Oct 2009 11:05:15 -0400 Subject: [Freeswitch-users] overriding conference preference In-Reply-To: References: Message-ID: On Oct 5, 2009, at 10:49 AM, Woody Dickson wrote: > Is is possible to override any of the setting specified in the > conference profile? Just the flags you can pass per user such as pin and mute > > What I want to do is to have a default profile, and be able to > modify certain fields if necessary in the dialplan. > > > Alternatively, I would prefer to have a dynamic profile setting for > the conference to obtain those parameters from odbc. you can do this with mod_xml_curl Mike From kevin at johnnyvoip.com Mon Oct 5 08:13:20 2009 From: kevin at johnnyvoip.com (Kevin Green) Date: Mon, 5 Oct 2009 11:13:20 -0400 Subject: [Freeswitch-users] Gateways, Limits, & Routes Message-ID: It seems many people are looking for ways to control gateways, resiliency of termination, and limit on connections easily in FS. Here are some of the thoughts I had, and I would like to hear what others think of this. In tradition phone hardware you would define lines, put them into a group, and then assign a route to go through that group. For resiliency you could group multiple routes together into a route list, if the first route failed, was all busy, or unavailable it would start to try the second route. If you go out a secondary route you can also play a warning tone to indicate this might be going out a more expensive connection. For example you may have an IP link between two boxes, then fail back to TDM if the IP links go down, the TDM would be more expensive so you would want to warn business users so they don't spend hours on the phone. Inbound and outbound calls could both go on the lines so when a call comes in or goes out a route it takes up one slot. My thought is, why don't we create something similar to this that will allow us to handle a lot of these cases without complex dialplans. We could create routes that are assigned to gateways and limit the number of incoming, outgoing, and total connections that can be on that route. We could also specify what cases we would consider as failure to move onto the next route if we are in a route list. Route lists would then be similar to using multiple limits, and failover, but in this case it would simply be a list. The following is an example of how I think this could be prgrammed. Then in your dialplan you would simply put: OR The module would need to track not only outbound calls, but also inbound calls that come in through the specified gateways. This would help track cases where you have say only two channels that can be used for both incoming and outgoing calls. I'm not 100% sure if this is all feasable or if it would be that much of an improvement compaired to what is already there so I put it out to all of you for feedback. Regards, Kevin Green JohnnyVoIP 350 Legget Drive Kanata, ON, Canada K2K 2W7 Phone: 613 271 5993 Ext 1203 Fax: 613 271 9810 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/806f1d68/attachment.html From fredyg at negosat.com Mon Oct 5 08:29:19 2009 From: fredyg at negosat.com (Fredy Gonzales) Date: Mon, 5 Oct 2009 10:29:19 -0500 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> Message-ID: <11A305EDADB9418888807581F6759586@gcg.com.pe> Espectacular!!. FG ----- Original Message ----- From: "Giovanni Maruzzelli" To: Sent: Monday, October 05, 2009 2:04 AM Subject: Re: [Freeswitch-users] Youtube - FreeSWITCH Promo Video > On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola wrote: >> Very nice :) >> >> On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling wrote: >>> >>> Folks; >>> Here's something that I did playing around w/ learning Apple Motion. > > Me too: very nice! > > -gmaruzz > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Oct 5 08:43:57 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 08:43:57 -0700 Subject: [Freeswitch-users] New to freeswitch and have a few questions In-Reply-To: <8F97B3DC-C0B5-403C-9117-A6B4E64A0492@jerris.com> References: <4AC5534C.6050202@tx.rr.com> <8F97B3DC-C0B5-403C-9117-A6B4E64A0492@jerris.com> Message-ID: <87f2f3b90910050843m2ec3cbf9rb232ad62fa313917@mail.gmail.com> I've got a copy of Mike G's document that I'm reviewing. Like he said, it's not 100% complete, however at first glance it looks like it would be a perfect fit for a config example page. I'll get with Mike G shortly and we'll have it up on the wiki in the next few days for everyone to review. -MC On Sun, Oct 4, 2009 at 3:35 PM, Michael Jerris wrote: > Getting documentation on like this on the wiki would be awesome. > Mike > > On Oct 2, 2009, at 12:10 PM, Michael Gende wrote: > > Hey Orien, > > I'm not using exactly your set up, but am using pfsense/FreeBSD. Since > you're using that, I assume you're going "dual homed". I've got a starter > guide that might help you out. If nothing else, I'd be interested in a > candid assessment of its usefulness or lack thereof, especially to a guy > like you. > > I've included it here. Its all just text at the moment so be advised. Also > be advised that there's a lot of great information on the freeswitch site > and in this group. The goal of my document was so that someone just starting > would have to hunt a little less. > > Hope its good for something, let me know either way, especially if you find > errors. > > Regards, > > Mike G. > > On Thu, Oct 1, 2009 at 8:11 PM, Orien Love wrote: > >> Hello Everybody, >> I am new to freeswitch, so forgive me if I ask stupid questions. I >> am planning a test setup consisting of: >> 1 - Pfsense router with the freeswitch package installed. >> 1 - Cisco WS-C3524-PWR-XL-EN 24 FE Switch, POE for the phones. >> 1 - LINKSYS SPA3000 to connect to my existing land line and phones. >> 2 - POLYCOM SOUNDPOINT IP601 SIP IP PHONEs >> >> The first question I have, Are the IP601 phones supported? The wiki >> lists 320, 431, 501, 550, 650 but not the 601. >> >> Second, is there a place that helps a person new to the IP phone world >> learn what is needed to set up a PBX using freeswitch at a small office? >> >> Finally is my test setup a good one? is there something I am missing or >> that I need to get the learning process started, I have found in the >> past, with a little information and a test system, I can learn what I am >> doing by breaking and fixing the test bed. >> >> Thanks for your time >> Orien >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/c1e8fe60/attachment.html From msc at freeswitch.org Mon Oct 5 09:05:35 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 09:05:35 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <191DBBEF043B4EFE8F680B82C1038FC7@cune.pri> References: <87f2f3b90910020908p1aa5f5d4o8b69894cd4a58bef@mail.gmail.com> <20091002172418.9E8AF2E19CE@mail.cune.org> <87f2f3b90910021116l209a44bcg124016e58735ca37@mail.gmail.com> <87f2f3b90910021218i434f67cbjc33073f8550c8d1a@mail.gmail.com> <8E079E8CB37E4FA49363D5315F6E878E@cune.pri> <87f2f3b90910021700h3431bd78q3b4f6ced255ecee5@mail.gmail.com> <191DBBEF043B4EFE8F680B82C1038FC7@cune.pri> Message-ID: <87f2f3b90910050905g68ad8ec2xb7f834ba90f40d0b@mail.gmail.com> On Fri, Oct 2, 2009 at 5:54 PM, Russell Mosemann wrote: > > Exactly. Turn on q931 debugging and try again: > > > > oz libpri debug 1 all > > PB the results again and we'll check it out. > > -MC > > Here's the next one. I'm not sure what to look for, but nothing pops out > right away. > > http://pastebin.freeswitch.org/10571 > > Confirmed: the Hicomm isn't sending anything at all in the SETUP message except the usual stuff: dialed number, channel number, etc. Does the Hicomm have any config parameters, like Caller ID presentation? -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/0a9aca69/attachment.html From msc at freeswitch.org Mon Oct 5 09:20:57 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 09:20:57 -0700 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> Message-ID: <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> On Sun, Oct 4, 2009 at 4:09 PM, Nicolas Brenner wrote: > Mike, how exactly should I format the file? I got the pcap file, how do I > convert it to text so that you can easily read it? > > you can open it with wireshark, follow the TCP or UDP stream, then just copy & paste the text as needed... -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/83aedc43/attachment.html From jerry.richards at teotech.com Mon Oct 5 09:25:08 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Mon, 5 Oct 2009 09:25:08 -0700 Subject: [Freeswitch-users] FS Does Not RelayPresencePUBLISHToSubscribing Phones In-Reply-To: References: <191c3a030910010935s69e65569v76f4d26503a94d96@mail.gmail.com><9B5214D274044021A57C6857844C10BA@greyhawk.tonecommander.com><191c3a030910021052y2e074b4r648024507206e25@mail.gmail.com><57502048DB624686B96B8AE76F697AA7@greyhawk.tonecommander.com> Message-ID: <6F7998CFEDEC4CDC83915045AF03000C@greyhawk.tonecommander.com> Okay, I added the ";" at the end of the sqlite3 "select" command and it just returned to the "sqlite>" prompt. No error was returned. Do you see anything in my database (in the pastebin) that is incorrect? By the way, the "select" command I put in the pastebin refers to the "external" config, but the "internal" config does the same thing. Best Regards, Jerry -----Original Message----- From: Rupa Schomaker [mailto:rupa at rupa.com] Sent: Friday, October 02, 2009 11:42 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not RelayPresencePUBLISHToSubscribing Phones You are missing the trailing ; On Fri, Oct 2, 2009 at 1:28 PM, Jerry Richards wrote: > I put the sqlite3 select query in the paste bin, and prior to that, I > entered the .dump command.? The select command came back with a "...>" > prompt which I don't understand.? I don't know enough about sqlite3 to > know what that means? > > Best Regards, > Jerry -- -Rupa From fraunhofer.lists.freeswitch-001 at traced.net Mon Oct 5 10:39:39 2009 From: fraunhofer.lists.freeswitch-001 at traced.net (Benedikt Fraunhofer) Date: Mon, 5 Oct 2009 19:39:39 +0200 Subject: [Freeswitch-users] UUID of the newly originated call? In-Reply-To: <25751228.post@talk.nabble.com> References: <25751228.post@talk.nabble.com> Message-ID: Hi, 2009/10/5 Nagalenoj : > ? ? * Receive the events only for this uuid - I have done by registering > all events and filtering only for this uuid($uuid). > ? ? * If it is CHANNEL_ANSWER, originate a new call. it's a "filter in", not "filter out" :) > Now, How can I get the uuid of the new call and receive events for this new > call.? I want to receive the events for both uuids. You can specify the UUID of an originated call by doing the following: * Use create_uuid to generate a UUID to use. * This will allow you to kill an originated call before it is answered by using uuid_kill. * The UUID of the answered call leg will not be the same UUID as the origination_uuid specified (Each call leg always gets its own UUID) originate [origination_uuid=...]user/100 at domain.name.com shamelessly ripped from http://wiki.freeswitch.org/wiki/Mod_commands#originate at least it worked for me. Beni. From Russell.Mosemann at cune.org Mon Oct 5 10:50:38 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Mon, 5 Oct 2009 17:50:38 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910050905g68ad8ec2xb7f834ba90f40d0b@mail.gmail.com> Message-ID: <20091005175038.CD7D73F642F@mail.cune.org> Michael Collins said: > Confirmed: the Hicomm isn't sending anything at all in the SETUP message > except the usual stuff: dialed number, channel number, etc. Does the Hicomm > have any config parameters, like Caller ID presentation? I believe it does, but I don't have access to the Hicom. I have to go through the phone guy. It's kind of a delicate situation. At least I have something to suggest for him to investigate. I appreciate the confirmation. -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From xengelpublicx at gmail.com Mon Oct 5 10:50:37 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Mon, 05 Oct 2009 21:50:37 +0400 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> References: <4AC9E9EE.8090805@gmail.com> <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> Message-ID: <4ACA31ED.1000002@gmail.com> Brian West ?????: > Yes! > Ok. Brian, why fs no two branches of the stable and trunk? > /b > > On Oct 5, 2009, at 7:43 AM, Vladimir Elizarov wrote: > > >> How do I fix this? Upgrade fs to trunk? >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/68d2e4ec/attachment.bin From jerry.richards at teotech.com Mon Oct 5 10:58:10 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Mon, 5 Oct 2009 10:58:10 -0700 Subject: [Freeswitch-users] SLAs and BLAs Message-ID: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> I can see how BLFs and Presence are managed, however I haven't found much documentation on SLAs and BLAs. What is the RFC(s) that Freeswitch used to implement SLAs and BLAs? Do they differ from BLFs? Best Regards, Jerry From brian at freeswitch.org Mon Oct 5 10:59:33 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 12:59:33 -0500 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <4ACA31ED.1000002@gmail.com> References: <4AC9E9EE.8090805@gmail.com> <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> <4ACA31ED.1000002@gmail.com> Message-ID: <4AA6F4E2-2138-439C-86E8-7554A5D110D4@freeswitch.org> Because TRUNK is stable... its only fixes going in usually and if things do break they don't stay broken for long. Ask anyone our trunk is more table then most commercial products. /b On Oct 5, 2009, at 12:50 PM, Vladimir Elizarov wrote: > Ok. Brian, why fs no two branches of the stable and trunk? From brian at freeswitch.org Mon Oct 5 11:01:38 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 13:01:38 -0500 Subject: [Freeswitch-users] SLAs and BLAs In-Reply-To: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> References: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> Message-ID: <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> First off what phones are you going to be using? /b On Oct 5, 2009, at 12:58 PM, Jerry Richards wrote: > > I can see how BLFs and Presence are managed, however I haven't found > much > documentation on SLAs and BLAs. What is the RFC(s) that Freeswitch > used to > implement SLAs and BLAs? Do they differ from BLFs? > > Best Regards, > Jerry From msc at freeswitch.org Mon Oct 5 11:25:13 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 11:25:13 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091005175038.CD7D73F642F@mail.cune.org> References: <87f2f3b90910050905g68ad8ec2xb7f834ba90f40d0b@mail.gmail.com> <20091005175038.CD7D73F642F@mail.cune.org> Message-ID: <87f2f3b90910051125p5932e254yc622b1d9454e0223@mail.gmail.com> On Mon, Oct 5, 2009 at 10:50 AM, wrote: > Michael Collins said: > > > Confirmed: the Hicomm isn't sending anything at all in the SETUP message > > except the usual stuff: dialed number, channel number, etc. Does the > Hicomm > > have any config parameters, like Caller ID presentation? > > I believe it does, but I don't have access to the Hicom. I have to go > through the phone guy. It's kind of a delicate situation. At least I have > something to suggest for him to investigate. I appreciate the confirmation. > > If you need proverbial ammo let me know. If he speaks Q931 then your pastebin is the ultimate proof for him that the hicom is not sending any caller ID info. In any case, I'm here if you need assistance. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/faf4337d/attachment.html From diego.viola at gmail.com Mon Oct 5 11:34:31 2009 From: diego.viola at gmail.com (Diego Viola) Date: Mon, 5 Oct 2009 18:34:31 +0000 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> Message-ID: <86a32abc0910051134mbb2c39fr57e29caeb27121a5@mail.gmail.com> Nice script Anthony, that would be amazing to have on video ;) On Mon, Oct 5, 2009 at 3:02 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > neat, > > Here's some suggestions for your next ones. =p > > Have them standing around the hologram trying to destroy the "Death > Star(tm)" that happens to look a lot like a giant 3d unix '*' character. > Then have one rebel say, "wait!, why are we wasting our time... watch > this... and dial a number on his cellphone as the whole thing explodes in > the background. > > Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you have > fashioned your own TDM card...." vroom...... > "Join me and together we can make linked lists and monolithic processes", > "NEVER!..." vroom vroom Master Coda has taught you well....."You are no > match for me...JOIN THE ORANGE SIDE OF THE FORCE" > > > > > > > On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli wrote: > >> On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola >> wrote: >> > Very nice :) >> > >> > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling >> wrote: >> >> >> >> Folks; >> >> Here's something that I did playing around w/ learning Apple Motion. >> >> Me too: very nice! >> >> -gmaruzz >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/a2d7a46c/attachment.html From msc at freeswitch.org Mon Oct 5 12:03:27 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 12:03:27 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week Message-ID: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> Ladies and Gentlemen, Thank you for calling in to the weekly FreeSWITCH conference call. Last week's agenda was rather light, so if you have things that you would like to have discussed please be sure to add them here: http://wiki.freeswitch.org/wiki/FS_weekly_2009_10_09 Here are a few updates for everyone to keep in mind: * Starting with the upcoming meeting (Oct 9) the conference will support 48kHz CELT codec. * When you call in, please mute your phone if you are just listening or if you will not be speaking a lot. Background noise from one user isn't usually too bad, but when 10 or 15 people are not muted it can get a little distracting. :) * We are always looking for people to help out. If you are looking for ways to help out then please by all means call the conference. If you cannot call the conference for some reason but still want to help out, please email me off list. We have numerous documentation, janitorial, code review, etc. sub-projects that FreeSWITCH users can help with. * Be sure to update to latest SVN trunk and test test test! We are prepping for 1.0.5 and more people testing means a more stable release delivered more quickly. One topic that came up was the testing of Mike van Lammerman's Ultramonkey setup. (http://bit.ly/8zZUS) Several people agreed to try it out. We would love to see others try it out and report back their experiences. Lastly, we'd like to thank everyone who has been helping out with testing, documentation, and answering questions on the email list and IRC channels. A special thanks to Diego Viola for doing lots of wiki cleanup lately. Everyone's efforts are appreciated. -Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/5aef1685/attachment.html From Russell.Mosemann at cune.org Mon Oct 5 12:15:52 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Mon, 5 Oct 2009 19:15:52 -0000 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <87f2f3b90910051125p5932e254yc622b1d9454e0223@mail.gmail.com> Message-ID: <20091005191552.0D0093BA4C5@mail.cune.org> Michael Collins said: > If you need proverbial ammo let me know. If he speaks Q931 then your > pastebin is the ultimate proof for him that the hicom is not sending any > caller ID info. In any case, I'm here if you need assistance. Heh, I have the exact opposite problem. I don't think he configured a PRI T1 before, and the debug output would be meaningless to him. He usually handles everyday "my phone doesn't work" kind of issues. I try to nudge in the right direction without being pushy. :-) -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From brian at freeswitch.org Mon Oct 5 12:30:10 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 14:30:10 -0500 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week In-Reply-To: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> References: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> Message-ID: It always supported 48kHz CELT but the conference itself was running at 32kHz so everyone 48k had to be down sampled. Now you all get to be up sampled. w00t! /b On Oct 5, 2009, at 2:03 PM, Michael Collins wrote: > * Starting with the upcoming meeting (Oct 9) the conference will > support 48kHz CELT codec. From dmitry.bely at gmail.com Mon Oct 5 12:57:47 2009 From: dmitry.bely at gmail.com (Dmitry Bely) Date: Mon, 5 Oct 2009 23:57:47 +0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> Message-ID: <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: > http://wiki.freeswitch.org/wiki/Mod_limit Of course I've read that. But it only affects the number of outgoing calls (at least for gateways - chapter "Using mod_limit with an outbound gateway"). But I would like to limit the number of all calls (incoming+outgoing) via specific gateway. Any idea? - Dmitry Bely From sprice at gmail.com Mon Oct 5 13:19:13 2009 From: sprice at gmail.com (SP) Date: Mon, 5 Oct 2009 15:19:13 -0500 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> Message-ID: <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> Direction doesn't matter, it uses realm's and a few other vars. Use the same vars for both directions. On Mon, Oct 5, 2009 at 14:57, Dmitry Bely wrote: > On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: >> http://wiki.freeswitch.org/wiki/Mod_limit > > Of course I've read that. But it only affects the number of outgoing > calls (at least for gateways - chapter "Using mod_limit with an > outbound gateway"). But I would like to limit the number of all calls > (incoming+outgoing) via specific gateway. Any idea? > > - Dmitry Bely > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Shannon From monemran at gmail.com Mon Oct 5 13:32:50 2009 From: monemran at gmail.com (M.Emran) Date: Tue, 6 Oct 2009 02:32:50 +0600 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> Message-ID: Incoming Call-Limit http://www.howtonix.com/?p=89 Outbound Call-Limit http://www.howtonix.com/?p=86 On Tue, Oct 6, 2009 at 2:19 AM, SP wrote: > Direction doesn't matter, it uses realm's and a few other vars. Use > the same vars for both directions. > > On Mon, Oct 5, 2009 at 14:57, Dmitry Bely wrote: > > On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: > >> http://wiki.freeswitch.org/wiki/Mod_limit > > > > Of course I've read that. But it only affects the number of outgoing > > calls (at least for gateways - chapter "Using mod_limit with an > > outbound gateway"). But I would like to limit the number of all calls > > (incoming+outgoing) via specific gateway. Any idea? > > > > - Dmitry Bely > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > Shannon > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Managing Director E-SOFT BILLING PTE. LTD. Web: www.e-softbilling.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/955b4cd5/attachment.html From dmitry.bely at gmail.com Mon Oct 5 13:39:56 2009 From: dmitry.bely at gmail.com (Dmitry Bely) Date: Tue, 6 Oct 2009 00:39:56 +0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> Message-ID: <90823c940910051339h3614be97o48a6319f68da7977@mail.gmail.com> On Tue, Oct 6, 2009 at 12:19 AM, SP wrote: > Direction doesn't matter, it uses realm's and a few other vars. ?Use > the same vars for both directions. Unfortunately it does. generates limit_exceeded for the second outbound call, but if an incoming call is active FreeSWITCH still tries to use this gateway. > On Mon, Oct 5, 2009 at 14:57, Dmitry Bely wrote: >> On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: >>> http://wiki.freeswitch.org/wiki/Mod_limit >> >> Of course I've read that. But it only affects the number of outgoing >> calls (at least for gateways - chapter "Using mod_limit with an >> outbound gateway"). But I would like to limit the number of all calls >> (incoming+outgoing) via specific gateway. Any idea? >> >> - Dmitry Bely >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Shannon > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org Dmitry Bely From dmitry.bely at gmail.com Mon Oct 5 13:41:49 2009 From: dmitry.bely at gmail.com (Dmitry Bely) Date: Tue, 6 Oct 2009 00:41:49 +0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> Message-ID: <90823c940910051341w2060e9c3m59f2b59f20ac328d@mail.gmail.com> On Tue, Oct 6, 2009 at 12:32 AM, M.Emran wrote: > Incoming Call-Limit http://www.howtonix.com/?p=89 > > Outbound Call-Limit http://www.howtonix.com/?p=86 But what if I need to limit the total number of calls (in my case == 1)? > On Tue, Oct 6, 2009 at 2:19 AM, SP wrote: >> >> Direction doesn't matter, it uses realm's and a few other vars. ?Use >> the same vars for both directions. >> >> On Mon, Oct 5, 2009 at 14:57, Dmitry Bely wrote: >> > On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: >> >> http://wiki.freeswitch.org/wiki/Mod_limit >> > >> > Of course I've read that. But it only affects the number of outgoing >> > calls (at least for gateways - chapter "Using mod_limit with an >> > outbound gateway"). But I would like to limit the number of all calls >> > (incoming+outgoing) via specific gateway. Any idea? - Dmitry Bely From sprice at gmail.com Mon Oct 5 13:52:51 2009 From: sprice at gmail.com (SP) Date: Mon, 5 Oct 2009 15:52:51 -0500 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <90823c940910051339h3614be97o48a6319f68da7977@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> <90823c940910051339h3614be97o48a6319f68da7977@mail.gmail.com> Message-ID: <7e2ac3270910051352p7d052a5aife6f07827173767@mail.gmail.com> did you use the application limit on the inbound call? You'll need to in order to account for it. On Mon, Oct 5, 2009 at 15:39, Dmitry Bely wrote: > On Tue, Oct 6, 2009 at 12:19 AM, SP wrote: >> Direction doesn't matter, it uses realm's and a few other vars. ?Use >> the same vars for both directions. > > Unfortunately it does. > > ? ? ? > > generates limit_exceeded for the second outbound call, but if an > incoming call is active FreeSWITCH still tries to use this gateway. > >> On Mon, Oct 5, 2009 at 14:57, Dmitry Bely wrote: >>> On Mon, Oct 5, 2009 at 2:30 AM, Michael Jerris wrote: >>>> http://wiki.freeswitch.org/wiki/Mod_limit >>> >>> Of course I've read that. But it only affects the number of outgoing >>> calls (at least for gateways - chapter "Using mod_limit with an >>> outbound gateway"). But I would like to limit the number of all calls >>> (incoming+outgoing) via specific gateway. Any idea? >>> >>> - Dmitry Bely >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Shannon >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > ?Dmitry Bely > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Shannon From msc at freeswitch.org Mon Oct 5 14:01:14 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 14:01:14 -0700 Subject: [Freeswitch-users] Connecting FS to Hicom 300 In-Reply-To: <20091005191552.0D0093BA4C5@mail.cune.org> References: <87f2f3b90910051125p5932e254yc622b1d9454e0223@mail.gmail.com> <20091005191552.0D0093BA4C5@mail.cune.org> Message-ID: <87f2f3b90910051401y31a1faf0v91b6a1b2443f519c@mail.gmail.com> On Mon, Oct 5, 2009 at 12:15 PM, wrote: > Michael Collins said: > > > If you need proverbial ammo let me know. If he speaks Q931 then your > > pastebin is the ultimate proof for him that the hicom is not sending any > > caller ID info. In any case, I'm here if you need assistance. > > Heh, I have the exact opposite problem. I don't think he configured a PRI > T1 before, and the debug output would be meaningless to him. He usually > handles everyday "my phone doesn't work" kind of issues. I try to nudge > in the right direction without being pushy. :-) > > Haha, good luck w/ that. :P -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/faf3da00/attachment.html From ChristianDamianidis at globalive.com Mon Oct 5 11:25:03 2009 From: ChristianDamianidis at globalive.com (Christian Damianidis) Date: Mon, 5 Oct 2009 14:25:03 -0400 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug Message-ID: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local> Trying to achieve dynamic binding of user directory. In short: It's not doing the authorization properly. I can use curl in the command line and it works perfectly, specifying BASIC auth.. however with the freeswitch module it returns HTTP 401. So I've taken a close look at the network packets being sent and there are some issues. This is between the tags in my xml_curl.conf.xml (1.2.3.4 represents my webserver's IP) When I run "curl -basic -u username http://1.2.3.4:2000/users.aspx" it asks me for a password and returns the correct thing. I use tshark to monitor, and it sends a GET request, with the correct authorization credentials in the header. I receive an HTTP 200 OK packet and the xml follows. When I startup freeswitch, I guess the xml curl module gets to run, and it makes the request. However this time it's a POST, and oddly DOES NOT include the Authorization: Basic line in the packet. I get back two HTTP 401 Unauthorized responses, and then freeswitch sends out another POST, this time includes the authorization line, and I get back an OK with the xml. My user directory is updated and we're all good. The inconsistent POST request sent by the module causes freeswitch to hang for 1-2 minutes during start-up. Has anyone else had this issue? Is this a bug or intended functionality (ping the server before making a real request?). I'd love to sort this out, otherwise getting an updated directory isn't real-time, thus defeating the purpose. Thanks, Christian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/2bfc0b08/attachment-0001.html From vdc1048 at tx.rr.com Mon Oct 5 13:49:58 2009 From: vdc1048 at tx.rr.com (David Clark) Date: Mon, 05 Oct 2009 15:49:58 -0500 Subject: [Freeswitch-users] Basic compile question. In-Reply-To: <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com > References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> Message-ID: <6.2.3.4.2.20091005154158.02b632a8@pop-server.tx.rr.com> Ok using windows xp x64 here. I download from the trunk as expected. I fire up VS 2005 and I open the VS 2005 solution. Yes it does say unsupported. But I get two missing header files: freeswitch\src\mod\endpoints\mod_opal\mod_opal.h(33) : fatal error C1083: Cannot open include file: 'ptlib.h': No such file or directory .\mod_voipcodecs.c(36) : fatal error C1083: Cannot open include file: 'spandsp.h': No such file or directory Even if the project file is wrong or out of date I should be able to find the include files some place in the fileset. I can't find either file in the freeswitch directory or below it. Any idea what is up? Thanks, David Clark From vdc1048 at tx.rr.com Mon Oct 5 14:14:08 2009 From: vdc1048 at tx.rr.com (David Clark) Date: Mon, 05 Oct 2009 16:14:08 -0500 Subject: [Freeswitch-users] UPDATED: Basic compile question. Message-ID: <6.2.3.4.2.20091005161228.02b6bcc8@pop-server.tx.rr.com> Ok I found spandsp.h. It is a case of the project file being out of date. No surprise. ptlib.h is still not found. ------------------------------------------------------------------------------------------------------------------------------------------------------------ Ok using windows xp x64 here. I download from the trunk as expected. I fire up VS 2005 and I open the VS 2005 solution. Yes it does say unsupported. But I get two missing header files: freeswitch\src\mod\endpoints\mod_opal\mod_opal.h(33) : fatal error C1083: Cannot open include file: 'ptlib.h': No such file or directory .\mod_voipcodecs.c(36) : fatal error C1083: Cannot open include file: 'spandsp.h': No such file or directory Even if the project file is wrong or out of date I should be able to find the include files some place in the fileset. I can't find either file in the freeswitch directory or below it. Any idea what is up? Thanks, David Clark From brian at freeswitch.org Mon Oct 5 14:41:39 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 16:41:39 -0500 Subject: [Freeswitch-users] Basic compile question. In-Reply-To: <6.2.3.4.2.20091005154158.02b632a8@pop-server.tx.rr.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> <6.2.3.4.2.20091005154158.02b632a8@pop-server.tx.rr.com> Message-ID: <4C985F33-8B02-4F8F-95B5-36BA6B40690F@freeswitch.org> Have you updated today? /b On Oct 5, 2009, at 3:49 PM, David Clark wrote: > Any idea what is up? From brian at freeswitch.org Mon Oct 5 14:42:36 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2009 16:42:36 -0500 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug In-Reply-To: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local> References: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local> Message-ID: <276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org> Are you using something other than apache? /b On Oct 5, 2009, at 1:25 PM, Christian Damianidis wrote: > > The inconsistent POST request sent by the module causes freeswitch > to hang for 1-2 minutes during start-up. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/bf36b547/attachment.html From mike at jerris.com Mon Oct 5 14:58:51 2009 From: mike at jerris.com (Michael Jerris) Date: Mon, 5 Oct 2009 17:58:51 -0400 Subject: [Freeswitch-users] UPDATED: Basic compile question. In-Reply-To: <6.2.3.4.2.20091005161228.02b6bcc8@pop-server.tx.rr.com> References: <6.2.3.4.2.20091005161228.02b6bcc8@pop-server.tx.rr.com> Message-ID: <8EA2BE7E-128C-4D56-A761-C2912ED097E0@jerris.com> voip codecs is fixed, ptlib I can't recall if we ever did full build integration or if you needed to manually download the libraries, can someone who has done mod_opal build on windows comment? Mike On Oct 5, 2009, at 5:14 PM, David Clark wrote: > Ok I found spandsp.h. It is a case of the project file being out of > date. No surprise. ptlib.h is still not found. > > ------------------------------------------------------------------------------------------------------------------------------------------------------------ > Ok using windows xp x64 here. I download from the trunk as expected. > I fire up VS 2005 and I open the VS 2005 solution. Yes it does say > unsupported. > > But I get two missing header files: > freeswitch\src\mod\endpoints\mod_opal\mod_opal.h(33) : fatal error > C1083: Cannot open include file: 'ptlib.h': No such file or directory > .\mod_voipcodecs.c(36) : fatal error C1083: Cannot open include file: > 'spandsp.h': No such file or directory > > > Even if the project file is wrong or out of date I should be able to > find the include files some place in the fileset. > I can't find either file in the freeswitch directory or below it. From jaybinks at gmail.com Mon Oct 5 15:16:50 2009 From: jaybinks at gmail.com (Jay Binks) Date: Tue, 6 Oct 2009 08:16:50 +1000 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> Message-ID: <73572B80-F192-48CE-A6BA-F829AF8F788B@gmail.com> Haha classic !!! Can't wait for the next installment in the series !! J On 06/10/2009, at 1:02, Anthony Minessale wrote: > neat, > > Here's some suggestions for your next ones. =p > > Have them standing around the hologram trying to destroy the "Death > Star(tm)" that happens to look a lot like a giant 3d unix '*' > character. Then have one rebel say, "wait!, why are we wasting our > time... watch this... and dial a number on his cellphone as the > whole thing explodes in the background. > > Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you > have fashioned your own TDM card...." vroom...... > "Join me and together we can make linked lists and monolithic > processes", "NEVER!..." vroom vroom Master Coda has taught you > well....."You are no match for me...JOIN THE ORANGE SIDE OF THE FORCE" > > > > > > On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli > wrote: > On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola > wrote: > > Very nice :) > > > > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling > wrote: > >> > >> Folks; > >> Here's something that I did playing around w/ learning Apple > Motion. > > Me too: very nice! > > -gmaruzz > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/f80d3778/attachment.html From jerry.richards at teotech.com Mon Oct 5 15:24:07 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Mon, 5 Oct 2009 15:24:07 -0700 Subject: [Freeswitch-users] SLAs and BLAs In-Reply-To: <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> References: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> Message-ID: <910A6955DAC94B23A0CB430A4A863E33@greyhawk.tonecommander.com> We are building our own in-house developed Teo phones. I also have CounterPath's Bria Professional phone. For test purposes, I have one snom phone and a couple Polycomm phones. Jerry -----Original Message----- From: Brian West [mailto:brian at freeswitch.org] Sent: Monday, October 05, 2009 11:02 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] SLAs and BLAs First off what phones are you going to be using? /b On Oct 5, 2009, at 12:58 PM, Jerry Richards wrote: > > I can see how BLFs and Presence are managed, however I haven't found > much documentation on SLAs and BLAs. What is the RFC(s) that > Freeswitch used to implement SLAs and BLAs? Do they differ from BLFs? > > Best Regards, > Jerry From msc at freeswitch.org Mon Oct 5 15:27:41 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 5 Oct 2009 15:27:41 -0700 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial Message-ID: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> FYI, For those who've been following the thread about Michael Gende's tutorial I just wanted to let you know that I his document on the wiki. It can be found here: http://wiki.freeswitch.org/wiki/Multi_home_tutorial Please feel free to get in there and try it out, make editorial changes, etc. I'm sure you won't hurt Mike's feelings by adding your thoughts. :) If you have any questions please reply to this thread and we'll take it from there. Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/de7156aa/attachment-0001.html From gmaruzz at celliax.org Mon Oct 5 15:35:07 2009 From: gmaruzz at celliax.org (Giovanni Maruzzelli) Date: Tue, 6 Oct 2009 00:35:07 +0200 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <73572B80-F192-48CE-A6BA-F829AF8F788B@gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> <73572B80-F192-48CE-A6BA-F829AF8F788B@gmail.com> Message-ID: <7b197bef0910051535w4f1a888fj6bccdfbb240c7bcd@mail.gmail.com> "The Revenge of the Sip" On Tue, Oct 6, 2009 at 12:16 AM, Jay Binks wrote: > Haha classic !!! > Can't wait for the next installment in the series !! > > J > > > On 06/10/2009, at 1:02, Anthony Minessale > wrote: > > neat, > > Here's some suggestions for your next ones. =p > > Have them standing around the hologram trying to destroy the "Death > Star(tm)" that happens to look a lot like a giant 3d unix '*' character. > Then have one rebel say, "wait!, why are we wasting our time... watch > this... and dial a number on his cellphone as the whole thing explodes in > the background. > > Have Darth Forkium face Luke ThreadSpawner in a dual.? "I see you have > fashioned your own TDM card...." vroom...... > "Join me and together we can make linked lists and monolithic processes", > "NEVER!..." vroom vroom Master Coda has taught you well....."You are no > match for me...JOIN THE ORANGE SIDE OF THE FORCE" > > > > > > On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli > wrote: >> >> On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola wrote: >> > Very nice :) >> > >> > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling >> > wrote: >> >> >> >> Folks; >> >> Here's something that I did playing around w/ learning Apple Motion. >> >> Me too: very nice! >> >> -gmaruzz >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 kjv at ken-ton.com Mon Oct 5 16:19:52 2009 From: kjv at ken-ton.com (Karl Vesterling) Date: Mon, 5 Oct 2009 19:19:52 -0400 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <86a32abc0910051134mbb2c39fr57e29caeb27121a5@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> <86a32abc0910051134mbb2c39fr57e29caeb27121a5@mail.gmail.com> Message-ID: Sadly the budget of time and props can't afford such extravagance... But OMG I'm still laughing... I was e-mailing earlier off the list, and came up with some nice "names" that could be put in the "credits"... Like: Anthony Minnessale -as- Obi-Code-Kenobi (But I do like "Master Coda" from below.) Mike Jerris -as- Luke Skypewalker Richard Stallman -as- cpp30 Stuff like that... I corrected to "speech" vs "speach" (my bad, sorry...) Now, as far as the below, I imagine we could pull that off using the REAL footage, and dubbing in the audio if someone can do a decent Darth Spencer, errr Vader voice... But something tells me that Mr. Lucas might get a bit peeved at such a thing... Best Regards, Karl J. Vesterling kjv at ken-ton.com 202-461-3231 x0 On Oct 5, 2009, at 2:34 PM, Diego Viola wrote: > Nice script Anthony, that would be amazing to have on video ;) > > On Mon, Oct 5, 2009 at 3:02 PM, Anthony Minessale > wrote: > neat, > > Here's some suggestions for your next ones. =p > > Have them standing around the hologram trying to destroy the "Death > Star(tm)" that happens to look a lot like a giant 3d unix '*' > character. Then have one rebel say, "wait!, why are we wasting our > time... watch this... and dial a number on his cellphone as the > whole thing explodes in the background. > > Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you > have fashioned your own TDM card...." vroom...... > "Join me and together we can make linked lists and monolithic > processes", "NEVER!..." vroom vroom Master Coda has taught you > well....."You are no match for me...JOIN THE ORANGE SIDE OF THE FORCE" > > > > > > > On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli > wrote: > On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola > wrote: > > Very nice :) > > > > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling > wrote: > >> > >> Folks; > >> Here's something that I did playing around w/ learning Apple > Motion. > > Me too: very nice! > > -gmaruzz > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/e6c6d711/attachment.html From kjv at ken-ton.com Mon Oct 5 16:45:17 2009 From: kjv at ken-ton.com (Karl Vesterling) Date: Mon, 5 Oct 2009 19:45:17 -0400 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <7b197bef0910051535w4f1a888fj6bccdfbb240c7bcd@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> <73572B80-F192-48CE-A6BA-F829AF8F788B@gmail.com> <7b197bef0910051535w4f1a888fj6bccdfbb240c7bcd@mail.gmail.com> Message-ID: <7053A8C1-0EB3-447E-BFF7-C975E8087ADD@ken-ton.com> NOW THAT might be worth doing! Best Regards, Karl J. Vesterling kjv at ken-ton.com 202-461-3231 x0 On Oct 5, 2009, at 6:35 PM, Giovanni Maruzzelli wrote: > "The Revenge of the Sip" > > On Tue, Oct 6, 2009 at 12:16 AM, Jay Binks wrote: >> Haha classic !!! >> Can't wait for the next installment in the series !! >> >> J >> >> >> On 06/10/2009, at 1:02, Anthony Minessale > > >> wrote: >> >> neat, >> >> Here's some suggestions for your next ones. =p >> >> Have them standing around the hologram trying to destroy the "Death >> Star(tm)" that happens to look a lot like a giant 3d unix '*' >> character. >> Then have one rebel say, "wait!, why are we wasting our time... watch >> this... and dial a number on his cellphone as the whole thing >> explodes in >> the background. >> >> Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you >> have >> fashioned your own TDM card...." vroom...... >> "Join me and together we can make linked lists and monolithic >> processes", >> "NEVER!..." vroom vroom Master Coda has taught you well....."You >> are no >> match for me...JOIN THE ORANGE SIDE OF THE FORCE" >> >> >> >> >> >> On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli > > >> wrote: >>> >>> On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola >>> wrote: >>>> Very nice :) >>>> >>>> On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling >>>> wrote: >>>>> >>>>> Folks; >>>>> Here's something that I did playing around w/ learning Apple >>>>> Motion. >>> >>> Me too: very nice! >>> >>> -gmaruzz >>> >>> -- >>> Sincerely, >>> >>> Giovanni Maruzzelli >>> Cell : +39-347-2665618 >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >> users >> http://www.freeswitch.org >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 lakindia89 at gmail.com Mon Oct 5 20:49:33 2009 From: lakindia89 at gmail.com (lakshmanan) Date: Mon, 5 Oct 2009 20:49:33 -0700 (PDT) Subject: [Freeswitch-users] oz debug says error In-Reply-To: <20091005124858.81857415806@mail.cune.org> References: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> <9F7D1E871F0C4184AA8ED441CF415C8A@cune.pri> <25749736.post@talk.nabble.com> <20091005124858.81857415806@mail.cune.org> Message-ID: <25762469.post@talk.nabble.com> Openzap.conf.xml Output of oz list in fs_cli span: 1 (PRI_1) type: isdn chan_count: 47 dialplan: XML context: default dial_regex: fail_dial_regex: hold_music: analog_options none freeswitch.log http://pastebin.freeswitch.org/10604 Russell.Mosemann wrote: > > lakshmanan said: >> Thanks for pointing that. >> I also tried that. >> But in that case, I'm not able to make a call through openzap. > > What is in openzap.conf.xml? If you start fs_cli and enter "oz list", > what does it show? Copy the ozmod lines from freeswitch.log to > pastebin.freeswitch.org and post the link here so that we can see what > openzap does when freeswitch starts. > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/oz-debug-says-error-tp25746215p25762469.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From lakindia89 at gmail.com Mon Oct 5 20:51:08 2009 From: lakindia89 at gmail.com (lakshmanan) Date: Mon, 5 Oct 2009 20:51:08 -0700 (PDT) Subject: [Freeswitch-users] oz debug says error Message-ID: <25762469.post@talk.nabble.com> Openzap.conf.xml Output of oz list in fs_cli span: 1 (PRI_1) type: isdn chan_count: 47 dialplan: XML context: default dial_regex: fail_dial_regex: hold_music: analog_options none freeswitch.log http://pastebin.freeswitch.org/10604 Russell.Mosemann wrote: > > lakshmanan said: >> Thanks for pointing that. >> I also tried that. >> But in that case, I'm not able to make a call through openzap. > > What is in openzap.conf.xml? If you start fs_cli and enter "oz list", > what does it show? Copy the ozmod lines from freeswitch.log to > pastebin.freeswitch.org and post the link here so that we can see what > openzap does when freeswitch starts. > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/oz-debug-says-error-tp25746215p25762469.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From lakindia89 at gmail.com Mon Oct 5 21:06:36 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Tue, 6 Oct 2009 09:36:36 +0530 Subject: [Freeswitch-users] oz debug says error In-Reply-To: <20091005124858.81857415806@mail.cune.org> References: <25749736.post@talk.nabble.com> <20091005124858.81857415806@mail.cune.org> Message-ID: <7d79b3930910052106n59cf9cbema68e4d6ccc274034@mail.gmail.com> Openzap.conf.xml Output of oz list in fs_cli span: 1 (PRI_1) type: isdn chan_count: 47 dialplan: XML context: default dial_regex: fail_dial_regex: hold_music: analog_options none freeswitch.log http://pastebin.freeswitch.org/10604 On Mon, Oct 5, 2009 at 6:18 PM, wrote: > lakshmanan said: > > Thanks for pointing that. > > I also tried that. > > But in that case, I'm not able to make a call through openzap. > > What is in openzap.conf.xml? If you start fs_cli and enter "oz list", > what does it show? Copy the ozmod lines from freeswitch.log to > pastebin.freeswitch.org and post the link here so that we can see what > openzap does when freeswitch starts. > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/535ff0bd/attachment.html From mcampbellsmith at gmail.com Mon Oct 5 21:15:21 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 6 Oct 2009 15:15:21 +1100 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <65d96fc80910050732g2f414dffs45375cfb16b08c39@mail.gmail.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> <402585BB-EBEA-42B8-9A2A-58FBA19B066F@jerris.com> <65d96fc80910050732g2f414dffs45375cfb16b08c39@mail.gmail.com> Message-ID: <33c87fa30910052115m268b6e48q33d90946585334f9@mail.gmail.com> Thanks for your help Mike and Tihomir. A little more playing around and I found that having as well as do not work together. Simply by removing fax_detect, the fax is detected beautifully. My problem now is trying to email the fax. I followed the instructions on the wiki at http://wiki.freeswitch.org/wiki/Mod_fax, but the dialplan is not executed after the rxfax command. I know the script works because if I put the system command in another part of the dialplan and hard code the filename to attach, then the email is sent. ideas? Thanks! On Tue, Oct 6, 2009 at 1:32 AM, Tihomir Culjaga wrote: > hi Mark, > > This is an inbound call leg and media channel (so far)? is open in reverse > direction only (application ringback). I'm afraid you have to answer the > call to be able to "hear" the fax tone. > > T. > > > > On Mon, Oct 5, 2009 at 2:32 PM, Michael Jerris wrote: >> >> Fax tones are not played by the remote machine until after answer, the >> tone_detect application starts a media bug that listens for the tone, >> can you confirm the tone is happening at all. ?Maybe the issue here is >> the timeout, try making that longer, or doing the tone_detect in >> execute_on_answer >> >> Mike >> >> On Oct 5, 2009, at 6:28 AM, Mark Campbell-Smith wrote: >> >> > Thanks for the response Mike, >> > >> > I read that page and this one (among others) >> > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but >> > I'm still lost. ?This is an extract of my dialplan >> > >> > ? ? >> > ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > ? ? ? ? >> > >> > I would assume that on detecting a fax, the dialplan 'fax' is called >> > in context features. ?This never happens. >> > >> > When is the fax tone detected? ? Is it while the call is ringing or >> > can it be detected after the call is answered? ?My goal is to be able >> > to have the same extension for a voice and fax call. ?i assume that >> > the fax 'tones' are standardised and the ones on the wiki are correct? >> > Also, I guess this doesn't work with media bypass (which I don't >> > use). >> > >> > Thanks! >> > >> > >> > On Mon, Oct 5, 2009 at 9:56 AM, Michael Jerris >> > wrote: >> >> check out >> >> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect >> >> >> >> Note, you can't just have tone_detect as your last iten in the >> >> dialplan as the call will just get hung up. >> >> >> >> Mike >> >> >> >> On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: >> >> >> >>> Hi >> >>> >> >>> I was hoping someone could help me to setup the fax detection / tone >> >>> detection application. >> >>> >> >>> I want to be able to transfer an incoming fax to a specific >> >>> extension. >> >>> In my default.xml file, I have the following (extracted): >> >>> >> >>> ? ? >> >>> ? ? ? >> >>> ? ? ? ? >> >>> ? ? ? ? >> >>> >> >>> I can't get the fax to be detected and transferred. ?Is there any >> >>> way >> >>> this can be done? >> >>> >> >>> 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 > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 nicolas at medularis.com Mon Oct 5 21:19:18 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Tue, 6 Oct 2009 00:19:18 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> Message-ID: <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> There was no sane way of doing that, so I ended up logging the trace from the cli. Here's the bad registration: - http://pastebin.freeswitch.org/10605 Here's the good one: - http://pastebin.freeswitch.org/10606 I am not sure if the second one is complete because for some reason the first few packages don't appear on the console when doing 'sofia profile external restart reloadxml' and 'sofia profile external siptrace on' or viceversa. Anyway, thanks for your time, and I hope those traces help in figuring out what's going on. Nicolas PS: Is there anyway to get the same format from a pcap dump as with the siptrace feature on the cli? On Mon, Oct 5, 2009 at 12:20 PM, Michael Collins wrote: > > > On Sun, Oct 4, 2009 at 4:09 PM, Nicolas Brenner wrote: > >> Mike, how exactly should I format the file? I got the pcap file, how do I >> convert it to text so that you can easily read it? >> >> > you can open it with wireshark, follow the TCP or UDP stream, then just > copy & paste the text as needed... > > -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/25dbfea2/attachment.html From mgende at gendesign.com Mon Oct 5 21:20:55 2009 From: mgende at gendesign.com (Michael Gende) Date: Mon, 5 Oct 2009 23:20:55 -0500 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial In-Reply-To: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> References: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> Message-ID: Michael, Thanks for "wiki-fying" my text-only attempt at some user doc. I should have done that for you. I actually have an updated version with many corrections and the end tabs filled in. Can you point me to info on how I can amend and append what you have kindly put up? Mike G. On Mon, Oct 5, 2009 at 5:27 PM, Michael Collins wrote: > FYI, > > For those who've been following the thread about Michael Gende's tutorial I > just wanted to let you know that I his document on the wiki. It can be found > here: > > http://wiki.freeswitch.org/wiki/Multi_home_tutorial > > Please feel free to get in there and try it out, make editorial changes, > etc. I'm sure you won't hurt Mike's feelings by adding your thoughts. :) > > If you have any questions please reply to this thread and we'll take it > from there. > > Thanks, > MC > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091005/c38ce334/attachment.html From vdc1048 at tx.rr.com Mon Oct 5 21:30:02 2009 From: vdc1048 at tx.rr.com (David Clark) Date: Mon, 05 Oct 2009 23:30:02 -0500 Subject: [Freeswitch-users] Basic compile question. In-Reply-To: <4C985F33-8B02-4F8F-95B5-36BA6B40690F@freeswitch.org> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> <6.2.3.4.2.20091005154158.02b632a8@pop-server.tx.rr.com> <4C985F33-8B02-4F8F-95B5-36BA6B40690F@freeswitch.org> Message-ID: <6.2.3.4.2.20091005232815.03231998@pop-server.tx.rr.com> No I found the one header. I added it to the include list for the project. It included something else, added that. etc. Basically I think I am going to need the VC 2008 compiler and to use the other project file. At 04:41 PM 10/5/2009, Brian West wrote: >Have you updated today? > >/b > >On Oct 5, 2009, at 3:49 PM, David Clark wrote: > > > Any idea what is up? > > >_______________________________________________ >FreeSWITCH-users mailing list >FreeSWITCH-users at 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 nicolas at medularis.com Mon Oct 5 21:42:32 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Tue, 6 Oct 2009 00:42:32 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> Message-ID: <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> Ignore my previous email, the traces were incomplete, got much better (and complete) traces with ngrep (found a suggestion from Brian in the list archive, thanks!) The gateway that registers: - http://pastebin.freeswitch.org/10607 The one that doesn't: - http://pastebin.freeswitch.org/10608 Thanks again for your time and help! Nicolas On Tue, Oct 6, 2009 at 12:19 AM, Nicolas Brenner wrote: > There was no sane way of doing that, so I ended up logging the trace from > the cli. > > Here's the bad registration: > > - http://pastebin.freeswitch.org/10605 > > Here's the good one: > > - http://pastebin.freeswitch.org/10606 > > I am not sure if the second one is complete because for some reason the > first few packages don't appear on the console when doing 'sofia profile > external restart reloadxml' and 'sofia profile external siptrace on' or > viceversa. > > Anyway, thanks for your time, and I hope those traces help in figuring out > what's going on. > > > Nicolas > > > PS: Is there anyway to get the same format from a pcap dump as with the > siptrace feature on the cli? > > > On Mon, Oct 5, 2009 at 12:20 PM, Michael Collins wrote: > >> >> >> On Sun, Oct 4, 2009 at 4:09 PM, Nicolas Brenner wrote: >> >>> Mike, how exactly should I format the file? I got the pcap file, how do I >>> convert it to text so that you can easily read it? >>> >>> >> you can open it with wireshark, follow the TCP or UDP stream, then just >> copy & paste the text as needed... >> >> -MC >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/d9c8ead2/attachment-0001.html From mcampbellsmith at gmail.com Mon Oct 5 21:43:41 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 6 Oct 2009 15:43:41 +1100 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> Message-ID: <33c87fa30910052143w9c9913chff5eacc2d7a2303e@mail.gmail.com> Further playing around and everything is working fine (even the emailing). I'm not sure what I changed though to document it. cheers /M On Mon, Oct 5, 2009 at 12:03 AM, Mark Campbell-Smith wrote: > Hi > > I was hoping someone could help me to setup the fax detection / tone > detection application. > > I want to be able to transfer an incoming fax to a specific extension. > ?In my default.xml file, I have the following (extracted): > > ? ? > ? ? ? > ? ? ? ? > ? ? ? ? > > I can't get the fax to be detected and transferred. ?Is there any way > this can be done? > > Thanks! > From sprice at gmail.com Mon Oct 5 21:45:39 2009 From: sprice at gmail.com (SP) Date: Mon, 5 Oct 2009 23:45:39 -0500 Subject: [Freeswitch-users] Detecting a fax In-Reply-To: <33c87fa30910052115m268b6e48q33d90946585334f9@mail.gmail.com> References: <33c87fa30910040603p7929df26l88f51fc7d256408f@mail.gmail.com> <91832961-FBA6-465F-AFD8-6A1BE604F6BC@jerris.com> <33c87fa30910050328l3d119939pd638b44b219a0140@mail.gmail.com> <402585BB-EBEA-42B8-9A2A-58FBA19B066F@jerris.com> <65d96fc80910050732g2f414dffs45375cfb16b08c39@mail.gmail.com> <33c87fa30910052115m268b6e48q33d90946585334f9@mail.gmail.com> Message-ID: <7e2ac3270910052145s8c7ac0cqa9c1bd6c4549089b@mail.gmail.com> try using the hanup hook On Mon, Oct 5, 2009 at 23:15, Mark Campbell-Smith wrote: > Thanks for your help Mike and Tihomir. > > A little more playing around and I found that having application="fax_detect"/> as well as application="tone_detect" data="fax 1100 r +5000 transfer fax XML > features" /> do not work together. > > Simply by removing fax_detect, the fax is detected beautifully. > > My problem now is trying to email the fax. ?I followed the > instructions on the wiki at http://wiki.freeswitch.org/wiki/Mod_fax, > but the dialplan is not executed > after the rxfax command. ?I know the script works because if I put the > system command in another part of the dialplan and hard code the > filename to attach, then the email is sent. > > ? ? > ? ? ? > ? ? ? ? > ? ? ? ? > ? ? ? ? data="//usr//local//freeswitch//storage//${caller_id_number}-${uuid}.rxfax.tiff"/> > ? ? ? ? data="/usr/local/freeswitch/scripts/emailfax.sh > /usr/local/freeswitch/storage/${caller_id_number}-${uuid}.rxfax.tiff"/> > ? ? ? ? > ? ? ? > ? ? > > ideas? > Thanks! > > On Tue, Oct 6, 2009 at 1:32 AM, Tihomir Culjaga wrote: >> hi Mark, >> >> This is an inbound call leg and media channel (so far)? is open in reverse >> direction only (application ringback). I'm afraid you have to answer the >> call to be able to "hear" the fax tone. >> >> T. >> >> >> >> On Mon, Oct 5, 2009 at 2:32 PM, Michael Jerris wrote: >>> >>> Fax tones are not played by the remote machine until after answer, the >>> tone_detect application starts a media bug that listens for the tone, >>> can you confirm the tone is happening at all. ?Maybe the issue here is >>> the timeout, try making that longer, or doing the tone_detect in >>> execute_on_answer >>> >>> Mike >>> >>> On Oct 5, 2009, at 6:28 AM, Mark Campbell-Smith wrote: >>> >>> > Thanks for the response Mike, >>> > >>> > I read that page and this one (among others) >>> > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect, but >>> > I'm still lost. ?This is an extract of my dialplan >>> > >>> > ? ? >>> > ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > ? ? ? ? >>> > >>> > I would assume that on detecting a fax, the dialplan 'fax' is called >>> > in context features. ?This never happens. >>> > >>> > When is the fax tone detected? ? Is it while the call is ringing or >>> > can it be detected after the call is answered? ?My goal is to be able >>> > to have the same extension for a voice and fax call. ?i assume that >>> > the fax 'tones' are standardised and the ones on the wiki are correct? >>> > Also, I guess this doesn't work with media bypass (which I don't >>> > use). >>> > >>> > Thanks! >>> > >>> > >>> > On Mon, Oct 5, 2009 at 9:56 AM, Michael Jerris >>> > wrote: >>> >> check out >>> >> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect >>> >> >>> >> Note, you can't just have tone_detect as your last iten in the >>> >> dialplan as the call will just get hung up. >>> >> >>> >> Mike >>> >> >>> >> On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: >>> >> >>> >>> Hi >>> >>> >>> >>> I was hoping someone could help me to setup the fax detection / tone >>> >>> detection application. >>> >>> >>> >>> I want to be able to transfer an incoming fax to a specific >>> >>> extension. >>> >>> In my default.xml file, I have the following (extracted): >>> >>> >>> >>> ? ? >>> >>> ? ? ? >>> >>> ? ? ? ? >>> >>> ? ? ? ? >>> >>> >>> >>> I can't get the fax to be detected and transferred. ?Is there any >>> >>> way >>> >>> this can be done? >>> >>> >>> >>> 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 >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Shannon From xengelpublicx at gmail.com Tue Oct 6 00:21:03 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Tue, 06 Oct 2009 11:21:03 +0400 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <4AA6F4E2-2138-439C-86E8-7554A5D110D4@freeswitch.org> References: <4AC9E9EE.8090805@gmail.com> <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> <4ACA31ED.1000002@gmail.com> <4AA6F4E2-2138-439C-86E8-7554A5D110D4@freeswitch.org> Message-ID: <4ACAEFDF.4030604@gmail.com> Brian West ?????: > Because TRUNK is stable... its only fixes going in usually and if > things do break they don't stay broken for long. > > Ask anyone our trunk is more table then most commercial products. > This separation of the branches a very bad influence on the packaging. That is gathered deb-package trunk 15094. Man found in the trunk bug. Must again rebuild the package from the new trunk... > /b > > On Oct 5, 2009, at 12:50 PM, Vladimir Elizarov wrote: > > >> Ok. Brian, why fs no two branches of the stable and trunk? >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/edde009d/attachment.bin From moizchinoy at gmail.com Tue Oct 6 00:58:17 2009 From: moizchinoy at gmail.com (Moiz Chinoy) Date: Tue, 6 Oct 2009 11:58:17 +0400 Subject: [Freeswitch-users] Mobile Phone As GSM Gateway.... Message-ID: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> Hi, Is it possible to connect a mobile phone (GSM phone) to Freeswitch and use this as a GSM gateway? -- Regards, Moiz Chinoy. From yehavi.bourvine at gmail.com Tue Oct 6 01:14:31 2009 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Tue, 6 Oct 2009 10:14:31 +0200 Subject: [Freeswitch-users] Bridge application with shared lines Message-ID: Hello, We have Polycom and SNOM phones running with FreeSwitch. The Polycoms have shared lines defined and the SNOMs have both shared lines and BLFs (defined as extensions in the phone config). I've tried supporting both, but have some incompatibility: - When calling the Bridge application with data parameter of *sofia*/* profile-name/number at domain* the BLF works ok, but not the shared lines (i.e only one of the phones rings). - When calling the Bridge application with data parameter of * ${sofia_contact(*/*profile-name/number at domain*)} shared lines work ok but BLF doesn't fire up. How do I support both? Is there a way to know whether the destination is a shared one and then chose one of the above formats? Thanks! __Yehavi: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/25dd5097/attachment.html From itamar at ispbrasil.com.br Tue Oct 6 01:17:44 2009 From: itamar at ispbrasil.com.br (Itamar Reis Peixoto) Date: Tue, 6 Oct 2009 05:17:44 -0300 Subject: [Freeswitch-users] Mobile Phone As GSM Gateway.... In-Reply-To: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> References: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> Message-ID: a gsm phone not. take a look http://portech.com.tw/ I think a portech product can do what you need. On Tue, Oct 6, 2009 at 4:58 AM, Moiz Chinoy wrote: > Hi, > > Is it possible to connect a mobile phone (GSM phone) to Freeswitch and > use this as a GSM gateway? > > -- > Regards, > Moiz Chinoy. -- ------------ Itamar Reis Peixoto e-mail/msn: itamar at ispbrasil.com.br sip: itamar at ispbrasil.com.br skype: itamarjp icq: 81053601 +55 11 4063 5033 +55 34 3221 8599 From woodydickson at gmail.com Tue Oct 6 02:00:40 2009 From: woodydickson at gmail.com (Woody Dickson) Date: Tue, 6 Oct 2009 17:00:40 +0800 Subject: [Freeswitch-users] problem with compiling freeswith Message-ID: Hi, Is this just me who is having this problem? I can't compile the latest freeswitch source code and here is the error: checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes ./configure: line 3377: syntax error near unexpected token `echo' ./configure: line 3377: `echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5' configure: error: /bin/sh './configure.gnu' failed for libs/tiff-3.8.2 [root at localhost freeswitch-snapshot]# Does anyone know why? woody -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/e3867e9a/attachment.html From rs at runsolutions.com Tue Oct 6 02:02:46 2009 From: rs at runsolutions.com (Raimund Sacherer) Date: Tue, 6 Oct 2009 11:02:46 +0200 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> Message-ID: <91D6B861-B8B1-4559-8494-A68D90A0FB4A@runsolutions.com> Yeah, on top of it would'nt it be nice if: when they call the giant 3d unix '*' character with the cell phone * switch inside the con of the giant 3d unix '*' * People nervous and shouting about "incoming" (like in the fight szenes when they call incoming if missiles are fired) * One is calling "Oh no, one of our THREADs is blocking!!" (THREAD = Thermal Heat REAction Device, eg, self deploying cooling pipe) (or maybe Throttle Heat REAction Device), view of a pipe on the point of blocking the heat-xchange (e.g. simulate somehow that nothing goes further anymore). * A high ranked officer is shouting "Core Dump, Core Dump, Leave the ships through all available Channels!" * switch to outer scene * you see an anatomically hinting, but technically correct crack forming at the rear bottom side of the giant 3d unix '*' * out of this crack comes "the dumped core" * switch to open scene view * you see the people leaving the giant 3d unix '*' at all available channels (e.g. light pulses which look like little ships driven by rockets in every direction out of the gicant 3d unix '*') * When the CoreDump is finished, the giant 3d unix '*' implodes in itself and leaves nothing but the fouly stench of the dumped core (which has to resemble somehow the same stench you feel after a callcenter full of agents again lost all connections because of a fat dumb giant 3d unix '*' could not cope with it's pipes and dumped its core) .... :-) -- Raimund Sacherer - RunSolutions Open Source It Consulting - Email: rs at runsolutions.com tel: 625 40 32 08 Parc Bit - Centro Empresarial Son Espanyol Edificio Estel - Local 3D 07121 - Palma de Mallorca Baleares On Oct 5, 2009, at 5:02 PM, Anthony Minessale wrote: > neat, > > Here's some suggestions for your next ones. =p > > Have them standing around the hologram trying to destroy the "Death > Star(tm)" that happens to look a lot like a giant 3d unix '*' > character. Then have one rebel say, "wait!, why are we wasting our > time... watch this... and dial a number on his cellphone as the > whole thing explodes in the background. > > Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you > have fashioned your own TDM card...." vroom...... > "Join me and together we can make linked lists and monolithic > processes", "NEVER!..." vroom vroom Master Coda has taught you > well....."You are no match for me...JOIN THE ORANGE SIDE OF THE FORCE" > > > > > > On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli > wrote: > On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola > wrote: > > Very nice :) > > > > On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling > wrote: > >> > >> Folks; > >> Here's something that I did playing around w/ learning Apple > Motion. > > Me too: very nice! > > -gmaruzz > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 jason at jasonjgw.net Tue Oct 6 02:18:58 2009 From: jason at jasonjgw.net (Jason White) Date: Tue, 6 Oct 2009 20:18:58 +1100 Subject: [Freeswitch-users] problem with compiling freeswith In-Reply-To: References: Message-ID: <20091006091858.GA18854@jdc.jasonjgw.net> Woody Dickson wrote: > Is this just me who is having this problem? I can't compile the latest > freeswitch source code and here is the error: Try starting with a fresh checkout from the repository. If the problem persists, please report the operating system and version thereof, so that someone with access to a similar environment can try to reproduce the issue. From m.krivushin at imarto.net Tue Oct 6 02:25:38 2009 From: m.krivushin at imarto.net (Mikhail Krivushin) Date: Tue, 6 Oct 2009 16:25:38 +0700 Subject: [Freeswitch-users] fs_path not work Message-ID: <5be734a50910060225mcef587dw69b12132303dadab@mail.gmail.com> Hello! I try to use ;fs_path in originate command, but this seems to not work: bgapi originate {origination_caller_id_name=qwe,origination_caller_id_number=qwe,sip_auth_username=qwe,sip_auth_password=qwe,origination_uuid=1ebf2ef8-b259-11de-b7f9-000c29cf246f,fsc_call=1ebf0432-b259-11de-b7f9-000c29cf246f,fsc_leg=legB}sofia/gateway/qwe_gw/ test05 at service.deep.com;fs_path=sip:vm3.deep.com &park Where I am wrong? -- ? ?????????, ???????? ?????? ?. ????? ???. +7 913 865 78 66 icq: 218 744 127 xmpp: KrivushinME at jabber.ru skype: mkrivushin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/279d44b0/attachment.html From m.krivushin at imarto.net Tue Oct 6 02:41:43 2009 From: m.krivushin at imarto.net (Mikhail Krivushin) Date: Tue, 6 Oct 2009 16:41:43 +0700 Subject: [Freeswitch-users] fs_path not work In-Reply-To: <5be734a50910060225mcef587dw69b12132303dadab@mail.gmail.com> References: <5be734a50910060225mcef587dw69b12132303dadab@mail.gmail.com> Message-ID: <5be734a50910060241r707d7018m95337f464577a4fb@mail.gmail.com> I also try to use "proxy" param in gateway, but this doesnt work too. INVITE dont going to proxy pointed by me. -- ? ?????????, ???????? ?????? ?. ????? ???. +7 913 865 78 66 icq: 218 744 127 xmpp: KrivushinME at jabber.ru skype: mkrivushin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/af985b2d/attachment.html From ahmedmunir007 at gmail.com Tue Oct 6 03:11:03 2009 From: ahmedmunir007 at gmail.com (Ahmed Munir) Date: Tue, 6 Oct 2009 15:11:03 +0500 Subject: [Freeswitch-users] Cannot connect to ODBC driver/database freeswitchdb Message-ID: Hi, I've installed FS on Ubuntu 9.04 and I want to run mod_nibbles on it. I follow the steps to configure my ODBC connection with MySQL as explained in wiki (mod_nibbles and mod_spidermonkey). But FS, unable to connect it. The error I got is listed below when I restart FS, 2009-10-06 15:47:21.164590 [ERR] switch_odbc.c:188 STATE: IM002 CODE 0 ERROR: [unixODBC][Driver Manager]Data source name not found, and no default driver specified 2009-10-06 15:47:21.164617 [CRIT] mod_nibblebill.c:221 Cannot connect to ODBC driver/database freeswitchdb (user: root / pass password) 2009-10-06 15:47:21.164650 [CONSOLE] switch_loadable_module.c:889 Successfully Loaded [mod_nibblebill] 2009-10-06 15:47:21.164664 [NOTICE] switch_loadable_module.c:248 Adding Application 'nibblebill' 2009-10-06 15:47:21.164710 [NOTICE] switch_loadable_module.c:270 Adding API Function 'nibblebill' But when I use isql it accepts my odbc connection i.e. isql MySQL-freeswitch I'm listing my settings of odbc.ini and odbcinst.ini as listed below; odbc.ini -------------- [MySQL-freeswitch] Driver = MySQL #Driver = /usr/lib/odbc/libodbcmyS.so Description = Connector/ODBC Driver DSN With FreeSwitch SERVER = localhost PORT = 3306 USER = root Password = password Database = freeswitchdb odbcinst.ini ------------------- [MySQL] Description = ODBC for MySQL Driver = /usr/lib/odbc/libmyodbc.so Setup = /usr/lib/odbc/libodbcmyS.so FileUsage = 1 odbc.ini and odbcinst.ini are located at /etc/. Even I set my odbc connection setting as I provide with this link; http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-dsn-unix.html But unfortunately my problem is unresolved then. Kindly advise me, how can I resolve this problem? -- Regards, Ahmed Munir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/c242072c/attachment.html From asannucci at gmail.com Tue Oct 6 03:27:46 2009 From: asannucci at gmail.com (bakko) Date: Tue, 6 Oct 2009 05:27:46 -0500 Subject: [Freeswitch-users] Cannot connect to ODBC driver/databasefreeswitchdb In-Reply-To: References: Message-ID: Hi, are you configured correctly the nibblebill.conf.xml file? BR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/e00b7181/attachment.html From lakindia89 at gmail.com Tue Oct 6 03:30:03 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Tue, 6 Oct 2009 16:00:03 +0530 Subject: [Freeswitch-users] Outgoing via openzap is not working Message-ID: <7d79b3930910060330s77a2bbbv88d8014b73f91663@mail.gmail.com> Hi I'm using freeswitch1.0.4. This post is moreover similar to my previous post. When I make an outgoing call, it is saying INVALID_IE_CONTENTS. Here are the details. openzap.conf.xml openzap.conf [span zt PRI_1] trunk_type => e1 b-channel => 1:1-15 d-channel=> 1:16 b-channel => 1:17-31 oz libpri debug 1 all API CALL [oz(libpri debug 1 all)] output: src/ozmod/ozmod_libpri/ozmod_libpri.c: +OK debug set. oz list API CALL [oz(list)] output: +OK span: 1 (PRI_1) type: isdn chan_count: 47 dialplan: XML context: default dial_regex: fail_dial_regex: hold_music: analog_options none Freeswitch startup log: http://pastebin.freeswitch.org/10609 After saying originate openzap/1/1/9952248266 openzap/1/1/9952248266 http://pastebin.freeswitch.org/10610 Please help me to solve this. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/568dd7ec/attachment.html From dujinfang at gmail.com Tue Oct 6 05:04:58 2009 From: dujinfang at gmail.com (Seven Du) Date: Tue, 6 Oct 2009 20:04:58 +0800 Subject: [Freeswitch-users] Mobile Phone As GSM Gateway.... In-Reply-To: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> References: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> Message-ID: <23f91030910060504y3d060990l44ec913fb130954c@mail.gmail.com> maybe you can check this: http://www.gsmopen.org/ 2009/10/6 Moiz Chinoy > Hi, > > Is it possible to connect a mobile phone (GSM phone) to Freeswitch and > use this as a GSM gateway? > > -- > Regards, > Moiz Chinoy. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/d0ca76b7/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 6 05:29:25 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 6 Oct 2009 17:59:25 +0530 Subject: [Freeswitch-users] Dynamic updation of groups in default.xml Message-ID: Hi, Can any one tell me how to add users dynamically to groups in default.xml, with out restart the freeswitch. Thanks Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/e0d3a762/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 6 05:31:52 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 6 Oct 2009 18:01:52 +0530 Subject: [Freeswitch-users] add users dynamically to groups in default.xml Message-ID: Hi, Can any one tell me how to add users dynamically to groups in default.xml, with out restart the freeswitch. Thanks Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/4bbc3be9/attachment-0001.html From dujinfang at gmail.com Tue Oct 6 05:38:50 2009 From: dujinfang at gmail.com (Seven Du) Date: Tue, 6 Oct 2009 20:38:50 +0800 Subject: [Freeswitch-users] Dynamic updation of groups in default.xml In-Reply-To: References: Message-ID: <23f91030910060538x6b1b2bddwa9f287e4e5c0251d@mail.gmail.com> change the xml and execute "reloadxml" in FS console or fs_cli or you can check mod_xml_curl 2009/10/6 srinivasula reddy > Hi, > Can any one tell me how to add users dynamically to groups in default.xml, > with out restart the freeswitch. > > > Thanks > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/f86c2a63/attachment.html From tomabroad at gmail.com Tue Oct 6 05:44:51 2009 From: tomabroad at gmail.com (tom) Date: Tue, 6 Oct 2009 08:44:51 -0400 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial In-Reply-To: References: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> Message-ID: <6f7c60c40910060544h5d1f7251p7194bcaa944a627c@mail.gmail.com> thx guys, that helped me alot! On Tue, Oct 6, 2009 at 12:20 AM, Michael Gende wrote: > Michael, > > Thanks for "wiki-fying" my text-only attempt at some user doc. I should > have done that for you. I actually have an updated version with many > corrections and the end tabs filled in. Can you point me to info on how I > can amend and append what you have kindly put up? > > Mike G. > > > On Mon, Oct 5, 2009 at 5:27 PM, Michael Collins wrote: > >> FYI, >> >> For those who've been following the thread about Michael Gende's tutorial >> I just wanted to let you know that I his document on the wiki. It can be >> found here: >> >> http://wiki.freeswitch.org/wiki/Multi_home_tutorial >> >> Please feel free to get in there and try it out, make editorial changes, >> etc. I'm sure you won't hurt Mike's feelings by adding your thoughts. :) >> >> If you have any questions please reply to this thread and we'll take it >> from there. >> >> Thanks, >> MC >> >> > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/72396962/attachment.html From kjv at ken-ton.com Tue Oct 6 05:51:05 2009 From: kjv at ken-ton.com (Karl Vesterling) Date: Tue, 6 Oct 2009 08:51:05 -0400 Subject: [Freeswitch-users] Youtube - FreeSWITCH Promo Video In-Reply-To: <91D6B861-B8B1-4559-8494-A68D90A0FB4A@runsolutions.com> References: <9A87E77C-AD85-4F1E-8ED0-F9F06AA451EE@ken-ton.com> <86a32abc0910041651rb6a3ff9k1f6ed7d0b1a9b440@mail.gmail.com> <7b197bef0910050004v71c623c8w68a013bef9fea596@mail.gmail.com> <191c3a030910050802v59b2a9du6d2af7ade03bc509@mail.gmail.com> <91D6B861-B8B1-4559-8494-A68D90A0FB4A@runsolutions.com> Message-ID: I'm flattered that you consider my abilities so capable, but time nor budget are available to afford such extravagance as outlined below. Besides, bashing something doesn't really gain you any respect (but I do think that _*_ does ever sooo much deserve bashing). What I have done is added to the end of the movie a Cisco 7900 series (top left), a Snom 360 (top right), and a Grandstream video phone (bottom right.) I need more though... I was thinking the point of the video was more along the lines to get people interested in FreeSWITCH, not bash such an easy target as (insert * here). I think that can be done by showing various equipment from multiple manufacturers at the end of the movie, with another title declaring, "INTEROPERABILITY"... Fade some in, fade out, fade some more in, perhaps including a sangoma card, over and over again... So far I've got artwork for Cisco 7900, Snom, Grandstream... I could put in a SPA-942, etc... These are the type of "suggestions" I'm looking for... Although I really do like the drama with, "Oh no! One of our threads is blocking!" (still chuckling...) It did give me a few ideas too, so keep em' coming! Best Regards, Karl J. Vesterling kjv at ken-ton.com 202-461-3231 x0 On Oct 6, 2009, at 5:02 AM, Raimund Sacherer wrote: > Yeah, on top of it would'nt it be nice if: > > when they call the giant 3d unix '*' character with the cell phone > > * switch inside the con of the giant 3d unix '*' > * People nervous and shouting about "incoming" (like in the fight > szenes > when they call incoming if missiles are fired) > * One is calling "Oh no, one of our THREADs is blocking!!" > (THREAD = Thermal Heat REAction Device, eg, self deploying cooling > pipe) > (or maybe Throttle Heat REAction Device), view of a pipe on the > point of blocking > the heat-xchange (e.g. simulate somehow that nothing goes further > anymore). > * A high ranked officer is shouting > "Core Dump, Core Dump, Leave the ships through all available > Channels!" > * switch to outer scene > * you see an anatomically hinting, but technically correct crack > forming at the rear > bottom side of the giant 3d unix '*' > * out of this crack comes "the dumped core" > * switch to open scene view > * you see the people leaving the giant 3d unix '*' at all available > channels > (e.g. light pulses which look like little ships driven by rockets > in every direction out of the > gicant 3d unix '*') > * When the CoreDump is finished, the giant 3d unix '*' implodes in > itself and leaves > nothing but the fouly stench of the dumped core (which has to > resemble somehow > the same stench you feel after a callcenter full of agents again > lost all connections > because of a fat dumb giant 3d unix '*' could not cope with it's > pipes and dumped its core) > > > > .... > > :-) > > -- > Raimund Sacherer > - > RunSolutions > Open Source It Consulting > - > Email: rs at runsolutions.com > tel: 625 40 32 08 > > Parc Bit - Centro Empresarial Son Espanyol > Edificio Estel - Local 3D > 07121 - Palma de Mallorca > Baleares > > On Oct 5, 2009, at 5:02 PM, Anthony Minessale wrote: > >> neat, >> >> Here's some suggestions for your next ones. =p >> >> Have them standing around the hologram trying to destroy the "Death >> Star(tm)" that happens to look a lot like a giant 3d unix '*' >> character. Then have one rebel say, "wait!, why are we wasting our >> time... watch this... and dial a number on his cellphone as the >> whole thing explodes in the background. >> >> Have Darth Forkium face Luke ThreadSpawner in a dual. "I see you >> have fashioned your own TDM card...." vroom...... >> "Join me and together we can make linked lists and monolithic >> processes", "NEVER!..." vroom vroom Master Coda has taught you >> well....."You are no match for me...JOIN THE ORANGE SIDE OF THE >> FORCE" >> >> >> >> >> >> On Mon, Oct 5, 2009 at 2:04 AM, Giovanni Maruzzelli >> wrote: >> On Mon, Oct 5, 2009 at 1:51 AM, Diego Viola >> wrote: >>> Very nice :) >>> >>> On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling >> wrote: >>>> >>>> Folks; >>>> Here's something that I did playing around w/ learning Apple >> Motion. >> >> Me too: very nice! >> >> -gmaruzz >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >> users >> http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Russell.Mosemann at cune.org Tue Oct 6 05:59:50 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Tue, 6 Oct 2009 12:59:50 -0000 Subject: [Freeswitch-users] Outgoing via openzap is not working In-Reply-To: <7d79b3930910060330s77a2bbbv88d8014b73f91663@mail.gmail.com> Message-ID: <20091006125950.EB7073DECDF@mail.cune.org> lakshmanan ganapathy said: > When I make an outgoing call, it is saying INVALID_IE_CONTENTS. > Here are the details. There are a couple of things that might be OK, but they seem odd. When ozmod starts, the first 15 channels can't be configured, because they are busy. The output from "oz list" shows 47 channels, as if 15 channels are added to the E1's 31 channels (and one control channel). When libpri is checking the numbers, it shows the caller's number as '0000000000'. The output from libpri shows that the call is being released by the other side of the E1 because of a protocol error involving the redirecting number (invalid contents). My guess is that you aren't providing a valid caller number, but I could be completely wrong. Someone with more experience will need to interpret the information. I don't see the originate command in the debug output. Did you supply both the calling and called number? http://wiki.freeswitch.org/wiki/Mod_commands#originate -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From anthony.minessale at gmail.com Tue Oct 6 06:49:32 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 6 Oct 2009 08:49:32 -0500 Subject: [Freeswitch-users] fs_path not work In-Reply-To: <5be734a50910060241r707d7018m95337f464577a4fb@mail.gmail.com> References: <5be734a50910060225mcef587dw69b12132303dadab@mail.gmail.com> <5be734a50910060241r707d7018m95337f464577a4fb@mail.gmail.com> Message-ID: <191c3a030910060649o16f15cd9q7443cbf406f13041@mail.gmail.com> gateway calls do not contain any uri data sofia/gateway/mygw/1000 is all you can do if you want all that other stuff you need to formulate a direct url connection On Tue, Oct 6, 2009 at 4:41 AM, Mikhail Krivushin wrote: > I also try to use "proxy" param in gateway, but this doesnt work too. > INVITE dont going to proxy pointed by me. > > > -- > ? ?????????, ???????? ?????? > ?. ????? ???. +7 913 865 78 66 > icq: 218 744 127 > xmpp: KrivushinME at jabber.ru > skype: mkrivushin > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/5d6debaf/attachment.html From brian at freeswitch.org Tue Oct 6 07:31:06 2009 From: brian at freeswitch.org (Brian West) Date: Tue, 6 Oct 2009 09:31:06 -0500 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> Message-ID: <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> This looks like you have an ALG messing with packets... notice it says rport 5080 but we are sending to 5060. /b On Oct 5, 2009, at 11:42 PM, Nicolas Brenner wrote: > Ignore my previous email, the traces were incomplete, got much > better (and complete) traces with ngrep (found a suggestion from > Brian in the list archive, thanks!) > > The gateway that registers: > > - http://pastebin.freeswitch.org/10607 > > The one that doesn't: > > - http://pastebin.freeswitch.org/10608 > > > Thanks again for your time and help! > > > Nicolas > > > On Tue, Oct 6, 2009 at 12:19 AM, Nicolas Brenner > wrote: > There was no sane way of doing that, so I ended up logging the trace > from the cli. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/d7d5ab5c/attachment-0001.html From srinivas.ksvreddy at gmail.com Tue Oct 6 07:38:57 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 6 Oct 2009 20:08:57 +0530 Subject: [Freeswitch-users] Dynamic updation of groups in default.xml In-Reply-To: <23f91030910060538x6b1b2bddwa9f287e4e5c0251d@mail.gmail.com> References: <23f91030910060538x6b1b2bddwa9f287e4e5c0251d@mail.gmail.com> Message-ID: Thank u very much seven du. Regards Srinvas On Tue, Oct 6, 2009 at 6:08 PM, Seven Du wrote: > change the xml and execute "reloadxml" in FS console or fs_cli > > or you can check mod_xml_curl > > 2009/10/6 srinivasula reddy > >> Hi, >> Can any one tell me how to add users dynamically to groups in >> default.xml, with out restart the freeswitch. >> >> >> Thanks >> Srinivasula Reddy K >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/ac1a0cac/attachment.html From ChristianDamianidis at globalive.com Tue Oct 6 07:39:27 2009 From: ChristianDamianidis at globalive.com (Christian Damianidis) Date: Tue, 6 Oct 2009 10:39:27 -0400 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug In-Reply-To: <276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org> References: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local> <276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org> Message-ID: <66EA3166EB339A4489B06286C0876A8A0C0C1BA9@mailserv.Globalive.local> This web request goes to a server running IIS on Windows Server 2003. From: Brian West [mailto:brian at freeswitch.org] Sent: Monday, October 05, 2009 5:43 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug Are you using something other than apache? /b On Oct 5, 2009, at 1:25 PM, Christian Damianidis wrote: The inconsistent POST request sent by the module causes freeswitch to hang for 1-2 minutes during start-up. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/82fefe99/attachment.html From anthony.minessale at gmail.com Tue Oct 6 08:01:46 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 6 Oct 2009 10:01:46 -0500 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug In-Reply-To: <66EA3166EB339A4489B06286C0876A8A0C0C1BA9@mailserv.Globalive.local> References: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local> <276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org> <66EA3166EB339A4489B06286C0876A8A0C0C1BA9@mailserv.Globalive.local> Message-ID: <191c3a030910060801x3ed48e98x6d69b53c6beaca69@mail.gmail.com> My guess is that we configure the curl to support the full range of http auth methods. Some of them like Digest require a challenge and realm etc so it's probably asking without auth header because it cannot create one until it gets that data. In the case of Basic you can send the login and pass right away but it does not know in advance that it will be basic. Here is a snippet from the libcurl api docs: ------------------------------------------------------------------------------------------------------------------------------------------------------------- Both these options allow you to set multiple types (by ORing them together), to make libcurl pick the most secure one out of the types the server/proxy claims to support. This method does however add a round-trip since libcurl must first ask the server what it supports: curl_easy_setopt(easyhandle, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST|CURLAUTH_BASIC); ------------------------------------------------------------------------------------------------------------------------------------------------------------- So my guess is that if we set it to only support basic, then it would work how you expect so if you want to test it for me I can make it into a parameter. edit: /usr/src/freeswitch.trunk/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c line 220 change curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); to curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); If this works i'll think about exposing the auth methods so you can choose them in the config. On Tue, Oct 6, 2009 at 9:39 AM, Christian Damianidis < ChristianDamianidis at globalive.com> wrote: > This web request goes to a server running IIS on Windows Server 2003. > > > > *From:* Brian West [mailto:brian at freeswitch.org] > *Sent:* Monday, October 05, 2009 5:43 PM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] mod_xml_curl http POST is > inconsistent/bug > > > > Are you using something other than apache? > > > > /b > > > > On Oct 5, 2009, at 1:25 PM, Christian Damianidis wrote: > > > > > > The inconsistent POST request sent by the module causes freeswitch to hang > for 1-2 minutes during start-up. > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/de4d0acc/attachment.html From woodydickson at gmail.com Tue Oct 6 08:05:23 2009 From: woodydickson at gmail.com (Woody Dickson) Date: Tue, 6 Oct 2009 23:05:23 +0800 Subject: [Freeswitch-users] overriding conference preference In-Reply-To: References: Message-ID: Hi, Is there anyway of using curl without having to setup a standalone http service? Is it possible to generate curl xml using scripts? woody On Mon, Oct 5, 2009 at 11:05 PM, Michael Jerris wrote: > > On Oct 5, 2009, at 10:49 AM, Woody Dickson wrote: > > > Is is possible to override any of the setting specified in the > > conference profile? > > Just the flags you can pass per user such as pin and mute > > > > > What I want to do is to have a default profile, and be able to > > modify certain fields if necessary in the dialplan. > > > > > > Alternatively, I would prefer to have a dynamic profile setting for > > the conference to obtain those parameters from odbc. > > you can do this with mod_xml_curl > > Mike > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/e481df92/attachment.html From todd.baumgartner at gmail.com Tue Oct 6 07:31:06 2009 From: todd.baumgartner at gmail.com (Todd Baumgartner) Date: Tue, 6 Oct 2009 10:31:06 -0400 Subject: [Freeswitch-users] Cannot connect to ODBC driver/database freeswitchdb In-Reply-To: References: Message-ID: Ahmed, I believe you need to specify the database name as it is configured in the odbc.ini I am assuming you have something like this in your nibblebill.conf.xml Try changing it to this as it is named in the odbc.ini: Thanks, Todd On Tue, Oct 6, 2009 at 6:11 AM, Ahmed Munir wrote: > Hi, > I've installed FS on Ubuntu 9.04 and I want to run mod_nibbles on it. I > follow the steps to configure my ODBC connection with MySQL as explained in > wiki (mod_nibbles and mod_spidermonkey). But FS, unable to connect it. The > error I got is listed below when I restart FS, > > 2009-10-06 15:47:21.164590 [ERR] switch_odbc.c:188 STATE: IM002 CODE 0 > ERROR: [unixODBC][Driver Manager]Data source name not found, and no default > driver specified > 2009-10-06 15:47:21.164617 [CRIT] mod_nibblebill.c:221 Cannot connect to > ODBC driver/database freeswitchdb (user: root / pass password) > 2009-10-06 15:47:21.164650 [CONSOLE] switch_loadable_module.c:889 > Successfully Loaded [mod_nibblebill] > 2009-10-06 15:47:21.164664 [NOTICE] switch_loadable_module.c:248 Adding > Application 'nibblebill' > 2009-10-06 15:47:21.164710 [NOTICE] switch_loadable_module.c:270 Adding API > Function 'nibblebill' > > But when I use isql it accepts my odbc connection i.e. isql > MySQL-freeswitch > > I'm listing my settings of odbc.ini and odbcinst.ini as listed below; > > odbc.ini > -------------- > [MySQL-freeswitch] > Driver = MySQL > #Driver = /usr/lib/odbc/libodbcmyS.so > Description = Connector/ODBC Driver DSN With FreeSwitch > SERVER = localhost > PORT = 3306 > USER = root > Password = password > Database = freeswitchdb > > odbcinst.ini > ------------------- > [MySQL] > Description = ODBC for MySQL > Driver = /usr/lib/odbc/libmyodbc.so > Setup = /usr/lib/odbc/libodbcmyS.so > FileUsage = 1 > > > odbc.ini and odbcinst.ini are located at /etc/. Even I set my odbc > connection setting as I provide with this link; > http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-dsn-unix.html > > But unfortunately my problem is unresolved then. > > > Kindly advise me, how can I resolve this problem? > > -- > Regards, > > Ahmed Munir > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/ade9ac36/attachment-0001.html From mike at jerris.com Tue Oct 6 08:12:58 2009 From: mike at jerris.com (Michael Jerris) Date: Tue, 6 Oct 2009 11:12:58 -0400 Subject: [Freeswitch-users] Basic compile question. In-Reply-To: <6.2.3.4.2.20091005232815.03231998@pop-server.tx.rr.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> <6.2.3.4.2.20091005154158.02b632a8@pop-server.tx.rr.com> <4C985F33-8B02-4F8F-95B5-36BA6B40690F@freeswitch.org> <6.2.3.4.2.20091005232815.03231998@pop-server.tx.rr.com> Message-ID: As I said in the duplicate thread, the voip codecs issue has been resolved in trunk, I had a change 1/2 done waiting for testing and it is now complete. Mike On Oct 6, 2009, at 12:30 AM, David Clark wrote: > No I found the one header. I added it to the include list for the > project. It included something else, added that. etc. Basically I > think I am going to need the VC 2008 > compiler and to use the other project file. > > At 04:41 PM 10/5/2009, Brian West wrote: >> Have you updated today? >> >> /b >> >> On Oct 5, 2009, at 3:49 PM, David Clark wrote: >> >>> Any idea what is up? >> From mike at jerris.com Tue Oct 6 08:15:10 2009 From: mike at jerris.com (Michael Jerris) Date: Tue, 6 Oct 2009 11:15:10 -0400 Subject: [Freeswitch-users] stun not working in fs 1.0.4? In-Reply-To: <4ACAEFDF.4030604@gmail.com> References: <4AC9E9EE.8090805@gmail.com> <7C489261-F5F3-4B57-B807-21EC4A3947A2@freeswitch.org> <4ACA31ED.1000002@gmail.com> <4AA6F4E2-2138-439C-86E8-7554A5D110D4@freeswitch.org> <4ACAEFDF.4030604@gmail.com> Message-ID: <177D2C13-C1CC-4C00-BD6B-18A8F2F69366@jerris.com> I am not sure what you mean, do you think that fixes from today should somehow go somewhere else before we do a release? On Oct 6, 2009, at 3:21 AM, Vladimir Elizarov wrote: > Brian West ?????: >> Because TRUNK is stable... its only fixes going in usually and if >> things do break they don't stay broken for long. >> >> Ask anyone our trunk is more table then most commercial products. >> > This separation of the branches a very bad influence on the packaging. > That is gathered deb-package trunk 15094. Man found in the trunk bug. > Must again rebuild the package from the new trunk... >> /b >> >> On Oct 5, 2009, at 12:50 PM, Vladimir Elizarov wrote: >> >> >>> Ok. Brian, why fs no two branches of the stable and trunk? >>> From mike at jerris.com Tue Oct 6 08:19:27 2009 From: mike at jerris.com (Michael Jerris) Date: Tue, 6 Oct 2009 11:19:27 -0400 Subject: [Freeswitch-users] overriding conference preference In-Reply-To: References: Message-ID: There are xml hooks in several of the embedded including mod_perl and mod_lua. Not sure how well those scale as I have not seen anyone use them heavily. Mike On Oct 6, 2009, at 11:05 AM, Woody Dickson wrote: > Hi, > > Is there anyway of using curl without having to setup a standalone > http service? Is it possible to generate curl xml using scripts? > > woody > > On Mon, Oct 5, 2009 at 11:05 PM, Michael Jerris > wrote: > > On Oct 5, 2009, at 10:49 AM, Woody Dickson wrote: > > > Is is possible to override any of the setting specified in the > > conference profile? > > Just the flags you can pass per user such as pin and mute > > > > > What I want to do is to have a default profile, and be able to > > modify certain fields if necessary in the dialplan. > > > > > > Alternatively, I would prefer to have a dynamic profile setting for > > the conference to obtain those parameters from odbc. > > you can do this with mod_xml_curl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/de237ca1/attachment.html From brian at freeswitch.org Tue Oct 6 07:31:06 2009 From: brian at freeswitch.org (Brian West) Date: Tue, 6 Oct 2009 09:31:06 -0500 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <191c3a030909291122t770af037j5b1068197b31de87@mail.gmail.com> <1b46b4e80909291542k71440965g75bb3bfcf38e8005@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> Message-ID: <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> This looks like you have an ALG messing with packets... notice it says rport 5080 but we are sending to 5060. /b On Oct 5, 2009, at 11:42 PM, Nicolas Brenner wrote: > Ignore my previous email, the traces were incomplete, got much > better (and complete) traces with ngrep (found a suggestion from > Brian in the list archive, thanks!) > > The gateway that registers: > > - http://pastebin.freeswitch.org/10607 > > The one that doesn't: > > - http://pastebin.freeswitch.org/10608 > > > Thanks again for your time and help! > > > Nicolas > > > On Tue, Oct 6, 2009 at 12:19 AM, Nicolas Brenner > wrote: > There was no sane way of doing that, so I ended up logging the trace > from the cli. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/d7d5ab5c/attachment-0002.html From larclap at yahoo.com Tue Oct 6 08:41:29 2009 From: larclap at yahoo.com (Lars Zeb) Date: Tue, 6 Oct 2009 08:41:29 -0700 Subject: [Freeswitch-users] Upgrading causes no answer Message-ID: <00ea01ca469b$7929faf0$6b7df0d0$@com> http://pastebin.freeswitch.org/10612 I having been running v14996 OK for a while. I have upgraded a couple of times after, but every time, an inbound call is hung up on. The only thing that has changed is the upgrade. This morning I upgraded to v15098 and the problem persists. I believe it has to do with a lua script I use for inbound calls. Reading from the log, just after the script is launched, the following two lines appear: switch_cpp.cpp:1116 session not ready switch_cpp.cpp:925 destroy/unlink session from object Has something changed recently with lua processing? Is there something in the lua script which is causing the problem? I would appreciate any help. Thanks, Lars -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/0d5c5e89/attachment.html From msc at freeswitch.org Tue Oct 6 09:06:02 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 09:06:02 -0700 Subject: [Freeswitch-users] oz debug says error In-Reply-To: <7d79b3930910052106n59cf9cbema68e4d6ccc274034@mail.gmail.com> References: <25749736.post@talk.nabble.com> <20091005124858.81857415806@mail.cune.org> <7d79b3930910052106n59cf9cbema68e4d6ccc274034@mail.gmail.com> Message-ID: <87f2f3b90910060906y4b087d7coa91de38d78a3456b@mail.gmail.com> Pastebin your openzap.conf file. Also, is this Sangoma or zaptel-based hardware? If it's Sangoma, pastebin your wanpipe1.conf file. If zaptel, please paste your zaptel.conf file. -MC On Mon, Oct 5, 2009 at 9:06 PM, lakshmanan ganapathy wrote: > Openzap.conf.xml > > > > > > > > > > > > > > > Output of oz list in fs_cli > > span: 1 (PRI_1) > type: isdn > chan_count: 47 > dialplan: XML > context: default > dial_regex: > fail_dial_regex: > hold_music: > analog_options none > > > freeswitch.log > > http://pastebin.freeswitch.org/10604 > > > > > > On Mon, Oct 5, 2009 at 6:18 PM, wrote: > >> lakshmanan said: >> > Thanks for pointing that. >> > I also tried that. >> > But in that case, I'm not able to make a call through openzap. >> >> What is in openzap.conf.xml? If you start fs_cli and enter "oz list", >> what does it show? Copy the ozmod lines from freeswitch.log to >> pastebin.freeswitch.org and post the link here so that we can see what >> openzap does when freeswitch starts. >> >> -- >> Russell Mosemann >> >> >> >> ________________________________________________________ >> Concordia University, Nebraska >> See http://www.cune.edu/ for the latest news and events! >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/c7745f3a/attachment-0001.html From msc at freeswitch.org Tue Oct 6 09:15:42 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 09:15:42 -0700 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial In-Reply-To: References: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> Message-ID: <87f2f3b90910060915g167bafa7jd8b0ed5e1b3b2b20@mail.gmail.com> On Mon, Oct 5, 2009 at 9:20 PM, Michael Gende wrote: > Michael, > > Thanks for "wiki-fying" my text-only attempt at some user doc. I should > have done that for you. I actually have an updated version with many > corrections and the end tabs filled in. Can you point me to info on how I > can amend and append what you have kindly put up? > > Mike G. > > First, go to wiki.freeswitch.org and create a wiki account. Then, go to the Multi_home_tutorial page and click edit (top of the page). You'll see that there is wiki markup to learn. If you have questions let me know. Just edit the wiki text and click Show Preview to see what the real thing looks like. Then click Save Page to save your changes. Welcome to the world of MediaWiki and thanks for your help! -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/ca09a98c/attachment.html From msc at freeswitch.org Tue Oct 6 09:18:32 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 09:18:32 -0700 Subject: [Freeswitch-users] add users dynamically to groups in default.xml In-Reply-To: References: Message-ID: <87f2f3b90910060918q7d5d4d4fu454031120d098174@mail.gmail.com> On Tue, Oct 6, 2009 at 5:31 AM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > Hi, > Can any one tell me how to add users dynamically to groups in default.xml, > with out restart the freeswitch. > > Thanks > Srinivasula Reddy K > > Changes to the dialplan xml files get updated with a simple 'reloadxml' command at the CLI. If you want truly dynamic configuration then you'll want to investigate mod_xml_curl. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/2dc2c595/attachment.html From msc at freeswitch.org Tue Oct 6 09:40:33 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 09:40:33 -0700 Subject: [Freeswitch-users] Outgoing via openzap is not working In-Reply-To: <7d79b3930910060330s77a2bbbv88d8014b73f91663@mail.gmail.com> References: <7d79b3930910060330s77a2bbbv88d8014b73f91663@mail.gmail.com> Message-ID: <87f2f3b90910060940k543bfd35rc7d6b2505b6d853@mail.gmail.com> On Tue, Oct 6, 2009 at 3:30 AM, lakshmanan ganapathy wrote: > Hi I'm using freeswitch1.0.4. This post is moreover similar to my previous > post. > When I make an outgoing call, it is saying INVALID_IE_CONTENTS. > Here are the details. > openzap.conf.xml > > > > > > > > > > > > > > > > openzap.conf > [span zt PRI_1] > trunk_type => e1 > b-channel => 1:1-15 > d-channel=> 1:16 > b-channel => 1:17-31 > oz libpri debug 1 all > > API CALL [oz(libpri debug 1 all)] output: > src/ozmod/ozmod_libpri/ozmod_libpri.c: +OK debug set. > > oz list > > API CALL [oz(list)] output: > +OK > span: 1 (PRI_1) > type: isdn > chan_count: 47 > dialplan: XML > context: default > dial_regex: > fail_dial_regex: > hold_music: > analog_options none > > Freeswitch startup log: > http://pastebin.freeswitch.org/10609 > After saying originate openzap/1/1/9952248266 openzap/1/1/9952248266 > Can you confirm your originate line? What you type above is incorrect syntax. Correct syntax: openzap/1/a/99522448266 1234 Where the 'a' means select first available b chan and the 1234 is just an extension number. You can put any number that works for your dialplan. The originate command originates a call leg and then connects it to a second call leg in the dialplan. Make sure that you are using this command properly before continuing your debugging. -MC > http://pastebin.freeswitch.org/10610 > > Please help me to solve this. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/751334d9/attachment.html From msc at freeswitch.org Tue Oct 6 09:45:13 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 09:45:13 -0700 Subject: [Freeswitch-users] overriding conference preference In-Reply-To: References: Message-ID: <87f2f3b90910060945ge3f2a44ocf836b83b038736c@mail.gmail.com> On Tue, Oct 6, 2009 at 8:05 AM, Woody Dickson wrote: > Hi, > > Is there anyway of using curl without having to setup a standalone http > service? Is it possible to generate curl xml using scripts? > > woody > > Check out this page on the wiki: http://wiki.freeswitch.org/wiki/Mod_xml_curl#Two_types_of_data_sources Depending on your needs you might find an option that helps, such as using a static file (which you can update in a 3rd party process). -MC > On Mon, Oct 5, 2009 at 11:05 PM, Michael Jerris wrote: > >> >> On Oct 5, 2009, at 10:49 AM, Woody Dickson wrote: >> >> > Is is possible to override any of the setting specified in the >> > conference profile? >> >> Just the flags you can pass per user such as pin and mute >> >> > >> > What I want to do is to have a default profile, and be able to >> > modify certain fields if necessary in the dialplan. >> > >> > >> > Alternatively, I would prefer to have a dynamic profile setting for >> > the conference to obtain those parameters from odbc. >> >> you can do this with mod_xml_curl >> >> Mike >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/02d5bd8e/attachment.html From ChristianDamianidis at globalive.com Tue Oct 6 09:55:05 2009 From: ChristianDamianidis at globalive.com (Christian Damianidis) Date: Tue, 6 Oct 2009 12:55:05 -0400 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug In-Reply-To: <191c3a030910060801x3ed48e98x6d69b53c6beaca69@mail.gmail.com> References: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local><276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org><66EA3166EB339A4489B06286C0876A8A0C0C1BA9@mailserv.Globalive.local> <191c3a030910060801x3ed48e98x6d69b53c6beaca69@mail.gmail.com> Message-ID: <66EA3166EB339A4489B06286C0876A8A0C0C1F04@mailserv.Globalive.local> I've tested this and making the change from ANY to BASIC worked. Thanks for the help. It no longer sends the initial post without auth. From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Tuesday, October 06, 2009 11:02 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug My guess is that we configure the curl to support the full range of http auth methods. Some of them like Digest require a challenge and realm etc so it's probably asking without auth header because it cannot create one until it gets that data. In the case of Basic you can send the login and pass right away but it does not know in advance that it will be basic. Here is a snippet from the libcurl api docs: ------------------------------------------------------------------------ ------------------------------------------------------------------------ ------------- Both these options allow you to set multiple types (by ORing them together), to make libcurl pick the most secure one out of the types the server/proxy claims to support. This method does however add a round-trip since libcurl must first ask the server what it supports: curl_easy_setopt(easyhandle, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST|CURLAUTH_BASIC); ------------------------------------------------------------------------ ------------------------------------------------------------------------ ------------- So my guess is that if we set it to only support basic, then it would work how you expect so if you want to test it for me I can make it into a parameter. edit: /usr/src/freeswitch.trunk/src/mod/xml_int/mod_xml_curl/mod_xml_curl.c line 220 change curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); to curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); If this works i'll think about exposing the auth methods so you can choose them in the config. On Tue, Oct 6, 2009 at 9:39 AM, Christian Damianidis wrote: This web request goes to a server running IIS on Windows Server 2003. From: Brian West [mailto:brian at freeswitch.org] Sent: Monday, October 05, 2009 5:43 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug Are you using something other than apache? /b On Oct 5, 2009, at 1:25 PM, Christian Damianidis wrote: The inconsistent POST request sent by the module causes freeswitch to hang for 1-2 minutes during start-up. _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/04055494/attachment-0001.html From tculjaga at gmail.com Tue Oct 6 10:37:08 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 6 Oct 2009 19:37:08 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> Message-ID: <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> hello guys, i was playing with mod_opal to see if i can make it working ... well it seems SIP-H323 interworking is not tuned at all. I have a call from a registered sip user (1001) to PSTN via mod_opal One of the many issues i sow is that FS connects the call on SIP leg before it actually receives H.225 connect from H323 leg... as it is configured to send 200 OK on the 1st H.225 message containing a FastStart element/OLC. Attached is the tcpdump i took on FS machine... just use this filter: "h225 or h245 or q931 or sip" Also, you can check the attac CDR,,,, this is an unanswered call i placed to PSTN and FS billed it 23 seconds. Can anyone tell where i can do correct SIP - H323 message mappings to avoid this? T. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/45102766/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: CDR-FS-mod_opal-chargetWithoutH323Answer.xml Type: text/xml Size: 9470 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/45102766/attachment.xml From dome at tel.co.th Tue Oct 6 10:51:27 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 7 Oct 2009 00:51:27 +0700 Subject: [Freeswitch-users] Memory Question ? Message-ID: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> Dear All, why freeswitch use more memory after send and receuve call. i attach htop capture screen. you can compare to asterisk it use 0.7% for long time. but FS use 7.7% (start from 1.2%) after running about 4 hr. Best Regards. Dome C. -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot-1.png Type: image/png Size: 128862 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/5c1f8998/attachment-0001.png From quentusrex at gmail.com Tue Oct 6 10:57:40 2009 From: quentusrex at gmail.com (William King) Date: Tue, 06 Oct 2009 10:57:40 -0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> Message-ID: <4ACB8514.2050201@gmail.com> What operating system? -William King Dome Charoenyost wrote: > Dear All, > why freeswitch use more memory after send and receuve > call. i attach htop capture screen. > you can compare to asterisk it use 0.7% for long time. but FS use 7.7% > (start from 1.2%) after running about 4 hr. > > Best Regards. > > Dome C. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Tue Oct 6 11:07:05 2009 From: brian at freeswitch.org (Brian West) Date: Tue, 6 Oct 2009 13:07:05 -0500 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> Message-ID: We use memory pools and its not uncommon to use what you displayed. /b On Oct 6, 2009, at 12:51 PM, Dome Charoenyost wrote: > Dear All, > why freeswitch use more memory after send and receuve > call. i attach htop capture screen. > you can compare to asterisk it use 0.7% for long time. but FS use 7.7% > (start from 1.2%) after running about 4 hr. > > Best Regards. > > Dome C. > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Oct 6 11:12:02 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 6 Oct 2009 11:12:02 -0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> Message-ID: <87f2f3b90910061112h221d37b2p23d82342b9ac9a09@mail.gmail.com> On Tue, Oct 6, 2009 at 10:51 AM, Dome Charoenyost wrote: > Dear All, > why freeswitch use more memory after send and receuve > call. i attach htop capture screen. > you can compare to asterisk it use 0.7% for long time. but FS use 7.7% > (start from 1.2%) after running about 4 hr. > > Best Regards. > > Dome C. > > Do you have lots of modules loaded? The default config has lots of stuff loaded. If memory usage is a big issue then check your modules.conf.xml file and don't load unnecessary modules. Of course, you could use Asterisk but then you save memory at the expense of fewer features and more crashes... -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/15d67f57/attachment.html From dome at tel.co.th Tue Oct 6 11:43:10 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 7 Oct 2009 01:43:10 +0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <4ACB8514.2050201@gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> <4ACB8514.2050201@gmail.com> Message-ID: <8ccbff060910061143gc0d0edcl46a2b5274a74c876@mail.gmail.com> Debian Squeeze i386 32bit And Debian Lenny are same Dome C. 2009/10/7 William King : > What operating system? > > -William King > > Dome Charoenyost wrote: >> Dear All, >> ? ? ? ? ? ? ?why freeswitch use more memory after send and receuve >> call. i attach htop capture screen. >> you can compare to asterisk it use 0.7% for long time. but FS use 7.7% >> (start from 1.2%) ?after running about 4 hr. >> >> Best Regards. >> >> Dome C. >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 dome at tel.co.th Tue Oct 6 11:50:25 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 7 Oct 2009 01:50:25 +0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <87f2f3b90910061112h221d37b2p23d82342b9ac9a09@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> <87f2f3b90910061112h221d37b2p23d82342b9ac9a09@mail.gmail.com> Message-ID: <8ccbff060910061150h2ca1c495u339e2ee046b8c21a@mail.gmail.com> 2009/10/7 Michael Collins : > > > On Tue, Oct 6, 2009 at 10:51 AM, Dome Charoenyost wrote: >> >> Dear All, >> ? ? ? ? ? ? why freeswitch use more memory after send and receuve >> call. i attach htop capture screen. >> you can compare to asterisk it use 0.7% for long time. but FS use 7.7% >> (start from 1.2%) ?after running about 4 hr. >> >> Best Regards. >> >> Dome C. >> > Do you have lots of modules loaded? The default config has lots of stuff I use LCR , nibblebill , odbcquery. > loaded. If memory usage is a big issue then check your modules.conf.xml file My question is why FS need more memory when start about 4 hr. is is normal or got problem ? So what's happen when running about 1 weeks ? some time my FS crash and i report bug in jira. and bug maintainer ask me is memory run out ? i think yes. > and don't load unnecessary modules. Of course, you could use Asterisk but > then you save memory at the expense of fewer features and more crashes... No. i move all from asterisk to FS right now :) > > -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 quentusrex at gmail.com Tue Oct 6 11:50:49 2009 From: quentusrex at gmail.com (William King) Date: Tue, 06 Oct 2009 11:50:49 -0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <8ccbff060910061143gc0d0edcl46a2b5274a74c876@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> <4ACB8514.2050201@gmail.com> <8ccbff060910061143gc0d0edcl46a2b5274a74c876@mail.gmail.com> Message-ID: <4ACB9189.5070504@gmail.com> Which modules do you have loaded? -William King Dome Charoenyost wrote: > Debian Squeeze i386 32bit > And Debian Lenny are same > > Dome C. > > 2009/10/7 William King : > >> What operating system? >> >> -William King >> >> Dome Charoenyost wrote: >> >>> Dear All, >>> why freeswitch use more memory after send and receuve >>> call. i attach htop capture screen. >>> you can compare to asterisk it use 0.7% for long time. but FS use 7.7% >>> (start from 1.2%) after running about 4 hr. >>> >>> Best Regards. >>> >>> Dome C. >>> >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 dome at tel.co.th Tue Oct 6 11:57:49 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Wed, 7 Oct 2009 01:57:49 +0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <4ACB9189.5070504@gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> <4ACB8514.2050201@gmail.com> <8ccbff060910061143gc0d0edcl46a2b5274a74c876@mail.gmail.com> <4ACB9189.5070504@gmail.com> Message-ID: <8ccbff060910061157g2220a8fay1585593303bf593e@mail.gmail.com> 2009/10/7 William King : > Which modules do you have loaded? default config and nibllebill , lcr , odbcquery > > -William King > > Dome Charoenyost wrote: >> Debian Squeeze ?i386 32bit >> And Debian Lenny are same >> >> Dome C. >> >> 2009/10/7 William King : >> >>> What operating system? >>> >>> -William King >>> >>> Dome Charoenyost wrote: >>> >>>> Dear All, >>>> ? ? ? ? ? ? ?why freeswitch use more memory after send and receuve >>>> call. i attach htop capture screen. >>>> you can compare to asterisk it use 0.7% for long time. but FS use 7.7% >>>> (start from 1.2%) ?after running about 4 hr. >>>> >>>> Best Regards. >>>> >>>> Dome C. >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 xengelpublicx at gmail.com Tue Oct 6 12:06:01 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Tue, 06 Oct 2009 23:06:01 +0400 Subject: [Freeswitch-users] linksys spa-3102 fax t38 + freeswitch media proxy Message-ID: <4ACB9519.9000805@gmail.com> Hello. I want to set up faxing via the gateway linksys spa-3102 (with support for t38) via SIP. SIP-client -> linksys spa3102 -> fs -> provider .... I make a call, press start on the fax. Fax not sent. Get this in the log (UA freeswitch not trunk-12805): ------------------------------------------------------------------------ INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK8yjrHeUprX2Hr Max-Forwards: 99 From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302430 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY Supported: timer, precondition, path, replaces Allow-Events: talk, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 250 Remote-Party-ID: "Mihailova Ludmila" ;party=calling;screen=yes;privacy=off v=0 o=- 216896551 216896551 IN IP4 192.168.50.51 s=- c=IN IP4 77.239.230.202 t=0 0 m=audio 32404 RTP/AVP 0 100 101 a=rtpmap:0 PCMU/8000 a=rtpmap:100 NSE/8000 a=fmtp:100 192-193 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 ------------------------------------------------------------------------ send 1333 bytes to udp/[38.99.70.232]:5060 at 15:05:34.485226: ------------------------------------------------------------------------ INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK97BHK9BtN6r4K Max-Forwards: 99 From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302431 INVITE Contact: Expires: 3600 User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY Supported: timer, precondition, path, replaces Allow-Events: talk, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 250 Remote-Party-ID: "Mihailova Ludmila" ;party=calling;screen=yes;privacy=off v=0 o=- 216896551 216896551 IN IP4 192.168.50.51 s=- c=IN IP4 77.239.230.202 t=0 0 m=audio 32404 RTP/AVP 0 100 101 a=rtpmap:0 PCMU/8000 a=rtpmap:100 NSE/8000 a=fmtp:100 192-193 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 ------------------------------------------------------------------------ SIP/2.0 100 Giving a try Via: SIP/2.0/UDP 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302431 INVITE Server: CWU SIP GW Content-Length: 0 ------------------------------------------------------------------------ recv 836 bytes from udp/[38.99.70.232]:5060 at 15:05:49.641312: ------------------------------------------------------------------------ SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K Record-Route: From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: ;tag=as22d3d3b0 Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302431 INVITE User-Agent: CWU SIP-GW Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces Contact: Content-Type: application/sdp Content-Length: 209 v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 4.55.17.66 t=0 0 m=audio 14104 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv ------------------------------------------------------------------------ v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 4.55.17.66 t=0 0 m=audio 14104 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 2009-10-06 19:03:31.112988 [NOTICE] sofia.c:3449 Pre-Answer sofia/external/*408774957558438 at sip.callwithus.com! 2009-10-06 19:03:31.112988 [DEBUG] switch_channel.c:1822 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2095 Set Codec sofia/external/*408774957558438 at sip.callwithus.com PROXY/8000 20 ms 160 samples 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP [sofia/external/*408774957558438 at sip.callwithus.com] 192.168.50.10:32404->4.55.17.66:14104 codec: 0 ms: 20 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer 2009-10-06 19:03:31.112988 [DEBUG] switch_ivr_originate.c:2154 sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] 2009-10-06 19:03:31.112988 [INFO] switch_ivr_originate.c:2154 Sending early media 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:1322 sofia/internal/214 at pbx0.tssec.lan Patched SDP --- v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 4.55.17.66 t=0 0 m=audio 14104 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 +++ v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 192.168.50.10 t=0 0 m=audio 32698 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP [sofia/internal/214 at pbx0.tssec.lan] 192.168.50.10:32698->192.168.50.51:16474 codec: 0 ms: 30 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2508 Set comfort noise payload to 13 2009-10-06 19:03:31.112988 [DEBUG] sofia.c:3462 sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] 2009-10-06 19:03:31.116989 [NOTICE] mod_sofia.c:1521 Pre-Answer sofia/internal/214 at pbx0.tssec.lan! 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_originate.c:2196 Originate Resulted in Success: [sofia/external/*408774957558438 at sip.callwithus.com] 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 sofia/external/*408774957558438 at sip.callwithus.com receive message [AUDIO_SYNC] 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:911 sofia/external/*408774957558438 at sip.callwithus.com receive message [BRIDGE] 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal sofia/external/*408774957558438 at sip.callwithus.com [BREAK] 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:918 sofia/internal/214 at pbx0.tssec.lan receive message [BRIDGE] 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:962 (sofia/external/*408774957558438 at sip.callwithus.com) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 2009-10-06 19:03:31.116989 [DEBUG] sofia.c:3359 Channel sofia/internal/214 at pbx0.tssec.lan entering state [early][183] 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:932 Send signal sofia/external/*408774957558438 at sip.callwithus.com [BREAK] 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:306 (sofia/external/*408774957558438 at sip.callwithus.com) Running State Change CS_EXCHANGE_MEDIA 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:343 (sofia/external/*408774957558438 at sip.callwithus.com) State EXCHANGE_MEDIA 2009-10-06 19:03:31.116989 [DEBUG] mod_sofia.c:430 SOFIA LOOPBACK recv 822 bytes from udp/[38.99.70.232]:5060 at 15:05:58.503701: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K Record-Route: From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: ;tag=as22d3d3b0 Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302431 INVITE User-Agent: CWU SIP-GW Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces Contact: Content-Type: application/sdp Content-Length: 209 v=0 o=root 31797 31798 IN IP4 4.55.17.66 s=session c=IN IP4 4.55.17.66 t=0 0 m=audio 14104 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv ------------------------------------------------------------------------ send 762 bytes to udp/[38.99.70.232]:5060 at 15:05:58.507702: ------------------------------------------------------------------------ ACK sip:*408774957558438 at 204.74.213.1:5062 SIP/2.0 Via: SIP/2.0/UDP 192.168.50.10:5080;rport;branch=z9hG4bKaH59m4vXjFFQF Route: Max-Forwards: 70 From: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN To: ;tag=as22d3d3b0 Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 121302431 ACK Contact: Content-Length: 0 ------------------------------------------------------------------------ 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel sofia/external/*408774957558438 at sip.callwithus.com entering state [ready][200] 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:1935 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3814 Channel [sofia/external/*408774957558438 at sip.callwithus.com] has been answered 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 sofia/external/*408774957558438 at sip.callwithus.com receive message [AUDIO_SYNC] 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3819 sofia/internal/214 at pbx0.tssec.lan receive message [ANSWER] 2009-10-06 19:03:39.975377 [DEBUG] sofia_glue.c:1322 sofia/internal/214 at pbx0.tssec.lan Patched SDP --- v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 4.55.17.66 t=0 0 m=audio 14104 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 +++ v=0 o=root 31797 31797 IN IP4 4.55.17.66 s=session c=IN IP4 192.168.50.10 t=0 0 m=audio 32698 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 2009-10-06 19:03:39.975377 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3819 Channel [sofia/internal/214 at pbx0.tssec.lan] has been answered 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel sofia/internal/214 at pbx0.tssec.lan entering state [completed][200] 2009-10-06 19:03:39.991381 [DEBUG] sofia.c:3359 Channel sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] recv 1054 bytes from udp/[38.99.70.232]:5060 at 15:06:05.577607: ------------------------------------------------------------------------ INVITE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Contact: Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 102 INVITE User-Agent: CWU SIP-GW Max-Forwards: 69 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces X-asterisk-info: SIP re-invite (T38 switchover) Content-Type: application/sdp Content-Length: 350 v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 32.50.63.192 t=0 0 m=image 14104 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy ------------------------------------------------------------------------ send 443 bytes to udp/[38.99.70.232]:5060 at 15:06:05.577607: ------------------------------------------------------------------------ SIP/2.0 100 Trying Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 102 INVITE User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 Content-Length: 0 ------------------------------------------------------------------------ 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel sofia/external/*408774957558438 at sip.callwithus.com entering state [received][100] 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3366 Remote SDP: v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 32.50.63.192 t=0 0 m=image 14104 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3683 Passing SDP to other leg. v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 32.50.63.192 t=0 0 m=image 14104 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3696 sofia/internal/214 at pbx0.tssec.lan receive message [MEDIA_REDIRECT] 2009-10-06 19:03:47.049284 [DEBUG] mod_sofia.c:1195 sofia/internal/214 at pbx0.tssec.lan Sending media re-direct: v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 32.50.63.192 t=0 0 m=image 14104 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1101 Remote address:port [192.168.50.51:16474] has not changed. 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1322 sofia/internal/214 at pbx0.tssec.lan Patched SDP --- v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 32.50.63.192 t=0 0 m=image 14104 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy +++ v=0 o=root 31797 31799 IN IP4 32.50.63.192 s=session c=IN IP4 192.168.50.10 t=0 0 m=image 32698 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval:0 a=T38FaxTranscodingMMR:0 a=T38FaxTranscodingJBIG:0 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:176 a=T38FaxMaxDatagram:176 a=T38FaxUdpEC:t38UDPRedundancy 2009-10-06 19:03:47.049284 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/214 at pbx0.tssec.lan [BREAK] 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel sofia/internal/214 at pbx0.tssec.lan entering state [calling][0] 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1101 Remote address:port [192.168.50.51:16474] has not changed. 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3158 Passing 200 OK to other leg 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3170 sofia/external/*408774957558438 at sip.callwithus.com receive message [RESPOND] 2009-10-06 19:03:47.077291 [DEBUG] mod_sofia.c:1427 Responding with 200 [OK] 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1322 sofia/external/*408774957558438 at sip.callwithus.com Patched SDP --- v=0 o=- 216899808 216899808 IN IP4 192.168.50.51 s=- c=IN IP4 192.168.50.51 t=0 0 m=image 16474 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:14400 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:200 a=T38FaxMaxDatagram:200 a=T38FaxUdpEC:t38UDPRedundancy +++ v=0 o=- 216899808 216899808 IN IP4 192.168.50.51 s=- c=IN IP4 77.239.230.202 t=0 0 m=image 32404 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:14400 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:200 a=T38FaxMaxDatagram:200 a=T38FaxUdpEC:t38UDPRedundancy 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1110 AUDIO RTP CHANGING DEST TO: [32.50.63.192:14104] 2009-10-06 19:03:47.077291 [DEBUG] switch_core_session.c:630 Send signal sofia/external/*408774957558438 at sip.callwithus.com [BREAK] 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3366 Remote SDP: v=0 o=- 216899808 216899808 IN IP4 192.168.50.51 s=- c=IN IP4 192.168.50.51 t=0 0 m=image 16474 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:14400 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:200 a=T38FaxMaxDatagram:200 a=T38FaxUdpEC:t38UDPRedundancy send 1003 bytes to udp/[38.99.70.232]:5060 at 15:06:05.605615: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 102 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 Accept: application/sdp Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY Supported: timer, precondition, path, replaces Content-Type: application/sdp Content-Disposition: session Content-Length: 274 v=0 o=- 216896551 216896552 IN IP4 192.168.50.51 s=- c=IN IP4 77.239.230.202 t=0 0 m=image 32404 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:14400 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxBuffer:200 a=T38FaxMaxDatagram:200 a=T38FaxUdpEC:t38UDPRedundancy ------------------------------------------------------------------------ 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel sofia/external/*408774957558438 at sip.callwithus.com entering state [completed][200] 2009-10-06 19:03:47.285347 [INFO] switch_rtp.c:1905 Auto Changing port from 32.50.63.192:14104 to 4.55.17.66:14104 recv 527 bytes from udp/[38.99.70.232]:5060 at 15:06:05.817672: ------------------------------------------------------------------------ ACK sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.2 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK5ffd72cd;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Contact: Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 102 ACK User-Agent: CWU SIP-GW Max-Forwards: 69 Content-Length: 0 ------------------------------------------------------------------------ 2009-10-06 19:03:47.289349 [DEBUG] sofia.c:3359 Channel sofia/external/*408774957558438 at sip.callwithus.com entering state [ready][200] recv 476 bytes from udp/[38.99.70.232]:5060 at 15:06:47.588933: ------------------------------------------------------------------------ BYE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 103 BYE User-Agent: CWU SIP-GW Max-Forwards: 69 Content-Length: 0 ------------------------------------------------------------------------ 2009-10-06 19:04:29.060609 [NOTICE] sofia.c:328 Hangup sofia/external/*408774957558438 at sip.callwithus.com [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 2009-10-06 19:04:29.060609 [DEBUG] switch_channel.c:1726 Send signal sofia/external/*408774957558438 at sip.callwithus.com [KILL] 2009-10-06 19:04:29.060609 [DEBUG] switch_core_session.c:932 Send signal sofia/external/*408774957558438 at sip.callwithus.com [BREAK] 2009-10-06 19:04:29.060609 [DEBUG] switch_core_state_machine.c:437 thread mismatch skipping state handler. send 574 bytes to udp/[38.99.70.232]:5060 at 15:06:47.588933: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 From: ;tag=as22d3d3b0 To: "Mihailova Ludmila" ;tag=HXjrDKpHHX8ZN Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f CSeq: 103 BYE User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY Supported: timer, precondition, path, replaces Content-Length: 0 ------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/2c5a5005/attachment-0001.bin From quentusrex at gmail.com Tue Oct 6 12:14:09 2009 From: quentusrex at gmail.com (William King) Date: Tue, 06 Oct 2009 12:14:09 -0700 Subject: [Freeswitch-users] Memory Question ? In-Reply-To: <8ccbff060910061157g2220a8fay1585593303bf593e@mail.gmail.com> References: <8ccbff060910061051p12b39c67kddf201113dda7c48@mail.gmail.com> <4ACB8514.2050201@gmail.com> <8ccbff060910061143gc0d0edcl46a2b5274a74c876@mail.gmail.com> <4ACB9189.5070504@gmail.com> <8ccbff060910061157g2220a8fay1585593303bf593e@mail.gmail.com> Message-ID: <4ACB9701.2010707@gmail.com> It will use enough ram to load all of your modules, and applications. That is the initial ram usage on startup. So how much ram is FS using on startup? less than 250-300 MB of ram on initial load with all the modules and applications isn't unreasonable. I think by default it loads tons of stuff you probably wouldn't use in production. Next up is how much ram is used per call. This should hardly be anything. And last up, if you have freeswitch running for days and you see the memory usage grow from ~150MB to ~800MB, even if it takes weeks. Then there might be an issue. If you want to start finding where the RAM usage is located, then unload some modules and see if it does it still. Also, do you have any custom scripts in the dialplan? they might not be ending properly. Thus they stick around when you didn't intend them to. -William King Dome Charoenyost wrote: > 2009/10/7 William King : > >> Which modules do you have loaded? >> > default config and nibllebill , lcr , odbcquery > > >> -William King >> >> Dome Charoenyost wrote: >> >>> Debian Squeeze i386 32bit >>> And Debian Lenny are same >>> >>> Dome C. >>> >>> 2009/10/7 William King : >>> >>> >>>> What operating system? >>>> >>>> -William King >>>> >>>> Dome Charoenyost wrote: >>>> >>>> >>>>> Dear All, >>>>> why freeswitch use more memory after send and receuve >>>>> call. i attach htop capture screen. >>>>> you can compare to asterisk it use 0.7% for long time. but FS use 7.7% >>>>> (start from 1.2%) after running about 4 hr. >>>>> >>>>> Best Regards. >>>>> >>>>> Dome C. >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Tue Oct 6 12:25:03 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 6 Oct 2009 14:25:03 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> Message-ID: <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> pcap is not as useful as FS console log on debug with: sofia profile internal siptrace on you should be reporting issues to jira under mod_opal not to the mailing list. http://jira.freeswitch.org FYI There is little financial support from the community for h323 which prevents the mod_opal from getting much attention. We actually have to contract the author of opal to help with these issues including the original writing of the module that he did with very little funding and nobody ever wants to pay him to improve it. That does not mean your issue will not be addressed but there is no promise how fast it will be. On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: > hello guys, > > > i was playing with mod_opal to see if i can make it working ... well it > seems SIP-H323 interworking is not tuned at all. > > I have a call from a registered sip user (1001) to PSTN via mod_opal > > > > > > data="effective_caller_id_number=1001282122"/> > > > > > > > > > > expression="^0(9[01789]\d{3,4})$"> > data="effective_caller_id_number=1001282122"/> > > > > > > > > > > expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> > data="effective_caller_id_number=1001282122"/> > > > > > > > > > > > > One of the many issues i sow is that FS connects the call on SIP leg before > it actually receives H.225 connect from H323 leg... as it is configured to > send 200 OK on the 1st H.225 message containing a FastStart element/OLC. > > > Attached is the tcpdump i took on FS machine... just use this filter: "h225 > or h245 or q931 or sip" > Also, you can check the attac CDR,,,, this is an unanswered call i placed > to PSTN and FS billed it 23 seconds. > > > > Can anyone tell where i can do correct SIP - H323 message mappings to avoid > this? > > > > T. > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/91c429b7/attachment.html From tculjaga at gmail.com Tue Oct 6 13:47:19 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 6 Oct 2009 22:47:19 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> Message-ID: <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> hi Anthony, it is somewhere here: switch_status_t FSConnection::receive_message(switch_core_session_message_t *msg) anyhow, i will open an issue jira of course. I understand your financial point of view, but anyhow while the entire world is wants sip and trying to move to sip, the reality is quite different. The majority of voice traffic exchanged via IP is still H323. This means a working SIP - H323 interworking is really needed... pity nobody wants/has time to work in this direction to produce a decent mod_h323. T. On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > pcap is not as useful as FS console log on debug with: > sofia profile internal siptrace on > > you should be reporting issues to jira under mod_opal not to the mailing > list. > http://jira.freeswitch.org > > FYI > There is little financial support from the community for h323 which > prevents the mod_opal from getting much attention. > We actually have to contract the author of opal to help with these issues > including the original writing of the module that he did with very little > funding and nobody ever wants to pay him to improve it. > > That does not mean your issue will not be addressed but there is no promise > how fast it will be. > > > > On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: > >> hello guys, >> >> >> i was playing with mod_opal to see if i can make it working ... well it >> seems SIP-H323 interworking is not tuned at all. >> >> I have a call from a registered sip user (1001) to PSTN via mod_opal >> >> >> >> >> >> > data="effective_caller_id_number=1001282122"/> >> >> >> >> >> >> >> >> >> >> > expression="^0(9[01789]\d{3,4})$"> >> > data="effective_caller_id_number=1001282122"/> >> >> >> >> >> >> >> >> >> >> > expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >> > data="effective_caller_id_number=1001282122"/> >> >> >> >> >> >> >> >> >> >> >> >> One of the many issues i sow is that FS connects the call on SIP leg >> before it actually receives H.225 connect from H323 leg... as it is >> configured to send 200 OK on the 1st H.225 message containing a FastStart >> element/OLC. >> >> >> Attached is the tcpdump i took on FS machine... just use this filter: >> "h225 or h245 or q931 or sip" >> Also, you can check the attac CDR,,,, this is an unanswered call i placed >> to PSTN and FS billed it 23 seconds. >> >> >> >> Can anyone tell where i can do correct SIP - H323 message mappings to >> avoid this? >> >> >> >> T. >> >> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/aaccf869/attachment-0001.html From nicolas at medularis.com Tue Oct 6 14:22:31 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Tue, 6 Oct 2009 17:22:31 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> Message-ID: <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> That happens with both gateways though, one works and the other doesn't. Would the rport have anything to do with the registration failing? The big difference to me is that the working gateway replies a 401 Unauthorized containing: WWW-Authenticate: Digest realm="pxextmy.redvoiss.net", nonce="4acac8fe248a9075a13773274684392a65a40240", qop="auth". Whereas the non-working gateway's 401 has: WWW-Authenticate: Digest realm="216.72.10.39", nonce="4acac08249c439decb2bea539282faf755c80b0c". What does the qop parameter stand for? Apparently because of that parameter, FS sends a new REGISTER including this: Authorization: Digest username="xxxxxxxxx", realm="pxextmy.redvoiss.net", nonce="4acac8fe248a9075a13773274684392a65a40240", cnonce="h1DCSizTEi2eMQAdCe9KJA", algorithm=MD5, uri="sip: pxextmy.redvoiss.net", response="05adb2a7f9d7772e57dc846257484f5d", qop=auth, nc=00000001. Instead, on the non-working gateway case, FS sends a REGISTER with this: Authorization: Digest username="yyyyyyyyy", realm="216.72.10.39", nonce="4acac08249c439decb2bea539282faf755c80b0c", algorithm=MD5, uri="sip: 216.72.10.39", response="8311db7666779df89d5223e16a611826". Notice the absence of the qop and nc parameters. I'm guessing the lack of those parameters causes the gateway (SIP server) to use another nonce and hence reject the mismatching REGISTER. BTW, registration from an X-Lite softphone works. Thanks! Nicolas On Tue, Oct 6, 2009 at 10:31 AM, Brian West wrote: > This looks like you have an ALG messing with packets... notice it says > rport 5080 but we are sending to 5060. > /b > > On Oct 5, 2009, at 11:42 PM, Nicolas Brenner wrote: > > Ignore my previous email, the traces were incomplete, got much better (and > complete) traces with ngrep (found a suggestion from Brian in the list > archive, thanks!) > > The gateway that registers: > > - http://pastebin.freeswitch.org/10607 > > The one that doesn't: > > - http://pastebin.freeswitch.org/10608 > > > Thanks again for your time and help! > > > Nicolas > > > On Tue, Oct 6, 2009 at 12:19 AM, Nicolas Brenner wrote: > >> There was no sane way of doing that, so I ended up logging the trace from >> the cli. >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/cd06bf54/attachment.html From brian at freeswitch.org Tue Oct 6 14:45:10 2009 From: brian at freeswitch.org (Brian West) Date: Tue, 6 Oct 2009 16:45:10 -0500 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> Message-ID: <9C8FB847-FBFB-4382-8C60-865C9FB5CAE7@freeswitch.org> First off you have to fully understand how SIP authentication works the two authorization line are different because one is for a challenge and one is a response to a challenge. http://en.wikipedia.org/wiki/Digest_access_authentication On Oct 6, 2009, at 4:22 PM, Nicolas Brenner wrote: > That happens with both gateways though, one works and the other > doesn't. Would the rport have anything to do with the registration > failing? > > The big difference to me is that the working gateway replies a 401 > Unauthorized containing: > > WWW-Authenticate: Digest realm="pxextmy.redvoiss.net", > nonce="4acac8fe248a9075a13773274684392a65a40240", qop="auth". > > Whereas the non-working gateway's 401 has: > > WWW-Authenticate: Digest realm="216.72.10.39", > nonce="4acac08249c439decb2bea539282faf755c80b0c". What is this gateway? You might actually put the realm param INTO the gateway config for this gateway. > What does the qop parameter stand for? Apparently because of that > parameter, FS sends a new REGISTER including this: Quality of Protection, qop is assumed auth if excluded. > > Authorization: Digest username="xxxxxxxxx", realm="pxextmy.redvoiss.net > ", nonce="4acac8fe248a9075a13773274684392a65a40240", > cnonce="h1DCSizTEi2eMQAdCe9KJA", algorithm=MD5, uri="sip:pxextmy.redvoiss.net > ", response="05adb2a7f9d7772e57dc846257484f5d", qop=auth, nc=00000001. This is a response to a challenge. > Instead, on the non-working gateway case, FS sends a REGISTER with > this: > > Authorization: Digest username="yyyyyyyyy", realm="216.72.10.39", > nonce="4acac08249c439decb2bea539282faf755c80b0c", algorithm=MD5, > uri="sip:216.72.10.39", response="8311db7666779df89d5223e16a611826". This is a challenge. > Notice the absence of the qop and nc parameters. I'm guessing the > lack of those parameters causes the gateway (SIP server) to use > another nonce and hence reject the mismatching REGISTER. Again challenge vs response. > > BTW, registration from an X-Lite softphone works. > > > Thanks! > > Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/6fbc1ffd/attachment.html From diego.viola at gmail.com Tue Oct 6 14:45:25 2009 From: diego.viola at gmail.com (Diego Viola) Date: Tue, 6 Oct 2009 21:45:25 +0000 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> Message-ID: <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> Instead of complaining and demanding things for free, people should start to put their money where their mouth is. Diego On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: > hi Anthony, > > it is somewhere here: > > switch_status_t > FSConnection::receive_message(switch_core_session_message_t *msg) > > > anyhow, i will open an issue jira of course. > > > I understand your financial point of view, but anyhow while the entire > world is wants sip and trying to move to sip, the reality is quite > different. The majority of voice traffic exchanged via IP is still H323. > This means a working SIP - H323 interworking is really needed... pity nobody > wants/has time to work in this direction to produce a decent mod_h323. > > > > T. > > > > > > > On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> pcap is not as useful as FS console log on debug with: >> sofia profile internal siptrace on >> >> you should be reporting issues to jira under mod_opal not to the mailing >> list. >> http://jira.freeswitch.org >> >> FYI >> There is little financial support from the community for h323 which >> prevents the mod_opal from getting much attention. >> We actually have to contract the author of opal to help with these issues >> including the original writing of the module that he did with very little >> funding and nobody ever wants to pay him to improve it. >> >> That does not mean your issue will not be addressed but there is no >> promise how fast it will be. >> >> >> >> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: >> >>> hello guys, >>> >>> >>> i was playing with mod_opal to see if i can make it working ... well it >>> seems SIP-H323 interworking is not tuned at all. >>> >>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>> >>> >>> >>> >>> >>> >> data="effective_caller_id_number=1001282122"/> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> expression="^0(9[01789]\d{3,4})$"> >>> >> data="effective_caller_id_number=1001282122"/> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>> >> data="effective_caller_id_number=1001282122"/> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> One of the many issues i sow is that FS connects the call on SIP leg >>> before it actually receives H.225 connect from H323 leg... as it is >>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>> element/OLC. >>> >>> >>> Attached is the tcpdump i took on FS machine... just use this filter: >>> "h225 or h245 or q931 or sip" >>> Also, you can check the attac CDR,,,, this is an unanswered call i placed >>> to PSTN and FS billed it 23 seconds. >>> >>> >>> >>> Can anyone tell where i can do correct SIP - H323 message mappings to >>> avoid this? >>> >>> >>> >>> T. >>> >>> >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/bb564149/attachment-0001.html From brian at freeswitch.org Tue Oct 6 14:46:59 2009 From: brian at freeswitch.org (Brian West) Date: Tue, 6 Oct 2009 16:46:59 -0500 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910011229k31f7233du10b0fc661730d3f3@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> Message-ID: <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> btw My mistake it doesn't assume auth it just calculates the response hash differently on this case where qop isn't present. /b On Oct 6, 2009, at 4:22 PM, Nicolas Brenner wrote: > > What does the qop parameter stand for? Apparently because of that > parameter, FS sends a new REGISTER including this: From jason at jasonjgw.net Tue Oct 6 15:58:24 2009 From: jason at jasonjgw.net (Jason White) Date: Wed, 7 Oct 2009 09:58:24 +1100 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> Message-ID: <20091006225824.GA7451@jdc.jasonjgw.net> Tihomir Culjaga wrote: > > I understand your financial point of view, but anyhow while the entire world > is wants sip and trying to move to sip, the reality is quite different. The > majority of voice traffic exchanged via IP is still H323. Is there any evidence in support of the above assertion (e.g., survey results of VoIP traffic)? I've heard of H323 but I don't know anyone who uses it, or any phones that implement it. The lack of interest in this forum and the absence of financial support to improve the H323 support in FreeSWITCH suggest that the level of demand for this is quite low, relative to SIP. Of course, improvements are always welcome, so if you're interested in funding better H323 support, or helping with the module I'm sure the FreeSWITCH community would welcome your efforts. From tculjaga at gmail.com Tue Oct 6 16:41:13 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 7 Oct 2009 01:41:13 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> Message-ID: <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> Diego, what i'm pointing here is the situation where you have a great product that lacks in one of most common protocol. It is true H323 is going to disappear (eventually), it is true that the community prefers SIP/IAX instead ... but the reality still remains. H323 is going to be used for quite a long time to exchange a lot of traffic while FS will be left aside. Today, when you setup an IP peering interconnection 80% of carriers will prefer H323. Of course, developing something costs "time" (and we all know what time stands for...) and as i said, i understand the financial point of view and i really understand if nobody is going to work on that, but let's face it FS doesn't have any usable module to reliably handle H323 protocol. said that, i don't intend to offend anyone... just facing the reality. regarding the h323 module, we don't have any issue fixing the existing or developing a new one... but before we go developing something it is always better check if the thing you want already exists in an usable state or not... that's what i did today. So, I'm interested in a reliable module handling H323v4... anyone else? T. On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: > Instead of complaining and demanding things for free, people should start > to put their money where their mouth is. > > Diego > > > On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: > >> hi Anthony, >> >> it is somewhere here: >> >> switch_status_t >> FSConnection::receive_message(switch_core_session_message_t *msg) >> >> >> anyhow, i will open an issue jira of course. >> >> >> I understand your financial point of view, but anyhow while the entire >> world is wants sip and trying to move to sip, the reality is quite >> different. The majority of voice traffic exchanged via IP is still H323. >> This means a working SIP - H323 interworking is really needed... pity nobody >> wants/has time to work in this direction to produce a decent mod_h323. >> >> >> >> T. >> >> >> >> >> >> >> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> pcap is not as useful as FS console log on debug with: >>> sofia profile internal siptrace on >>> >>> you should be reporting issues to jira under mod_opal not to the mailing >>> list. >>> http://jira.freeswitch.org >>> >>> FYI >>> There is little financial support from the community for h323 which >>> prevents the mod_opal from getting much attention. >>> We actually have to contract the author of opal to help with these issues >>> including the original writing of the module that he did with very little >>> funding and nobody ever wants to pay him to improve it. >>> >>> That does not mean your issue will not be addressed but there is no >>> promise how fast it will be. >>> >>> >>> >>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: >>> >>>> hello guys, >>>> >>>> >>>> i was playing with mod_opal to see if i can make it working ... well it >>>> seems SIP-H323 interworking is not tuned at all. >>>> >>>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>>> >>>> >>>> >>>> >>>> >>> expression="^0(112|9[23456])$"> >>>> >>> data="effective_caller_id_number=1001282122"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> expression="^0(9[01789]\d{3,4})$"> >>>> >>> data="effective_caller_id_number=1001282122"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>>> >>> data="effective_caller_id_number=1001282122"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> One of the many issues i sow is that FS connects the call on SIP leg >>>> before it actually receives H.225 connect from H323 leg... as it is >>>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>>> element/OLC. >>>> >>>> >>>> Attached is the tcpdump i took on FS machine... just use this filter: >>>> "h225 or h245 or q931 or sip" >>>> Also, you can check the attac CDR,,,, this is an unanswered call i >>>> placed to PSTN and FS billed it 23 seconds. >>>> >>>> >>>> >>>> Can anyone tell where i can do correct SIP - H323 message mappings to >>>> avoid this? >>>> >>>> >>>> >>>> T. >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> iax:guest at conference.freeswitch.org/888 >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:213-799-1400 >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/22cb2195/attachment.html From tculjaga at gmail.com Tue Oct 6 17:09:25 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 7 Oct 2009 02:09:25 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <20091006225824.GA7451@jdc.jasonjgw.net> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <20091006225824.GA7451@jdc.jasonjgw.net> Message-ID: <65d96fc80910061709t2bc9aa5ex8769ef7aa3e27671@mail.gmail.com> thanks for your e-mail, H323 is mainly used for trunking purpose, inter-carrier traffic exchange... it is not used to control IP phones :P well, believe me, I've heard enough of H323 that i'm sick of it :P What i can tell you comes from my own experience on daily activities i'm doing for living... Of course, there might be part of the world where H323 dispersed completely but over here in Europe things tend to stick on tradition :P Yep, you are right... the forum wants SIP and that's understandable... anyhow you might check this: http://www.dailypayload.com/content/3111 T. On Wed, Oct 7, 2009 at 12:58 AM, Jason White wrote: > Tihomir Culjaga wrote: > > > > > I understand your financial point of view, but anyhow while the entire > world > > is wants sip and trying to move to sip, the reality is quite different. > The > > majority of voice traffic exchanged via IP is still H323. > > Is there any evidence in support of the above assertion (e.g., survey > results > of VoIP traffic)? I've heard of H323 but I don't know anyone who uses it, > or > any phones that implement it. > > The lack of interest in this forum and the absence of financial support to > improve the H323 support in FreeSWITCH suggest that the level of demand for > this is quite low, relative to SIP. > > Of course, improvements are always welcome, so if you're interested in > funding > better H323 support, or helping with the module I'm sure the FreeSWITCH > community would welcome your efforts. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/23f45625/attachment-0001.html From diego.viola at gmail.com Tue Oct 6 17:22:13 2009 From: diego.viola at gmail.com (Diego Viola) Date: Wed, 7 Oct 2009 00:22:13 +0000 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> Message-ID: <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> Yeah I understand your point of view, but saying "I want a H.323 module" or "I want a Ferrari" wont magically make it happen. We need to work on it ourselves or pay to the people that knows how to do it to do it for us. There is no other way I think. Diego On Tue, Oct 6, 2009 at 11:41 PM, Tihomir Culjaga wrote: > Diego, > > what i'm pointing here is the situation where you have a great product that > lacks in one of most common protocol. It is true H323 is going to disappear > (eventually), it is true that the community prefers SIP/IAX instead ... but > the reality still remains. H323 is going to be used for quite a long time to > exchange a lot of traffic while FS will be left aside. Today, when you setup > an IP peering interconnection 80% of carriers will prefer H323. > > Of course, developing something costs "time" (and we all know what time > stands for...) and as i said, i understand the financial point of view and i > really understand if nobody is going to work on that, but let's face it FS > doesn't have any usable module to reliably handle H323 protocol. > > > said that, i don't intend to offend anyone... just facing the reality. > > > regarding the h323 module, we don't have any issue fixing the existing or > developing a new one... but before we go developing something it is always > better check if the thing you want already exists in an usable state or > not... that's what i did today. > > > So, I'm interested in a reliable module handling H323v4... anyone else? > > > T. > > > > > > > On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: > >> Instead of complaining and demanding things for free, people should start >> to put their money where their mouth is. >> >> Diego >> >> >> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: >> >>> hi Anthony, >>> >>> it is somewhere here: >>> >>> switch_status_t >>> FSConnection::receive_message(switch_core_session_message_t *msg) >>> >>> >>> anyhow, i will open an issue jira of course. >>> >>> >>> I understand your financial point of view, but anyhow while the entire >>> world is wants sip and trying to move to sip, the reality is quite >>> different. The majority of voice traffic exchanged via IP is still H323. >>> This means a working SIP - H323 interworking is really needed... pity nobody >>> wants/has time to work in this direction to produce a decent mod_h323. >>> >>> >>> >>> T. >>> >>> >>> >>> >>> >>> >>> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> pcap is not as useful as FS console log on debug with: >>>> sofia profile internal siptrace on >>>> >>>> you should be reporting issues to jira under mod_opal not to the mailing >>>> list. >>>> http://jira.freeswitch.org >>>> >>>> FYI >>>> There is little financial support from the community for h323 which >>>> prevents the mod_opal from getting much attention. >>>> We actually have to contract the author of opal to help with these >>>> issues including the original writing of the module that he did with very >>>> little funding and nobody ever wants to pay him to improve it. >>>> >>>> That does not mean your issue will not be addressed but there is no >>>> promise how fast it will be. >>>> >>>> >>>> >>>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: >>>> >>>>> hello guys, >>>>> >>>>> >>>>> i was playing with mod_opal to see if i can make it working ... well it >>>>> seems SIP-H323 interworking is not tuned at all. >>>>> >>>>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>>>> >>>>> >>>>> >>>>> >>>>> >>>> expression="^0(112|9[23456])$"> >>>>> >>>> data="effective_caller_id_number=1001282122"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> expression="^0(9[01789]\d{3,4})$"> >>>>> >>>> data="effective_caller_id_number=1001282122"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>>>> >>>> data="effective_caller_id_number=1001282122"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> One of the many issues i sow is that FS connects the call on SIP leg >>>>> before it actually receives H.225 connect from H323 leg... as it is >>>>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>>>> element/OLC. >>>>> >>>>> >>>>> Attached is the tcpdump i took on FS machine... just use this filter: >>>>> "h225 or h245 or q931 or sip" >>>>> Also, you can check the attac CDR,,,, this is an unanswered call i >>>>> placed to PSTN and FS billed it 23 seconds. >>>>> >>>>> >>>>> >>>>> Can anyone tell where i can do correct SIP - H323 message mappings to >>>>> avoid this? >>>>> >>>>> >>>>> >>>>> T. >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> iax:guest at conference.freeswitch.org/888 >>>> googletalk:conf+888 at conference.freeswitch.org >>>> pstn:213-799-1400 >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/b01cfdaa/attachment.html From anthony.minessale at gmail.com Tue Oct 6 17:58:20 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 6 Oct 2009 19:58:20 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> Message-ID: <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> I didn't mean to start anything. I'm just saying we work very long hours and barely get anybody asking about h.323. I wanted to support it and that's why we took up a collection to get funding for mod_opal but when only 1 donor showed any interest we were forced to proceed in our spare time which is very limited. The developers of opal are not part of our project and they need financial compensation to be motivated to work on it. Its not even related to me its only fair that an outside developer who makes his living as a consultant would want money to integrate his work into our project. Like I said, I will do my best to point your issue to the opal devs but I cannot force them to work on it. On Tue, Oct 6, 2009 at 7:22 PM, Diego Viola wrote: > Yeah I understand your point of view, but saying "I want a H.323 module" or > "I want a Ferrari" wont magically make it happen. > > We need to work on it ourselves or pay to the people that knows how to do > it to do it for us. > > There is no other way I think. > > Diego > > > > > On Tue, Oct 6, 2009 at 11:41 PM, Tihomir Culjaga wrote: > >> Diego, >> >> what i'm pointing here is the situation where you have a great product >> that lacks in one of most common protocol. It is true H323 is going to >> disappear (eventually), it is true that the community prefers SIP/IAX >> instead ... but the reality still remains. H323 is going to be used for >> quite a long time to exchange a lot of traffic while FS will be left aside. >> Today, when you setup an IP peering interconnection 80% of carriers will >> prefer H323. >> >> Of course, developing something costs "time" (and we all know what time >> stands for...) and as i said, i understand the financial point of view and i >> really understand if nobody is going to work on that, but let's face it FS >> doesn't have any usable module to reliably handle H323 protocol. >> >> >> said that, i don't intend to offend anyone... just facing the reality. >> >> >> regarding the h323 module, we don't have any issue fixing the existing or >> developing a new one... but before we go developing something it is always >> better check if the thing you want already exists in an usable state or >> not... that's what i did today. >> >> >> So, I'm interested in a reliable module handling H323v4... anyone else? >> >> >> T. >> >> >> >> >> >> >> On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: >> >>> Instead of complaining and demanding things for free, people should start >>> to put their money where their mouth is. >>> >>> Diego >>> >>> >>> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: >>> >>>> hi Anthony, >>>> >>>> it is somewhere here: >>>> >>>> switch_status_t >>>> FSConnection::receive_message(switch_core_session_message_t *msg) >>>> >>>> >>>> anyhow, i will open an issue jira of course. >>>> >>>> >>>> I understand your financial point of view, but anyhow while the entire >>>> world is wants sip and trying to move to sip, the reality is quite >>>> different. The majority of voice traffic exchanged via IP is still H323. >>>> This means a working SIP - H323 interworking is really needed... pity nobody >>>> wants/has time to work in this direction to produce a decent mod_h323. >>>> >>>> >>>> >>>> T. >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> pcap is not as useful as FS console log on debug with: >>>>> sofia profile internal siptrace on >>>>> >>>>> you should be reporting issues to jira under mod_opal not to the >>>>> mailing list. >>>>> http://jira.freeswitch.org >>>>> >>>>> FYI >>>>> There is little financial support from the community for h323 which >>>>> prevents the mod_opal from getting much attention. >>>>> We actually have to contract the author of opal to help with these >>>>> issues including the original writing of the module that he did with very >>>>> little funding and nobody ever wants to pay him to improve it. >>>>> >>>>> That does not mean your issue will not be addressed but there is no >>>>> promise how fast it will be. >>>>> >>>>> >>>>> >>>>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: >>>>> >>>>>> hello guys, >>>>>> >>>>>> >>>>>> i was playing with mod_opal to see if i can make it working ... well >>>>>> it seems SIP-H323 interworking is not tuned at all. >>>>>> >>>>>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> expression="^0(112|9[23456])$"> >>>>>> >>>>> data="effective_caller_id_number=1001282122"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> expression="^0(9[01789]\d{3,4})$"> >>>>>> >>>>> data="effective_caller_id_number=1001282122"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>>>>> >>>>> data="effective_caller_id_number=1001282122"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> One of the many issues i sow is that FS connects the call on SIP leg >>>>>> before it actually receives H.225 connect from H323 leg... as it is >>>>>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>>>>> element/OLC. >>>>>> >>>>>> >>>>>> Attached is the tcpdump i took on FS machine... just use this filter: >>>>>> "h225 or h245 or q931 or sip" >>>>>> Also, you can check the attac CDR,,,, this is an unanswered call i >>>>>> placed to PSTN and FS billed it 23 seconds. >>>>>> >>>>>> >>>>>> >>>>>> Can anyone tell where i can do correct SIP - H323 message mappings to >>>>>> avoid this? >>>>>> >>>>>> >>>>>> >>>>>> T. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> iax:guest at conference.freeswitch.org/888 >>>>> googletalk:conf+888 at conference.freeswitch.org >>>>> pstn:213-799-1400 >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/e5382259/attachment-0001.html From mgende at gendesign.com Tue Oct 6 18:52:40 2009 From: mgende at gendesign.com (Michael Gende) Date: Tue, 6 Oct 2009 20:52:40 -0500 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial In-Reply-To: <87f2f3b90910060915g167bafa7jd8b0ed5e1b3b2b20@mail.gmail.com> References: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> <87f2f3b90910060915g167bafa7jd8b0ed5e1b3b2b20@mail.gmail.com> Message-ID: Thanks Michael, I found this right after posting you and have already begun adding/correcting the guide. Thanks again for getting it up there in the first place. Mike G. On Tue, Oct 6, 2009 at 11:15 AM, Michael Collins wrote: > > > On Mon, Oct 5, 2009 at 9:20 PM, Michael Gende wrote: > >> Michael, >> >> Thanks for "wiki-fying" my text-only attempt at some user doc. I should >> have done that for you. I actually have an updated version with many >> corrections and the end tabs filled in. Can you point me to info on how I >> can amend and append what you have kindly put up? >> >> Mike G. >> >> First, go to wiki.freeswitch.org and create a wiki account. Then, go to > the Multi_home_tutorial page and click edit (top of the page). You'll see > that there is wiki markup to learn. If you have questions let me know. Just > edit the wiki text and click Show Preview to see what the real thing looks > like. Then click Save Page to save your changes. > > Welcome to the world of MediaWiki and thanks for your help! > -MC > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/7200c99c/attachment.html From mgende at gendesign.com Tue Oct 6 18:53:14 2009 From: mgende at gendesign.com (Michael Gende) Date: Tue, 6 Oct 2009 20:53:14 -0500 Subject: [Freeswitch-users] Wiki Info: Multi Homed Tutorial In-Reply-To: <6f7c60c40910060544h5d1f7251p7194bcaa944a627c@mail.gmail.com> References: <87f2f3b90910051527x638f55b8hda75d5302267c251@mail.gmail.com> <6f7c60c40910060544h5d1f7251p7194bcaa944a627c@mail.gmail.com> Message-ID: Sounds good. On Tue, Oct 6, 2009 at 7:44 AM, tom wrote: > thx guys, that helped me alot! > > > On Tue, Oct 6, 2009 at 12:20 AM, Michael Gende wrote: > >> Michael, >> >> Thanks for "wiki-fying" my text-only attempt at some user doc. I should >> have done that for you. I actually have an updated version with many >> corrections and the end tabs filled in. Can you point me to info on how I >> can amend and append what you have kindly put up? >> >> Mike G. >> >> >> On Mon, Oct 5, 2009 at 5:27 PM, Michael Collins wrote: >> >>> FYI, >>> >>> For those who've been following the thread about Michael Gende's tutorial >>> I just wanted to let you know that I his document on the wiki. It can be >>> found here: >>> >>> http://wiki.freeswitch.org/wiki/Multi_home_tutorial >>> >>> Please feel free to get in there and try it out, make editorial changes, >>> etc. I'm sure you won't hurt Mike's feelings by adding your thoughts. :) >>> >>> If you have any questions please reply to this thread and we'll take it >>> from there. >>> >>> Thanks, >>> MC >>> >>> >> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/8a27d461/attachment.html From mike at jerris.com Tue Oct 6 20:04:23 2009 From: mike at jerris.com (Michael Jerris) Date: Tue, 6 Oct 2009 23:04:23 -0400 Subject: [Freeswitch-users] mod_xml_curl http POST is inconsistent/bug In-Reply-To: <66EA3166EB339A4489B06286C0876A8A0C0C1F04@mailserv.Globalive.local> References: <66EA3166EB339A4489B06286C0876A8A0C0C1432@mailserv.Globalive.local><276FEE28-70CF-422D-9F6F-7CF747FDDB22@freeswitch.org><66EA3166EB339A4489B06286C0876A8A0C0C1BA9@mailserv.Globalive.local> <191c3a030910060801x3ed48e98x6d69b53c6beaca69@mail.gmail.com> <66EA3166EB339A4489B06286C0876A8A0C0C1F04@mailserv.Globalive.local> Message-ID: <1CD47AE5-ED16-47AE-9730-BA22551BDF31@jerris.com> Could you open a bug on jira.freeswitch.org as a feature request to make this a configurable param. (patches that do it even better) Mike On Oct 6, 2009, at 12:55 PM, Christian Damianidis wrote: > I?ve tested this and making the change from ANY to BASIC worked. > Thanks for the help. > It no longer sends the initial post without auth. > From: Anthony Minessale [mailto:anthony.minessale at gmail.com] > Sent: Tuesday, October 06, 2009 11:02 AM > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] mod_xml_curl http POST is > inconsistent/bug > > My guess is that we configure the curl to support the full range of > http auth methods. > Some of them like Digest require a challenge and realm etc so it's > probably asking without auth header because it cannot create one > until it gets that data. In the case of Basic you can send the > login and pass right away but it does not know in advance that it > will be basic. > > Here is a snippet from the libcurl api docs: > ------------------------------------------------------------------------------------------------------------------------------------------------------------- > Both these options allow you to set multiple types (by ORing them > together), to make libcurl pick the most secure one out of the types > the server/proxy claims to support. This method does however add a > round-trip since libcurl must first ask the server what it supports: > > curl_easy_setopt(easyhandle, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST| > CURLAUTH_BASIC); > > ------------------------------------------------------------------------------------------------------------------------------------------------------------- > > So my guess is that if we set it to only support basic, then it > would work how you expect so if you want to test it for me I can > make it into a parameter. > > edit: /usr/src/freeswitch.trunk/src/mod/xml_int/mod_xml_curl/ > mod_xml_curl.c line 220 > change > > curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); > > to > > curl_easy_setopt(curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); > > > If this works i'll think about exposing the auth methods so you can > choose them in the config. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091006/905e1a57/attachment.html From shaheryarkh at googlemail.com Tue Oct 6 21:24:31 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Wed, 7 Oct 2009 10:24:31 +0600 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week In-Reply-To: References: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> Message-ID: I got a lot of problem last week for making conference call. I was at home (conference call starts at 2200hours PKST, my time) and unable to make SIP call since the government has blocked it. So my only choice was Skype, but unfortunately DTMF wasn't working, i get connected on Skypiax5 for about 7-8 times, but DTMF problem never let me get in to conference. Is there any solution for this? I really need to discuss a lot of things about FS documentation in conference, like what FS community can expect from it and what not? how i have planned it? how much progress has done? what are the problems me and my team are facing (which has slow us down considerably)? etc. etc. I have a solution for it but that needs testing. The plan is to use one of my FS servers to connect my jingle calls from GTalk to conference server over SIP. How can i test this setup with conference server, any ideas? If any one else also interested in getting connected to weekly conference call through this setup then i can also extend this setup as needed. Thank you. On Tue, Oct 6, 2009 at 1:30 AM, Brian West wrote: > It always supported 48kHz CELT but the conference itself was running > at 32kHz so everyone 48k had to be down sampled. Now you all get to > be up sampled. w00t! > > /b > > On Oct 5, 2009, at 2:03 PM, Michael Collins wrote: > > > * Starting with the upcoming meeting (Oct 9) the conference will > > support 48kHz CELT codec. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091007/15a2628f/attachment-0001.html From srinivas.ksvreddy at gmail.com Tue Oct 6 23:25:34 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Wed, 7 Oct 2009 11:55:34 +0530 Subject: [Freeswitch-users] mod_xml_curl Message-ID: Hi, i want use mod_xml_curl, the xml files also there in my local system, i dont want to take from any other system, can any please tell me how to configure mox_xml.conf.xml, how can i use to local folders Thanks Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/2b3dad7c/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 6 23:43:12 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Wed, 7 Oct 2009 12:13:12 +0530 Subject: [Freeswitch-users] mod_xml_curl Message-ID: Hi, i want use mod_xml_curl, the xml files also there in my local system, i dont want to take from any other system, can any please tell me how to configure mox_xml.conf.xml, how can i use to local folders Thanks Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/8643b898/attachment.html From brian at freeswitch.org Tue Oct 6 23:52:16 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 01:52:16 -0500 Subject: [Freeswitch-users] mod_xml_curl In-Reply-To: References: Message-ID: <6F6B493F-6233-4249-B1AE-1628AB6333B6@freeswitch.org> http://wiki.freeswitch.org/wiki/Mod_xml_curl Is a great start. /b On Oct 7, 2009, at 1:43 AM, srinivasula reddy wrote: > Hi, > > i want use mod_xml_curl, the xml files also there in my local > system, i dont want to take from any other system, > can any please tell me how to configure mox_xml.conf.xml, how can i > use to local folders > > Thanks > Srinivasula Reddy K _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/c3d91d5a/attachment.html From srinivas.ksvreddy at gmail.com Wed Oct 7 00:28:37 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Wed, 7 Oct 2009 12:58:37 +0530 Subject: [Freeswitch-users] mod_xml_curl In-Reply-To: <6F6B493F-6233-4249-B1AE-1628AB6333B6@freeswitch.org> References: <6F6B493F-6233-4249-B1AE-1628AB6333B6@freeswitch.org> Message-ID: Hi brain west, Thank you very much for your reply, i have gone through the link what u have sent me, they have given how to access remote system through webserver, but they have not given how to access from local system, if u know please hellp me Thanks On Wed, Oct 7, 2009 at 12:22 PM, Brian West wrote: > http://wiki.freeswitch.org/wiki/Mod_xml_curl Is a great start. > /b > > On Oct 7, 2009, at 1:43 AM, srinivasula reddy wrote: > > Hi, > > i want use mod_xml_curl, the xml files also there in my local system, i > dont want to take from any other system, > can any please tell me how to configure mox_xml.conf.xml, how can i use > to local folders > > Thanks > Srinivasula Reddy K _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/88a9f08b/attachment.html From jason at jasonjgw.net Wed Oct 7 00:49:50 2009 From: jason at jasonjgw.net (Jason White) Date: Wed, 7 Oct 2009 18:49:50 +1100 Subject: [Freeswitch-users] mod_xml_curl In-Reply-To: References: <6F6B493F-6233-4249-B1AE-1628AB6333B6@freeswitch.org> Message-ID: <20091007074950.GA30931@jdc.jasonjgw.net> srinivasula reddy wrote: > > Thank you very much for your reply, i have gone through the link what u > have sent me, they have given how to access remote system through webserver, > but they have not given how to access from local system, On that page, there is an example of how to use mod_curl to access a local system. Do you know what localhost means? You can't use a file:// URL, you have to use an HTTP URL and set up a (small) HTTP server on localhost. From moizchinoy at gmail.com Wed Oct 7 00:53:02 2009 From: moizchinoy at gmail.com (Moiz Chinoy) Date: Wed, 7 Oct 2009 11:53:02 +0400 Subject: [Freeswitch-users] Mobile Phone As GSM Gateway.... In-Reply-To: <23f91030910060504y3d060990l44ec913fb130954c@mail.gmail.com> References: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> <23f91030910060504y3d060990l44ec913fb130954c@mail.gmail.com> Message-ID: <29b888f80910070053j75b344c3n99c2d53045c08e00@mail.gmail.com> Thanks for your replies.... gsmopen,org seems interesting but it does not have any documentation. Can anyone point me where I can find information regarding this project. On Tue, Oct 6, 2009 at 4:04 PM, Seven Du wrote: > maybe you can check this: http://www.gsmopen.org/ > > 2009/10/6 Moiz Chinoy >> >> Hi, >> >> Is it possible to connect a mobile phone (GSM phone) to Freeswitch and >> use this as a GSM gateway? >> >> -- >> Regards, >> Moiz Chinoy. >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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, Moiz Chinoy. From gmaruzz at celliax.org Wed Oct 7 01:16:18 2009 From: gmaruzz at celliax.org (Giovanni Maruzzelli) Date: Wed, 7 Oct 2009 10:16:18 +0200 Subject: [Freeswitch-users] Mobile Phone As GSM Gateway.... In-Reply-To: <29b888f80910070053j75b344c3n99c2d53045c08e00@mail.gmail.com> References: <29b888f80910060058m4298a829s414a322f8548ff81@mail.gmail.com> <23f91030910060504y3d060990l44ec913fb130954c@mail.gmail.com> <29b888f80910070053j75b344c3n99c2d53045c08e00@mail.gmail.com> Message-ID: <7b197bef0910070116l7703f0fbk57244b0b763c933a@mail.gmail.com> On Wed, Oct 7, 2009 at 9:53 AM, Moiz Chinoy wrote: > Thanks for your replies.... > > gsmopen,org seems interesting but it does not have any documentation. > Can anyone point me where I can find information regarding this > project. > :) it is prealpha now, will available as alpha in couple week or so... Docs will change a lot before being alpha, but... in the spirit of openness... this is what is in the works : http://wiki.freeswitch.org/wiki/GSMopen > > On Tue, Oct 6, 2009 at 4:04 PM, Seven Du wrote: >> maybe you can check this: http://www.gsmopen.org/ >> >> 2009/10/6 Moiz Chinoy >>> >>> Hi, >>> >>> Is it possible to connect a mobile phone (GSM phone) to Freeswitch and >>> use this as a GSM gateway? >>> >>> -- >>> Regards, >>> Moiz Chinoy. >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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, > Moiz Chinoy. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 lyncker at lyth.de Wed Oct 7 01:30:54 2009 From: lyncker at lyth.de (Filip Lyncker) Date: Wed, 07 Oct 2009 10:30:54 +0200 Subject: [Freeswitch-users] how to Conference with picup? Message-ID: <4ACC51BE.6000201@lyth.de> Hi List, maybe someone can give me some hints to get faster into this stuff. Here the use case: I am Ext A and talking to Ext B. Now Ext C is calling to another number : D. How can I 1. Pic up the calling Ext C ? 2. Include it to my current call to Ext A ? I would need some infos wich elements in my dialplan i have to use and how to configure them ... maybe you guys know some documentation else about this issue ... thanks a lot regards, Filip -- _________________________________ Filip Lyncker, Dipl.-Inform. (FH) Lyncker & Theis GmbH Wilhelmstr. 16 65185 Wiesbaden Germany Fon +49 611/9006951 Fax +49 611/9406125 Handelsregister: HRB 23156 Amtsgericht Wiesbaden Steuernummer: 4023897051 USt-IdNr.: DE255806399 Gesch?ftsf?hrer: Filip Lyncker, Armin Theis From tculjaga at gmail.com Wed Oct 7 01:37:50 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 7 Oct 2009 10:37:50 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> Message-ID: <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> Anthony, of course, nobody wants to start anything... we are all here to help making FS a better product. so, regarding the founding for mod_opal ... what is the amount you need? Tihomir. On Wed, Oct 7, 2009 at 2:58 AM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > I didn't mean to start anything. I'm just saying we work very long hours > and barely get anybody asking about h.323. > I wanted to support it and that's why we took up a collection to get > funding for mod_opal but when only 1 donor showed any interest we were > forced to proceed in our spare time which is very limited. > > The developers of opal are not part of our project and they need financial > compensation to be motivated to work on it. Its not even related to me its > only fair that an outside developer who makes his living as a consultant > would want money to integrate his work into our project. > > Like I said, I will do my best to point your issue to the opal devs but I > cannot force them to work on it. > > > > > > On Tue, Oct 6, 2009 at 7:22 PM, Diego Viola wrote: > >> Yeah I understand your point of view, but saying "I want a H.323 module" >> or "I want a Ferrari" wont magically make it happen. >> >> We need to work on it ourselves or pay to the people that knows how to do >> it to do it for us. >> >> There is no other way I think. >> >> Diego >> >> >> >> >> On Tue, Oct 6, 2009 at 11:41 PM, Tihomir Culjaga wrote: >> >>> Diego, >>> >>> what i'm pointing here is the situation where you have a great product >>> that lacks in one of most common protocol. It is true H323 is going to >>> disappear (eventually), it is true that the community prefers SIP/IAX >>> instead ... but the reality still remains. H323 is going to be used for >>> quite a long time to exchange a lot of traffic while FS will be left aside. >>> Today, when you setup an IP peering interconnection 80% of carriers will >>> prefer H323. >>> >>> Of course, developing something costs "time" (and we all know what time >>> stands for...) and as i said, i understand the financial point of view and i >>> really understand if nobody is going to work on that, but let's face it FS >>> doesn't have any usable module to reliably handle H323 protocol. >>> >>> >>> said that, i don't intend to offend anyone... just facing the reality. >>> >>> >>> regarding the h323 module, we don't have any issue fixing the existing or >>> developing a new one... but before we go developing something it is always >>> better check if the thing you want already exists in an usable state or >>> not... that's what i did today. >>> >>> >>> So, I'm interested in a reliable module handling H323v4... anyone else? >>> >>> >>> T. >>> >>> >>> >>> >>> >>> >>> On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: >>> >>>> Instead of complaining and demanding things for free, people should >>>> start to put their money where their mouth is. >>>> >>>> Diego >>>> >>>> >>>> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: >>>> >>>>> hi Anthony, >>>>> >>>>> it is somewhere here: >>>>> >>>>> switch_status_t >>>>> FSConnection::receive_message(switch_core_session_message_t *msg) >>>>> >>>>> >>>>> anyhow, i will open an issue jira of course. >>>>> >>>>> >>>>> I understand your financial point of view, but anyhow while the entire >>>>> world is wants sip and trying to move to sip, the reality is quite >>>>> different. The majority of voice traffic exchanged via IP is still H323. >>>>> This means a working SIP - H323 interworking is really needed... pity nobody >>>>> wants/has time to work in this direction to produce a decent mod_h323. >>>>> >>>>> >>>>> >>>>> T. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < >>>>> anthony.minessale at gmail.com> wrote: >>>>> >>>>>> pcap is not as useful as FS console log on debug with: >>>>>> sofia profile internal siptrace on >>>>>> >>>>>> you should be reporting issues to jira under mod_opal not to the >>>>>> mailing list. >>>>>> http://jira.freeswitch.org >>>>>> >>>>>> FYI >>>>>> There is little financial support from the community for h323 which >>>>>> prevents the mod_opal from getting much attention. >>>>>> We actually have to contract the author of opal to help with these >>>>>> issues including the original writing of the module that he did with very >>>>>> little funding and nobody ever wants to pay him to improve it. >>>>>> >>>>>> That does not mean your issue will not be addressed but there is no >>>>>> promise how fast it will be. >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: >>>>>> >>>>>>> hello guys, >>>>>>> >>>>>>> >>>>>>> i was playing with mod_opal to see if i can make it working ... well >>>>>>> it seems SIP-H323 interworking is not tuned at all. >>>>>>> >>>>>>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> expression="^0(112|9[23456])$"> >>>>>>> >>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> expression="^0(9[01789]\d{3,4})$"> >>>>>>> >>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>>>>>> >>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> One of the many issues i sow is that FS connects the call on SIP leg >>>>>>> before it actually receives H.225 connect from H323 leg... as it is >>>>>>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>>>>>> element/OLC. >>>>>>> >>>>>>> >>>>>>> Attached is the tcpdump i took on FS machine... just use this filter: >>>>>>> "h225 or h245 or q931 or sip" >>>>>>> Also, you can check the attac CDR,,,, this is an unanswered call i >>>>>>> placed to PSTN and FS billed it 23 seconds. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Can anyone tell where i can do correct SIP - H323 message mappings to >>>>>>> avoid this? >>>>>>> >>>>>>> >>>>>>> >>>>>>> T. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>>>>> iax:guest at conference.freeswitch.org/888 >>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>> pstn:213-799-1400 >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/6f498608/attachment-0001.html From lakindia89 at gmail.com Wed Oct 7 03:00:24 2009 From: lakindia89 at gmail.com (lakshmanan) Date: Wed, 7 Oct 2009 03:00:24 -0700 (PDT) Subject: [Freeswitch-users] oz debug says error In-Reply-To: <87f2f3b90910060906y4b087d7coa91de38d78a3456b@mail.gmail.com> References: <7d79b3930910050020i1b96541dk26c8d72c220ded8d@mail.gmail.com> <9F7D1E871F0C4184AA8ED441CF415C8A@cune.pri> <25749736.post@talk.nabble.com> <20091005124858.81857415806@mail.cune.org> <7d79b3930910052106n59cf9cbema68e4d6ccc274034@mail.gmail.com> <87f2f3b90910060906y4b087d7coa91de38d78a3456b@mail.gmail.com> Message-ID: <25783750.post@talk.nabble.com> Here are the details openzap.conf [span zt PRI_1] trunk_type => e1 b-channel => 1:1-15 d-channel=> 1:16 b-channel => 1:17-31 Zaptel.conf span=1,1,0,ccs,hdb3 bchan=1-15,17-31 dchan=16 loadzone = us defaultzone = us mercutioviz wrote: > > Pastebin your openzap.conf file. Also, is this Sangoma or zaptel-based > hardware? If it's Sangoma, pastebin your wanpipe1.conf file. If zaptel, > please paste your zaptel.conf file. > > -MC > > On Mon, Oct 5, 2009 at 9:06 PM, lakshmanan ganapathy > wrote: > >> Openzap.conf.xml >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> Output of oz list in fs_cli >> >> span: 1 (PRI_1) >> type: isdn >> chan_count: 47 >> dialplan: XML >> context: default >> dial_regex: >> fail_dial_regex: >> hold_music: >> analog_options none >> >> >> freeswitch.log >> >> http://pastebin.freeswitch.org/10604 >> >> >> >> >> >> On Mon, Oct 5, 2009 at 6:18 PM, wrote: >> >>> lakshmanan said: >>> > Thanks for pointing that. >>> > I also tried that. >>> > But in that case, I'm not able to make a call through openzap. >>> >>> What is in openzap.conf.xml? If you start fs_cli and enter "oz list", >>> what does it show? Copy the ozmod lines from freeswitch.log to >>> pastebin.freeswitch.org and post the link here so that we can see what >>> openzap does when freeswitch starts. >>> >>> -- >>> Russell Mosemann >>> >>> >>> >>> ________________________________________________________ >>> Concordia University, Nebraska >>> See http://www.cune.edu/ for the latest news and events! >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/oz-debug-says-error-tp25746215p25783750.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From lakindia89 at gmail.com Wed Oct 7 03:34:50 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Wed, 7 Oct 2009 16:04:50 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error Message-ID: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> Hi, Again I was struck in a problem, Here is the scenario. On incomming call, I just call an event outboud socket. But what happens is, for the first 15 call, it is working fine. But from the 16th call to 30th call, it says the below error. 2009-10-07 15:07:48.201846 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:17 (ignored) 2009-10-07 15:07:55.381861 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:18 (ignored) 2009-10-07 15:07:58.569774 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:19 (ignored) 2009-10-07 15:08:01.37824 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:20 (ignored) 2009-10-07 15:08:03.129846 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:21 (ignored) 2009-10-07 15:08:04.825851 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:22 (ignored) 2009-10-07 15:08:06.289977 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:23 (ignored) 2009-10-07 15:08:07.761961 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:24 (ignored) 2009-10-07 15:08:09.737944 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:25 (ignored) 2009-10-07 15:08:11.462018 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:26 (ignored) 2009-10-07 15:08:13.566024 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:27 (ignored) 2009-10-07 15:08:15.430163 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:28 (ignored) 2009-10-07 15:08:17.446103 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:29 (ignored) 2009-10-07 15:08:19.430118 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:30 (ignored) 2009-10-07 15:08:21.358121 [WARNING] ozmod_libpri.c:761 --Failure opening channel 1:31 (ignored) But for the next call, when it is opening channel 1:1, it is executing my dial plans. I don't know why it failed when it is choosing 1:17-1:31. Any one has any idea. Below are my configuration details: openzap.conf [span zt PRI_1] trunk_type => e1 b-channel => 1:1-15 d-channel=> 1:16 b-channel => 1:17-31 openzap.conf.xml zaptel.conf span=1,1,0,ccs,hdb3 bchan=1-15,17-31 dchan=16 loadzone = us defaultzone = us oz list span: 1 (PRI_1) type: isdn chan_count: 47 dialplan: XML context: default dial_regex: fail_dial_regex: hold_music: analog_options none -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/c10ec1ec/attachment.html From woodydickson at gmail.com Wed Oct 7 03:40:24 2009 From: woodydickson at gmail.com (Woody Dickson) Date: Wed, 7 Oct 2009 18:40:24 +0800 Subject: [Freeswitch-users] unable to configure Digium TDM400P Message-ID: Hi, I am trying to setup a Digium TDM400P following the instruction on the wiki. It is a 1 fxo and 1 fxs card, so I tried loadzone=in defaultzone=in fxsks=2 fxoks=1 and loadzone=in defaultzone=in fxsks=1 fxoks=2 None works. Does anyone know how it should be configured? Here is what I get by following the wiki. [root at localhost zaptel]# ztcfg -vv Zaptel Version: SVN-branch-1.4-r4629M Echo Canceller: MG2 Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXO Kewlstart (Default) (Slaves: 02) 2 channels to configure. Changing signalling on channel 1 from FXO Kewlstart to FXS Kewlstart Changing signalling on channel 2 from FXS Kewlstart to FXO Kewlstart [root at localhost zaptel]# ztcfg -vv Zaptel Version: SVN-branch-1.4-r4629M Echo Canceller: MG2 Configuration ====================== Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) 2 channels to configure. Changing signalling on channel 1 from FXS Kewlstart to FXO Kewlstart Changing signalling on channel 2 from FXO Kewlstart to FXS Kewlstart [root at localhost zaptel]# lspci 00:14.0 Ethernet controller: Digium, Inc. TDM400P (rev 11) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/dc46d175/attachment.html From Russell.Mosemann at cune.org Wed Oct 7 04:59:39 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Wed, 7 Oct 2009 11:59:39 -0000 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> Message-ID: <20091007115939.4856239DEA0@mail.cune.org> lakshmanan ganapathy said: > On incomming call, I just call an event outboud socket. But what happens is, > for the first 15 call, it is working fine. But from the 16th call to 30th > call, it says the below error. What is displayed with ztcfg -vv What is displayed with cat /proc/zaptel/1 -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From lakindia89 at gmail.com Wed Oct 7 05:12:23 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Wed, 7 Oct 2009 17:42:23 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <20091007115939.4856239DEA0@mail.cune.org> References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> <20091007115939.4856239DEA0@mail.cune.org> Message-ID: <7d79b3930910070512n5f2f795fob19eece48e2a872@mail.gmail.com> [debian :~]# ztcfg -vvv Zaptel Version: 1.4.11 Echo Canceller: MG2 Configuration ====================== SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1) Channel map: Channel 01: Clear channel (Default) (Slaves: 01) Channel 02: Clear channel (Default) (Slaves: 02) Channel 03: Clear channel (Default) (Slaves: 03) Channel 04: Clear channel (Default) (Slaves: 04) Channel 05: Clear channel (Default) (Slaves: 05) Channel 06: Clear channel (Default) (Slaves: 06) Channel 07: Clear channel (Default) (Slaves: 07) Channel 08: Clear channel (Default) (Slaves: 08) Channel 09: Clear channel (Default) (Slaves: 09) Channel 10: Clear channel (Default) (Slaves: 10) Channel 11: Clear channel (Default) (Slaves: 11) Channel 12: Clear channel (Default) (Slaves: 12) Channel 13: Clear channel (Default) (Slaves: 13) Channel 14: Clear channel (Default) (Slaves: 14) Channel 15: Clear channel (Default) (Slaves: 15) Channel 16: D-channel (Default) (Slaves: 16) Channel 17: Clear channel (Default) (Slaves: 17) Channel 18: Clear channel (Default) (Slaves: 18) Channel 19: Clear channel (Default) (Slaves: 19) Channel 20: Clear channel (Default) (Slaves: 20) Channel 21: Clear channel (Default) (Slaves: 21) Channel 22: Clear channel (Default) (Slaves: 22) Channel 23: Clear channel (Default) (Slaves: 23) Channel 24: Clear channel (Default) (Slaves: 24) Channel 25: Clear channel (Default) (Slaves: 25) Channel 26: Clear channel (Default) (Slaves: 26) Channel 27: Clear channel (Default) (Slaves: 27) Channel 28: Clear channel (Default) (Slaves: 28) Channel 29: Clear channel (Default) (Slaves: 29) Channel 30: Clear channel (Default) (Slaves: 30) Channel 31: Clear channel (Default) (Slaves: 31) 31 channels to configure. [debian :~]# cat /proc/zaptel/1 + cat /proc/zaptel/1 Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) HDB3/CCS ClockSource Timing slips: 1 1 TE2/0/1/1 Clear 2 TE2/0/1/2 Clear 3 TE2/0/1/3 Clear 4 TE2/0/1/4 Clear 5 TE2/0/1/5 Clear 6 TE2/0/1/6 Clear 7 TE2/0/1/7 Clear 8 TE2/0/1/8 Clear 9 TE2/0/1/9 Clear 10 TE2/0/1/10 Clear 11 TE2/0/1/11 Clear 12 TE2/0/1/12 Clear 13 TE2/0/1/13 Clear 14 TE2/0/1/14 Clear 15 TE2/0/1/15 Clear 16 TE2/0/1/16 HDLCFCS 17 TE2/0/1/17 Clear 18 TE2/0/1/18 Clear 19 TE2/0/1/19 Clear 20 TE2/0/1/20 Clear 21 TE2/0/1/21 Clear 22 TE2/0/1/22 Clear 23 TE2/0/1/23 Clear 24 TE2/0/1/24 Clear 25 TE2/0/1/25 Clear 26 TE2/0/1/26 Clear 27 TE2/0/1/27 Clear 28 TE2/0/1/28 Clear 29 TE2/0/1/29 Clear 30 TE2/0/1/30 Clear 31 TE2/0/1/31 Clear On Wed, Oct 7, 2009 at 5:29 PM, wrote: > lakshmanan ganapathy said: > > > On incomming call, I just call an event outboud socket. But what > happens is, > > for the first 15 call, it is working fine. But from the 16th call to 30th > > call, it says the below error. > > What is displayed with > > ztcfg -vv > > What is displayed with > > cat /proc/zaptel/1 > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/89ceef92/attachment-0001.html From ahmedmunir007 at gmail.com Wed Oct 7 05:34:54 2009 From: ahmedmunir007 at gmail.com (Ahmed Munir) Date: Wed, 7 Oct 2009 17:34:54 +0500 Subject: [Freeswitch-users] Configuring Nibble Bill Message-ID: Hi, Thanks for replying. The advise u gave resolved my problem. I want to ask three questions related to nibble bills, as I 'm listing down below; 1- Can we select/use dynamic tables for billing using nibble bill? 2- Can we define more than two tables and attributes in nibblebill.conf.xml? 3- As Nibble bill is use to deduct amount of user account, Can we deduct minutes instead of cash? Because my case is, if a user buy a package and I only want to deducts his/her minutes. How we can resolve it by nibble bill? / What other way we can resolve it? Kindly advise soon. > > ---------- Forwarded message ---------- > From: Todd Baumgartner > To: freeswitch-users at lists.freeswitch.org > Date: Tue, 6 Oct 2009 10:31:06 -0400 > Subject: Re: [Freeswitch-users] Cannot connect to ODBC driver/database > freeswitchdb > Ahmed, > > I believe you need to specify the database name as it is configured in the > odbc.ini > > I am assuming you have something like this in your nibblebill.conf.xml > > > > Try changing it to this as it is named in the odbc.ini: > > > > > Thanks, > > Todd > > > > On Tue, Oct 6, 2009 at 6:11 AM, Ahmed Munir wrote: > >> Hi, >> I've installed FS on Ubuntu 9.04 and I want to run mod_nibbles on it. I >> follow the steps to configure my ODBC connection with MySQL as explained in >> wiki (mod_nibbles and mod_spidermonkey). But FS, unable to connect it. The >> error I got is listed below when I restart FS, >> >> 2009-10-06 15:47:21.164590 [ERR] switch_odbc.c:188 STATE: IM002 CODE 0 >> ERROR: [unixODBC][Driver Manager]Data source name not found, and no default >> driver specified >> 2009-10-06 15:47:21.164617 [CRIT] mod_nibblebill.c:221 Cannot connect to >> ODBC driver/database freeswitchdb (user: root / pass password) >> 2009-10-06 15:47:21.164650 [CONSOLE] switch_loadable_module.c:889 >> Successfully Loaded [mod_nibblebill] >> 2009-10-06 15:47:21.164664 [NOTICE] switch_loadable_module.c:248 Adding >> Application 'nibblebill' >> 2009-10-06 15:47:21.164710 [NOTICE] switch_loadable_module.c:270 Adding >> API Function 'nibblebill' >> >> But when I use isql it accepts my odbc connection i.e. isql >> MySQL-freeswitch >> >> I'm listing my settings of odbc.ini and odbcinst.ini as listed below; >> >> odbc.ini >> -------------- >> [MySQL-freeswitch] >> Driver = MySQL >> #Driver = /usr/lib/odbc/libodbcmyS.so >> Description = Connector/ODBC Driver DSN With FreeSwitch >> SERVER = localhost >> PORT = 3306 >> USER = root >> Password = password >> Database = freeswitchdb >> >> odbcinst.ini >> ------------------- >> [MySQL] >> Description = ODBC for MySQL >> Driver = /usr/lib/odbc/libmyodbc.so >> Setup = /usr/lib/odbc/libodbcmyS.so >> FileUsage = 1 >> >> >> odbc.ini and odbcinst.ini are located at /etc/. Even I set my odbc >> connection setting as I provide with this link; >> http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-dsn-unix.html >> >> But unfortunately my problem is unresolved then. >> >> >> Kindly advise me, how can I resolve this problem? >> >> -- >> Regards, >> >> Ahmed Munir >> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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, Ahmed Munir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/b45cfae3/attachment.html From maciej.aniserowicz at gmail.com Wed Oct 7 00:39:52 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Wed, 7 Oct 2009 00:39:52 -0700 (PDT) Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> Message-ID: <1254901192035-3780245.post@n2.nabble.com> Sorry about posting several questions at once, I wasn't aware it's "rude". Let's concentrate on this issue then. I use FS rev 14994. Phones on extensions: 1) x-lite 2) cisco sip phone 3) audio played by fs to the extension being eavesdropped I did not change any codec configuration, I just use the standard one that comes with both FS and the phones. Some time ago someone on FS irc channel told me that this is just how FS eavesdropping works... from your response I understand that this is not entirely true? Maciej Aniserowicz Anthony Minessale wrote: > > That's is a somewhat vague position. > > You did not mention which version of FreeSWITCH you are running, the > phones > being used in your example, your configuration, the codecs in use etc. > > BTW, > I think you should only ask one question at a time on this list. The list > is run by volunteers and it's sort of rude to expect 3 or 4 threads to be > tended to concerning the same one individual. > > > 2009/10/5 Maciej Aniserowicz > >> Hello, >> When I use eavesdropping in FreeSWITCH, the sound quality is really bad. >> Is >> there any way to improve it? Is this a known problem? >> Br/ >> Maciej Aniserowicz >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3780245.html Sent from the freeswitch-users mailing list archive at Nabble.com. From claudiu at globtel.ro Wed Oct 7 05:40:57 2009 From: claudiu at globtel.ro (Claudiu Filip) Date: Wed, 7 Oct 2009 15:40:57 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> Message-ID: <14480284.20091007154057@globtel.ro> Hi Tihomir, I've done some tests to see how suitable is freeswitch as a SIP/H323 translator and you are right about the fact that H323 'alert+open logical channel' will generate a SIP '200 OK'. I was able to fix that with a couple of changes in mod_opal.cpp, however some things were changed on mod_sofia in the latest svn. (on this particular issue, open_logical_channel is processed BEFORE the alerting, so the call is in SetupPhase when the proc OnOpenMediaStream is triggered) The most important problem I'm having right now is that G729 is still not working (poor quality due to high buffering). Even with the latest Opal, which includes the last week patch for jitter buffer. If you dont need G729, I could send you a patch for the latest svns (freeswitch, opal, ptlib), ofc no founding needed. There are a couple of bugs in opal itself and h323ing freeswitch with opal will bring them in. On the other hand, mod_opal is already there, it just needs a few adjustments. Best wishes, Claudiu Filip Wednesday, October 7, 2009, 11:37:50 AM, you wrote: Tihomir> Anthony, Tihomir> of course, nobody wants to start anything... we are all here Tihomir> to help making FS a better product. Tihomir> so, regarding the founding for mod_opal ... what is the amount you need? Tihomir> Tihomir. Tihomir> Tihomir> On Wed, Oct 7, 2009 at 2:58 AM, Anthony Minessale Tihomir> wrote: Tihomir> I didn't mean to start anything.? I'm just saying we work Tihomir> very long hours and barely get anybody asking about h.323. Tihomir> I wanted to support it and that's why we took up a Tihomir> collection to get funding for mod_opal but when only 1 donor Tihomir> showed any interest we were forced to proceed in our spare time which is very limited. Tihomir> Tihomir> The developers of opal are not part of our project and they Tihomir> need financial compensation to be motivated to work on it.? Tihomir> Its not even related to me its only fair that an outside Tihomir> developer who makes his living as a consultant would want Tihomir> money to integrate his work into our project. Tihomir> Tihomir> Like I said, I will do my best to point your issue to the Tihomir> opal devs but I cannot force them to work on it. Tihomir> On Tue, Oct 6, 2009 at 7:22 PM, Diego Viola Tihomir> wrote: Tihomir> Tihomir> Yeah I understand your point of view, but saying "I want a Tihomir> H.323 module" or "I want a Ferrari" wont magically make it happen. Tihomir> Tihomir> We need to work on it ourselves or pay to the people that Tihomir> knows how to do it to do it for us. Tihomir> Tihomir> There is no other way I think. Tihomir> Diego Tihomir> On Tue, Oct 6, 2009 at 11:41 PM, Tihomir Culjaga wrote: Tihomir> Tihomir> Diego, Tihomir> what i'm pointing here is the situation where you have a Tihomir> great product that lacks in one of most common protocol. It Tihomir> is true H323 is going to disappear (eventually), it is true Tihomir> that the community prefers SIP/IAX instead ... but the Tihomir> reality still remains. H323 is going to be used for quite a Tihomir> long time to exchange a lot of traffic while FS will be left Tihomir> aside. Today, when you setup an IP peering interconnection Tihomir> 80% of carriers will prefer H323. Tihomir> Tihomir> Of course, developing something costs "time" (and we all Tihomir> know what time stands for...) and as i said, i understand the Tihomir> financial point of view and i really understand if nobody is Tihomir> going to work on that, but let's face it FS doesn't have any Tihomir> usable module to reliably handle H323 protocol. Tihomir> Tihomir> said that, i don't intend to offend anyone... just facing the reality. Tihomir> regarding the h323 module, we don't have any issue fixing Tihomir> the existing or developing a new one... but before we go Tihomir> developing something it is always better check if the thing Tihomir> you want already exists in an usable state or not... that's what i did today. Tihomir> Tihomir> So, I'm interested in a reliable module handling H323v4... anyone else? Tihomir> T. Tihomir> On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola Tihomir> wrote: Tihomir> Tihomir> Instead of complaining and demanding things for free, people Tihomir> should start to put their money where their mouth is. Tihomir> Tihomir> Diego Tihomir> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: Tihomir> Tihomir> hi Anthony, Tihomir> it is somewhere here: Tihomir> ? ? ? ?? switch_status_t Tihomir> FSConnection::receive_message(switch_core_session_message_t *msg) Tihomir> Tihomir> anyhow, i will open an issue jira of course. Tihomir> I understand your financial point of view, but anyhow while Tihomir> the entire world is wants sip and trying to move to sip, the Tihomir> reality is quite different. The majority of voice traffic Tihomir> exchanged via IP is still H323. This means a working SIP - Tihomir> H323 interworking is really needed... pity nobody wants/has Tihomir> time to work in this direction to produce a decent mod_h323. Tihomir> Tihomir> T. Tihomir> ? Tihomir> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale Tihomir> wrote: Tihomir> Tihomir> pcap is not as useful as FS console log on debug with: Tihomir> sofia profile internal siptrace on Tihomir> Tihomir> you should be reporting issues to jira under mod_opal not to the mailing list. Tihomir> http://jira.freeswitch.org Tihomir> Tihomir> FYI Tihomir> There is little financial support from the community for Tihomir> h323 which prevents the mod_opal from getting much attention. Tihomir> We actually have to contract the author of opal to help with Tihomir> these issues including the original writing of the module Tihomir> that he did with very little funding and nobody ever wants to pay him to improve it. Tihomir> Tihomir> That does not mean your issue will not be addressed but Tihomir> there is no promise how fast it will be. Tihomir> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: Tihomir> Tihomir> hello guys, Tihomir> i was playing with mod_opal to see if i can make it working Tihomir> ... well it seems SIP-H323 interworking is not tuned at all. Tihomir> Tihomir> I have a call from a registered sip user (1001) to PSTN via mod_opal Tihomir> Tihomir> Tihomir> ? Tihomir> ??? expression="^0(112|9[23456])$"> Tihomir> ????? data="effective_caller_id_number=1001282122"/> Tihomir> ????? Tihomir> ????? Tihomir> ????? Tihomir> Tihomir> ????? Tihomir> ??? Tihomir> ? Tihomir> ? Tihomir> ??? expression="^0(9[01789]\d{3,4})$"> Tihomir> ????? data="effective_caller_id_number=1001282122"/> Tihomir> ????? Tihomir> ????? Tihomir> ????? Tihomir> ????? Tihomir> ??? Tihomir> ? Tihomir> ? Tihomir> ??? expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> Tihomir> ????? data="effective_caller_id_number=1001282122"/> Tihomir> ????? Tihomir> ????? Tihomir> ????? Tihomir> Tihomir> ????? Tihomir> ??? Tihomir> ? Tihomir> Tihomir> One of the many issues i sow is that FS connects the call on Tihomir> SIP leg before it actually receives H.225 connect from H323 Tihomir> leg... as it is configured to send 200 OK on the 1st H.225 Tihomir> message containing a FastStart element/OLC. Tihomir> Tihomir> Attached is the tcpdump i took on FS machine... just use Tihomir> this filter: "h225 or h245 or q931 or sip" Tihomir> Also, you can check the attac CDR,,,, this is an unanswered Tihomir> call i placed to PSTN and FS billed it 23 seconds. Tihomir> Tihomir> Can anyone tell where i can do correct SIP - H323 message mappings to avoid this? Tihomir> T. Tihomir> Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> Tihomir> -- Tihomir> Anthony Minessale II Tihomir> FreeSWITCH http://www.freeswitch.org/ Tihomir> ClueCon http://www.cluecon.com/ Tihomir> Twitter: http://twitter.com/FreeSWITCH_wire Tihomir> AIM: anthm Tihomir> MSN:anthony_minessale at hotmail.com Tihomir> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com Tihomir> IRC: irc.freenode.net #freeswitch Tihomir> FreeSWITCH Developer Conference Tihomir> sip:888 at conference.freeswitch.org Tihomir> iax:guest at conference.freeswitch.org/888 Tihomir> googletalk:conf+888 at conference.freeswitch.org Tihomir> pstn:213-799-1400 Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> Tihomir> Tihomir> _______________________________________________ Tihomir> FreeSWITCH-users mailing list Tihomir> FreeSWITCH-users at lists.freeswitch.org Tihomir> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tihomir> Tihomir> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tihomir> http://www.freeswitch.org Tihomir> From bottleman at icf.org.ru Wed Oct 7 05:50:47 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Wed, 7 Oct 2009 16:50:47 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> Message-ID: On 2009-10-07 01:41 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: We are developing module to handle h323 proto now, we try to use mod_opal and try improve it, but no luck, there is many issues in libopal, and finaly we now move to h323plus library. TC>Diego, TC> TC>what i'm pointing here is the situation where you have a great product that TC>lacks in one of most common protocol. It is true H323 is going to disappear TC>(eventually), it is true that the community prefers SIP/IAX instead ... but TC>the reality still remains. H323 is going to be used for quite a long time to TC>exchange a lot of traffic while FS will be left aside. Today, when you setup TC>an IP peering interconnection 80% of carriers will prefer H323. TC> TC>Of course, developing something costs "time" (and we all know what time TC>stands for...) and as i said, i understand the financial point of view and i TC>really understand if nobody is going to work on that, but let's face it FS TC>doesn't have any usable module to reliably handle H323 protocol. TC> TC> TC>said that, i don't intend to offend anyone... just facing the reality. TC> TC> TC>regarding the h323 module, we don't have any issue fixing the existing or TC>developing a new one... but before we go developing something it is always TC>better check if the thing you want already exists in an usable state or TC>not... that's what i did today. TC> TC> TC>So, I'm interested in a reliable module handling H323v4... anyone else? TC> TC> TC>T. TC> TC> TC> TC> TC> TC>On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: TC> TC>> Instead of complaining and demanding things for free, people should start TC>> to put their money where their mouth is. TC>> TC>> Diego TC>> TC>> TC>> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: TC>> TC>>> hi Anthony, TC>>> TC>>> it is somewhere here: TC>>> TC>>> switch_status_t TC>>> FSConnection::receive_message(switch_core_session_message_t *msg) TC>>> TC>>> TC>>> anyhow, i will open an issue jira of course. TC>>> TC>>> TC>>> I understand your financial point of view, but anyhow while the entire TC>>> world is wants sip and trying to move to sip, the reality is quite TC>>> different. The majority of voice traffic exchanged via IP is still H323. TC>>> This means a working SIP - H323 interworking is really needed... pity nobody TC>>> wants/has time to work in this direction to produce a decent mod_h323. TC>>> TC>>> TC>>> TC>>> T. TC>>> TC>>> TC>>> TC>>> TC>>> TC>>> TC>>> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < TC>>> anthony.minessale at gmail.com> wrote: TC>>> TC>>>> pcap is not as useful as FS console log on debug with: TC>>>> sofia profile internal siptrace on TC>>>> TC>>>> you should be reporting issues to jira under mod_opal not to the mailing TC>>>> list. TC>>>> http://jira.freeswitch.org TC>>>> TC>>>> FYI TC>>>> There is little financial support from the community for h323 which TC>>>> prevents the mod_opal from getting much attention. TC>>>> We actually have to contract the author of opal to help with these issues TC>>>> including the original writing of the module that he did with very little TC>>>> funding and nobody ever wants to pay him to improve it. TC>>>> TC>>>> That does not mean your issue will not be addressed but there is no TC>>>> promise how fast it will be. TC>>>> TC>>>> TC>>>> TC>>>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga wrote: TC>>>> TC>>>>> hello guys, TC>>>>> TC>>>>> TC>>>>> i was playing with mod_opal to see if i can make it working ... well it TC>>>>> seems SIP-H323 interworking is not tuned at all. TC>>>>> TC>>>>> I have a call from a registered sip user (1001) to PSTN via mod_opal TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> >>>> expression="^0(112|9[23456])$"> TC>>>>> >>>> data="effective_caller_id_number=1001282122"/> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> >>>> expression="^0(9[01789]\d{3,4})$"> TC>>>>> >>>> data="effective_caller_id_number=1001282122"/> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> >>>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> TC>>>>> >>>> data="effective_caller_id_number=1001282122"/> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> One of the many issues i sow is that FS connects the call on SIP leg TC>>>>> before it actually receives H.225 connect from H323 leg... as it is TC>>>>> configured to send 200 OK on the 1st H.225 message containing a FastStart TC>>>>> element/OLC. TC>>>>> TC>>>>> TC>>>>> Attached is the tcpdump i took on FS machine... just use this filter: TC>>>>> "h225 or h245 or q931 or sip" TC>>>>> Also, you can check the attac CDR,,,, this is an unanswered call i TC>>>>> placed to PSTN and FS billed it 23 seconds. TC>>>>> TC>>>>> TC>>>>> TC>>>>> Can anyone tell where i can do correct SIP - H323 message mappings to TC>>>>> avoid this? TC>>>>> TC>>>>> TC>>>>> TC>>>>> T. TC>>>>> TC>>>>> TC>>>>> TC>>>>> TC>>>>> _______________________________________________ TC>>>>> FreeSWITCH-users mailing list TC>>>>> FreeSWITCH-users at lists.freeswitch.org TC>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>>>>> UNSUBSCRIBE: TC>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>>>>> http://www.freeswitch.org TC>>>>> TC>>>>> TC>>>> TC>>>> TC>>>> -- TC>>>> Anthony Minessale II TC>>>> TC>>>> FreeSWITCH http://www.freeswitch.org/ TC>>>> ClueCon http://www.cluecon.com/ TC>>>> Twitter: http://twitter.com/FreeSWITCH_wire TC>>>> TC>>>> AIM: anthm TC>>>> MSN:anthony_minessale at hotmail.com TC>>>> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com TC>>>> IRC: irc.freenode.net #freeswitch TC>>>> TC>>>> FreeSWITCH Developer Conference TC>>>> sip:888 at conference.freeswitch.org TC>>>> iax:guest at conference.freeswitch.org/888 TC>>>> googletalk:conf+888 at conference.freeswitch.org TC>>>> pstn:213-799-1400 TC>>>> TC>>>> _______________________________________________ TC>>>> FreeSWITCH-users mailing list TC>>>> FreeSWITCH-users at lists.freeswitch.org TC>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>>>> http://www.freeswitch.org TC>>>> TC>>>> TC>>> TC>>> _______________________________________________ TC>>> FreeSWITCH-users mailing list TC>>> FreeSWITCH-users at lists.freeswitch.org TC>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>>> http://www.freeswitch.org TC>>> TC>>> TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From mike at jerris.com Wed Oct 7 06:06:26 2009 From: mike at jerris.com (Michael Jerris) Date: Wed, 7 Oct 2009 09:06:26 -0400 Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <1254901192035-3780245.post@n2.nabble.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> Message-ID: <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> What codecs are all the call legs using, also, please try current svn trunk. Mike On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: > > Sorry about posting several questions at once, I wasn't aware it's > "rude". > Let's concentrate on this issue then. > > I use FS rev 14994. Phones on extensions: > 1) x-lite > 2) cisco sip phone > 3) audio played by fs to the extension being eavesdropped > > I did not change any codec configuration, I just use the standard > one that > comes with both FS and the phones. > Some time ago someone on FS irc channel told me that this is just > how FS > eavesdropping works... from your response I understand that this is > not > entirely true? > > Maciej Aniserowicz > > > > Anthony Minessale wrote: >> >> That's is a somewhat vague position. >> >> You did not mention which version of FreeSWITCH you are running, the >> phones >> being used in your example, your configuration, the codecs in use >> etc. >> >> BTW, >> I think you should only ask one question at a time on this list. >> The list >> is run by volunteers and it's sort of rude to expect 3 or 4 threads >> to be >> tended to concerning the same one individual. >> >> >> 2009/10/5 Maciej Aniserowicz >> >>> Hello, >>> When I use eavesdropping in FreeSWITCH, the sound quality is >>> really bad. >>> Is >>> there any way to improve it? Is this a known problem? >>> Br/ >>> Maciej Aniserowicz >>> From andy at fabulous4.co.uk Wed Oct 7 06:11:24 2009 From: andy at fabulous4.co.uk (Andy) Date: Wed, 7 Oct 2009 14:11:24 +0100 Subject: [Freeswitch-users] NAT problems - sorry Message-ID: <5BE289D2AE22492BA71A6919C8A440B3@D810> Hi folks, I know this problem comes up all the time so sorry to bring it up again but I can't seem to find the answer in previous posts. I have my freeswitch installation behind a DLink firewall so the freeswitch server is natted. I have added what I believe are all the necessary rules to the firewall to handle SIP correctly and the firewall isn't showing any blocked traffic when calls come in. Calls are forwarded to my public ip address from my VOIP provider Voiptalk. Here's the problem: Incoming calls are successfully forwarded to the freeswitch server and answered. I can hear the IVR message played down the phone line so outgoing audio is ok. When I try to send DTMF key presses from my phone none of these register on the switch. When I hangup the call the call hangup is also not picked up by the switch. I have followed the auto-nat instrcutions and have verified that the switch correctly grabs and sets the external ip address. I have also tried setting the external ip address manually but without success. Can anyone offer any guidance as to what might be causing this problem or what I could try to resolve it? I can post log/config snippets if that helps. Many thanks Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/31e1599c/attachment.html From claudiu at globtel.ro Wed Oct 7 06:14:40 2009 From: claudiu at globtel.ro (Claudiu Filip) Date: Wed, 7 Oct 2009 16:14:40 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> Message-ID: <716784809.20091007161440@globtel.ro> Hi, Wednesday, October 7, 2009, 3:58:20 AM, Anthony M. wrote: > barely get anybody asking about h.323. H323 may not be popular for small ITSPs or small/medium PBXes, but it's widely used by the big players.. and freeswitch doesnt share the same goals with asterisk. Best wishes, Claudiu Filip From chris.chen2004 at gmail.com Wed Oct 7 06:15:31 2009 From: chris.chen2004 at gmail.com (Chris Chen) Date: Wed, 7 Oct 2009 09:15:31 -0400 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week In-Reply-To: References: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> Message-ID: <507898380910070615k9fb3c9ha2d040e31c0035ad@mail.gmail.com> Hi Muhammad, the simple and reliable solution for you where SIP is being blocked is add conf+888 at conference.freeswitch.orgto your Goolgetalk buddy list, and you can call from there to join the conference, simple and straightforward. Chris On Wed, Oct 7, 2009 at 12:24 AM, Muhammad Shahzad < shaheryarkh at googlemail.com> wrote: > I got a lot of problem last week for making conference call. I was at home > (conference call starts at 2200hours PKST, my time) and unable to make SIP > call since the government has blocked it. So my only choice was Skype, but > unfortunately DTMF wasn't working, i get connected on Skypiax5 for about 7-8 > times, but DTMF problem never let me get in to conference. Is there any > solution for this? > > I really need to discuss a lot of things about FS documentation in > conference, like what FS community can expect from it and what not? how i > have planned it? how much progress has done? what are the problems me and my > team are facing (which has slow us down considerably)? etc. etc. > > I have a solution for it but that needs testing. The plan is to use one of > my FS servers to connect my jingle calls from GTalk to conference server > over SIP. How can i test this setup with conference server, any ideas? > > If any one else also interested in getting connected to weekly conference > call through this setup then i can also extend this setup as needed. > > Thank you. > > > > On Tue, Oct 6, 2009 at 1:30 AM, Brian West wrote: > >> It always supported 48kHz CELT but the conference itself was running >> at 32kHz so everyone 48k had to be down sampled. Now you all get to >> be up sampled. w00t! >> >> /b >> >> On Oct 5, 2009, at 2:03 PM, Michael Collins wrote: >> >> > * Starting with the upcoming meeting (Oct 9) the conference will >> > support 48kHz CELT codec. >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ________________________________________________________ > | > | > | FATAL ERROR --- > O X | > |_______________________________________________________| > | You have moved the mouse. > | > | Windows must be restarted for the changes to take effect. | > | > | > ####################################/ > > > 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 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/7c4c7fe4/attachment-0001.html From mike at jerris.com Wed Oct 7 06:21:51 2009 From: mike at jerris.com (Michael Jerris) Date: Wed, 7 Oct 2009 09:21:51 -0400 Subject: [Freeswitch-users] Recording creates a 388-byte long file and deletes it In-Reply-To: <4ED3AB65AFE34242AACDE97127FE1248@procent> References: <4ED3AB65AFE34242AACDE97127FE1248@procent> Message-ID: <74D80E7B-119B-4CC1-82DC-9A370F940BA5@jerris.com> switch_ivr_async.c:480 On Oct 5, 2009, at 3:16 AM, Maciej Aniserowicz wrote: > Hi, > When I record a call in FS, it only creates a 388-byte-long wav > file. The conversation is no written there, and FS deletes the file > when the session finishes. > What can cause this strange behavior? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/e8de1ffd/attachment.html From mike at jerris.com Wed Oct 7 06:23:33 2009 From: mike at jerris.com (Michael Jerris) Date: Wed, 7 Oct 2009 09:23:33 -0400 Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay In-Reply-To: <1A16501E57CA4727A593226A8C810308@procent> References: <1A16501E57CA4727A593226A8C810308@procent> Message-ID: <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> Incorrect NAT configuration so one of the boxes is not actually getting a BYE. On Oct 5, 2009, at 3:13 AM, Maciej Aniserowicz wrote: > Hi, > When I use two FreeSWITCH instances ('internal' and 'external'), all > users register to the 'external' instance which acts as a gateway by > 'internal' instance (which in turn is controlled by my applicaiton > with commands sent by socket). > When user hangs up, the 'hanged up' event is propagated to the > 'internal' instance after a long time (~3 minutes) instead of being > propagated immediately. > What can cause this issue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/83a9cfe1/attachment.html From mike at jerris.com Wed Oct 7 06:26:31 2009 From: mike at jerris.com (Michael Jerris) Date: Wed, 7 Oct 2009 09:26:31 -0400 Subject: [Freeswitch-users] Bridge application with shared lines In-Reply-To: References: Message-ID: <7F6D4A24-DCC7-4367-9EEE-73968A42DE98@jerris.com> On Oct 6, 2009, at 4:14 AM, Yehavi Bourvine wrote: > Hello, > > We have Polycom and SNOM phones running with FreeSwitch. The > Polycoms have shared lines defined and the SNOMs have both shared > lines and BLFs (defined as extensions in the phone config). I've > tried supporting both, but have some incompatibility: > > When calling the Bridge application with data parameter of sofia/ > profile-name/number at domain the BLF works ok, but not the shared > lines (i.e only one of the phones rings). > When calling the Bridge application with data parameter of $ > {sofia_contact(/profile-name/number at domain)} shared lines work ok > but BLF doesn't fire up. > > How do I support both? Is there a way to know whether the > destination is a shared one and then chose one of the above formats? You should probably always be using the second method or using a % instead of the @ in the first method to get the registered contact. can you provide more information about why the BLF "doesn't fire up" . Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/ba63d2d7/attachment.html From shaheryarkh at googlemail.com Wed Oct 7 06:37:52 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Wed, 7 Oct 2009 18:37:52 +0500 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week In-Reply-To: <507898380910070615k9fb3c9ha2d040e31c0035ad@mail.gmail.com> References: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> <507898380910070615k9fb3c9ha2d040e31c0035ad@mail.gmail.com> Message-ID: Great. Just added it. Is there any user limit on this? Thank you. On Wed, Oct 7, 2009 at 6:15 PM, Chris Chen wrote: > Hi Muhammad, the simple and reliable solution for you where SIP is being > blocked is add conf+888 at conference.freeswitch.orgto your Goolgetalk buddy list, and you can call from there to join the > conference, simple and straightforward. > > Chris > > > On Wed, Oct 7, 2009 at 12:24 AM, Muhammad Shahzad < > shaheryarkh at googlemail.com> wrote: > >> I got a lot of problem last week for making conference call. I was at home >> (conference call starts at 2200hours PKST, my time) and unable to make SIP >> call since the government has blocked it. So my only choice was Skype, but >> unfortunately DTMF wasn't working, i get connected on Skypiax5 for about 7-8 >> times, but DTMF problem never let me get in to conference. Is there any >> solution for this? >> >> I really need to discuss a lot of things about FS documentation in >> conference, like what FS community can expect from it and what not? how i >> have planned it? how much progress has done? what are the problems me and my >> team are facing (which has slow us down considerably)? etc. etc. >> >> I have a solution for it but that needs testing. The plan is to use one of >> my FS servers to connect my jingle calls from GTalk to conference server >> over SIP. How can i test this setup with conference server, any ideas? >> >> If any one else also interested in getting connected to weekly conference >> call through this setup then i can also extend this setup as needed. >> >> Thank you. >> >> >> >> On Tue, Oct 6, 2009 at 1:30 AM, Brian West wrote: >> >>> It always supported 48kHz CELT but the conference itself was running >>> at 32kHz so everyone 48k had to be down sampled. Now you all get to >>> be up sampled. w00t! >>> >>> /b >>> >>> On Oct 5, 2009, at 2:03 PM, Michael Collins wrote: >>> >>> > * Starting with the upcoming meeting (Oct 9) the conference will >>> > support 48kHz CELT codec. >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ________________________________________________________ >> | >> | >> | FATAL ERROR >> --- O X | >> |_______________________________________________________| >> | You have moved the mouse. >> | >> | Windows must be restarted for the changes to take effect. | >> | >> | >> ####################################/ >> >> >> 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 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091007/a9aafb35/attachment.html From nicolas at medularis.com Wed Oct 7 06:48:59 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Wed, 7 Oct 2009 09:48:59 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> Message-ID: <1b46b4e80910070648n622c3f9haacc22c2328b44ff@mail.gmail.com> Is there some way to make FS register with the gateway that is rejecting the authentication? is it FS or the SIP server at fault? Why would X-Lite work and FS not? Thanks again for your time and help. On Tue, Oct 6, 2009 at 5:46 PM, Brian West wrote: > btw My mistake it doesn't assume auth it just calculates the response > hash differently on this case where qop isn't present. > > /b > > On Oct 6, 2009, at 4:22 PM, Nicolas Brenner wrote: > > > > > What does the qop parameter stand for? Apparently because of that > > parameter, FS sends a new REGISTER including this: > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/e5581027/attachment-0001.html From anthony.minessale at gmail.com Wed Oct 7 07:09:32 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 7 Oct 2009 09:09:32 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <716784809.20091007161440@globtel.ro> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> <716784809.20091007161440@globtel.ro> Message-ID: <191c3a030910070709r2f63cf1dm9f41fff66ab76d3@mail.gmail.com> I am not commenting on how popular it is overall. I am commenting on the specific demand presented to us. I don't know what else to say to explain that I am completely neutral when it comes to this topic. One more time: 1) We are an open source project who volunteer most of our time as well as paid commercial support. 2) We made mod_opal anyway despite only a small handful of requests. 3) The devs from OPAL are consultants for hire and like us, they will look at what they can for free but you can hire them to heighten their attention span. This is not a discussion on the merits of h323, I am more than happy to support it. The OPAL guys are some of the best open source telephony guys out there and they have been doing this for over a decade. We Just can't promise a whole lot of man hours towards it when we already work day and night managing jira with only a few managers. We also cannot make any promises on the free time the OPAL devs have to devote to it either. On Wed, Oct 7, 2009 at 8:14 AM, Claudiu Filip wrote: > > Hi, > > Wednesday, October 7, 2009, 3:58:20 AM, Anthony M. wrote: > > barely get anybody asking about h.323. > > > H323 may not be popular for small ITSPs or small/medium PBXes, but > it's widely used by the big players.. and freeswitch doesnt share the > same goals with asterisk. > > > > Best wishes, > > > Claudiu Filip > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/a18d5f4e/attachment.html From anthony.minessale at gmail.com Wed Oct 7 07:10:51 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 7 Oct 2009 09:10:51 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> Message-ID: <191c3a030910070710s6722c2b5j4a7c6fd2b1bcc648@mail.gmail.com> I think the way to determine the funding is to get all the most important issues up on jira, try to deal with them and see if we need to put bounties on any of them to get them done faster. On Wed, Oct 7, 2009 at 3:37 AM, Tihomir Culjaga wrote: > Anthony, > > of course, nobody wants to start anything... we are all here to help making > FS a better product. > > so, regarding the founding for mod_opal ... what is the amount you need? > > > Tihomir. > > > > > On Wed, Oct 7, 2009 at 2:58 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> I didn't mean to start anything. I'm just saying we work very long hours >> and barely get anybody asking about h.323. >> I wanted to support it and that's why we took up a collection to get >> funding for mod_opal but when only 1 donor showed any interest we were >> forced to proceed in our spare time which is very limited. >> >> The developers of opal are not part of our project and they need financial >> compensation to be motivated to work on it. Its not even related to me its >> only fair that an outside developer who makes his living as a consultant >> would want money to integrate his work into our project. >> >> Like I said, I will do my best to point your issue to the opal devs but I >> cannot force them to work on it. >> >> >> >> >> >> On Tue, Oct 6, 2009 at 7:22 PM, Diego Viola wrote: >> >>> Yeah I understand your point of view, but saying "I want a H.323 module" >>> or "I want a Ferrari" wont magically make it happen. >>> >>> We need to work on it ourselves or pay to the people that knows how to do >>> it to do it for us. >>> >>> There is no other way I think. >>> >>> Diego >>> >>> >>> >>> >>> On Tue, Oct 6, 2009 at 11:41 PM, Tihomir Culjaga wrote: >>> >>>> Diego, >>>> >>>> what i'm pointing here is the situation where you have a great product >>>> that lacks in one of most common protocol. It is true H323 is going to >>>> disappear (eventually), it is true that the community prefers SIP/IAX >>>> instead ... but the reality still remains. H323 is going to be used for >>>> quite a long time to exchange a lot of traffic while FS will be left aside. >>>> Today, when you setup an IP peering interconnection 80% of carriers will >>>> prefer H323. >>>> >>>> Of course, developing something costs "time" (and we all know what time >>>> stands for...) and as i said, i understand the financial point of view and i >>>> really understand if nobody is going to work on that, but let's face it FS >>>> doesn't have any usable module to reliably handle H323 protocol. >>>> >>>> >>>> said that, i don't intend to offend anyone... just facing the reality. >>>> >>>> >>>> regarding the h323 module, we don't have any issue fixing the existing >>>> or developing a new one... but before we go developing something it is >>>> always better check if the thing you want already exists in an usable state >>>> or not... that's what i did today. >>>> >>>> >>>> So, I'm interested in a reliable module handling H323v4... anyone else? >>>> >>>> >>>> T. >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Tue, Oct 6, 2009 at 11:45 PM, Diego Viola wrote: >>>> >>>>> Instead of complaining and demanding things for free, people should >>>>> start to put their money where their mouth is. >>>>> >>>>> Diego >>>>> >>>>> >>>>> On Tue, Oct 6, 2009 at 8:47 PM, Tihomir Culjaga wrote: >>>>> >>>>>> hi Anthony, >>>>>> >>>>>> it is somewhere here: >>>>>> >>>>>> switch_status_t >>>>>> FSConnection::receive_message(switch_core_session_message_t *msg) >>>>>> >>>>>> >>>>>> anyhow, i will open an issue jira of course. >>>>>> >>>>>> >>>>>> I understand your financial point of view, but anyhow while the entire >>>>>> world is wants sip and trying to move to sip, the reality is quite >>>>>> different. The majority of voice traffic exchanged via IP is still H323. >>>>>> This means a working SIP - H323 interworking is really needed... pity nobody >>>>>> wants/has time to work in this direction to produce a decent mod_h323. >>>>>> >>>>>> >>>>>> >>>>>> T. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Oct 6, 2009 at 9:25 PM, Anthony Minessale < >>>>>> anthony.minessale at gmail.com> wrote: >>>>>> >>>>>>> pcap is not as useful as FS console log on debug with: >>>>>>> sofia profile internal siptrace on >>>>>>> >>>>>>> you should be reporting issues to jira under mod_opal not to the >>>>>>> mailing list. >>>>>>> http://jira.freeswitch.org >>>>>>> >>>>>>> FYI >>>>>>> There is little financial support from the community for h323 which >>>>>>> prevents the mod_opal from getting much attention. >>>>>>> We actually have to contract the author of opal to help with these >>>>>>> issues including the original writing of the module that he did with very >>>>>>> little funding and nobody ever wants to pay him to improve it. >>>>>>> >>>>>>> That does not mean your issue will not be addressed but there is no >>>>>>> promise how fast it will be. >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Tue, Oct 6, 2009 at 12:37 PM, Tihomir Culjaga >>>>>> > wrote: >>>>>>> >>>>>>>> hello guys, >>>>>>>> >>>>>>>> >>>>>>>> i was playing with mod_opal to see if i can make it working ... well >>>>>>>> it seems SIP-H323 interworking is not tuned at all. >>>>>>>> >>>>>>>> I have a call from a registered sip user (1001) to PSTN via mod_opal >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> expression="^0(112|9[23456])$"> >>>>>>>> >>>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> expression="^0(9[01789]\d{3,4})$"> >>>>>>>> >>>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> expression="^0([2-8]\d{6,7}|0[1-9]\d{7,8}|00[1-9]\d{8,16})$"> >>>>>>>> >>>>>>> data="effective_caller_id_number=1001282122"/> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> One of the many issues i sow is that FS connects the call on SIP leg >>>>>>>> before it actually receives H.225 connect from H323 leg... as it is >>>>>>>> configured to send 200 OK on the 1st H.225 message containing a FastStart >>>>>>>> element/OLC. >>>>>>>> >>>>>>>> >>>>>>>> Attached is the tcpdump i took on FS machine... just use this >>>>>>>> filter: "h225 or h245 or q931 or sip" >>>>>>>> Also, you can check the attac CDR,,,, this is an unanswered call i >>>>>>>> placed to PSTN and FS billed it 23 seconds. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Can anyone tell where i can do correct SIP - H323 message mappings >>>>>>>> to avoid this? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> T. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at 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 >>>>>>> iax:guest at conference.freeswitch.org/888 >>>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>>> pstn:213-799-1400 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/a42a4e86/attachment-0001.html From brian at freeswitch.org Wed Oct 7 07:20:20 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 09:20:20 -0500 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910070648n622c3f9haacc22c2328b44ff@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910041519h3581d3d2x7b84041e8c18588@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> <1b46b4e80910070648n622c3f9haacc22c2328b44ff@mail.gmail.com> Message-ID: <8750A70D-6891-4C07-B4DF-C7F4ABA58D67@freeswitch.org> I would suspect its a PEBKAC. I mean if you could register to a gateway that rejected auth... what purpose would auth serve in the first place? /b On Oct 7, 2009, at 8:48 AM, Nicolas Brenner wrote: > Is there some way to make FS register with the gateway that is > rejecting the authentication? is it FS or the SIP server at fault? > Why would X-Lite work and FS not? > > Thanks again for your time and help. From brian at freeswitch.org Wed Oct 7 07:20:42 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 09:20:42 -0500 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Followup, Agenda For This Week In-Reply-To: References: <87f2f3b90910051203v7bdbca5amfc82d193f3a4f1a3@mail.gmail.com> <507898380910070615k9fb3c9ha2d040e31c0035ad@mail.gmail.com> Message-ID: <9FF9A0D6-0D40-4C62-9244-6607172BAEA7@freeswitch.org> No! /b On Oct 7, 2009, at 8:37 AM, Muhammad Shahzad wrote: > Great. Just added it. Is there any user limit on this? > > Thank you. From brian at freeswitch.org Wed Oct 7 07:21:43 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 09:21:43 -0500 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <5BE289D2AE22492BA71A6919C8A440B3@D810> References: <5BE289D2AE22492BA71A6919C8A440B3@D810> Message-ID: <5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org> Bet you its inband dtmf and you need to start the dtmf detector. /b On Oct 7, 2009, at 8:11 AM, Andy wrote: > I can hear the IVR message played down the phone line so outgoing > audio is ok. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/fc1f560a/attachment.html From brian at freeswitch.org Wed Oct 7 07:24:00 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 09:24:00 -0500 Subject: [Freeswitch-users] Bridge application with shared lines In-Reply-To: <7F6D4A24-DCC7-4367-9EEE-73968A42DE98@jerris.com> References: <7F6D4A24-DCC7-4367-9EEE-73968A42DE98@jerris.com> Message-ID: <09EC098B-3883-4FF3-B7F2-08360E39D374@freeswitch.org> You'll need to set presence_id so it can work properly. SEE the default config that does exactly that with sofia_contact in the dial- string on the domain. /b On Oct 7, 2009, at 8:26 AM, Michael Jerris wrote: >> When calling the Bridge application with data parameter of sofia/ >> profile-name/number at domain the BLF works ok, but not the shared >> lines (i.e only one of the phones rings). >> When calling the Bridge application with data parameter of $ >> {sofia_contact(/profile-name/number at domain)} shared lines work ok >> but BLF doesn't fire up. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/6397e5a2/attachment.html From nicolas at medularis.com Wed Oct 7 07:43:44 2009 From: nicolas at medularis.com (Nicolas Brenner) Date: Wed, 7 Oct 2009 10:43:44 -0400 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <8750A70D-6891-4C07-B4DF-C7F4ABA58D67@freeswitch.org> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <1b46b4e80910041609x2f41ceb9u142cb484951a21ed@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> <1b46b4e80910070648n622c3f9haacc22c2328b44ff@mail.gmail.com> <8750A70D-6891-4C07-B4DF-C7F4ABA58D67@freeswitch.org> Message-ID: <1b46b4e80910070743h38d39e5ax362ff7944754067e@mail.gmail.com> You are missing the point, it is only rejecting auth for FS, Asterisk and X-Lite work fine with the same config for that gateway. On Wed, Oct 7, 2009 at 10:20 AM, Brian West wrote: > I would suspect its a PEBKAC. I mean if you could register to a > gateway that rejected auth... what purpose would auth serve in the > first place? > > /b > > On Oct 7, 2009, at 8:48 AM, Nicolas Brenner wrote: > > > Is there some way to make FS register with the gateway that is > > rejecting the authentication? is it FS or the SIP server at fault? > > Why would X-Lite work and FS not? > > > > Thanks again for your time and help. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/fefda8d5/attachment.html From srinivas.ksvreddy at gmail.com Wed Oct 7 07:48:14 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Wed, 7 Oct 2009 20:18:14 +0530 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know Message-ID: Hi can any please tell me where registered calls are stored, so when incoming call came to mod_sofia.c how it will check it is registered or not?\\ -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/1fdee3db/attachment.html From vhatz at kinetix.gr Wed Oct 7 06:37:58 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Wed, 07 Oct 2009 16:37:58 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <716784809.20091007161440@globtel.ro> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> <716784809.20091007161440@globtel.ro> Message-ID: <4ACC99B6.4070706@kinetix.gr> Claudiu Filip wrote: > Hi, > > Wednesday, October 7, 2009, 3:58:20 AM, Anthony M. wrote: >> barely get anybody asking about h.323. > > > H323 may not be popular for small ITSPs or small/medium PBXes, but > it's widely used by the big players.. and freeswitch doesnt share the > same goals with asterisk. > > > > Best wishes, > > > Claudiu Filip > I have to agree with Filip, H323 is not popular (or sometimes even known) to the VoIP end user and small PBX community. In fact many VoIP users that I've talked with even believe that VoIP started with SIP, which is not true. H323 although diminishing in usage is still used among voice carriers because it better resembles telephony environments and is not prone to errors and problems of SIP (example: if there is a network error in mid-call H323 uses TCP for signaling and therefore almost immediately detects the error to hang-up the call, while SIP _typically_ uses UDP and cannot detect such issues via signaling but only if a media gateway monitors RTP activity etc.). As it is already pointed out, many carriers switch to SIP steadily, but still H323 is important for carrier-to carrier interconnection. FreeSWITCH is positioned/advertised as a high-capacity softswitch (not just a SME PBX) which implies interconnection with large carriers (who still prefer H323). There are many SIP platforms out there, open source and closed source that can do SIP (most of them pretty good, some of them excellent). There are many closed source platforms that can do SIP and H323 pretty good (and some of them excellent). However, there is no open source platform that can do BOTH SIP and H323 REALLY good. That could be a competitive advantage for an open source platform... NOTE: All the above is just academic discussion. A reply to the above in the spirit "put your money where your mouth is" is not really constructive and will be countered by a series of valid arguments against it. Best regards, Vlasis Hatzistavrou. From msc at freeswitch.org Wed Oct 7 08:49:44 2009 From: msc at freeswitch.org (Michael Collins) Date: Wed, 7 Oct 2009 08:49:44 -0700 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> Message-ID: <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> On Wed, Oct 7, 2009 at 3:34 AM, lakshmanan ganapathy wrote: > Hi, > Again I was struck in a problem, Here is the scenario. > > On incomming call, I just call an event outboud socket. But what happens > is, for the first 15 call, it is working fine. But from the 16th call to > 30th call, it says the below error. > > 2009-10-07 15:07:48.201846 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:17 (ignored) > 2009-10-07 15:07:55.381861 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:18 (ignored) > 2009-10-07 15:07:58.569774 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:19 (ignored) > 2009-10-07 15:08:01.37824 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:20 (ignored) > 2009-10-07 15:08:03.129846 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:21 (ignored) > 2009-10-07 15:08:04.825851 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:22 (ignored) > 2009-10-07 15:08:06.289977 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:23 (ignored) > 2009-10-07 15:08:07.761961 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:24 (ignored) > 2009-10-07 15:08:09.737944 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:25 (ignored) > 2009-10-07 15:08:11.462018 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:26 (ignored) > 2009-10-07 15:08:13.566024 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:27 (ignored) > 2009-10-07 15:08:15.430163 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:28 (ignored) > 2009-10-07 15:08:17.446103 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:29 (ignored) > 2009-10-07 15:08:19.430118 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:30 (ignored) > 2009-10-07 15:08:21.358121 [WARNING] ozmod_libpri.c:761 --Failure opening > channel 1:31 (ignored) > > > But for the next call, when it is opening channel 1:1, it is executing my > dial plans. > I don't know why it failed when it is choosing 1:17-1:31. Any one has any > idea. > > Below are my configuration details: > > openzap.conf > [span zt PRI_1] > trunk_type => e1 > b-channel => 1:1-15 > d-channel=> 1:16 > b-channel => 1:17-31 > Just a hunch, but could you try this in openzap.conf: b-channel => 1:1-15,17-31 d-channel => 1:16 I want to see what happens. I don't have an E1 setup to test with right now otherwise I'd do it myself. Please report back. Thanks, MC > > openzap.conf.xml > > > > > > > > > > > > > > > zaptel.conf > > span=1,1,0,ccs,hdb3 > bchan=1-15,17-31 > dchan=16 > > loadzone = us > defaultzone = us > > oz list > > span: 1 (PRI_1) > type: isdn > chan_count: 47 > dialplan: XML > context: default > dial_regex: > fail_dial_regex: > hold_music: > analog_options none > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/af9d19fd/attachment-0001.html From tculjaga at gmail.com Wed Oct 7 08:50:12 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 7 Oct 2009 17:50:12 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <14480284.20091007154057@globtel.ro> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <86a32abc0910061722t67ff23ddr62e4f62365539bd4@mail.gmail.com> <191c3a030910061758r2ddea5fand388f0af2c4dfc33@mail.gmail.com> <65d96fc80910070137k52be89e3g846e55db72a8de5d@mail.gmail.com> <14480284.20091007154057@globtel.ro> Message-ID: <65d96fc80910070850h4c3735b7s7a7577b25b71e1f6@mail.gmail.com> On Wed, Oct 7, 2009 at 2:40 PM, Claudiu Filip wrote: > > > > Hi Tihomir, > > > I've done some tests to see how suitable is freeswitch as a > SIP/H323 translator and you are right about the fact that H323 > 'alert+open logical channel' will generate a SIP '200 OK'. I was > able to fix that with a couple of changes in mod_opal.cpp, however > some things were changed on mod_sofia in the latest svn. (on this > particular issue, open_logical_channel is processed BEFORE the > alerting, so the call is in SetupPhase when the proc > OnOpenMediaStream is triggered) > > > yep, thats correct ... i was just wondering why it hangs in SetUpPhase 2009-10-07 16:50:11.690451 [DEBUG] manager.cxx:718 OnOpenMediaStream Call[n03f409711]-EP[localhost/3263],OpalRTPMediaStream-Source-G.711-ALaw-64k 2009-10-07 16:50:11.690451 [INFO] mod_opal.cpp:1283 opal/ h323:05492122 at 10.4.4.254 initialise opal/h323:05492122 at 10.4.4.254read audio codec G.711-ALaw-64k for connection FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 16:50:11.690451 [DEBUG] mod_opal.cpp:1313 Set read audio codec to << G.711-ALaw-64k for connection FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 16:50:11.691525 [DEBUG] manager.cxx:718 OnOpenMediaStream Call[n03f409711]-EP[1],FSMediaStream-Sink-G.711-ALaw-64k *2009-10-07 16:50:11.691525 [CONSOLE] mod_opal.cpp:852 SetUpPhase => GetPhase() = '1'* 2009-10-07 16:50:11.691525 [DEBUG] connection.cxx:561 Opened sink stream n03f409711_1 with format G.711-ALaw-64k 2009-10-07 16:50:11.691525 [DEBUG] patch.cxx:341 Created Sink: format=G.711-ALaw-64k 2009-10-07 16:50:11.691525 [DEBUG] mediastrm.cxx:666 RTP data size cannot be changed to 160, fixed at 2048 2009-10-07 16:50:11.691525 [DEBUG] patch.cxx:179 Added direct media stream sink FSMediaStream-Sink-G.711-ALaw-64k this is the original code, and it never triggers eraly_media as never reaches AlertingPhase. if (GetMediaStream(stream.GetSessionID(), stream.IsSink()) != NULL) { // Have open media in both directions. if (GetPhase() == AlertingPhase) { switch_channel_mark_pre_answered(m_fsChannel); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "LOG ==>\t Alerting => GetPhase() = '%d'\n",GetPhase()); } else if (GetPhase() < ReleasingPhase) { switch_channel_mark_answered(m_fsChannel); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "LOG ==>\t GetPhase() = '%d'\n",GetPhase()); } } I tried this, it works for early media but i still need to open a full media path and say the call actually connected .... if (GetMediaStream(stream.GetSessionID(), stream.IsSink()) != NULL) { // Have open media in both directions. if (GetPhase() < ConnectedPhase) { switch_channel_mark_pre_answered(m_fsChannel); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "EARLY MEDIA => GetPhase() = '%d'\n",GetPhase()); } else if (GetPhase() < ReleasingPhase) { switch_channel_mark_answered(m_fsChannel); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "FULL MEDIA => GetPhase() = '%d'\n",GetPhase()); } } this is when i'm dong early_media: 2009-10-07 17:45:26.788082 [DEBUG] manager.cxx:718 OnOpenMediaStream Call[c8dce50981]-EP[localhost/26906],OpalRTPMediaStream-Source-G.711-ALaw-64k 2009-10-07 17:45:26.789158 [INFO] mod_opal.cpp:1279 opal/ h323:05492122 at 10.4.4.254 initialise opal/h323:05492122 at 10.4.4.254read audio codec G.711-ALaw-64k for connection FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.789158 [DEBUG] mod_opal.cpp:1309 Set read audio codec to << G.711-ALaw-64k for connection FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.789158 [DEBUG] manager.cxx:718 OnOpenMediaStream Call[c8dce50981]-EP[1],FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.789158 [NOTICE] mod_opal.cpp:887 Pre-Answer opal/ h323:05492122 at 10.4.4.254 ! 2009-10-07 17:45:26.789158 [DEBUG] switch_channel.c:1822 Send signal sofia/internal/1001 at 10.4.62.7 [BREAK] *2009-10-07 17:45:26.789158 [CONSOLE] mod_opal.cpp:888 EARLY MEDIA => GetPhase() = '1'* 2009-10-07 17:45:26.789158 [DEBUG] connection.cxx:561 Opened sink stream c8dce50981_1 with format G.711-ALaw-64k 2009-10-07 17:45:26.789158 [DEBUG] patch.cxx:341 Created Sink: format=G.711-ALaw-64k 2009-10-07 17:45:26.790236 [DEBUG] switch_ivr_originate.c:2154 sofia/internal/1001 at 10.4.62.7 receive message [PROGRESS] 2009-10-07 17:45:26.790236 [INFO] switch_ivr_originate.c:2154 Sending early media 2009-10-07 17:45:26.790236 [DEBUG] sofia_glue.c:2329 AUDIO RTP [sofia/internal/1001 at 10.4.62.7] 10.4.62.7 port 19594 -> 10.4.62.89 port 5004 codec: 8 ms: 20 2009-10-07 17:45:26.790236 [DEBUG] switch_rtp.c:1155 Starting timer [soft] 160 bytes per 20ms 2009-10-07 17:45:26.790236 [DEBUG] mediastrm.cxx:666 RTP data size cannot be changed to 160, fixed at 2048 2009-10-07 17:45:26.790236 [DEBUG] patch.cxx:179 Added direct media stream sink FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.790236 [DEBUG] connection.cxx:728 Sink stream of connection Call[c8dce50981]-EP[1] uses patch Patch OpalRTPMediaStream-Source-G.711-ALaw-64k -> FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.791311 [DEBUG] connection.cxx:728 Source stream of connection Call[c8dce50981]-EP[localhost/26906] uses patch Patch OpalRTPMediaStream-Source-G.711-ALaw-64k -> FSMediaStream-Sink-G.711-ALaw-64k 2009-10-07 17:45:26.791311 [DEBUG] rtpconn.cxx:249 Adding RFC2833 receive handler 2009-10-07 17:45:26.791311 [DEBUG] rtpconn.cxx:254 Adding Cisco NSE receive handler 2009-10-07 17:45:26.791311 [DEBUG] h323ep.cxx:1118 Started receiving logical channel: G.711-ALaw-64k <2> 2009-10-07 17:45:26.791311 [DEBUG] rtpconn.cxx:496 Releasing session 1 2009-10-07 17:45:26.792387 [DEBUG] rtpconn.cxx:496 Releasing session 1 2009-10-07 17:45:26.792387 [DEBUG] h323.cxx:2450 Fast starting 2 channels 2009-10-07 17:45:26.792387 [DEBUG] h323ep.cxx:1024 Received alerting PDU. 2009-10-07 17:45:26.792387 [DEBUG] manager.cxx:636 OnAlerting Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:26.792387 [DEBUG] call.cxx:184 OnAlerting Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:26.792387 [DEBUG] localep.cxx:214 SetAlerting(10.4.4.254) 2009-10-07 17:45:26.792387 [INFO] mod_sofia.c:1518 Ring SDP: v=0 o=FreeSWITCH 1254910732 1254910733 IN IP4 10.4.62.7 s=FreeSWITCH c=IN IP4 10.4.62.7 t=0 0 m=audio 19594 RTP/AVP 8 101 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2009-10-07 17:45:26.792387 [DEBUG] connection.cxx:1115 SetPhase from SetUpPhase to AlertingPhase for Call[c8dce50981]-EP[1] 2009-10-07 17:45:26.792387 [NOTICE] mod_sofia.c:1521 Pre-Answer sofia/internal/1001 at 10.4.62.7! 2009-10-07 17:45:26.793458 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/1001 at 10.4.62.7 [BREAK] 2009-10-07 17:45:26.793458 [DEBUG] switch_ivr_originate.c:2196 Originate Resulted in Success: [opal/h323:05492122 at 10.4.4.254 ] 2009-10-07 17:45:26.793458 [DEBUG] switch_channel.c:182 opal/ h323:05492122 at 10.4.4.254 receive message [AUDIO_SYNC] 2009-10-07 17:45:26.793458 [DEBUG] mod_opal.cpp:1156 Received message 20 on connection Call[c8dce50981]-EP[1] 2009-10-07 17:45:26.793458 [DEBUG] switch_channel.c:182 sofia/internal/ 1001 at 10.4.62.7 receive message [AUDIO_SYNC] 2009-10-07 17:45:26.793458 [DEBUG] switch_ivr_bridge.c:911 opal/ h323:05492122 at 10.4.4.254 receive message [BRIDGE] 2009-10-07 17:45:26.793458 [DEBUG] sofia.c:3359 Channel sofia/internal/ 1001 at 10.4.62.7 entering state [early][183] 2009-10-07 17:45:26.793458 [DEBUG] mod_opal.cpp:1156 Received message 4 on connection Call[c8dce50981]-EP[1] 2009-10-07 17:45:26.793458 [DEBUG] switch_core_session.c:630 Send signal opal/h323:05492122 at 10.4.4.254 [BREAK] 2009-10-07 17:45:26.794816 [DEBUG] mod_opal.cpp:999 Kill 3 on connection Call[c8dce50981]-EP[1] 2009-10-07 17:45:26.794816 [DEBUG] switch_ivr_bridge.c:918 sofia/internal/ 1001 at 10.4.62.7 receive message [BRIDGE] 2009-10-07 17:45:26.794816 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/1001 at 10.4.62.7 [BREAK] 2009-10-07 17:45:26.794816 [DEBUG] switch_ivr_bridge.c:962 (opal/ h323:05492122 at 10.4.4.254 ) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA < ----------------- snip ------------------> 1 entries { [0]=dialedDigits "1001282122" } } h245Tunneling = true } } } 2009-10-07 17:45:31.892521 [DEBUG] h323.cxx:582 Handling PDU: Connect callRef=26906 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:1115 SetPhase from AlertingPhase to ConnectedPhase for Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:513 OnConnected for Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] manager.cxx:652 OnConnected Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] call.cxx:214 OnConnected Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:480 SetConnected for Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:1115 SetPhase from AlertingPhase to ConnectedPhase for Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:1115 SetPhase from ConnectedPhase to EstablishedPhase for Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:520 OnEstablished Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:617 Media stream threads started. 2009-10-07 17:45:31.892521 [DEBUG] manager.cxx:660 OnEstablished Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] call.cxx:245 OnEstablished Call[c8dce50981]-EP[1] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:617 Media stream threads started. 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:1115 SetPhase from ConnectedPhase to EstablishedPhase for Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:520 OnEstablished Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.892521 [DEBUG] connection.cxx:617 Media stream threads started. 2009-10-07 17:45:31.893601 [DEBUG] manager.cxx:660 OnEstablished Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.893601 [DEBUG] call.cxx:245 OnEstablished Call[c8dce50981]-EP[localhost/26906] 2009-10-07 17:45:31.893601 [DEBUG] connection.cxx:617 Media stream threads started. 2009-10-07 17:45:31.893601 [DEBUG] h323.cxx:945 Set protocol version to 5 2009-10-07 17:45:31.893601 [DEBUG] h323.cxx:1261 Set remote party name: "10.4.4.254" 2009-10-07 17:45:31.893601 [DEBUG] h323.cxx:1269 Set remote application name: "Avaya Multivantage R014x.00.1.731.2 181/19540 Vox Lucida Pty. Ltd." 2009-10-07 17:45:31.893601 [DEBUG] h323ep.cxx:1087 Received connect PDU. 2009-10-07 17:45:31.893601 [DEBUG] h323.cxx:2367 Fast start response with no channels to open 2009-10-07 17:45:31.893601 [DEBUG] h323.cxx:3543 InternalEstablishedConnectionCheck: connectionState=HasExecutedSignalConnect fastStartState=FastStartAcknowledged H.245 is ready as ConnectMessage was never sent from opal to FS :P what was your workaround? > The most important problem I'm having right now is that G729 is > still not working (poor quality due to high buffering). Even with > the latest Opal, which includes the last week patch for jitter > buffer. If you dont need G729, I could send you a patch for the > latest svns (freeswitch, opal, ptlib), ofc no founding needed. > > There are a couple of bugs in opal itself and h323ing freeswitch > with opal will bring them in. On the other hand, mod_opal is > already there, it just needs a few adjustments. > > > Best wishes, > > Claudiu Filip > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/c0143b26/attachment.html From msc at freeswitch.org Wed Oct 7 09:56:41 2009 From: msc at freeswitch.org (Michael Collins) Date: Wed, 7 Oct 2009 09:56:41 -0700 Subject: [Freeswitch-users] unable to configure Digium TDM400P In-Reply-To: References: Message-ID: <87f2f3b90910070956l520b2c51p7f33463128bf68b2@mail.gmail.com> The ztcfg seems okay since it set the signaling to kewlstart. What part is not working? Be sure to pastebin your openzap.conf and openzap.conf.xml files as well as a full debug of what happens when loading mod_openzap. -MC On Wed, Oct 7, 2009 at 3:40 AM, Woody Dickson wrote: > Hi, > > I am trying to setup a Digium TDM400P following the instruction on the > wiki. > It is a 1 fxo and 1 fxs card, so I tried > loadzone=in > defaultzone=in > fxsks=2 > fxoks=1 > > and > > loadzone=in > defaultzone=in > fxsks=1 > fxoks=2 > > None works. Does anyone know how it should be configured? > > Here is what I get by following the wiki. > > [root at localhost zaptel]# ztcfg -vv > > Zaptel Version: SVN-branch-1.4-r4629M > Echo Canceller: MG2 > Configuration > ====================== > > > Channel map: > > Channel 01: FXS Kewlstart (Default) (Slaves: 01) > Channel 02: FXO Kewlstart (Default) (Slaves: 02) > > 2 channels to configure. > > Changing signalling on channel 1 from FXO Kewlstart to FXS Kewlstart > Changing signalling on channel 2 from FXS Kewlstart to FXO Kewlstart > > > [root at localhost zaptel]# ztcfg -vv > > Zaptel Version: SVN-branch-1.4-r4629M > Echo Canceller: MG2 > Configuration > ====================== > > > Channel map: > > Channel 01: FXO Kewlstart (Default) (Slaves: 01) > Channel 02: FXS Kewlstart (Default) (Slaves: 02) > > 2 channels to configure. > > Changing signalling on channel 1 from FXS Kewlstart to FXO Kewlstart > Changing signalling on channel 2 from FXO Kewlstart to FXS Kewlstart > > > [root at localhost zaptel]# lspci > 00:14.0 Ethernet controller: Digium, Inc. TDM400P (rev 11) > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/7e61fc76/attachment-0001.html From Prometheus001 at gmx.net Wed Oct 7 10:11:27 2009 From: Prometheus001 at gmx.net (Peter P GMX) Date: Wed, 07 Oct 2009 19:11:27 +0200 Subject: [Freeswitch-users] xml_curl configuration for failover cluster Message-ID: <4ACCCBBF.4010308@gmx.net> Hello, I read in the wiki that binding blocks are processed in sequential order in a failover matter. So I created the following bindings for XML-Curl: However grepping the network traffic I can see that Freewitch always fetches both servers fo one binding. So there is no real failover. How can I avoid that? Best regards Peter From andy at fabulous4.co.uk Wed Oct 7 10:44:00 2009 From: andy at fabulous4.co.uk (Andy) Date: Wed, 7 Oct 2009 18:44:00 +0100 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org> References: <5BE289D2AE22492BA71A6919C8A440B3@D810> <5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org> Message-ID: <60E56B6B355C45BCA0D31F4425B9173A@D810> Thanks Brian, sorry should have pre-empted that one as I've issue before. start_dtmf is in the dialplan and occurs at the start of every call. On closer inspection however it appears that only part of the nat setup is taking place. sofia status gives: Name Type Data State ============================================================================ ===================== internal profile sip:mod_sofia at 10.10.0.2:5080 RUNNING (0) external profile sip:mod_sofia at 10.10.0.2:5060 RUNNING (0) default alias internal ALIASED 10.10.0.2 alias internal ALIASED ============================================================================ ===================== 2 profiles 2 aliases sofia status profile external gives (the external ip addresses are correct): API CALL [sofia(status profile external)] output: ============================================================================ ===================== Name external Domain Name N/A DBName sofia_reg_external Pres Hosts Dialplan XML,enum Context default Challenge Realm auto_to RTP-IP 10.10.0.2 Ext-RTP-IP 82.5.159.138 SIP-IP 10.10.0.2 Ext-SIP-IP 82.5.159.138 URL sip:mod_sofia at 10.10.0.2:5060 BIND-URL sip:mod_sofia at 10.10.0.2:5060 HOLD-MUSIC N/A OUTBOUND-PROXY N/A CODECS PCMU,PCMA,GSM TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG false PROXY-MEDIA false AGGRESSIVENAT false STUN-ENABLED true STUN-AUTO-DISABLE false CALLS-IN 0 FAILED-CALLS-IN 0 CALLS-OUT 0 FAILED-CALLS-OUT 0 BUT...... nat_map status, gives: API CALL [nat_map(status)] output: false And there is no mention of nat detection in the startup log. Is this because I'm using port 5060 externally? Cheers Andy _____ From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: 07 October 2009 15:22 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] NAT problems - sorry Bet you its inband dtmf and you need to start the dtmf detector. /b On Oct 7, 2009, at 8:11 AM, Andy wrote: I can hear the IVR message played down the phone line so outgoing audio is ok. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/4e1abe4e/attachment.html From brian at freeswitch.org Wed Oct 7 10:49:24 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 12:49:24 -0500 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <60E56B6B355C45BCA0D31F4425B9173A@D810> References: <5BE289D2AE22492BA71A6919C8A440B3@D810> <5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org> <60E56B6B355C45BCA0D31F4425B9173A@D810> Message-ID: <6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org> No its because you're not behind a upnp/nat-pmp router so you'll have to manually forward everything... All the info you showed displaying the profile status is correct. /b On Oct 7, 2009, at 12:44 PM, Andy wrote: > Is this because I'm using port 5060 externally? > > Cheers > Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/961ea8bf/attachment.html From dome at tel.co.th Wed Oct 7 10:52:35 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 00:52:35 +0700 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: References: Message-ID: <8ccbff060910071052x5c27c7c0ub15c69c5c39ff83e@mail.gmail.com> 2009/10/7 srinivasula reddy : > > Hi > > can any please tell me where registered calls are stored, so when incoming > call came to mod_sofia.c how it will check it is registered or not?\\ I use 2 profile internal profile require register before make a call. external i use odbcquery check ipaddress before process call. (in dialplan) Dome C. > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 andy at fabulous4.co.uk Wed Oct 7 10:58:19 2009 From: andy at fabulous4.co.uk (Andy) Date: Wed, 7 Oct 2009 18:58:19 +0100 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org> References: <5BE289D2AE22492BA71A6919C8A440B3@D810><5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org><60E56B6B355C45BCA0D31F4425B9173A@D810> <6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org> Message-ID: <703EEB9AC9AD43898C6C46F82904E6A9@D810> Many thanks Brian, the firewall docs assure me it is uPnp but is probably lying or a poor implementation. Could you point me to the right section of the Wiki to tell me how to do this manually as I've been scouting for some time and can;t seem to find the right thing. sorry if I'm being blind. _____ From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: 07 October 2009 18:49 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] NAT problems - sorry No its because you're not behind a upnp/nat-pmp router so you'll have to manually forward everything... All the info you showed displaying the profile status is correct. /b On Oct 7, 2009, at 12:44 PM, Andy wrote: Is this because I'm using port 5060 externally? Cheers Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/b4e10ee8/attachment-0001.html From brian at freeswitch.org Wed Oct 7 11:06:37 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 13:06:37 -0500 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <703EEB9AC9AD43898C6C46F82904E6A9@D810> References: <5BE289D2AE22492BA71A6919C8A440B3@D810><5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org><60E56B6B355C45BCA0D31F4425B9173A@D810> <6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org> <703EEB9AC9AD43898C6C46F82904E6A9@D810> Message-ID: <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> s/auto-nat/$realip/ then forward the rtp ports and sip ports. /b PS chances are you have to ENABLE upnp. On Oct 7, 2009, at 12:58 PM, Andy wrote: > Many thanks Brian, the firewall docs assure me it is uPnp but is > probably lying or a poor implementation. Could you point me to the > right section of the Wiki to tell me how to do this manually as I've > been scouting for some time and can;t seem to find the right thing. > sorry if I'm being blind. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/6eee156f/attachment.html From andy at fabulous4.co.uk Wed Oct 7 11:48:33 2009 From: andy at fabulous4.co.uk (Andy) Date: Wed, 7 Oct 2009 19:48:33 +0100 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> References: <5BE289D2AE22492BA71A6919C8A440B3@D810><5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org><60E56B6B355C45BCA0D31F4425B9173A@D810><6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org><703EEB9AC9AD43898C6C46F82904E6A9@D810> <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> Message-ID: <1B629AB98E50412496D2673E1FE160D9@D810> Thanks Brian, I've now set the external ips manually to be my external ip and have forward all ports through my firewall to the FS server. It's actually set up as a DMZ to everything is being forwarded without restriction but sadly DTMF and HANGUP messages are still not getting through. Have I misunderstood what is required. Is there some additional forwarding within FS required. I'm really sorry to keep coming back but I've been wrestling with this for a long time now and not getting anywhere. Many thanks Andy _____ From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: 07 October 2009 19:07 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] NAT problems - sorry s/auto-nat/$realip/ then forward the rtp ports and sip ports. /b PS chances are you have to ENABLE upnp. On Oct 7, 2009, at 12:58 PM, Andy wrote: Many thanks Brian, the firewall docs assure me it is uPnp but is probably lying or a poor implementation. Could you point me to the right section of the Wiki to tell me how to do this manually as I've been scouting for some time and can;t seem to find the right thing. sorry if I'm being blind. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091007/8a4cce39/attachment.html From rupa at rupa.com Wed Oct 7 12:30:16 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Wed, 7 Oct 2009 13:30:16 -0600 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <1B629AB98E50412496D2673E1FE160D9@D810> References: <5BE289D2AE22492BA71A6919C8A440B3@D810> <5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org> <60E56B6B355C45BCA0D31F4425B9173A@D810> <6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org> <703EEB9AC9AD43898C6C46F82904E6A9@D810> <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> <1B629AB98E50412496D2673E1FE160D9@D810> Message-ID: Double check your firewall and: 1) ensure you've actually enabled UPNP and 2) Ensure that any mention of a SIP ALG (application level gateway) is turned off. SIP ALGs tend to really screw things up. On Wed, Oct 7, 2009 at 12:48 PM, Andy wrote: > I've now set the external ips manually to be my external ip and have forward > all ports through my firewall to the FS server. It's actually set up as a > DMZ to everything is?being forwarded without restriction but sadly DTMF and > HANGUP messages are still not getting through. Have I misunderstood what is > required. Is there some additional forwarding within FS required. I'm really > sorry to keep?coming back but I've been wrestling with this?for a long time > now and not?getting anywhere. > -- -Rupa From kristian.kielhofner at gmail.com Wed Oct 7 12:35:56 2009 From: kristian.kielhofner at gmail.com (Kristian Kielhofner) Date: Wed, 7 Oct 2009 15:35:56 -0400 Subject: [Freeswitch-users] linksys spa-3102 fax t38 + freeswitch media proxy In-Reply-To: <4ACB9519.9000805@gmail.com> References: <4ACB9519.9000805@gmail.com> Message-ID: <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> Since no one else has responded I'll chime in with some general advice. It's troubling to see that your "provider" is using Asterisk to face you (the customer). I've never had any luck getting T.38 to work (at all, in any mode) using Asterisk. I've heard of other people making it work but consider the chain here: Their provider (they appear to be using DIDx, hmmm) -> Callwithus (using Asterisk) -> You (FreeSWITCH) -> Your device I don't see anything specific in your case but there are many, many places for T.38 to go wrong in this scenario. I'd recommend attempting T.38 against a local gateway or known Tier 1 provider supporting T.38 with known equipment. Otherwise, do you have any updates for us? On Tue, Oct 6, 2009 at 3:06 PM, Vladimir Elizarov wrote: > Hello. > > I want to set up faxing via the gateway linksys spa-3102 (with support > for t38) via SIP. > > SIP-client -> linksys spa3102 -> fs -> provider > > ? ? > ? ? ? ?.... > ? ? ? ? > ? ? ? ? > ? ? > > > ? ? > ? ? ? ? ? ? > ? ? ? ? ? ? > ? ? ? ? ? ? data="sofia/gateway/callwithus/*4087$2 at sip.callwithus.com"/> > ? ? ? ? > > > I make a call, press start on the fax. Fax not sent. Get this in the log > (UA freeswitch not trunk-12805): > > ? ------------------------------------------------------------------------ > ? INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 > ? Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK8yjrHeUprX2Hr > ? Max-Forwards: 99 > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302430 INVITE > ? Contact: > ? User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 > ? Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? Supported: timer, precondition, path, replaces > ? Allow-Events: talk, refer > ? Content-Type: application/sdp > ? Content-Disposition: session > ? Content-Length: 250 > ? Remote-Party-ID: "Mihailova Ludmila" > ;party=calling;screen=yes;privacy=off > > ? v=0 > ? o=- 216896551 216896551 IN IP4 192.168.50.51 > ? s=- > ? c=IN IP4 77.239.230.202 > ? t=0 0 > ? m=audio 32404 RTP/AVP 0 100 101 > ? a=rtpmap:0 PCMU/8000 > ? a=rtpmap:100 NSE/8000 > ? a=fmtp:100 192-193 > ? a=rtpmap:101 telephone-event/8000 > ? a=fmtp:101 0-15 > ? a=ptime:30 > > ? ------------------------------------------------------------------------ > send 1333 bytes to udp/[38.99.70.232]:5060 at 15:05:34.485226: > ? ------------------------------------------------------------------------ > ? INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 > ? Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK97BHK9BtN6r4K > ? Max-Forwards: 99 > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302431 INVITE > ? Contact: > ? Expires: 3600 > ? User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 > ? Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? Supported: timer, precondition, path, replaces > ? Allow-Events: talk, refer > ? Content-Type: application/sdp > ? Content-Disposition: session > ? Content-Length: 250 > ? Remote-Party-ID: "Mihailova Ludmila" > ;party=calling;screen=yes;privacy=off > > ? v=0 > ? o=- 216896551 216896551 IN IP4 192.168.50.51 > ? s=- > ? c=IN IP4 77.239.230.202 > ? t=0 0 > ? m=audio 32404 RTP/AVP 0 100 101 > ? a=rtpmap:0 PCMU/8000 > ? a=rtpmap:100 NSE/8000 > ? a=fmtp:100 192-193 > ? a=rtpmap:101 telephone-event/8000 > ? a=fmtp:101 0-15 > ? a=ptime:30 > ? ------------------------------------------------------------------------ > ? SIP/2.0 100 Giving a try > ? Via: SIP/2.0/UDP > 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302431 INVITE > ? Server: CWU SIP GW > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > recv 836 bytes from udp/[38.99.70.232]:5060 at 15:05:49.641312: > ? ------------------------------------------------------------------------ > ? SIP/2.0 183 Session Progress > ? Via: SIP/2.0/UDP > 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K > ? Record-Route: > > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: ;tag=as22d3d3b0 > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302431 INVITE > ? User-Agent: CWU SIP-GW > ? Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY > ? Supported: replaces > ? Contact: > ? Content-Type: application/sdp > ? Content-Length: 209 > > ? v=0 > ? o=root 31797 31797 IN IP4 4.55.17.66 > ? s=session > ? c=IN IP4 4.55.17.66 > ? t=0 0 > ? m=audio 14104 RTP/AVP 0 101 > ? a=rtpmap:0 PCMU/8000 > ? a=rtpmap:101 telephone-event/8000 > ? a=fmtp:101 0-16 > ? a=ptime:20 > ? a=sendrecv > ? ------------------------------------------------------------------------ > v=0 > o=root 31797 31797 IN IP4 4.55.17.66 > s=session > c=IN IP4 4.55.17.66 > t=0 0 > m=audio 14104 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > 2009-10-06 19:03:31.112988 [NOTICE] sofia.c:3449 Pre-Answer > sofia/external/*408774957558438 at sip.callwithus.com! > 2009-10-06 19:03:31.112988 [DEBUG] switch_channel.c:1822 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2095 Set Codec > sofia/external/*408774957558438 at sip.callwithus.com PROXY/8000 20 ms 160 > samples > 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP > [sofia/external/*408774957558438 at sip.callwithus.com] > 192.168.50.10:32404->4.55.17.66:14104 codec: 0 ms: 20 > 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer > 2009-10-06 19:03:31.112988 [DEBUG] switch_ivr_originate.c:2154 > sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] > 2009-10-06 19:03:31.112988 [INFO] switch_ivr_originate.c:2154 Sending > early media > 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:1322 > sofia/internal/214 at pbx0.tssec.lan Patched SDP > --- > v=0 > o=root 31797 31797 IN IP4 4.55.17.66 > s=session > c=IN IP4 4.55.17.66 > t=0 0 > m=audio 14104 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > +++ > v=0 > o=root 31797 31797 IN IP4 4.55.17.66 > s=session > c=IN IP4 192.168.50.10 > t=0 0 > m=audio 32698 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP > [sofia/internal/214 at pbx0.tssec.lan] > 192.168.50.10:32698->192.168.50.51:16474 codec: 0 ms: 30 > 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer > 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2508 Set comfort noise > payload to 13 > 2009-10-06 19:03:31.112988 [DEBUG] sofia.c:3462 > sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] > 2009-10-06 19:03:31.116989 [NOTICE] mod_sofia.c:1521 Pre-Answer > sofia/internal/214 at pbx0.tssec.lan! > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_originate.c:2196 Originate > Resulted in Success: [sofia/external/*408774957558438 at sip.callwithus.com] > 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 > sofia/external/*408774957558438 at sip.callwithus.com receive message > [AUDIO_SYNC] > 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 > sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] > 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:911 > sofia/external/*408774957558438 at sip.callwithus.com receive message [BRIDGE] > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal > sofia/external/*408774957558438 at sip.callwithus.com [BREAK] > 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:918 > sofia/internal/214 at pbx0.tssec.lan receive message [BRIDGE] > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:962 > (sofia/external/*408774957558438 at sip.callwithus.com) State Change > CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA > 2009-10-06 19:03:31.116989 [DEBUG] sofia.c:3359 Channel > sofia/internal/214 at pbx0.tssec.lan entering state [early][183] > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:932 Send signal > sofia/external/*408774957558438 at sip.callwithus.com [BREAK] > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:306 > (sofia/external/*408774957558438 at sip.callwithus.com) Running State > Change CS_EXCHANGE_MEDIA > 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:343 > (sofia/external/*408774957558438 at sip.callwithus.com) State EXCHANGE_MEDIA > 2009-10-06 19:03:31.116989 [DEBUG] mod_sofia.c:430 SOFIA LOOPBACK > recv 822 bytes from udp/[38.99.70.232]:5060 at 15:05:58.503701: > ? ------------------------------------------------------------------------ > ? SIP/2.0 200 OK > ? Via: SIP/2.0/UDP > 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K > ? Record-Route: > > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: ;tag=as22d3d3b0 > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302431 INVITE > ? User-Agent: CWU SIP-GW > ? Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY > ? Supported: replaces > ? Contact: > ? Content-Type: application/sdp > ? Content-Length: 209 > > ? v=0 > ? o=root 31797 31798 IN IP4 4.55.17.66 > ? s=session > ? c=IN IP4 4.55.17.66 > ? t=0 0 > ? m=audio 14104 RTP/AVP 0 101 > ? a=rtpmap:0 PCMU/8000 > ? a=rtpmap:101 telephone-event/8000 > ? a=fmtp:101 0-16 > ? a=ptime:20 > ? a=sendrecv > ? ------------------------------------------------------------------------ > send 762 bytes to udp/[38.99.70.232]:5060 at 15:05:58.507702: > ? ------------------------------------------------------------------------ > ? ACK sip:*408774957558438 at 204.74.213.1:5062 SIP/2.0 > ? Via: SIP/2.0/UDP 192.168.50.10:5080;rport;branch=z9hG4bKaH59m4vXjFFQF > ? Route: > ? Max-Forwards: 70 > ? From: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? To: ;tag=as22d3d3b0 > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 121302431 ACK > ? Contact: > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel > sofia/external/*408774957558438 at sip.callwithus.com entering state > [ready][200] > 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:1935 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3814 Channel > [sofia/external/*408774957558438 at sip.callwithus.com] has been answered > 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 > sofia/external/*408774957558438 at sip.callwithus.com receive message > [AUDIO_SYNC] > 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3819 > sofia/internal/214 at pbx0.tssec.lan receive message [ANSWER] > 2009-10-06 19:03:39.975377 [DEBUG] sofia_glue.c:1322 > sofia/internal/214 at pbx0.tssec.lan Patched SDP > --- > v=0 > o=root 31797 31797 IN IP4 4.55.17.66 > s=session > c=IN IP4 4.55.17.66 > t=0 0 > m=audio 14104 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > +++ > v=0 > o=root 31797 31797 IN IP4 4.55.17.66 > s=session > c=IN IP4 192.168.50.10 > t=0 0 > m=audio 32698 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > 2009-10-06 19:03:39.975377 [DEBUG] switch_core_session.c:630 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3819 Channel > [sofia/internal/214 at pbx0.tssec.lan] has been answered > 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 > sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] > 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel > sofia/internal/214 at pbx0.tssec.lan entering state [completed][200] > 2009-10-06 19:03:39.991381 [DEBUG] sofia.c:3359 Channel > sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] > recv 1054 bytes from udp/[38.99.70.232]:5060 at 15:06:05.577607: > ? ------------------------------------------------------------------------ > ? INVITE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Contact: > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 102 INVITE > ? User-Agent: CWU SIP-GW > ? Max-Forwards: 69 > ? Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY > ? Supported: replaces > ? X-asterisk-info: SIP re-invite (T38 switchover) > ? Content-Type: application/sdp > ? Content-Length: 350 > > ? v=0 > ? o=root 31797 31799 IN IP4 32.50.63.192 > ? s=session > ? c=IN IP4 32.50.63.192 > ? t=0 0 > ? m=image 14104 udptl t38 > ? a=T38FaxVersion:0 > ? a=T38MaxBitRate:9600 > ? a=T38FaxFillBitRemoval:0 > ? a=T38FaxTranscodingMMR:0 > ? a=T38FaxTranscodingJBIG:0 > ? a=T38FaxRateManagement:transferredTCF > ? a=T38FaxMaxBuffer:176 > ? a=T38FaxMaxDatagram:176 > ? a=T38FaxUdpEC:t38UDPRedundancy > ? ------------------------------------------------------------------------ > send 443 bytes to udp/[38.99.70.232]:5060 at 15:06:05.577607: > ? ------------------------------------------------------------------------ > ? SIP/2.0 100 Trying > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 102 INVITE > ? User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel > sofia/external/*408774957558438 at sip.callwithus.com entering state > [received][100] > 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3366 Remote SDP: > v=0 > o=root 31797 31799 IN IP4 32.50.63.192 > s=session > c=IN IP4 32.50.63.192 > t=0 0 > m=image 14104 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:9600 > a=T38FaxFillBitRemoval:0 > a=T38FaxTranscodingMMR:0 > a=T38FaxTranscodingJBIG:0 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:176 > a=T38FaxMaxDatagram:176 > a=T38FaxUdpEC:t38UDPRedundancy > > 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3683 Passing SDP to other leg. > v=0 > o=root 31797 31799 IN IP4 32.50.63.192 > s=session > c=IN IP4 32.50.63.192 > t=0 0 > m=image 14104 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:9600 > a=T38FaxFillBitRemoval:0 > a=T38FaxTranscodingMMR:0 > a=T38FaxTranscodingJBIG:0 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:176 > a=T38FaxMaxDatagram:176 > a=T38FaxUdpEC:t38UDPRedundancy > > 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3696 > sofia/internal/214 at pbx0.tssec.lan receive message [MEDIA_REDIRECT] > 2009-10-06 19:03:47.049284 [DEBUG] mod_sofia.c:1195 > sofia/internal/214 at pbx0.tssec.lan Sending media re-direct: > v=0 > o=root 31797 31799 IN IP4 32.50.63.192 > s=session > c=IN IP4 32.50.63.192 > t=0 0 > m=image 14104 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:9600 > a=T38FaxFillBitRemoval:0 > a=T38FaxTranscodingMMR:0 > a=T38FaxTranscodingJBIG:0 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:176 > a=T38FaxMaxDatagram:176 > a=T38FaxUdpEC:t38UDPRedundancy > > 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1101 Remote address:port > [192.168.50.51:16474] has not changed. > 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1322 > sofia/internal/214 at pbx0.tssec.lan Patched SDP > --- > v=0 > o=root 31797 31799 IN IP4 32.50.63.192 > s=session > c=IN IP4 32.50.63.192 > t=0 0 > m=image 14104 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:9600 > a=T38FaxFillBitRemoval:0 > a=T38FaxTranscodingMMR:0 > a=T38FaxTranscodingJBIG:0 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:176 > a=T38FaxMaxDatagram:176 > a=T38FaxUdpEC:t38UDPRedundancy > > +++ > v=0 > o=root 31797 31799 IN IP4 32.50.63.192 > s=session > c=IN IP4 192.168.50.10 > t=0 0 > m=image 32698 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:9600 > a=T38FaxFillBitRemoval:0 > a=T38FaxTranscodingMMR:0 > a=T38FaxTranscodingJBIG:0 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:176 > a=T38FaxMaxDatagram:176 > a=T38FaxUdpEC:t38UDPRedundancy > > 2009-10-06 19:03:47.049284 [DEBUG] switch_core_session.c:630 Send signal > sofia/internal/214 at pbx0.tssec.lan [BREAK] > 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel > sofia/internal/214 at pbx0.tssec.lan entering state [calling][0] > 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1101 Remote address:port > [192.168.50.51:16474] has not changed. > 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3158 Passing 200 OK to other leg > 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3170 > sofia/external/*408774957558438 at sip.callwithus.com receive message [RESPOND] > 2009-10-06 19:03:47.077291 [DEBUG] mod_sofia.c:1427 Responding with 200 [OK] > 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1322 > sofia/external/*408774957558438 at sip.callwithus.com Patched SDP > --- > v=0 > o=- 216899808 216899808 IN IP4 192.168.50.51 > s=- > c=IN IP4 192.168.50.51 > t=0 0 > m=image 16474 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:14400 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:200 > a=T38FaxMaxDatagram:200 > a=T38FaxUdpEC:t38UDPRedundancy > > +++ > v=0 > o=- 216899808 216899808 IN IP4 192.168.50.51 > s=- > c=IN IP4 77.239.230.202 > t=0 0 > m=image 32404 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:14400 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:200 > a=T38FaxMaxDatagram:200 > a=T38FaxUdpEC:t38UDPRedundancy > > 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1110 AUDIO RTP CHANGING > DEST TO: [32.50.63.192:14104] > 2009-10-06 19:03:47.077291 [DEBUG] switch_core_session.c:630 Send signal > sofia/external/*408774957558438 at sip.callwithus.com [BREAK] > 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel > sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] > 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3366 Remote SDP: > v=0 > o=- 216899808 216899808 IN IP4 192.168.50.51 > s=- > c=IN IP4 192.168.50.51 > t=0 0 > m=image 16474 udptl t38 > a=T38FaxVersion:0 > a=T38MaxBitRate:14400 > a=T38FaxRateManagement:transferredTCF > a=T38FaxMaxBuffer:200 > a=T38FaxMaxDatagram:200 > a=T38FaxUdpEC:t38UDPRedundancy > > send 1003 bytes to udp/[38.99.70.232]:5060 at 15:06:05.605615: > ? ------------------------------------------------------------------------ > ? SIP/2.0 200 OK > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 102 INVITE > ? Contact: > ? User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 > ? Accept: application/sdp > ? Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? Supported: timer, precondition, path, replaces > ? Content-Type: application/sdp > ? Content-Disposition: session > ? Content-Length: 274 > > ? v=0 > ? o=- 216896551 216896552 IN IP4 192.168.50.51 > ? s=- > ? c=IN IP4 77.239.230.202 > ? t=0 0 > ? m=image 32404 udptl t38 > ? a=T38FaxVersion:0 > ? a=T38MaxBitRate:14400 > ? a=T38FaxRateManagement:transferredTCF > ? a=T38FaxMaxBuffer:200 > ? a=T38FaxMaxDatagram:200 > ? a=T38FaxUdpEC:t38UDPRedundancy > ? ------------------------------------------------------------------------ > 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel > sofia/external/*408774957558438 at sip.callwithus.com entering state > [completed][200] > 2009-10-06 19:03:47.285347 [INFO] switch_rtp.c:1905 Auto Changing port > from 32.50.63.192:14104 to 4.55.17.66:14104 > recv 527 bytes from udp/[38.99.70.232]:5060 at 15:06:05.817672: > ? ------------------------------------------------------------------------ > ? ACK sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.2 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK5ffd72cd;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Contact: > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 102 ACK > ? User-Agent: CWU SIP-GW > ? Max-Forwards: 69 > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > 2009-10-06 19:03:47.289349 [DEBUG] sofia.c:3359 Channel > sofia/external/*408774957558438 at sip.callwithus.com entering state > [ready][200] > recv 476 bytes from udp/[38.99.70.232]:5060 at 15:06:47.588933: > ? ------------------------------------------------------------------------ > ? BYE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 103 BYE > ? User-Agent: CWU SIP-GW > ? Max-Forwards: 69 > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > 2009-10-06 19:04:29.060609 [NOTICE] sofia.c:328 Hangup > sofia/external/*408774957558438 at sip.callwithus.com [CS_EXCHANGE_MEDIA] > [NORMAL_CLEARING] > 2009-10-06 19:04:29.060609 [DEBUG] switch_channel.c:1726 Send signal > sofia/external/*408774957558438 at sip.callwithus.com [KILL] > 2009-10-06 19:04:29.060609 [DEBUG] switch_core_session.c:932 Send signal > sofia/external/*408774957558438 at sip.callwithus.com [BREAK] > 2009-10-06 19:04:29.060609 [DEBUG] switch_core_state_machine.c:437 > thread mismatch skipping state handler. > send 574 bytes to udp/[38.99.70.232]:5060 at 15:06:47.588933: > ? ------------------------------------------------------------------------ > ? SIP/2.0 200 OK > ? Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 > ? Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 > ? From: ;tag=as22d3d3b0 > ? To: "Mihailova Ludmila" > ;tag=HXjrDKpHHX8ZN > ? Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f > ? CSeq: 103 BYE > ? User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 > ? Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, > REGISTER, REFER, NOTIFY > ? Supported: timer, precondition, path, replaces > ? Content-Length: 0 > > ? ------------------------------------------------------------------------ > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 http://www.astlinux.org http://blog.krisk.org http://www.star2star.com http://www.submityoursip.com http://www.voalte.com From brian at freeswitch.org Wed Oct 7 13:09:45 2009 From: brian at freeswitch.org (Brian West) Date: Wed, 7 Oct 2009 15:09:45 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> Message-ID: <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> From what I have been told h323plus is a based/fork of OpenH323 which OPAL is just a continuation of OpenH323. So why not support the developers of OPAL/OpenH323 ? /b On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > We are developing module to handle h323 proto now, we try to use > mod_opal and try improve it, but no luck, > there is many issues in libopal, and finaly we now move to h323plus > library. From xengelpublicx at gmail.com Wed Oct 7 14:26:06 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Thu, 08 Oct 2009 01:26:06 +0400 Subject: [Freeswitch-users] linksys spa-3102 fax t38 + freeswitch media proxy In-Reply-To: <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> Message-ID: <4ACD076E.2080107@gmail.com> Kristian Kielhofner ?????: > Since no one else has responded I'll chime in with some general advice. > > It's troubling to see that your "provider" is using Asterisk to face > you (the customer). > > I've never had any luck getting T.38 to work (at all, in any mode) > using Asterisk. I've heard of other people making it work but > consider the chain here: > > Their provider (they appear to be using DIDx, hmmm) -> Callwithus > (using Asterisk) -> You (FreeSWITCH) -> Your device > > I don't see anything specific in your case but there are many, many > places for T.38 to go wrong in this scenario. I'd recommend > attempting T.38 against a local gateway or known Tier 1 provider > supporting T.38 with known equipment. > Can you advise sip-providers offering t38? > Otherwise, do you have any updates for us? > No. I can not add anything. > On Tue, Oct 6, 2009 at 3:06 PM, Vladimir Elizarov > wrote: > >> Hello. >> >> I want to set up faxing via the gateway linksys spa-3102 (with support >> for t38) via SIP. >> >> SIP-client -> linksys spa3102 -> fs -> provider >> >> >> .... >> >> >> >> >> >> >> >> >> > data="sofia/gateway/callwithus/*4087$2 at sip.callwithus.com"/> >> >> >> >> I make a call, press start on the fax. Fax not sent. Get this in the log >> (UA freeswitch not trunk-12805): >> >> ------------------------------------------------------------------------ >> INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 >> Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK8yjrHeUprX2Hr >> Max-Forwards: 99 >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302430 INVITE >> Contact: >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> Supported: timer, precondition, path, replaces >> Allow-Events: talk, refer >> Content-Type: application/sdp >> Content-Disposition: session >> Content-Length: 250 >> Remote-Party-ID: "Mihailova Ludmila" >> ;party=calling;screen=yes;privacy=off >> >> v=0 >> o=- 216896551 216896551 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 77.239.230.202 >> t=0 0 >> m=audio 32404 RTP/AVP 0 100 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:100 NSE/8000 >> a=fmtp:100 192-193 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-15 >> a=ptime:30 >> >> ------------------------------------------------------------------------ >> send 1333 bytes to udp/[38.99.70.232]:5060 at 15:05:34.485226: >> ------------------------------------------------------------------------ >> INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 >> Via: SIP/2.0/UDP 77.239.230.202:5080;rport;branch=z9hG4bK97BHK9BtN6r4K >> Max-Forwards: 99 >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302431 INVITE >> Contact: >> Expires: 3600 >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> Supported: timer, precondition, path, replaces >> Allow-Events: talk, refer >> Content-Type: application/sdp >> Content-Disposition: session >> Content-Length: 250 >> Remote-Party-ID: "Mihailova Ludmila" >> ;party=calling;screen=yes;privacy=off >> >> v=0 >> o=- 216896551 216896551 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 77.239.230.202 >> t=0 0 >> m=audio 32404 RTP/AVP 0 100 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:100 NSE/8000 >> a=fmtp:100 192-193 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-15 >> a=ptime:30 >> ------------------------------------------------------------------------ >> SIP/2.0 100 Giving a try >> Via: SIP/2.0/UDP >> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302431 INVITE >> Server: CWU SIP GW >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> recv 836 bytes from udp/[38.99.70.232]:5060 at 15:05:49.641312: >> ------------------------------------------------------------------------ >> SIP/2.0 183 Session Progress >> Via: SIP/2.0/UDP >> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >> Record-Route: >> >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: ;tag=as22d3d3b0 >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302431 INVITE >> User-Agent: CWU SIP-GW >> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >> Supported: replaces >> Contact: >> Content-Type: application/sdp >> Content-Length: 209 >> >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 4.55.17.66 >> t=0 0 >> m=audio 14104 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> ------------------------------------------------------------------------ >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 4.55.17.66 >> t=0 0 >> m=audio 14104 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> 2009-10-06 19:03:31.112988 [NOTICE] sofia.c:3449 Pre-Answer >> sofia/external/*408774957558438 at sip.callwithus.com! >> 2009-10-06 19:03:31.112988 [DEBUG] switch_channel.c:1822 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2095 Set Codec >> sofia/external/*408774957558438 at sip.callwithus.com PROXY/8000 20 ms 160 >> samples >> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP >> [sofia/external/*408774957558438 at sip.callwithus.com] >> 192.168.50.10:32404->4.55.17.66:14104 codec: 0 ms: 20 >> 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer >> 2009-10-06 19:03:31.112988 [DEBUG] switch_ivr_originate.c:2154 >> sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] >> 2009-10-06 19:03:31.112988 [INFO] switch_ivr_originate.c:2154 Sending >> early media >> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:1322 >> sofia/internal/214 at pbx0.tssec.lan Patched SDP >> --- >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 4.55.17.66 >> t=0 0 >> m=audio 14104 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> +++ >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 192.168.50.10 >> t=0 0 >> m=audio 32698 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP >> [sofia/internal/214 at pbx0.tssec.lan] >> 192.168.50.10:32698->192.168.50.51:16474 codec: 0 ms: 30 >> 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a timer >> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2508 Set comfort noise >> payload to 13 >> 2009-10-06 19:03:31.112988 [DEBUG] sofia.c:3462 >> sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] >> 2009-10-06 19:03:31.116989 [NOTICE] mod_sofia.c:1521 Pre-Answer >> sofia/internal/214 at pbx0.tssec.lan! >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_originate.c:2196 Originate >> Resulted in Success: [sofia/external/*408774957558438 at sip.callwithus.com] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 >> sofia/external/*408774957558438 at sip.callwithus.com receive message >> [AUDIO_SYNC] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 >> sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:911 >> sofia/external/*408774957558438 at sip.callwithus.com receive message [BRIDGE] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal >> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:918 >> sofia/internal/214 at pbx0.tssec.lan receive message [BRIDGE] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:962 >> (sofia/external/*408774957558438 at sip.callwithus.com) State Change >> CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA >> 2009-10-06 19:03:31.116989 [DEBUG] sofia.c:3359 Channel >> sofia/internal/214 at pbx0.tssec.lan entering state [early][183] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:932 Send signal >> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:306 >> (sofia/external/*408774957558438 at sip.callwithus.com) Running State >> Change CS_EXCHANGE_MEDIA >> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:343 >> (sofia/external/*408774957558438 at sip.callwithus.com) State EXCHANGE_MEDIA >> 2009-10-06 19:03:31.116989 [DEBUG] mod_sofia.c:430 SOFIA LOOPBACK >> recv 822 bytes from udp/[38.99.70.232]:5060 at 15:05:58.503701: >> ------------------------------------------------------------------------ >> SIP/2.0 200 OK >> Via: SIP/2.0/UDP >> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >> Record-Route: >> >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: ;tag=as22d3d3b0 >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302431 INVITE >> User-Agent: CWU SIP-GW >> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >> Supported: replaces >> Contact: >> Content-Type: application/sdp >> Content-Length: 209 >> >> v=0 >> o=root 31797 31798 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 4.55.17.66 >> t=0 0 >> m=audio 14104 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> ------------------------------------------------------------------------ >> send 762 bytes to udp/[38.99.70.232]:5060 at 15:05:58.507702: >> ------------------------------------------------------------------------ >> ACK sip:*408774957558438 at 204.74.213.1:5062 SIP/2.0 >> Via: SIP/2.0/UDP 192.168.50.10:5080;rport;branch=z9hG4bKaH59m4vXjFFQF >> Route: >> Max-Forwards: 70 >> From: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> To: ;tag=as22d3d3b0 >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 121302431 ACK >> Contact: >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel >> sofia/external/*408774957558438 at sip.callwithus.com entering state >> [ready][200] >> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:1935 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3814 Channel >> [sofia/external/*408774957558438 at sip.callwithus.com] has been answered >> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 >> sofia/external/*408774957558438 at sip.callwithus.com receive message >> [AUDIO_SYNC] >> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3819 >> sofia/internal/214 at pbx0.tssec.lan receive message [ANSWER] >> 2009-10-06 19:03:39.975377 [DEBUG] sofia_glue.c:1322 >> sofia/internal/214 at pbx0.tssec.lan Patched SDP >> --- >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 4.55.17.66 >> t=0 0 >> m=audio 14104 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> +++ >> v=0 >> o=root 31797 31797 IN IP4 4.55.17.66 >> s=session >> c=IN IP4 192.168.50.10 >> t=0 0 >> m=audio 32698 RTP/AVP 0 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> 2009-10-06 19:03:39.975377 [DEBUG] switch_core_session.c:630 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3819 Channel >> [sofia/internal/214 at pbx0.tssec.lan] has been answered >> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 >> sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] >> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel >> sofia/internal/214 at pbx0.tssec.lan entering state [completed][200] >> 2009-10-06 19:03:39.991381 [DEBUG] sofia.c:3359 Channel >> sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] >> recv 1054 bytes from udp/[38.99.70.232]:5060 at 15:06:05.577607: >> ------------------------------------------------------------------------ >> INVITE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Contact: >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 102 INVITE >> User-Agent: CWU SIP-GW >> Max-Forwards: 69 >> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >> Supported: replaces >> X-asterisk-info: SIP re-invite (T38 switchover) >> Content-Type: application/sdp >> Content-Length: 350 >> >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 32.50.63.192 >> t=0 0 >> m=image 14104 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> ------------------------------------------------------------------------ >> send 443 bytes to udp/[38.99.70.232]:5060 at 15:06:05.577607: >> ------------------------------------------------------------------------ >> SIP/2.0 100 Trying >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 102 INVITE >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel >> sofia/external/*408774957558438 at sip.callwithus.com entering state >> [received][100] >> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3366 Remote SDP: >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 32.50.63.192 >> t=0 0 >> m=image 14104 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3683 Passing SDP to other leg. >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 32.50.63.192 >> t=0 0 >> m=image 14104 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3696 >> sofia/internal/214 at pbx0.tssec.lan receive message [MEDIA_REDIRECT] >> 2009-10-06 19:03:47.049284 [DEBUG] mod_sofia.c:1195 >> sofia/internal/214 at pbx0.tssec.lan Sending media re-direct: >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 32.50.63.192 >> t=0 0 >> m=image 14104 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1101 Remote address:port >> [192.168.50.51:16474] has not changed. >> 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1322 >> sofia/internal/214 at pbx0.tssec.lan Patched SDP >> --- >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 32.50.63.192 >> t=0 0 >> m=image 14104 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> +++ >> v=0 >> o=root 31797 31799 IN IP4 32.50.63.192 >> s=session >> c=IN IP4 192.168.50.10 >> t=0 0 >> m=image 32698 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:9600 >> a=T38FaxFillBitRemoval:0 >> a=T38FaxTranscodingMMR:0 >> a=T38FaxTranscodingJBIG:0 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:176 >> a=T38FaxMaxDatagram:176 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> 2009-10-06 19:03:47.049284 [DEBUG] switch_core_session.c:630 Send signal >> sofia/internal/214 at pbx0.tssec.lan [BREAK] >> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel >> sofia/internal/214 at pbx0.tssec.lan entering state [calling][0] >> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1101 Remote address:port >> [192.168.50.51:16474] has not changed. >> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3158 Passing 200 OK to other leg >> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3170 >> sofia/external/*408774957558438 at sip.callwithus.com receive message [RESPOND] >> 2009-10-06 19:03:47.077291 [DEBUG] mod_sofia.c:1427 Responding with 200 [OK] >> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1322 >> sofia/external/*408774957558438 at sip.callwithus.com Patched SDP >> --- >> v=0 >> o=- 216899808 216899808 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 192.168.50.51 >> t=0 0 >> m=image 16474 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:14400 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:200 >> a=T38FaxMaxDatagram:200 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> +++ >> v=0 >> o=- 216899808 216899808 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 77.239.230.202 >> t=0 0 >> m=image 32404 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:14400 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:200 >> a=T38FaxMaxDatagram:200 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1110 AUDIO RTP CHANGING >> DEST TO: [32.50.63.192:14104] >> 2009-10-06 19:03:47.077291 [DEBUG] switch_core_session.c:630 Send signal >> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel >> sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] >> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3366 Remote SDP: >> v=0 >> o=- 216899808 216899808 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 192.168.50.51 >> t=0 0 >> m=image 16474 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:14400 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:200 >> a=T38FaxMaxDatagram:200 >> a=T38FaxUdpEC:t38UDPRedundancy >> >> send 1003 bytes to udp/[38.99.70.232]:5060 at 15:06:05.605615: >> ------------------------------------------------------------------------ >> SIP/2.0 200 OK >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 102 INVITE >> Contact: >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >> Accept: application/sdp >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> Supported: timer, precondition, path, replaces >> Content-Type: application/sdp >> Content-Disposition: session >> Content-Length: 274 >> >> v=0 >> o=- 216896551 216896552 IN IP4 192.168.50.51 >> s=- >> c=IN IP4 77.239.230.202 >> t=0 0 >> m=image 32404 udptl t38 >> a=T38FaxVersion:0 >> a=T38MaxBitRate:14400 >> a=T38FaxRateManagement:transferredTCF >> a=T38FaxMaxBuffer:200 >> a=T38FaxMaxDatagram:200 >> a=T38FaxUdpEC:t38UDPRedundancy >> ------------------------------------------------------------------------ >> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel >> sofia/external/*408774957558438 at sip.callwithus.com entering state >> [completed][200] >> 2009-10-06 19:03:47.285347 [INFO] switch_rtp.c:1905 Auto Changing port >> from 32.50.63.192:14104 to 4.55.17.66:14104 >> recv 527 bytes from udp/[38.99.70.232]:5060 at 15:06:05.817672: >> ------------------------------------------------------------------------ >> ACK sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.2 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK5ffd72cd;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Contact: >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 102 ACK >> User-Agent: CWU SIP-GW >> Max-Forwards: 69 >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> 2009-10-06 19:03:47.289349 [DEBUG] sofia.c:3359 Channel >> sofia/external/*408774957558438 at sip.callwithus.com entering state >> [ready][200] >> recv 476 bytes from udp/[38.99.70.232]:5060 at 15:06:47.588933: >> ------------------------------------------------------------------------ >> BYE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 103 BYE >> User-Agent: CWU SIP-GW >> Max-Forwards: 69 >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> 2009-10-06 19:04:29.060609 [NOTICE] sofia.c:328 Hangup >> sofia/external/*408774957558438 at sip.callwithus.com [CS_EXCHANGE_MEDIA] >> [NORMAL_CLEARING] >> 2009-10-06 19:04:29.060609 [DEBUG] switch_channel.c:1726 Send signal >> sofia/external/*408774957558438 at sip.callwithus.com [KILL] >> 2009-10-06 19:04:29.060609 [DEBUG] switch_core_session.c:932 Send signal >> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >> 2009-10-06 19:04:29.060609 [DEBUG] switch_core_state_machine.c:437 >> thread mismatch skipping state handler. >> send 574 bytes to udp/[38.99.70.232]:5060 at 15:06:47.588933: >> ------------------------------------------------------------------------ >> SIP/2.0 200 OK >> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 >> Via: SIP/2.0/UDP 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 >> From: ;tag=as22d3d3b0 >> To: "Mihailova Ludmila" >> ;tag=HXjrDKpHHX8ZN >> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >> CSeq: 103 BYE >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >> REGISTER, REFER, NOTIFY >> Supported: timer, precondition, path, replaces >> Content-Length: 0 >> >> ------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> > > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/40fd6746/attachment-0001.bin From rob4manhere at gmail.com Wed Oct 7 17:11:54 2009 From: rob4manhere at gmail.com (Rob Forman) Date: Wed, 7 Oct 2009 19:11:54 -0500 Subject: [Freeswitch-users] linksys spa-3102 fax t38 + freeswitch media proxy In-Reply-To: <4ACD076E.2080107@gmail.com> References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> Message-ID: <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> > Can you advise sip-providers offering t38? Gafachi has T38 fax support. On Oct 7, 2009, at 4:26 PM, Vladimir Elizarov wrote: > Kristian Kielhofner ?????: >> Since no one else has responded I'll chime in with some general >> advice. >> >> It's troubling to see that your "provider" is using Asterisk to face >> you (the customer). >> >> I've never had any luck getting T.38 to work (at all, in any mode) >> using Asterisk. I've heard of other people making it work but >> consider the chain here: >> >> Their provider (they appear to be using DIDx, hmmm) -> Callwithus >> (using Asterisk) -> You (FreeSWITCH) -> Your device >> >> I don't see anything specific in your case but there are many, many >> places for T.38 to go wrong in this scenario. I'd recommend >> attempting T.38 against a local gateway or known Tier 1 provider >> supporting T.38 with known equipment. >> > Can you advise sip-providers offering t38? >> Otherwise, do you have any updates for us? >> > No. I can not add anything. > > >> On Tue, Oct 6, 2009 at 3:06 PM, Vladimir Elizarov >> wrote: >> >>> Hello. >>> >>> I want to set up faxing via the gateway linksys spa-3102 (with >>> support >>> for t38) via SIP. >>> >>> SIP-client -> linksys spa3102 -> fs -> provider >>> >>> >>> .... >>> >>> >>> >>> >>> >>> >>> >>> >>> >> data="sofia/gateway/callwithus/*4087$2 at sip.callwithus.com"/> >>> >>> >>> >>> I make a call, press start on the fax. Fax not sent. Get this in >>> the log >>> (UA freeswitch not trunk-12805): >>> >>> >>> ------------------------------------------------------------------------ >>> INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 >>> Via: SIP/2.0/UDP >>> 77.239.230.202:5080;rport;branch=z9hG4bK8yjrHeUprX2Hr >>> Max-Forwards: 99 >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302430 INVITE >>> Contact: >>> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >>> REGISTER, REFER, NOTIFY >>> Supported: timer, precondition, path, replaces >>> Allow-Events: talk, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 250 >>> Remote-Party-ID: "Mihailova Ludmila" >>> ;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=- 216896551 216896551 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 77.239.230.202 >>> t=0 0 >>> m=audio 32404 RTP/AVP 0 100 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:100 NSE/8000 >>> a=fmtp:100 192-193 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-15 >>> a=ptime:30 >>> >>> >>> ------------------------------------------------------------------------ >>> send 1333 bytes to udp/[38.99.70.232]:5060 at 15:05:34.485226: >>> >>> ------------------------------------------------------------------------ >>> INVITE sip:*408774957558438 at sip.callwithus.com SIP/2.0 >>> Via: SIP/2.0/UDP >>> 77.239.230.202:5080;rport;branch=z9hG4bK97BHK9BtN6r4K >>> Max-Forwards: 99 >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302431 INVITE >>> Contact: >>> Expires: 3600 >>> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >>> REGISTER, REFER, NOTIFY >>> Supported: timer, precondition, path, replaces >>> Allow-Events: talk, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 250 >>> Remote-Party-ID: "Mihailova Ludmila" >>> ;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=- 216896551 216896551 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 77.239.230.202 >>> t=0 0 >>> m=audio 32404 RTP/AVP 0 100 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:100 NSE/8000 >>> a=fmtp:100 192-193 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-15 >>> a=ptime:30 >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 100 Giving a try >>> Via: SIP/2.0/UDP >>> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302431 INVITE >>> Server: CWU SIP GW >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> recv 836 bytes from udp/[38.99.70.232]:5060 at 15:05:49.641312: >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 183 Session Progress >>> Via: SIP/2.0/UDP >>> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >>> Record-Route: >>> >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: ;tag=as22d3d3b0 >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302431 INVITE >>> User-Agent: CWU SIP-GW >>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >>> Supported: replaces >>> Contact: >>> Content-Type: application/sdp >>> Content-Length: 209 >>> >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 4.55.17.66 >>> t=0 0 >>> m=audio 14104 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> ------------------------------------------------------------------------ >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 4.55.17.66 >>> t=0 0 >>> m=audio 14104 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> >>> 2009-10-06 19:03:31.112988 [NOTICE] sofia.c:3449 Pre-Answer >>> sofia/external/*408774957558438 at sip.callwithus.com! >>> 2009-10-06 19:03:31.112988 [DEBUG] switch_channel.c:1822 Send signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2095 Set Codec >>> sofia/external/*408774957558438 at sip.callwithus.com PROXY/8000 20 >>> ms 160 >>> samples >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP >>> [sofia/external/*408774957558438 at sip.callwithus.com] >>> 192.168.50.10:32404->4.55.17.66:14104 codec: 0 ms: 20 >>> 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a >>> timer >>> 2009-10-06 19:03:31.112988 [DEBUG] switch_ivr_originate.c:2154 >>> sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] >>> 2009-10-06 19:03:31.112988 [INFO] switch_ivr_originate.c:2154 >>> Sending >>> early media >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:1322 >>> sofia/internal/214 at pbx0.tssec.lan Patched SDP >>> --- >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 4.55.17.66 >>> t=0 0 >>> m=audio 14104 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> >>> +++ >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 192.168.50.10 >>> t=0 0 >>> m=audio 32698 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2372 PROXY AUDIO RTP >>> [sofia/internal/214 at pbx0.tssec.lan] >>> 192.168.50.10:32698->192.168.50.51:16474 codec: 0 ms: 30 >>> 2009-10-06 19:03:31.112988 [DEBUG] switch_rtp.c:1163 Not using a >>> timer >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia_glue.c:2508 Set comfort >>> noise >>> payload to 13 >>> 2009-10-06 19:03:31.112988 [DEBUG] sofia.c:3462 >>> sofia/internal/214 at pbx0.tssec.lan receive message [PROGRESS] >>> 2009-10-06 19:03:31.116989 [NOTICE] mod_sofia.c:1521 Pre-Answer >>> sofia/internal/214 at pbx0.tssec.lan! >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_originate.c:2196 >>> Originate >>> Resulted in Success: [sofia/external/*408774957558438 at sip.callwithus.com >>> ] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 >>> sofia/external/*408774957558438 at sip.callwithus.com receive message >>> [AUDIO_SYNC] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_channel.c:182 >>> sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:911 >>> sofia/external/*408774957558438 at sip.callwithus.com receive message >>> [BRIDGE] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:918 >>> sofia/internal/214 at pbx0.tssec.lan receive message [BRIDGE] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_ivr_bridge.c:962 >>> (sofia/external/*408774957558438 at sip.callwithus.com) State Change >>> CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA >>> 2009-10-06 19:03:31.116989 [DEBUG] sofia.c:3359 Channel >>> sofia/internal/214 at pbx0.tssec.lan entering state [early][183] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_session.c:932 Send >>> signal >>> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:306 >>> (sofia/external/*408774957558438 at sip.callwithus.com) Running State >>> Change CS_EXCHANGE_MEDIA >>> 2009-10-06 19:03:31.116989 [DEBUG] switch_core_state_machine.c:343 >>> (sofia/external/*408774957558438 at sip.callwithus.com) State >>> EXCHANGE_MEDIA >>> 2009-10-06 19:03:31.116989 [DEBUG] mod_sofia.c:430 SOFIA LOOPBACK >>> recv 822 bytes from udp/[38.99.70.232]:5060 at 15:05:58.503701: >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 200 OK >>> Via: SIP/2.0/UDP >>> 192.168.50.10:5080;rport=5080;branch=z9hG4bK97BHK9BtN6r4K >>> Record-Route: >>> >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: ;tag=as22d3d3b0 >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302431 INVITE >>> User-Agent: CWU SIP-GW >>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >>> Supported: replaces >>> Contact: >>> Content-Type: application/sdp >>> Content-Length: 209 >>> >>> v=0 >>> o=root 31797 31798 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 4.55.17.66 >>> t=0 0 >>> m=audio 14104 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> ------------------------------------------------------------------------ >>> send 762 bytes to udp/[38.99.70.232]:5060 at 15:05:58.507702: >>> >>> ------------------------------------------------------------------------ >>> ACK sip:*408774957558438 at 204.74.213.1:5062 SIP/2.0 >>> Via: SIP/2.0/UDP >>> 192.168.50.10:5080;rport;branch=z9hG4bKaH59m4vXjFFQF >>> Route: >>> Max-Forwards: 70 >>> From: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> To: ;tag=as22d3d3b0 >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 121302431 ACK >>> Contact: >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel >>> sofia/external/*408774957558438 at sip.callwithus.com entering state >>> [ready][200] >>> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:1935 Send signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3814 Channel >>> [sofia/external/*408774957558438 at sip.callwithus.com] has been >>> answered >>> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 >>> sofia/external/*408774957558438 at sip.callwithus.com receive message >>> [AUDIO_SYNC] >>> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3819 >>> sofia/internal/214 at pbx0.tssec.lan receive message [ANSWER] >>> 2009-10-06 19:03:39.975377 [DEBUG] sofia_glue.c:1322 >>> sofia/internal/214 at pbx0.tssec.lan Patched SDP >>> --- >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 4.55.17.66 >>> t=0 0 >>> m=audio 14104 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> >>> +++ >>> v=0 >>> o=root 31797 31797 IN IP4 4.55.17.66 >>> s=session >>> c=IN IP4 192.168.50.10 >>> t=0 0 >>> m=audio 32698 RTP/AVP 0 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> >>> 2009-10-06 19:03:39.975377 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:39.975377 [NOTICE] sofia.c:3819 Channel >>> [sofia/internal/214 at pbx0.tssec.lan] has been answered >>> 2009-10-06 19:03:39.975377 [DEBUG] switch_channel.c:182 >>> sofia/internal/214 at pbx0.tssec.lan receive message [AUDIO_SYNC] >>> 2009-10-06 19:03:39.975377 [DEBUG] sofia.c:3359 Channel >>> sofia/internal/214 at pbx0.tssec.lan entering state [completed][200] >>> 2009-10-06 19:03:39.991381 [DEBUG] sofia.c:3359 Channel >>> sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] >>> recv 1054 bytes from udp/[38.99.70.232]:5060 at 15:06:05.577607: >>> >>> ------------------------------------------------------------------------ >>> INVITE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Contact: >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 102 INVITE >>> User-Agent: CWU SIP-GW >>> Max-Forwards: 69 >>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY >>> Supported: replaces >>> X-asterisk-info: SIP re-invite (T38 switchover) >>> Content-Type: application/sdp >>> Content-Length: 350 >>> >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 32.50.63.192 >>> t=0 0 >>> m=image 14104 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> ------------------------------------------------------------------------ >>> send 443 bytes to udp/[38.99.70.232]:5060 at 15:06:05.577607: >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 100 Trying >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 102 INVITE >>> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel >>> sofia/external/*408774957558438 at sip.callwithus.com entering state >>> [received][100] >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3366 Remote SDP: >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 32.50.63.192 >>> t=0 0 >>> m=image 14104 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3683 Passing SDP to >>> other leg. >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 32.50.63.192 >>> t=0 0 >>> m=image 14104 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3696 >>> sofia/internal/214 at pbx0.tssec.lan receive message [MEDIA_REDIRECT] >>> 2009-10-06 19:03:47.049284 [DEBUG] mod_sofia.c:1195 >>> sofia/internal/214 at pbx0.tssec.lan Sending media re-direct: >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 32.50.63.192 >>> t=0 0 >>> m=image 14104 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1101 Remote >>> address:port >>> [192.168.50.51:16474] has not changed. >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia_glue.c:1322 >>> sofia/internal/214 at pbx0.tssec.lan Patched SDP >>> --- >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 32.50.63.192 >>> t=0 0 >>> m=image 14104 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> +++ >>> v=0 >>> o=root 31797 31799 IN IP4 32.50.63.192 >>> s=session >>> c=IN IP4 192.168.50.10 >>> t=0 0 >>> m=image 32698 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:9600 >>> a=T38FaxFillBitRemoval:0 >>> a=T38FaxTranscodingMMR:0 >>> a=T38FaxTranscodingJBIG:0 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:176 >>> a=T38FaxMaxDatagram:176 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> 2009-10-06 19:03:47.049284 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/internal/214 at pbx0.tssec.lan [BREAK] >>> 2009-10-06 19:03:47.049284 [DEBUG] sofia.c:3359 Channel >>> sofia/internal/214 at pbx0.tssec.lan entering state [calling][0] >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1101 Remote >>> address:port >>> [192.168.50.51:16474] has not changed. >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3158 Passing 200 OK to >>> other leg >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3170 >>> sofia/external/*408774957558438 at sip.callwithus.com receive message >>> [RESPOND] >>> 2009-10-06 19:03:47.077291 [DEBUG] mod_sofia.c:1427 Responding >>> with 200 [OK] >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1322 >>> sofia/external/*408774957558438 at sip.callwithus.com Patched SDP >>> --- >>> v=0 >>> o=- 216899808 216899808 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 192.168.50.51 >>> t=0 0 >>> m=image 16474 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:14400 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:200 >>> a=T38FaxMaxDatagram:200 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> +++ >>> v=0 >>> o=- 216899808 216899808 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 77.239.230.202 >>> t=0 0 >>> m=image 32404 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:14400 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:200 >>> a=T38FaxMaxDatagram:200 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia_glue.c:1110 AUDIO RTP >>> CHANGING >>> DEST TO: [32.50.63.192:14104] >>> 2009-10-06 19:03:47.077291 [DEBUG] switch_core_session.c:630 Send >>> signal >>> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel >>> sofia/internal/214 at pbx0.tssec.lan entering state [ready][200] >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3366 Remote SDP: >>> v=0 >>> o=- 216899808 216899808 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 192.168.50.51 >>> t=0 0 >>> m=image 16474 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:14400 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:200 >>> a=T38FaxMaxDatagram:200 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> send 1003 bytes to udp/[38.99.70.232]:5060 at 15:06:05.605615: >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 200 OK >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.0 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK41d48157;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 102 INVITE >>> Contact: >>> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >>> Accept: application/sdp >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >>> REGISTER, REFER, NOTIFY >>> Supported: timer, precondition, path, replaces >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 274 >>> >>> v=0 >>> o=- 216896551 216896552 IN IP4 192.168.50.51 >>> s=- >>> c=IN IP4 77.239.230.202 >>> t=0 0 >>> m=image 32404 udptl t38 >>> a=T38FaxVersion:0 >>> a=T38MaxBitRate:14400 >>> a=T38FaxRateManagement:transferredTCF >>> a=T38FaxMaxBuffer:200 >>> a=T38FaxMaxDatagram:200 >>> a=T38FaxUdpEC:t38UDPRedundancy >>> >>> ------------------------------------------------------------------------ >>> 2009-10-06 19:03:47.077291 [DEBUG] sofia.c:3359 Channel >>> sofia/external/*408774957558438 at sip.callwithus.com entering state >>> [completed][200] >>> 2009-10-06 19:03:47.285347 [INFO] switch_rtp.c:1905 Auto Changing >>> port >>> from 32.50.63.192:14104 to 4.55.17.66:14104 >>> recv 527 bytes from udp/[38.99.70.232]:5060 at 15:06:05.817672: >>> >>> ------------------------------------------------------------------------ >>> ACK sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKc406.1d5670f7.2 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK5ffd72cd;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Contact: >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 102 ACK >>> User-Agent: CWU SIP-GW >>> Max-Forwards: 69 >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> 2009-10-06 19:03:47.289349 [DEBUG] sofia.c:3359 Channel >>> sofia/external/*408774957558438 at sip.callwithus.com entering state >>> [ready][200] >>> recv 476 bytes from udp/[38.99.70.232]:5060 at 15:06:47.588933: >>> >>> ------------------------------------------------------------------------ >>> BYE sip:gw+callwithus at 192.168.50.10:5080;transport=udp SIP/2.0 >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 103 BYE >>> User-Agent: CWU SIP-GW >>> Max-Forwards: 69 >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> 2009-10-06 19:04:29.060609 [NOTICE] sofia.c:328 Hangup >>> sofia/external/*408774957558438 at sip.callwithus.com >>> [CS_EXCHANGE_MEDIA] >>> [NORMAL_CLEARING] >>> 2009-10-06 19:04:29.060609 [DEBUG] switch_channel.c:1726 Send signal >>> sofia/external/*408774957558438 at sip.callwithus.com [KILL] >>> 2009-10-06 19:04:29.060609 [DEBUG] switch_core_session.c:932 Send >>> signal >>> sofia/external/*408774957558438 at sip.callwithus.com [BREAK] >>> 2009-10-06 19:04:29.060609 [DEBUG] switch_core_state_machine.c:437 >>> thread mismatch skipping state handler. >>> send 574 bytes to udp/[38.99.70.232]:5060 at 15:06:47.588933: >>> >>> ------------------------------------------------------------------------ >>> SIP/2.0 200 OK >>> Via: SIP/2.0/UDP 38.99.70.232;branch=z9hG4bKd406.f8553e14.0 >>> Via: SIP/2.0/UDP >>> 204.74.213.1:5062;branch=z9hG4bK0f2cff01;rport=5062 >>> From: ;tag=as22d3d3b0 >>> To: "Mihailova Ludmila" >>> ;tag=HXjrDKpHHX8ZN >>> Call-ID: 8978ece2-2d2c-122d-9c9d-00163e90370f >>> CSeq: 103 BYE >>> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-12805 >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, >>> REGISTER, REFER, NOTIFY >>> Supported: timer, precondition, path, replaces >>> Content-Length: 0 >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >> >> >> >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Mailings at kh-dev.de Wed Oct 7 18:46:10 2009 From: Mailings at kh-dev.de (Klaus Hochlehnert) Date: Thu, 8 Oct 2009 03:46:10 +0200 Subject: [Freeswitch-users] Changing callerid before/after call pickup In-Reply-To: <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> Message-ID: Hi, currently I'm playing around with call pickup and Snom phones. I'm using the intercept function for that. My "problem" is now that after the call pickup (which works fine) I don't see the caller id of the original call. Instead I see the pickup code, e.g. *820 I've tried to change nearly every channel variable (before doing the call pickup), but the phone won't display the caller id. Does anybody know how to change that? Thanks, Klaus From jason at jasonjgw.net Wed Oct 7 19:05:57 2009 From: jason at jasonjgw.net (Jason White) Date: Thu, 8 Oct 2009 13:05:57 +1100 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> Message-ID: <20091008020557.GA23391@jdc.jasonjgw.net> Brian West wrote: > From what I have been told h323plus is a based/fork of OpenH323 which > OPAL is just a continuation of OpenH323. >From a quick search of gmane.org, the situation seems a little more complicated. http://article.gmane.org/gmane.comp.telephony.openh323.general/10930/match=h+460+opal From srinivas.ksvreddy at gmail.com Wed Oct 7 22:20:41 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Thu, 8 Oct 2009 10:50:41 +0530 Subject: [Freeswitch-users] sofia_reg_handle_register Message-ID: Hi, sofia_reg_handle_register, once it got executed, actuallyl where it will maintain the registred users adn groups data, Thanks Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/aeff727c/attachment.html From woodydickson at gmail.com Wed Oct 7 22:45:08 2009 From: woodydickson at gmail.com (Woody Dickson) Date: Thu, 8 Oct 2009 13:45:08 +0800 Subject: [Freeswitch-users] unable to configure Digium TDM400P In-Reply-To: <87f2f3b90910070956l520b2c51p7f33463128bf68b2@mail.gmail.com> References: <87f2f3b90910070956l520b2c51p7f33463128bf68b2@mail.gmail.com> Message-ID: Hi Michael Is the ztcfg output supposed to say something like 2 channels configured? I have not set up openzap yet because I don't know if the openzap.config is good or not. Can you give me any suggestion if the ztcfg output I am getting is proper or not? thx, woody -MC > > On Wed, Oct 7, 2009 at 3:40 AM, Woody Dickson wrote: > >> Hi, >> >> I am trying to setup a Digium TDM400P following the instruction on the >> wiki. >> It is a 1 fxo and 1 fxs card, so I tried >> loadzone=in >> defaultzone=in >> fxsks=2 >> fxoks=1 >> >> and >> >> loadzone=in >> defaultzone=in >> fxsks=1 >> fxoks=2 >> >> None works. Does anyone know how it should be configured? >> >> Here is what I get by following the wiki. >> >> [root at localhost zaptel]# ztcfg -vv >> >> Zaptel Version: SVN-branch-1.4-r4629M >> Echo Canceller: MG2 >> Configuration >> ====================== >> >> >> Channel map: >> >> Channel 01: FXS Kewlstart (Default) (Slaves: 01) >> Channel 02: FXO Kewlstart (Default) (Slaves: 02) >> >> 2 channels to configure. >> >> Changing signalling on channel 1 from FXO Kewlstart to FXS Kewlstart >> Changing signalling on channel 2 from FXS Kewlstart to FXO Kewlstart >> >> >> [root at localhost zaptel]# ztcfg -vv >> >> Zaptel Version: SVN-branch-1.4-r4629M >> Echo Canceller: MG2 >> Configuration >> ====================== >> >> >> Channel map: >> >> Channel 01: FXO Kewlstart (Default) (Slaves: 01) >> Channel 02: FXS Kewlstart (Default) (Slaves: 02) >> >> 2 channels to configure. >> >> Changing signalling on channel 1 from FXS Kewlstart to FXO Kewlstart >> Changing signalling on channel 2 from FXO Kewlstart to FXS Kewlstart >> >> >> [root at localhost zaptel]# lspci >> 00:14.0 Ethernet controller: Digium, Inc. TDM400P (rev 11) >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/e67cdc85/attachment.html From lakindia89 at gmail.com Thu Oct 8 02:41:08 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Thu, 8 Oct 2009 15:11:08 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> Message-ID: <7d79b3930910080241q4eeb374an2ec34642bf450818@mail.gmail.com> Hi I tried with the following openzap.conf [span zt PRI_1] trunk_type => e1 b-channel => 1:1-15,17-31 d-channel => 1:16 openzap.conf.xml But as soon as I start the freeswitch I got the following error 2009-10-08 15:08:35.496270 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:37.601135 [DEBUG] ozmod_libpri.c:817 EVENT [ONHOOK][1][1:1] STATE [DOWN] 2009-10-08 15:08:37.701176 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:39.802004 [DEBUG] ozmod_libpri.c:817 EVENT [DTMF][0][1:1] STATE [DOWN] 2009-10-08 15:08:39.902034 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:42.010983 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:44.115874 [DEBUG] ozmod_libpri.c:817 EVENT [ONHOOK][1][1:1] STATE [DOWN] 2009-10-08 15:08:44.215915 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:46.312748 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:48.417552 [DEBUG] ozmod_libpri.c:817 EVENT [DTMF][0][1:1] STATE [DOWN] 2009-10-08 15:08:48.517587 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:50.626485 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:52.735325 [DEBUG] ozmod_libpri.c:817 EVENT [ONHOOK][1][1:1] STATE [DOWN] 2009-10-08 15:08:52.835357 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:54.944190 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:57.049109 [DEBUG] ozmod_libpri.c:817 EVENT [DTMF][0][1:1] STATE [DOWN] 2009-10-08 15:08:57.149148 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 2009-10-08 15:08:59.253979 [DEBUG] ozmod_libpri.c:885 Event Failure! 1 I also got the below error in the middle 2009-10-08 15:09:48.992613 [CRIT] lpwrap_pri.c:154 span 1 D-WRITE FAIL! [] 2009-10-08 15:09:48.992613 [ERR] ozmod_libpri.c:88 Short write: -1/5 (Invalid or incomplete multibyte or wide character) Please help. On Wed, Oct 7, 2009 at 9:19 PM, Michael Collins wrote: > > > On Wed, Oct 7, 2009 at 3:34 AM, lakshmanan ganapathy > wrote: > >> Hi, >> Again I was struck in a problem, Here is the scenario. >> >> On incomming call, I just call an event outboud socket. But what happens >> is, for the first 15 call, it is working fine. But from the 16th call to >> 30th call, it says the below error. >> >> 2009-10-07 15:07:48.201846 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:17 (ignored) >> 2009-10-07 15:07:55.381861 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:18 (ignored) >> 2009-10-07 15:07:58.569774 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:19 (ignored) >> 2009-10-07 15:08:01.37824 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:20 (ignored) >> 2009-10-07 15:08:03.129846 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:21 (ignored) >> 2009-10-07 15:08:04.825851 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:22 (ignored) >> 2009-10-07 15:08:06.289977 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:23 (ignored) >> 2009-10-07 15:08:07.761961 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:24 (ignored) >> 2009-10-07 15:08:09.737944 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:25 (ignored) >> 2009-10-07 15:08:11.462018 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:26 (ignored) >> 2009-10-07 15:08:13.566024 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:27 (ignored) >> 2009-10-07 15:08:15.430163 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:28 (ignored) >> 2009-10-07 15:08:17.446103 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:29 (ignored) >> 2009-10-07 15:08:19.430118 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:30 (ignored) >> 2009-10-07 15:08:21.358121 [WARNING] ozmod_libpri.c:761 --Failure opening >> channel 1:31 (ignored) >> >> >> But for the next call, when it is opening channel 1:1, it is executing my >> dial plans. >> I don't know why it failed when it is choosing 1:17-1:31. Any one has any >> idea. >> >> Below are my configuration details: >> >> openzap.conf >> [span zt PRI_1] >> trunk_type => e1 >> b-channel => 1:1-15 >> d-channel=> 1:16 >> b-channel => 1:17-31 >> > > Just a hunch, but could you try this in openzap.conf: > b-channel => 1:1-15,17-31 > d-channel => 1:16 > > I want to see what happens. I don't have an E1 setup to test with right now > otherwise I'd do it myself. Please report back. Thanks, > MC > > >> >> openzap.conf.xml >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> zaptel.conf >> >> span=1,1,0,ccs,hdb3 >> bchan=1-15,17-31 >> dchan=16 >> >> loadzone = us >> defaultzone = us >> >> oz list >> >> span: 1 (PRI_1) >> type: isdn >> chan_count: 47 >> dialplan: XML >> context: default >> dial_regex: >> fail_dial_regex: >> hold_music: >> analog_options none >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/ae9b0f9b/attachment-0001.html From bottleman at icf.org.ru Thu Oct 8 02:42:51 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 13:42:51 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> Message-ID: On 2009-10-07 15:09 -0500, Brian West wrote freeswitch-users at lists.freeswit...: opal have addition abstraction layer called opalmgr, and it implementation is not so good in this case, for example to implemet pre_answer in mod_opal i need patch libopal, because there is no way to send progress inicator throuch opalmgr. and there is many another issues like this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is my work on mod_opal before i start moving to h323plus, may be this help somebody there. BW> From what I have been told h323plus is a based/fork of OpenH323 which BW>OPAL is just a continuation of OpenH323. So why not support the BW>developers of OPAL/OpenH323 ? BW> BW>/b BW> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: BW> BW>> We are developing module to handle h323 proto now, we try to use BW>> mod_opal and try improve it, but no luck, BW>> there is many issues in libopal, and finaly we now move to h323plus BW>> library. BW> BW> BW>_______________________________________________ BW>FreeSWITCH-users mailing list BW>FreeSWITCH-users at lists.freeswitch.org BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users BW>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users BW>http://www.freeswitch.org BW> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From vhatz at kinetix.gr Thu Oct 8 02:47:47 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Thu, 08 Oct 2009 12:47:47 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> Message-ID: <4ACDB543.3070906@kinetix.gr> Brian West wrote: > From what I have been told h323plus is a based/fork of OpenH323 which > OPAL is just a continuation of OpenH323. So why not support the > developers of OPAL/OpenH323 ? H323Plus incorporates many if not all new features/additions etc from OPAL (for H323 that is) and a few more features of its own. It is not just a continuation of the antiquated OpenH323, so, IMHO it is a good option for H323 development. mod_opal is mostly developed for use with H323 (SIP and IAX support is already there in FS in different modules), so it doesn't make much difference if it uses H323Plus, OPAL or any other H323 lib. It will make a difference however if the underlying library leads to faster mod_opal/mod_h323 development. So, yes it would be great to support OPAL and its developers, but sometimes the end result (and how fast you obtain it) is what matters most. Therefore, if there are people out there who have already built a usable and stable mod for H323 (compared to the current state of mod_opal) I think we should give it a try, even if it uses a different library. At least I'm more than willing to test it in lab and production and help in bug reports, or even patching if I can. Regards, Vlasis. From juanbackson at gmail.com Thu Oct 8 03:20:38 2009 From: juanbackson at gmail.com (Juan Backson) Date: Thu, 8 Oct 2009 18:20:38 +0800 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk Message-ID: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> Hi, My application fails to set the appropriate variables using directory xml after using the latest trunk as of yesterday. My curl looks like:
In the info app, I am not seeing account-id and vm-code anymore. How to fix that? juan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/14743f99/attachment.html From srinivas.ksvreddy at gmail.com Thu Oct 8 04:29:03 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Thu, 8 Oct 2009 16:59:03 +0530 Subject: [Freeswitch-users] sofia_Reg_find_url Message-ID: Hi, can any one please tell me how sofia_reg_fine_url, and sofia_glue_execute_sql_callback will work? which format data is storing and retriving. Thanks -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/e3fbf84d/attachment.html From maciej.aniserowicz at gmail.com Thu Oct 8 06:18:04 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Thu, 8 Oct 2009 06:18:04 -0700 (PDT) Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay In-Reply-To: <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> References: <1A16501E57CA4727A593226A8C810308@procent> <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> Message-ID: <1255007884165-3787956.post@n2.nabble.com> Both of the instances are run on the same machine, i just changed the default ports they use. Can anything else cause this strange behavior? MA Michael Jerris wrote: > > Incorrect NAT configuration so one of the boxes is not actually > getting a BYE. > > > On Oct 5, 2009, at 3:13 AM, Maciej Aniserowicz wrote: > >> Hi, >> When I use two FreeSWITCH instances ('internal' and 'external'), all >> users register to the 'external' instance which acts as a gateway by >> 'internal' instance (which in turn is controlled by my applicaiton >> with commands sent by socket). >> When user hangs up, the 'hanged up' event is propagated to the >> 'internal' instance after a long time (~3 minutes) instead of being >> propagated immediately. >> What can cause this issue? > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/gateway-FS-informs-it-s-client-FS-about-users-hanged-up-with-a-long-delay-tp3768540p3787956.html Sent from the freeswitch-users mailing list archive at Nabble.com. From d.kochmashev at enforta.com Wed Oct 7 20:50:13 2009 From: d.kochmashev at enforta.com (Denis Kochmashev "Enforta") Date: Thu, 8 Oct 2009 09:50:13 +0600 Subject: [Freeswitch-users] [Spam] Re: mod_opal - call charged before H.225 connect In-Reply-To: <20091008020557.GA23391@jdc.jasonjgw.net> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com><65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com><191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com><65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com><86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com><65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com><82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <20091008020557.GA23391@jdc.jasonjgw.net> Message-ID: It's better to read this - http://lists.packetizer.com/pipermail/h323plus/2007-October/000020.html > -----Original Message----- > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On > Behalf Of Jason White > Sent: Thursday, October 08, 2009 8:06 AM > To: freeswitch-users at lists.freeswitch.org > Subject: [Spam] Re: [Freeswitch-users] mod_opal - call > charged before H.225 connect > > Brian West wrote: > > From what I have been told h323plus is a based/fork of > OpenH323 which > > OPAL is just a continuation of OpenH323. > > >From a quick search of gmane.org, the situation seems a little more > complicated. > > http://article.gmane.org/gmane.comp.telephony.openh323.general > /10930/match=h+460+opal > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw > itch-users > http://www.freeswitch.org From maciej.aniserowicz at gmail.com Thu Oct 8 06:19:31 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Thu, 8 Oct 2009 06:19:31 -0700 (PDT) Subject: [Freeswitch-users] Recording creates a 388-byte long file and deletes it In-Reply-To: <74D80E7B-119B-4CC1-82DC-9A370F940BA5@jerris.com> References: <4ED3AB65AFE34242AACDE97127FE1248@procent> <74D80E7B-119B-4CC1-82DC-9A370F940BA5@jerris.com> Message-ID: <1255007971021-3787968.post@n2.nabble.com> Yes, I know that FS deletes short files. I just don't know why the file is so small... it is always 388 bytes, no matter how long the session lasts. MA Michael Jerris wrote: > > switch_ivr_async.c:480 > > On Oct 5, 2009, at 3:16 AM, Maciej Aniserowicz wrote: > >> Hi, >> When I record a call in FS, it only creates a 388-byte-long wav >> file. The conversation is no written there, and FS deletes the file >> when the session finishes. >> What can cause this strange behavior? > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/Recording-creates-a-388-byte-long-file-and-deletes-it-tp3768541p3787968.html Sent from the freeswitch-users mailing list archive at Nabble.com. From maciej.aniserowicz at gmail.com Thu Oct 8 06:27:07 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Thu, 8 Oct 2009 06:27:07 -0700 (PDT) Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> Message-ID: <1255008427639-3788019.post@n2.nabble.com> It's the same on the trunk (the last rev I used was not so old anyway). Codecs are the same on both legs: read codec/read rate: PCMU 8000 write codec/write rate: PCMU 8000 MA Michael Jerris wrote: > > What codecs are all the call legs using, also, please try current svn > trunk. > > Mike > > On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: > >> >> Sorry about posting several questions at once, I wasn't aware it's >> "rude". >> Let's concentrate on this issue then. >> >> I use FS rev 14994. Phones on extensions: >> 1) x-lite >> 2) cisco sip phone >> 3) audio played by fs to the extension being eavesdropped >> >> I did not change any codec configuration, I just use the standard >> one that >> comes with both FS and the phones. >> Some time ago someone on FS irc channel told me that this is just >> how FS >> eavesdropping works... from your response I understand that this is >> not >> entirely true? >> >> Maciej Aniserowicz >> >> >> >> Anthony Minessale wrote: >>> >>> That's is a somewhat vague position. >>> >>> You did not mention which version of FreeSWITCH you are running, the >>> phones >>> being used in your example, your configuration, the codecs in use >>> etc. >>> >>> BTW, >>> I think you should only ask one question at a time on this list. >>> The list >>> is run by volunteers and it's sort of rude to expect 3 or 4 threads >>> to be >>> tended to concerning the same one individual. >>> >>> >>> 2009/10/5 Maciej Aniserowicz >>> >>>> Hello, >>>> When I use eavesdropping in FreeSWITCH, the sound quality is >>>> really bad. >>>> Is >>>> there any way to improve it? Is this a known problem? >>>> Br/ >>>> Maciej Aniserowicz >>>> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3788019.html Sent from the freeswitch-users mailing list archive at Nabble.com. From tculjaga at gmail.com Thu Oct 8 07:20:44 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 8 Oct 2009 16:20:44 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> Message-ID: <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> Hi Yuriy, did you manage to do something with H323plus and FS ? btw: have you checked Objective OpenH323 http://www.obj-sys.com/telephony-objective.shtml ? This looks better to me as it is lighter and can be easily customized. T. 2009/10/8 Georgiewskiy Yuriy > On 2009-10-07 15:09 -0500, Brian West wrote > freeswitch-users at lists.freeswit...: > > opal have addition abstraction layer called opalmgr, and it implementation > is not so good in > this case, for example to implemet pre_answer in mod_opal i need patch > libopal, because > there is no way to send progress inicator throuch opalmgr. and there is > many another issues like > this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > my work on mod_opal before > i start moving to h323plus, may be this help somebody there. > > BW> From what I have been told h323plus is a based/fork of OpenH323 which > BW>OPAL is just a continuation of OpenH323. So why not support the > BW>developers of OPAL/OpenH323 ? > BW> > BW>/b > BW> > BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > BW> > BW>> We are developing module to handle h323 proto now, we try to use > BW>> mod_opal and try improve it, but no luck, > BW>> there is many issues in libopal, and finaly we now move to h323plus > BW>> library. > BW> > BW> > BW>_______________________________________________ > BW>FreeSWITCH-users mailing list > BW>FreeSWITCH-users at lists.freeswitch.org > BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > BW>UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > BW>http://www.freeswitch.org > BW> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/29ef4a1f/attachment-0001.html From rupa at rupa.com Thu Oct 8 07:40:09 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Thu, 8 Oct 2009 08:40:09 -0600 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> Message-ID: That code is GPL, not license compatible. ;( 2009/10/8 Tihomir Culjaga : > Hi Yuriy, did you manage to do something with H323plus and FS ? > > btw: have you checked Objective OpenH323 > http://www.obj-sys.com/telephony-objective.shtml ? > This looks better to me as it is lighter and can be easily customized. > > T. -- -Rupa From dome at tel.co.th Thu Oct 8 07:39:46 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 21:39:46 +0700 Subject: [Freeswitch-users] max-sessions change when running about 2 hr Message-ID: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> Dear sir, I'm running freeswitch with option /opt/freeswitch/bin/freeswitch -nf -waste -nonat -nc I'm setting up max-sessions in switch.conf to 10000 But when fs running about 2 hr. max session down to 299 freeswitch at internal> status UP 0 years, 0 days, 2 hours, 11 minutes, 10 seconds, 434 milliseconds, 251 microseconds 20502 session(s) since startup 271 session(s) 0/50 299 session(s) max Can somone tell me what's happen ? Dome C. From gabe at gundy.org Thu Oct 8 07:42:22 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Thu, 8 Oct 2009 08:42:22 -0600 Subject: [Freeswitch-users] FS Slide deck? Message-ID: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> Hey all, The 3rd annual UTOSC (Utah Open Source Conference) [1] starts today. It's a conference that gives Open Source users/hackers a chance gather together to mingle and share. It's a lot of fun. Anyway, this year I've offered to work with a friend of mine to lead a BoF (Birds of a Feather) discussion on Open Source Telephony [2]. While it should mostly be group discussion, you never know when people are going to get shy and clam up. *If* they do, it would be nice to have some slides to fill that time. Rather than make some from scratch (that are unlikely to get used), I thought I'd ask here and see if anyone has a FS slide deck that they wouldn't mind sharing. Thanks, Gabe 1) http://2009.utosc.com/pages/home/ 2) http://2009.utosc.com/presentation/136/ From vhatz at kinetix.gr Thu Oct 8 07:44:55 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Thu, 08 Oct 2009 17:44:55 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> Message-ID: <4ACDFAE7.1000409@kinetix.gr> Tihomir Culjaga wrote: > Hi Yuriy, did you manage to do something with H323plus and FS ? > > btw: have you checked Objective OpenH323 > http://www.obj-sys.com/telephony-objective.shtml ? > This looks better to me as it is lighter and can be easily customized. > > T. AFAIK Objective Systems H323 library does not support fax or video, it does only voice (at least the last time I checked it which was many months ago). Using it would lead to a mod for H323 which would never be as flexible or feature-rich as mod_sofia... Regards, Vlasis. From bottleman at icf.org.ru Thu Oct 8 07:44:09 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 18:44:09 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> Message-ID: On 2009-10-08 16:20 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: TC>Hi Yuriy, did you manage to do something with H323plus and FS ? i already doing it, but now it not in usable state. TC>btw: have you checked Objective OpenH323 TC>http://www.obj-sys.com/telephony-objective.shtml ? TC>This looks better to me as it is lighter and can be easily customized. i see this library later in asterisk module, h323plus is a successor of opanh323, i use it many yars and i think it more complete mature and stable than objective systems stack, and finally h323plus not depend in its development from some kinde of Objective System Inc/any other xxx Inc. TC> TC>2009/10/8 Georgiewskiy Yuriy TC> TC>> On 2009-10-07 15:09 -0500, Brian West wrote TC>> freeswitch-users at lists.freeswit...: TC>> TC>> opal have addition abstraction layer called opalmgr, and it implementation TC>> is not so good in TC>> this case, for example to implemet pre_answer in mod_opal i need patch TC>> libopal, because TC>> there is no way to send progress inicator throuch opalmgr. and there is TC>> many another issues like TC>> this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is TC>> my work on mod_opal before TC>> i start moving to h323plus, may be this help somebody there. TC>> TC>> BW> From what I have been told h323plus is a based/fork of OpenH323 which TC>> BW>OPAL is just a continuation of OpenH323. So why not support the TC>> BW>developers of OPAL/OpenH323 ? TC>> BW> TC>> BW>/b TC>> BW> TC>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: TC>> BW> TC>> BW>> We are developing module to handle h323 proto now, we try to use TC>> BW>> mod_opal and try improve it, but no luck, TC>> BW>> there is many issues in libopal, and finaly we now move to h323plus TC>> BW>> library. TC>> BW> TC>> BW> TC>> BW>_______________________________________________ TC>> BW>FreeSWITCH-users mailing list TC>> BW>FreeSWITCH-users at lists.freeswitch.org TC>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> BW>UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> BW>http://www.freeswitch.org TC>> BW> TC>> TC>> C ????????? With Best Regards TC>> ???????????? ????. Georgiewskiy Yuriy TC>> +7 4872 711666 +7 4872 711666 TC>> ???? +7 4872 711143 fax +7 4872 711143 TC>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> http://nkoort.ru http://nkoort.ru TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> YG129-RIPE YG129-RIPE TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From dome at tel.co.th Thu Oct 8 07:46:44 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 21:46:44 +0700 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> Message-ID: <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> When i try fsctl max_sessions 10000 in CLI . FS set it back to 2xx again Dome C. 2009/10/8 Dome Charoenyost : > Dear sir, > ? I'm running freeswitch with option > /opt/freeswitch/bin/freeswitch -nf -waste -nonat -nc > I'm setting up max-sessions in switch.conf to 10000 > > ? ? > ? ? > ? ? > But when fs running about 2 hr. max session down to 299 > freeswitch at internal> status > UP 0 years, 0 days, 2 hours, 11 minutes, 10 seconds, 434 milliseconds, > 251 microseconds > 20502 session(s) since startup > 271 session(s) 0/50 > 299 session(s) max > > Can somone tell me what's happen ? > > Dome C. > From brian at freeswitch.org Thu Oct 8 07:59:24 2009 From: brian at freeswitch.org (Brian West) Date: Thu, 8 Oct 2009 09:59:24 -0500 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> Message-ID: <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> How much ram do you have and what distro are you running on, 32bit or 64bit? /b On Oct 8, 2009, at 9:46 AM, Dome Charoenyost wrote: > When i try > fsctl max_sessions 10000 > in CLI . FS set it back to 2xx again > > Dome C. From tculjaga at gmail.com Thu Oct 8 08:00:30 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 8 Oct 2009 17:00:30 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <65d96fc80910080720x5a9e9756tab7c08ec6b67f163@mail.gmail.com> Message-ID: <65d96fc80910080800t5427abc5m2012ff2a5c3326c0@mail.gmail.com> yep, you made the point :P T. 2009/10/8 Georgiewskiy Yuriy > On 2009-10-08 16:20 +0200, Tihomir Culjaga wrote > freeswitch-users at lists.fre...: > > TC>Hi Yuriy, did you manage to do something with H323plus and FS ? > > i already doing it, but now it not in usable state. > > TC>btw: have you checked Objective OpenH323 > TC>http://www.obj-sys.com/telephony-objective.shtml ? > TC>This looks better to me as it is lighter and can be easily customized. > > i see this library later in asterisk module, h323plus is a successor of > opanh323, i use it many yars and > i think it more complete mature and stable than objective systems stack, > and finally h323plus not depend > in its development from some kinde of Objective System Inc/any other xxx > Inc. > > TC> > TC>2009/10/8 Georgiewskiy Yuriy > TC> > TC>> On 2009-10-07 15:09 -0500, Brian West wrote > TC>> freeswitch-users at lists.freeswit...: > TC>> > TC>> opal have addition abstraction layer called opalmgr, and it > implementation > TC>> is not so good in > TC>> this case, for example to implemet pre_answer in mod_opal i need patch > TC>> libopal, because > TC>> there is no way to send progress inicator throuch opalmgr. and there > is > TC>> many another issues like > TC>> this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - > there is > TC>> my work on mod_opal before > TC>> i start moving to h323plus, may be this help somebody there. > TC>> > TC>> BW> From what I have been told h323plus is a based/fork of OpenH323 > which > TC>> BW>OPAL is just a continuation of OpenH323. So why not support the > TC>> BW>developers of OPAL/OpenH323 ? > TC>> BW> > TC>> BW>/b > TC>> BW> > TC>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > TC>> BW> > TC>> BW>> We are developing module to handle h323 proto now, we try to use > TC>> BW>> mod_opal and try improve it, but no luck, > TC>> BW>> there is many issues in libopal, and finaly we now move to > h323plus > TC>> BW>> library. > TC>> BW> > TC>> BW> > TC>> BW>_______________________________________________ > TC>> BW>FreeSWITCH-users mailing list > TC>> BW>FreeSWITCH-users at lists.freeswitch.org > TC>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> BW>UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> BW>http://www.freeswitch.org > TC>> BW> > TC>> > TC>> C ????????? With Best Regards > TC>> ???????????? ????. Georgiewskiy Yuriy > TC>> +7 4872 711666 +7 4872 711666 > TC>> ???? +7 4872 711143 fax +7 4872 711143 > TC>> ???????? ??? "?? ?? ??????" IT Service Ltd > TC>> http://nkoort.ru http://nkoort.ru > TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > TC>> YG129-RIPE YG129-RIPE > TC>> > TC>> _______________________________________________ > TC>> FreeSWITCH-users mailing list > TC>> FreeSWITCH-users at lists.freeswitch.org > TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> http://www.freeswitch.org > TC>> > TC>> > TC> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/6fae93d9/attachment-0001.html From moises.silva at gmail.com Thu Oct 8 08:02:26 2009 From: moises.silva at gmail.com (Moises Silva) Date: Thu, 8 Oct 2009 11:02:26 -0400 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910080241q4eeb374an2ec34642bf450818@mail.gmail.com> References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> <7d79b3930910080241q4eeb374an2ec34642bf450818@mail.gmail.com> Message-ID: On Thu, Oct 8, 2009 at 5:41 AM, lakshmanan ganapathy wrote: > Hi I tried with the following openzap.conf > [span zt PRI_1] > trunk_type => e1 > b-channel => 1:1-15,17-31 > d-channel => 1:16 > This does not look like a healthy config to me. You are using : notation in zaptel spans, zaptel channels increment across spans, read point number 5 of this web page http://wiki.freeswitch.org/wiki/OpenZAP_OpenR2 , this is for another type of signaling, but the span/channel numbering concepts are the same. -- Moises Silva Software Developer Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada t. 1 905 474 1990 x 128 | e. moy at sangoma.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/e35a1239/attachment.html From dome at tel.co.th Thu Oct 8 08:14:43 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 22:14:43 +0700 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> Message-ID: <8ccbff060910080814v56dbd129nccb1b99353a367cf@mail.gmail.com> 2009/10/8 Brian West : > How much ram do you have and what distro are you running on, 32bit or > 64bit? 2GB 32bit debian squeeze (swap 6 GB) Dome C. > > /b > > On Oct 8, 2009, at 9:46 AM, Dome Charoenyost wrote: > >> When i try >> fsctl max_sessions 10000 >> in CLI . FS set it back to 2xx again >> >> Dome C. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 dome at tel.co.th Thu Oct 8 08:15:42 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 22:15:42 +0700 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <8ccbff060910080814v56dbd129nccb1b99353a367cf@mail.gmail.com> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> <8ccbff060910080814v56dbd129nccb1b99353a367cf@mail.gmail.com> Message-ID: <8ccbff060910080815h7f79f68v992270146a747cfe@mail.gmail.com> may be -waste option effect ? 2009/10/8 Dome Charoenyost : > 2009/10/8 Brian West : >> How much ram do you have and what distro are you running on, 32bit or >> 64bit? > > 2GB ?32bit ?debian squeeze > (swap 6 GB) > > Dome C. > > >> >> /b >> >> On Oct 8, 2009, at 9:46 AM, Dome Charoenyost wrote: >> >>> When i try >>> fsctl max_sessions 10000 >>> in CLI . FS set it back to 2xx again >>> >>> Dome C. >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 Oct 8 08:21:14 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 8 Oct 2009 10:21:14 -0500 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk In-Reply-To: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> References: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> Message-ID: <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> they only set if you authenticate on sip or run the set_user app On Thu, Oct 8, 2009 at 5:20 AM, Juan Backson wrote: > Hi, > > My application fails to set the appropriate variables using directory xml > after using the latest trunk as of yesterday. > > My curl looks like: > > > > >
> > > > > value="sofia/internal/sip:200002 at 192.168.1.11:29440 > ;rinstance=0245b2a59ddff837"> > > > > > > > >
>
> > > > In the info app, I am not seeing account-id and vm-code anymore. > > How to fix that? > > juan > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/061c2bc5/attachment.html From anthony.minessale at gmail.com Thu Oct 8 08:23:13 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 8 Oct 2009 10:23:13 -0500 Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <1255008427639-3788019.post@n2.nabble.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> Message-ID: <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> you probably have some device lying about ptime everywhere look at a sip trace an pay especially close attention to ptime:x param in sdp if you don't understand this just attach it here execute the following at the cli sofia profile internal siptrace on sofila loglevel debug On Thu, Oct 8, 2009 at 8:27 AM, Maciej Aniserowicz < maciej.aniserowicz at gmail.com> wrote: > > It's the same on the trunk (the last rev I used was not so old anyway). > > Codecs are the same on both legs: > read codec/read rate: PCMU 8000 > write codec/write rate: PCMU 8000 > > MA > > > > > Michael Jerris wrote: > > > > What codecs are all the call legs using, also, please try current svn > > trunk. > > > > Mike > > > > On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: > > > >> > >> Sorry about posting several questions at once, I wasn't aware it's > >> "rude". > >> Let's concentrate on this issue then. > >> > >> I use FS rev 14994. Phones on extensions: > >> 1) x-lite > >> 2) cisco sip phone > >> 3) audio played by fs to the extension being eavesdropped > >> > >> I did not change any codec configuration, I just use the standard > >> one that > >> comes with both FS and the phones. > >> Some time ago someone on FS irc channel told me that this is just > >> how FS > >> eavesdropping works... from your response I understand that this is > >> not > >> entirely true? > >> > >> Maciej Aniserowicz > >> > >> > >> > >> Anthony Minessale wrote: > >>> > >>> That's is a somewhat vague position. > >>> > >>> You did not mention which version of FreeSWITCH you are running, the > >>> phones > >>> being used in your example, your configuration, the codecs in use > >>> etc. > >>> > >>> BTW, > >>> I think you should only ask one question at a time on this list. > >>> The list > >>> is run by volunteers and it's sort of rude to expect 3 or 4 threads > >>> to be > >>> tended to concerning the same one individual. > >>> > >>> > >>> 2009/10/5 Maciej Aniserowicz > >>> > >>>> Hello, > >>>> When I use eavesdropping in FreeSWITCH, the sound quality is > >>>> really bad. > >>>> Is > >>>> there any way to improve it? Is this a known problem? > >>>> Br/ > >>>> Maciej Aniserowicz > >>>> > > > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > View this message in context: > http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3788019.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/a3d4e7e5/attachment.html From anthony.minessale at gmail.com Thu Oct 8 08:29:21 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 8 Oct 2009 10:29:21 -0500 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <8ccbff060910080815h7f79f68v992270146a747cfe@mail.gmail.com> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> <8ccbff060910080814v56dbd129nccb1b99353a367cf@mail.gmail.com> <8ccbff060910080815h7f79f68v992270146a747cfe@mail.gmail.com> Message-ID: <191c3a030910080829s7886f664m73f6e504562bb38d@mail.gmail.com> you are running out of threads and it's fixing itself. one of many reasons you should upgrade to 64 bit OS execute this in your shell before you start FS 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 244 ulimit -l unlimited On Thu, Oct 8, 2009 at 10:15 AM, Dome Charoenyost wrote: > may be -waste option effect ? > > 2009/10/8 Dome Charoenyost : > > 2009/10/8 Brian West : > >> How much ram do you have and what distro are you running on, 32bit or > >> 64bit? > > > > 2GB 32bit debian squeeze > > (swap 6 GB) > > > > Dome C. > > > > > >> > >> /b > >> > >> On Oct 8, 2009, at 9:46 AM, Dome Charoenyost wrote: > >> > >>> When i try > >>> fsctl max_sessions 10000 > >>> in CLI . FS set it back to 2xx again > >>> > >>> Dome C. > >> > >> > >> _______________________________________________ > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/59e06aa7/attachment-0001.html From anthony.minessale at gmail.com Thu Oct 8 08:43:14 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 8 Oct 2009 10:43:14 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> Message-ID: <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> If you are going to make that alternate module are you going to host it in the FS tree along side mod_opal? also if were working on mod_opal why did you not try to involve us and the opal team? How far away from what is in tree are these patches you have? 2009/10/8 Georgiewskiy Yuriy > On 2009-10-07 15:09 -0500, Brian West wrote > freeswitch-users at lists.freeswit...: > > opal have addition abstraction layer called opalmgr, and it implementation > is not so good in > this case, for example to implemet pre_answer in mod_opal i need patch > libopal, because > there is no way to send progress inicator throuch opalmgr. and there is > many another issues like > this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > my work on mod_opal before > i start moving to h323plus, may be this help somebody there. > > BW> From what I have been told h323plus is a based/fork of OpenH323 which > BW>OPAL is just a continuation of OpenH323. So why not support the > BW>developers of OPAL/OpenH323 ? > BW> > BW>/b > BW> > BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > BW> > BW>> We are developing module to handle h323 proto now, we try to use > BW>> mod_opal and try improve it, but no luck, > BW>> there is many issues in libopal, and finaly we now move to h323plus > BW>> library. > BW> > BW> > BW>_______________________________________________ > BW>FreeSWITCH-users mailing list > BW>FreeSWITCH-users at lists.freeswitch.org > BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > BW>UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > BW>http://www.freeswitch.org > BW> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/ba84dd42/attachment.html From dome at tel.co.th Thu Oct 8 08:50:36 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Thu, 8 Oct 2009 22:50:36 +0700 Subject: [Freeswitch-users] max-sessions change when running about 2 hr In-Reply-To: <191c3a030910080829s7886f664m73f6e504562bb38d@mail.gmail.com> References: <8ccbff060910080739h14143bf8lb43060a5ec6393a0@mail.gmail.com> <8ccbff060910080746p30333c13t2a11a70d0b961e3@mail.gmail.com> <75EBC642-1912-4CFA-8774-40DF1FA0152E@freeswitch.org> <8ccbff060910080814v56dbd129nccb1b99353a367cf@mail.gmail.com> <8ccbff060910080815h7f79f68v992270146a747cfe@mail.gmail.com> <191c3a030910080829s7886f664m73f6e504562bb38d@mail.gmail.com> Message-ID: <8ccbff060910080850k2a849842u450a303b92d27619@mail.gmail.com> Thanks. I'll try 64 bit :) 2009/10/8 Anthony Minessale : > you are running out of threads and it's fixing itself. one of many reasons > you should upgrade to 64 bit OS > > execute this in your shell before you start FS > > 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 244 > ulimit -l unlimited > > > On Thu, Oct 8, 2009 at 10:15 AM, Dome Charoenyost wrote: >> >> may be -waste option effect ?? >> >> 2009/10/8 Dome Charoenyost : >> > 2009/10/8 Brian West : >> >> How much ram do you have and what distro are you running on, 32bit or >> >> 64bit? >> > >> > 2GB ?32bit ?debian squeeze >> > (swap 6 GB) >> > >> > Dome C. >> > >> > >> >> >> >> /b >> >> >> >> On Oct 8, 2009, at 9:46 AM, Dome Charoenyost wrote: >> >> >> >>> When i try >> >>> fsctl max_sessions 10000 >> >>> in CLI . FS set it back to 2xx again >> >>> >> >>> Dome C. >> >> >> >> >> >> _______________________________________________ >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> >> > >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 bottleman at icf.org.ru Thu Oct 8 09:03:00 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 20:03:00 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> Message-ID: On 2009-10-08 10:43 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: AM>If you are going to make that alternate module are you going to host it in AM>the FS tree along side mod_opal? Yes, but then it be useful, now i have working only signaling part and some kinde of not working rtp part :) AM>also if were working on mod_opal why did you not try to involve us and the AM>opal team? Because i made patches for libopal, one is a bugfix in rtp part, there is a race condition in inicialisation in jitter buffer, another patch implements method to send progress indicator, and i don't wont spent my time to incorporate this changes into libopal. without this changes my work on mod_opal in freeswitch don't useful at all, i provide link to my work with all patches, if somebody wont incorporate it in libopal tree and fs - go on, but i think better and more elegant make new module based on h323plus. AM>How far away from what is in tree are these patches you have? AM> AM>2009/10/8 Georgiewskiy Yuriy AM> AM>> On 2009-10-07 15:09 -0500, Brian West wrote AM>> freeswitch-users at lists.freeswit...: AM>> AM>> opal have addition abstraction layer called opalmgr, and it implementation AM>> is not so good in AM>> this case, for example to implemet pre_answer in mod_opal i need patch AM>> libopal, because AM>> there is no way to send progress inicator throuch opalmgr. and there is AM>> many another issues like AM>> this in that layer. ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is AM>> my work on mod_opal before AM>> i start moving to h323plus, may be this help somebody there. AM>> AM>> BW> From what I have been told h323plus is a based/fork of OpenH323 which AM>> BW>OPAL is just a continuation of OpenH323. So why not support the AM>> BW>developers of OPAL/OpenH323 ? AM>> BW> AM>> BW>/b AM>> BW> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: AM>> BW> AM>> BW>> We are developing module to handle h323 proto now, we try to use AM>> BW>> mod_opal and try improve it, but no luck, AM>> BW>> there is many issues in libopal, and finaly we now move to h323plus AM>> BW>> library. AM>> BW> AM>> BW> AM>> BW>_______________________________________________ AM>> BW>FreeSWITCH-users mailing list AM>> BW>FreeSWITCH-users at lists.freeswitch.org AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users AM>> BW>UNSUBSCRIBE: AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users AM>> BW>http://www.freeswitch.org AM>> BW> AM>> AM>> C ????????? With Best Regards AM>> ???????????? ????. Georgiewskiy Yuriy AM>> +7 4872 711666 +7 4872 711666 AM>> ???? +7 4872 711143 fax +7 4872 711143 AM>> ???????? ??? "?? ?? ??????" IT Service Ltd AM>> http://nkoort.ru http://nkoort.ru AM>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru AM>> YG129-RIPE YG129-RIPE AM>> AM>> _______________________________________________ AM>> FreeSWITCH-users mailing list AM>> FreeSWITCH-users at lists.freeswitch.org AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users AM>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users AM>> http://www.freeswitch.org AM>> AM>> AM> AM> AM> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From msc at freeswitch.org Thu Oct 8 09:47:04 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 09:47:04 -0700 Subject: [Freeswitch-users] unable to configure Digium TDM400P In-Reply-To: References: <87f2f3b90910070956l520b2c51p7f33463128bf68b2@mail.gmail.com> Message-ID: <87f2f3b90910080947h3cebf253s6e011dd8ddda8504@mail.gmail.com> On Wed, Oct 7, 2009 at 10:45 PM, Woody Dickson wrote: > > Hi Michael > > Is the ztcfg output supposed to say something like 2 channels configured? > Yes. If you had the signaling incorrect it would complain. > > I have not set up openzap yet because I don't know if the openzap.config is > good or not. > > You need to make sure that zaptel is set up first. Running ztcfg and getting no errors or warnings, plus a message that says "2 channels configured" is a pretty good sign that you can move on to the OpenZAP stuff. > Can you give me any suggestion if the ztcfg output I am getting is proper > or not? > > No obvious problems, so move on to the OpenZAP configs. -MC > thx, > woody > > > > -MC >> >> On Wed, Oct 7, 2009 at 3:40 AM, Woody Dickson wrote: >> >>> Hi, >>> >>> I am trying to setup a Digium TDM400P following the instruction on the >>> wiki. >>> It is a 1 fxo and 1 fxs card, so I tried >>> loadzone=in >>> defaultzone=in >>> fxsks=2 >>> fxoks=1 >>> >>> and >>> >>> loadzone=in >>> defaultzone=in >>> fxsks=1 >>> fxoks=2 >>> >>> None works. Does anyone know how it should be configured? >>> >>> Here is what I get by following the wiki. >>> >>> [root at localhost zaptel]# ztcfg -vv >>> >>> Zaptel Version: SVN-branch-1.4-r4629M >>> Echo Canceller: MG2 >>> Configuration >>> ====================== >>> >>> >>> Channel map: >>> >>> Channel 01: FXS Kewlstart (Default) (Slaves: 01) >>> Channel 02: FXO Kewlstart (Default) (Slaves: 02) >>> >>> 2 channels to configure. >>> >>> Changing signalling on channel 1 from FXO Kewlstart to FXS Kewlstart >>> Changing signalling on channel 2 from FXS Kewlstart to FXO Kewlstart >>> >>> >>> [root at localhost zaptel]# ztcfg -vv >>> >>> Zaptel Version: SVN-branch-1.4-r4629M >>> Echo Canceller: MG2 >>> Configuration >>> ====================== >>> >>> >>> Channel map: >>> >>> Channel 01: FXO Kewlstart (Default) (Slaves: 01) >>> Channel 02: FXS Kewlstart (Default) (Slaves: 02) >>> >>> 2 channels to configure. >>> >>> Changing signalling on channel 1 from FXS Kewlstart to FXO Kewlstart >>> Changing signalling on channel 2 from FXO Kewlstart to FXS Kewlstart >>> >>> >>> [root at localhost zaptel]# lspci >>> 00:14.0 Ethernet controller: Digium, Inc. TDM400P (rev 11) >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/0158580a/attachment-0001.html From vhatz at kinetix.gr Thu Oct 8 09:53:28 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Thu, 08 Oct 2009 19:53:28 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> Message-ID: <4ACE1908.9040004@kinetix.gr> Georgiewskiy Yuriy wrote: > On 2009-10-08 10:43 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: > > AM>If you are going to make that alternate module are you going to host it in > AM>the FS tree along side mod_opal? > > Yes, but then it be useful, now i have working only signaling part and some > kinde of not working rtp part :) Hello Yuriy, Since FS already has its own RTP stack (for pass-through and transcoding) wouldn't it be best if your H323 implementation with OPAL was used for signaling only and rely on FS RTP for the media? Perhaps that would save you time and effort, too? Best regards, Vlasis Hatzistavrou. From msc at freeswitch.org Thu Oct 8 09:54:18 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 09:54:18 -0700 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> <7d79b3930910080241q4eeb374an2ec34642bf450818@mail.gmail.com> Message-ID: <87f2f3b90910080954l1ecb867dn8a025f5f0f701eb4@mail.gmail.com> On Thu, Oct 8, 2009 at 8:02 AM, Moises Silva wrote: > On Thu, Oct 8, 2009 at 5:41 AM, lakshmanan ganapathy > wrote: > >> Hi I tried with the following openzap.conf >> [span zt PRI_1] >> trunk_type => e1 >> b-channel => 1:1-15,17-31 >> d-channel => 1:16 >> > > This does not look like a healthy config to me. You are using > : notation in zaptel spans, zaptel channels increment across > spans, read point number 5 of this web page > http://wiki.freeswitch.org/wiki/OpenZAP_OpenR2 , this is for another type > of signaling, but the span/channel numbering concepts are the same. > > Moy, As usual you are right on the money. I'm so used to doing Sangoma configs that I forget about the zaptel syntax. I recommend this config: [span zt PRI_1] trunk_type => e1 b-channel => 1-15 d-channel => 16 b-channel => 17-31 Give that a try and report back if you have issues. -MC > -- > Moises Silva > Software Developer > Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R > 9T3 Canada > t. 1 905 474 1990 x 128 | e. moy at sangoma.com > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/4b15e255/attachment.html From msc at freeswitch.org Thu Oct 8 09:58:12 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 09:58:12 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> Message-ID: <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> On Thu, Oct 8, 2009 at 7:42 AM, Gabriel Gunderson wrote: > Hey all, > > The 3rd annual UTOSC (Utah Open Source Conference) [1] starts today. > It's a conference that gives Open Source users/hackers a chance gather > together to mingle and share. It's a lot of fun. Anyway, this year > I've offered to work with a friend of mine to lead a BoF (Birds of a > Feather) discussion on Open Source Telephony [2]. > > While it should mostly be group discussion, you never know when people > are going to get shy and clam up. *If* they do, it would be nice to > have some slides to fill that time. Rather than make some from > scratch (that are unlikely to get used), I thought I'd ask here and > see if anyone has a FS slide deck that they wouldn't mind sharing. > > Thanks, > Gabe > > > 1) http://2009.utosc.com/pages/home/ > 2) http://2009.utosc.com/presentation/136/ > There are numerous slides and such from ClueCon. Go to http://www.cluecon.com and you can download both the video files as well as the actual presentations. The presentation files are in various formats such as PPT(X), PDF, and Keynote. The second presentation on day 1 is Anthony Minessale and he talks a lot about expanding one's thinking when it comes to applying FreeSWITCH in production. For example, some people will jump through crazy hoops to solve a problem "because that's how they've always done it." Anyway, check out that video and presentation file for some great ideas. -MC > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/9b1cf053/attachment.html From msc at freeswitch.org Thu Oct 8 10:00:12 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 10:00:12 -0700 Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay In-Reply-To: <1255007884165-3787956.post@n2.nabble.com> References: <1A16501E57CA4727A593226A8C810308@procent> <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> <1255007884165-3787956.post@n2.nabble.com> Message-ID: <87f2f3b90910081000v5b505f4ao53104211b620ea77@mail.gmail.com> On Thu, Oct 8, 2009 at 6:18 AM, Maciej Aniserowicz < maciej.aniserowicz at gmail.com> wrote: > > Both of the instances are run on the same machine, i just changed the > default > ports they use. Can anything else cause this strange behavior? > MA > Did a packet capture yield any clues? That is, were you able to confirm that each instance sent and received all the packets that you believe they should have sent and received? The reason I ask is so that you don't end up chasing a ghost because you made an assumption somewhere in your troubleshooting. -MC > > > > Michael Jerris wrote: > > > > Incorrect NAT configuration so one of the boxes is not actually > > getting a BYE. > > > > > > On Oct 5, 2009, at 3:13 AM, Maciej Aniserowicz wrote: > > > >> Hi, > >> When I use two FreeSWITCH instances ('internal' and 'external'), all > >> users register to the 'external' instance which acts as a gateway by > >> 'internal' instance (which in turn is controlled by my applicaiton > >> with commands sent by socket). > >> When user hangs up, the 'hanged up' event is propagated to the > >> 'internal' instance after a long time (~3 minutes) instead of being > >> propagated immediately. > >> What can cause this issue? > > > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > View this message in context: > http://n2.nabble.com/gateway-FS-informs-it-s-client-FS-about-users-hanged-up-with-a-long-delay-tp3768540p3787956.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/11f85496/attachment.html From bottleman at icf.org.ru Thu Oct 8 10:03:25 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 21:03:25 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <4ACE1908.9040004@kinetix.gr> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910061037w3c2d8feasc86ab5990ada0562@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <4ACE1908.9040004@kinetix.gr> Message-ID: On 2009-10-08 19:53 +0300, Vlasis Hatzistavrou (KTI) wrote freeswitch-users...: VHK>Georgiewskiy Yuriy wrote: VHK>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: VHK>> VHK>> AM>If you are going to make that alternate module are you going to host it in VHK>> AM>the FS tree along side mod_opal? VHK>> VHK>> Yes, but then it be useful, now i have working only signaling part and some VHK>> kinde of not working rtp part :) VHK> VHK> VHK>Hello Yuriy, VHK> VHK>Since FS already has its own RTP stack (for pass-through and VHK>transcoding) wouldn't it be best if your H323 implementation with OPAL VHK>was used for signaling only and rely on FS RTP for the media? Perhaps VHK>that would save you time and effort, too? it already use fs rtp stack, and my implementation based on h323plus, not on opal, but fs rtp stack not so complete, there need write some code to send/receive packets because fs stac only encode/decode packets, not send/receive, or i don't known how to do it with it. i don't find any example for this. C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From anthony.minessale at gmail.com Thu Oct 8 10:12:47 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 8 Oct 2009 12:12:47 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <4ACE1908.9040004@kinetix.gr> Message-ID: <191c3a030910081012o63634e3bg1e510df510199541@mail.gmail.com> hmm, not following that very well. FS RTP stack only sends and receives and has no understanding of encode/decode...... mod_opal uses OPAL rtp stack. 2009/10/8 Georgiewskiy Yuriy > On 2009-10-08 19:53 +0300, Vlasis Hatzistavrou (KTI) wrote > freeswitch-users...: > > VHK>Georgiewskiy Yuriy wrote: > VHK>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote > freeswitch-users at lists.f...: > VHK>> > VHK>> AM>If you are going to make that alternate module are you going to > host it in > VHK>> AM>the FS tree along side mod_opal? > VHK>> > VHK>> Yes, but then it be useful, now i have working only signaling part > and some > VHK>> kinde of not working rtp part :) > VHK> > VHK> > VHK>Hello Yuriy, > VHK> > VHK>Since FS already has its own RTP stack (for pass-through and > VHK>transcoding) wouldn't it be best if your H323 implementation with OPAL > VHK>was used for signaling only and rely on FS RTP for the media? Perhaps > VHK>that would save you time and effort, too? > > it already use fs rtp stack, and my implementation based on h323plus, not > on opal, > but fs rtp stack not so complete, there need write some code to > send/receive packets > because fs stac only encode/decode packets, not send/receive, or i don't > known how to > do it with it. i don't find any example for this. > > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/351db0f6/attachment-0001.html From bottleman at icf.org.ru Thu Oct 8 10:22:43 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 21:22:43 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <191c3a030910081012o63634e3bg1e510df510199541@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <4ACE1908.9040004@kinetix.gr> <191c3a030910081012o63634e3bg1e510df510199541@mail.gmail.com> Message-ID: On 2009-10-08 12:12 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: AM>hmm, not following that very well. AM>FS RTP stack only sends and receives and has no understanding of AM>encode/decode...... hmm, give me some example how to use fs stack, or link there i can read about this. AM> AM>mod_opal uses OPAL rtp stack. AM> AM> AM> AM>2009/10/8 Georgiewskiy Yuriy AM> AM>> On 2009-10-08 19:53 +0300, Vlasis Hatzistavrou (KTI) wrote AM>> freeswitch-users...: AM>> AM>> VHK>Georgiewskiy Yuriy wrote: AM>> VHK>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote AM>> freeswitch-users at lists.f...: AM>> VHK>> AM>> VHK>> AM>If you are going to make that alternate module are you going to AM>> host it in AM>> VHK>> AM>the FS tree along side mod_opal? AM>> VHK>> AM>> VHK>> Yes, but then it be useful, now i have working only signaling part AM>> and some AM>> VHK>> kinde of not working rtp part :) AM>> VHK> AM>> VHK> AM>> VHK>Hello Yuriy, AM>> VHK> AM>> VHK>Since FS already has its own RTP stack (for pass-through and AM>> VHK>transcoding) wouldn't it be best if your H323 implementation with OPAL AM>> VHK>was used for signaling only and rely on FS RTP for the media? Perhaps AM>> VHK>that would save you time and effort, too? AM>> AM>> it already use fs rtp stack, and my implementation based on h323plus, not AM>> on opal, AM>> but fs rtp stack not so complete, there need write some code to AM>> send/receive packets AM>> because fs stac only encode/decode packets, not send/receive, or i don't AM>> known how to AM>> do it with it. i don't find any example for this. AM>> AM>> AM>> C ????????? With Best Regards AM>> ???????????? ????. Georgiewskiy Yuriy AM>> +7 4872 711666 +7 4872 711666 AM>> ???? +7 4872 711143 fax +7 4872 711143 AM>> ???????? ??? "?? ?? ??????" IT Service Ltd AM>> http://nkoort.ru http://nkoort.ru AM>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru AM>> YG129-RIPE YG129-RIPE AM>> AM>> _______________________________________________ AM>> FreeSWITCH-users mailing list AM>> FreeSWITCH-users at lists.freeswitch.org AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users AM>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users AM>> http://www.freeswitch.org AM>> AM>> AM> AM> AM> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From tuyanozipek at gmail.com Thu Oct 8 10:25:13 2009 From: tuyanozipek at gmail.com (=?ISO-8859-1?Q?Tuyan_=D6zipek?=) Date: Thu, 8 Oct 2009 13:25:13 -0400 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> Message-ID: <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> Hi, 2009/10/8 Georgiewskiy Yuriy : > On 2009-10-08 10:43 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: > > AM>If you are going to make that alternate module are you going to host it in > AM>the FS tree along side mod_opal? > > Yes, but then it be useful, now i have working only signaling part and some > kinde of not working rtp part :) If you dont use fs rtp stack, its unlikely that it will be accepted into the tree. > > AM>also if were working on mod_opal why did you not try to involve us and the > AM>opal team? > > Because i made patches for libopal, one is a bugfix in rtp part, there is a race condition > in inicialisation in jitter buffer, another patch implements method to send progress indicator, > and i don't wont spent my time to incorporate this changes into libopal. Thats bad. Any bugfixes from fs, goes to upstream on any of the used libraries. You should be doing the same. And Opal developers, will either include or refuse your patches. If they refuse it, they will give you the reason. > without this changes > my work on mod_opal in freeswitch don't useful at all, i provide link to my work with all > patches, if somebody wont incorporate it in libopal tree and fs - go on, but i think > better and more elegant make new module based on h323plus. If you dont publish your changes, all those you are trying to achieve, wont happen. > > AM>How far away from what is in tree are these patches you have? > AM> > AM>2009/10/8 Georgiewskiy Yuriy > AM> > AM>> On 2009-10-07 15:09 -0500, Brian West wrote > AM>> freeswitch-users at lists.freeswit...: > AM>> > AM>> opal have addition abstraction layer called opalmgr, and it implementation > AM>> is not so good in > AM>> this case, for example to implemet pre_answer in mod_opal i need patch > AM>> libopal, because The patch you have in there, adds a method to the OpalCall, it does not touch any parts of OpalManager so, i dont understand why opalmanager would be the cause of your pain? > AM>> there is no way to send progress inicator throuch opalmgr. and there is > AM>> many another issues like > AM>> this in that layer. Please point me to the issues you have in opal, their bug reports , traces etc. I dont think any of the opal people has psychic abilities to detect -your- problems and solve them. >ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > AM>> my work on mod_opal before > AM>> i start moving to h323plus, may be this help somebody there. > AM>> > AM>> BW> From what I have been told h323plus is a based/fork of OpenH323 which > AM>> BW>OPAL is just a continuation of OpenH323. ?So why not support the > AM>> BW>developers of OPAL/OpenH323 ? > AM>> BW> > AM>> BW>/b > AM>> BW> > AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > AM>> BW> > AM>> BW>> We are developing module to handle h323 proto now, we try to use > AM>> BW>> mod_opal and try improve it, but no luck, > AM>> BW>> there is many issues in libopal, and finaly we now move to h323plus > AM>> BW>> library. Did any of you try to report those issues? Regards /tyn > AM>> BW> > AM>> BW> > AM>> BW>_______________________________________________ > AM>> BW>FreeSWITCH-users mailing list > AM>> BW>FreeSWITCH-users at lists.freeswitch.org > AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > AM>> BW>UNSUBSCRIBE: > AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users > AM>> BW>http://www.freeswitch.org > AM>> BW> > AM>> > AM>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > AM>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > AM>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > AM>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > AM>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > AM>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > AM>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > AM>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > AM>> > AM>> _______________________________________________ > AM>> FreeSWITCH-users mailing list > AM>> FreeSWITCH-users at lists.freeswitch.org > AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > AM>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > AM>> http://www.freeswitch.org > AM>> > AM>> > AM> > AM> > AM> > > C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 bottleman at icf.org.ru Thu Oct 8 10:41:09 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 21:41:09 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <191c3a030910061225m3167daam55b163103fc42641@mail.gmail.com> <65d96fc80910061347k3b16fcf3pe527459c43470bad@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> Message-ID: On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote freeswitch-users at lists.freesw...: Tz>Hi, Tz> Tz>2009/10/8 Georgiewskiy Yuriy : Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote freeswitch-users at lists.f...: Tz>> Tz>> AM>If you are going to make that alternate module are you going to host it in Tz>> AM>the FS tree along side mod_opal? Tz>> Tz>> Yes, but then it be useful, now i have working only signaling part and some Tz>> kinde of not working rtp part :) Tz> Tz>If you dont use fs rtp stack, its unlikely that it will be accepted Tz>into the tree. Tz> Tz>> Tz>> AM>also if were working on mod_opal why did you not try to involve us and the Tz>> AM>opal team? Tz>> Tz>> Because i made patches for libopal, one is a bugfix in rtp part, there is a race condition Tz>> in inicialisation in jitter buffer, another patch implements method to send progress indicator, Tz>> and i don't wont spent my time to incorporate this changes into libopal. Tz> Tz>Thats bad. Tz>Any bugfixes from fs, goes to upstream on any of the used libraries. Tz>You should be doing the same. Tz>And Opal developers, will either include or refuse your patches. If Tz>they refuse it, they will give you the reason. i make this fix only to freeze my current mod_opal work on working state, while it now work for me i work on my new implementation of h323 proto for fs, i think opal developers will fix this rtp bug himself becouse it crashes and make library unuseful. Tz> Tz>> without this changes Tz>> my work on mod_opal in freeswitch don't useful at all, i provide link to my work with all Tz>> patches, if somebody wont incorporate it in libopal tree and fs - go on, but i think Tz>> better and more elegant make new module based on h323plus. Tz> Tz>If you dont publish your changes, all those you are trying to achieve, Tz>wont happen. Tz> Tz>> Tz>> AM>How far away from what is in tree are these patches you have? Tz>> AM> Tz>> AM>2009/10/8 Georgiewskiy Yuriy Tz>> AM> Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote Tz>> AM>> freeswitch-users at lists.freeswit...: Tz>> AM>> Tz>> AM>> opal have addition abstraction layer called opalmgr, and it implementation Tz>> AM>> is not so good in Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i need patch Tz>> AM>> libopal, because Tz> Tz>The patch you have in there, adds a method to the OpalCall, it does Tz>not touch any parts of OpalManager Tz>so, i dont understand why opalmanager would be the cause of your pain? Tz> Tz>> AM>> there is no way to send progress inicator throuch opalmgr. and there is Tz>> AM>> many another issues like Tz>> AM>> this in that layer. Tz> Tz>Please point me to the issues you have in opal, their bug reports , traces etc. Tz>I dont think any of the opal people has psychic abilities to detect Tz>-your- problems Tz>and solve them. Tz> Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is Tz>> AM>> my work on mod_opal before Tz>> AM>> i start moving to h323plus, may be this help somebody there. Tz>> AM>> Tz>> AM>> BW> From what I have been told h323plus is a based/fork of OpenH323 which Tz>> AM>> BW>OPAL is just a continuation of OpenH323. ?So why not support the Tz>> AM>> BW>developers of OPAL/OpenH323 ? Tz>> AM>> BW> Tz>> AM>> BW>/b Tz>> AM>> BW> Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: Tz>> AM>> BW> Tz>> AM>> BW>> We are developing module to handle h323 proto now, we try to use Tz>> AM>> BW>> mod_opal and try improve it, but no luck, Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move to h323plus Tz>> AM>> BW>> library. Tz> Tz>Did any of you try to report those issues? Tz> Tz>Regards Tz> Tz>/tyn Tz> Tz>> AM>> BW> Tz>> AM>> BW> Tz>> AM>> BW>_______________________________________________ Tz>> AM>> BW>FreeSWITCH-users mailing list Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org Tz>> AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tz>> AM>> BW>UNSUBSCRIBE: Tz>> AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users Tz>> AM>> BW>http://www.freeswitch.org Tz>> AM>> BW> Tz>> AM>> Tz>> AM>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards Tz>> AM>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy Tz>> AM>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 Tz>> AM>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 Tz>> AM>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd Tz>> AM>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru Tz>> AM>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE Tz>> AM>> Tz>> AM>> _______________________________________________ Tz>> AM>> FreeSWITCH-users mailing list Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org Tz>> AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tz>> AM>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tz>> AM>> http://www.freeswitch.org Tz>> AM>> Tz>> AM>> Tz>> AM> Tz>> AM> Tz>> AM> Tz>> Tz>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards Tz>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy Tz>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 Tz>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 Tz>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd Tz>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru Tz>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE Tz>> _______________________________________________ Tz>> FreeSWITCH-users mailing list Tz>> FreeSWITCH-users at lists.freeswitch.org Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tz>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tz>> http://www.freeswitch.org Tz>> Tz>> Tz> Tz>_______________________________________________ Tz>FreeSWITCH-users mailing list Tz>FreeSWITCH-users at lists.freeswitch.org Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users Tz>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users Tz>http://www.freeswitch.org Tz> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From tculjaga at gmail.com Thu Oct 8 11:32:40 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 8 Oct 2009 20:32:40 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> Message-ID: <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Hi Yuriy, can you share what you have so far, I'm sure we can help with RTP part... T. 2009/10/8 Georgiewskiy Yuriy > On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote > freeswitch-users at lists.freesw...: > > Tz>Hi, > Tz> > Tz>2009/10/8 Georgiewskiy Yuriy : > Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote > freeswitch-users at lists.f...: > Tz>> > Tz>> AM>If you are going to make that alternate module are you going to > host it in > Tz>> AM>the FS tree along side mod_opal? > Tz>> > Tz>> Yes, but then it be useful, now i have working only signaling part and > some > Tz>> kinde of not working rtp part :) > Tz> > Tz>If you dont use fs rtp stack, its unlikely that it will be accepted > Tz>into the tree. > Tz> > Tz>> > Tz>> AM>also if were working on mod_opal why did you not try to involve us > and the > Tz>> AM>opal team? > Tz>> > Tz>> Because i made patches for libopal, one is a bugfix in rtp part, there > is a race condition > Tz>> in inicialisation in jitter buffer, another patch implements method to > send progress indicator, > Tz>> and i don't wont spent my time to incorporate this changes into > libopal. > Tz> > Tz>Thats bad. > Tz>Any bugfixes from fs, goes to upstream on any of the used libraries. > Tz>You should be doing the same. > Tz>And Opal developers, will either include or refuse your patches. If > Tz>they refuse it, they will give you the reason. > > i make this fix only to freeze my current mod_opal work on working state, > while it now work for me i work on > my new implementation of h323 proto for fs, i think opal developers will > fix this rtp bug himself becouse > it crashes and make library unuseful. > > Tz> > Tz>> without this changes > Tz>> my work on mod_opal in freeswitch don't useful at all, i provide link > to my work with all > Tz>> patches, if somebody wont incorporate it in libopal tree and fs - go > on, but i think > Tz>> better and more elegant make new module based on h323plus. > Tz> > Tz>If you dont publish your changes, all those you are trying to achieve, > Tz>wont happen. > Tz> > Tz>> > Tz>> AM>How far away from what is in tree are these patches you have? > Tz>> AM> > Tz>> AM>2009/10/8 Georgiewskiy Yuriy > Tz>> AM> > Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote > Tz>> AM>> freeswitch-users at lists.freeswit...: > Tz>> AM>> > Tz>> AM>> opal have addition abstraction layer called opalmgr, and it > implementation > Tz>> AM>> is not so good in > Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i need > patch > Tz>> AM>> libopal, because > Tz> > Tz>The patch you have in there, adds a method to the OpalCall, it does > Tz>not touch any parts of OpalManager > Tz>so, i dont understand why opalmanager would be the cause of your pain? > Tz> > Tz>> AM>> there is no way to send progress inicator throuch opalmgr. and > there is > Tz>> AM>> many another issues like > Tz>> AM>> this in that layer. > Tz> > Tz>Please point me to the issues you have in opal, their bug reports , > traces etc. > Tz>I dont think any of the opal people has psychic abilities to detect > Tz>-your- problems > Tz>and solve them. > Tz> > Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > Tz>> AM>> my work on mod_opal before > Tz>> AM>> i start moving to h323plus, may be this help somebody there. > Tz>> AM>> > Tz>> AM>> BW> From what I have been told h323plus is a based/fork of > OpenH323 which > Tz>> AM>> BW>OPAL is just a continuation of OpenH323. So why not support > the > Tz>> AM>> BW>developers of OPAL/OpenH323 ? > Tz>> AM>> BW> > Tz>> AM>> BW>/b > Tz>> AM>> BW> > Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > Tz>> AM>> BW> > Tz>> AM>> BW>> We are developing module to handle h323 proto now, we try to > use > Tz>> AM>> BW>> mod_opal and try improve it, but no luck, > Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move to > h323plus > Tz>> AM>> BW>> library. > Tz> > Tz>Did any of you try to report those issues? > Tz> > Tz>Regards > Tz> > Tz>/tyn > Tz> > Tz>> AM>> BW> > Tz>> AM>> BW> > Tz>> AM>> BW>_______________________________________________ > Tz>> AM>> BW>FreeSWITCH-users mailing list > Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org > Tz>> AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > Tz>> AM>> BW>UNSUBSCRIBE: > Tz>> AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users > Tz>> AM>> BW>http://www.freeswitch.org > Tz>> AM>> BW> > Tz>> AM>> > Tz>> AM>> C ????????? With Best Regards > Tz>> AM>> ???????????? ????. Georgiewskiy Yuriy > Tz>> AM>> +7 4872 711666 +7 4872 711666 > Tz>> AM>> ???? +7 4872 711143 fax +7 4872 711143 > Tz>> AM>> ???????? ??? "?? ?? ??????" IT Service Ltd > Tz>> AM>> http://nkoort.ru http://nkoort.ru > Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: > GHhost at jabber.tula-ix.net.ru > Tz>> AM>> YG129-RIPE YG129-RIPE > Tz>> AM>> > Tz>> AM>> _______________________________________________ > Tz>> AM>> FreeSWITCH-users mailing list > Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org > Tz>> AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > Tz>> AM>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > Tz>> AM>> http://www.freeswitch.org > Tz>> AM>> > Tz>> AM>> > Tz>> AM> > Tz>> AM> > Tz>> AM> > Tz>> > Tz>> C ????????? With Best Regards > Tz>> ???????????? ????. Georgiewskiy Yuriy > Tz>> +7 4872 711666 +7 4872 711666 > Tz>> ???? +7 4872 711143 fax +7 4872 711143 > Tz>> ???????? ??? "?? ?? ??????" IT Service Ltd > Tz>> http://nkoort.ru http://nkoort.ru > Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > Tz>> YG129-RIPE YG129-RIPE > Tz>> _______________________________________________ > Tz>> FreeSWITCH-users mailing list > Tz>> FreeSWITCH-users at lists.freeswitch.org > Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > Tz>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > Tz>> http://www.freeswitch.org > Tz>> > Tz>> > Tz> > Tz>_______________________________________________ > Tz>FreeSWITCH-users mailing list > Tz>FreeSWITCH-users at lists.freeswitch.org > Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > Tz>UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > Tz>http://www.freeswitch.org > Tz> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/3b6164b9/attachment-0001.html From msc at freeswitch.org Thu Oct 8 11:38:37 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 11:38:37 -0700 Subject: [Freeswitch-users] Problem with gateway registration In-Reply-To: <1b46b4e80910070743h38d39e5ax362ff7944754067e@mail.gmail.com> References: <1b46b4e80909291105m385fb287m937667f9b51beaf@mail.gmail.com> <87f2f3b90910050920w4d17033fl4c386a0018107bdf@mail.gmail.com> <1b46b4e80910052119me12a0d9y4653edd831f9555e@mail.gmail.com> <1b46b4e80910052142jaa09f08l72e5e4b2b24d10fc@mail.gmail.com> <083DBCB9-48B2-4E61-81B5-B7D00A42EAB5@freeswitch.org> <1b46b4e80910061422q7be2a21fg5d2caaef7e307abb@mail.gmail.com> <9106C8E1-498F-4AE8-8D34-7F6AAD4DC8AE@freeswitch.org> <1b46b4e80910070648n622c3f9haacc22c2328b44ff@mail.gmail.com> <8750A70D-6891-4C07-B4DF-C7F4ABA58D67@freeswitch.org> <1b46b4e80910070743h38d39e5ax362ff7944754067e@mail.gmail.com> Message-ID: <87f2f3b90910081138i32d1c28dmf229344f4b5a4e84@mail.gmail.com> On Wed, Oct 7, 2009 at 7:43 AM, Nicolas Brenner wrote: > You are missing the point, it is only rejecting auth for FS, Asterisk and > X-Lite work fine with the same config for that gateway. > > Did you figure this one out yet? If not, snag some SIP captures of working vs. non-working REGISTRATIONs and pastebin them along with your failed reg and your redacted gateway config. -MC > > > On Wed, Oct 7, 2009 at 10:20 AM, Brian West wrote: > >> I would suspect its a PEBKAC. I mean if you could register to a >> gateway that rejected auth... what purpose would auth serve in the >> first place? >> >> /b >> >> On Oct 7, 2009, at 8:48 AM, Nicolas Brenner wrote: >> >> > Is there some way to make FS register with the gateway that is >> > rejecting the authentication? is it FS or the SIP server at fault? >> > Why would X-Lite work and FS not? >> > >> > Thanks again for your time and help. >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/252352e8/attachment.html From bottleman at icf.org.ru Thu Oct 8 11:44:38 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Thu, 8 Oct 2009 22:44:38 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: On 2009-10-08 20:32 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: TC>Hi Yuriy, TC> TC>can you share what you have so far, I'm sure we can help with RTP part... I think there is a few days and i make it work, after this i start to test and share it. TC> TC>T. TC> TC>2009/10/8 Georgiewskiy Yuriy TC> TC>> On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote TC>> freeswitch-users at lists.freesw...: TC>> TC>> Tz>Hi, TC>> Tz> TC>> Tz>2009/10/8 Georgiewskiy Yuriy : TC>> Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote TC>> freeswitch-users at lists.f...: TC>> Tz>> TC>> Tz>> AM>If you are going to make that alternate module are you going to TC>> host it in TC>> Tz>> AM>the FS tree along side mod_opal? TC>> Tz>> TC>> Tz>> Yes, but then it be useful, now i have working only signaling part and TC>> some TC>> Tz>> kinde of not working rtp part :) TC>> Tz> TC>> Tz>If you dont use fs rtp stack, its unlikely that it will be accepted TC>> Tz>into the tree. TC>> Tz> TC>> Tz>> TC>> Tz>> AM>also if were working on mod_opal why did you not try to involve us TC>> and the TC>> Tz>> AM>opal team? TC>> Tz>> TC>> Tz>> Because i made patches for libopal, one is a bugfix in rtp part, there TC>> is a race condition TC>> Tz>> in inicialisation in jitter buffer, another patch implements method to TC>> send progress indicator, TC>> Tz>> and i don't wont spent my time to incorporate this changes into TC>> libopal. TC>> Tz> TC>> Tz>Thats bad. TC>> Tz>Any bugfixes from fs, goes to upstream on any of the used libraries. TC>> Tz>You should be doing the same. TC>> Tz>And Opal developers, will either include or refuse your patches. If TC>> Tz>they refuse it, they will give you the reason. TC>> TC>> i make this fix only to freeze my current mod_opal work on working state, TC>> while it now work for me i work on TC>> my new implementation of h323 proto for fs, i think opal developers will TC>> fix this rtp bug himself becouse TC>> it crashes and make library unuseful. TC>> TC>> Tz> TC>> Tz>> without this changes TC>> Tz>> my work on mod_opal in freeswitch don't useful at all, i provide link TC>> to my work with all TC>> Tz>> patches, if somebody wont incorporate it in libopal tree and fs - go TC>> on, but i think TC>> Tz>> better and more elegant make new module based on h323plus. TC>> Tz> TC>> Tz>If you dont publish your changes, all those you are trying to achieve, TC>> Tz>wont happen. TC>> Tz> TC>> Tz>> TC>> Tz>> AM>How far away from what is in tree are these patches you have? TC>> Tz>> AM> TC>> Tz>> AM>2009/10/8 Georgiewskiy Yuriy TC>> Tz>> AM> TC>> Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote TC>> Tz>> AM>> freeswitch-users at lists.freeswit...: TC>> Tz>> AM>> TC>> Tz>> AM>> opal have addition abstraction layer called opalmgr, and it TC>> implementation TC>> Tz>> AM>> is not so good in TC>> Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i need TC>> patch TC>> Tz>> AM>> libopal, because TC>> Tz> TC>> Tz>The patch you have in there, adds a method to the OpalCall, it does TC>> Tz>not touch any parts of OpalManager TC>> Tz>so, i dont understand why opalmanager would be the cause of your pain? TC>> Tz> TC>> Tz>> AM>> there is no way to send progress inicator throuch opalmgr. and TC>> there is TC>> Tz>> AM>> many another issues like TC>> Tz>> AM>> this in that layer. TC>> Tz> TC>> Tz>Please point me to the issues you have in opal, their bug reports , TC>> traces etc. TC>> Tz>I dont think any of the opal people has psychic abilities to detect TC>> Tz>-your- problems TC>> Tz>and solve them. TC>> Tz> TC>> Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is TC>> Tz>> AM>> my work on mod_opal before TC>> Tz>> AM>> i start moving to h323plus, may be this help somebody there. TC>> Tz>> AM>> TC>> Tz>> AM>> BW> From what I have been told h323plus is a based/fork of TC>> OpenH323 which TC>> Tz>> AM>> BW>OPAL is just a continuation of OpenH323. So why not support TC>> the TC>> Tz>> AM>> BW>developers of OPAL/OpenH323 ? TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>/b TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>> We are developing module to handle h323 proto now, we try to TC>> use TC>> Tz>> AM>> BW>> mod_opal and try improve it, but no luck, TC>> Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move to TC>> h323plus TC>> Tz>> AM>> BW>> library. TC>> Tz> TC>> Tz>Did any of you try to report those issues? TC>> Tz> TC>> Tz>Regards TC>> Tz> TC>> Tz>/tyn TC>> Tz> TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>_______________________________________________ TC>> Tz>> AM>> BW>FreeSWITCH-users mailing list TC>> Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> AM>> BW>UNSUBSCRIBE: TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> AM>> BW>http://www.freeswitch.org TC>> Tz>> AM>> BW> TC>> Tz>> AM>> TC>> Tz>> AM>> C ????????? With Best Regards TC>> Tz>> AM>> ???????????? ????. Georgiewskiy Yuriy TC>> Tz>> AM>> +7 4872 711666 +7 4872 711666 TC>> Tz>> AM>> ???? +7 4872 711143 fax +7 4872 711143 TC>> Tz>> AM>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> Tz>> AM>> http://nkoort.ru http://nkoort.ru TC>> Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: TC>> GHhost at jabber.tula-ix.net.ru TC>> Tz>> AM>> YG129-RIPE YG129-RIPE TC>> Tz>> AM>> TC>> Tz>> AM>> _______________________________________________ TC>> Tz>> AM>> FreeSWITCH-users mailing list TC>> Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> AM>> UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> AM>> http://www.freeswitch.org TC>> Tz>> AM>> TC>> Tz>> AM>> TC>> Tz>> AM> TC>> Tz>> AM> TC>> Tz>> AM> TC>> Tz>> TC>> Tz>> C ????????? With Best Regards TC>> Tz>> ???????????? ????. Georgiewskiy Yuriy TC>> Tz>> +7 4872 711666 +7 4872 711666 TC>> Tz>> ???? +7 4872 711143 fax +7 4872 711143 TC>> Tz>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> Tz>> http://nkoort.ru http://nkoort.ru TC>> Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> Tz>> YG129-RIPE YG129-RIPE TC>> Tz>> _______________________________________________ TC>> Tz>> FreeSWITCH-users mailing list TC>> Tz>> FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> http://www.freeswitch.org TC>> Tz>> TC>> Tz>> TC>> Tz> TC>> Tz>_______________________________________________ TC>> Tz>FreeSWITCH-users mailing list TC>> Tz>FreeSWITCH-users at lists.freeswitch.org TC>> Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>http://www.freeswitch.org TC>> Tz> TC>> TC>> C ????????? With Best Regards TC>> ???????????? ????. Georgiewskiy Yuriy TC>> +7 4872 711666 +7 4872 711666 TC>> ???? +7 4872 711143 fax +7 4872 711143 TC>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> http://nkoort.ru http://nkoort.ru TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> YG129-RIPE YG129-RIPE TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From gabe at gundy.org Thu Oct 8 12:01:35 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Thu, 8 Oct 2009 13:01:35 -0600 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> Message-ID: <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> Naturally the wireless is jacked at the conf. It's no match for the 100's of geeks sporting laptops. Thanks for the link. Looks like we'll be shooting from the hip. :) >From my phone, Gabe On Thursday, October 8, 2009, Michael Collins wrote: > > > On Thu, Oct 8, 2009 at 7:42 AM, Gabriel Gunderson > wrote: > > Hey all, > > The 3rd annual UTOSC (Utah Open Source Conference) [1] starts today. > It's a conference that gives Open Source users/hackers a chance gather > together to mingle and share. ?It's a lot of fun. ?Anyway, this year > I've offered to work with a friend of mine to lead a BoF (Birds of a > Feather) discussion on Open Source Telephony [2]. > > While it should mostly be group discussion, you never know when people > are going to get shy and clam up. ?*If* they do, it would be nice to > have some slides to fill that time. ?Rather than make some from > scratch (that are unlikely to get used), I thought I'd ask here and > see if anyone has a FS slide deck that they wouldn't mind sharing. > > Thanks, > Gabe > > > 1) http://2009.utosc.com/pages/home/ > 2) http://2009.utosc.com/presentation/136/ > > There are numerous slides and such from ClueCon. Go to http://www.cluecon.com and you can download both the video files as well as the actual presentations. The presentation files are in various formats such as PPT(X), PDF, and Keynote. > The second presentation on day 1 is Anthony Minessale and he talks a lot about expanding one's thinking when it comes to applying FreeSWITCH in production. For example, some people will jump through crazy hoops to solve a problem "because that's how they've always done it." Anyway, check out that video and presentation file for some great ideas. > -MC > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Thu Oct 8 12:02:43 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 12:02:43 -0700 Subject: [Freeswitch-users] REMINDER: Weekly FreeSWITCH Conference Scheduled for October 9, 11AM CST (GMT -6) Message-ID: <87f2f3b90910081202m5dd3f567v240541dd2009c9a8@mail.gmail.com> Just a friendly reminder that we will be having the weekly FreeSWITCH conference call tomorrow, October 9th, at 11AM Central. The agenda is updated: http://bit.ly/lzEYy The conference lasts for six hours, so feel free to dial in at any time. We usually start going over the agenda about 15 minutes after the conference starts. The agenda itself only takes about an hour or two, after which we spend most of the time discussing whatever is on the minds of the community members. Remember, the core FreeSWITCH development team of Anthony Minessale (primary author, lead architect), Mike Jerris (build master), and Brian West (all around VoIP expert, FS configuration guru) are present for the whole conference. This is a great time to ask questions about the project. Please join us! Call in options include SIP, Skype, PSTN, and Jabber. Please see the agenda for more information. Looking forward to speaking with you all tomorrow, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/fd74754b/attachment.html From tculjaga at gmail.com Thu Oct 8 12:03:36 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 8 Oct 2009 21:03:36 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: <65d96fc80910081203x5a8dfc73n57ebf78cc532b920@mail.gmail.com> k 2009/10/8 Georgiewskiy Yuriy > On 2009-10-08 20:32 +0200, Tihomir Culjaga wrote > freeswitch-users at lists.fre...: > > TC>Hi Yuriy, > TC> > TC>can you share what you have so far, I'm sure we can help with RTP > part... > > I think there is a few days and i make it work, after this i start to test > and share it. > > TC> > TC>T. > TC> > TC>2009/10/8 Georgiewskiy Yuriy > TC> > TC>> On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote > TC>> freeswitch-users at lists.freesw...: > TC>> > TC>> Tz>Hi, > TC>> Tz> > TC>> Tz>2009/10/8 Georgiewskiy Yuriy : > TC>> Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote > TC>> freeswitch-users at lists.f...: > TC>> Tz>> > TC>> Tz>> AM>If you are going to make that alternate module are you going > to > TC>> host it in > TC>> Tz>> AM>the FS tree along side mod_opal? > TC>> Tz>> > TC>> Tz>> Yes, but then it be useful, now i have working only signaling > part and > TC>> some > TC>> Tz>> kinde of not working rtp part :) > TC>> Tz> > TC>> Tz>If you dont use fs rtp stack, its unlikely that it will be accepted > TC>> Tz>into the tree. > TC>> Tz> > TC>> Tz>> > TC>> Tz>> AM>also if were working on mod_opal why did you not try to > involve us > TC>> and the > TC>> Tz>> AM>opal team? > TC>> Tz>> > TC>> Tz>> Because i made patches for libopal, one is a bugfix in rtp part, > there > TC>> is a race condition > TC>> Tz>> in inicialisation in jitter buffer, another patch implements > method to > TC>> send progress indicator, > TC>> Tz>> and i don't wont spent my time to incorporate this changes into > TC>> libopal. > TC>> Tz> > TC>> Tz>Thats bad. > TC>> Tz>Any bugfixes from fs, goes to upstream on any of the used > libraries. > TC>> Tz>You should be doing the same. > TC>> Tz>And Opal developers, will either include or refuse your patches. If > TC>> Tz>they refuse it, they will give you the reason. > TC>> > TC>> i make this fix only to freeze my current mod_opal work on working > state, > TC>> while it now work for me i work on > TC>> my new implementation of h323 proto for fs, i think opal developers > will > TC>> fix this rtp bug himself becouse > TC>> it crashes and make library unuseful. > TC>> > TC>> Tz> > TC>> Tz>> without this changes > TC>> Tz>> my work on mod_opal in freeswitch don't useful at all, i provide > link > TC>> to my work with all > TC>> Tz>> patches, if somebody wont incorporate it in libopal tree and fs - > go > TC>> on, but i think > TC>> Tz>> better and more elegant make new module based on h323plus. > TC>> Tz> > TC>> Tz>If you dont publish your changes, all those you are trying to > achieve, > TC>> Tz>wont happen. > TC>> Tz> > TC>> Tz>> > TC>> Tz>> AM>How far away from what is in tree are these patches you have? > TC>> Tz>> AM> > TC>> Tz>> AM>2009/10/8 Georgiewskiy Yuriy > TC>> Tz>> AM> > TC>> Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote > TC>> Tz>> AM>> freeswitch-users at lists.freeswit...: > TC>> Tz>> AM>> > TC>> Tz>> AM>> opal have addition abstraction layer called opalmgr, and it > TC>> implementation > TC>> Tz>> AM>> is not so good in > TC>> Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i > need > TC>> patch > TC>> Tz>> AM>> libopal, because > TC>> Tz> > TC>> Tz>The patch you have in there, adds a method to the OpalCall, it > does > TC>> Tz>not touch any parts of OpalManager > TC>> Tz>so, i dont understand why opalmanager would be the cause of your > pain? > TC>> Tz> > TC>> Tz>> AM>> there is no way to send progress inicator throuch opalmgr. > and > TC>> there is > TC>> Tz>> AM>> many another issues like > TC>> Tz>> AM>> this in that layer. > TC>> Tz> > TC>> Tz>Please point me to the issues you have in opal, their bug reports , > TC>> traces etc. > TC>> Tz>I dont think any of the opal people has psychic abilities to detect > TC>> Tz>-your- problems > TC>> Tz>and solve them. > TC>> Tz> > TC>> Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > TC>> Tz>> AM>> my work on mod_opal before > TC>> Tz>> AM>> i start moving to h323plus, may be this help somebody there. > TC>> Tz>> AM>> > TC>> Tz>> AM>> BW> From what I have been told h323plus is a based/fork of > TC>> OpenH323 which > TC>> Tz>> AM>> BW>OPAL is just a continuation of OpenH323. So why not > support > TC>> the > TC>> Tz>> AM>> BW>developers of OPAL/OpenH323 ? > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>/b > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>> We are developing module to handle h323 proto now, we > try to > TC>> use > TC>> Tz>> AM>> BW>> mod_opal and try improve it, but no luck, > TC>> Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move > to > TC>> h323plus > TC>> Tz>> AM>> BW>> library. > TC>> Tz> > TC>> Tz>Did any of you try to report those issues? > TC>> Tz> > TC>> Tz>Regards > TC>> Tz> > TC>> Tz>/tyn > TC>> Tz> > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>_______________________________________________ > TC>> Tz>> AM>> BW>FreeSWITCH-users mailing list > TC>> Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> AM>> BW> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> AM>> BW>UNSUBSCRIBE: > TC>> Tz>> AM>> > http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> AM>> BW>http://www.freeswitch.org > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> > TC>> Tz>> AM>> C ????????? With Best Regards > TC>> Tz>> AM>> ???????????? ????. Georgiewskiy Yuriy > TC>> Tz>> AM>> +7 4872 711666 +7 4872 711666 > TC>> Tz>> AM>> ???? +7 4872 711143 fax +7 4872 711143 > TC>> Tz>> AM>> ???????? ??? "?? ?? ??????" IT Service Ltd > TC>> Tz>> AM>> http://nkoort.ru http://nkoort.ru > TC>> Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: > TC>> GHhost at jabber.tula-ix.net.ru > TC>> Tz>> AM>> YG129-RIPE YG129-RIPE > TC>> Tz>> AM>> > TC>> Tz>> AM>> _______________________________________________ > TC>> Tz>> AM>> FreeSWITCH-users mailing list > TC>> Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> AM>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> AM>> UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> AM>> http://www.freeswitch.org > TC>> Tz>> AM>> > TC>> Tz>> AM>> > TC>> Tz>> AM> > TC>> Tz>> AM> > TC>> Tz>> AM> > TC>> Tz>> > TC>> Tz>> C ????????? With Best Regards > TC>> Tz>> ???????????? ????. Georgiewskiy Yuriy > TC>> Tz>> +7 4872 711666 +7 4872 711666 > TC>> Tz>> ???? +7 4872 711143 fax +7 4872 711143 > TC>> Tz>> ???????? ??? "?? ?? ??????" IT Service Ltd > TC>> Tz>> http://nkoort.ru http://nkoort.ru > TC>> Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: > GHhost at jabber.tula-ix.net.ru > TC>> Tz>> YG129-RIPE YG129-RIPE > TC>> Tz>> _______________________________________________ > TC>> Tz>> FreeSWITCH-users mailing list > TC>> Tz>> FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> http://www.freeswitch.org > TC>> Tz>> > TC>> Tz>> > TC>> Tz> > TC>> Tz>_______________________________________________ > TC>> Tz>FreeSWITCH-users mailing list > TC>> Tz>FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>http://www.freeswitch.org > TC>> Tz> > TC>> > TC>> C ????????? With Best Regards > TC>> ???????????? ????. Georgiewskiy Yuriy > TC>> +7 4872 711666 +7 4872 711666 > TC>> ???? +7 4872 711143 fax +7 4872 711143 > TC>> ???????? ??? "?? ?? ??????" IT Service Ltd > TC>> http://nkoort.ru http://nkoort.ru > TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > TC>> YG129-RIPE YG129-RIPE > TC>> > TC>> _______________________________________________ > TC>> FreeSWITCH-users mailing list > TC>> FreeSWITCH-users at lists.freeswitch.org > TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> http://www.freeswitch.org > TC>> > TC>> > TC> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/0a156208/attachment-0001.html From xengelpublicx at gmail.com Thu Oct 8 12:50:44 2009 From: xengelpublicx at gmail.com (Vladimir Elizarov) Date: Thu, 08 Oct 2009 23:50:44 +0400 Subject: [Freeswitch-users] freeswitch distributed Message-ID: <4ACE4294.3030402@gmail.com> I want to make freeswitch distributed in such a situation. Several offices in each of fs. We need a unified dialplan, a single entrance/exit on the SIP external gateways, in the case of unavailability of one of the fs others work without his participation. How to understand. It should be the following. Base presence to keep in a separate database (pgpoll + pg). Dialplan, configure pull xml_curl. What can you tell from the web-application (wikipbx, fs2web etc)? The main task of which will impact dialplan, configure, directory? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/1b1d95b0/attachment.bin From dmitry.bely at gmail.com Thu Oct 8 13:23:32 2009 From: dmitry.bely at gmail.com (Dmitry Bely) Date: Fri, 9 Oct 2009 00:23:32 +0400 Subject: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway? In-Reply-To: <7e2ac3270910051352p7d052a5aife6f07827173767@mail.gmail.com> References: <90823c940910011001o3698504ewc63184d0b012edc6@mail.gmail.com> <65d96fc80910020532i4ba33353g7ac141624a4bb89e@mail.gmail.com> <90823c940910051257u403108afg3478c4c13ab26283@mail.gmail.com> <7e2ac3270910051319xfdfc9d3wa583c2da7e932339@mail.gmail.com> <90823c940910051339h3614be97o48a6319f68da7977@mail.gmail.com> <7e2ac3270910051352p7d052a5aife6f07827173767@mail.gmail.com> Message-ID: <90823c940910081323j73e63385kdaab8cf3ac77d139@mail.gmail.com> On Tue, Oct 6, 2009 at 12:52 AM, SP wrote: > did you use the application limit on the inbound call? >?You'll need to in order to account for it. Can you provide more detail? I have DID and gateway (...) (...) that correspond to the same provider account. Then an incoming call is active, outgoing one is not possible (provider will reject the it). How to generate "limit_exceeded" then? - Dmitry Bely From msc at freeswitch.org Thu Oct 8 15:38:10 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 15:38:10 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> Message-ID: <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> On Thu, Oct 8, 2009 at 12:01 PM, Gabriel Gunderson wrote: > Naturally the wireless is jacked at the conf. It's no match for the > 100's of geeks sporting laptops. Thanks for the link. Looks like > we'll be shooting from the hip. :) > > We experienced something similar at ClueCon, but it was that the hotel's DHCP server was a total wuss. :) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/32b93d39/attachment.html From msc at freeswitch.org Thu Oct 8 15:44:49 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 15:44:49 -0700 Subject: [Freeswitch-users] Changing callerid before/after call pickup In-Reply-To: References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> Message-ID: <87f2f3b90910081544h3f86404fid50dfb644cbbb9f5@mail.gmail.com> On Wed, Oct 7, 2009 at 6:46 PM, Klaus Hochlehnert wrote: > Hi, > > currently I'm playing around with call pickup and Snom phones. > I'm using the intercept function for that. > > My "problem" is now that after the call pickup (which works fine) I don't > see the caller id of the original call. > Instead I see the pickup code, e.g. *820 > > I've tried to change nearly every channel variable (before doing the call > pickup), but the phone won't display the caller id. > > Does anybody know how to change that? > Can you paste a debug log of the call flow? Also, are you using just the default dialplan or have you made any changes? Lastly, what mods, if any, did you make to your Snom configs? I have a bricked Snom that I'm waiting for TFTP to fix but when it does I will see about testing this. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/d3e2b782/attachment.html From msc at freeswitch.org Thu Oct 8 15:50:42 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 15:50:42 -0700 Subject: [Freeswitch-users] freeswitch distributed In-Reply-To: <4ACE4294.3030402@gmail.com> References: <4ACE4294.3030402@gmail.com> Message-ID: <87f2f3b90910081550r7596fd11v71c406304e15478e@mail.gmail.com> On Thu, Oct 8, 2009 at 12:50 PM, Vladimir Elizarov wrote: > I want to make freeswitch distributed in such a situation. Several > offices in each of fs. We need a unified dialplan, a single > entrance/exit on the SIP external gateways, in the case of > unavailability of one of the fs others work without his participation. > > How to understand. It should be the following. Base presence to keep in > a separate database (pgpoll + pg). Dialplan, configure pull xml_curl. > What can you tell from the web-application (wikipbx, fs2web etc)? The > main task of which will impact dialplan, configure, directory? > > This is quite an in depth question. It's not really something that can be answered on a mailing list because of all of the specific questions that need to be answered. I think your best bet is to email consulting at freeswitch.org and let them discuss it with you. They can get you hooked up with a FreeSWITCH expert whom you can hire to assist with this project. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/18e885dc/attachment.html From msc at freeswitch.org Thu Oct 8 15:54:23 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 15:54:23 -0700 Subject: [Freeswitch-users] Changing callerid before/after call pickup In-Reply-To: References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> Message-ID: <87f2f3b90910081554g187e1412hac62fa0a387a4c1a@mail.gmail.com> Also, I failed to mention two things: #1 - Please don't hijack threads. :) #2 - Update to the latest SVN and try again. You might be pleasantly surprised. -MC On Wed, Oct 7, 2009 at 6:46 PM, Klaus Hochlehnert wrote: > Hi, > > currently I'm playing around with call pickup and Snom phones. > I'm using the intercept function for that. > > My "problem" is now that after the call pickup (which works fine) I don't > see the caller id of the original call. > Instead I see the pickup code, e.g. *820 > > I've tried to change nearly every channel variable (before doing the call > pickup), but the phone won't display the caller id. > > Does anybody know how to change that? > > Thanks, Klaus > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/c0f98f9a/attachment.html From Mailings at kh-dev.de Thu Oct 8 16:23:25 2009 From: Mailings at kh-dev.de (Klaus Hochlehnert) Date: Fri, 9 Oct 2009 01:23:25 +0200 Subject: [Freeswitch-users] Changing callerid before/after call pickup In-Reply-To: <87f2f3b90910081554g187e1412hac62fa0a387a4c1a@mail.gmail.com> References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> <87f2f3b90910081554g187e1412hac62fa0a387a4c1a@mail.gmail.com> Message-ID: Sorry for hijacking. Didn't know that the mailing list system finds out about that... ;-) Will do the update in the next days and try again. Today I tried with the command send_display. This workaround currently works for me. Thanks, Klaus From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Friday, October 09, 2009 12:54 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Changing callerid before/after call pickup Also, I failed to mention two things: #1 - Please don't hijack threads. :) #2 - Update to the latest SVN and try again. You might be pleasantly surprised. -MC On Wed, Oct 7, 2009 at 6:46 PM, Klaus Hochlehnert > wrote: Hi, currently I'm playing around with call pickup and Snom phones. I'm using the intercept function for that. My "problem" is now that after the call pickup (which works fine) I don't see the caller id of the original call. Instead I see the pickup code, e.g. *820 I've tried to change nearly every channel variable (before doing the call pickup), but the phone won't display the caller id. Does anybody know how to change that? Thanks, Klaus _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/c2024870/attachment-0001.html From brian at freeswitch.org Thu Oct 8 16:44:14 2009 From: brian at freeswitch.org (Brian West) Date: Thu, 8 Oct 2009 18:44:14 -0500 Subject: [Freeswitch-users] Changing callerid before/after call pickup In-Reply-To: References: <4ACB9519.9000805@gmail.com> <2d9149cd0910071235k27c1429v2bc555c0e7397fc4@mail.gmail.com> <4ACD076E.2080107@gmail.com> <5B417827-6CCB-4EE4-9524-5CD45AC9E28F@gmail.com> <87f2f3b90910081554g187e1412hac62fa0a387a4c1a@mail.gmail.com> Message-ID: <9B081533-60AD-4D25-858C-D9814D2AF5FE@freeswitch.org> If you're starting a new topic/thread please click new message. If you click reply, delete the subject and body and change it.. the thread is now hijacked. /b On Oct 8, 2009, at 6:23 PM, Klaus Hochlehnert wrote: > Sorry for hijacking. Didn?t know that the mailing list system finds > out about that... ;-) > > Will do the update in the next days and try again. > > Today I tried with the command send_display. > This workaround currently works for me. > > Thanks, Klaus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/e2e0a9a7/attachment.html From msc at freeswitch.org Thu Oct 8 18:42:59 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 18:42:59 -0700 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking Message-ID: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> FYI, The FreeSWITCH devs have added valet parking! Check it out: http://www.freeswitch.org/node/207 Let us know what you think. Thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/b6aa3d35/attachment.html From diego.viola at gmail.com Thu Oct 8 19:56:39 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 02:56:39 +0000 Subject: [Freeswitch-users] Heartbeat question Message-ID: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> Hi everyone, I have a question about FreeSWITCH heartbeat, I have this on my dialplan: But when I do "event plain all" I see the heartbeats are being fired every 20 seconds... what I'm doing wrong? Thanks, Diego -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/bed39521/attachment.html From diego.viola at gmail.com Thu Oct 8 20:03:43 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 03:03:43 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> Message-ID: <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> I want it to fire every 1 second... On Fri, Oct 9, 2009 at 2:56 AM, Diego Viola wrote: > Hi everyone, > > I have a question about FreeSWITCH heartbeat, I have this on my dialplan: > > > > > > > > > But when I do "event plain all" I see the heartbeats are being fired every > 20 seconds... what I'm doing wrong? > > Thanks, > > Diego > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/d206cb18/attachment.html From mcampbellsmith at gmail.com Thu Oct 8 20:06:37 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Fri, 9 Oct 2009 14:06:37 +1100 Subject: [Freeswitch-users] mod_fax compile fails Message-ID: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> HI all, I just tried to update to the latest svn and I get these errors right at the end after issuing a 'make current'. I am using Debian Lenny. making all mod_fax make[5]: Entering directory `/home/mark/freeswitch/src/mod/applications/mod_fax' make[6]: Entering directory `/home/mark/freeswitch/src/mod/applications/mod_fax' make[7]: Entering directory `/home/mark/freeswitch/libs/tiff-3.8.2' running /bin/sh ./configure --prefix=/usr/local/freeswitch --cache-file=/dev/null --srcdir=. --disable-shared --with-pic --no-create --no-recursion configure: error: cannot run /bin/sh config/config.sub make[7]: *** [config.status] Error 1 make[7]: Leaving directory `/home/mark/freeswitch/libs/tiff-3.8.2' make[6]: *** [../../../../libs/tiff-3.8.2/libtiff/libtiff.la] Error 2 make[6]: Leaving directory `/home/mark/freeswitch/src/mod/applications/mod_fax' make[5]: *** [all] Error 1 make[5]: Leaving directory `/home/mark/freeswitch/src/mod/applications/mod_fax' make[4]: *** [mod_fax-all] Error 1 make[4]: Leaving directory `/home/mark/freeswitch/src/mod' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/mark/freeswitch/src' Making all in build make[3]: Entering directory `/home/mark/freeswitch/build' +-------- FreeSWITCH Build Complete -----------+ + FreeSWITCH has been successfully built. + + Install by running: + + + + make install + +----------------------------------------------+ make[3]: Leaving directory `/home/mark/freeswitch/build' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/mark/freeswitch' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/mark/freeswitch' make: *** [current] Error 2 Also, are the 'Leaving directory / all-recursive' errors going to cause a problem? Thanks! Any ideas what the cause is? From william.suffill at gmail.com Thu Oct 8 20:36:15 2009 From: william.suffill at gmail.com (William Suffill) Date: Thu, 8 Oct 2009 23:36:15 -0400 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> Message-ID: <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> Why do you need it every second? If you want real time channel counts you would be able to track each create/destroy even instead of relying on the heartbeat summary. -- W From rob4manhere at gmail.com Thu Oct 8 20:39:10 2009 From: rob4manhere at gmail.com (Rob Forman) Date: Thu, 8 Oct 2009 22:39:10 -0500 Subject: [Freeswitch-users] mod_fax compile fails In-Reply-To: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> References: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> Message-ID: <343C884A-9AB5-4755-9C5F-42ED705D05E7@gmail.com> I had that issue too where make current failed on mod_fax (under libs/ tiff). And yeah, it caused a problem where a bunch of modules wouldn't load. You'll want to get it resolved before installing. I ended up moving the existing source aside and re-checked out the trunk, which compiled fine. On Oct 8, 2009, at 10:06 PM, Mark Campbell-Smith wrote: > HI all, > > I just tried to update to the latest svn and I get these errors right > at the end after issuing a 'make current'. I am using Debian Lenny. > > making all mod_fax > make[5]: Entering directory `/home/mark/freeswitch/src/mod/ > applications/mod_fax' > make[6]: Entering directory `/home/mark/freeswitch/src/mod/ > applications/mod_fax' > make[7]: Entering directory `/home/mark/freeswitch/libs/tiff-3.8.2' > running /bin/sh ./configure --prefix=/usr/local/freeswitch > --cache-file=/dev/null --srcdir=. --disable-shared --with-pic > --no-create --no-recursion > configure: error: cannot run /bin/sh config/config.sub > make[7]: *** [config.status] Error 1 > make[7]: Leaving directory `/home/mark/freeswitch/libs/tiff-3.8.2' > make[6]: *** [../../../../libs/tiff-3.8.2/libtiff/libtiff.la] Error 2 > make[6]: Leaving directory `/home/mark/freeswitch/src/mod/ > applications/mod_fax' > make[5]: *** [all] Error 1 > make[5]: Leaving directory `/home/mark/freeswitch/src/mod/ > applications/mod_fax' > make[4]: *** [mod_fax-all] Error 1 > make[4]: Leaving directory `/home/mark/freeswitch/src/mod' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/mark/freeswitch/src' > Making all in build > make[3]: Entering directory `/home/mark/freeswitch/build' > +-------- FreeSWITCH Build Complete -----------+ > + FreeSWITCH has been successfully built. + > + Install by running: + > + + > + make install + > +----------------------------------------------+ > make[3]: Leaving directory `/home/mark/freeswitch/build' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/mark/freeswitch' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/mark/freeswitch' > make: *** [current] Error 2 > > Also, are the 'Leaving directory / all-recursive' errors going to > cause a problem? > > Thanks! > Any ideas what the cause is? > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 ahmedmunir007 at gmail.com Thu Oct 8 20:39:24 2009 From: ahmedmunir007 at gmail.com (Ahmed Munir) Date: Fri, 9 Oct 2009 08:39:24 +0500 Subject: [Freeswitch-users] Questions regarding to mod_nibble Message-ID: I want to ask three questions related to mod_nibble bills, as I'm listing down below; 1- Can we select/use dynamic tables for billing using nibble bill? 2- Can we define more than two tables and attributes in nibblebill.conf.xml? 3- As Nibble bill is use to deduct amount of user account, Can we deduct minutes instead of cash? Because my case is, if a user buy a package and I only want to deducts his/her minutes. How we can resolve it by nibble bill? / What other way we can resolve it? Kindly advise soon. -- Regards, Ahmed Munir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/7d761b7d/attachment.html From hads at nice.net.nz Thu Oct 8 21:54:41 2009 From: hads at nice.net.nz (Hadley Rich) Date: Fri, 09 Oct 2009 17:54:41 +1300 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> Message-ID: <1255064081.2669.1.camel@sodium> On Thu, 2009-10-08 at 18:42 -0700, Michael Collins wrote: > FYI, > > The FreeSWITCH devs have added valet parking! Check it out: > http://www.freeswitch.org/node/207 > > Let us know what you think. I think it's awesome. Love your work as always guys. hads -- http://nicegear.co.nz New Zealand's Open Source Hardware Supplier From msc at freeswitch.org Thu Oct 8 22:13:37 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 22:13:37 -0700 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> Message-ID: <87f2f3b90910082213j1fb95654mf482c1ca8cf4cdf@mail.gmail.com> On Thu, Oct 8, 2009 at 7:56 PM, Diego Viola wrote: > Hi everyone, > > I have a question about FreeSWITCH heartbeat, I have this on my dialplan: > > > > > > > > > But when I do "event plain all" I see the heartbeats are being fired every > 20 seconds... what I'm doing wrong? > > On the console do you see the call to switch_core_session_enable_heartbeat? switch_core_session.c:1041: switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "%s setting session heartbeat to %u second(s).\n", Confirm that it is actually calling that. BTW, it would sure be nice if this app were documented on the wiki, hint hint. ;) -MC > Thanks, > > Diego > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/5a2a12ae/attachment-0001.html From gabe at gundy.org Thu Oct 8 22:38:56 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Thu, 8 Oct 2009 23:38:56 -0600 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> Message-ID: <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> On Thu, Oct 8, 2009 at 4:38 PM, Michael Collins wrote: > On Thu, Oct 8, 2009 at 12:01 PM, Gabriel Gunderson wrote: >> Naturally the wireless is jacked at the conf. ?It's no match for the >> 100's of geeks sporting laptops. ?Thanks for the link. Looks like >> we'll be shooting from the hip. :) >> > We experienced something similar at ClueCon, but it was that the hotel's > DHCP server was a total wuss. :) So, I just got back from the first day of the conference and there was plenty of interest in FreeSWITCH from all the Asterisk users. We had a good time and answered lots of questions. It was interesting to hear what their perceptions about FS were. Gabe From diego.viola at gmail.com Thu Oct 8 22:39:46 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 05:39:46 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <87f2f3b90910082213j1fb95654mf482c1ca8cf4cdf@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <87f2f3b90910082213j1fb95654mf482c1ca8cf4cdf@mail.gmail.com> Message-ID: <86a32abc0910082239s68f9df39ocf1548b57f79fe3f@mail.gmail.com> Yes, I have called to my extension and saw this: 2009-10-09 01:25:44.820677 [INFO] switch_core_session.c:1041 sofia/internal/ 1000 at 192.168.0.2 setting session heartbeat to 1 second(s). But I still see the heartbeat events being fired after 20 seconds... I have made this script that tells me the seconds when a heartbeat is being fired... #!/usr/bin/env ruby require 'rubygems' require 'fsr' require "fsr/listener/inbound" def custom_channel_heartbeat_handler(event) puts Time.now.strftime('%S') end FSL::Inbound.add_event_hook(:HEARTBEAT) {|event| custom_channel_heartbeat_handler(event) } FSR.start_ies!(FSL::Inbound, :host => "localhost", :port => 8021) This is the output: [diego at myhost ~]$ ruby test.rb No log4r found, falling back to standard ruby library Logger I, [2009-10-09T01:25:51.797012 #3292] INFO -- : *** FreeSWITCHer Inbound EventSocket Listener connected to localhost:8021 *** I, [2009-10-09T01:25:51.797291 #3292] INFO -- : *** http://code.rubyists.com/projects/fs 59 19 39 59 19 39 59 On Fri, Oct 9, 2009 at 5:13 AM, Michael Collins wrote: > > On Thu, Oct 8, 2009 at 7:56 PM, Diego Viola wrote: > >> Hi everyone, >> >> I have a question about FreeSWITCH heartbeat, I have this on my dialplan: >> >> >> >> >> >> >> >> >> But when I do "event plain all" I see the heartbeats are being fired every >> 20 seconds... what I'm doing wrong? >> >> > On the console do you see the call to switch_core_session_enable_heartbeat? > > switch_core_session.c:1041: > switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "%s > setting session heartbeat to %u second(s).\n", > > Confirm that it is actually calling that. > > BTW, it would sure be nice if this app were documented on the wiki, hint > hint. ;) > -MC > > >> Thanks, >> >> Diego >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/e46f0c08/attachment.html From mcampbellsmith at gmail.com Thu Oct 8 22:43:39 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Fri, 9 Oct 2009 16:43:39 +1100 Subject: [Freeswitch-users] mod_fax compile fails In-Reply-To: <343C884A-9AB5-4755-9C5F-42ED705D05E7@gmail.com> References: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> <343C884A-9AB5-4755-9C5F-42ED705D05E7@gmail.com> Message-ID: <33c87fa30910082243h6c689816i23368bedfdfd14c0@mail.gmail.com> Thanks Rob, Is this a fault in the svn update process? if so, should/has it been bug reported? On Fri, Oct 9, 2009 at 2:39 PM, Rob Forman wrote: > I had that issue too where make current failed on mod_fax (under libs/ > tiff). ?And yeah, it caused a problem where a bunch of modules > wouldn't load. ?You'll want to get it resolved before installing. ?I > ended up moving the existing source aside and re-checked out the > trunk, which compiled fine. > > > On Oct 8, 2009, at 10:06 PM, Mark Campbell-Smith wrote: > >> HI all, >> >> I just tried to update to the latest svn and I get these errors right >> at the end after issuing a 'make current'. ?I am using Debian Lenny. >> >> making all mod_fax >> make[5]: Entering directory `/home/mark/freeswitch/src/mod/ >> applications/mod_fax' >> make[6]: Entering directory `/home/mark/freeswitch/src/mod/ >> applications/mod_fax' >> make[7]: Entering directory `/home/mark/freeswitch/libs/tiff-3.8.2' >> running /bin/sh ./configure ?--prefix=/usr/local/freeswitch >> --cache-file=/dev/null --srcdir=. --disable-shared --with-pic >> --no-create --no-recursion >> configure: error: cannot run /bin/sh config/config.sub >> make[7]: *** [config.status] Error 1 >> make[7]: Leaving directory `/home/mark/freeswitch/libs/tiff-3.8.2' >> make[6]: *** [../../../../libs/tiff-3.8.2/libtiff/libtiff.la] Error 2 >> make[6]: Leaving directory `/home/mark/freeswitch/src/mod/ >> applications/mod_fax' >> make[5]: *** [all] Error 1 >> make[5]: Leaving directory `/home/mark/freeswitch/src/mod/ >> applications/mod_fax' >> make[4]: *** [mod_fax-all] Error 1 >> make[4]: Leaving directory `/home/mark/freeswitch/src/mod' >> make[3]: *** [all-recursive] Error 1 >> make[3]: Leaving directory `/home/mark/freeswitch/src' >> Making all in build >> make[3]: Entering directory `/home/mark/freeswitch/build' >> +-------- FreeSWITCH Build Complete -----------+ >> + FreeSWITCH has been successfully built. ? ? ?+ >> + Install by running: ? ? ? ? ? ? ? ? ? ? ? ? ?+ >> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?+ >> + ? ? ? ? ? ? ? make install ? ? ? ? ? ? ? ? ? + >> +----------------------------------------------+ >> make[3]: Leaving directory `/home/mark/freeswitch/build' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/home/mark/freeswitch' >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory `/home/mark/freeswitch' >> make: *** [current] Error 2 >> >> Also, are the 'Leaving directory / all-recursive' errors going to >> cause a problem? >> >> Thanks! >> Any ideas what the cause is? >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 diego.viola at gmail.com Thu Oct 8 22:45:47 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 05:45:47 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> Message-ID: <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> Nope, I was just wondering why it didn't work at 1 second exactly... On Fri, Oct 9, 2009 at 3:36 AM, William Suffill wrote: > Why do you need it every second? If you want real time channel counts > you would be able to track each create/destroy even instead of > relying on the heartbeat summary. > > -- W > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/331f3eab/attachment.html From msc at freeswitch.org Thu Oct 8 23:08:19 2009 From: msc at freeswitch.org (Michael Collins) Date: Thu, 8 Oct 2009 23:08:19 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> Message-ID: <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> On Thu, Oct 8, 2009 at 10:38 PM, Gabriel Gunderson wrote: > On Thu, Oct 8, 2009 at 4:38 PM, Michael Collins > wrote: > > On Thu, Oct 8, 2009 at 12:01 PM, Gabriel Gunderson > wrote: > >> Naturally the wireless is jacked at the conf. It's no match for the > >> 100's of geeks sporting laptops. Thanks for the link. Looks like > >> we'll be shooting from the hip. :) > >> > > We experienced something similar at ClueCon, but it was that the hotel's > > DHCP server was a total wuss. :) > > So, I just got back from the first day of the conference and there was > plenty of interest in FreeSWITCH from all the Asterisk users. We had > a good time and answered lots of questions. It was interesting to > hear what their perceptions about FS were. > Thanks for reporting back. Please let all the Asterisk users know that they are welcome to join us in #freeswitch on irc.freenode.net and that they will not be abused like people do in other less friendly IRC channels. -MC > > Gabe > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/39764149/attachment.html From jason at jasonjgw.net Thu Oct 8 23:11:30 2009 From: jason at jasonjgw.net (Jason White) Date: Fri, 9 Oct 2009 17:11:30 +1100 Subject: [Freeswitch-users] mod_fax compile fails In-Reply-To: <33c87fa30910082243h6c689816i23368bedfdfd14c0@mail.gmail.com> References: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> <343C884A-9AB5-4755-9C5F-42ED705D05E7@gmail.com> <33c87fa30910082243h6c689816i23368bedfdfd14c0@mail.gmail.com> Message-ID: <20091009061130.GA7509@jdc.jasonjgw.net> Mark Campbell-Smith wrote: > Thanks Rob, > > Is this a fault in the svn update process? Usually, no, it's rather that if you build in a directory that you've checked out and then run svn update, not everything gets cleaned up properly the next time you build. I find it's faster to build in a tmpfs file system anyway, e.g., mkdir /tmp/fs && sudo mount -t tmpfs tmpfs /tmpfs && svn export . /tmp/fs then go into /tmp/fs and run the compilation process, or the package building command, or whatever you need. This way, my original svn tree is never altered and it will always update cleanly. From gabe at gundy.org Thu Oct 8 23:41:48 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 9 Oct 2009 00:41:48 -0600 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> Message-ID: <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> On Fri, Oct 9, 2009 at 12:08 AM, Michael Collins wrote: > Thanks for reporting back. Please let all the Asterisk users know that they > are welcome to join us in #freeswitch on irc.freenode.net and that they will > not be abused like people do in other less friendly IRC channels. Funny you mention this. Many people report that the way the FS community refers to Asterisk in docs/wikis/irc/whatever makes the FS camp seem *less* welcoming to them. After all, they identify as Asterisk Users and take the criticism as being kinda harsh. Most of them acknowledge the shortcomings of Asterisk but are put off when someone else points them out. It's crazy, I know. The thing is, I remember thinking that too. After getting to know FS better, I didn't notice it as much. Nobody likes to hear their baby is ugly --even if they know it is. At our session, and in general, I've noticed people are more interested in hearing about FS when you don't make direct comparisons to Asterisk. Besides, FS stands on it's own merit. Just what I've observed *and* my 2 additional cents. Gabe From gabe at gundy.org Thu Oct 8 23:45:53 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Fri, 9 Oct 2009 00:45:53 -0600 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: <903da5680910082345y12c11fa8h65c559ffdbf3df23@mail.gmail.com> Doesn't anyone trim on this list? Gabe P.S. Sorry about the top post, but I was worried that if I bottom posted, nobody would find it. 2009/10/8 Georgiewskiy Yuriy : > On 2009-10-08 20:32 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: > > TC>Hi Yuriy, > TC> > TC>can you share what you have so far, I'm sure we can help with RTP part... > > I think there is a few days and i make it work, after this i start to test and share it. > > TC> > TC>T. > TC> > TC>2009/10/8 Georgiewskiy Yuriy > TC> > TC>> On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote > TC>> freeswitch-users at lists.freesw...: > TC>> > TC>> Tz>Hi, > TC>> Tz> > TC>> Tz>2009/10/8 Georgiewskiy Yuriy : > TC>> Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote > TC>> freeswitch-users at lists.f...: > TC>> Tz>> > TC>> Tz>> AM>If you are going to make that alternate module are you going to > TC>> host it in > TC>> Tz>> AM>the FS tree along side mod_opal? > TC>> Tz>> > TC>> Tz>> Yes, but then it be useful, now i have working only signaling part and > TC>> some > TC>> Tz>> kinde of not working rtp part :) > TC>> Tz> > TC>> Tz>If you dont use fs rtp stack, its unlikely that it will be accepted > TC>> Tz>into the tree. > TC>> Tz> > TC>> Tz>> > TC>> Tz>> AM>also if were working on mod_opal why did you not try to involve us > TC>> and the > TC>> Tz>> AM>opal team? > TC>> Tz>> > TC>> Tz>> Because i made patches for libopal, one is a bugfix in rtp part, there > TC>> is a race condition > TC>> Tz>> in inicialisation in jitter buffer, another patch implements method to > TC>> send progress indicator, > TC>> Tz>> and i don't wont spent my time to incorporate this changes into > TC>> libopal. > TC>> Tz> > TC>> Tz>Thats bad. > TC>> Tz>Any bugfixes from fs, goes to upstream on any of the used libraries. > TC>> Tz>You should be doing the same. > TC>> Tz>And Opal developers, will either include or refuse your patches. If > TC>> Tz>they refuse it, they will give you the reason. > TC>> > TC>> i make this fix only to freeze my current mod_opal work on working state, > TC>> while it now work for me i work on > TC>> my new implementation of h323 proto for fs, i think opal developers will > TC>> fix this rtp bug himself becouse > TC>> it crashes and make library unuseful. > TC>> > TC>> Tz> > TC>> Tz>> without this changes > TC>> Tz>> my work on mod_opal in freeswitch don't useful at all, i provide link > TC>> to my work with all > TC>> Tz>> patches, if somebody wont incorporate it in libopal tree and fs - go > TC>> on, but i think > TC>> Tz>> better and more elegant make new module based on h323plus. > TC>> Tz> > TC>> Tz>If you dont publish your changes, all those you are trying to achieve, > TC>> Tz>wont happen. > TC>> Tz> > TC>> Tz>> > TC>> Tz>> AM>How far away from what is in tree are these patches you have? > TC>> Tz>> AM> > TC>> Tz>> AM>2009/10/8 Georgiewskiy Yuriy > TC>> Tz>> AM> > TC>> Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote > TC>> Tz>> AM>> freeswitch-users at lists.freeswit...: > TC>> Tz>> AM>> > TC>> Tz>> AM>> opal have addition abstraction layer called opalmgr, and it > TC>> implementation > TC>> Tz>> AM>> is not so good in > TC>> Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i need > TC>> patch > TC>> Tz>> AM>> libopal, because > TC>> Tz> > TC>> Tz>The patch you have in there, adds a method to the OpalCall, ?it does > TC>> Tz>not touch any parts of OpalManager > TC>> Tz>so, i dont understand why opalmanager would be the cause of your pain? > TC>> Tz> > TC>> Tz>> AM>> there is no way to send progress inicator throuch opalmgr. and > TC>> there is > TC>> Tz>> AM>> many another issues like > TC>> Tz>> AM>> this in that layer. > TC>> Tz> > TC>> Tz>Please point me to the issues you have in opal, their bug reports , > TC>> traces etc. > TC>> Tz>I dont think any of the opal people has psychic abilities to detect > TC>> Tz>-your- problems > TC>> Tz>and solve them. > TC>> Tz> > TC>> Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is > TC>> Tz>> AM>> my work on mod_opal before > TC>> Tz>> AM>> i start moving to h323plus, may be this help somebody there. > TC>> Tz>> AM>> > TC>> Tz>> AM>> BW> From what I have been told h323plus is a based/fork of > TC>> OpenH323 which > TC>> Tz>> AM>> BW>OPAL is just a continuation of OpenH323. ?So why not support > TC>> the > TC>> Tz>> AM>> BW>developers of OPAL/OpenH323 ? > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>/b > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>> We are developing module to handle h323 proto now, we try to > TC>> use > TC>> Tz>> AM>> BW>> mod_opal and try improve it, but no luck, > TC>> Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move to > TC>> h323plus > TC>> Tz>> AM>> BW>> library. > TC>> Tz> > TC>> Tz>Did any of you try to report those issues? > TC>> Tz> > TC>> Tz>Regards > TC>> Tz> > TC>> Tz>/tyn > TC>> Tz> > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> BW>_______________________________________________ > TC>> Tz>> AM>> BW>FreeSWITCH-users mailing list > TC>> Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> AM>> BW>UNSUBSCRIBE: > TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> AM>> BW>http://www.freeswitch.org > TC>> Tz>> AM>> BW> > TC>> Tz>> AM>> > TC>> Tz>> AM>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > TC>> Tz>> AM>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > TC>> Tz>> AM>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > TC>> Tz>> AM>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > TC>> Tz>> AM>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > TC>> Tz>> AM>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > TC>> Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: > TC>> GHhost at jabber.tula-ix.net.ru > TC>> Tz>> AM>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > TC>> Tz>> AM>> > TC>> Tz>> AM>> _______________________________________________ > TC>> Tz>> AM>> FreeSWITCH-users mailing list > TC>> Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> AM>> UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> AM>> http://www.freeswitch.org > TC>> Tz>> AM>> > TC>> Tz>> AM>> > TC>> Tz>> AM> > TC>> Tz>> AM> > TC>> Tz>> AM> > TC>> Tz>> > TC>> Tz>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > TC>> Tz>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > TC>> Tz>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > TC>> Tz>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > TC>> Tz>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > TC>> Tz>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > TC>> Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > TC>> Tz>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > TC>> Tz>> _______________________________________________ > TC>> Tz>> FreeSWITCH-users mailing list > TC>> Tz>> FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>> UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>> http://www.freeswitch.org > TC>> Tz>> > TC>> Tz>> > TC>> Tz> > TC>> Tz>_______________________________________________ > TC>> Tz>FreeSWITCH-users mailing list > TC>> Tz>FreeSWITCH-users at lists.freeswitch.org > TC>> Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> Tz>UNSUBSCRIBE: > TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> Tz>http://www.freeswitch.org > TC>> Tz> > TC>> > TC>> C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > TC>> ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > TC>> +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > TC>> ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > TC>> ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > TC>> http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > TC>> YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > TC>> > TC>> _______________________________________________ > TC>> FreeSWITCH-users mailing list > TC>> FreeSWITCH-users at lists.freeswitch.org > TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> http://www.freeswitch.org > TC>> > TC>> > TC> > > C ????????? ? ? ? ? ? ? ? ? ? ? ? With Best Regards > ???????????? ????. ? ? ? ? ? ? ? ?Georgiewskiy Yuriy > +7 4872 711666 ? ? ? ? ? ? ? ? ? ?+7 4872 711666 > ???? +7 4872 711143 ? ? ? ? ? ? ? fax +7 4872 711143 > ???????? ??? "?? ?? ??????" ? ? ? IT Service Ltd > http://nkoort.ru ? ? ? ? ? ? ? ? ?http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE ? ? ? ? ? ? ? ? ? ? ? ?YG129-RIPE > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Fri Oct 9 00:05:39 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 9 Oct 2009 00:05:39 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> Message-ID: <87f2f3b90910090005i51dbfc60t20dd77789872bc9e@mail.gmail.com> On Thu, Oct 8, 2009 at 11:41 PM, Gabriel Gunderson wrote: > On Fri, Oct 9, 2009 at 12:08 AM, Michael Collins > wrote: > > Thanks for reporting back. Please let all the Asterisk users know that > they > > are welcome to join us in #freeswitch on irc.freenode.net and that they > will > > not be abused like people do in other less friendly IRC channels. > > Funny you mention this. Many people report that the way the FS > community refers to Asterisk in docs/wikis/irc/whatever makes the FS > camp seem *less* welcoming to them. After all, they identify as > Asterisk Users and take the criticism as being kinda harsh. Most of > them acknowledge the shortcomings of Asterisk but are put off when > someone else points them out. It's crazy, I know. The thing is, I > remember thinking that too. After getting to know FS better, I didn't > notice it as much. Nobody likes to hear their baby is ugly --even if > they know it is. > Interesting. I'd like to know what specifically turned them off. It could be node 117, but that was written by Anthony in response to dozens of questions about the subject. In any case, if the Asterisk guys look at the first edition of the Starfish/TFOT book they'll see glowing praise of Anthony Minessale and Brian West, so maybe they'll be willing to listen to those guys since they've got so much Asterisk knowledge. The other thing is that many people in the FreeSWITCH community are Asterisk refugees. They left Asterisk for FreeSWITCH because they had some sort of trouble with Asterisk. If that comes across in the docs then we'll have to see about cleaning that up. > > At our session, and in general, I've noticed people are more > interested in hearing about FS when you don't make direct comparisons > to Asterisk. Besides, FS stands on it's own merit. > Agreed. Direct comparisons can always be slanted in any direction. Besides, FreeSWITCH stacks up very well against a lot of modern (i.e. expensive) equipment put out by the big boys (Cisco, Avaya, NEC, ShoreTel, etc.). > > Just what I've observed *and* my 2 additional cents. > > Gabe > Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/a37e96a6/attachment.html From mcampbellsmith at gmail.com Fri Oct 9 03:38:58 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Fri, 9 Oct 2009 21:38:58 +1100 Subject: [Freeswitch-users] [ERR] mod_dingaling.c:980 Stun Failed! In-Reply-To: References: <33c87fa30909290415y178b6506x120a6e5c39839ce0@mail.gmail.com> <33c87fa30910020158q7589e18fj53bd4cc95ff3926f@mail.gmail.com> Message-ID: <33c87fa30910090338w7d81b8dehc2f47059e1bf32f@mail.gmail.com> It was the svn revision I was using... I have updated now and it is working again. On Fri, Oct 2, 2009 at 9:00 PM, Muhammad Shahzad wrote: > Yes, i had same problem, then i changed stun server to one of our own > servers. You may try some of public stun servers listed on below link, > > http://www.voip-info.org/wiki/view/STUN > > Thank you. > > > On Fri, Oct 2, 2009 at 2:58 PM, Mark Campbell-Smith > wrote: >> >> Anyone have this issue? >> >> On Tue, Sep 29, 2009 at 9:15 PM, Mark Campbell-Smith >> wrote: >> > Hi! >> > >> > I have just started to use dingaling again, and noticed I constantly >> > get a stun error. >> > >> > 2009-09-29 21:11:03.175002 [ERR] mod_dingaling.c:980 Stun Failed! >> > stun.fwdnet.net:3478 [Remote Address Error!] >> > >> > I have tried with stun.freeswitch.org and stun.fwdnet.net stun servers >> > and keep getting this error with dingaling. ?I have no problems with >> > inbound sip calls, so I don't think ?its the actual stun server. >> > >> > Has anyone else seen this? ?I am using: FreeSWITCH Version 1.0.trunk >> > (14952) >> > >> > 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 > > > > -- > ________________________________________________________ > | > ? ? ? ? ? ? ? ? ? ? ?| > | FATAL ERROR ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? --- > O X | > |_______________________________________________________| > | ? ? ? ? ? ? ? ? ? ? ? ?You have moved the mouse. > ?| > | Windows must be restarted for the changes to take effect. ? | > | ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ?| > ####################################/ > > > 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 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 lakindia89 at gmail.com Fri Oct 9 04:07:35 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Fri, 9 Oct 2009 16:37:35 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <87f2f3b90910080954l1ecb867dn8a025f5f0f701eb4@mail.gmail.com> References: <7d79b3930910070334g53cef0c5m63037e264f1a9233@mail.gmail.com> <87f2f3b90910070849t79b7cb90x4150bf1dd8501ca4@mail.gmail.com> <7d79b3930910080241q4eeb374an2ec34642bf450818@mail.gmail.com> <87f2f3b90910080954l1ecb867dn8a025f5f0f701eb4@mail.gmail.com> Message-ID: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> Thanks all u guys. It got worked when I replaced with the following configuration and the incoming has no problem with that. [span zt PRI_1] trunk_type => e1 b-channel => 1-15 d-channel => 16 b-channel => 17-31 But still I'm facing problem with the outgoing call. It says INVALID_IE_CONTENTS. What might be the issue? Even I tried the following dialplan to call by using bridge. But it prints the same error. What might be the issue? On Thu, Oct 8, 2009 at 10:24 PM, Michael Collins wrote: > > > On Thu, Oct 8, 2009 at 8:02 AM, Moises Silva wrote: > >> On Thu, Oct 8, 2009 at 5:41 AM, lakshmanan ganapathy < >> lakindia89 at gmail.com> wrote: >> >>> Hi I tried with the following openzap.conf >>> [span zt PRI_1] >>> trunk_type => e1 >>> b-channel => 1:1-15,17-31 >>> d-channel => 1:16 >>> >> >> This does not look like a healthy config to me. You are using >> : notation in zaptel spans, zaptel channels increment across >> spans, read point number 5 of this web page >> http://wiki.freeswitch.org/wiki/OpenZAP_OpenR2 , this is for another type >> of signaling, but the span/channel numbering concepts are the same. >> >> > Moy, > > As usual you are right on the money. I'm so used to doing Sangoma configs > that I forget about the zaptel syntax. I recommend this config: > > [span zt PRI_1] > trunk_type => e1 > b-channel => 1-15 > d-channel => 16 > b-channel => 17-31 > > > Give that a try and report back if you have issues. > -MC > >> -- >> Moises Silva >> Software Developer >> Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R >> 9T3 Canada >> t. 1 905 474 1990 x 128 | e. moy at sangoma.com >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/fa542b77/attachment-0001.html From srinivas.ksvreddy at gmail.com Fri Oct 9 04:58:28 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Fri, 9 Oct 2009 17:28:28 +0530 Subject: [Freeswitch-users] apr_queue Message-ID: Hi all, does any know about How apr_queue is maintaing and retriving all registered and all stuff.... -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/f4bd6563/attachment.html From lakindia89 at gmail.com Fri Oct 9 04:59:50 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Fri, 9 Oct 2009 17:29:50 +0530 Subject: [Freeswitch-users] libpri_span vs prispans Message-ID: <7d79b3930910090459v2b07e3aapd715c7618f11ada0@mail.gmail.com> Hi all, What difference it will make, if I use pri_span configuration and lib_pri span configuration in openzap.conf.xml. I'm preety much confused on the difference between this. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/3411e5c6/attachment.html From rob4manhere at gmail.com Fri Oct 9 05:22:35 2009 From: rob4manhere at gmail.com (Rob Forman) Date: Fri, 9 Oct 2009 07:22:35 -0500 Subject: [Freeswitch-users] mod_fax compile fails In-Reply-To: <20091009061130.GA7509@jdc.jasonjgw.net> References: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> <343C884A-9AB5-4755-9C5F-42ED705D05E7@gmail.com> <33c87fa30910082243h6c689816i23368bedfdfd14c0@mail.gmail.com> <20091009061130.GA7509@jdc.jasonjgw.net> Message-ID: <826997E7-F76D-440C-BF70-ECE21B9F1E63@gmail.com> I was in a production window so when the latest trunk worked I moved on. I went back to troubleshoot later when I saw your email but I couldn't reproduce it. I like the tmpfs build- thanks for the tip Jason. On Oct 9, 2009, at 1:11 AM, Jason White wrote: > Mark Campbell-Smith wrote: >> Thanks Rob, >> >> Is this a fault in the svn update process? > > Usually, no, it's rather that if you build in a directory that > you've checked > out and then run svn update, not everything gets cleaned up properly > the next > time you build. > > I find it's faster to build in a tmpfs file system anyway, e.g., > > mkdir /tmp/fs && sudo mount -t tmpfs tmpfs /tmpfs && svn export . / > tmp/fs > then go into /tmp/fs and run the compilation process, or the package > building > command, or whatever you need. > > This way, my original svn tree is never altered and it will always > update > cleanly. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Russell.Mosemann at cune.org Fri Oct 9 05:36:15 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Fri, 9 Oct 2009 12:36:15 -0000 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> Message-ID: <20091009123615.BC50A3FA6E9@mail.cune.org> lakshmanan ganapathy said: > But still I'm facing problem with the outgoing call. It says > INVALID_IE_CONTENTS. > What might be the issue? Even I tried the following dialplan to call by > using bridge. > > expression="^(\d{10})$"> > > data="openzap/1/1/${dialed_ext}"/> Does "answer" need to be called here? I haven't used an fxo. So, I don't know. What value does $dialed_ext have? If you want to use the number matched in the condition, then it should be openzap/1/1/$1 -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From dujinfang at gmail.com Fri Oct 9 05:43:45 2009 From: dujinfang at gmail.com (Seven Du) Date: Fri, 9 Oct 2009 20:43:45 +0800 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> Message-ID: <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> It's very cool. But think about the following scenario: Alice answers a call from Bob. Alice transfers Bob to 6001 and hangs up. Bob is now in parking stall 6001, hearing MOH. Alice calls Charlie and tells him that he has a call parked in 6001. Dee call in and answered by Alice # at that time, Alice don't know the lot is empty or not If Alice transfer Dee to 6001 # then Dee will talk to Bob, that's not expected Charlie calls 6000, waits for prompt, then dials 6001#. Charlie Listening to music............. Event it's rarely happen, I do think Alice would like to now the if lot is empty or not before transfer. Make sense? 2009/10/9 Michael Collins > FYI, > > The FreeSWITCH devs have added valet parking! Check it out: > http://www.freeswitch.org/node/207 > > Let us know what you think. > > Thanks, > Michael > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/2d40faff/attachment.html From Russell.Mosemann at cune.org Fri Oct 9 05:57:14 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Fri, 9 Oct 2009 12:57:14 -0000 Subject: [Freeswitch-users] libpri_span vs prispans In-Reply-To: <7d79b3930910090459v2b07e3aapd715c7618f11ada0@mail.gmail.com> Message-ID: <20091009125714.E0FF73043D7@mail.cune.org> lakshmanan ganapathy said: > What difference it will make, if I use pri_span configuration and lib_pri > span configuration in openzap.conf.xml. > I'm preety much confused on the difference between this. Openzap can handle a T1/E1 itself, or openzap can use libpri to do that. libpri is more mature than openzap. In my case openzap was not able to handle everything invovling a T1 here, and using libpri fixed it. A libpri_span configuration is handled by libpri. A pri_span configuration is handled natively by openzap. Use the one that works for you. -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From rupa at rupa.com Fri Oct 9 06:24:39 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Fri, 9 Oct 2009 07:24:39 -0600 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> Message-ID: Perhaps a "put in next empty slot" mode and then a say of the slot so Alice and make a note of the lot #? On Fri, Oct 9, 2009 at 6:43 AM, Seven Du wrote: > It's very cool. But think about the following scenario: > > Alice answers a call from Bob. > Alice transfers Bob to 6001 and hangs up. > Bob is now in parking stall 6001, hearing MOH. > Alice calls Charlie and tells him that he has a call parked in 6001. > > ? Dee call in and answered by Alice? # at that time, Alice don't know the > lot is empty or not > ? If Alice transfer Dee to 6001 # then Dee will talk to Bob, that's not > expected > > Charlie calls 6000, waits for prompt, then dials 6001#. > Charlie Listening to music............. > > Event it's rarely happen, I do think Alice would like to now the if lot is > empty or not before transfer. Make sense? > > 2009/10/9 Michael Collins >> >> FYI, >> >> The FreeSWITCH devs have added valet parking! Check it out: >> http://www.freeswitch.org/node/207 >> >> Let us know what you think. >> >> Thanks, >> Michael >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- -Rupa From andy at fabulous4.co.uk Fri Oct 9 07:12:51 2009 From: andy at fabulous4.co.uk (Andy) Date: Fri, 9 Oct 2009 15:12:51 +0100 Subject: [Freeswitch-users] NAT problems - sorry In-Reply-To: <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> References: <5BE289D2AE22492BA71A6919C8A440B3@D810><5A70A0D4-70FA-43B2-BAF5-F8D6ECC64838@freeswitch.org><60E56B6B355C45BCA0D31F4425B9173A@D810><6B2B7FFD-75BC-44CE-A11C-2B26447DA889@freeswitch.org><703EEB9AC9AD43898C6C46F82904E6A9@D810> <0A2A7A27-611E-40FA-8268-D2C451AA8B77@freeswitch.org> Message-ID: <9B8EDDA782464750A4AAC1F947B56A4C@D810> Hi folks, Just thought I'd post the solution to this problem. In my case the problem was that my config was based on an older version and so was missing a crucial parameter that exists in the default config wirth a new install. The external.xml profile needed to contain the parameter: With this in place, DTMF and hangup messages traverse the nat firewall correctly. Without it they don't. I searched the Wiki and couldn't find any info on this parameter. Can anyone provide a description of what it does and why it's significant that can be added to the WIKI? Cheers Andy _____ From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: 07 October 2009 19:07 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] NAT problems - sorry s/auto-nat/$realip/ then forward the rtp ports and sip ports. /b PS chances are you have to ENABLE upnp. On Oct 7, 2009, at 12:58 PM, Andy wrote: Many thanks Brian, the firewall docs assure me it is uPnp but is probably lying or a poor implementation. Could you point me to the right section of the Wiki to tell me how to do this manually as I've been scouting for some time and can;t seem to find the right thing. sorry if I'm being blind. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/6351420d/attachment.html From anthony.minessale at gmail.com Fri Oct 9 07:25:33 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 9 Oct 2009 09:25:33 -0500 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> Message-ID: <191c3a030910090725o4150a17x56b93303bf0b8c2b@mail.gmail.com> or twist that into a feature... =D alice is bob's secretary so she calls him on his cell when he has an appt and parks him. Then she calls the other guy and says "I have bob on line for you" and xfers him to the same parking space =p On Fri, Oct 9, 2009 at 7:43 AM, Seven Du wrote: > It's very cool. But think about the following scenario: > > Alice answers a call from Bob. > Alice transfers Bob to 6001 and hangs up. > Bob is now in parking stall 6001, hearing MOH. > Alice calls Charlie and tells him that he has a call parked in 6001. > > Dee call in and answered by Alice # at that time, Alice don't know the > lot is empty or not > If Alice transfer Dee to 6001 # then Dee will talk to Bob, that's not > expected > > Charlie calls 6000, waits for prompt, then dials 6001#. > Charlie Listening to music............. > > Event it's rarely happen, I do think Alice would like to now the if lot is > empty or not before transfer. Make sense? > > 2009/10/9 Michael Collins > >> FYI, >> >> The FreeSWITCH devs have added valet parking! Check it out: >> http://www.freeswitch.org/node/207 >> >> Let us know what you think. >> >> Thanks, >> Michael >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/77a4e3d9/attachment-0001.html From maciej.aniserowicz at gmail.com Fri Oct 9 07:40:32 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Fri, 9 Oct 2009 07:40:32 -0700 (PDT) Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay In-Reply-To: <87f2f3b90910081000v5b505f4ao53104211b620ea77@mail.gmail.com> References: <1A16501E57CA4727A593226A8C810308@procent> <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> <1255007884165-3787956.post@n2.nabble.com> <87f2f3b90910081000v5b505f4ao53104211b620ea77@mail.gmail.com> Message-ID: <1255099232783-3795011.post@n2.nabble.com> Hello, The issue is resolved. I feel stupid, because Michael Jerris was right the first time. Setting external_rtp_ip and external_sip_ip to $${local_ip_v4} made it work. But the strange thing is: it SOMETIMES worked before without any delay, which 'should not be possible', because the original IP was my external ip and the BYE message was sent straight to it. And there is no way it could reach the target 'internal' FS, because it runs on virtual machine, and no ports are forwarded on my router. Any thoughts? Why this could (rarely) work even with the previous config? Thanks to both of you for your answers. MA ----- Original Message ----- From: mercutioviz (via Nabble) To: Maciej Aniserowicz Sent: Thursday, October 08, 2009 7:06 PM Subject: Re: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay On Thu, Oct 8, 2009 at 6:18 AM, Maciej Aniserowicz <[hidden email]> wrote: Both of the instances are run on the same machine, i just changed the default ports they use. Can anything else cause this strange behavior? MA Did a packet capture yield any clues? That is, were you able to confirm that each instance sent and received all the packets that you believe they should have sent and received? The reason I ask is so that you don't end up chasing a ghost because you made an assumption somewhere in your troubleshooting. -MC ? Michael Jerris wrote: > > Incorrect NAT configuration so one of the boxes is not actually > getting a BYE. > > > On Oct 5, 2009, at 3:13 AM, Maciej Aniserowicz wrote: > >> Hi, >> When I use two FreeSWITCH instances ('internal' and 'external'), all >> users register to the 'external' instance which acts as a gateway by >> 'internal' instance (which in turn is controlled by my applicaiton >> with commands sent by socket). >> When user hangs up, the 'hanged up' event is propagated to the >> 'internal' instance after a long time (~3 minutes) instead of being >> propagated immediately. >> What can cause this issue? > > > _______________________________________________ > 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 > > -- View this message in context: http://n2.nabble.com/gateway-FS-informs-it-s-client-FS-about-users-hanged-up-with-a-long-delay-tp3768540p3787956.html Sent from the freeswitch-users mailing list archive at Nabble.com. _______________________________________________ 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 _______________________________________________ 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 ------------------------------------------------------------------------------ View message @ http://n2.nabble.com/gateway-FS-informs-it-s-client-FS-about-users-hanged-up-with-a-long-delay-tp3768540p3789469.html To unsubscribe from Re: gateway FS informs it's client FS about users hanged up with a long delay, click here. -- View this message in context: http://n2.nabble.com/gateway-FS-informs-it-s-client-FS-about-users-hanged-up-with-a-long-delay-tp3768540p3795011.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/20091009/d13ffbdb/attachment.html From rupa at rupa.com Fri Oct 9 07:50:33 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Fri, 9 Oct 2009 08:50:33 -0600 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <191c3a030910090725o4150a17x56b93303bf0b8c2b@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> <191c3a030910090725o4150a17x56b93303bf0b8c2b@mail.gmail.com> Message-ID: Oh, definitely. I think both use cases (existing, and park in next avail slot and read back slot #) are useful. On Fri, Oct 9, 2009 at 8:25 AM, Anthony Minessale wrote: > or twist that into a feature... =D > > alice is bob's secretary so she calls him on his cell when he has an appt > and parks him. > Then she calls the other guy and says "I have bob on line for you" and xfers > him to the same parking space =p -- -Rupa From leo.zibi at gmail.com Fri Oct 9 00:35:23 2009 From: leo.zibi at gmail.com (leo.zibi at gmail.com) Date: Fri, 09 Oct 2009 09:35:23 +0200 Subject: [Freeswitch-users] mod_fax compile fails In-Reply-To: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> References: <33c87fa30910082006v1e91849fjbf4282541e7ac377@mail.gmail.com> Message-ID: <4ACEE7BB.1040606@gmail.com> Hi, ./bootstrap.sh ./configure make make install -- Regards, Leo Mark Campbell-Smith wrote: > HI all, > > I just tried to update to the latest svn and I get these errors right > at the end after issuing a 'make current'. I am using Debian Lenny. > > making all mod_fax > make[5]: Entering directory `/home/mark/freeswitch/src/mod/applications/mod_fax' > make[6]: Entering directory `/home/mark/freeswitch/src/mod/applications/mod_fax' > make[7]: Entering directory `/home/mark/freeswitch/libs/tiff-3.8.2' > running /bin/sh ./configure --prefix=/usr/local/freeswitch > --cache-file=/dev/null --srcdir=. --disable-shared --with-pic > --no-create --no-recursion > configure: error: cannot run /bin/sh config/config.sub > make[7]: *** [config.status] Error 1 > make[7]: Leaving directory `/home/mark/freeswitch/libs/tiff-3.8.2' > make[6]: *** [../../../../libs/tiff-3.8.2/libtiff/libtiff.la] Error 2 > make[6]: Leaving directory `/home/mark/freeswitch/src/mod/applications/mod_fax' > make[5]: *** [all] Error 1 > make[5]: Leaving directory `/home/mark/freeswitch/src/mod/applications/mod_fax' > make[4]: *** [mod_fax-all] Error 1 > make[4]: Leaving directory `/home/mark/freeswitch/src/mod' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/mark/freeswitch/src' > Making all in build > make[3]: Entering directory `/home/mark/freeswitch/build' > +-------- FreeSWITCH Build Complete -----------+ > + FreeSWITCH has been successfully built. + > + Install by running: + > + + > + make install + > +----------------------------------------------+ > make[3]: Leaving directory `/home/mark/freeswitch/build' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/mark/freeswitch' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/mark/freeswitch' > make: *** [current] Error 2 > > Also, are the 'Leaving directory / all-recursive' errors going to > cause a problem? > > Thanks! > Any ideas what the cause is? > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 jerry.richards at teotech.com Fri Oct 9 08:23:27 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Fri, 9 Oct 2009 08:23:27 -0700 Subject: [Freeswitch-users] SLAs and BLAs References: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> Message-ID: <5CC2E91025314615ACBB65E029D5CB12@greyhawk.tonecommander.com> I gather from the mailing archive that BLAs are implemented using the draft-anil-sipping-bla-04.txt document. According to the draft, the Appearance Agent is supposed to initiate a SUBSCRIBE request, but I don't see FS doing this. What phone types/models are known to work with the FS BLA implementation? Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Monday, October 05, 2009 3:24 PM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] SLAs and BLAs We are building our own in-house developed Teo phones. I also have CounterPath's Bria Professional phone. For test purposes, I have one snom phone and a couple Polycomm phones. Jerry -----Original Message----- From: Brian West [mailto:brian at freeswitch.org] Sent: Monday, October 05, 2009 11:02 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] SLAs and BLAs First off what phones are you going to be using? /b On Oct 5, 2009, at 12:58 PM, Jerry Richards wrote: > > I can see how BLFs and Presence are managed, however I haven't found > much documentation on SLAs and BLAs. What is the RFC(s) that > Freeswitch used to implement SLAs and BLAs? Do they differ from BLFs? > > Best Regards, > Jerry From anthony.minessale at gmail.com Fri Oct 9 09:02:24 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 9 Oct 2009 11:02:24 -0500 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> Message-ID: <191c3a030910090902t38282f72l6b6d1733a758836@mail.gmail.com> Update to trunk and try it with fs_cli it for sure will let you do every 1 second in fs_cli type /events plain all if you make that call you will see one every 1 second On Fri, Oct 9, 2009 at 12:45 AM, Diego Viola wrote: > Nope, I was just wondering why it didn't work at 1 second exactly... > > > On Fri, Oct 9, 2009 at 3:36 AM, William Suffill > wrote: > >> Why do you need it every second? If you want real time channel counts >> you would be able to track each create/destroy even instead of >> relying on the heartbeat summary. >> >> -- W >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/a8e82640/attachment-0001.html From msc at freeswitch.org Fri Oct 9 09:07:56 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 9 Oct 2009 09:07:56 -0700 Subject: [Freeswitch-users] FreeSWITCH Weekly Conference Call Starting, Please Join Us! Message-ID: <87f2f3b90910090907v6a01bae2rd74f577d482dddf6@mail.gmail.com> Agenda and call-in info: http://bit.ly/lzEYy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/e9c321fd/attachment.html From mike at jerris.com Fri Oct 9 10:25:40 2009 From: mike at jerris.com (Michael Jerris) Date: Fri, 9 Oct 2009 13:25:40 -0400 Subject: [Freeswitch-users] apr_queue In-Reply-To: References: Message-ID: <91049B87-E571-4181-B436-6DAD065A6516@jerris.com> On Oct 9, 2009, at 7:58 AM, srinivasula reddy wrote: > Hi all, > > does any know about How apr_queue is maintaing and retriving all > registered and all stuff.... > parse error From msc at freeswitch.org Fri Oct 9 10:57:04 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 9 Oct 2009 10:57:04 -0700 Subject: [Freeswitch-users] libpri_span vs prispans In-Reply-To: <20091009125714.E0FF73043D7@mail.cune.org> References: <7d79b3930910090459v2b07e3aapd715c7618f11ada0@mail.gmail.com> <20091009125714.E0FF73043D7@mail.cune.org> Message-ID: <87f2f3b90910091057q3a033548j462446cf424ad257@mail.gmail.com> On Fri, Oct 9, 2009 at 5:57 AM, wrote: > lakshmanan ganapathy said: > > What difference it will make, if I use pri_span configuration and lib_pri > > span configuration in openzap.conf.xml. > > I'm preety much confused on the difference between this. > > Openzap can handle a T1/E1 itself, or openzap can use libpri to do that. > libpri is more mature than openzap. In my case openzap was not able to > handle everything invovling a T1 here, and using libpri fixed it. > > A libpri_span configuration is handled by libpri. A pri_span > configuration is handled natively by openzap. Use the one that works for > you. > Right now the libpri stack is more mature than the ozmod_isdn stuff. See the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/484f71dd/attachment.html From msc at freeswitch.org Fri Oct 9 11:01:34 2009 From: msc at freeswitch.org (Michael Collins) Date: Fri, 9 Oct 2009 11:01:34 -0700 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> <191c3a030910090725o4150a17x56b93303bf0b8c2b@mail.gmail.com> Message-ID: <87f2f3b90910091101x33bfbd8vf504b8bb3186da08@mail.gmail.com> On Fri, Oct 9, 2009 at 7:50 AM, Rupa Schomaker wrote: > Oh, definitely. I think both use cases (existing, and park in next > avail slot and read back slot #) are useful. > > They do have some usefulness. The most important reason for this feature, though, is for the person who handles calls all day and moves them around. That person will most likely have a pretty good idea of which parking stalls are available. However, I do like the idea of a webby interface showing what stalls are in use... -MC > On Fri, Oct 9, 2009 at 8:25 AM, Anthony Minessale > wrote: > > or twist that into a feature... =D > > > > alice is bob's secretary so she calls him on his cell when he has an appt > > and parks him. > > Then she calls the other guy and says "I have bob on line for you" and > xfers > > him to the same parking space =p > > > > -- > -Rupa > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/644fdc6d/attachment.html From kristian.kielhofner at gmail.com Fri Oct 9 12:10:36 2009 From: kristian.kielhofner at gmail.com (Kristian Kielhofner) Date: Fri, 9 Oct 2009 15:10:36 -0400 Subject: [Freeswitch-users] On the handling of SIP headers Message-ID: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> Hello everyone, In using FS for various scenarios I've noticed some behavior that I'm not sure is completely "proper". Given that this probably lives in mod_sofia who knows what's really "proper". It is SIP after all... So the issue comes up when using FreeSWITCH as a B2BUA and bridging between endpoints (very common). Should FreeSWITCH copy the X- headers (possibly others) as it does now? I'd like to think it shouldn't by default and the behavior should be one of: 1) Don't pass X-* (or anything else, really) from one leg to another. If you want to pass specific X- headers (or anything else), set them explicitly on the outbound leg. 2) Make the behavior configurable with a channel variable and/or sofia config option: {sip_pass_headers=all|none|X-MyCustomHeaderByName} Thoughts? -- Kristian Kielhofner http://www.astlinux.org http://blog.krisk.org http://www.star2star.com http://www.submityoursip.com http://www.voalte.com From mattdfong at gmail.com Fri Oct 9 12:34:01 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Sat, 10 Oct 2009 02:34:01 +0700 Subject: [Freeswitch-users] Sending an Event to a Session for onInput Message-ID: <4256bf830910091234t11f4f4d0w28283f341bd1fb06@mail.gmail.com> I'm used to using the onInput callbacks inside lua and javascript to listen for dtmf and other events and perform a task accordingly. I'm wondering if there is a way to send an event to a session or channel that can be caught using the setInputCallback inside lua from outside the session program. Maybe an API command that can generate an event for a specific UUID. Does a mechanism exist to do this that I'm over looking? Thanks. --matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/fa897d26/attachment.html From jerry.richards at teotech.com Fri Oct 9 13:06:43 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Fri, 9 Oct 2009 13:06:43 -0700 Subject: [Freeswitch-users] FW: FS Does Not Relay PresencePUBLISHToSubscribing Phones Message-ID: <6E290A3B014040CFA97E8BE97BC36BAC@greyhawk.tonecommander.com> I put the sqlite3 select query in the paste bin again, and prior to that, I entered the .dump command. The select command came back with the sqlite3 prompt, which I guess means it didn't find an entry. How do I go about isolating this problem? I'm using CounterPath's Bria Professional softphone. They are the same company that make the Eyebeam. Any ideas? Best Regards, Jerry _____ From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Friday, October 02, 2009 11:28 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] FS Does Not Relay PresencePUBLISHToSubscribing Phones I put the sqlite3 select query in the paste bin, and prior to that, I entered the .dump command. The select command came back with a "...>" prompt which I don't understand. I don't know enough about sqlite3 to know what that means? Best Regards, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Friday, October 02, 2009 10:52 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay PresencePUBLISHToSubscribing Phones connect to sqlite directly with sqlite3 app and try that sql stmt and see why it doesn't match anything. sqlite3 /usr/local/freeswitch/db/sofia_reg_internal.db select sip_subscriptions.proto,sip_subscriptions.sip_user,sip_subscriptions.sip_hos t,sip_subscriptions.sub_to_user,sip_subscriptions.sub_to_host,sip_subscripti ons.event,sip_subscriptions.contact,sip_subscriptions.call_id,sip_subscripti ons.full_from,sip_subscriptions.full_via,sip_subscriptions.expires,sip_subsc riptions.user_agent,sip_subscriptions.accept,sip_subscriptions.profile_name, 'Away','away','192.168.72.38',sip_presence.status,sip_presence.rpid from sip_subscriptions left join sip_presence on (sip_subscriptions.sub_to_user=sip_presence.sip_user and sip_subscriptions.sub_to_host=sip_presence.sip_host and sip_subscriptions.profile_name=sip_presence.profile_name) where (event='presence' or event='presence') and sub_to_user='1001' and (sub_to_host='192.168.72.38' or presence_hosts like '%192.168.72.38%') and (sip_subscriptions.profile_name = 'external' or sip_subscriptions.presence_hosts != sip_subscriptions.sub_to_host) On Fri, Oct 2, 2009 at 12:12 PM, Jerry Richards wrote: Okay, I put a log up on the pastebin that shows the PUBLISH event coming from a CounterPath Bria Professional phone. For some reason, FS is getting an error and not relaying the presence status to the subscriber. Best Regards, Jerry _____ From: Jo?o Mesquita [mailto:jmesquita at freeswitch.org] Sent: Thursday, October 01, 2009 8:14 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISHToSubscribing Phones Piece of advice, don't ask, just do it. ;) jmesquita On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards wrote: If you have time to take a look, I could put a trace in the pastebin? Jerry _____ From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Thursday, October 01, 2009 10:29 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones I am using two Bria Professional Version 2.5.4 Build 54835 softphones. Thanks, Jerry _____ From: Anthony Minessale [mailto:anthony.minessale at gmail.com] Sent: Thursday, October 01, 2009 9:36 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH ToSubscribing Phones which phone is it, we tested it with eyebeam and it appears to work for us. On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards wrote: By the way, I see the following lines at the FS console, which might be a clue as to why this is happening. Could someone point me toward what might cause this? I set the "manage-presence" parameter to "true" in each XML file where I saw it defined. [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) [ERR] sofia_presence.c:611 DUMP PRESENCE SQL ... [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping Best Regards, Jerry -----Original Message----- From: Jerry Richards [mailto:jerry.richards at teotech.com] Sent: Wednesday, September 30, 2009 9:12 AM To: 'freeswitch-users at lists.freeswitch.org' Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones I have two phones configured to subscribe to each other's presence status. When I change the presence status in one phone, I see the SIP PUBLISH message going to FS, but I don't see FS relaying that presence status to the subscribing phone. Does anyone know why? Best Regards, Jerry _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/48655d89/attachment-0001.html From andrew at hijacked.us Fri Oct 9 13:24:10 2009 From: andrew at hijacked.us (Andrew Thompson) Date: Fri, 9 Oct 2009 16:24:10 -0400 Subject: [Freeswitch-users] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910091101x33bfbd8vf504b8bb3186da08@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <23f91030910090543o1f70c997t7d860d4d65b2a175@mail.gmail.com> <191c3a030910090725o4150a17x56b93303bf0b8c2b@mail.gmail.com> <87f2f3b90910091101x33bfbd8vf504b8bb3186da08@mail.gmail.com> Message-ID: <20091009202409.GQ4572@hijacked.us> On Fri, Oct 09, 2009 at 11:01:34AM -0700, Michael Collins wrote: > On Fri, Oct 9, 2009 at 7:50 AM, Rupa Schomaker wrote: > > > Oh, definitely. I think both use cases (existing, and park in next > > avail slot and read back slot #) are useful. > > > > > They do have some usefulness. The most important reason for this feature, > though, is for the person who handles calls all day and moves them around. > That person will most likely have a pretty good idea of which parking stalls > are available. However, I do like the idea of a webby interface showing what > stalls are in use... mod_snom and the programmable LEDs would be a handy way to do it too. I implemented a poor-man's version of a key system using that, but I think I'll replace the parking portion with the valet parking stuff when I get a chance. Andrew From diego.viola at gmail.com Fri Oct 9 14:27:20 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 21:27:20 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <191c3a030910090902t38282f72l6b6d1733a758836@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> <191c3a030910090902t38282f72l6b6d1733a758836@mail.gmail.com> Message-ID: <86a32abc0910091427i2395fd80t3bc557186ece3972@mail.gmail.com> Thanks Anthony, this solved it. You rock :) My program now outputs: Got a SESSION_HEARTBEAT at 17:14:59 Got a SESSION_HEARTBEAT at 17:15:00 Got a SESSION_HEARTBEAT at 17:15:02 Got a SESSION_HEARTBEAT at 17:15:03 Got a SESSION_HEARTBEAT at 17:15:04 Got a SESSION_HEARTBEAT at 17:15:05 Got a SESSION_HEARTBEAT at 17:15:06 Got a SESSION_HEARTBEAT at 17:15:07 Got a SESSION_HEARTBEAT at 17:15:08 Got a SESSION_HEARTBEAT at 17:15:09 Got a SESSION_HEARTBEAT at 17:15:10 Got a SESSION_HEARTBEAT at 17:15:11 Got a SESSION_HEARTBEAT at 17:15:12 Got a SESSION_HEARTBEAT at 17:15:13 Got a SESSION_HEARTBEAT at 17:15:14 Got a SESSION_HEARTBEAT at 17:15:15 Got a SESSION_HEARTBEAT at 17:15:16 Got a SESSION_HEARTBEAT at 17:15:17 Got a SESSION_HEARTBEAT at 17:15:18 Got a SESSION_HEARTBEAT at 17:15:19 Got a SESSION_HEARTBEAT at 17:15:20 Got a SESSION_HEARTBEAT at 17:15:21 Got a SESSION_HEARTBEAT at 17:15:22 Got a SESSION_HEARTBEAT at 17:15:23 Got a SESSION_HEARTBEAT at 17:15:24 Got a SESSION_HEARTBEAT at 17:15:25 Got a SESSION_HEARTBEAT at 17:15:26 Got a SESSION_HEARTBEAT at 17:15:27 Got a SESSION_HEARTBEAT at 17:15:28 Got a SESSION_HEARTBEAT at 17:15:29 Got a SESSION_HEARTBEAT at 17:15:30 On Fri, Oct 9, 2009 at 4:02 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > Update to trunk and try it with fs_cli it for sure will let you do every 1 > second > > in fs_cli type > > /events plain all > > if you make that call you will see one every 1 second > > > > On Fri, Oct 9, 2009 at 12:45 AM, Diego Viola wrote: > >> Nope, I was just wondering why it didn't work at 1 second exactly... >> >> >> On Fri, Oct 9, 2009 at 3:36 AM, William Suffill < >> william.suffill at gmail.com> wrote: >> >>> Why do you need it every second? If you want real time channel counts >>> you would be able to track each create/destroy even instead of >>> relying on the heartbeat summary. >>> >>> -- W >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/92470d73/attachment.html From diego.viola at gmail.com Fri Oct 9 14:30:12 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 21:30:12 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910091427i2395fd80t3bc557186ece3972@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> <191c3a030910090902t38282f72l6b6d1733a758836@mail.gmail.com> <86a32abc0910091427i2395fd80t3bc557186ece3972@mail.gmail.com> Message-ID: <86a32abc0910091430hc151ed8of085fcc3af2f1de4@mail.gmail.com> Here is on two seconds ;) Got a SESSION_HEARTBEAT at 17:17:13 Got a SESSION_HEARTBEAT at 17:17:15 Got a SESSION_HEARTBEAT at 17:17:17 Got a SESSION_HEARTBEAT at 17:17:19 Got a SESSION_HEARTBEAT at 17:17:21 Got a SESSION_HEARTBEAT at 17:17:23 Got a SESSION_HEARTBEAT at 17:17:25 Got a SESSION_HEARTBEAT at 17:17:27 Got a SESSION_HEARTBEAT at 17:17:29 Got a SESSION_HEARTBEAT at 17:17:31 Got a SESSION_HEARTBEAT at 17:17:33 Got a SESSION_HEARTBEAT at 17:17:35 Got a SESSION_HEARTBEAT at 17:17:37 Got a SESSION_HEARTBEAT at 17:17:39 Got a SESSION_HEARTBEAT at 17:17:41 Got a SESSION_HEARTBEAT at 17:17:43 Got a SESSION_HEARTBEAT at 17:17:45 Got a SESSION_HEARTBEAT at 17:17:47 Got a SESSION_HEARTBEAT at 17:17:49 Got a SESSION_HEARTBEAT at 17:17:51 Got a SESSION_HEARTBEAT at 17:17:53 Got a SESSION_HEARTBEAT at 17:17:55 Got a SESSION_HEARTBEAT at 17:17:57 Got a SESSION_HEARTBEAT at 17:17:59 Got a SESSION_HEARTBEAT at 17:18:01 Got a SESSION_HEARTBEAT at 17:18:03 Got a SESSION_HEARTBEAT at 17:18:05 Got a SESSION_HEARTBEAT at 17:18:07 Got a SESSION_HEARTBEAT at 17:18:09 Got a SESSION_HEARTBEAT at 17:18:11 Got a SESSION_HEARTBEAT at 17:18:13 Got a SESSION_HEARTBEAT at 17:18:15 Got a SESSION_HEARTBEAT at 17:18:17 On Fri, Oct 9, 2009 at 9:27 PM, Diego Viola wrote: > Thanks Anthony, this solved it. You rock :) > > My program now outputs: > > Got a SESSION_HEARTBEAT at 17:14:59 > Got a SESSION_HEARTBEAT at 17:15:00 > Got a SESSION_HEARTBEAT at 17:15:02 > Got a SESSION_HEARTBEAT at 17:15:03 > Got a SESSION_HEARTBEAT at 17:15:04 > Got a SESSION_HEARTBEAT at 17:15:05 > Got a SESSION_HEARTBEAT at 17:15:06 > Got a SESSION_HEARTBEAT at 17:15:07 > Got a SESSION_HEARTBEAT at 17:15:08 > Got a SESSION_HEARTBEAT at 17:15:09 > Got a SESSION_HEARTBEAT at 17:15:10 > Got a SESSION_HEARTBEAT at 17:15:11 > Got a SESSION_HEARTBEAT at 17:15:12 > Got a SESSION_HEARTBEAT at 17:15:13 > Got a SESSION_HEARTBEAT at 17:15:14 > Got a SESSION_HEARTBEAT at 17:15:15 > Got a SESSION_HEARTBEAT at 17:15:16 > Got a SESSION_HEARTBEAT at 17:15:17 > Got a SESSION_HEARTBEAT at 17:15:18 > Got a SESSION_HEARTBEAT at 17:15:19 > Got a SESSION_HEARTBEAT at 17:15:20 > Got a SESSION_HEARTBEAT at 17:15:21 > Got a SESSION_HEARTBEAT at 17:15:22 > Got a SESSION_HEARTBEAT at 17:15:23 > Got a SESSION_HEARTBEAT at 17:15:24 > Got a SESSION_HEARTBEAT at 17:15:25 > Got a SESSION_HEARTBEAT at 17:15:26 > Got a SESSION_HEARTBEAT at 17:15:27 > Got a SESSION_HEARTBEAT at 17:15:28 > Got a SESSION_HEARTBEAT at 17:15:29 > Got a SESSION_HEARTBEAT at 17:15:30 > > > > > > On Fri, Oct 9, 2009 at 4:02 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> Update to trunk and try it with fs_cli it for sure will let you do every 1 >> second >> >> in fs_cli type >> >> /events plain all >> >> if you make that call you will see one every 1 second >> >> >> >> On Fri, Oct 9, 2009 at 12:45 AM, Diego Viola wrote: >> >>> Nope, I was just wondering why it didn't work at 1 second exactly... >>> >>> >>> On Fri, Oct 9, 2009 at 3:36 AM, William Suffill < >>> william.suffill at gmail.com> wrote: >>> >>>> Why do you need it every second? If you want real time channel counts >>>> you would be able to track each create/destroy even instead of >>>> relying on the heartbeat summary. >>>> >>>> -- W >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/aabc41a2/attachment.html From diego.viola at gmail.com Fri Oct 9 15:01:46 2009 From: diego.viola at gmail.com (Diego Viola) Date: Fri, 9 Oct 2009 22:01:46 +0000 Subject: [Freeswitch-users] Heartbeat question In-Reply-To: <86a32abc0910091430hc151ed8of085fcc3af2f1de4@mail.gmail.com> References: <86a32abc0910081956k91b3600sb8c556e589f5b089@mail.gmail.com> <86a32abc0910082003v3f5d4e6dua8e7eae18fd2f939@mail.gmail.com> <6b65470d0910082036g204d5dcbw26e1e43ef80c7c84@mail.gmail.com> <86a32abc0910082245j36b8b3e9ncaf1cdd358fce319@mail.gmail.com> <191c3a030910090902t38282f72l6b6d1733a758836@mail.gmail.com> <86a32abc0910091427i2395fd80t3bc557186ece3972@mail.gmail.com> <86a32abc0910091430hc151ed8of085fcc3af2f1de4@mail.gmail.com> Message-ID: <86a32abc0910091501y40dd34c4r1bca3eeb2b6fa693@mail.gmail.com> Here's my heartbeat script now. #!/usr/bin/env ruby require 'rubygems' require 'fsr' require "fsr/listener/inbound" def custom_channel_heartbeat_handler(event) puts "Got a SESSION_HEARTBEAT at #{Time.now.strftime('%H:%M:%S')}" end FSL::Inbound.add_event_hook(:SESSION_HEARTBEAT) {|event| custom_channel_heartbeat_handler(event) } FSR.start_ies!(FSL::Inbound, :host => "localhost", :port => 8021) Thanks again. Diego On Fri, Oct 9, 2009 at 9:30 PM, Diego Viola wrote: > Here is on two seconds ;) > > Got a SESSION_HEARTBEAT at 17:17:13 > Got a SESSION_HEARTBEAT at 17:17:15 > Got a SESSION_HEARTBEAT at 17:17:17 > Got a SESSION_HEARTBEAT at 17:17:19 > Got a SESSION_HEARTBEAT at 17:17:21 > Got a SESSION_HEARTBEAT at 17:17:23 > Got a SESSION_HEARTBEAT at 17:17:25 > Got a SESSION_HEARTBEAT at 17:17:27 > Got a SESSION_HEARTBEAT at 17:17:29 > Got a SESSION_HEARTBEAT at 17:17:31 > Got a SESSION_HEARTBEAT at 17:17:33 > Got a SESSION_HEARTBEAT at 17:17:35 > Got a SESSION_HEARTBEAT at 17:17:37 > Got a SESSION_HEARTBEAT at 17:17:39 > Got a SESSION_HEARTBEAT at 17:17:41 > Got a SESSION_HEARTBEAT at 17:17:43 > Got a SESSION_HEARTBEAT at 17:17:45 > Got a SESSION_HEARTBEAT at 17:17:47 > Got a SESSION_HEARTBEAT at 17:17:49 > Got a SESSION_HEARTBEAT at 17:17:51 > Got a SESSION_HEARTBEAT at 17:17:53 > Got a SESSION_HEARTBEAT at 17:17:55 > Got a SESSION_HEARTBEAT at 17:17:57 > Got a SESSION_HEARTBEAT at 17:17:59 > Got a SESSION_HEARTBEAT at 17:18:01 > Got a SESSION_HEARTBEAT at 17:18:03 > Got a SESSION_HEARTBEAT at 17:18:05 > Got a SESSION_HEARTBEAT at 17:18:07 > Got a SESSION_HEARTBEAT at 17:18:09 > Got a SESSION_HEARTBEAT at 17:18:11 > Got a SESSION_HEARTBEAT at 17:18:13 > Got a SESSION_HEARTBEAT at 17:18:15 > Got a SESSION_HEARTBEAT at 17:18:17 > > > > On Fri, Oct 9, 2009 at 9:27 PM, Diego Viola wrote: > >> Thanks Anthony, this solved it. You rock :) >> >> My program now outputs: >> >> Got a SESSION_HEARTBEAT at 17:14:59 >> Got a SESSION_HEARTBEAT at 17:15:00 >> Got a SESSION_HEARTBEAT at 17:15:02 >> Got a SESSION_HEARTBEAT at 17:15:03 >> Got a SESSION_HEARTBEAT at 17:15:04 >> Got a SESSION_HEARTBEAT at 17:15:05 >> Got a SESSION_HEARTBEAT at 17:15:06 >> Got a SESSION_HEARTBEAT at 17:15:07 >> Got a SESSION_HEARTBEAT at 17:15:08 >> Got a SESSION_HEARTBEAT at 17:15:09 >> Got a SESSION_HEARTBEAT at 17:15:10 >> Got a SESSION_HEARTBEAT at 17:15:11 >> Got a SESSION_HEARTBEAT at 17:15:12 >> Got a SESSION_HEARTBEAT at 17:15:13 >> Got a SESSION_HEARTBEAT at 17:15:14 >> Got a SESSION_HEARTBEAT at 17:15:15 >> Got a SESSION_HEARTBEAT at 17:15:16 >> Got a SESSION_HEARTBEAT at 17:15:17 >> Got a SESSION_HEARTBEAT at 17:15:18 >> Got a SESSION_HEARTBEAT at 17:15:19 >> Got a SESSION_HEARTBEAT at 17:15:20 >> Got a SESSION_HEARTBEAT at 17:15:21 >> Got a SESSION_HEARTBEAT at 17:15:22 >> Got a SESSION_HEARTBEAT at 17:15:23 >> Got a SESSION_HEARTBEAT at 17:15:24 >> Got a SESSION_HEARTBEAT at 17:15:25 >> Got a SESSION_HEARTBEAT at 17:15:26 >> Got a SESSION_HEARTBEAT at 17:15:27 >> Got a SESSION_HEARTBEAT at 17:15:28 >> Got a SESSION_HEARTBEAT at 17:15:29 >> Got a SESSION_HEARTBEAT at 17:15:30 >> >> >> >> >> >> On Fri, Oct 9, 2009 at 4:02 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> Update to trunk and try it with fs_cli it for sure will let you do every >>> 1 second >>> >>> in fs_cli type >>> >>> /events plain all >>> >>> if you make that call you will see one every 1 second >>> >>> >>> >>> On Fri, Oct 9, 2009 at 12:45 AM, Diego Viola wrote: >>> >>>> Nope, I was just wondering why it didn't work at 1 second exactly... >>>> >>>> >>>> On Fri, Oct 9, 2009 at 3:36 AM, William Suffill < >>>> william.suffill at gmail.com> wrote: >>>> >>>>> Why do you need it every second? If you want real time channel counts >>>>> you would be able to track each create/destroy even instead of >>>>> relying on the heartbeat summary. >>>>> >>>>> -- W >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> iax:guest at conference.freeswitch.org/888 >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:213-799-1400 >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/71c0216b/attachment-0001.html From anthony.minessale at gmail.com Fri Oct 9 15:53:13 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 9 Oct 2009 17:53:13 -0500 Subject: [Freeswitch-users] FW: FS Does Not Relay PresencePUBLISHToSubscribing Phones In-Reply-To: <6E290A3B014040CFA97E8BE97BC36BAC@greyhawk.tonecommander.com> References: <6E290A3B014040CFA97E8BE97BC36BAC@greyhawk.tonecommander.com> Message-ID: <191c3a030910091553s3d16a992x2b0116abe686408a@mail.gmail.com> yah what i was getting at was between the sql statement and what was actually in the table you should be able to tell what's wrong. On Fri, Oct 9, 2009 at 3:06 PM, Jerry Richards wrote: > I put the sqlite3 select query in the paste bin again, and prior to that, > I entered the .dump command. The select command came back with the > sqlite3 prompt, which I guess means it didn't find an entry. How do I go > about isolating this problem? I'm using CounterPath's Bria Professional > softphone. They are the same company that make the Eyebeam. > > Any ideas? > > Best Regards, > Jerry > > > ------------------------------ > *From:* Jerry Richards [mailto:jerry.richards at teotech.com] > *Sent:* Friday, October 02, 2009 11:28 AM > *To:* 'freeswitch-users at lists.freeswitch.org' > *Subject:* RE: [Freeswitch-users] FS Does Not Relay > PresencePUBLISHToSubscribing Phones > > I put the sqlite3 select query in the paste bin, and prior to that, I > entered the .dump command. The select command came back with a "...>" > prompt which I don't understand. I don't know enough about sqlite3 to know > what that means? > > Best Regards, > Jerry > > ------------------------------ > *From:* Anthony Minessale [mailto:anthony.minessale at gmail.com] > *Sent:* Friday, October 02, 2009 10:52 AM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] FS Does Not Relay > PresencePUBLISHToSubscribing Phones > > connect to sqlite directly with sqlite3 app and try that sql stmt and see > why it doesn't match anything. > > sqlite3 /usr/local/freeswitch/db/sofia_reg_internal.db > > select > sip_subscriptions.proto,sip_subscriptions.sip_user,sip_subscriptions.sip_host,sip_subscriptions.sub_to_user,sip_subscriptions.sub_to_host,sip_subscriptions.event,sip_subscriptions.contact,sip_subscriptions.call_id,sip_subscriptions.full_from,sip_subscriptions.full_via,sip_subscriptions.expires,sip_subscriptions.user_agent,sip_subscriptions.accept,sip_subscriptions.profile_name,'Away','away',' > 192.168.72.38',sip_presence.status,sip_presence.rpid from > sip_subscriptions left join sip_presence on (sip_subscriptions.sub_to_user=sip_presence.sip_user > and sip_subscriptions.sub_to_host=sip_presence.sip_host and > sip_subscriptions.profile_name=sip_presence.profile_name) where (event='presence' > or event='presence') and sub_to_user='1001' and (sub_to_host='192.168.72 > .38' or presence_hosts like '%192.168.72.38%') and (sip_subscriptions.profile_name > = 'external' or sip_subscriptions.presence_hosts != > sip_subscriptions.sub_to_host) > > > On Fri, Oct 2, 2009 at 12:12 PM, Jerry Richards < > jerry.richards at teotech.com> wrote: > >> Okay, I put a log up on the pastebin that shows the PUBLISH event coming >> from a CounterPath Bria Professional phone. For some reason, FS is getting >> an error and not relaying the presence status to the subscriber. >> >> Best Regards, >> Jerry >> >> ------------------------------ >> *From:* Jo?o Mesquita [mailto:jmesquita at freeswitch.org] >> *Sent:* Thursday, October 01, 2009 8:14 PM >> >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* Re: [Freeswitch-users] FS Does Not Relay Presence >> PUBLISHToSubscribing Phones >> >> Piece of advice, don't ask, just do it. ;) >> >> jmesquita >> >> On Thu, Oct 1, 2009 at 3:29 PM, Jerry Richards < >> jerry.richards at teotech.com> wrote: >> >>> If you have time to take a look, I could put a trace in the pastebin? >>> >>> Jerry >>> >>> ------------------------------ >>> *From:* Jerry Richards [mailto:jerry.richards at teotech.com] >>> *Sent:* Thursday, October 01, 2009 10:29 AM >>> *To:* 'freeswitch-users at lists.freeswitch.org' >>> *Subject:* RE: [Freeswitch-users] FS Does Not Relay Presence PUBLISH >>> ToSubscribing Phones >>> >>> I am using two Bria Professional Version 2.5.4 Build 54835 softphones. >>> >>> Thanks, >>> Jerry >>> >>> ------------------------------ >>> *From:* Anthony Minessale [mailto:anthony.minessale at gmail.com] >>> *Sent:* Thursday, October 01, 2009 9:36 AM >>> *To:* freeswitch-users at lists.freeswitch.org >>> *Subject:* Re: [Freeswitch-users] FS Does Not Relay Presence PUBLISH >>> ToSubscribing Phones >>> >>> which phone is it, >>> we tested it with eyebeam and it appears to work for us. >>> >>> >>> On Thu, Oct 1, 2009 at 9:57 AM, Jerry Richards < >>> jerry.richards at teotech.com> wrote: >>> >>>> >>>> By the way, I see the following lines at the FS console, which might be >>>> a >>>> clue as to why this is happening. Could someone point me toward what >>>> might >>>> cause this? I set the "manage-presence" parameter to "true" in each XML >>>> file where I saw it defined. >>>> >>>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal) >>>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>>> ... >>>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (internal-ipv6) >>>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>>> ... >>>> [INFO] sofia_presence.c:603 IN START_PRESENCE_SQL (external) >>>> [ERR] sofia_presence.c:611 DUMP PRESENCE SQL >>>> ... >>>> [WARNING] sofia_presence.c:565 192.168.72.38 is an alias, skipping >>>> >>>> >>>> Best Regards, >>>> Jerry >>>> >>>> >>>> -----Original Message----- >>>> From: Jerry Richards [mailto:jerry.richards at teotech.com] >>>> Sent: Wednesday, September 30, 2009 9:12 AM >>>> To: 'freeswitch-users at lists.freeswitch.org' >>>> Subject: FS Does Not Relay Presence PUBLISH To Subscribing Phones >>>> >>>> I have two phones configured to subscribe to each other's presence >>>> status. >>>> When I change the presence status in one phone, I see the SIP PUBLISH >>>> message going to FS, but I don't see FS relaying that presence status to >>>> the >>>> subscribing phone. Does anyone know why? >>>> >>>> Best Regards, >>>> Jerry >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> iax:guest at conference.freeswitch.org/888 >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:213-799-1400 >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091009/72061e0b/attachment-0001.html From nagalenoj at gmail.com Fri Oct 9 20:50:28 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Fri, 9 Oct 2009 20:50:28 -0700 (PDT) Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: References: <25751158.post@talk.nabble.com> Message-ID: <25830785.post@talk.nabble.com> No, When I do voicemail_inject it is reporting the following error. 'Stereo is currently not supported, please downsample to mono.' Any other way to do this.?? Michael Jerris wrote: > > http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject > > On Oct 5, 2009, at 9:46 AM, Nagalenoj wrote: > >> >> Is it possible to treat a recorded voice as voice mail? >> >> Assume that, I've recorded a conversation and I want this recorded >> file to >> be treated like voicemail. So, I could check it like voicemail!! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p25830785.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From nagalenoj at gmail.com Fri Oct 9 20:51:30 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Fri, 9 Oct 2009 20:51:30 -0700 (PDT) Subject: [Freeswitch-users] Re corded file as voicemail. Message-ID: <25830785.post@talk.nabble.com> No, When I do voicemail_inject and check through voicemail, it is not playing the file instead reporting the following error. 'Stereo is currently not supported, please downsample to mono.' Any other way to do this.?? Michael Jerris wrote: > > http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject > > On Oct 5, 2009, at 9:46 AM, Nagalenoj wrote: > >> >> Is it possible to treat a recorded voice as voice mail? >> >> Assume that, I've recorded a conversation and I want this recorded >> file to >> be treated like voicemail. So, I could check it like voicemail!! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p25830785.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From jason at jasonjgw.net Fri Oct 9 21:05:39 2009 From: jason at jasonjgw.net (Jason White) Date: Sat, 10 Oct 2009 15:05:39 +1100 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <25830785.post@talk.nabble.com> References: <25830785.post@talk.nabble.com> Message-ID: <20091010040539.GB23188@jdc.jasonjgw.net> Nagalenoj wrote: > > No, When I do voicemail_inject and check through voicemail, it is not playing > the file instead reporting the following error. > > 'Stereo is currently not supported, please downsample to mono.' This has been discussed on the list before. I think the solution was to use sox to convert the files to mono. You might need a script to do this before injecting them into the voicemail. From lakindia89 at gmail.com Fri Oct 9 21:39:07 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Sat, 10 Oct 2009 10:09:07 +0530 Subject: [Freeswitch-users] libpri_span vs prispans In-Reply-To: <87f2f3b90910091057q3a033548j462446cf424ad257@mail.gmail.com> References: <7d79b3930910090459v2b07e3aapd715c7618f11ada0@mail.gmail.com> <20091009125714.E0FF73043D7@mail.cune.org> <87f2f3b90910091057q3a033548j462446cf424ad257@mail.gmail.com> Message-ID: <7d79b3930910092139v3589b761oab0bae46598118f@mail.gmail.com> Where can I found entire configurations for a libpri spans. Right now I've only 4 things in my libpri configuration. They are Switchtype, Node, Contect, Dialplan, which is given as example in wiki. But I think libprispan has more configuration. Where can I find those things? On Fri, Oct 9, 2009 at 11:27 PM, Michael Collins wrote: > > > On Fri, Oct 9, 2009 at 5:57 AM, wrote: > >> lakshmanan ganapathy said: >> > What difference it will make, if I use pri_span configuration and >> lib_pri >> > span configuration in openzap.conf.xml. >> > I'm preety much confused on the difference between this. >> >> Openzap can handle a T1/E1 itself, or openzap can use libpri to do that. >> libpri is more mature than openzap. In my case openzap was not able to >> handle everything invovling a T1 here, and using libpri fixed it. >> >> A libpri_span configuration is handled by libpri. A pri_span >> configuration is handled natively by openzap. Use the one that works for >> you. >> > > Right now the libpri stack is more mature than the ozmod_isdn stuff. See > the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri. > -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/3c0bfdd3/attachment.html From dujinfang at gmail.com Fri Oct 9 22:40:18 2009 From: dujinfang at gmail.com (Seven Du) Date: Sat, 10 Oct 2009 13:40:18 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <20091010040539.GB23188@jdc.jasonjgw.net> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> Message-ID: <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> Yes, it's discussed before. http://wiki.freeswitch.org/wiki/Channel_Variables#RECORD_STEREO set that var to false before you record. 2009/10/10 Jason White > Nagalenoj wrote: > > > > No, When I do voicemail_inject and check through voicemail, it is not > playing > > the file instead reporting the following error. > > > > 'Stereo is currently not supported, please downsample to mono.' > > This has been discussed on the list before. I think the solution was to use > sox to convert the files to mono. You might need a script to do this before > injecting them into the voicemail. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/b7f7d1f7/attachment.html From velu.technical at gmail.com Fri Oct 9 23:51:43 2009 From: velu.technical at gmail.com (velusamy velu) Date: Sat, 10 Oct 2009 12:21:43 +0530 Subject: [Freeswitch-users] Difference between park and valet_park Message-ID: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> Dear All, Could you please any one explain the difference between parking and valet parking? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/4d18786f/attachment.html From jason at jasonjgw.net Sat Oct 10 00:00:03 2009 From: jason at jasonjgw.net (Jason White) Date: Sat, 10 Oct 2009 18:00:03 +1100 Subject: [Freeswitch-users] Status of ubuntu/debian packages. In-Reply-To: <4ABA47FB.2050100@gmail.com> References: <4ABA47FB.2050100@gmail.com> Message-ID: <20091010070003.GA16076@jdc.jasonjgw.net> for those who are working on the Debian packages, the following ITP bug may be of interest. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513606 which also refers to an older entry. Thanks are due to all who are contributing to the packaging effort. From dujinfang at gmail.com Sat Oct 10 00:32:37 2009 From: dujinfang at gmail.com (Seven Du) Date: Sat, 10 Oct 2009 15:32:37 +0800 Subject: [Freeswitch-users] Difference between park and valet_park In-Reply-To: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> References: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> Message-ID: <23f91030910100032k41513eecp2db3d32a79dfe724@mail.gmail.com> search this list, just has been discussed. 2009/10/10 velusamy velu > Dear All, > Could you please any one explain the difference between parking and > valet parking? > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/5284ec09/attachment.html From velu.technical at gmail.com Sat Oct 10 02:37:20 2009 From: velu.technical at gmail.com (velusamy velu) Date: Sat, 10 Oct 2009 15:07:20 +0530 Subject: [Freeswitch-users] Play music on hold after parking the call Message-ID: <1452e2980910100237u317d6138w1d13bd3cfb250353@mail.gmail.com> Dear All, I am using ESL.pm module to control the dial plan application. I want to play some music while executing the some external scripts. I executed park after then I executed the playback the music didn't play. Could any one please explain how can I solve this problem without using async mode in socket application? Thanks, Velusamy. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/e100f713/attachment.html From wangdq.no1 at gmail.com Sat Oct 10 02:53:19 2009 From: wangdq.no1 at gmail.com (daqiang wang) Date: Sat, 10 Oct 2009 17:53:19 +0800 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? Message-ID: hello every one : I want to match the # in XML dialplan , how to do ? example : 1#5555#6666 . how to do ? I do this : but it's not work -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/7d0ebc11/attachment-0001.html From maciej.aniserowicz at gmail.com Sat Oct 10 03:04:04 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Sat, 10 Oct 2009 03:04:04 -0700 (PDT) Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> Message-ID: <1255169044209-3799274.post@n2.nabble.com> Hi, Here are the messages with a:ptime parameter. All the calls are started by commands sent through socket. I'm not sure if this is all information you need, please let me know if something is missing here and I'll post that. 1) starting connection with x-lite (number 2003, the eavesdropper): INVITE sip:2003 at 192.168.3.100:60188;rinstance=80b8f8d92af87cd2 SIP/2.0 Via: SIP/2.0/UDP 192.168.3.159:15060;rport;branch=z9hG4bKD9meHQN5XQ88K Max-Forwards: 69 From: "MyApp" ;tag=jpQ6D7D2jUXvF To: Call-ID: 663c4500-3024-122d-57a2-9be8d85a4cff CSeq: 121465610 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH Supported: timer, precondition, path, replaces Allow-Events: talk, presence, dialog, call-info, sla, include-session-description, presence.winfo, message-summary, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 447 Remote-Party-ID: "MyApp" ;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 2223565947735016740 3096553520713245589 IN IP4 192.168.3.159 s=FreeSWITCH c=IN IP4 192.168.3.159 t=0 0 m=audio 29966 RTP/AVP 0 115 107 9 8 3 101 13 a=rtpmap:0 PCMU/8000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=48000 a=rtpmap:107 G7221/16000 a=fmtp:107 bitrate=32000 a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 2) starting connection with cisco ip phone (number 2006, first leg of eavesdropped session): INVITE sip:2006 at 192.168.2.106:5060;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.3.159:15060;rport;branch=z9hG4bKg40rp87FNjB1p Max-Forwards: 69 From: "MyApp" ;tag=Q3N2pe2K47ctS To: Call-ID: 6e6fd8a0-3024-122d-57a2-9be8d85a4cff CSeq: 121465616 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH Supported: timer, precondition, path, replaces Allow-Events: talk, presence, dialog, call-info, sla, include-session-description, presence.winfo, message-summary, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 447 Remote-Party-ID: "MyApp" ;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 8453497903781974949 2294419114567885490 IN IP4 192.168.3.159 s=FreeSWITCH c=IN IP4 192.168.3.159 t=0 0 m=audio 17670 RTP/AVP 0 115 107 9 8 3 101 13 a=rtpmap:0 PCMU/8000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=48000 a=rtpmap:107 G7221/16000 a=fmtp:107 bitrate=32000 a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 3) starting connection with extension playing a file (number 9999, second leg of eavesdropped session): SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.3.159:5080;rport=5080;branch=z9hG4bKv6Dg7myj4tvBS From: "FreeSWITCH" ;tag=091j2Q0Fre8vp To: ;tag=U7t5Xt51rB64Q Call-ID: 7551b7d0-3024-122d-b3a6-156c4939c4f8 CSeq: 121465623 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN Accept: application/sdp Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH Supported: timer, precondition, path, replaces Allow-Events: talk, presence, dialog, call-info, sla, include-session-description, presence.winfo, message-summary, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 263 v=0 o=FreeSWITCH 5614997529598779838 636912243381649698 IN IP4 192.168.3.159 s=FreeSWITCH c=IN IP4 192.168.3.159 t=0 0 m=audio 30086 RTP/AVP 0 101 13 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 Anthony Minessale wrote: > > you probably have some device lying about ptime everywhere > look at a sip trace an pay especially close attention to ptime:x param in > sdp > if you don't understand this just attach it here > > execute the following at the cli > sofia profile internal siptrace on > sofila loglevel debug > > > > On Thu, Oct 8, 2009 at 8:27 AM, Maciej Aniserowicz < > maciej.aniserowicz at gmail.com> wrote: > >> >> It's the same on the trunk (the last rev I used was not so old anyway). >> >> Codecs are the same on both legs: >> read codec/read rate: PCMU 8000 >> write codec/write rate: PCMU 8000 >> >> MA >> >> >> >> >> Michael Jerris wrote: >> > >> > What codecs are all the call legs using, also, please try current svn >> > trunk. >> > >> > Mike >> > >> > On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: >> > >> >> >> >> Sorry about posting several questions at once, I wasn't aware it's >> >> "rude". >> >> Let's concentrate on this issue then. >> >> >> >> I use FS rev 14994. Phones on extensions: >> >> 1) x-lite >> >> 2) cisco sip phone >> >> 3) audio played by fs to the extension being eavesdropped >> >> >> >> I did not change any codec configuration, I just use the standard >> >> one that >> >> comes with both FS and the phones. >> >> Some time ago someone on FS irc channel told me that this is just >> >> how FS >> >> eavesdropping works... from your response I understand that this is >> >> not >> >> entirely true? >> >> >> >> Maciej Aniserowicz >> >> >> >> >> >> >> >> Anthony Minessale wrote: >> >>> >> >>> That's is a somewhat vague position. >> >>> >> >>> You did not mention which version of FreeSWITCH you are running, the >> >>> phones >> >>> being used in your example, your configuration, the codecs in use >> >>> etc. >> >>> >> >>> BTW, >> >>> I think you should only ask one question at a time on this list. >> >>> The list >> >>> is run by volunteers and it's sort of rude to expect 3 or 4 threads >> >>> to be >> >>> tended to concerning the same one individual. >> >>> >> >>> >> >>> 2009/10/5 Maciej Aniserowicz >> >>> >> >>>> Hello, >> >>>> When I use eavesdropping in FreeSWITCH, the sound quality is >> >>>> really bad. >> >>>> Is >> >>>> there any way to improve it? Is this a known problem? >> >>>> Br/ >> >>>> Maciej Aniserowicz >> >>>> >> > >> > >> > _______________________________________________ >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> > >> > >> >> -- >> View this message in context: >> http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3788019.html >> Sent from the freeswitch-users mailing list archive at Nabble.com. >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3799274.html Sent from the freeswitch-users mailing list archive at Nabble.com. From juanbackson at gmail.com Sat Oct 10 03:05:21 2009 From: juanbackson at gmail.com (Juan Backson) Date: Sat, 10 Oct 2009 18:05:21 +0800 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk In-Reply-To: <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> References: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> Message-ID: <27c25bc40910100305q5ae87ddbjc9999852724470d8@mail.gmail.com> Hi, My sip phone did authentication ( sending in SIP REGISTER etc ), but it is still not showing up. How come? It was working before. thanks, juan On Thu, Oct 8, 2009 at 11:21 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > they only set if you authenticate on sip or run the set_user app > > > On Thu, Oct 8, 2009 at 5:20 AM, Juan Backson wrote: > >> Hi, >> >> My application fails to set the appropriate variables using directory xml >> after using the latest trunk as of yesterday. >> >> My curl looks like: >> >> >> >> >>
>> >> >> >> >> > value="sofia/internal/sip:200002 at 192.168.1.11:29440 >> ;rinstance=0245b2a59ddff837"> >> >> >> >> >> >> >> >>
>>
>> >> >> >> In the info app, I am not seeing account-id and vm-code anymore. >> >> How to fix that? >> >> juan >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/f7291392/attachment.html From tayeb.meftah at gmail.com Sat Oct 10 05:32:11 2009 From: tayeb.meftah at gmail.com (Meftah Tayeb) Date: Sat, 10 Oct 2009 12:32:11 +0000 Subject: [Freeswitch-users] Anyone intairaisted? Message-ID: <4AD07ECB.5070602@gmail.com> dear all anyone intairaisted in porting/integrating some billing engine/software to freeswitch? we are building a new Community for that no for billing only but billing is the primary focus if anyone intairaisted please mail me to: tayeb.meftah at gmail.com i'm waiting for you to join! the web site is not yet ready, is: http://www.awesomevoip.org we have also a hosted PBX to do conferencing... but we need a conference bridge thanks! __________ Information from ESET NOD32 Antivirus, version of virus signature database 4494 (20091009) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com From testeador01 at gmail.com Sat Oct 10 06:24:20 2009 From: testeador01 at gmail.com (Milena) Date: Sat, 10 Oct 2009 08:24:20 -0500 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? In-Reply-To: References: Message-ID: escape character is '\'try 2009/10/10 daqiang wang > hello every one : > I want to match the # in XML dialplan , how to do ? > example : > 1#5555#6666 . how to do ? > I do this : > > but it's not work > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/0fdb8ec7/attachment.html From lakindia89 at gmail.com Sat Oct 10 06:47:00 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Sat, 10 Oct 2009 19:17:00 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <20091009123615.BC50A3FA6E9@mail.cune.org> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> Message-ID: <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> Hi, I've tried with the following dialplan(After making the changes that are recommended). But still I got INVALID_IE_CONTENTS error. Another thing is, if I use prispan configuration, I'm able to make outgoing calls. But if I use the libpri span configuration I'm not able to make outgoing calls, which says INVALID_IE_CONTENTS. I've been struck with this problem for the past 1 week. Any solution to this??? On Fri, Oct 9, 2009 at 6:06 PM, wrote: > lakshmanan ganapathy said: > > > But still I'm facing problem with the outgoing call. It says > > INVALID_IE_CONTENTS. > > What might be the issue? Even I tried the following dialplan to call by > > using bridge. > > > > > expression="^(\d{10})$"> > > > > > data="openzap/1/1/${dialed_ext}"/> > > Does "answer" need to be called here? I haven't used an fxo. So, I don't > know. What value does $dialed_ext have? If you want to use the number > matched in the condition, then it should be > > openzap/1/1/$1 > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/5a85a22a/attachment-0001.html From jmesquita at freeswitch.org Sat Oct 10 07:30:05 2009 From: jmesquita at freeswitch.org (=?ISO-8859-1?Q?Jo=E3o_Mesquita?=) Date: Sat, 10 Oct 2009 11:30:05 -0300 Subject: [Freeswitch-users] Questions regarding to mod_nibble In-Reply-To: References: Message-ID: I am testing the latest version of nibblebill so let me see if I can help you with your questions. jm On Fri, Oct 9, 2009 at 12:39 AM, Ahmed Munir wrote: > I want to ask three questions related to mod_nibble bills, as I'm listing > down below; > > 1- Can we select/use dynamic tables for billing using nibble bill? > What do you mean for dynamic tables? Like LCR does that you can specify your own SQL statement to be executed? If that's what you are asking, no, but it would be a nice todo. > 2- Can we define more than two tables and attributes in > nibblebill.conf.xml? > What else do you want to define and how do you imagine it to behave? > 3- As Nibble bill is use to deduct amount of user account, Can we deduct > minutes instead of cash? Because my case is, if a user buy a package and I > only want to deducts his/her minutes. How we can resolve it by nibble bill? > / What other way we can resolve it? > When we say cash on the column, we are really saying just a number that is being deducted, that's it. If you deduct 1 every 60 seconds, you will have your "cash" converted to minutes, won't you? > > Kindly advise soon. > > -- > Regards, > > Ahmed Munir > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/83be0b64/attachment.html From dome at tel.co.th Sat Oct 10 08:02:42 2009 From: dome at tel.co.th (Dome Charoenyost) Date: Sat, 10 Oct 2009 22:02:42 +0700 Subject: [Freeswitch-users] Questions regarding to mod_nibble In-Reply-To: References: Message-ID: <8ccbff060910100802t71a606aeo42c75008c3054794@mail.gmail.com> 2009/10/9 Ahmed Munir : > I want to ask three questions related to mod_nibble bills, as I'm listing > down below; > > 1- Can we select/use dynamic tables for billing using nibble bill? > 2- Can we define more than two tables and attributes in nibblebill.conf.xml? > 3- As Nibble bill is use to deduct amount of user account, Can we deduct > minutes instead of cash? Because my case is, if a user buy a package and I > only want to deducts his/her minutes. How we can resolve it by nibble bill? > / What other way we can resolve it? My solution (Postgresql 8.4 with postgresql-prefix). 1. modify mod_nibblebill.c change sqlupdate command to update duration in my cdr table (insert blank data when start billing) 2. create trigger to deduct balance. Dome C. > > Kindly advise soon. > > -- > Regards, > > Ahmed Munir > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Sat Oct 10 10:09:04 2009 From: msc at freeswitch.org (Michael Collins) Date: Sat, 10 Oct 2009 10:09:04 -0700 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> Message-ID: <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> Okay, please go to pastebin.freeswitch.org and paste your openzap.conf.xml file. Also, paste the ENTIRE debug log from a call from start to finish. Telling us that you see INVALID_IE_CONTENTS doesn't help if we don't know what the information element contains. Finally, turn on PRI debugging and make another test call and pastebin that debug log as well. The debug will show details about the communications between your machine and the carrier. Instructions for turning on debugging for libpri are found in the OpenZAP wiki page in the same place where the libpri instructions are located. Put the pastebin number in this email thread and then we'll go have a look. Thanks, MC On Sat, Oct 10, 2009 at 6:47 AM, lakshmanan ganapathy wrote: > Hi, > I've tried with the following dialplan(After making the changes that are > recommended). But still I got INVALID_IE_CONTENTS error. > > Another thing is, if I use prispan configuration, I'm able to make outgoing > calls. > But if I use the libpri span configuration I'm not able to make outgoing > calls, which says INVALID_IE_CONTENTS. > > I've been struck with this problem for the past 1 week. > Any solution to this??? > > > > On Fri, Oct 9, 2009 at 6:06 PM, wrote: > >> lakshmanan ganapathy said: >> >> > But still I'm facing problem with the outgoing call. It says >> > INVALID_IE_CONTENTS. >> > What might be the issue? Even I tried the following dialplan to call by >> > using bridge. >> > >> > > > expression="^(\d{10})$"> >> > >> > > > data="openzap/1/1/${dialed_ext}"/> >> >> Does "answer" need to be called here? I haven't used an fxo. So, I don't >> know. What value does $dialed_ext have? If you want to use the number >> matched in the condition, then it should be >> >> openzap/1/1/$1 >> >> -- >> Russell Mosemann >> >> >> >> ________________________________________________________ >> Concordia University, Nebraska >> See http://www.cune.edu/ for the latest news and events! >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/a3e04a4a/attachment.html From msc at freeswitch.org Sat Oct 10 10:22:08 2009 From: msc at freeswitch.org (Michael Collins) Date: Sat, 10 Oct 2009 10:22:08 -0700 Subject: [Freeswitch-users] Difference between park and valet_park In-Reply-To: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> References: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> Message-ID: <87f2f3b90910101022v52153d0dhd1ed774af84ecd22@mail.gmail.com> On Fri, Oct 9, 2009 at 11:51 PM, velusamy velu wrote: > Dear All, > Could you please any one explain the difference between parking and > valet parking? > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_valet_park Like the wiki says, valet_park puts calls into numbered parking stalls. A call that is parked in a numbered stall is retrieved by calling (or transferring) a second call into that numbered stall. That makes it easy to pass calls around. The regular park app puts calls in a special park state that is like being on hold, but the only way to get them out of park is to uuid_bridge a second leg to the uuid of the parked call leg. Read the wiki entry on valet_park and then read the one on park and you'll see that they are similar apps but the valet_park app is a bit easier for phone users to use for moving calls in and out of the park state. -MC > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/9994f7de/attachment.html From msc at freeswitch.org Sat Oct 10 10:30:50 2009 From: msc at freeswitch.org (Michael Collins) Date: Sat, 10 Oct 2009 10:30:50 -0700 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? In-Reply-To: References: Message-ID: <87f2f3b90910101030y7d1142b5kbdac5ffdbc12334b@mail.gmail.com> Some characters need a backslash to match in a regular expression. However, # is not one of them. I think your regex is wrong: It should probably be: Note the backslashes in front of the d+ entries. \d means "match a digit" whereas a bare d means "make a lowercase d character". Hope that helps. -MC P.S. - The * character does need to be escaped in regexes. See the default.xml dialplan file for some obvious examples. On Sat, Oct 10, 2009 at 6:24 AM, Milena wrote: > escape character is '\'try > > 2009/10/10 daqiang wang > >> hello every one : >> I want to match the # in XML dialplan , how to do ? >> example : >> 1#5555#6666 . how to do ? >> I do this : >> >> but it's not work >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/7dcbf3da/attachment-0001.html From anthony.minessale at gmail.com Sat Oct 10 10:36:09 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Sat, 10 Oct 2009 12:36:09 -0500 Subject: [Freeswitch-users] Difference between park and valet_park In-Reply-To: <87f2f3b90910101022v52153d0dhd1ed774af84ecd22@mail.gmail.com> References: <1452e2980910092351v766cad5bpcb55b59ad5fee6d0@mail.gmail.com> <87f2f3b90910101022v52153d0dhd1ed774af84ecd22@mail.gmail.com> Message-ID: <191c3a030910101036y64c68a37i5a65bc73ba8aee69@mail.gmail.com> park is an app you can never return from that just sits idle so you can remote control the channel. valet_park is an app to be used from the phones as a way to park and retrieve calls. On Sat, Oct 10, 2009 at 12:22 PM, Michael Collins wrote: > > > On Fri, Oct 9, 2009 at 11:51 PM, velusamy velu wrote: > >> Dear All, >> Could you please any one explain the difference between parking and >> valet parking? >> > > http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_valet_park > > Like the wiki says, valet_park puts calls into numbered parking stalls. A > call that is parked in a numbered stall is retrieved by calling (or > transferring) a second call into that numbered stall. That makes it easy to > pass calls around. The regular park app puts calls in a special park state > that is like being on hold, but the only way to get them out of park is to > uuid_bridge a second leg to the uuid of the parked call leg. > > Read the wiki entry on valet_park and then read the one on park and you'll > see that they are similar apps but the valet_park app is a bit easier for > phone users to use for moving calls in and out of the park state. > > -MC > > >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/60c58460/attachment.html From moises.silva at gmail.com Sat Oct 10 10:40:16 2009 From: moises.silva at gmail.com (Moises Silva) Date: Sat, 10 Oct 2009 13:40:16 -0400 Subject: [Freeswitch-users] libpri_span vs prispans In-Reply-To: <7d79b3930910092139v3589b761oab0bae46598118f@mail.gmail.com> References: <7d79b3930910090459v2b07e3aapd715c7618f11ada0@mail.gmail.com> <20091009125714.E0FF73043D7@mail.cune.org> <87f2f3b90910091057q3a033548j462446cf424ad257@mail.gmail.com> <7d79b3930910092139v3589b761oab0bae46598118f@mail.gmail.com> Message-ID: >From libs/openzap/mod_openzap/mod_openzap.c and libs/openzap/src/ozmod_libpri/ozmod_libpri.c node=cpe|net switch=ni1|ni2|dms100|lucent5|5ess|att4ess|4ess|euroisdn|gr303eoc|gr303tmc dp=international|national|local|isdn|private|unknown l1=alaw|ulaw <-- this recently is set based on the trunk type, but old openzap in E1 mode needs to explicitly set it to alaw debug=q921_raw,q921_dump,q921_state,config,q931_dump,q931_state,q931_anomaly,apdu,acc none or all opts=suggest_channel,omit_display,omit_redirecting_number The following values are commonly known. context= dialplan= On Sat, Oct 10, 2009 at 12:39 AM, lakshmanan ganapathy wrote: > Where can I found entire configurations for a libpri spans. Right now I've > only 4 things in my libpri configuration. They are Switchtype, Node, > Contect, Dialplan, which is given as example in wiki. > > But I think libprispan has more configuration. Where can I find those > things? > > > > On Fri, Oct 9, 2009 at 11:27 PM, Michael Collins wrote: > >> >> >> On Fri, Oct 9, 2009 at 5:57 AM, wrote: >> >>> lakshmanan ganapathy said: >>> > What difference it will make, if I use pri_span configuration and >>> lib_pri >>> > span configuration in openzap.conf.xml. >>> > I'm preety much confused on the difference between this. >>> >>> Openzap can handle a T1/E1 itself, or openzap can use libpri to do that. >>> libpri is more mature than openzap. In my case openzap was not able to >>> handle everything invovling a T1 here, and using libpri fixed it. >>> >>> A libpri_span configuration is handled by libpri. A pri_span >>> configuration is handled natively by openzap. Use the one that works for >>> you. >>> >> >> Right now the libpri stack is more mature than the ozmod_isdn stuff. See >> the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri. >> -MC >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Moises Silva Software Developer Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada t. 1 905 474 1990 x 128 | e. moy at sangoma.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091010/2462ddaf/attachment.html From shaheryarkh at googlemail.com Sat Oct 10 12:01:04 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Sun, 11 Oct 2009 01:01:04 +0600 Subject: [Freeswitch-users] Questions regarding to mod_nibble In-Reply-To: References: Message-ID: I haven't don't any nibble bill project so i am not aware of its configuration details but here are some of the feature of mod_nibble (reference to wiki url http://wiki.freeswitch.org/wiki/Mod_nibblebill), - Debit credit/cash from accounts real-time - Allow for billing at different rates during a single call - Allow for warning callers when their balance is low (via audio, in-channel) - Allow for disconnecting or re-routing calls when balance is depleted - Allow billing functions listed above to operate with multiple concurrent calls This means you can have packages where you offer users say X amount of free minutes and when they are all used up, you can start charging cost Y WITHOUT dropping user's call. All you need to do is (reference to JM's reply below), 1. Set X in cash column, and deduct 1 per 60 seconds. If you are billing on different time scale then per minute charges then cash value would be, Cash = X * 1/T Where, X = number of free minutes in package T = billing interval in minutes So, if you have 30 free minutes and 30 second billing interval then cash would be 30 x 1/0.5 = 60. 2. After X minutes have passed during a call (i.e. when cash value becomes zero), you can change billing rate to whatever you want to charge user on per minute basis (or whatever your billing interval may be) without dropping the call (but it would be good to warn user about it before you start charging him money). Lastly using different tables schema for mod_nibble may not be a good idea. I recommend using a standard billing table like mod_nibble already has. You can of course extend this schema to store addition information of your choice OR you can use SQL Views to combine different tables and behave as a single table for any pre-existing reports etc. But do remember that SQL Views are normally Read Only in nearly all modren DBMS. Thank you. 2009/10/10 Jo?o Mesquita > I am testing the latest version of nibblebill so let me see if I can help > you with your questions. > > jm > > On Fri, Oct 9, 2009 at 12:39 AM, Ahmed Munir wrote: > >> I want to ask three questions related to mod_nibble bills, as I'm listing >> down below; >> >> 1- Can we select/use dynamic tables for billing using nibble bill? >> > What do you mean for dynamic tables? Like LCR does that you can specify > your own SQL statement to be executed? If that's what you are asking, no, > but it would be a nice todo. > > >> 2- Can we define more than two tables and attributes in >> nibblebill.conf.xml? >> > What else do you want to define and how do you imagine it to behave? > > >> 3- As Nibble bill is use to deduct amount of user account, Can we deduct >> minutes instead of cash? Because my case is, if a user buy a package and I >> only want to deducts his/her minutes. How we can resolve it by nibble bill? >> / What other way we can resolve it? >> > When we say cash on the column, we are really saying just a number that is > being deducted, that's it. If you deduct 1 every 60 seconds, you will have > your "cash" converted to minutes, won't you? > > >> >> Kindly advise soon. >> >> -- >> Regards, >> >> Ahmed Munir >> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091011/e8106e53/attachment-0001.html From lon at kickasspixels.com Sat Oct 10 12:31:58 2009 From: lon at kickasspixels.com (Lon Baker) Date: Sat, 10 Oct 2009 12:31:58 -0700 Subject: [Freeswitch-users] Music on hold volume? Message-ID: <5d3e0dc60910101231x5dfb02a0w1e56068dc5ccdd56@mail.gmail.com> Is there a way to adjust the volume of music on hold? Lon From brian at freeswitch.org Sat Oct 10 12:47:28 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 10 Oct 2009 14:47:28 -0500 Subject: [Freeswitch-users] Music on hold volume? In-Reply-To: <5d3e0dc60910101231x5dfb02a0w1e56068dc5ccdd56@mail.gmail.com> References: <5d3e0dc60910101231x5dfb02a0w1e56068dc5ccdd56@mail.gmail.com> Message-ID: adjust the files themselves. /b On Oct 10, 2009, at 2:31 PM, Lon Baker wrote: > Is there a way to adjust the volume of music on hold? > > Lon From eric at rf.com Sat Oct 10 13:33:28 2009 From: eric at rf.com (Eric Chamberlain) Date: Sat, 10 Oct 2009 13:33:28 -0700 Subject: [Freeswitch-users] Gateways, configuration or directory with mod_xml_curl Message-ID: <5232A6B3-8104-4AA5-918F-E951DF023E22@rf.com> Hello, We are looking at Freeswitch to solve a problem of ours, we have thousands of users with individual gateway information. The user's will not register with us, but we need to register with their gateways on their behalf. Since users will be constantly adding/changing/deleting gateways, we figure mox_xml_curl is the best way to maintain the configuration. What we are not sure of is if we should be putting the gateway information in the directory entry for each user (gateways are not shared between users) or if the gateway should go in the configuration. If the gateway configuration is in the directory, how does sofia know when the gateway configuration changes? The reloadxml documentation doesn't talk about gateways in the directory, does it work with the directory. If so, is it one curl call or one call per user? Is there a way to tell sofia that only one user's gateway configuration has changed? Likewise with gateways in the configuration. Does reloadxml generate one curl call or many? In both cases, is there a way to minimize parsing the data that has not changed? -- Eric Chamberlain From juanbackson at gmail.com Sat Oct 10 16:02:38 2009 From: juanbackson at gmail.com (Juan Backson) Date: Sun, 11 Oct 2009 07:02:38 +0800 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk In-Reply-To: <27c25bc40910100305q5ae87ddbjc9999852724470d8@mail.gmail.com> References: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> <27c25bc40910100305q5ae87ddbjc9999852724470d8@mail.gmail.com> Message-ID: <27c25bc40910101602p523f472fp390d2cc8dbc23a47@mail.gmail.com> Hi, I am still stuck in trying to get curl directory variables to show up in channel even after the user has registered. Is this something that gets changed in the latest trunk or is it just my mis-configuration? please help. jb On Sat, Oct 10, 2009 at 6:05 PM, Juan Backson wrote: > Hi, > > My sip phone did authentication ( sending in SIP REGISTER etc ), but it is > still not showing up. How come? > > It was working before. > > thanks, > juan > > > On Thu, Oct 8, 2009 at 11:21 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> they only set if you authenticate on sip or run the set_user app >> >> >> On Thu, Oct 8, 2009 at 5:20 AM, Juan Backson wrote: >> >>> Hi, >>> >>> My application fails to set the appropriate variables using directory xml >>> after using the latest trunk as of yesterday. >>> >>> My curl looks like: >>> >>> >>> >>> >>>
>>> >>> >>> >>> >>> >> value="sofia/internal/sip:200002 at 192.168.1.11:29440 >>> ;rinstance=0245b2a59ddff837"> >>> >>> >>> >>> >>> >>> >>> >>>
>>>
>>> >>> >>> >>> In the info app, I am not seeing account-id and vm-code anymore. >>> >>> How to fix that? >>> >>> juan >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/28aeeb78/attachment.html From brian at freeswitch.org Sat Oct 10 17:02:57 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 10 Oct 2009 19:02:57 -0500 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk In-Reply-To: <27c25bc40910101602p523f472fp390d2cc8dbc23a47@mail.gmail.com> References: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> <27c25bc40910100305q5ae87ddbjc9999852724470d8@mail.gmail.com> <27c25bc40910101602p523f472fp390d2cc8dbc23a47@mail.gmail.com> Message-ID: <675B4EDC-AC25-40C0-A88D-A83AAE4B4BCF@freeswitch.org> It happens on invite during a call not on REGISTER... I can 100% confirm it works so I do not know what the heck you're doing. /b On Oct 10, 2009, at 6:02 PM, Juan Backson wrote: > Hi, > > I am still stuck in trying to get curl directory variables to show > up in channel even after the user has registered. > > Is this something that gets changed in the latest trunk or is it > just my mis-configuration? > > please help. > > jb From brian at freeswitch.org Sat Oct 10 17:07:52 2009 From: brian at freeswitch.org (Brian West) Date: Sat, 10 Oct 2009 19:07:52 -0500 Subject: [Freeswitch-users] directory variables not set correct with the latest trunk In-Reply-To: <27c25bc40910101602p523f472fp390d2cc8dbc23a47@mail.gmail.com> References: <27c25bc40910080320x7b3b380eu933797197e334cb8@mail.gmail.com> <191c3a030910080821w691aa78aw272d71dee7675ff1@mail.gmail.com> <27c25bc40910100305q5ae87ddbjc9999852724470d8@mail.gmail.com> <27c25bc40910101602p523f472fp390d2cc8dbc23a47@mail.gmail.com> Message-ID: <137DBF84-F0E5-41C6-B327-4C81A20FB4F6@freeswitch.org> Also check to make sure you're returning the correct format as per the XML curl page. /b On Oct 10, 2009, at 6:02 PM, Juan Backson wrote: > Hi, > > I am still stuck in trying to get curl directory variables to show > up in channel even after the user has registered. > > Is this something that gets changed in the latest trunk or is it > just my mis-configuration? > > please help. > > jb From wangdq.no1 at gmail.com Sat Oct 10 19:45:17 2009 From: wangdq.no1 at gmail.com (daqiang wang) Date: Sun, 11 Oct 2009 10:45:17 +0800 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? In-Reply-To: <87f2f3b90910101030y7d1142b5kbdac5ffdbc12334b@mail.gmail.com> References: <87f2f3b90910101030y7d1142b5kbdac5ffdbc12334b@mail.gmail.com> Message-ID: it's work . Thank you very much . 2009/10/11 Michael Collins > Some characters need a backslash to match in a regular expression. However, > # is not one of them. I think your regex is wrong: > > > It should probably be: > > > Note the backslashes in front of the d+ entries. \d means "match a digit" > whereas a bare d means "make a lowercase d character". > > Hope that helps. > -MC > > P.S. - The * character does need to be escaped in regexes. See the > default.xml dialplan file for some obvious examples. > > > On Sat, Oct 10, 2009 at 6:24 AM, Milena wrote: > >> escape character is '\'try >> >> 2009/10/10 daqiang wang >> >>> hello every one : >>> I want to match the # in XML dialplan , how to do ? >>> example : >>> 1#5555#6666 . how to do ? >>> I do this : >>> >>> but it's not work >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/0eab25a4/attachment-0001.html From mayamatakeshi at gmail.com Sat Oct 10 20:18:39 2009 From: mayamatakeshi at gmail.com (mayamatakeshi) Date: Sun, 11 Oct 2009 12:18:39 +0900 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> Message-ID: <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote: > FYI, > > The FreeSWITCH devs have added valet parking! Check it out: > http://www.freeswitch.org/node/207 > > Let us know what you think. > Very nice. But I think a valet_unpark app is missing. If the intention of the person sent to the valet lot is to retrieve a call there, the person can assume the call was already retrieved by someone else or that the caller hung up if he/she hears MOH. But it would be nicer to have a valet_unpark app to fail and let the dialplan play a message. regards, takeshi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/284834c7/attachment.html From mayamatakeshi at gmail.com Sat Oct 10 21:26:43 2009 From: mayamatakeshi at gmail.com (mayamatakeshi) Date: Sun, 11 Oct 2009 13:26:43 +0900 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> Message-ID: <15b9404e0910102126g67697544ie6091ed3d326de4f@mail.gmail.com> On Sun, Oct 11, 2009 at 12:18 PM, mayamatakeshi wrote: > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote: > >> FYI, >> >> The FreeSWITCH devs have added valet parking! Check it out: >> http://www.freeswitch.org/node/207 >> >> Let us know what you think. >> > > Very nice. > > But I think a valet_unpark app is missing. > If the intention of the person sent to the valet lot > I meant "parking stall" > is to retrieve a call there, the person can assume the call was already > retrieved by someone else or that the caller hung up if he/she hears MOH. > But it would be nicer to have a valet_unpark app to fail and let the > dialplan play a message. > > regards, > takeshi > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/4410537f/attachment.html From red.rain.seven at gmail.com Sun Oct 11 03:10:07 2009 From: red.rain.seven at gmail.com (Henry Huang) Date: Sun, 11 Oct 2009 18:10:07 +0800 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? In-Reply-To: References: <87f2f3b90910101030y7d1142b5kbdac5ffdbc12334b@mail.gmail.com> Message-ID: <59ad9ca10910110310hc271115ja11626bc119d3e25@mail.gmail.com> Daqiang: How do you make your IP phone not dial right after you press "#"? Usually the IP phone will dial the number already once you pushed "#" On Sun, Oct 11, 2009 at 10:45 AM, daqiang wang wrote: > it's work . Thank you very much . > > 2009/10/11 Michael Collins > >> Some characters need a backslash to match in a regular expression. >> However, # is not one of them. I think your regex is wrong: >> >> >> It should probably be: >> >> >> Note the backslashes in front of the d+ entries. \d means "match a digit" >> whereas a bare d means "make a lowercase d character". >> >> Hope that helps. >> -MC >> >> P.S. - The * character does need to be escaped in regexes. See the >> default.xml dialplan file for some obvious examples. >> >> >> On Sat, Oct 10, 2009 at 6:24 AM, Milena wrote: >> >>> escape character is '\'try >>> >>> 2009/10/10 daqiang wang >>> >>>> hello every one : >>>> I want to match the # in XML dialplan , how to do ? >>>> example : >>>> 1#5555#6666 . how to do ? >>>> I do this : >>>> >>>> but it's not work >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Henry Huang UniC Solution - Communication Unified VoIP & Open Source software Consultant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/5b7431f8/attachment.html From ivdreg at gmail.com Sun Oct 11 05:05:45 2009 From: ivdreg at gmail.com (ivdreg ivdreg) Date: Sun, 11 Oct 2009 15:05:45 +0300 Subject: [Freeswitch-users] More complex hunting question Message-ID: Dear All, I'm trying to use FS with xml_curl as routing server for otgoing calls to my provides. Here is simplified setup: [REGISTRARs] ----> [APP SERVERs] ----> [ROUTING SERVER/FreeSwitch] ----> [SBC/no Transcoder]----> [Terminating GWs/ITSPs] Because of simplicity I do not use hunting functionality in SBC but only in FS. I try to avoid if possible any trascoding but there are cases that it is necessary. I want ROUTING SERVER to be configured in proxy_media mode or bypass_media but on some errors such as "415 Unsupported Media" that supposed are codec negotiation issue to hunt again via trascoder before SBC. Can someone help to find some elegant way functionality described below to be achieved via dialplan_xml ? Call to +XXXXXXXXXXXXXXXX for example: available routes by priority are via: ITSP1,ITSP5,ITSP2,ITSP7 outgoing leg to ITSP1 - (returns unallocated number) outgoing leg to ITSP5 - (returns "415 Unsupported Media") new outgoing leg to ITSP5 again but via transcoder - (If call is connected OK, If other error hunt again to next GW - ITSP2) outgoing leg to ITSP2 - (returns "415 Unsupported Media") new outgoing leg to ITSP2 again but via transcoder - (If call is connected OK, If other error hunt again to next GW - ITSP7) outgoing leg to ITSP7 Remarks: Codec errors may be more that one (415 Unsupported Media/488 Not Acceptable Here ...) and number it ITSP/GW in not fixed. Thanks to all. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/41de3319/attachment.html From tculjaga at gmail.com Sun Oct 11 09:50:00 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Sun, 11 Oct 2009 18:50:00 +0200 Subject: [Freeswitch-users] how to match '#' in XML dialplan ? In-Reply-To: <59ad9ca10910110310hc271115ja11626bc119d3e25@mail.gmail.com> References: <87f2f3b90910101030y7d1142b5kbdac5ffdbc12334b@mail.gmail.com> <59ad9ca10910110310hc271115ja11626bc119d3e25@mail.gmail.com> Message-ID: <65d96fc80910110950n61738c06jb59ca4b91d98c4bb@mail.gmail.com> this is up to your phone.... # means address complete and you phone sends the number you dialed into an INVITE message. if you want to support FAC with # you should modify the phone's dialplan and make it expect more digits... for certain prefixes. T. On Sun, Oct 11, 2009 at 12:10 PM, Henry Huang wrote: > Daqiang: > > > How do you make your IP phone not dial right after you press "#"? Usually > the IP phone will dial the number already once you pushed "#" > > > > > > On Sun, Oct 11, 2009 at 10:45 AM, daqiang wang wrote: > >> it's work . Thank you very much . >> >> 2009/10/11 Michael Collins >> >>> Some characters need a backslash to match in a regular expression. >>> However, # is not one of them. I think your regex is wrong: >>> >>> >>> It should probably be: >>> >>> >>> Note the backslashes in front of the d+ entries. \d means "match a digit" >>> whereas a bare d means "make a lowercase d character". >>> >>> Hope that helps. >>> -MC >>> >>> P.S. - The * character does need to be escaped in regexes. See the >>> default.xml dialplan file for some obvious examples. >>> >>> >>> On Sat, Oct 10, 2009 at 6:24 AM, Milena wrote: >>> >>>> escape character is '\'try >>>> >>>> 2009/10/10 daqiang wang >>>> >>>>> hello every one : >>>>> I want to match the # in XML dialplan , how to do ? >>>>> example : >>>>> 1#5555#6666 . how to do ? >>>>> I do this : >>>>> >>>>> but it's not work >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Henry Huang > UniC Solution - Communication Unified > VoIP & Open Source software Consultant > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/665eb03a/attachment-0001.html From shiyanov at gmail.com Sun Oct 11 09:59:09 2009 From: shiyanov at gmail.com (Artem Shiyanov) Date: Sun, 11 Oct 2009 20:59:09 +0400 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event Message-ID: Hi all! As it stays in wiki: ... HEARTBEAT Status information for freeswitch trigerred by freeswitch's heartbeat every 20 seconds. ... Is there any way to customize timeout of HEARTBEAT events? Thanks in advance, Artem -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/8c701b96/attachment.html From edpimentl at gmail.com Sun Oct 11 10:48:47 2009 From: edpimentl at gmail.com (EdPimentl) Date: Sun, 11 Oct 2009 13:48:47 -0400 Subject: [Freeswitch-users] Is assistivetech.net confusing the market place with their use of FreeSwitch product name? Message-ID: <9dc4a1670910111048y2802b155oc7086b975193c9d7@mail.gmail.com> http://www.assistivetech.net/search/productDisplay.php?product_id=18854 -E -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/343b90b1/attachment.html From herman.griffin at gmail.com Sun Oct 11 12:12:08 2009 From: herman.griffin at gmail.com (frek818) Date: Sun, 11 Oct 2009 12:12:08 -0700 (PDT) Subject: [Freeswitch-users] problem compiling esl for use with freepbx v3 In-Reply-To: <20090823185152.D17845FE@sinclaire.sibble.net> References: <20090823185152.D17845FE@sinclaire.sibble.net> Message-ID: <25846572.post@talk.nabble.com> Did anyone find a solution to this problem? I too would like to install the esl module for PHP. Herman Harondel J. Sibble wrote: > > Okay, just finished installing 1.0.4 from tarball on Ubuntu 9.0.4 server, > then went to install FreePBX v3, I've gotten all the prerequisities in the > wizard fixed except for ESL > > As per > > http://wiki.freeswitch.org/wiki/Event_Socket_Library > http://wiki.freeswitch.org/wiki/Event_Socket > > I go into my FS source dir > > /home/sibbleh/freeswitch-1.0.4/libs/esl > > Run make and then "sudo make phpmod-install" > > and I get > > > $ sudo make phpmod-install > make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="- > I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include -DHAVE_EDITLINE -g > -ggdb > -I../../libs/libedit/src/ -fPIC -O2 -ffast-math -Wall -Werror -Wunused- > variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes" > CXXFLAGS="- > I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include -DHAVE_EDITLINE -g > -ggdb > -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable" > CXX_CFLAGS="" -C php > make[1]: Entering directory `/home/sibbleh/freeswitch-1.0.4/libs/esl/php' > g++ -I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include -DHAVE_EDITLINE > -g > -ggdb -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable - > I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM - > I/usr/include/php5/Zend -I/usr/include/php5/ext - > I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > - > Wno-unused-label -Wno-unused-function -c esl_wrap.cpp -o esl_wrap.o > cc1plus: warnings being treated as errors > esl_wrap.cpp: In function 'void _wrap_ESLevent_event_set(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1047: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_event_get(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1073: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialized_string_set(int, > zval*, zval**, zval*, int)': > esl_wrap.cpp:1111: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialized_string_get(int, > zval*, zval**, zval*, int)': > esl_wrap.cpp:1141: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_mine_set(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1172: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_mine_get(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1198: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_0(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1234: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_1(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1269: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_2(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1294: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLevent(int, zval*, zval**, > zval*, > int)': > esl_wrap.cpp:1346: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialize(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1403: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_setPriority(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1441: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_getHeader(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1478: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_getBody(int, zval*, zval**, > zval*, int)': > esl_wrap.cpp:1508: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_getType(int, zval*, zval**, > zval*, int)': > esl_wrap.cpp:1538: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_addBody(int, zval*, zval**, > zval*, int)': > esl_wrap.cpp:1571: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_addHeader(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1611: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_delHeader(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1644: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_firstHeader(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1674: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLevent_nextHeader(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1704: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection__SWIG_0(int, > zval*, > zval**, zval*, int)': > esl_wrap.cpp:1744: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection__SWIG_1(int, > zval*, > zval**, zval*, int)': > esl_wrap.cpp:1770: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1803: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_socketDescriptor(int, > zval*, zval**, zval*, int)': > esl_wrap.cpp:1846: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_connected(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1872: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_getInfo(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1898: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_send(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:1931: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_sendRecv(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:1964: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_api(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:2007: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_bgapi(int, zval*, > zval**, > zval*, int)': > esl_wrap.cpp:2050: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_sendEvent(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2082: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_recvEvent(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2108: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_recvEventTimed(int, > zval*, zval**, zval*, int)': > esl_wrap.cpp:2141: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_filter(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2181: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_events(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2221: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_execute(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2272: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_executeAsync(int, > zval*, > zval**, zval*, int)': > esl_wrap.cpp:2323: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_setAsyncExecute(int, > zval*, zval**, zval*, int)': > esl_wrap.cpp:2356: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_setEventLock(int, > zval*, > zval**, zval*, int)': > esl_wrap.cpp:2389: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_ESLconnection_disconnect(int, zval*, > zval**, zval*, int)': > esl_wrap.cpp:2415: error: format not a string literal and no format > arguments > esl_wrap.cpp: In function 'void _wrap_eslSetLogLevel(int, zval*, zval**, > zval*, int)': > esl_wrap.cpp:2438: error: format not a string literal and no format > arguments > make[1]: *** [esl_wrap.o] Error 1 > make[1]: Leaving directory `/home/sibbleh/freeswitch-1.0.4/libs/esl/php' > make: *** [phpmod] Error 2 > > Same thing happens if I try sudo make everymod > > Checking the list archives I found this thread > > http://www.nabble.com/ESL-Wrapper-td22209991.html#a22222338 > > I've made sure that the php-dev packages are installed. Any suggestions on > what to do next? > -- > Harondel J. Sibble > Sibble Computer Consulting > Creating Solutions for the small and medium business computer user. > help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com > (604) 739-3709 (voice) > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/problem-compiling-esl-for-use-with-freepbx-v3-tp25106337p25846572.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From dave at 3c.co.uk Sun Oct 11 12:33:54 2009 From: dave at 3c.co.uk (David Knell) Date: Sun, 11 Oct 2009 12:33:54 -0700 Subject: [Freeswitch-users] Gateways, configuration or directory with mod_xml_curl In-Reply-To: <5232A6B3-8104-4AA5-918F-E951DF023E22@rf.com> References: <5232A6B3-8104-4AA5-918F-E951DF023E22@rf.com> Message-ID: <1255289634.5451.19.camel@localhost.localdomain> Hi Eric - The way that we do it is to keep each gateway in its own Sofia profile. Issuing api sofia profile start reloadxml does one call to the web server for that profile's XML, which can be pretty compact if it just contains one gateway. --Dave > Hello, > > We are looking at Freeswitch to solve a problem of ours, we have > thousands of users with individual gateway information. The user's > will not register with us, but we need to register with their gateways > on their behalf. > > Since users will be constantly adding/changing/deleting gateways, we > figure mox_xml_curl is the best way to maintain the configuration. > > What we are not sure of is if we should be putting the gateway > information in the directory entry for each user (gateways are not > shared between users) or if the gateway should go in the configuration. > > If the gateway configuration is in the directory, how does sofia know > when the gateway configuration changes? The reloadxml documentation > doesn't talk about gateways in the directory, does it work with the > directory. If so, is it one curl call or one call per user? Is there > a way to tell sofia that only one user's gateway configuration has > changed? > > Likewise with gateways in the configuration. Does reloadxml generate > one curl call or many? > > In both cases, is there a way to minimize parsing the data that has > not changed? > > -- > Eric Chamberlain > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > From mike at jerris.com Sun Oct 11 14:34:30 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 17:34:30 -0400 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: References: Message-ID: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: > > Hi > > can any please tell me where registered calls are stored, so when > incoming call came to mod_sofia.c how it will check it is registered > or not?\\ > Calls are not registered and calls have nothing to do with registration. Users are registered so that you may send calls to them. Registration data is stored either in a sqlite database, or optionally if you setup odbc, in another database of your choice. If you try to send a call to an unregistered user in the dialplan using the proper syntax to send calls to registered users (see the wiki for more details), and that user is not registered, the bridge app will fail, optionally letting you continue on in the dialplan based on variables such as continue_on_fail and hangup_after_bridge. You can use the sofia_contact function to see if there is anyone registered to a specific user. Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/838e91fd/attachment.html From herman.griffin at gmail.com Sun Oct 11 14:36:21 2009 From: herman.griffin at gmail.com (Herman Griffin) Date: Sun, 11 Oct 2009 14:36:21 -0700 Subject: [Freeswitch-users] problem compiling esl for use with freepbx v3 In-Reply-To: <25846572.post@talk.nabble.com> References: <20090823185152.D17845FE@sinclaire.sibble.net> <25846572.post@talk.nabble.com> Message-ID: <4d6f26b0910111436h416121b7s2a4b5c79ffc01db0@mail.gmail.com> Although probably not the best solution, I figured out a way to make it compile and install: I removed all of the -Werror instances in PATH_TO_FREESWITCH_SOURCE/libs/esl/Makefile If I was a hardcore c/c++ programmer, I'd figure out the real problem. Herman aka frek818 On Sun, Oct 11, 2009 at 12:12 PM, frek818 wrote: > > Did anyone find a solution to this problem? I too would like to install the > esl module for PHP. > > Herman > > Harondel J. Sibble wrote: > > > > Okay, just finished installing 1.0.4 from tarball on Ubuntu 9.0.4 server, > > then went to install FreePBX v3, I've gotten all the prerequisities in > the > > wizard fixed except for ESL > > > > As per > > > > http://wiki.freeswitch.org/wiki/Event_Socket_Library > > http://wiki.freeswitch.org/wiki/Event_Socket > > > > I go into my FS source dir > > > > /home/sibbleh/freeswitch-1.0.4/libs/esl > > > > Run make and then "sudo make phpmod-install" > > > > and I get > > > > > > $ sudo make phpmod-install > > make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="- > > I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include -DHAVE_EDITLINE -g > > -ggdb > > -I../../libs/libedit/src/ -fPIC -O2 -ffast-math -Wall -Werror -Wunused- > > variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes" > > CXXFLAGS="- > > I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include -DHAVE_EDITLINE -g > > -ggdb > > -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable" > > CXX_CFLAGS="" -C php > > make[1]: Entering directory `/home/sibbleh/freeswitch-1.0.4/libs/esl/php' > > g++ -I/home/sibbleh/freeswitch-1.0.4/libs/esl/src/include > -DHAVE_EDITLINE > > -g > > -ggdb -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable > - > > I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM - > > I/usr/include/php5/Zend -I/usr/include/php5/ext - > > I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 > > - > > Wno-unused-label -Wno-unused-function -c esl_wrap.cpp -o esl_wrap.o > > cc1plus: warnings being treated as errors > > esl_wrap.cpp: In function 'void _wrap_ESLevent_event_set(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1047: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_event_get(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1073: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialized_string_set(int, > > zval*, zval**, zval*, int)': > > esl_wrap.cpp:1111: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialized_string_get(int, > > zval*, zval**, zval*, int)': > > esl_wrap.cpp:1141: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_mine_set(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1172: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_mine_get(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1198: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_0(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1234: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_1(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1269: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLevent__SWIG_2(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1294: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLevent(int, zval*, zval**, > > zval*, > > int)': > > esl_wrap.cpp:1346: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_serialize(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1403: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_setPriority(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1441: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_getHeader(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1478: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_getBody(int, zval*, > zval**, > > zval*, int)': > > esl_wrap.cpp:1508: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_getType(int, zval*, > zval**, > > zval*, int)': > > esl_wrap.cpp:1538: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_addBody(int, zval*, > zval**, > > zval*, int)': > > esl_wrap.cpp:1571: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_addHeader(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1611: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_delHeader(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1644: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_firstHeader(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1674: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLevent_nextHeader(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1704: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection__SWIG_0(int, > > zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1744: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection__SWIG_1(int, > > zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1770: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_new_ESLconnection(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1803: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_socketDescriptor(int, > > zval*, zval**, zval*, int)': > > esl_wrap.cpp:1846: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_connected(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1872: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_getInfo(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1898: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_send(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:1931: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_sendRecv(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:1964: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_api(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:2007: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_bgapi(int, zval*, > > zval**, > > zval*, int)': > > esl_wrap.cpp:2050: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_sendEvent(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2082: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_recvEvent(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2108: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_recvEventTimed(int, > > zval*, zval**, zval*, int)': > > esl_wrap.cpp:2141: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_filter(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2181: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_events(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2221: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_execute(int, zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2272: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_executeAsync(int, > > zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2323: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_setAsyncExecute(int, > > zval*, zval**, zval*, int)': > > esl_wrap.cpp:2356: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_setEventLock(int, > > zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2389: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_ESLconnection_disconnect(int, > zval*, > > zval**, zval*, int)': > > esl_wrap.cpp:2415: error: format not a string literal and no format > > arguments > > esl_wrap.cpp: In function 'void _wrap_eslSetLogLevel(int, zval*, zval**, > > zval*, int)': > > esl_wrap.cpp:2438: error: format not a string literal and no format > > arguments > > make[1]: *** [esl_wrap.o] Error 1 > > make[1]: Leaving directory `/home/sibbleh/freeswitch-1.0.4/libs/esl/php' > > make: *** [phpmod] Error 2 > > > > Same thing happens if I try sudo make everymod > > > > Checking the list archives I found this thread > > > > http://www.nabble.com/ESL-Wrapper-td22209991.html#a22222338 > > > > I've made sure that the php-dev packages are installed. Any suggestions > on > > what to do next? > > -- > > Harondel J. Sibble > > Sibble Computer Consulting > > Creating Solutions for the small and medium business computer user. > > help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com > > (604) 739-3709 (voice) > > > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > View this message in context: > http://www.nabble.com/problem-compiling-esl-for-use-with-freepbx-v3-tp25106337p25846572.html > Sent from the Freeswitch-users mailing list archive at Nabble.com. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/bfb18d59/attachment-0001.html From diego.viola at gmail.com Sun Oct 11 14:40:15 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sun, 11 Oct 2009 21:40:15 +0000 Subject: [Freeswitch-users] REMINDER: Weekly FreeSWITCH Conference Scheduled for October 9, 11AM CST (GMT -6) In-Reply-To: <87f2f3b90910081202m5dd3f567v240541dd2009c9a8@mail.gmail.com> References: <87f2f3b90910081202m5dd3f567v240541dd2009c9a8@mail.gmail.com> Message-ID: <86a32abc0910111440n184b882fwee29736bb15850ef@mail.gmail.com> I'd like to add this for the next weekly conference. I have added a few events to the event list, as you can see here: http://wiki.freeswitch.org/wiki/Event_list But I need more help from the community to complete that and add content to the events, etc. So if you can add that for the next weekly conference it would be really nice :). Thanks, Diego On Thu, Oct 8, 2009 at 7:02 PM, Michael Collins wrote: > Just a friendly reminder that we will be having the weekly FreeSWITCH > conference call tomorrow, October 9th, at 11AM Central. The agenda is > updated: > http://bit.ly/lzEYy > > The conference lasts for six hours, so feel free to dial in at any time. We > usually start going over the agenda about 15 minutes after the conference > starts. The agenda itself only takes about an hour or two, after which we > spend most of the time discussing whatever is on the minds of the community > members. Remember, the core FreeSWITCH development team of Anthony Minessale > (primary author, lead architect), Mike Jerris (build master), and Brian West > (all around VoIP expert, FS configuration guru) are present for the whole > conference. This is a great time to ask questions about the project. Please > join us! > > Call in options include SIP, Skype, PSTN, and Jabber. Please see the agenda > for more information. > > Looking forward to speaking with you all tomorrow, > Michael > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/aafbbcb4/attachment.html From diego.viola at gmail.com Sun Oct 11 14:44:59 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sun, 11 Oct 2009 21:44:59 +0000 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event In-Reply-To: References: Message-ID: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> Maybe you want enable_heartbeat or sched_heartbeat from mod_dptools? You can pass your parameters in second to these two. Example: Where 1 in this case is the number of heartbeats per seconds. You can use that example on the Dialplan XML but you can also use it on mod_event_socket outbound, etc. Best regards, Diego On Sun, Oct 11, 2009 at 4:59 PM, Artem Shiyanov wrote: > Hi all! > As it stays in wiki: > ... > HEARTBEAT > Status information for freeswitch trigerred by freeswitch's heartbeat every > 20 seconds. > ... > > Is there any way to customize timeout of HEARTBEAT events? > > > Thanks in advance, > Artem > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/8bbe0645/attachment.html From mike at jerris.com Sun Oct 11 14:52:08 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 17:52:08 -0400 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> Message-ID: <219716B3-C355-4128-A333-1459AC63C364@jerris.com> On Oct 9, 2009, at 2:41 AM, Gabriel Gunderson wrote: > On Fri, Oct 9, 2009 at 12:08 AM, Michael Collins > wrote: >> Thanks for reporting back. Please let all the Asterisk users know >> that they >> are welcome to join us in #freeswitch on irc.freenode.net and that >> they will >> not be abused like people do in other less friendly IRC channels. > > Funny you mention this. Many people report that the way the FS > community refers to Asterisk in docs/wikis/irc/whatever makes the FS > camp seem *less* welcoming to them. After all, they identify as > Asterisk Users and take the criticism as being kinda harsh. Most of > them acknowledge the shortcomings of Asterisk but are put off when > someone else points them out. It's crazy, I know. The thing is, I > remember thinking that too. After getting to know FS better, I didn't > notice it as much. Nobody likes to hear their baby is ugly --even if > they know it is. > > At our session, and in general, I've noticed people are more > interested in hearing about FS when you don't make direct comparisons > to Asterisk. Besides, FS stands on it's own merit. > > Just what I've observed *and* my 2 additional cents. I have certainly seen this on irc in the past and we should do our best to avoid this, I have not seen this in the docs or wiki, do you know of any specifics you can point me to so we can correct this issue. Mike From mike at jerris.com Sun Oct 11 14:55:02 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 17:55:02 -0400 Subject: [Freeswitch-users] gateway FS informs it's client FS about users hanged up with a long delay In-Reply-To: <1255099232783-3795011.post@n2.nabble.com> References: <1A16501E57CA4727A593226A8C810308@procent> <98F72CCB-88B9-47ED-AED3-B6BA6DE648C0@jerris.com> <1255007884165-3787956.post@n2.nabble.com> <87f2f3b90910081000v5b505f4ao53104211b620ea77@mail.gmail.com> <1255099232783-3795011.post@n2.nabble.com> Message-ID: <4EB2CA6F-F7A6-4206-9E68-0457704F5418@jerris.com> On Oct 9, 2009, at 10:40 AM, Maciej Aniserowicz wrote: > Hello, > The issue is resolved. I feel stupid, because Michael Jerris was > right the first time. Setting external_rtp_ip and external_sip_ip to > $${local_ip_v4} made it work. > But the strange thing is: it SOMETIMES worked before without any > delay, which 'should not be possible', because the original IP was > my external ip and the BYE message was sent straight to it. And > there is no way it could reach the target 'internal' FS, because it > runs on virtual machine, and no ports are forwarded on my router. > Any thoughts? Why this could (rarely) work even with the previous > config? > > Thanks to both of you for your answers. > > MA > > It could work at least in regards to rtp if you had something else on the other side that adjusted to incorrect rtp ip like freeswitch does, the bye probably never really worked. Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/a5d3c8be/attachment.html From mike at jerris.com Sun Oct 11 14:59:38 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 17:59:38 -0400 Subject: [Freeswitch-users] On the handling of SIP headers In-Reply-To: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> References: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> Message-ID: <85095FC9-4DC9-414D-A43F-8A7583D66DFF@jerris.com> There is this endless push and pull on this topic, those who want them assume it should be default, those who don't assume that should be default. This probably needs a configuration option defaulting to pass them (those who don't want to pass them are usually a bit more educated and would find the option better than the other way around). Mike On Oct 9, 2009, at 3:10 PM, Kristian Kielhofner wrote: > Hello everyone, > > In using FS for various scenarios I've noticed some behavior that > I'm not sure is completely "proper". Given that this probably lives > in mod_sofia who knows what's really "proper". It is SIP after all... > > So the issue comes up when using FreeSWITCH as a B2BUA and bridging > between endpoints (very common). Should FreeSWITCH copy the X- > headers (possibly others) as it does now? I'd like to think it > shouldn't by default and the behavior should be one of: > > 1) Don't pass X-* (or anything else, really) from one leg to another. > If you want to pass specific X- headers (or anything else), set them > explicitly on the outbound leg. > 2) Make the behavior configurable with a channel variable and/or > sofia config option: > > {sip_pass_headers=all|none|X-MyCustomHeaderByName} > > Thoughts? From mike at jerris.com Sun Oct 11 15:04:41 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 18:04:41 -0400 Subject: [Freeswitch-users] Sending an Event to a Session for onInput In-Reply-To: <4256bf830910091234t11f4f4d0w28283f341bd1fb06@mail.gmail.com> References: <4256bf830910091234t11f4f4d0w28283f341bd1fb06@mail.gmail.com> Message-ID: We don't have session messages directly exposed, except for things like display, respond, and deflect. What specifically are you trying to send ? Mike On Oct 9, 2009, at 3:34 PM, Matthew Fong wrote: > I'm used to using the onInput callbacks inside lua and javascript to > listen for dtmf and other events and perform a task accordingly. I'm > wondering if there is a way to send an event to a session or channel > that can be caught using the setInputCallback inside lua from > outside the session program. Maybe an API command that can generate > an event for a specific UUID. Does a mechanism exist to do this that > I'm over looking? Thanks. From diego.viola at gmail.com Sun Oct 11 15:06:25 2009 From: diego.viola at gmail.com (Diego Viola) Date: Sun, 11 Oct 2009 22:06:25 +0000 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <219716B3-C355-4128-A333-1459AC63C364@jerris.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> Message-ID: <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> I have seen this on the wiki too, for example: Q: Does it require hardware, kernel modules, ztdumshit, etc? > > Nope! :D You must be thinking of [http://sofaswitch.org/eg/aac.jpg|Something > Else] > I know that's just a joke and we might make one or two jokes, but we don't really hate Asterisk and we welcome them, there are some people who might get offended by the jokes (specially Asterisk users) but I have already corrected these from the wiki. Thanks for the feedback Gabriel. Diego On Sun, Oct 11, 2009 at 9:52 PM, Michael Jerris wrote: > > On Oct 9, 2009, at 2:41 AM, Gabriel Gunderson wrote: > > > On Fri, Oct 9, 2009 at 12:08 AM, Michael Collins > > wrote: > >> Thanks for reporting back. Please let all the Asterisk users know > >> that they > >> are welcome to join us in #freeswitch on irc.freenode.net and that > >> they will > >> not be abused like people do in other less friendly IRC channels. > > > > Funny you mention this. Many people report that the way the FS > > community refers to Asterisk in docs/wikis/irc/whatever makes the FS > > camp seem *less* welcoming to them. After all, they identify as > > Asterisk Users and take the criticism as being kinda harsh. Most of > > them acknowledge the shortcomings of Asterisk but are put off when > > someone else points them out. It's crazy, I know. The thing is, I > > remember thinking that too. After getting to know FS better, I didn't > > notice it as much. Nobody likes to hear their baby is ugly --even if > > they know it is. > > > > At our session, and in general, I've noticed people are more > > interested in hearing about FS when you don't make direct comparisons > > to Asterisk. Besides, FS stands on it's own merit. > > > > Just what I've observed *and* my 2 additional cents. > > > I have certainly seen this on irc in the past and we should do our > best to avoid this, I have not seen this in the docs or wiki, do you > know of any specifics you can point me to so we can correct this issue. > > Mike > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/64a83f45/attachment-0001.html From mike at jerris.com Sun Oct 11 15:14:50 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 18:14:50 -0400 Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <1255169044209-3799274.post@n2.nabble.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> <1255169044209-3799274.post@n2.nabble.com> Message-ID: can you confirm from an rtp packet trace that they are all really sending 20ms? Mike On Oct 10, 2009, at 6:04 AM, Maciej Aniserowicz wrote: > > Hi, > Here are the messages with a:ptime parameter. All the calls are > started by > commands sent through socket. > I'm not sure if this is all information you need, please let me know > if > something is missing here and I'll post that. > > 1) starting connection with x-lite (number 2003, the eavesdropper): > > INVITE sip:2003 at 192.168.3.100:60188;rinstance=80b8f8d92af87cd2 SIP/ > 2.0 > Via: SIP/2.0/UDP > 192.168.3.159:15060;rport;branch=z9hG4bKD9meHQN5XQ88K > Max-Forwards: 69 > From: "MyApp" ;tag=jpQ6D7D2jUXvF > To: > Call-ID: 663c4500-3024-122d-57a2-9be8d85a4cff > CSeq: 121465610 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 447 > Remote-Party-ID: "MyApp" > ;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 2223565947735016740 3096553520713245589 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 29966 RTP/AVP 0 115 107 9 8 3 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:115 G7221/32000 > a=fmtp:115 bitrate=48000 > a=rtpmap:107 G7221/16000 > a=fmtp:107 bitrate=32000 > a=rtpmap:9 G722/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > 2) starting connection with cisco ip phone (number 2006, first leg of > eavesdropped session): > > INVITE sip:2006 at 192.168.2.106:5060;user=phone SIP/2.0 > Via: SIP/2.0/UDP > 192.168.3.159:15060;rport;branch=z9hG4bKg40rp87FNjB1p > Max-Forwards: 69 > From: "MyApp" ;tag=Q3N2pe2K47ctS > To: > Call-ID: 6e6fd8a0-3024-122d-57a2-9be8d85a4cff > CSeq: 121465616 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 447 > Remote-Party-ID: "MyApp" > ;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 8453497903781974949 2294419114567885490 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 17670 RTP/AVP 0 115 107 9 8 3 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:115 G7221/32000 > a=fmtp:115 bitrate=48000 > a=rtpmap:107 G7221/16000 > a=fmtp:107 bitrate=32000 > a=rtpmap:9 G722/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > 3) starting connection with extension playing a file (number 9999, > second > leg of eavesdropped session): > > SIP/2.0 200 OK > Via: SIP/2.0/UDP > 192.168.3.159:5080;rport=5080;branch=z9hG4bKv6Dg7myj4tvBS > From: "FreeSWITCH" > ;tag=091j2Q0Fre8vp > To: ;tag=U7t5Xt51rB64Q > Call-ID: 7551b7d0-3024-122d-b3a6-156c4939c4f8 > CSeq: 121465623 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Accept: application/sdp > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 263 > > v=0 > o=FreeSWITCH 5614997529598779838 636912243381649698 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 30086 RTP/AVP 0 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > > > Anthony Minessale wrote: >> >> you probably have some device lying about ptime everywhere >> look at a sip trace an pay especially close attention to ptime:x >> param in >> sdp >> if you don't understand this just attach it here >> >> execute the following at the cli >> sofia profile internal siptrace on >> sofila loglevel debug >> >> >> >> On Thu, Oct 8, 2009 at 8:27 AM, Maciej Aniserowicz < >> maciej.aniserowicz at gmail.com> wrote: >> >>> >>> It's the same on the trunk (the last rev I used was not so old >>> anyway). >>> >>> Codecs are the same on both legs: >>> read codec/read rate: PCMU 8000 >>> write codec/write rate: PCMU 8000 >>> >>> MA >>> >>> >>> >>> >>> Michael Jerris wrote: >>>> >>>> What codecs are all the call legs using, also, please try current >>>> svn >>>> trunk. >>>> >>>> Mike >>>> >>>> On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: >>>> >>>>> >>>>> Sorry about posting several questions at once, I wasn't aware it's >>>>> "rude". >>>>> Let's concentrate on this issue then. >>>>> >>>>> I use FS rev 14994. Phones on extensions: >>>>> 1) x-lite >>>>> 2) cisco sip phone >>>>> 3) audio played by fs to the extension being eavesdropped >>>>> >>>>> I did not change any codec configuration, I just use the standard >>>>> one that >>>>> comes with both FS and the phones. >>>>> Some time ago someone on FS irc channel told me that this is just >>>>> how FS >>>>> eavesdropping works... from your response I understand that this >>>>> is >>>>> not >>>>> entirely true? >>>>> >>>>> Maciej Aniserowicz >>>>> >>>>> >>>>> >>>>> Anthony Minessale wrote: >>>>>> >>>>>> That's is a somewhat vague position. >>>>>> >>>>>> You did not mention which version of FreeSWITCH you are >>>>>> running, the >>>>>> phones >>>>>> being used in your example, your configuration, the codecs in use >>>>>> etc. >>>>>> >>>>>> BTW, >>>>>> I think you should only ask one question at a time on this list. >>>>>> The list >>>>>> is run by volunteers and it's sort of rude to expect 3 or 4 >>>>>> threads >>>>>> to be >>>>>> tended to concerning the same one individual. >>>>>> >>>>>> >>>>>> 2009/10/5 Maciej Aniserowicz >>>>>> >>>>>>> Hello, >>>>>>> When I use eavesdropping in FreeSWITCH, the sound quality is >>>>>>> really bad. >>>>>>> Is >>>>>>> there any way to improve it? Is this a known problem? >>>>>>> Br/ >>>>>>> Maciej Aniserowicz >>>>>>> >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >>> users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3788019.html >>> Sent from the freeswitch-users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > %3Aanthony_minessale at hotmail.com> >> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com> %3Aanthony.minessale at gmail.com> >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:888 at conference.freeswitch.org > %3A888 at conference.freeswitch.org> >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org> %2B888 at conference.freeswitch.org> >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- >> users >> http://www.freeswitch.org >> >> > > -- > View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3799274.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- > users > http://www.freeswitch.org From mike at jerris.com Sun Oct 11 15:52:32 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 18:52:32 -0400 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event In-Reply-To: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> References: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> Message-ID: <97B4BDC9-5B11-4A98-B1BF-CC00A82ECBD9@jerris.com> On Oct 11, 2009, at 5:44 PM, Diego Viola wrote: > Maybe you want enable_heartbeat or sched_heartbeat from mod_dptools? > > You can pass your parameters in second to these two. > > Example: > > > > > Where 1 in this case is the number of heartbeats per seconds. > Number of seconds between hearbeats, not hearbeats per second. > You can use that example on the Dialplan XML but you can also use it > on mod_event_socket outbound, etc. From mike at jerris.com Sun Oct 11 16:01:02 2009 From: mike at jerris.com (Michael Jerris) Date: Sun, 11 Oct 2009 19:01:02 -0400 Subject: [Freeswitch-users] problem compiling esl for use with freepbx v3 In-Reply-To: <4d6f26b0910111436h416121b7s2a4b5c79ffc01db0@mail.gmail.com> References: <20090823185152.D17845FE@sinclaire.sibble.net> <25846572.post@talk.nabble.com> <4d6f26b0910111436h416121b7s2a4b5c79ffc01db0@mail.gmail.com> Message-ID: <0E66A94D-2F5E-421A-B997-A8705715B0AD@jerris.com> I am still working on the new build system for esl, stay tuned for more info soon, it should be in 1.0.5. Mike On Oct 11, 2009, at 5:36 PM, Herman Griffin wrote: > Although probably not the best solution, I figured out a way to make > it compile and install: > > I removed all of the -Werror instances in PATH_TO_FREESWITCH_SOURCE/ > libs/esl/Makefile > > If I was a hardcore c/c++ programmer, I'd figure out the real problem. > > Herman aka frek818 > > On Sun, Oct 11, 2009 at 12:12 PM, frek818 > wrote: > > Did anyone find a solution to this problem? I too would like to > install the > esl module for PHP. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/f480aa7a/attachment.html From kristian.kielhofner at gmail.com Sun Oct 11 16:12:41 2009 From: kristian.kielhofner at gmail.com (Kristian Kielhofner) Date: Sun, 11 Oct 2009 19:12:41 -0400 Subject: [Freeswitch-users] On the handling of SIP headers In-Reply-To: <85095FC9-4DC9-414D-A43F-8A7583D66DFF@jerris.com> References: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> <85095FC9-4DC9-414D-A43F-8A7583D66DFF@jerris.com> Message-ID: <2d9149cd0910111612w668abce4m7562a8fbda3ba13f@mail.gmail.com> Mike, Thanks for getting back to me. I agree. I'm willing to throw down on a bounty for this. Any idea how much work we're talking about here? On Sun, Oct 11, 2009 at 5:59 PM, Michael Jerris wrote: > There is this endless push and pull on this topic, those who want them > assume it should be default, those who don't assume that should be > default. ?This probably needs a configuration option defaulting to > pass them (those who don't want to pass them are usually a bit more > educated and would find the option better than the other way around). > > Mike > -- Kristian Kielhofner http://www.astlinux.org http://blog.krisk.org http://www.star2star.com http://www.submityoursip.com http://www.voalte.com From brian at freeswitch.org Sun Oct 11 16:39:27 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 18:39:27 -0500 Subject: [Freeswitch-users] SLAs and BLAs In-Reply-To: <5CC2E91025314615ACBB65E029D5CB12@greyhawk.tonecommander.com> References: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> <5CC2E91025314615ACBB65E029D5CB12@greyhawk.tonecommander.com> Message-ID: No we do not issue a subscribe OUTBOUND. We work with Polycom, Snom and a few other that outbound subscribe is something we should do if we want to know you took the phone off hook. /b On Oct 9, 2009, at 10:23 AM, Jerry Richards wrote: > > I gather from the mailing archive that BLAs are implemented using the > draft-anil-sipping-bla-04.txt document. According to the draft, the > Appearance Agent is supposed to initiate a SUBSCRIBE request, but I > don't > see FS doing this. > > What phone types/models are known to work with the FS BLA > implementation? > > Best Regards, > Jerry From brian at freeswitch.org Sun Oct 11 16:43:37 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 18:43:37 -0500 Subject: [Freeswitch-users] SLAs and BLAs In-Reply-To: <5CC2E91025314615ACBB65E029D5CB12@greyhawk.tonecommander.com> References: <5B5F50E0B1D34BC0BCBCC05E1FE05C8A@greyhawk.tonecommander.com> <3F7AC380-CACB-432F-8B94-80FBA18628C0@freeswitch.org> <5CC2E91025314615ACBB65E029D5CB12@greyhawk.tonecommander.com> Message-ID: <422F970E-7708-4124-AD41-A51D22A3EDEF@freeswitch.org> btw the polycom it will do the sub like you expect but the rest will only know when the phone is actually on a call or receiving a call... we won't know if the handset is taken off hook...I would like to rework the functionality similar to how sofia_sla.c handles it. Again if you want to work on it and patch it then I'm sure we can provide you guidance. /b On Oct 9, 2009, at 10:23 AM, Jerry Richards wrote: > > I gather from the mailing archive that BLAs are implemented using the > draft-anil-sipping-bla-04.txt document. According to the draft, the > Appearance Agent is supposed to initiate a SUBSCRIBE request, but I > don't > see FS doing this. > > What phone types/models are known to work with the FS BLA > implementation? > > Best Regards, > Jerry From brian at freeswitch.org Sun Oct 11 16:44:35 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 18:44:35 -0500 Subject: [Freeswitch-users] On the handling of SIP headers In-Reply-To: <2d9149cd0910111612w668abce4m7562a8fbda3ba13f@mail.gmail.com> References: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> <85095FC9-4DC9-414D-A43F-8A7583D66DFF@jerris.com> <2d9149cd0910111612w668abce4m7562a8fbda3ba13f@mail.gmail.com> Message-ID: <62E38F6E-C929-423D-AF45-6FEBB58F6CD3@freeswitch.org> Well since we aren't a proxy you shouldn't default to passing them right? /b On Oct 11, 2009, at 6:12 PM, Kristian Kielhofner wrote: > Mike, > > Thanks for getting back to me. I agree. > > I'm willing to throw down on a bounty for this. Any idea how much > work we're talking about here? From brian at freeswitch.org Sun Oct 11 16:49:58 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 18:49:58 -0500 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> Message-ID: <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> I have tried to police the wiki when things like this appear.. its one thing to crack a joke in fun from time to time... but to put stuff like that on the wiki isn't acceptable. /b On Oct 11, 2009, at 5:06 PM, Diego Viola wrote: > > I know that's just a joke and we might make one or two jokes, but we > don't really hate Asterisk and we welcome them, there are some > people who might get offended by the jokes (specially Asterisk > users) but I have already corrected these from the wiki. > > Thanks for the feedback Gabriel. > > Diego From brian at freeswitch.org Sun Oct 11 16:53:03 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 18:53:03 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> Message-ID: <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> FreeSWITCH can play back stereo files it'll just mux them down to mono before playing... can you elaborate on the error you're getting? /b On Oct 10, 2009, at 12:40 AM, Seven Du wrote: > Yes, it's discussed before. > > http://wiki.freeswitch.org/wiki/Channel_Variables#RECORD_STEREO > > set that var to false before you record. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/3d707afc/attachment.html From dujinfang at gmail.com Sun Oct 11 18:45:46 2009 From: dujinfang at gmail.com (Seven Du) Date: Mon, 12 Oct 2009 09:45:46 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> Message-ID: <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> got 2009-10-12 01:41:30.349961 [WARNING] switch_core_file.c:133 File has 2 channels, muxing to mono will occur. 2009-10-12 01:41:30.349961 [ERR] switch_core_codec.c:431 Stereo is currently unsupported. please downsample audio source to mono. freeswitch at internal> freeswitch at internal> version FreeSWITCH Version 1.0.trunk (14696) originate {ignore_early_media=true,RECORD_STEREO=true}sofia/gateway/xx/xx &bridge(sofia/gateway/yy/yy) uuid_record uuid start /tmp/a.wav play by sox: Input File : 'a.wav' Sample Size : 16-bit (2 bytes) Sample Encoding: signed (2's complement) Channels : 2 Sample Rate : 8000 full logs here: freeswitch at internal> originate {ignore_early_media=true}sofia/gateway/skype/seven1240 &playback(/tmp/a.wav) +OK dcbd971e-c570-481d-843a-0c5582669c69 2009-10-12 01:41:26.89775 [DEBUG] switch_ivr_originate.c:1043 variable string 0 = [ignore_early_media=true] freeswitch at internal> 2009-10-12 01:41:26.89775 [NOTICE] switch_channel.c:602 New Channel sofia/eqenglish/seven1240 [dcbd971e-c570-481d-843a-0c5582669c69] 2009-10-12 01:41:26.89775 [DEBUG] mod_sofia.c:2867 (sofia/eqenglish/seven1240) State Change CS_NEW -> CS_INIT 2009-10-12 01:41:26.89775 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_INIT 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:481 (sofia/eqenglish/seven1240) State INIT 2009-10-12 01:41:26.89775 [DEBUG] mod_sofia.c:83 sofia/eqenglish/seven1240 SOFIA INIT 2009-10-12 01:41:26.89775 [DEBUG] mod_sofia.c:111 (sofia/eqenglish/seven1240) State Change CS_INIT -> CS_ROUTING 2009-10-12 01:41:26.89775 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:481 (sofia/eqenglish/seven1240) State INIT going to sleep 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_ROUTING 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:484 (sofia/eqenglish/seven1240) State ROUTING 2009-10-12 01:41:26.89775 [DEBUG] mod_sofia.c:130 sofia/eqenglish/seven1240 SOFIA ROUTING 2009-10-12 01:41:26.89775 [DEBUG] switch_ivr_originate.c:63 (sofia/eqenglish/seven1240) State Change CS_ROUTING -> CS_CONSUME_MEDIA 2009-10-12 01:41:26.89775 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:484 (sofia/eqenglish/seven1240) State ROUTING going to sleep 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_CONSUME_MEDIA 2009-10-12 01:41:26.89775 [DEBUG] switch_core_state_machine.c:503 (sofia/eqenglish/seven1240) State CONSUME_MEDIA 2009-10-12 01:41:26.89775 [DEBUG] sofia.c:3302 Channel sofia/eqenglish/seven1240 entering state [calling][0] 2009-10-12 01:41:26.169828 [DEBUG] sofia.c:3302 Channel sofia/eqenglish/seven1240 entering state [calling][0] 2009-10-12 01:41:28.700782 [DEBUG] sofia.c:3302 Channel sofia/eqenglish/seven1240 entering state [proceeding][180] 2009-10-12 01:41:28.700782 [NOTICE] sofia.c:3366 Ring-Ready sofia/eqenglish/seven1240! 2009-10-12 01:41:30.330095 [DEBUG] sofia.c:3302 Channel sofia/eqenglish/seven1240 entering state [ready][200] 2009-10-12 01:41:30.330095 [DEBUG] sofia.c:3309 Remote SDP: v=0 o=FreeSWITCH 1255290734 1255290735 IN IP4 67.228.224.149 s=FreeSWITCH c=IN IP4 127.0.0.1 t=0 0 m=audio 20956 RTP/AVP 0 101 13 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 2009-10-12 01:41:30.330095 [DEBUG] sofia_glue.c:3132 Audio Codec Compare [PCMU:0:8000:20]/[PCMU:0:8000:20] 2009-10-12 01:41:30.330095 [DEBUG] sofia_glue.c:2090 Set Codec sofia/eqenglish/seven1240 PCMU/8000 20 ms 160 samples 2009-10-12 01:41:30.330095 [DEBUG] sofia_glue.c:3092 Set 2833 dtmf payload to 101 2009-10-12 01:41:30.330095 [DEBUG] sofia_glue.c:2324 AUDIO RTP [sofia/eqenglish/seven1240] 67.228.224.149 port 24862 -> 127.0.0.1 port 20956 codec: 0 ms: 20 2009-10-12 01:41:30.330095 [DEBUG] switch_rtp.c:1139 Starting timer [soft] 160 bytes per 20ms 2009-10-12 01:41:30.339941 [DEBUG] sofia_glue.c:2503 Set comfort noise payload to 13 2009-10-12 01:41:30.339941 [NOTICE] sofia.c:3807 Channel [sofia/eqenglish/seven1240] has been answered 2009-10-12 01:41:30.339941 [DEBUG] switch_channel.c:182 sofia/eqenglish/seven1240 receive message [AUDIO_SYNC] 2009-10-12 01:41:30.339941 [NOTICE] switch_cpp.cpp:1130 ==DebugVar== gateway_name: skype 2009-10-12 01:41:30.349961 [DEBUG] switch_ivr_originate.c:2089 Originate Resulted in Success: [sofia/eqenglish/seven1240] 2009-10-12 01:41:30.349961 [DEBUG] switch_channel.c:182 sofia/eqenglish/seven1240 receive message [AUDIO_SYNC] 2009-10-12 01:41:30.349961 [DEBUG] mod_commands.c:2334 (sofia/eqenglish/seven1240) State Change CS_CONSUME_MEDIA -> CS_EXECUTE 2009-10-12 01:41:30.349961 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:503 (sofia/eqenglish/seven1240) State CONSUME_MEDIA going to sleep 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_EXECUTE 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:491 (sofia/eqenglish/seven1240) State EXECUTE 2009-10-12 01:41:30.349961 [DEBUG] mod_sofia.c:173 sofia/eqenglish/seven1240 SOFIA EXECUTE 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:151 sofia/eqenglish/seven1240 Standard EXECUTE EXECUTE sofia/eqenglish/seven1240 playback(/tmp/a.wav) 2009-10-12 01:41:30.349961 [WARNING] switch_core_file.c:133 File has 2 channels, muxing to mono will occur. 2009-10-12 01:41:30.349961 [ERR] switch_core_codec.c:431 Stereo is currently unsupported. please downsample audio source to mono. 2009-10-12 01:41:30.349961 [DEBUG] switch_ivr_play_say.c:1113 Raw Codec Activation Failed L16 at 8000hz 2 channels 20ms 2009-10-12 01:41:30.349961 [NOTICE] switch_core_state_machine.c:179 Hangup sofia/eqenglish/seven1240 [CS_EXECUTE] [NORMAL_CLEARING] 2009-10-12 01:41:30.349961 [DEBUG] switch_channel.c:1715 Send signal sofia/eqenglish/seven1240 [KILL] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:491 (sofia/eqenglish/seven1240) State EXECUTE going to sleep 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_HANGUP 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:434 (sofia/eqenglish/seven1240) State HANGUP 2009-10-12 01:41:30.349961 [DEBUG] mod_sofia.c:338 Channel sofia/eqenglish/seven1240 hanging up, cause: NORMAL_CLEARING 2009-10-12 01:41:30.349961 [DEBUG] mod_sofia.c:376 Sending BYE to sofia/eqenglish/seven1240 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:46 sofia/eqenglish/seven1240 Standard HANGUP, cause: NORMAL_CLEARING 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:434 (sofia/eqenglish/seven1240) State HANGUP going to sleep 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:476 (sofia/eqenglish/seven1240) State Change CS_HANGUP -> CS_REPORTING 2009-10-12 01:41:30.349961 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:398 (sofia/eqenglish/seven1240) Running State Change CS_REPORTING 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:613 (sofia/eqenglish/seven1240) State REPORTING 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:53 sofia/eqenglish/seven1240 Standard REPORTING, cause: NORMAL_CLEARING 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:613 (sofia/eqenglish/seven1240) State REPORTING going to sleep 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:411 (sofia/eqenglish/seven1240) State Change CS_REPORTING -> CS_DESTROY 2009-10-12 01:41:30.349961 [DEBUG] switch_core_session.c:932 Send signal sofia/eqenglish/seven1240 [BREAK] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_session.c:1068 Session 2178 (sofia/eqenglish/seven1240) Locked, Waiting on external entities 2009-10-12 01:41:30.349961 [NOTICE] switch_core_session.c:1086 Session 2178 (sofia/eqenglish/seven1240) Ended 2009-10-12 01:41:30.349961 [NOTICE] switch_core_session.c:1088 Close Channel sofia/eqenglish/seven1240 [CS_DESTROY] 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:556 (sofia/eqenglish/seven1240) Running State Change CS_DESTROY 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:565 (sofia/eqenglish/seven1240) State DESTROY 2009-10-12 01:41:30.349961 [DEBUG] mod_sofia.c:255 sofia/eqenglish/seven1240 SOFIA DESTROY 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:60 sofia/eqenglish/seven1240 Standard DESTROY 2009-10-12 01:41:30.349961 [DEBUG] switch_core_state_machine.c:565 (sofia/eqenglish/seven1240) State DESTROY going to sleep 2009-10-12 01:41:30.349961 [NOTICE] switch_cpp.cpp:1130 ==DebugVar== gateway_name: skype 2009/10/12 Brian West > FreeSWITCH can play back stereo files it'll just mux them down to mono > before playing... can you elaborate on the error you're getting? > /b > > On Oct 10, 2009, at 12:40 AM, Seven Du wrote: > > Yes, it's discussed before. > > http://wiki.freeswitch.org/wiki/Channel_Variables#RECORD_STEREO > > set that var to false before you record. > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/4199f3d8/attachment.html From jason at jasonjgw.net Sun Oct 11 19:07:16 2009 From: jason at jasonjgw.net (Jason White) Date: Mon, 12 Oct 2009 13:07:16 +1100 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> Message-ID: <20091012020716.GA8518@jdc.jasonjgw.net> Seven Du wrote: > originate {ignore_early_media=true,RECORD_STEREO=true}sofia/gateway/xx/xx > &bridge(sofia/gateway/yy/yy) Shouldn't that be record_stereo=false for mono recording? From kristian.kielhofner at gmail.com Sun Oct 11 19:17:08 2009 From: kristian.kielhofner at gmail.com (Kristian Kielhofner) Date: Sun, 11 Oct 2009 22:17:08 -0400 Subject: [Freeswitch-users] On the handling of SIP headers In-Reply-To: <62E38F6E-C929-423D-AF45-6FEBB58F6CD3@freeswitch.org> References: <2d9149cd0910091210s33fb2bb9oc0c94a64aa87e0be@mail.gmail.com> <85095FC9-4DC9-414D-A43F-8A7583D66DFF@jerris.com> <2d9149cd0910111612w668abce4m7562a8fbda3ba13f@mail.gmail.com> <62E38F6E-C929-423D-AF45-6FEBB58F6CD3@freeswitch.org> Message-ID: <2d9149cd0910111917n53b59be5m1ab839fc959c7dbd@mail.gmail.com> Brian, You are correct, they *probably* shouldn't be passed by default. On Sun, Oct 11, 2009 at 7:44 PM, Brian West wrote: > Well since we aren't a proxy you shouldn't default to passing them > right? > > /b > -- Kristian Kielhofner http://www.astlinux.org http://blog.krisk.org http://www.star2star.com http://www.submityoursip.com http://www.voalte.com From dujinfang at gmail.com Sun Oct 11 19:27:11 2009 From: dujinfang at gmail.com (Seven Du) Date: Mon, 12 Oct 2009 10:27:11 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <20091012020716.GA8518@jdc.jasonjgw.net> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> <20091012020716.GA8518@jdc.jasonjgw.net> Message-ID: <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> I set to true because brian said it can play stereo files but no lucky for me. 2009/10/12 Jason White > Seven Du wrote: > > originate {ignore_early_media=true,RECORD_STEREO=true}sofia/gateway/xx/xx > > &bridge(sofia/gateway/yy/yy) > > Shouldn't that be record_stereo=false for mono recording? > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/479b6775/attachment.html From brian at freeswitch.org Sun Oct 11 19:52:59 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 21:52:59 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> <20091012020716.GA8518@jdc.jasonjgw.net> <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> Message-ID: <5F170ABD-E654-4511-889B-5893FC33C03E@freeswitch.org> Where are you playing the files? /b On Oct 11, 2009, at 9:27 PM, Seven Du wrote: > I set to true because brian said it can play stereo files but no > lucky for me. From brian at freeswitch.org Sun Oct 11 20:01:23 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 22:01:23 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> <20091012020716.GA8518@jdc.jasonjgw.net> <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> Message-ID: <32DFC62F-D799-4C23-8F99-580CA6DBF6DD@freeswitch.org> Please open a jira please this did work but a recent change in switch_core_codec caused this to appear I usually test this regularly but haven't run thru a full run of tests lately. /b On Oct 11, 2009, at 9:27 PM, Seven Du wrote: > I set to true because brian said it can play stereo files but no > lucky for me. From brian at freeswitch.org Sun Oct 11 20:37:40 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 22:37:40 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> References: <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> <20091012020716.GA8518@jdc.jasonjgw.net> <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> Message-ID: not sure I said this but open a jira... its a bug thats recent... usually it will mux them to mono and the codec engine is trying to open L16 with two channels so something has changed to cause this regression. Expect a fix sometime tomorrow. /b On Oct 11, 2009, at 9:27 PM, Seven Du wrote: > I set to true because brian said it can play stereo files but no > lucky for me. > > 2009/10/12 Jason White > Seven Du wrote: > > originate {ignore_early_media=true,RECORD_STEREO=true}sofia/ > gateway/xx/xx > > &bridge(sofia/gateway/yy/yy) > > Shouldn't that be record_stereo=false for mono recording? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091011/b83c6b2e/attachment.html From nagalenoj at gmail.com Sun Oct 11 20:44:02 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Sun, 11 Oct 2009 20:44:02 -0700 (PDT) Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <32DFC62F-D799-4C23-8F99-580CA6DBF6DD@freeswitch.org> References: <25751158.post@talk.nabble.com> <25830785.post@talk.nabble.com> <20091010040539.GB23188@jdc.jasonjgw.net> <23f91030910092240u53b0cc51jd5b1670901f20e21@mail.gmail.com> <89F518C6-B470-482D-8C27-2812BDC20C39@freeswitch.org> <23f91030910111845yacd54ees40f246ef9152e306@mail.gmail.com> <20091012020716.GA8518@jdc.jasonjgw.net> <23f91030910111927v704b2eb9tfd9558068b063153@mail.gmail.com> <32DFC62F-D799-4C23-8F99-580CA6DBF6DD@freeswitch.org> Message-ID: <25850181.post@talk.nabble.com> Is it possible to play a stereo file ?!!! whats the conclusion.?! Brian West-3 wrote: > > Please open a jira please this did work but a recent change in > switch_core_codec caused this to appear I usually test this regularly > but haven't run thru a full run of tests lately. > /b > > On Oct 11, 2009, at 9:27 PM, Seven Du wrote: > >> I set to true because brian said it can play stereo files but no >> lucky for me. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p25850181.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From nagalenoj at gmail.com Sun Oct 11 20:46:02 2009 From: nagalenoj at gmail.com (Nagalenoj) Date: Sun, 11 Oct 2009 20:46:02 -0700 (PDT) Subject: [Freeswitch-users] Re corded file as voicemail. Message-ID: <25850181.post@talk.nabble.com> Whats the conclusion.?! Brian West-3 wrote: > > Please open a jira please this did work but a recent change in > switch_core_codec caused this to appear I usually test this regularly > but haven't run thru a full run of tests lately. > /b > > On Oct 11, 2009, at 9:27 PM, Seven Du wrote: > >> I set to true because brian said it can play stereo files but no >> lucky for me. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p25850181.html Sent from the Freeswitch-users mailing list archive at Nabble.com. From brian at freeswitch.org Sun Oct 11 21:11:43 2009 From: brian at freeswitch.org (Brian West) Date: Sun, 11 Oct 2009 23:11:43 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <25850181.post@talk.nabble.com> References: <25850181.post@talk.nabble.com> Message-ID: It was possible but we have a regression in the code that isn't letting that happen right now... hence the reason i said Open a jira so we could fix it. IS THAT not clear? /b On Oct 11, 2009, at 10:46 PM, Nagalenoj wrote: > > Whats the conclusion.?! From srinivas.ksvreddy at gmail.com Sun Oct 11 21:14:36 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Mon, 12 Oct 2009 09:44:36 +0530 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> Message-ID: Hi Mike, Thanks for your valuable reply, when i install freeswitch1.0.2 in my machine(Windows xp operation system) i dont have any databasae installed in my system, then from sqllite will come into picture, and how can i see the registered users data from sqllite. Thanks Srinivas On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris wrote: > > On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: > > > Hi > > can any please tell me where registered calls are stored, so when incoming > call came to mod_sofia.c how it will check it is registered or not?\\ > > > Calls are not registered and calls have nothing to do with registration. > Users are registered so that you may send calls to them. Registration data > is stored either in a sqlite database, or optionally if you setup odbc, in > another database of your choice. If you try to send a call to an > unregistered user in the dialplan using the proper syntax to send calls to > registered users (see the wiki for more details), and that user is not > registered, the bridge app will fail, optionally letting you continue on in > the dialplan based on variables such as continue_on_fail and > hangup_after_bridge. You can use the sofia_contact function to see if there > is anyone registered to a specific user. > > Mike > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/566f01e8/attachment.html From shiyanov at gmail.com Sun Oct 11 22:38:08 2009 From: shiyanov at gmail.com (Artem Shiyanov) Date: Mon, 12 Oct 2009 09:38:08 +0400 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event In-Reply-To: <97B4BDC9-5B11-4A98-B1BF-CC00A82ECBD9@jerris.com> References: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> <97B4BDC9-5B11-4A98-B1BF-CC00A82ECBD9@jerris.com> Message-ID: Michael, Diego, thanks for the rapid answers! As far as I understand, "enable_heartbeat" app is launching SESSION_HEARTBEAT events that will stop when the call will be cleared. Also I "heard" that "enable_heartbeat" works only for calls with proxied media. What I want is to monitor FreeSwitch status: is it alive and what is the system status message. This info is provided in HEARTBEAT event gracefully but in constant time period = 20 sec. So the main question is- how to customize this period? Artem On Mon, Oct 12, 2009 at 2:52 AM, Michael Jerris wrote: > > On Oct 11, 2009, at 5:44 PM, Diego Viola wrote: > > > Maybe you want enable_heartbeat or sched_heartbeat from mod_dptools? > > > > You can pass your parameters in second to these two. > > > > Example: > > > > > > > > > > Where 1 in this case is the number of heartbeats per seconds. > > > > Number of seconds between hearbeats, not hearbeats per second. > > > > You can use that example on the Dialplan XML but you can also use it > > on mod_event_socket outbound, etc. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/ae6ecce5/attachment-0001.html From mattdfong at gmail.com Sun Oct 11 23:11:32 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Mon, 12 Oct 2009 13:11:32 +0700 Subject: [Freeswitch-users] Sending an Event to a Session for onInput In-Reply-To: References: <4256bf830910091234t11f4f4d0w28283f341bd1fb06@mail.gmail.com> Message-ID: <4256bf830910112311t409c45a3q2f26cef3464e49e7@mail.gmail.com> Hi Mike, I'm just trying to send it an event with some custom event headers, just so an external program can communicate with a session without having to transfer the session to a different program. I'm curious what uuid_display does...the wiki only gives a brief description and my Google'ing could not find any examples. Thanks for the help. --matt http://www.hellohunter.com On Mon, Oct 12, 2009 at 5:04 AM, Michael Jerris wrote: > We don't have session messages directly exposed, except for things > like display, respond, and deflect. What specifically are you trying > to send ? > > Mike > > On Oct 9, 2009, at 3:34 PM, Matthew Fong wrote: > > > I'm used to using the onInput callbacks inside lua and javascript to > > listen for dtmf and other events and perform a task accordingly. I'm > > wondering if there is a way to send an event to a session or channel > > that can be caught using the setInputCallback inside lua from > > outside the session program. Maybe an API command that can generate > > an event for a specific UUID. Does a mechanism exist to do this that > > I'm over looking? 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/51b158f2/attachment.html From dujinfang at gmail.com Sun Oct 11 23:15:30 2009 From: dujinfang at gmail.com (Seven Du) Date: Mon, 12 Oct 2009 14:15:30 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: References: <25850181.post@talk.nabble.com> Message-ID: <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> http://jira.freeswitch.org/browse/MODCODEC-15 Is it ok I assigned to you ? Thanks. 2009/10/12 Brian West > It was possible but we have a regression in the code that isn't > letting that happen right now... hence the reason i said Open a jira > so we could fix it. > > IS THAT not clear? > > /b > > On Oct 11, 2009, at 10:46 PM, Nagalenoj wrote: > > > > > Whats the conclusion.?! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/0774c242/attachment.html From diego.viola at gmail.com Sun Oct 11 23:52:07 2009 From: diego.viola at gmail.com (Diego Viola) Date: Mon, 12 Oct 2009 06:52:07 +0000 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> Message-ID: <86a32abc0910112352q2e5cfac2u23a87f9f92a5431b@mail.gmail.com> FreeSWITCH 1.0.2? That's more than a year old I think, you should really update to 1.0.4 or latest SVN trunk. Diego On Mon, Oct 12, 2009 at 4:14 AM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > Hi Mike, > > Thanks for your valuable reply, > when i install freeswitch1.0.2 in my machine(Windows xp operation system) i > dont have any databasae installed in my system, then from sqllite will come > into picture, and how can i see the registered users data from sqllite. > > > Thanks > Srinivas > > On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris wrote: > >> >> On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: >> >> >> Hi >> >> can any please tell me where registered calls are stored, so when incoming >> call came to mod_sofia.c how it will check it is registered or not?\\ >> >> >> Calls are not registered and calls have nothing to do with registration. >> Users are registered so that you may send calls to them. Registration data >> is stored either in a sqlite database, or optionally if you setup odbc, in >> another database of your choice. If you try to send a call to an >> unregistered user in the dialplan using the proper syntax to send calls to >> registered users (see the wiki for more details), and that user is not >> registered, the bridge app will fail, optionally letting you continue on in >> the dialplan based on variables such as continue_on_fail and >> hangup_after_bridge. You can use the sofia_contact function to see if there >> is anyone registered to a specific user. >> >> Mike >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/48f0bb7c/attachment.html From velu.technical at gmail.com Mon Oct 12 00:36:06 2009 From: velu.technical at gmail.com (velusamy velu) Date: Mon, 12 Oct 2009 13:06:06 +0530 Subject: [Freeswitch-users] Play music on hold after parking the call In-Reply-To: <1452e2980910100237u317d6138w1d13bd3cfb250353@mail.gmail.com> References: <1452e2980910100237u317d6138w1d13bd3cfb250353@mail.gmail.com> Message-ID: <1452e2980910120036k5ab2fb36vbec031c0b0280116@mail.gmail.com> Any one please help me to solve the mentioned problem........ On Sat, Oct 10, 2009 at 3:07 PM, velusamy velu wrote: > Dear All, > I am using ESL.pm module to control the dial plan application. I want > to play some music while executing the some external scripts. I executed > park after then I executed the playback the music didn't play. > > Could any one please explain how can I solve this problem without using > async mode in socket application? > > Thanks, > Velusamy. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/744eac12/attachment.html From maciej.aniserowicz at gmail.com Mon Oct 12 01:47:36 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Mon, 12 Oct 2009 01:47:36 -0700 (PDT) Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> <1255169044209-3799274.post@n2.nabble.com> Message-ID: <1255337256919-3806786.post@n2.nabble.com> Yes, I confirmed that with Wireshark (filter "rtp and ip.src == ). RTP packets are sent every 20ms. MAniserowicz ----- Original Message ----- From: Michael Jerris (via Nabble) To: Maciej Aniserowicz Sent: Monday, October 12, 2009 12:21 AM Subject: Re: [Freeswitch-users] Bad sound quality while eavesdropping can you confirm from an rtp packet trace that they are all really sending 20ms? Mike On Oct 10, 2009, at 6:04 AM, Maciej Aniserowicz wrote: > > Hi, > Here are the messages with a:ptime parameter. All the calls are > started by > commands sent through socket. > I'm not sure if this is all information you need, please let me know > if > something is missing here and I'll post that. > > 1) starting connection with x-lite (number 2003, the eavesdropper): > > INVITE sip:[hidden email]:60188;rinstance=80b8f8d92af87cd2 SIP/ > 2.0 > Via: SIP/2.0/UDP > 192.168.3.159:15060;rport;branch=z9hG4bKD9meHQN5XQ88K > Max-Forwards: 69 > From: "MyApp" ;tag=jpQ6D7D2jUXvF > To: > Call-ID: 663c4500-3024-122d-57a2-9be8d85a4cff > CSeq: 121465610 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 447 > Remote-Party-ID: "MyApp" > ;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 2223565947735016740 3096553520713245589 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 29966 RTP/AVP 0 115 107 9 8 3 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:115 G7221/32000 > a=fmtp:115 bitrate=48000 > a=rtpmap:107 G7221/16000 > a=fmtp:107 bitrate=32000 > a=rtpmap:9 G722/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > 2) starting connection with cisco ip phone (number 2006, first leg of > eavesdropped session): > > INVITE sip:[hidden email]:5060;user=phone SIP/2.0 > Via: SIP/2.0/UDP > 192.168.3.159:15060;rport;branch=z9hG4bKg40rp87FNjB1p > Max-Forwards: 69 > From: "MyApp" ;tag=Q3N2pe2K47ctS > To: > Call-ID: 6e6fd8a0-3024-122d-57a2-9be8d85a4cff > CSeq: 121465616 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 447 > Remote-Party-ID: "MyApp" > ;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 8453497903781974949 2294419114567885490 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 17670 RTP/AVP 0 115 107 9 8 3 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:115 G7221/32000 > a=fmtp:115 bitrate=48000 > a=rtpmap:107 G7221/16000 > a=fmtp:107 bitrate=32000 > a=rtpmap:9 G722/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > 3) starting connection with extension playing a file (number 9999, > second > leg of eavesdropped session): > > SIP/2.0 200 OK > Via: SIP/2.0/UDP > 192.168.3.159:5080;rport=5080;branch=z9hG4bKv6Dg7myj4tvBS > From: "FreeSWITCH" > ;tag=091j2Q0Fre8vp > To: ;tag=U7t5Xt51rB64Q > Call-ID: 7551b7d0-3024-122d-b3a6-156c4939c4f8 > CSeq: 121465623 INVITE > Contact: > User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-UNKNOWN > Accept: application/sdp > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, > NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH > Supported: timer, precondition, path, replaces > Allow-Events: talk, presence, dialog, call-info, sla, > include-session-description, presence.winfo, message-summary, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 263 > > v=0 > o=FreeSWITCH 5614997529598779838 636912243381649698 IN IP4 > 192.168.3.159 > s=FreeSWITCH > c=IN IP4 192.168.3.159 > t=0 0 > m=audio 30086 RTP/AVP 0 101 13 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:13 CN/8000 > a=ptime:20 > > > > > Anthony Minessale wrote: >> >> you probably have some device lying about ptime everywhere >> look at a sip trace an pay especially close attention to ptime:x >> param in >> sdp >> if you don't understand this just attach it here >> >> execute the following at the cli >> sofia profile internal siptrace on >> sofila loglevel debug >> >> >> >> On Thu, Oct 8, 2009 at 8:27 AM, Maciej Aniserowicz < >> [hidden email]> wrote: >> >>> >>> It's the same on the trunk (the last rev I used was not so old >>> anyway). >>> >>> Codecs are the same on both legs: >>> read codec/read rate: PCMU 8000 >>> write codec/write rate: PCMU 8000 >>> >>> MA >>> >>> >>> >>> >>> Michael Jerris wrote: >>>> >>>> What codecs are all the call legs using, also, please try current >>>> svn >>>> trunk. >>>> >>>> Mike >>>> >>>> On Oct 7, 2009, at 3:39 AM, Maciej Aniserowicz wrote: >>>> >>>>> >>>>> Sorry about posting several questions at once, I wasn't aware it's >>>>> "rude". >>>>> Let's concentrate on this issue then. >>>>> >>>>> I use FS rev 14994. Phones on extensions: >>>>> 1) x-lite >>>>> 2) cisco sip phone >>>>> 3) audio played by fs to the extension being eavesdropped >>>>> >>>>> I did not change any codec configuration, I just use the standard >>>>> one that >>>>> comes with both FS and the phones. >>>>> Some time ago someone on FS irc channel told me that this is just >>>>> how FS >>>>> eavesdropping works... from your response I understand that this >>>>> is >>>>> not >>>>> entirely true? >>>>> >>>>> Maciej Aniserowicz >>>>> >>>>> >>>>> >>>>> Anthony Minessale wrote: >>>>>> >>>>>> That's is a somewhat vague position. >>>>>> >>>>>> You did not mention which version of FreeSWITCH you are >>>>>> running, the >>>>>> phones >>>>>> being used in your example, your configuration, the codecs in use >>>>>> etc. >>>>>> >>>>>> BTW, >>>>>> I think you should only ask one question at a time on this list. >>>>>> The list >>>>>> is run by volunteers and it's sort of rude to expect 3 or 4 >>>>>> threads >>>>>> to be >>>>>> tended to concerning the same one individual. >>>>>> >>>>>> >>>>>> 2009/10/5 Maciej Aniserowicz <[hidden email]> >>>>>> >>>>>>> Hello, >>>>>>> When I use eavesdropping in FreeSWITCH, the sound quality is >>>>>>> really bad. >>>>>>> Is >>>>>>> there any way to improve it? Is this a known problem? >>>>>>> Br/ >>>>>>> Maciej Aniserowicz >>>>>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3788019.html >>> Sent from the freeswitch-users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> 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 >>> >> >> >> >> -- >> Anthony Minessale II >> >> FreeSWITCH http://www.freeswitch.org/ >> ClueCon http://www.cluecon.com/ >> Twitter: http://twitter.com/FreeSWITCH_wire >> >> AIM: anthm >> MSN:[hidden email] > %[hidden email]> >> GTALK/JABBER/PAYPAL:[hidden email]> %[hidden email]> >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:[hidden email] > %[hidden email]> >> iax:[hidden email]/888 >> googletalk:[hidden email]> %[hidden email]> >> pstn:213-799-1400 >> >> _______________________________________________ >> 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 >> >> > > -- > View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3799274.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _______________________________________________ > 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 _______________________________________________ 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 ------------------------------------------------------------------------------ View message @ http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3805109.html To unsubscribe from Re: Bad sound quality while eavesdropping, click here. -- View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3806786.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/20091012/5c02f7db/attachment-0001.html From dujinfang at gmail.com Mon Oct 12 04:19:53 2009 From: dujinfang at gmail.com (Seven Du) Date: Mon, 12 Oct 2009 19:19:53 +0800 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> Message-ID: <23f91030910120419o74f53279v5f061988ff585d56@mail.gmail.com> try open YOUR_FreeSWITCH_INSTALL_DIR/db/*.db, you need sqlite3 to open them. not sure how to do that on windows, but on linux: # sqlite3 xx.db sqlite> select * from sip_registration; 2009/10/12 srinivasula reddy > Hi Mike, > > Thanks for your valuable reply, > when i install freeswitch1.0.2 in my machine(Windows xp operation system) i > dont have any databasae installed in my system, then from sqllite will come > into picture, and how can i see the registered users data from sqllite. > > > Thanks > Srinivas > > On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris wrote: > >> >> On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: >> >> >> Hi >> >> can any please tell me where registered calls are stored, so when incoming >> call came to mod_sofia.c how it will check it is registered or not?\\ >> >> >> Calls are not registered and calls have nothing to do with registration. >> Users are registered so that you may send calls to them. Registration data >> is stored either in a sqlite database, or optionally if you setup odbc, in >> another database of your choice. If you try to send a call to an >> unregistered user in the dialplan using the proper syntax to send calls to >> registered users (see the wiki for more details), and that user is not >> registered, the bridge app will fail, optionally letting you continue on in >> the dialplan based on variables such as continue_on_fail and >> hangup_after_bridge. You can use the sofia_contact function to see if there >> is anyone registered to a specific user. >> >> Mike >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/1fd37a6d/attachment.html From elihay at savion.huji.ac.il Mon Oct 12 04:37:12 2009 From: elihay at savion.huji.ac.il (Eli Hayun) Date: Mon, 12 Oct 2009 13:37:12 +0200 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: <23f91030910120419o74f53279v5f061988ff585d56@mail.gmail.com> References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> <23f91030910120419o74f53279v5f061988ff585d56@mail.gmail.com> Message-ID: <1255347432.3724.4.camel@eli-desktop> Is it possible to keep a list of registered phone, and when FS will start it will register them all automatically? On Mon, 2009-10-12 at 13:19 +0200, Seven Du wrote: > try open YOUR_FreeSWITCH_INSTALL_DIR/db/*.db, you need sqlite3 to open > them. not sure how to do that on windows, but on linux: > > > # sqlite3 xx.db > sqlite> select * from sip_registration; > > > 2009/10/12 srinivasula reddy > > Hi Mike, > > Thanks for your valuable reply, > when i install freeswitch1.0.2 in my machine(Windows xp > operation system) i dont have any databasae installed in my > system, then from sqllite will come into picture, and how can > i see the registered users data from sqllite. > > > Thanks > Srinivas > > > > On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris > wrote: > > > > > On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: > > > > > > > Hi > > > > can any please tell me where registered calls are > > stored, so when incoming call came to mod_sofia.c > > how it will check it is registered or not?\\ > > > > > Calls are not registered and calls have nothing to do > with registration. Users are registered so that you > may send calls to them. Registration data is stored > either in a sqlite database, or optionally if you > setup odbc, in another database of your choice. If > you try to send a call to an unregistered user in the > dialplan using the proper syntax to send calls to > registered users (see the wiki for more details), and > that user is not registered, the bridge app will fail, > optionally letting you continue on in the dialplan > based on variables such as continue_on_fail and > hangup_after_bridge. You can use the sofia_contact > function to see if there is anyone registered to a > specific user. > > > Mike > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/39dfef6e/attachment.html From lakindia89 at gmail.com Mon Oct 12 04:54:18 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Mon, 12 Oct 2009 17:24:18 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> Message-ID: <7d79b3930910120454m1ffc6dd4u42b91a4349597166@mail.gmail.com> Ya ok. Here is the required stuff Configuration: (PRI span) Log while starting freeswitch: http://pastebin.freeswitch.org/10646 Log when making a call: http://pastebin.freeswitch.org/10647 Configuration: (LIBPRI SPAN) Log while starting freeswitch: http://pastebin.freeswitch.org/10648 Log while making a call: http://pastebin.freeswitch.org/10649 On Sat, Oct 10, 2009 at 10:39 PM, Michael Collins wrote: > Okay, please go to pastebin.freeswitch.org and paste your openzap.conf.xml > file. Also, paste the ENTIRE debug log from a call from start to finish. > Telling us that you see INVALID_IE_CONTENTS doesn't help if we don't know > what the information element contains. Finally, turn on PRI debugging and > make another test call and pastebin that debug log as well. The debug will > show details about the communications between your machine and the carrier. > Instructions for turning on debugging for libpri are found in the OpenZAP > wiki page in the same place where the libpri instructions are located. > > Put the pastebin number in this email thread and then we'll go have a look. > > Thanks, > MC > > > On Sat, Oct 10, 2009 at 6:47 AM, lakshmanan ganapathy < > lakindia89 at gmail.com> wrote: > >> Hi, >> I've tried with the following dialplan(After making the changes that are >> recommended). But still I got INVALID_IE_CONTENTS error. >> >> Another thing is, if I use prispan configuration, I'm able to make >> outgoing calls. >> But if I use the libpri span configuration I'm not able to make outgoing >> calls, which says INVALID_IE_CONTENTS. >> >> I've been struck with this problem for the past 1 week. >> Any solution to this??? >> >> >> >> On Fri, Oct 9, 2009 at 6:06 PM, wrote: >> >>> lakshmanan ganapathy said: >>> >>> > But still I'm facing problem with the outgoing call. It says >>> > INVALID_IE_CONTENTS. >>> > What might be the issue? Even I tried the following dialplan to call by >>> > using bridge. >>> > >>> > >> > expression="^(\d{10})$"> >>> > >>> > >> > data="openzap/1/1/${dialed_ext}"/> >>> >>> Does "answer" need to be called here? I haven't used an fxo. So, I don't >>> know. What value does $dialed_ext have? If you want to use the number >>> matched in the condition, then it should be >>> >>> openzap/1/1/$1 >>> >>> -- >>> Russell Mosemann >>> >>> >>> >>> ________________________________________________________ >>> Concordia University, Nebraska >>> See http://www.cune.edu/ for the latest news and events! >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/dad1c164/attachment-0001.html From brian at freeswitch.org Mon Oct 12 06:16:27 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 08:16:27 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> References: <25850181.post@talk.nabble.com> <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> Message-ID: <5CCE4643-063D-4F2D-B98F-35058F465C10@freeswitch.org> Perfect! Thanks. /b On Oct 12, 2009, at 1:15 AM, Seven Du wrote: > http://jira.freeswitch.org/browse/MODCODEC-15 > > Is it ok I assigned to you ? > > Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/27d604d2/attachment.html From brian at freeswitch.org Mon Oct 12 06:23:20 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 08:23:20 -0500 Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <1255337256919-3806786.post@n2.nabble.com> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> <1255169044209-3799274.post@n2.nabble.com> <1255337256919-3806786.post@n2.nabble.com> Message-ID: <59F3CD44-5FEA-403C-98BE-EEE49EC3815B@freeswitch.org> Did you open a jira and attach all the info? /b On Oct 12, 2009, at 3:47 AM, Maciej Aniserowicz wrote: > Yes, I confirmed that with Wireshark (filter "rtp and ip.src == > ). RTP packets are sent every 20ms. > > MAniserowicz > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/087ff74e/attachment.html From bottleman at icf.org.ru Mon Oct 12 06:31:03 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Mon, 12 Oct 2009 17:31:03 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: On 2009-10-08 20:32 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: TC>Hi Yuriy, TC> TC>can you share what you have so far, I'm sure we can help with RTP part... ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but seems it work, but should be buggy, to build need libpt 2.6.5 and h323plus cvs version, i test it now on fs 1.0.4. TC> TC>T. TC> TC>2009/10/8 Georgiewskiy Yuriy TC> TC>> On 2009-10-08 13:25 -0400, Tuyan ?zipek wrote TC>> freeswitch-users at lists.freesw...: TC>> TC>> Tz>Hi, TC>> Tz> TC>> Tz>2009/10/8 Georgiewskiy Yuriy : TC>> Tz>> On 2009-10-08 10:43 -0500, Anthony Minessale wrote TC>> freeswitch-users at lists.f...: TC>> Tz>> TC>> Tz>> AM>If you are going to make that alternate module are you going to TC>> host it in TC>> Tz>> AM>the FS tree along side mod_opal? TC>> Tz>> TC>> Tz>> Yes, but then it be useful, now i have working only signaling part and TC>> some TC>> Tz>> kinde of not working rtp part :) TC>> Tz> TC>> Tz>If you dont use fs rtp stack, its unlikely that it will be accepted TC>> Tz>into the tree. TC>> Tz> TC>> Tz>> TC>> Tz>> AM>also if were working on mod_opal why did you not try to involve us TC>> and the TC>> Tz>> AM>opal team? TC>> Tz>> TC>> Tz>> Because i made patches for libopal, one is a bugfix in rtp part, there TC>> is a race condition TC>> Tz>> in inicialisation in jitter buffer, another patch implements method to TC>> send progress indicator, TC>> Tz>> and i don't wont spent my time to incorporate this changes into TC>> libopal. TC>> Tz> TC>> Tz>Thats bad. TC>> Tz>Any bugfixes from fs, goes to upstream on any of the used libraries. TC>> Tz>You should be doing the same. TC>> Tz>And Opal developers, will either include or refuse your patches. If TC>> Tz>they refuse it, they will give you the reason. TC>> TC>> i make this fix only to freeze my current mod_opal work on working state, TC>> while it now work for me i work on TC>> my new implementation of h323 proto for fs, i think opal developers will TC>> fix this rtp bug himself becouse TC>> it crashes and make library unuseful. TC>> TC>> Tz> TC>> Tz>> without this changes TC>> Tz>> my work on mod_opal in freeswitch don't useful at all, i provide link TC>> to my work with all TC>> Tz>> patches, if somebody wont incorporate it in libopal tree and fs - go TC>> on, but i think TC>> Tz>> better and more elegant make new module based on h323plus. TC>> Tz> TC>> Tz>If you dont publish your changes, all those you are trying to achieve, TC>> Tz>wont happen. TC>> Tz> TC>> Tz>> TC>> Tz>> AM>How far away from what is in tree are these patches you have? TC>> Tz>> AM> TC>> Tz>> AM>2009/10/8 Georgiewskiy Yuriy TC>> Tz>> AM> TC>> Tz>> AM>> On 2009-10-07 15:09 -0500, Brian West wrote TC>> Tz>> AM>> freeswitch-users at lists.freeswit...: TC>> Tz>> AM>> TC>> Tz>> AM>> opal have addition abstraction layer called opalmgr, and it TC>> implementation TC>> Tz>> AM>> is not so good in TC>> Tz>> AM>> this case, for example to implemet pre_answer in mod_opal i need TC>> patch TC>> Tz>> AM>> libopal, because TC>> Tz> TC>> Tz>The patch you have in there, adds a method to the OpalCall, it does TC>> Tz>not touch any parts of OpalManager TC>> Tz>so, i dont understand why opalmanager would be the cause of your pain? TC>> Tz> TC>> Tz>> AM>> there is no way to send progress inicator throuch opalmgr. and TC>> there is TC>> Tz>> AM>> many another issues like TC>> Tz>> AM>> this in that layer. TC>> Tz> TC>> Tz>Please point me to the issues you have in opal, their bug reports , TC>> traces etc. TC>> Tz>I dont think any of the opal people has psychic abilities to detect TC>> Tz>-your- problems TC>> Tz>and solve them. TC>> Tz> TC>> Tz>>ftp://srv.icf.org.ru/pub/soft/f/freeswitch/ - there is TC>> Tz>> AM>> my work on mod_opal before TC>> Tz>> AM>> i start moving to h323plus, may be this help somebody there. TC>> Tz>> AM>> TC>> Tz>> AM>> BW> From what I have been told h323plus is a based/fork of TC>> OpenH323 which TC>> Tz>> AM>> BW>OPAL is just a continuation of OpenH323. So why not support TC>> the TC>> Tz>> AM>> BW>developers of OPAL/OpenH323 ? TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>/b TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>On Oct 7, 2009, at 7:50 AM, Georgiewskiy Yuriy wrote: TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>> We are developing module to handle h323 proto now, we try to TC>> use TC>> Tz>> AM>> BW>> mod_opal and try improve it, but no luck, TC>> Tz>> AM>> BW>> there is many issues in libopal, and finaly we now move to TC>> h323plus TC>> Tz>> AM>> BW>> library. TC>> Tz> TC>> Tz>Did any of you try to report those issues? TC>> Tz> TC>> Tz>Regards TC>> Tz> TC>> Tz>/tyn TC>> Tz> TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW> TC>> Tz>> AM>> BW>_______________________________________________ TC>> Tz>> AM>> BW>FreeSWITCH-users mailing list TC>> Tz>> AM>> BW>FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> AM>> BW>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> AM>> BW>UNSUBSCRIBE: TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> AM>> BW>http://www.freeswitch.org TC>> Tz>> AM>> BW> TC>> Tz>> AM>> TC>> Tz>> AM>> C ????????? With Best Regards TC>> Tz>> AM>> ???????????? ????. Georgiewskiy Yuriy TC>> Tz>> AM>> +7 4872 711666 +7 4872 711666 TC>> Tz>> AM>> ???? +7 4872 711143 fax +7 4872 711143 TC>> Tz>> AM>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> Tz>> AM>> http://nkoort.ru http://nkoort.ru TC>> Tz>> AM>> JID: GHhost at jabber.tula-ix.net.ru JID: TC>> GHhost at jabber.tula-ix.net.ru TC>> Tz>> AM>> YG129-RIPE YG129-RIPE TC>> Tz>> AM>> TC>> Tz>> AM>> _______________________________________________ TC>> Tz>> AM>> FreeSWITCH-users mailing list TC>> Tz>> AM>> FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> AM>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> AM>> UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> AM>> http://www.freeswitch.org TC>> Tz>> AM>> TC>> Tz>> AM>> TC>> Tz>> AM> TC>> Tz>> AM> TC>> Tz>> AM> TC>> Tz>> TC>> Tz>> C ????????? With Best Regards TC>> Tz>> ???????????? ????. Georgiewskiy Yuriy TC>> Tz>> +7 4872 711666 +7 4872 711666 TC>> Tz>> ???? +7 4872 711143 fax +7 4872 711143 TC>> Tz>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> Tz>> http://nkoort.ru http://nkoort.ru TC>> Tz>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> Tz>> YG129-RIPE YG129-RIPE TC>> Tz>> _______________________________________________ TC>> Tz>> FreeSWITCH-users mailing list TC>> Tz>> FreeSWITCH-users at lists.freeswitch.org TC>> Tz>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>> UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>> http://www.freeswitch.org TC>> Tz>> TC>> Tz>> TC>> Tz> TC>> Tz>_______________________________________________ TC>> Tz>FreeSWITCH-users mailing list TC>> Tz>FreeSWITCH-users at lists.freeswitch.org TC>> Tz>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> Tz>UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> Tz>http://www.freeswitch.org TC>> Tz> TC>> TC>> C ????????? With Best Regards TC>> ???????????? ????. Georgiewskiy Yuriy TC>> +7 4872 711666 +7 4872 711666 TC>> ???? +7 4872 711143 fax +7 4872 711143 TC>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> http://nkoort.ru http://nkoort.ru TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> YG129-RIPE YG129-RIPE TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From anthony.minessale at gmail.com Mon Oct 12 07:26:18 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 12 Oct 2009 09:26:18 -0500 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event In-Reply-To: References: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> <97B4BDC9-5B11-4A98-B1BF-CC00A82ECBD9@jerris.com> Message-ID: <191c3a030910120726p46d6410ejd94b61612686fbbc@mail.gmail.com> it works in either case with or without media the syntax for setting the frequency was answered above. On Mon, Oct 12, 2009 at 12:38 AM, Artem Shiyanov wrote: > Michael, Diego, > thanks for the rapid answers! > > As far as I understand, "enable_heartbeat" app is launching > SESSION_HEARTBEAT events that will stop when the call will be cleared. Also > I "heard" that "enable_heartbeat" works only for calls with proxied media. > > What I want is to monitor FreeSwitch status: is it alive and what is the > system status message. This info is provided in HEARTBEAT event gracefully > but in constant time period = 20 sec. So the main question is- how to > customize this period? > > > Artem > > > > > On Mon, Oct 12, 2009 at 2:52 AM, Michael Jerris wrote: > >> >> On Oct 11, 2009, at 5:44 PM, Diego Viola wrote: >> >> > Maybe you want enable_heartbeat or sched_heartbeat from mod_dptools? >> > >> > You can pass your parameters in second to these two. >> > >> > Example: >> > >> > >> > >> > >> > Where 1 in this case is the number of heartbeats per seconds. >> > >> >> Number of seconds between hearbeats, not hearbeats per second. >> >> >> > You can use that example on the Dialplan XML but you can also use it >> > on mod_event_socket outbound, etc. >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/14c983dd/attachment.html From tculjaga at gmail.com Mon Oct 12 07:27:25 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 12 Oct 2009 16:27:25 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: <65d96fc80910120727q6d35b51ard78005312079e021@mail.gmail.com> 2009/10/12 Georgiewskiy Yuriy > On 2009-10-08 20:32 +0200, Tihomir Culjaga wrote > freeswitch-users at lists.fre...: > > TC>Hi Yuriy, > TC> > TC>can you share what you have so far, I'm sure we can help with RTP > part... > > ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but seems > it work, but should be buggy, > to build need libpt 2.6.5 and h323plus cvs version, i test it now on fs > 1.0.4. > > TC> > TC>T. > TC> > TC>2009/10/8 Georgiewskiy Yuriy > got it and building it right now... T. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/fdb12e7f/attachment-0001.html From ngay01042005 at gmail.com Mon Oct 12 04:01:10 2009 From: ngay01042005 at gmail.com (homqua) Date: Mon, 12 Oct 2009 04:01:10 -0700 (PDT) Subject: [Freeswitch-users] Question about fax tone detection Message-ID: <1255345270255-3807298.post@n2.nabble.com> Hi, I have implemented the solution for tone detection in wiki, and also answer the channel before detecting the tone: But FS cannot recognize the tone, and therefore cannot move to fax extension. Below are the error in FS: 2009-10-12 10:57:16.702287 [NOTICE] switch_channel.c:602 New Channel sofia/external/anonymous at anonymous.invalid [c431f0a3-9231-4724-ba39-9e4ef7edfca2] 2009-10-12 10:57:16.703413 [INFO] mod_dialplan_xml.c:315 Processing Anonymous->055138419992 in context public 2009-10-12 10:57:16.719288 [NOTICE] switch_ivr.c:1349 Transfer sofia/external/anonymous at anonymous.invalid to XML[055138419992 at default] 2009-10-12 10:57:16.719288 [INFO] mod_dialplan_xml.c:315 Processing Anonymous->055138419992 in context default 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:649 Channel [sofia/external/anonymous at anonymous.invalid] has been answered 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:1324 Enabling tone detection 'fax' '1100' 2009-10-12 10:57:16.723302 [NOTICE] switch_core_state_machine.c:179 Hangup sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1086 Session 1 (sofia/external/anonymous at anonymous.invalid) Ended 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1088 Close Channel sofia/external/anonymous at anonymous.invalid [CS_DESTROY] And the trace for SIP messages: http://pastebin.com/m4e47e7d9 If anyone has any idea, tell me please. Thanks. -- View this message in context: http://n2.nabble.com/Question-about-fax-tone-detection-tp3807298p3807298.html Sent from the freeswitch-users mailing list archive at Nabble.com. From mattdfong at gmail.com Mon Oct 12 07:41:30 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Mon, 12 Oct 2009 21:41:30 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge Message-ID: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> I think think this might be a bug, but wanted to post here instead of Jira in-case I'm overlooking a configuration variable Dialplan API Command originate sofia/internal/sip_1%192.168.1.10 1920 When the bridge to 14159927717 fails (NO_ANSWER) both calls are terminated instead of continuing on in the dial plan to exten 1999 (which in my dialplan parks the call). hangup_after_bridge however seems to work OK if someone picks up in the bridge. Is this the correct behavior? How else can I prevent the call from hanging up if a bridge fails? Thanks. I'm using 15135M --matt http://www.hellohunter.com - Predictive Dialer http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/1d166b8a/attachment.html From brian at freeswitch.org Mon Oct 12 07:43:46 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 09:43:46 -0500 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> Message-ID: <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> We can host this in our SVN if you wish? /b On Oct 12, 2009, at 8:31 AM, Georgiewskiy Yuriy wrote: > ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but > seems it work, but should be buggy, > to build need libpt 2.6.5 and h323plus cvs version, i test it now on > fs 1.0.4. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/37f991ae/attachment.html From bottleman at icf.org.ru Mon Oct 12 07:53:18 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Mon, 12 Oct 2009 18:53:18 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <86a32abc0910061445w44ad9c60jb5aca1b7b7c29681@mail.gmail.com> <65d96fc80910061641u5870f081o8d49d2e89546f740@mail.gmail.com> <82C4D161-9CD8-4D33-B05A-CDC701EF23EC@freeswitch.org> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> Message-ID: On 2009-10-12 09:43 -0500, Brian West wrote freeswitch-users at lists.freeswit...: BW>We can host this in our SVN if you wish? If in fs svn i think yes. But i think may be little time later? i don't known is it builds on trunk because i develop it on 1.0.4. BW>/b BW> BW>On Oct 12, 2009, at 8:31 AM, Georgiewskiy Yuriy wrote: BW> BW>> ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but seems BW>> it work, but should be buggy, BW>> to build need libpt 2.6.5 and h323plus cvs version, i test it now on fs BW>> 1.0.4. BW> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From anthony.minessale at gmail.com Mon Oct 12 08:06:54 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 12 Oct 2009 10:06:54 -0500 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> Message-ID: <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> which line is hanging up your A (inbound) leg? look for a blue line that says "Hangup xyz...." that matches it so i can see. I think what is happening is you are getting early media so the bridge is actually working then when nobody answers it dies but technically the bridge worked. On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: > I think think this might be a bug, but wanted to post here instead of Jira > in-case I'm overlooking a configuration variable > Dialplan > > > > > > > > > > API Command > originate sofia/internal/sip_1%192.168.1.10 1920 > > When the bridge to 14159927717 fails (NO_ANSWER) both calls are terminated > instead of continuing on in the dial plan to exten 1999 (which in my > dialplan parks the call). hangup_after_bridge however seems to work OK if > someone picks up in the bridge. Is this the correct behavior? How else can I > prevent the call from hanging up if a bridge fails? Thanks. > > I'm using 15135M > > --matt > http://www.hellohunter.com - Predictive Dialer > http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/135a5728/attachment.html From mattdfong at gmail.com Mon Oct 12 08:23:54 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Mon, 12 Oct 2009 22:23:54 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> Message-ID: <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] might be the line..or the entire output is below.... freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 1920 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready sofia/internal/sip_1! 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel [sofia/internal/sip_1] has been answered 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing FreeSWITCH->1920 in context default 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer sofia/internal/sip_1 to XML[1920 at default] API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] sofia.c:3552 Ring-Ready sofia/external/14159927717! 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw:debug.comhc:NO_ANSWER du:0 cn:sofia/external/14159927717 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session 47 (sofia/external/14159927717) Ended 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close Channel sofia/external/14159927717 [CS_DESTROY] 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. Cause: NO_ANSWER 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer sofia/internal/sip_1 to XML[1999 at default] 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing FreeSWITCH->1999 in context default 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session 46 (sofia/internal/sip_1) Ended 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close Channel sofia/internal/sip_1 [CS_DESTROY] thanks for looking at this. On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > which line is hanging up your A (inbound) leg? > > look for a blue line that says "Hangup xyz...." that matches it so i can > see. > > I think what is happening is you are getting early media so the bridge is > actually working then when nobody answers it dies but technically the bridge > worked. > > On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: > >> I think think this might be a bug, but wanted to post here instead of Jira >> in-case I'm overlooking a configuration variable >> Dialplan >> >> >> >> >> >> >> >> >> >> API Command >> originate sofia/internal/sip_1%192.168.1.10 1920 >> >> When the bridge to 14159927717 fails (NO_ANSWER) both calls are terminated >> instead of continuing on in the dial plan to exten 1999 (which in my >> dialplan parks the call). hangup_after_bridge however seems to work OK if >> someone picks up in the bridge. Is this the correct behavior? How else can I >> prevent the call from hanging up if a bridge fails? Thanks. >> >> I'm using 15135M >> >> --matt >> http://www.hellohunter.com - Predictive Dialer >> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/918d9b9e/attachment-0001.html From mattdfong at gmail.com Mon Oct 12 08:25:53 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Mon, 12 Oct 2009 22:25:53 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> Message-ID: <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> my extn 1999... since it looks from the output like it's transferring, just don't know why it's disconnecting the call instead of playing the .wav and parking. On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: > 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup > sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] > > might be the line..or the entire output is below.... > > freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 > 1920 > 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel > sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] > 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready > sofia/internal/sip_1! > 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel > [sofia/internal/sip_1] has been answered > 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing > FreeSWITCH->1920 in context default > 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel > sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] > 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer > sofia/internal/sip_1 to XML[1920 at default] > API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: > +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf > > freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] > sofia.c:3552 Ring-Ready sofia/external/14159927717! > 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup > sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] > 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: > debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 > 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session 47 > (sofia/external/14159927717) Ended > 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close > Channel sofia/external/14159927717 [CS_DESTROY] > 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. > Cause: NO_ANSWER > 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer > sofia/internal/sip_1 to XML[1999 at default] > 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing > FreeSWITCH->1999 in context default > 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup > sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] > 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session 46 > (sofia/internal/sip_1) Ended > 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close > Channel sofia/internal/sip_1 [CS_DESTROY] > > > thanks for looking at this. > > On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> which line is hanging up your A (inbound) leg? >> >> look for a blue line that says "Hangup xyz...." that matches it so i can >> see. >> >> I think what is happening is you are getting early media so the bridge is >> actually working then when nobody answers it dies but technically the bridge >> worked. >> >> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >> >>> I think think this might be a bug, but wanted to post here instead of >>> Jira in-case I'm overlooking a configuration variable >>> Dialplan >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> API Command >>> originate sofia/internal/sip_1%192.168.1.10 1920 >>> >>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>> someone picks up in the bridge. Is this the correct behavior? How else can I >>> prevent the call from hanging up if a bridge fails? Thanks. >>> >>> I'm using 15135M >>> >>> --matt >>> http://www.hellohunter.com - Predictive Dialer >>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/f8c70d66/attachment.html From anthony.minessale at gmail.com Mon Oct 12 08:33:01 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 12 Oct 2009 10:33:01 -0500 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> Message-ID: <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> because the regex is on 1997 not 1999 On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: > > > data="hh/hh-unable_to_connect_contact.wav"/> > > > > > my extn 1999... since it looks from the output like it's transferring, just > don't know why it's disconnecting the call instead of playing the .wav and > parking. > > On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: > >> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup >> sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >> >> might be the line..or the entire output is below.... >> >> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >> 1920 >> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >> sofia/internal/sip_1! >> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >> [sofia/internal/sip_1] has been answered >> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >> FreeSWITCH->1920 in context default >> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >> sofia/internal/sip_1 to XML[1920 at default] >> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >> >> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >> sofia.c:3552 Ring-Ready sofia/external/14159927717! >> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session 47 >> (sofia/external/14159927717) Ended >> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/external/14159927717 [CS_DESTROY] >> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >> Cause: NO_ANSWER >> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >> sofia/internal/sip_1 to XML[1999 at default] >> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >> FreeSWITCH->1999 in context default >> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup >> sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session 46 >> (sofia/internal/sip_1) Ended >> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/internal/sip_1 [CS_DESTROY] >> >> >> thanks for looking at this. >> >> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> which line is hanging up your A (inbound) leg? >>> >>> look for a blue line that says "Hangup xyz...." that matches it so i can >>> see. >>> >>> I think what is happening is you are getting early media so the bridge is >>> actually working then when nobody answers it dies but technically the bridge >>> worked. >>> >>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>> >>>> I think think this might be a bug, but wanted to post here instead of >>>> Jira in-case I'm overlooking a configuration variable >>>> Dialplan >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> API Command >>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>> >>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>> prevent the call from hanging up if a bridge fails? Thanks. >>>> >>>> I'm using 15135M >>>> >>>> --matt >>>> http://www.hellohunter.com - Predictive Dialer >>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> iax:guest at conference.freeswitch.org/888 >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:213-799-1400 >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/05659b90/attachment-0001.html From anthony.minessale at gmail.com Mon Oct 12 08:38:11 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 12 Oct 2009 10:38:11 -0500 Subject: [Freeswitch-users] Play music on hold after parking the call In-Reply-To: <1452e2980910120036k5ab2fb36vbec031c0b0280116@mail.gmail.com> References: <1452e2980910100237u317d6138w1d13bd3cfb250353@mail.gmail.com> <1452e2980910120036k5ab2fb36vbec031c0b0280116@mail.gmail.com> Message-ID: <191c3a030910120838w2efa7168o19dc070af231b524@mail.gmail.com> You are asking how you can do asynchronous actions park then play a sound before park exits without enabling async mode. Think about that. you could use new valet_parking that parks with music i guess or tell the channel execute playback instead of park since playback an park are almost the same thing only one is silent and one is not. On Mon, Oct 12, 2009 at 2:36 AM, velusamy velu wrote: > Any one please help me to solve the mentioned problem........ > > > On Sat, Oct 10, 2009 at 3:07 PM, velusamy velu wrote: > >> Dear All, >> I am using ESL.pm module to control the dial plan application. I >> want to play some music while executing the some external scripts. I >> executed park after then I executed the playback the music didn't play. >> >> Could any one please explain how can I solve this problem without >> using async mode in socket application? >> >> Thanks, >> Velusamy. >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/8791cf1d/attachment.html From mattdfong at gmail.com Mon Oct 12 08:45:10 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Mon, 12 Oct 2009 22:45:10 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> Message-ID: <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> doh! thanks! On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > because the regex is on 1997 not 1999 > > > > On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: > >> >> >> > data="hh/hh-unable_to_connect_contact.wav"/> >> >> >> >> >> my extn 1999... since it looks from the output like it's transferring, >> just don't know why it's disconnecting the call instead of playing the .wav >> and parking. >> >> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >> >>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>> >>> might be the line..or the entire output is below.... >>> >>> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >>> 1920 >>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>> sofia/internal/sip_1! >>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>> [sofia/internal/sip_1] has been answered >>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>> FreeSWITCH->1920 in context default >>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>> sofia/internal/sip_1 to XML[1920 at default] >>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>> >>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session 47 >>> (sofia/external/14159927717) Ended >>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>> Channel sofia/external/14159927717 [CS_DESTROY] >>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >>> Cause: NO_ANSWER >>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>> sofia/internal/sip_1 to XML[1999 at default] >>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>> FreeSWITCH->1999 in context default >>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session 46 >>> (sofia/internal/sip_1) Ended >>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>> Channel sofia/internal/sip_1 [CS_DESTROY] >>> >>> >>> thanks for looking at this. >>> >>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> which line is hanging up your A (inbound) leg? >>>> >>>> look for a blue line that says "Hangup xyz...." that matches it so i can >>>> see. >>>> >>>> I think what is happening is you are getting early media so the bridge >>>> is actually working then when nobody answers it dies but technically the >>>> bridge worked. >>>> >>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>> >>>>> I think think this might be a bug, but wanted to post here instead of >>>>> Jira in-case I'm overlooking a configuration variable >>>>> Dialplan >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> API Command >>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>> >>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>> >>>>> I'm using 15135M >>>>> >>>>> --matt >>>>> http://www.hellohunter.com - Predictive Dialer >>>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> iax:guest at conference.freeswitch.org/888 >>>> googletalk:conf+888 at conference.freeswitch.org >>>> pstn:213-799-1400 >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/4062ce9b/attachment.html From tculjaga at gmail.com Mon Oct 12 09:03:50 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 12 Oct 2009 18:03:50 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> Message-ID: <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> hi, can't make it... subZero:~/freeswitch-trunk$ make mod_h323 making all mod_h323 Compiling mod_h323.cpp... quiet_libtool: compile: g++ -g -ggdb -I/usr/local/include/ptlib -I/usr/local/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions -I/home/tculjaga/freeswitch-trunk/src/include -I/home/tculjaga/freeswitch-trunk/libs/libteletone/src -fPIC -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_h323.cpp -fPIC -DPIC -o .libs/mod_h323.o In file included from /usr/local/include/openh323/h323.h:493, from mod_h323.h:8, from mod_h323.cpp:3: /usr/local/include/openh323/h323ep.h: In member function ???virtual void NATFactoryStartup::OnShutdown()???: /usr/local/include/openh323/h323ep.h:2731: error: ???NatFactory??? has not been declared make[4]: *** [mod_h323.lo] Error 1 make[3]: *** [all] Error 1 make[2]: *** [mod_h323-all] Error 1 make[1]: *** [mod_h323] Error 2 make: *** [mod_h323] Error 2 what exact ptlib and h323plus versions did you use? .. can you send us a link so we can use the exact ones. T. 2009/10/12 Georgiewskiy Yuriy > On 2009-10-12 09:43 -0500, Brian West wrote > freeswitch-users at lists.freeswit...: > > BW>We can host this in our SVN if you wish? > > If in fs svn i think yes. But i think may be little time later? > i don't known is it builds on trunk because i develop it on 1.0.4. > > BW>/b > BW> > BW>On Oct 12, 2009, at 8:31 AM, Georgiewskiy Yuriy wrote: > BW> > BW>> ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but > seems > BW>> it work, but should be buggy, > BW>> to build need libpt 2.6.5 and h323plus cvs version, i test it now on > fs > BW>> 1.0.4. > BW> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/05c33ffd/attachment-0001.html From maciej.aniserowicz at gmail.com Mon Oct 12 09:04:52 2009 From: maciej.aniserowicz at gmail.com (Maciej Aniserowicz) Date: Mon, 12 Oct 2009 09:04:52 -0700 (PDT) Subject: [Freeswitch-users] Bad sound quality while eavesdropping In-Reply-To: <59F3CD44-5FEA-403C-98BE-EEE49EC3815B@freeswitch.org> References: <41A44DD027064988A914974405788C2E@procent> <191c3a030910050731m2d74979ep4598e5a1945d58ae@mail.gmail.com> <1254901192035-3780245.post@n2.nabble.com> <8437F5BC-7AFF-4A74-B8CD-C5B8219021F6@jerris.com> <1255008427639-3788019.post@n2.nabble.com> <191c3a030910080823g79c7c596x1cd887e1538ce2e1@mail.gmail.com> <1255169044209-3799274.post@n2.nabble.com> <1255337256919-3806786.post@n2.nabble.com> <59F3CD44-5FEA-403C-98BE-EEE49EC3815B@freeswitch.org> Message-ID: <1255363492193-3808860.post@n2.nabble.com> Nope, I wanted to make sure that this is indeed a bug. I opened an issue in JIRA before regarding some other matter and it turned out to be my mistake, so I decided to try mailing list first this time. MA Brian West wrote: > > Did you open a jira and attach all the info? > > /b > > On Oct 12, 2009, at 3:47 AM, Maciej Aniserowicz wrote: > >> Yes, I confirmed that with Wireshark (filter "rtp and ip.src == >> ). RTP packets are sent every 20ms. >> >> MAniserowicz >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- View this message in context: http://n2.nabble.com/Bad-sound-quality-while-eavesdropping-tp3768542p3808860.html Sent from the freeswitch-users mailing list archive at Nabble.com. From brian at freeswitch.org Mon Oct 12 09:44:21 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 11:44:21 -0500 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> References: <25850181.post@talk.nabble.com> <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> Message-ID: Fixed... svn up. /b On Oct 12, 2009, at 1:15 AM, Seven Du wrote: > http://jira.freeswitch.org/browse/MODCODEC-15 > > Is it ok I assigned to you ? > > Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/a9a58079/attachment.html From ryannyl at gmail.com Mon Oct 12 10:18:51 2009 From: ryannyl at gmail.com (Ryanny Lin) Date: Tue, 13 Oct 2009 01:18:51 +0800 Subject: [Freeswitch-users] Can freeswitch forward an un-implemented SIP method?(like a SIP proxy server) Message-ID: <4bfcac7e0910121018m39e1f820qb39b2eb13348da9c@mail.gmail.com> Hi, all I used sipp to test to forward an un-implemented SIP method, but I got 501 Not Implemented. Can freeswitch be a SIP proxy server? SIP/2.0 501 Not Implemented Via: SIP/2.0/UDP 10.10.59.161:5061 From: To: ;tag=gBpay50SD2SUD Call-ID: 10-27119 at 10.10.59.161 CSeq: 3 TESTA User-Agent: FreeSWITCH-mod_sofia/1.0.4-exported Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO, PUBLISH Supported: timer, precondition, path, replaces Content-Length: 0 It looks like freeswitch always processes SIP messages. -- Sincerely regards, Ryanny Oct. 13 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/1357dcaa/attachment.html From msc at freeswitch.org Mon Oct 12 10:21:44 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 10:21:44 -0700 Subject: [Freeswitch-users] REMINDER: Weekly FreeSWITCH Conference Scheduled for October 9, 11AM CST (GMT -6) In-Reply-To: <86a32abc0910111440n184b882fwee29736bb15850ef@mail.gmail.com> References: <87f2f3b90910081202m5dd3f567v240541dd2009c9a8@mail.gmail.com> <86a32abc0910111440n184b882fwee29736bb15850ef@mail.gmail.com> Message-ID: <87f2f3b90910121021q59a99c5cgafa3f718436e83e@mail.gmail.com> On Sun, Oct 11, 2009 at 2:40 PM, Diego Viola wrote: > I'd like to add this for the next weekly conference. > > I have added a few events to the event list, as you can see here: > > http://wiki.freeswitch.org/wiki/Event_list > > But I need more help from the community to complete that and add content to > the events, etc. So if you can add that for the next weekly conference it > would be really nice :). > > I added this to the Oct 16th agenda. I'll be sending out the reminder email today. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/486a9db8/attachment.html From bottleman at icf.org.ru Mon Oct 12 10:29:46 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Mon, 12 Oct 2009 21:29:46 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <191c3a030910080843i3b8d43f4ga0f6b9927f96d2e2@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> Message-ID: On 2009-10-12 18:03 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: i already write this, ptlib 2.6.5, tou can find link to it on oplalvoip.org, h32plus latest CVS version, you can find it on www.h323plus.org. TC>hi, TC> TC>can't make it... TC> TC>subZero:~/freeswitch-trunk$ make mod_h323 TC> TC>making all mod_h323 TC>Compiling mod_h323.cpp... TC>quiet_libtool: compile: g++ -g -ggdb -I/usr/local/include/ptlib TC>-I/usr/local/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions TC>-I/home/tculjaga/freeswitch-trunk/src/include TC>-I/home/tculjaga/freeswitch-trunk/libs/libteletone/src -fPIC TC>-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 TC>-D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_h323.cpp -fPIC -DPIC -o TC>.libs/mod_h323.o TC>In file included from /usr/local/include/openh323/h323.h:493, TC> from mod_h323.h:8, TC> from mod_h323.cpp:3: TC>/usr/local/include/openh323/h323ep.h: In member function ??????virtual void TC>NATFactoryStartup::OnShutdown()??????: TC>/usr/local/include/openh323/h323ep.h:2731: error: ??????NatFactory?????? has not TC>been declared TC>make[4]: *** [mod_h323.lo] Error 1 TC>make[3]: *** [all] Error 1 TC>make[2]: *** [mod_h323-all] Error 1 TC>make[1]: *** [mod_h323] Error 2 TC>make: *** [mod_h323] Error 2 TC> TC> TC> TC>what exact ptlib and h323plus versions did you use? .. can you send us a TC>link so we can use the exact ones. TC> TC> TC>T. TC> TC>2009/10/12 Georgiewskiy Yuriy TC> TC>> On 2009-10-12 09:43 -0500, Brian West wrote TC>> freeswitch-users at lists.freeswit...: TC>> TC>> BW>We can host this in our SVN if you wish? TC>> TC>> If in fs svn i think yes. But i think may be little time later? TC>> i don't known is it builds on trunk because i develop it on 1.0.4. TC>> TC>> BW>/b TC>> BW> TC>> BW>On Oct 12, 2009, at 8:31 AM, Georgiewskiy Yuriy wrote: TC>> BW> TC>> BW>> ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, but TC>> seems TC>> BW>> it work, but should be buggy, TC>> BW>> to build need libpt 2.6.5 and h323plus cvs version, i test it now on TC>> fs TC>> BW>> 1.0.4. TC>> BW> TC>> TC>> C ????????? With Best Regards TC>> ???????????? ????. Georgiewskiy Yuriy TC>> +7 4872 711666 +7 4872 711666 TC>> ???? +7 4872 711143 fax +7 4872 711143 TC>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> http://nkoort.ru http://nkoort.ru TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> YG129-RIPE YG129-RIPE TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From sicfslist at gmail.com Mon Oct 12 10:31:24 2009 From: sicfslist at gmail.com (Shelby Ramsey) Date: Mon, 12 Oct 2009 12:31:24 -0500 Subject: [Freeswitch-users] Can freeswitch forward an un-implemented SIP method?(like a SIP proxy server) In-Reply-To: <4bfcac7e0910121018m39e1f820qb39b2eb13348da9c@mail.gmail.com> References: <4bfcac7e0910121018m39e1f820qb39b2eb13348da9c@mail.gmail.com> Message-ID: <35b355e90910121031k2a8aa6ah2ea5bc063e6a59de@mail.gmail.com> This is because FS is a B2BUA ... not a proxy. You should consider OpenSER/SIPS/Kaemillio for this type of application. SDR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/cc0a7342/attachment.html From msc at freeswitch.org Mon Oct 12 10:35:08 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 10:35:08 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910080958i1f5cfccax621fd12100a05e3e@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> Message-ID: <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> On Sun, Oct 11, 2009 at 4:49 PM, Brian West wrote: > I have tried to police the wiki when things like this appear.. its one > thing to crack a joke in fun from time to time... but to put stuff > like that on the wiki isn't acceptable. > > /b > > It seemed appropriate to do so, therefore I added a small snippet on the documentation guidelines: http://wiki.freeswitch.org/wiki/Documentation_guidelines#Keep_It_Professional -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/eb7730d0/attachment.html From mattdfong at gmail.com Mon Oct 12 10:42:15 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Tue, 13 Oct 2009 00:42:15 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> Message-ID: <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed bridge... when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not recognized (I think). Is there anyway to get an alloted_timeout to continue after bridge (failure)? revised dialplan & cmd output freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 1920 2009-10-12 17:39:22.237622 [NOTICE] switch_channel.c:613 New Channel sofia/internal/sip_1 [1d58fb59-c7f9-4908-b612-5bd1c12083cc] 2009-10-12 17:39:22.313524 [NOTICE] sofia.c:3552 Ring-Ready sofia/internal/sip_1! 2009-10-12 17:39:25.142400 [NOTICE] sofia.c:3998 Channel [sofia/internal/sip_1] has been answered 2009-10-12 17:39:25.146259 [INFO] mod_dialplan_xml.c:391 Processing FreeSWITCH->1920 in context default 2009-10-12 17:39:25.146259 [NOTICE] switch_channel.c:613 New Channel sofia/external/14159927717 [38cb7046-0c0d-47ef-94b5-bf8ccf35d185] 2009-10-12 17:39:25.152026 [NOTICE] switch_ivr.c:1367 Transfer sofia/internal/sip_1 to XML[1920 at default] API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: +OK 1d58fb59-c7f9-4908-b612-5bd1c12083cc freeswitch at matthew-laptop> 2009-10-12 17:39:25.217629 [NOTICE] sofia.c:3552 Ring-Ready sofia/external/14159927717! 2009-10-12 17:39:36.017513 [NOTICE] switch_ivr_originate.c:297 Hangup sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] 2009-10-12 17:39:36.017513 [INFO] switch_cpp.cpp:1116 PCHangup gw:debug.comhc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 12 (sofia/external/14159927717) Ended 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close Channel sofia/external/14159927717 [CS_DESTROY] 2009-10-12 17:39:36.037520 [INFO] mod_dptools.c:2133 Originate Failed. Cause: ALLOTTED_TIMEOUT 2009-10-12 17:39:36.037520 [NOTICE] mod_dptools.c:2166 Hangup sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 11 (sofia/internal/sip_1) Ended 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close Channel sofia/internal/sip_1 [CS_DESTROY] thanks. --matt On Mon, Oct 12, 2009 at 10:45 PM, Matthew Fong wrote: > doh! thanks! > > > On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> because the regex is on 1997 not 1999 >> >> >> >> On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: >> >>> >>> >>> >> data="hh/hh-unable_to_connect_contact.wav"/> >>> >>> >>> >>> >>> my extn 1999... since it looks from the output like it's transferring, >>> just don't know why it's disconnecting the call instead of playing the .wav >>> and parking. >>> >>> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >>> >>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>> >>>> might be the line..or the entire output is below.... >>>> >>>> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >>>> 1920 >>>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>>> sofia/internal/sip_1! >>>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>>> [sofia/internal/sip_1] has been answered >>>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>>> FreeSWITCH->1920 in context default >>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>>> sofia/internal/sip_1 to XML[1920 at default] >>>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>>> >>>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >>>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session >>>> 47 (sofia/external/14159927717) Ended >>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>>> Channel sofia/external/14159927717 [CS_DESTROY] >>>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >>>> Cause: NO_ANSWER >>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>>> sofia/internal/sip_1 to XML[1999 at default] >>>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>>> FreeSWITCH->1999 in context default >>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session >>>> 46 (sofia/internal/sip_1) Ended >>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>>> Channel sofia/internal/sip_1 [CS_DESTROY] >>>> >>>> >>>> thanks for looking at this. >>>> >>>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> which line is hanging up your A (inbound) leg? >>>>> >>>>> look for a blue line that says "Hangup xyz...." that matches it so i >>>>> can see. >>>>> >>>>> I think what is happening is you are getting early media so the bridge >>>>> is actually working then when nobody answers it dies but technically the >>>>> bridge worked. >>>>> >>>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>>> >>>>>> I think think this might be a bug, but wanted to post here instead of >>>>>> Jira in-case I'm overlooking a configuration variable >>>>>> Dialplan >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> API Command >>>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>>> >>>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>>> >>>>>> I'm using 15135M >>>>>> >>>>>> --matt >>>>>> http://www.hellohunter.com - Predictive Dialer >>>>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> iax:guest at conference.freeswitch.org/888 >>>>> googletalk:conf+888 at conference.freeswitch.org >>>>> pstn:213-799-1400 >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> iax:guest at conference.freeswitch.org/888 >> googletalk:conf+888 at conference.freeswitch.org >> pstn:213-799-1400 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/a572f833/attachment-0001.html From msc at freeswitch.org Mon Oct 12 11:00:18 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:00:18 -0700 Subject: [Freeswitch-users] Question about fax tone detection In-Reply-To: <1255345270255-3807298.post@n2.nabble.com> References: <1255345270255-3807298.post@n2.nabble.com> Message-ID: <87f2f3b90910121100l40a1b22hff33df032411cf31@mail.gmail.com> On Mon, Oct 12, 2009 at 4:01 AM, homqua wrote: > > Hi, > I have implemented the solution for tone detection in wiki, and also answer > the channel before detecting the tone: > > > > > > > > > > > data="/usr/local/freeswitch/storage/fax/${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.tiff"/> > > > > > > > But FS cannot recognize the tone, and therefore cannot move to fax > extension. Below are the error in FS: > > 2009-10-12 10:57:16.702287 [NOTICE] switch_channel.c:602 New Channel > sofia/external/anonymous at anonymous.invalid > [c431f0a3-9231-4724-ba39-9e4ef7edfca2] > 2009-10-12 10:57:16.703413 [INFO] mod_dialplan_xml.c:315 Processing > Anonymous->055138419992 in context public > 2009-10-12 10:57:16.719288 [NOTICE] switch_ivr.c:1349 Transfer > sofia/external/anonymous at anonymous.invalid to XML[055138419992 at default] > 2009-10-12 10:57:16.719288 [INFO] mod_dialplan_xml.c:315 Processing > Anonymous->055138419992 in context default > 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:649 Channel > [sofia/external/anonymous at anonymous.invalid] has been answered > 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:1324 Enabling tone > detection 'fax' '1100' > 2009-10-12 10:57:16.723302 [NOTICE] switch_core_state_machine.c:179 Hangup > sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] > 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1086 Session 1 > (sofia/external/anonymous at anonymous.invalid) Ended > 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1088 Close > Channel > sofia/external/anonymous at anonymous.invalid [CS_DESTROY] > > And the trace for SIP messages: http://pastebin.com/m4e47e7d9 > > If anyone has any idea, tell me please. > Thanks. > I think the trouble here is that you don't have anything else in the dialplan after the tone_detect. The tone_detect app is non-block, which means that it doesn't sit there and wait for a tone. If you want the dialplan to sit and wait then do a sleep app after your tone_detect. The other question I would have is this: what happens if the incoming call is not a fax? What do you want to do then? -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/4665e2a0/attachment.html From msc at freeswitch.org Mon Oct 12 11:11:24 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:11:24 -0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> Message-ID: <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong wrote: > when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed > bridge... > when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not > recognized (I think). Is there anyway to get an alloted_timeout to continue > after bridge (failure)? > Try it with ignore_early_media=true and see if it's the early media that's tripping you up. -MC > > revised dialplan & cmd output > > > > > > > > > > freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 > 1920 > 2009-10-12 17:39:22.237622 [NOTICE] switch_channel.c:613 New Channel > sofia/internal/sip_1 [1d58fb59-c7f9-4908-b612-5bd1c12083cc] > 2009-10-12 17:39:22.313524 [NOTICE] sofia.c:3552 Ring-Ready > sofia/internal/sip_1! > 2009-10-12 17:39:25.142400 [NOTICE] sofia.c:3998 Channel > [sofia/internal/sip_1] has been answered > 2009-10-12 17:39:25.146259 [INFO] mod_dialplan_xml.c:391 Processing > FreeSWITCH->1920 in context default > 2009-10-12 17:39:25.146259 [NOTICE] switch_channel.c:613 New Channel > sofia/external/14159927717 [38cb7046-0c0d-47ef-94b5-bf8ccf35d185] > 2009-10-12 17:39:25.152026 [NOTICE] switch_ivr.c:1367 Transfer > sofia/internal/sip_1 to XML[1920 at default] > API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: > +OK 1d58fb59-c7f9-4908-b612-5bd1c12083cc > > freeswitch at matthew-laptop> 2009-10-12 17:39:25.217629 [NOTICE] > sofia.c:3552 Ring-Ready sofia/external/14159927717! > 2009-10-12 17:39:36.017513 [NOTICE] switch_ivr_originate.c:297 Hangup > sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] > 2009-10-12 17:39:36.017513 [INFO] switch_cpp.cpp:1116 PCHangup gw: > debug.com hc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 > 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 12 > (sofia/external/14159927717) Ended > 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close > Channel sofia/external/14159927717 [CS_DESTROY] > 2009-10-12 17:39:36.037520 [INFO] mod_dptools.c:2133 Originate Failed. > Cause: ALLOTTED_TIMEOUT > 2009-10-12 17:39:36.037520 [NOTICE] mod_dptools.c:2166 Hangup > sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] > 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 11 > (sofia/internal/sip_1) Ended > 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close > Channel sofia/internal/sip_1 [CS_DESTROY] > > thanks. > > --matt > > > On Mon, Oct 12, 2009 at 10:45 PM, Matthew Fong wrote: > >> doh! thanks! >> >> >> On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> because the regex is on 1997 not 1999 >>> >>> >>> >>> On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: >>> >>>> >>>> >>>> >>> data="hh/hh-unable_to_connect_contact.wav"/> >>>> >>>> >>>> >>>> >>>> my extn 1999... since it looks from the output like it's transferring, >>>> just don't know why it's disconnecting the call instead of playing the .wav >>>> and parking. >>>> >>>> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >>>> >>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>> >>>>> might be the line..or the entire output is below.... >>>>> >>>>> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >>>>> 1920 >>>>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>>>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>>>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>>>> sofia/internal/sip_1! >>>>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>>>> [sofia/internal/sip_1] has been answered >>>>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>>>> FreeSWITCH->1920 in context default >>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>>>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>>>> sofia/internal/sip_1 to XML[1920 at default] >>>>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>>>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>>>> >>>>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>>>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >>>>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>>>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>>>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session >>>>> 47 (sofia/external/14159927717) Ended >>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>>>> Channel sofia/external/14159927717 [CS_DESTROY] >>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >>>>> Cause: NO_ANSWER >>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>>>> sofia/internal/sip_1 to XML[1999 at default] >>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>>>> FreeSWITCH->1999 in context default >>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session >>>>> 46 (sofia/internal/sip_1) Ended >>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>>>> Channel sofia/internal/sip_1 [CS_DESTROY] >>>>> >>>>> >>>>> thanks for looking at this. >>>>> >>>>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>>>> anthony.minessale at gmail.com> wrote: >>>>> >>>>>> which line is hanging up your A (inbound) leg? >>>>>> >>>>>> look for a blue line that says "Hangup xyz...." that matches it so i >>>>>> can see. >>>>>> >>>>>> I think what is happening is you are getting early media so the bridge >>>>>> is actually working then when nobody answers it dies but technically the >>>>>> bridge worked. >>>>>> >>>>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>>>> >>>>>>> I think think this might be a bug, but wanted to post here instead of >>>>>>> Jira in-case I'm overlooking a configuration variable >>>>>>> Dialplan >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> API Command >>>>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>>>> >>>>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>>>> >>>>>>> I'm using 15135M >>>>>>> >>>>>>> --matt >>>>>>> http://www.hellohunter.com - Predictive Dialer >>>>>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>>>>> iax:guest at conference.freeswitch.org/888 >>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>> pstn:213-799-1400 >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> iax:guest at conference.freeswitch.org/888 >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:213-799-1400 >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/5844ad0d/attachment-0001.html From mattdfong at gmail.com Mon Oct 12 11:26:32 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Tue, 13 Oct 2009 01:26:32 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> Message-ID: <4256bf830910121126l6f4326fco9ee3a83f51820742@mail.gmail.com> still no luck... freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 1920 2009-10-12 18:25:44.345480 [NOTICE] switch_channel.c:613 New Channel sofia/internal/sip_1 [3fc6efb2-e4fa-454a-abb7-ebe39da748f5] 2009-10-12 18:25:44.489480 [NOTICE] sofia.c:3552 Ring-Ready sofia/internal/sip_1! 2009-10-12 18:25:46.601509 [NOTICE] sofia.c:3998 Channel [sofia/internal/sip_1] has been answered 2009-10-12 18:25:46.601509 [INFO] mod_dialplan_xml.c:391 Processing FreeSWITCH->1920 in context default 2009-10-12 18:25:46.601509 [NOTICE] switch_channel.c:613 New Channel sofia/external/14159927717 [1976e3c2-187c-4f05-98f5-36742ab8248f] 2009-10-12 18:25:46.601509 [NOTICE] switch_ivr.c:1367 Transfer sofia/internal/sip_1 to XML[1920 at default] API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: +OK 3fc6efb2-e4fa-454a-abb7-ebe39da748f5 freeswitch at matthew-laptop> 2009-10-12 18:25:46.677650 [NOTICE] sofia.c:3552 Ring-Ready sofia/external/14159927717! 2009-10-12 18:25:57.017477 [NOTICE] switch_ivr_originate.c:297 Hangup sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] 2009-10-12 18:25:57.017477 [INFO] switch_cpp.cpp:1116 PCHangup gw:debug.comhc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 2009-10-12 18:25:57.037695 [NOTICE] switch_core_session.c:1087 Session 4 (sofia/external/14159927717) Ended 2009-10-12 18:25:57.037695 [NOTICE] switch_core_session.c:1089 Close Channel sofia/external/14159927717 [CS_DESTROY] 2009-10-12 18:25:57.037695 [INFO] mod_dptools.c:2133 Originate Failed. Cause: ALLOTTED_TIMEOUT 2009-10-12 18:25:57.037695 [NOTICE] mod_dptools.c:2166 Hangup sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] 2009-10-12 18:25:57.037695 [NOTICE] switch_core_session.c:1087 Session 3 (sofia/internal/sip_1) Ended 2009-10-12 18:25:57.037695 [NOTICE] switch_core_session.c:1089 Close Channel sofia/internal/sip_1 [CS_DESTROY] --matt On Tue, Oct 13, 2009 at 1:11 AM, Michael Collins wrote: > > > On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong wrote: > >> when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed >> bridge... >> when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not >> recognized (I think). Is there anyway to get an alloted_timeout to continue >> after bridge (failure)? >> > > Try it with ignore_early_media=true and see if it's the early media that's > tripping you up. > -MC > > >> >> revised dialplan & cmd output >> >> >> >> >> >> >> >> >> >> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >> 1920 >> 2009-10-12 17:39:22.237622 [NOTICE] switch_channel.c:613 New Channel >> sofia/internal/sip_1 [1d58fb59-c7f9-4908-b612-5bd1c12083cc] >> 2009-10-12 17:39:22.313524 [NOTICE] sofia.c:3552 Ring-Ready >> sofia/internal/sip_1! >> 2009-10-12 17:39:25.142400 [NOTICE] sofia.c:3998 Channel >> [sofia/internal/sip_1] has been answered >> 2009-10-12 17:39:25.146259 [INFO] mod_dialplan_xml.c:391 Processing >> FreeSWITCH->1920 in context default >> 2009-10-12 17:39:25.146259 [NOTICE] switch_channel.c:613 New Channel >> sofia/external/14159927717 [38cb7046-0c0d-47ef-94b5-bf8ccf35d185] >> 2009-10-12 17:39:25.152026 [NOTICE] switch_ivr.c:1367 Transfer >> sofia/internal/sip_1 to XML[1920 at default] >> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >> +OK 1d58fb59-c7f9-4908-b612-5bd1c12083cc >> >> freeswitch at matthew-laptop> 2009-10-12 17:39:25.217629 [NOTICE] >> sofia.c:3552 Ring-Ready sofia/external/14159927717! >> 2009-10-12 17:39:36.017513 [NOTICE] switch_ivr_originate.c:297 Hangup >> sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] >> 2009-10-12 17:39:36.017513 [INFO] switch_cpp.cpp:1116 PCHangup gw: >> debug.com hc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 12 >> (sofia/external/14159927717) Ended >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/external/14159927717 [CS_DESTROY] >> 2009-10-12 17:39:36.037520 [INFO] mod_dptools.c:2133 Originate Failed. >> Cause: ALLOTTED_TIMEOUT >> 2009-10-12 17:39:36.037520 [NOTICE] mod_dptools.c:2166 Hangup >> sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 11 >> (sofia/internal/sip_1) Ended >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/internal/sip_1 [CS_DESTROY] >> >> thanks. >> >> --matt >> >> >> On Mon, Oct 12, 2009 at 10:45 PM, Matthew Fong wrote: >> >>> doh! thanks! >>> >>> >>> On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> because the regex is on 1997 not 1999 >>>> >>>> >>>> >>>> On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: >>>> >>>>> >>>>> >>>>> >>>> data="hh/hh-unable_to_connect_contact.wav"/> >>>>> >>>>> >>>>> >>>>> >>>>> my extn 1999... since it looks from the output like it's transferring, >>>>> just don't know why it's disconnecting the call instead of playing the .wav >>>>> and parking. >>>>> >>>>> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >>>>> >>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>> >>>>>> might be the line..or the entire output is below.... >>>>>> >>>>>> freeswitch at matthew-laptop> originate >>>>>> sofia/internal/sip_1%192.168.1.10 1920 >>>>>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>>>>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>>>>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>>>>> sofia/internal/sip_1! >>>>>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>>>>> [sofia/internal/sip_1] has been answered >>>>>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>>>>> FreeSWITCH->1920 in context default >>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>>>>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>>>>> sofia/internal/sip_1 to XML[1920 at default] >>>>>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>>>>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>>>>> >>>>>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>>>>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >>>>>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>>>>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>>>>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session >>>>>> 47 (sofia/external/14159927717) Ended >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>>>>> Channel sofia/external/14159927717 [CS_DESTROY] >>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >>>>>> Cause: NO_ANSWER >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>>>>> sofia/internal/sip_1 to XML[1999 at default] >>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>>>>> FreeSWITCH->1999 in context default >>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session >>>>>> 46 (sofia/internal/sip_1) Ended >>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>>>>> Channel sofia/internal/sip_1 [CS_DESTROY] >>>>>> >>>>>> >>>>>> thanks for looking at this. >>>>>> >>>>>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>>>>> anthony.minessale at gmail.com> wrote: >>>>>> >>>>>>> which line is hanging up your A (inbound) leg? >>>>>>> >>>>>>> look for a blue line that says "Hangup xyz...." that matches it so i >>>>>>> can see. >>>>>>> >>>>>>> I think what is happening is you are getting early media so the >>>>>>> bridge is actually working then when nobody answers it dies but technically >>>>>>> the bridge worked. >>>>>>> >>>>>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>>>>> >>>>>>>> I think think this might be a bug, but wanted to post here instead >>>>>>>> of Jira in-case I'm overlooking a configuration variable >>>>>>>> Dialplan >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> API Command >>>>>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>>>>> >>>>>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>>>>> >>>>>>>> I'm using 15135M >>>>>>>> >>>>>>>> --matt >>>>>>>> http://www.hellohunter.com - Predictive Dialer >>>>>>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at 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 >>>>>>> iax:guest at conference.freeswitch.org/888 >>>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>>> pstn:213-799-1400 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> iax:guest at conference.freeswitch.org/888 >>>> googletalk:conf+888 at conference.freeswitch.org >>>> pstn:213-799-1400 >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/19d95c9f/attachment-0001.html From msc at freeswitch.org Mon Oct 12 11:34:27 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:34:27 -0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> Message-ID: <87f2f3b90910121134j25c728f5tb831cde418a14de7@mail.gmail.com> Turn on debug, make another test call, and pastebin the output. -MC On Mon, Oct 12, 2009 at 11:11 AM, Michael Collins wrote: > > > On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong wrote: > >> when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed >> bridge... >> when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not >> recognized (I think). Is there anyway to get an alloted_timeout to continue >> after bridge (failure)? >> > > Try it with ignore_early_media=true and see if it's the early media that's > tripping you up. > -MC > > >> >> revised dialplan & cmd output >> >> >> >> >> >> >> >> >> >> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >> 1920 >> 2009-10-12 17:39:22.237622 [NOTICE] switch_channel.c:613 New Channel >> sofia/internal/sip_1 [1d58fb59-c7f9-4908-b612-5bd1c12083cc] >> 2009-10-12 17:39:22.313524 [NOTICE] sofia.c:3552 Ring-Ready >> sofia/internal/sip_1! >> 2009-10-12 17:39:25.142400 [NOTICE] sofia.c:3998 Channel >> [sofia/internal/sip_1] has been answered >> 2009-10-12 17:39:25.146259 [INFO] mod_dialplan_xml.c:391 Processing >> FreeSWITCH->1920 in context default >> 2009-10-12 17:39:25.146259 [NOTICE] switch_channel.c:613 New Channel >> sofia/external/14159927717 [38cb7046-0c0d-47ef-94b5-bf8ccf35d185] >> 2009-10-12 17:39:25.152026 [NOTICE] switch_ivr.c:1367 Transfer >> sofia/internal/sip_1 to XML[1920 at default] >> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >> +OK 1d58fb59-c7f9-4908-b612-5bd1c12083cc >> >> freeswitch at matthew-laptop> 2009-10-12 17:39:25.217629 [NOTICE] >> sofia.c:3552 Ring-Ready sofia/external/14159927717! >> 2009-10-12 17:39:36.017513 [NOTICE] switch_ivr_originate.c:297 Hangup >> sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] >> 2009-10-12 17:39:36.017513 [INFO] switch_cpp.cpp:1116 PCHangup gw: >> debug.com hc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 12 >> (sofia/external/14159927717) Ended >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/external/14159927717 [CS_DESTROY] >> 2009-10-12 17:39:36.037520 [INFO] mod_dptools.c:2133 Originate Failed. >> Cause: ALLOTTED_TIMEOUT >> 2009-10-12 17:39:36.037520 [NOTICE] mod_dptools.c:2166 Hangup >> sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 11 >> (sofia/internal/sip_1) Ended >> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >> Channel sofia/internal/sip_1 [CS_DESTROY] >> >> thanks. >> >> --matt >> >> >> On Mon, Oct 12, 2009 at 10:45 PM, Matthew Fong wrote: >> >>> doh! thanks! >>> >>> >>> On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> because the regex is on 1997 not 1999 >>>> >>>> >>>> >>>> On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: >>>> >>>>> >>>>> >>>>> >>>> data="hh/hh-unable_to_connect_contact.wav"/> >>>>> >>>>> >>>>> >>>>> >>>>> my extn 1999... since it looks from the output like it's transferring, >>>>> just don't know why it's disconnecting the call instead of playing the .wav >>>>> and parking. >>>>> >>>>> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >>>>> >>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>> >>>>>> might be the line..or the entire output is below.... >>>>>> >>>>>> freeswitch at matthew-laptop> originate >>>>>> sofia/internal/sip_1%192.168.1.10 1920 >>>>>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>>>>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>>>>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>>>>> sofia/internal/sip_1! >>>>>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>>>>> [sofia/internal/sip_1] has been answered >>>>>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>>>>> FreeSWITCH->1920 in context default >>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>>>>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>>>>> sofia/internal/sip_1 to XML[1920 at default] >>>>>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>>>>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>>>>> >>>>>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>>>>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 Hangup >>>>>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>>>>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>>>>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 Session >>>>>> 47 (sofia/external/14159927717) Ended >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>>>>> Channel sofia/external/14159927717 [CS_DESTROY] >>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate Failed. >>>>>> Cause: NO_ANSWER >>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>>>>> sofia/internal/sip_1 to XML[1999 at default] >>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>>>>> FreeSWITCH->1999 in context default >>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 Session >>>>>> 46 (sofia/internal/sip_1) Ended >>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>>>>> Channel sofia/internal/sip_1 [CS_DESTROY] >>>>>> >>>>>> >>>>>> thanks for looking at this. >>>>>> >>>>>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>>>>> anthony.minessale at gmail.com> wrote: >>>>>> >>>>>>> which line is hanging up your A (inbound) leg? >>>>>>> >>>>>>> look for a blue line that says "Hangup xyz...." that matches it so i >>>>>>> can see. >>>>>>> >>>>>>> I think what is happening is you are getting early media so the >>>>>>> bridge is actually working then when nobody answers it dies but technically >>>>>>> the bridge worked. >>>>>>> >>>>>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>>>>> >>>>>>>> I think think this might be a bug, but wanted to post here instead >>>>>>>> of Jira in-case I'm overlooking a configuration variable >>>>>>>> Dialplan >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> API Command >>>>>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>>>>> >>>>>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>>>>> >>>>>>>> I'm using 15135M >>>>>>>> >>>>>>>> --matt >>>>>>>> http://www.hellohunter.com - Predictive Dialer >>>>>>>> http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at 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 >>>>>>> iax:guest at conference.freeswitch.org/888 >>>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>>> pstn:213-799-1400 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> iax:guest at conference.freeswitch.org/888 >>>> googletalk:conf+888 at conference.freeswitch.org >>>> pstn:213-799-1400 >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/4d31d9a5/attachment-0001.html From msc at freeswitch.org Mon Oct 12 11:35:29 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:35:29 -0700 Subject: [Freeswitch-users] Is assistivetech.net confusing the market place with their use of FreeSwitch product name? In-Reply-To: <9dc4a1670910111048y2802b155oc7086b975193c9d7@mail.gmail.com> References: <9dc4a1670910111048y2802b155oc7086b975193c9d7@mail.gmail.com> Message-ID: <87f2f3b90910121135v89c348eoc033cfea692fa041@mail.gmail.com> On Sun, Oct 11, 2009 at 10:48 AM, EdPimentl wrote: > http://www.assistivetech.net/search/productDisplay.php?product_id=18854 > -E > > Let's keep an eye on this but I doubt that an assistive technology application is going to create any real confusion. -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/f090d6f5/attachment.html From msc at freeswitch.org Mon Oct 12 11:49:54 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:49:54 -0700 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910120454m1ffc6dd4u42b91a4349597166@mail.gmail.com> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> <7d79b3930910120454m1ffc6dd4u42b91a4349597166@mail.gmail.com> Message-ID: <87f2f3b90910121149x6e2114f0q996a262ad272a1f6@mail.gmail.com> Lak, Okay I will need a little bit of time to dig into the IE's and what they contain. In the meantime can you tell me who the carrier is? I'd like to find out if they have some specific requirements. The fact that it doesn't work with libpri surprises me because that would mean that Asterisk systems would probably not work with this carrier as well. BTW, thanks for the very complete pastebin entries. :) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/0142c930/attachment.html From msc at freeswitch.org Mon Oct 12 11:51:56 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 11:51:56 -0700 Subject: [Freeswitch-users] Upgrading causes no answer In-Reply-To: <00ea01ca469b$7929faf0$6b7df0d0$@com> References: <00ea01ca469b$7929faf0$6b7df0d0$@com> Message-ID: <87f2f3b90910121151v229fb65fy1fd60ae1db2604c9@mail.gmail.com> On Tue, Oct 6, 2009 at 8:41 AM, Lars Zeb wrote: > http://pastebin.freeswitch.org/10612 > > > > I having been running v14996 OK for a while. I have upgraded a couple of > times after, but every time, an inbound call is hung up on. The only thing > that has changed is the upgrade. This morning I upgraded to v15098 and the > problem persists. > > > > I believe it has to do with a lua script I use for inbound calls. Reading > from the log, just after the script is launched, the following two lines > appear: > > > > switch_cpp.cpp:1116 session not ready > > switch_cpp.cpp:925 destroy/unlink session from object > > > > Has something changed recently with lua processing? Is there something in > the lua script which is causing the problem? > > Just following up. Have you upgraded to the most recent SVN and tried again? If so, is the problem still here? Please let us know. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/d97a3f30/attachment.html From mattdfong at gmail.com Mon Oct 12 12:00:29 2009 From: mattdfong at gmail.com (Matthew Fong) Date: Tue, 13 Oct 2009 02:00:29 +0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <87f2f3b90910121134j25c728f5tb831cde418a14de7@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> <87f2f3b90910121134j25c728f5tb831cde418a14de7@mail.gmail.com> Message-ID: <4256bf830910121200x7c0c0f30lfdab7ea5fbb4abc5@mail.gmail.com> http://pastebin.freeswitch.org/10656 On Tue, Oct 13, 2009 at 1:34 AM, Michael Collins wrote: > Turn on debug, make another test call, and pastebin the output. > -MC > > > On Mon, Oct 12, 2009 at 11:11 AM, Michael Collins wrote: > >> >> >> On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong wrote: >> >>> when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed >>> bridge... >>> when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is >>> not recognized (I think). Is there anyway to get an alloted_timeout to >>> continue after bridge (failure)? >>> >> >> Try it with ignore_early_media=true and see if it's the early media that's >> tripping you up. >> -MC >> >> >>> >>> revised dialplan & cmd output >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> freeswitch at matthew-laptop> originate sofia/internal/sip_1%192.168.1.10 >>> 1920 >>> 2009-10-12 17:39:22.237622 [NOTICE] switch_channel.c:613 New Channel >>> sofia/internal/sip_1 [1d58fb59-c7f9-4908-b612-5bd1c12083cc] >>> 2009-10-12 17:39:22.313524 [NOTICE] sofia.c:3552 Ring-Ready >>> sofia/internal/sip_1! >>> 2009-10-12 17:39:25.142400 [NOTICE] sofia.c:3998 Channel >>> [sofia/internal/sip_1] has been answered >>> 2009-10-12 17:39:25.146259 [INFO] mod_dialplan_xml.c:391 Processing >>> FreeSWITCH->1920 in context default >>> 2009-10-12 17:39:25.146259 [NOTICE] switch_channel.c:613 New Channel >>> sofia/external/14159927717 [38cb7046-0c0d-47ef-94b5-bf8ccf35d185] >>> 2009-10-12 17:39:25.152026 [NOTICE] switch_ivr.c:1367 Transfer >>> sofia/internal/sip_1 to XML[1920 at default] >>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>> +OK 1d58fb59-c7f9-4908-b612-5bd1c12083cc >>> >>> freeswitch at matthew-laptop> 2009-10-12 17:39:25.217629 [NOTICE] >>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>> 2009-10-12 17:39:36.017513 [NOTICE] switch_ivr_originate.c:297 Hangup >>> sofia/external/14159927717 [CS_CONSUME_MEDIA] [ALLOTTED_TIMEOUT] >>> 2009-10-12 17:39:36.017513 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>> debug.com hc:ALLOTTED_TIMEOUT du:0 cn:sofia/external/14159927717 >>> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 12 >>> (sofia/external/14159927717) Ended >>> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >>> Channel sofia/external/14159927717 [CS_DESTROY] >>> 2009-10-12 17:39:36.037520 [INFO] mod_dptools.c:2133 Originate Failed. >>> Cause: ALLOTTED_TIMEOUT >>> 2009-10-12 17:39:36.037520 [NOTICE] mod_dptools.c:2166 Hangup >>> sofia/internal/sip_1 [CS_EXECUTE] [ALLOTTED_TIMEOUT] >>> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1087 Session 11 >>> (sofia/internal/sip_1) Ended >>> 2009-10-12 17:39:36.037520 [NOTICE] switch_core_session.c:1089 Close >>> Channel sofia/internal/sip_1 [CS_DESTROY] >>> >>> thanks. >>> >>> --matt >>> >>> >>> On Mon, Oct 12, 2009 at 10:45 PM, Matthew Fong wrote: >>> >>>> doh! thanks! >>>> >>>> >>>> On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> because the regex is on 1997 not 1999 >>>>> >>>>> >>>>> >>>>> On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong wrote: >>>>> >>>>>> >>>>>> >>>>>> >>>>> data="hh/hh-unable_to_connect_contact.wav"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> my extn 1999... since it looks from the output like it's transferring, >>>>>> just don't know why it's disconnecting the call instead of playing the .wav >>>>>> and parking. >>>>>> >>>>>> On Mon, Oct 12, 2009 at 10:23 PM, Matthew Fong wrote: >>>>>> >>>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>>> >>>>>>> might be the line..or the entire output is below.... >>>>>>> >>>>>>> freeswitch at matthew-laptop> originate >>>>>>> sofia/internal/sip_1%192.168.1.10 1920 >>>>>>> 2009-10-12 15:21:44.029517 [NOTICE] switch_channel.c:613 New Channel >>>>>>> sofia/internal/sip_1 [1e722934-7e94-46aa-9d62-e6ec7e7449cf] >>>>>>> 2009-10-12 15:21:44.121484 [NOTICE] sofia.c:3552 Ring-Ready >>>>>>> sofia/internal/sip_1! >>>>>>> 2009-10-12 15:21:47.285531 [NOTICE] sofia.c:3998 Channel >>>>>>> [sofia/internal/sip_1] has been answered >>>>>>> 2009-10-12 15:21:47.290996 [INFO] mod_dialplan_xml.c:391 Processing >>>>>>> FreeSWITCH->1920 in context default >>>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_channel.c:613 New Channel >>>>>>> sofia/external/14159927717 [6b6cc440-e1d6-415a-b84b-494117e7361d] >>>>>>> 2009-10-12 15:21:47.293452 [NOTICE] switch_ivr.c:1367 Transfer >>>>>>> sofia/internal/sip_1 to XML[1920 at default] >>>>>>> API CALL [originate(sofia/internal/sip_1%192.168.1.10 1920)] output: >>>>>>> +OK 1e722934-7e94-46aa-9d62-e6ec7e7449cf >>>>>>> >>>>>>> freeswitch at matthew-laptop> 2009-10-12 15:21:47.369855 [NOTICE] >>>>>>> sofia.c:3552 Ring-Ready sofia/external/14159927717! >>>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr_originate.c:2336 >>>>>>> Hangup sofia/external/14159927717 [CS_CONSUME_MEDIA] [NO_ANSWER] >>>>>>> 2009-10-12 15:22:47.009474 [INFO] switch_cpp.cpp:1116 PCHangup gw: >>>>>>> debug.com hc:NO_ANSWER du:0 cn:sofia/external/14159927717 >>>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1087 >>>>>>> Session 47 (sofia/external/14159927717) Ended >>>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_core_session.c:1089 Close >>>>>>> Channel sofia/external/14159927717 [CS_DESTROY] >>>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dptools.c:2133 Originate >>>>>>> Failed. Cause: NO_ANSWER >>>>>>> 2009-10-12 15:22:47.009474 [NOTICE] switch_ivr.c:1367 Transfer >>>>>>> sofia/internal/sip_1 to XML[1999 at default] >>>>>>> 2009-10-12 15:22:47.009474 [INFO] mod_dialplan_xml.c:391 Processing >>>>>>> FreeSWITCH->1999 in context default >>>>>>> 2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 >>>>>>> Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] >>>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1087 >>>>>>> Session 46 (sofia/internal/sip_1) Ended >>>>>>> 2009-10-12 15:22:47.017768 [NOTICE] switch_core_session.c:1089 Close >>>>>>> Channel sofia/internal/sip_1 [CS_DESTROY] >>>>>>> >>>>>>> >>>>>>> thanks for looking at this. >>>>>>> >>>>>>> On Mon, Oct 12, 2009 at 10:06 PM, Anthony Minessale < >>>>>>> anthony.minessale at gmail.com> wrote: >>>>>>> >>>>>>>> which line is hanging up your A (inbound) leg? >>>>>>>> >>>>>>>> look for a blue line that says "Hangup xyz...." that matches it so i >>>>>>>> can see. >>>>>>>> >>>>>>>> I think what is happening is you are getting early media so the >>>>>>>> bridge is actually working then when nobody answers it dies but technically >>>>>>>> the bridge worked. >>>>>>>> >>>>>>>> On Mon, Oct 12, 2009 at 9:41 AM, Matthew Fong wrote: >>>>>>>> >>>>>>>>> I think think this might be a bug, but wanted to post here instead >>>>>>>>> of Jira in-case I'm overlooking a configuration variable >>>>>>>>> Dialplan >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> data="hangup_after_bridge=false"/> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> API Command >>>>>>>>> originate sofia/internal/sip_1%192.168.1.10 1920 >>>>>>>>> >>>>>>>>> When the bridge to 14159927717 fails (NO_ANSWER) both calls are >>>>>>>>> terminated instead of continuing on in the dial plan to exten 1999 (which in >>>>>>>>> my dialplan parks the call). hangup_after_bridge however seems to work OK if >>>>>>>>> someone picks up in the bridge. Is this the correct behavior? How else can I >>>>>>>>> prevent the call from hanging up if a bridge fails? Thanks. >>>>>>>>> >>>>>>>>> I'm using 15135M >>>>>>>>> >>>>>>>>> --matt >>>>>>>>> http://www.hellohunter.com - Predictive Dialer >>>>>>>>> http://www.hellohunter.com/voice_broadcast.php - Voice >>>>>>>>> Broadcasting >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at 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 >>>>>>>> iax:guest at conference.freeswitch.org/888 >>>>>>>> googletalk:conf+888 at conference.freeswitch.org >>>>>>>> pstn:213-799-1400 >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> iax:guest at conference.freeswitch.org/888 >>>>> googletalk:conf+888 at conference.freeswitch.org >>>>> pstn:213-799-1400 >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/0e5481f8/attachment-0001.html From msc at freeswitch.org Mon Oct 12 12:01:05 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 12:01:05 -0700 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> Message-ID: <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi wrote: > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote: > >> FYI, >> >> The FreeSWITCH devs have added valet parking! Check it out: >> http://www.freeswitch.org/node/207 >> >> Let us know what you think. >> > > Very nice. > > But I think a valet_unpark app is missing. > If the intention of the person sent to the valet lot is to retrieve a call > there, the person can assume the call was already retrieved by someone else > or that the caller hung up if he/she hears MOH. But it would be nicer to > have a valet_unpark app to fail and let the dialplan play a message. > > I understand what you are saying. I'm not sure I agree, but we'll kick the idea around when we have a few minutes and let you know what we decide. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/19349902/attachment.html From Russell.Mosemann at cune.org Mon Oct 12 12:20:07 2009 From: Russell.Mosemann at cune.org (Russell.Mosemann at cune.org) Date: Mon, 12 Oct 2009 19:20:07 -0000 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> Message-ID: <20091012192008.05FE3301FB6@mail.cune.org> Michael Collins said: > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi wrote: > > > > > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins wrote: > > > >> FYI, > >> > >> The FreeSWITCH devs have added valet parking! Check it out: > >> http://www.freeswitch.org/node/207 > >> > >> Let us know what you think. > >> > > > > Very nice. > > > > But I think a valet_unpark app is missing. > > If the intention of the person sent to the valet lot is to retrieve a call > > there, the person can assume the call was already retrieved by someone else > > or that the caller hung up if he/she hears MOH. But it would be nicer to > > have a valet_unpark app to fail and let the dialplan play a message. > > > > I understand what you are saying. I'm not sure I agree, but we'll kick the > idea around when we have a few minutes and let you know what we decide. > -MC If you do decide to implement something, I would encourage that it be flexible so that when the parking meter runs out :-), it could either play a message or forward the call to an extension (default to the extension that parked it). -- Russell Mosemann ________________________________________________________ Concordia University, Nebraska See http://www.cune.edu/ for the latest news and events! From jmesquita at freeswitch.org Mon Oct 12 12:37:26 2009 From: jmesquita at freeswitch.org (=?ISO-8859-1?Q?Jo=E3o_Mesquita?=) Date: Mon, 12 Oct 2009 16:37:26 -0300 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <20091012192008.05FE3301FB6@mail.cune.org> References: <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> <20091012192008.05FE3301FB6@mail.cune.org> Message-ID: I would say that the parking meter is a good idea and it is the default behavior of parking on legacy PBXs. Since we always do _more_, what do you think about having the option to transfer to any extension instead of just the one that transfered the call? Regards, jm On Mon, Oct 12, 2009 at 4:20 PM, wrote: > Michael Collins said: > > > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi > wrote: > > > > > > > > > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins > wrote: > > > > > >> FYI, > > >> > > >> The FreeSWITCH devs have added valet parking! Check it out: > > >> http://www.freeswitch.org/node/207 > > >> > > >> Let us know what you think. > > >> > > > > > > Very nice. > > > > > > But I think a valet_unpark app is missing. > > > If the intention of the person sent to the valet lot is to retrieve a > call > > > there, the person can assume the call was already retrieved by > someone else > > > or that the caller hung up if he/she hears MOH. But it would be nicer > to > > > have a valet_unpark app to fail and let the dialplan play a message. > > > > > > I understand what you are saying. I'm not sure I agree, but we'll > kick the > > idea around when we have a few minutes and let you know what we decide. > > -MC > > If you do decide to implement something, I would encourage that it be > flexible so that when the parking meter runs out :-), it could either > play a message or forward the call to an extension (default to the > extension that parked it). > > -- > Russell Mosemann > > > > ________________________________________________________ > Concordia University, Nebraska > See http://www.cune.edu/ for the latest news and events! > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/ce0464f4/attachment.html From quentusrex at gmail.com Mon Oct 12 12:55:20 2009 From: quentusrex at gmail.com (William King) Date: Mon, 12 Oct 2009 12:55:20 -0700 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> Message-ID: <4AD389A8.1080603@gmail.com> I don't know if this was mentioned yet. It would be useful to have a way to have the parking lot automatically find the next available spot and tts it to the person parking the call. Then the auto unpark would pop off the lowest numbered lot, or return fail if there is nobody in the parking lots etc. -William King Michael Collins wrote: > > > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi > > wrote: > > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins > > wrote: > > FYI, > > The FreeSWITCH devs have added valet parking! Check it out: > http://www.freeswitch.org/node/207 > > Let us know what you think. > > > Very nice. > > But I think a valet_unpark app is missing. > If the intention of the person sent to the valet lot is to > retrieve a call there, the person can assume the call was already > retrieved by someone else or that the caller hung up if he/she > hears MOH. But it would be nicer to have a valet_unpark app to > fail and let the dialplan play a message. > > I understand what you are saying. I'm not sure I agree, but we'll kick > the idea around when we have a few minutes and let you know what we > decide. > -MC > > ------------------------------------------------------------------------ > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 vinuth.madinur at gmail.com Mon Oct 12 12:58:32 2009 From: vinuth.madinur at gmail.com (Vinuth Madinur) Date: Tue, 13 Oct 2009 01:28:32 +0530 Subject: [Freeswitch-users] SIT tones and SIP Trunk provider. Message-ID: <910309030910121258r4afe6b96g9db4756e9f0e090b@mail.gmail.com> Hi, Does Freeswitch detect all of these hangup cases mentioned here [ http://wiki.freeswitch.org/wiki/Hangup_causes] when using it through a SIP Trunk provider? If not, should I put in tone_detect application in the dialplan for detecting the SITs? Won't freeswitch have to depend on the SIP status sent from SIP trunk to know the hangup status? So, I'm wondering if tone_detect will work at all? Please provide your advice. Thanks, Vinuth. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/ef554674/attachment.html From msc at freeswitch.org Mon Oct 12 13:31:19 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 13:31:19 -0700 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <4AD389A8.1080603@gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> <4AD389A8.1080603@gmail.com> Message-ID: <87f2f3b90910121331y23a11983vd40f75f861249623@mail.gmail.com> On Mon, Oct 12, 2009 at 12:55 PM, William King wrote: > I don't know if this was mentioned yet. It would be useful to have a way > to have the parking lot automatically find the next available spot and > tts it to the person parking the call. > > Then the auto unpark would pop off the lowest numbered lot, or return > fail if there is nobody in the parking lots etc. > Of course, if you're gonna do this then you might as well use FIFO queues. ;) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/fc061487/attachment.html From msc at freeswitch.org Mon Oct 12 13:39:09 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 13:39:09 -0700 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: References: <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> <20091012192008.05FE3301FB6@mail.cune.org> Message-ID: <87f2f3b90910121339m3e08484enbc2d9eab746bf03d@mail.gmail.com> 2009/10/12 Jo?o Mesquita > I would say that the parking meter is a good idea and it is the default > behavior of parking on legacy PBXs. Since we always do _more_, what do you > think about having the option to transfer to any extension instead of just > the one that transfered the call? > > Gents, Thanks for all the feedback. I think the proper thing to do is to make sure that we have, as Brian would put it, all the Lego(tm) bricks necessary to build the functionality that you wish to implement. A lot of what I'm hearing that you guys want can be handled with FIFO. Before we do any more programming with valet_park let's make sure that the existing Legos don't already give you the tools that you need. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/164a49a5/attachment.html From msc at freeswitch.org Mon Oct 12 13:45:13 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 13:45:13 -0700 Subject: [Freeswitch-users] SIT tones and SIP Trunk provider. In-Reply-To: <910309030910121258r4afe6b96g9db4756e9f0e090b@mail.gmail.com> References: <910309030910121258r4afe6b96g9db4756e9f0e090b@mail.gmail.com> Message-ID: <87f2f3b90910121345wef2a3f6u760fde22df0aba81@mail.gmail.com> On Mon, Oct 12, 2009 at 12:58 PM, Vinuth Madinur wrote: > Hi, > Does Freeswitch detect all of these hangup cases mentioned here [ > http://wiki.freeswitch.org/wiki/Hangup_causes] when using it through a SIP > Trunk provider? > > If not, should I put in tone_detect application in the dialplan for > detecting the SITs? > > Won't freeswitch have to depend on the SIP status sent from SIP trunk to > know the hangup status? So, I'm wondering if tone_detect will work at all? > > Vinuth, As usual, "it depends." Your provider is the key to this whole operation. If the SIP provider sends the information inband then you will definitely need to use tone_detect to look for the SIT tones. However, if the information comes back with the normal SIP messages then you're good to go. I've seen more than a few SIP providers do both, which means that you have to prepare for both cases. My advice to you is to get pcaps of failed calls and analyze them with Wireshark. If you need help analyzing them then put your pcaps on a web server and post a link so that others can download them. The wiki has some information on grabbing pcaps: http://wiki.freeswitch.org/wiki/Packet_Capture If you haven't already done so, go to cluecon.com and download the torrent file that has the ClueCon speaker presentations. The last presentation on Day 3 is Jason Garland and he walks you through using Wireshark for analyzing a SIP call, including both the signaling (SIP) and the media (RTP) parts of the call. BTW, if you have a copy of "VoIP Deployment For Dummies" it has a small section on using Wireshark for call analysis. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/55a67311/attachment-0001.html From vinuth.madinur at gmail.com Mon Oct 12 14:19:22 2009 From: vinuth.madinur at gmail.com (Vinuth Madinur) Date: Tue, 13 Oct 2009 02:49:22 +0530 Subject: [Freeswitch-users] SIT tones and SIP Trunk provider. In-Reply-To: <87f2f3b90910121345wef2a3f6u760fde22df0aba81@mail.gmail.com> References: <910309030910121258r4afe6b96g9db4756e9f0e090b@mail.gmail.com> <87f2f3b90910121345wef2a3f6u760fde22df0aba81@mail.gmail.com> Message-ID: <910309030910121419o56a547bft83e5218946a9a0f4@mail.gmail.com> Thanks Michael. I'll go through the resources you mentioned. Thanks, Vinuth. On Tue, Oct 13, 2009 at 2:15 AM, Michael Collins wrote: > > > On Mon, Oct 12, 2009 at 12:58 PM, Vinuth Madinur > wrote: > >> Hi, >> Does Freeswitch detect all of these hangup cases mentioned here [ >> http://wiki.freeswitch.org/wiki/Hangup_causes] when using it through a >> SIP Trunk provider? >> >> If not, should I put in tone_detect application in the dialplan for >> detecting the SITs? >> >> Won't freeswitch have to depend on the SIP status sent from SIP trunk to >> know the hangup status? So, I'm wondering if tone_detect will work at all? >> >> > Vinuth, > > As usual, "it depends." Your provider is the key to this whole operation. > If the SIP provider sends the information inband then you will definitely > need to use tone_detect to look for the SIT tones. However, if the > information comes back with the normal SIP messages then you're good to go. > I've seen more than a few SIP providers do both, which means that you have > to prepare for both cases. > > My advice to you is to get pcaps of failed calls and analyze them with > Wireshark. If you need help analyzing them then put your pcaps on a web > server and post a link so that others can download them. The wiki has some > information on grabbing pcaps: > > http://wiki.freeswitch.org/wiki/Packet_Capture > > If you haven't already done so, go to cluecon.com and download the torrent > file that has the ClueCon speaker presentations. The last presentation on > Day 3 is Jason Garland and he walks you through using Wireshark for > analyzing a SIP call, including both the signaling (SIP) and the media (RTP) > parts of the call. BTW, if you have a copy of "VoIP Deployment For Dummies" > it has a small section on using Wireshark for call analysis. > > -MC > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/33fedb14/attachment.html From tculjaga at gmail.com Mon Oct 12 14:43:47 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 12 Oct 2009 23:43:47 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> Message-ID: <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> hi, finally i compiled it right ... had a stupid issue with ekiga and wrong ptlib in place... anyhow, i loaded the module and will continue the tests tomorrow ...first thing i arrive in my office :P freeswitch at subZero> freeswitch at subZero> API CALL [console(loglevel 7)] output: +OK console log level set to DEBUG freeswitch at subZero> load mod_h323 2009-10-12 23:38:09.509279 [CONSOLE] mod_h323.cpp:93 Starting loading mod_h323 2009-10-12 23:38:09.511413 [DEBUG] mod_h323.cpp:461 Created Listener 'default' 2009-10-12 23:38:09.511413 [DEBUG] mod_h323.cpp:305 Config capabilliti PCMA,GSM,G729,G726 2009-10-12 23:38:09.511413 [DEBUG] mod_h323.cpp:309 Find capabilliti PCMU to PCMA,GSM,G729,G726 2009-10-12 23:38:09.511413 [DEBUG] mod_h323.cpp:309 Find capabilliti PCMA to PCMA,GSM,G729,G726 2009-10-12 23:38:09.511413 [DEBUG] h323caps.cxx:3264 FindCapability: "G.711-uLaw-64k{sw}" 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:3176 Added capability: G.711-uLaw-64k <1> 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:3264 FindCapability: "G.711-uLaw-64k{sw}" 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:3264 FindCapability: "G.711-uLaw-64k{sw}" 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:3264 FindCapability: "G.711-uLaw-64k{sw}" 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:3264 FindCapability: "G.711-uLaw-64k{sw}" 2009-10-12 23:38:09.512480 [DEBUG] h323caps.cxx:1989 No Extended Capabilities found to load 2009-10-12 23:38:09.512480 [DEBUG] mod_h323.cpp:325 H.323 added 1 capabilities 'G.711-uLaw-64k*{sw}' 2009-10-12 23:38:09.512480 [DEBUG] mod_h323.cpp:309 Find capabilliti gsm to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti msgsm to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti speex to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti lpc10 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti ilbc20 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti ilbc30 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g723 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g726 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g728 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g729b to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g729 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti slin to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g729a to PCMA,GSM,G729,G726 2009-10-12 23:38:09.513529 [DEBUG] mod_h323.cpp:309 Find capabilliti g729ab to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g723.1 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g723.1-5k3 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g723.1a-5k3 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g723.1a-6k3 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g723.1a-6k3-cisco to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g726-16 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g726-24 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g726-32 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti g726-40 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti ilbc to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti speex-18k2 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti speex-15k to PCMA,GSM,G729,G726 2009-10-12 23:38:09.514615 [DEBUG] mod_h323.cpp:309 Find capabilliti speex-11k to PCMA,GSM,G729,G726 2009-10-12 23:38:09.515708 [DEBUG] mod_h323.cpp:309 Find capabilliti speex-8k to PCMA,GSM,G729,G726 2009-10-12 23:38:09.515708 [DEBUG] mod_h323.cpp:309 Find capabilliti speex-5k95 to PCMA,GSM,G729,G726 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/hookflash <2> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/basicString <3> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/dtmf <4> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/RFC2833 <5> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/Navigation <6> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/Softkey <7> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/PointDevice <8> 2009-10-12 23:38:09.515708 [DEBUG] h323caps.cxx:3176 Added capability: UserInput/Modal <9> 2009-10-12 23:38:09.516760 [DEBUG] osutil.cxx:188 File handle high water mark set: 44 PTCPSocket 2009-10-12 23:38:09.516760 [DEBUG] h323ep.cxx:1995 Started listener Listener[ip$10.4.62.7:1720] 2009-10-12 23:38:09.516760 [DEBUG] tlibthrd.cxx:547 Thread high water mark set: 3 2009-10-12 23:38:09.516760 [CONSOLE] mod_h323.cpp:108 Opal manager initialized and running 2009-10-12 23:38:09.516760 [DEBUG] tlibthrd.cxx:454 Started thread 0xb75e0f18 H323 Listener:b5c98b90 2009-10-12 23:38:09.516760 [CONSOLE] switch_loadable_module.c:889 Successfully Loaded [mod_h323] 2009-10-12 23:38:09.516760 [NOTICE] switch_loadable_module.c:142 Adding Endpoint 'h323' API CALL [load(mod_h323)] output: +OK 2009-10-12 23:38:09.516760 [DEBUG] transports.cxx:1521 Awaiting TCP connections on port 1720 2009-10-12 23:38:09.517832 [DEBUG] transports.cxx:1475 Waiting on socket accept on ip$10.4.62.7:1720 2009-10-12 23:38:09.517832 [DEBUG] tlibthrd.cxx:1023 PThread::PXBlockOnIO(44,2) freeswitch at subZero> BTW: to compile everytihng, I used FS trunk, ptlib 2.7.1 and h323plus 1.22.0 Will let you know the results asap. T. 2009/10/12 Georgiewskiy Yuriy > On 2009-10-12 18:03 +0200, Tihomir Culjaga wrote > freeswitch-users at lists.fre...: > > i already write this, ptlib 2.6.5, tou can find link to it on > oplalvoip.org, h32plus latest CVS version, > you can find it on www.h323plus.org. > > TC>hi, > TC> > TC>can't make it... > TC> > TC>subZero:~/freeswitch-trunk$ make mod_h323 > TC> > TC>making all mod_h323 > TC>Compiling mod_h323.cpp... > TC>quiet_libtool: compile: g++ -g -ggdb -I/usr/local/include/ptlib > TC>-I/usr/local/include/openh323 -I. -DPTRACING=1 -D_REENTRANT > -fno-exceptions > TC>-I/home/tculjaga/freeswitch-trunk/src/include > TC>-I/home/tculjaga/freeswitch-trunk/libs/libteletone/src -fPIC > TC>-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 > TC>-D_GNU_SOURCE -DHAVE_CONFIG_H -c mod_h323.cpp -fPIC -DPIC -o > TC>.libs/mod_h323.o > TC>In file included from /usr/local/include/openh323/h323.h:493, > TC> from mod_h323.h:8, > TC> from mod_h323.cpp:3: > TC>/usr/local/include/openh323/h323ep.h: In member function ??????virtual > void > TC>NATFactoryStartup::OnShutdown()??????: > TC>/usr/local/include/openh323/h323ep.h:2731: error: ??????NatFactory?????? > has not > TC>been declared > TC>make[4]: *** [mod_h323.lo] Error 1 > TC>make[3]: *** [all] Error 1 > TC>make[2]: *** [mod_h323-all] Error 1 > TC>make[1]: *** [mod_h323] Error 2 > TC>make: *** [mod_h323] Error 2 > TC> > TC> > TC> > TC>what exact ptlib and h323plus versions did you use? .. can you send us a > TC>link so we can use the exact ones. > TC> > TC> > TC>T. > TC> > TC>2009/10/12 Georgiewskiy Yuriy > TC> > TC>> On 2009-10-12 09:43 -0500, Brian West wrote > TC>> freeswitch-users at lists.freeswit...: > TC>> > TC>> BW>We can host this in our SVN if you wish? > TC>> > TC>> If in fs svn i think yes. But i think may be little time later? > TC>> i don't known is it builds on trunk because i develop it on 1.0.4. > TC>> > TC>> BW>/b > TC>> BW> > TC>> BW>On Oct 12, 2009, at 8:31 AM, Georgiewskiy Yuriy wrote: > TC>> BW> > TC>> BW>> ftp://srv.icf.org.ru/pub/soft/f/freeswitch/mod_h323/ alfa code, > but > TC>> seems > TC>> BW>> it work, but should be buggy, > TC>> BW>> to build need libpt 2.6.5 and h323plus cvs version, i test it now > on > TC>> fs > TC>> BW>> 1.0.4. > TC>> BW> > TC>> > TC>> C ????????? With Best Regards > TC>> ???????????? ????. Georgiewskiy Yuriy > TC>> +7 4872 711666 +7 4872 711666 > TC>> ???? +7 4872 711143 fax +7 4872 711143 > TC>> ???????? ??? "?? ?? ??????" IT Service Ltd > TC>> http://nkoort.ru http://nkoort.ru > TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > TC>> YG129-RIPE YG129-RIPE > TC>> > TC>> _______________________________________________ > TC>> FreeSWITCH-users mailing list > TC>> FreeSWITCH-users at lists.freeswitch.org > TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > TC>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > TC>> http://www.freeswitch.org > TC>> > TC>> > TC> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/82be7cd0/attachment-0001.html From msc at freeswitch.org Mon Oct 12 14:48:57 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 14:48:57 -0700 Subject: [Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge In-Reply-To: <4256bf830910121200x7c0c0f30lfdab7ea5fbb4abc5@mail.gmail.com> References: <4256bf830910120741g5facaa6cr7ed92303dfafe74b@mail.gmail.com> <191c3a030910120806o30911131o743aa58420b41ae4@mail.gmail.com> <4256bf830910120823w5fcbc3eja4afb76b60b68fda@mail.gmail.com> <4256bf830910120825u70e988p4d7a041c520048a@mail.gmail.com> <191c3a030910120833i691b6fbfk3eecbf40e5496479@mail.gmail.com> <4256bf830910120845g4f991a55m8753c772dcc8cc31@mail.gmail.com> <4256bf830910121042o50ee79edife2243682bc9d3e2@mail.gmail.com> <87f2f3b90910121111m54cf2586pfca0d867307b1e86@mail.gmail.com> <87f2f3b90910121134j25c728f5tb831cde418a14de7@mail.gmail.com> <4256bf830910121200x7c0c0f30lfdab7ea5fbb4abc5@mail.gmail.com> Message-ID: <87f2f3b90910121448w581854d7tf878671430cce133@mail.gmail.com> On Mon, Oct 12, 2009 at 12:00 PM, Matthew Fong wrote: > http://pastebin.freeswitch.org/10656 > > > Matthew, Try continue_on_fail=true instead of hangup_after_bridge=false. http://wiki.freeswitch.org/wiki/Channel_Variables#continue_on_fail I think it will do what you want. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/92986ad3/attachment.html From diego.viola at gmail.com Mon Oct 12 15:11:51 2009 From: diego.viola at gmail.com (Diego Viola) Date: Mon, 12 Oct 2009 22:11:51 +0000 Subject: [Freeswitch-users] Some documentation thoughts Message-ID: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> Hello, I have been doing some work recently on the FreeSWITCH wiki, to improve things. You can see some of my work here: http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola I am trying to polish the wiki and give it a more professional and clean look, this means that we need to enforce some guidelines and strive to make the wiki even better. How can we do this? Well, the first thing is to review everything we have, right now we have too many separated and little pages here and there that no one cares or read, we should avoid doing little or small pages. We need to correct typos, I suggest that people click on "Random page" link and start correcting typos, install an English (US) dictionary in your browser and enable Spell Checking and start correcting these typos if you want to help, also, make acronyms and initialisms all-uppercase when you make one. When you are adding documentation make sure you don't do a separate page for an existing page, etc. and we also need to define a size for titles, body, etc, so different pages don't look different from each other, I will make sure I add all this into our guidelines and that all pages follow this. My goal is to have great documentation, similar to the Apache documentation: http://httpd.apache.org/docs/2.2/ Or even better, I hope you like this idea. Diego -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/66dea6bb/attachment.html From diego.viola at gmail.com Mon Oct 12 15:21:59 2009 From: diego.viola at gmail.com (Diego Viola) Date: Mon, 12 Oct 2009 22:21:59 +0000 Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> References: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> Message-ID: <86a32abc0910121521h46c6e0a8r19718c020b6ded5e@mail.gmail.com> Is this page still necessary: http://wiki.freeswitch.org/wiki/Old_mod_python I'd like to have the mod_python page only: http://wiki.freeswitch.org/wiki/Mod_python If there is something in the old one please let me know so we can move to the new one and then get rid of the older one. Thanks, Diego On Mon, Oct 12, 2009 at 10:11 PM, Diego Viola wrote: > Hello, > > I have been doing some work recently on the FreeSWITCH wiki, to improve > things. > > You can see some of my work here: > > > http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola > > I am trying to polish the wiki and give it a more professional and clean > look, this means that we need to enforce some guidelines and strive to make > the wiki even better. > > How can we do this? > > Well, the first thing is to review everything we have, right now we have > too many separated and little pages here and there that no one cares or > read, we should avoid doing little or small pages. We need to correct typos, > I suggest that people click on "Random page" link and start correcting > typos, install an English (US) dictionary in your browser and enable Spell > Checking and start correcting these typos if you want to help, also, make > acronyms and initialisms all-uppercase when you make one. > > When you are adding documentation make sure you don't do a separate page > for an existing page, etc. and we also need to define a size for titles, > body, etc, so different pages don't look different from each other, I will > make sure I add all this into our guidelines and that all pages follow this. > > My goal is to have great documentation, similar to the Apache > documentation: > http://httpd.apache.org/docs/2.2/ > > Or even better, I hope you like this idea. > > Diego > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/b08ac022/attachment.html From anthony.minessale at gmail.com Mon Oct 12 15:28:11 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 12 Oct 2009 17:28:11 -0500 Subject: [Freeswitch-users] Upgrading causes no answer In-Reply-To: <00ea01ca469b$7929faf0$6b7df0d0$@com> References: <00ea01ca469b$7929faf0$6b7df0d0$@com> Message-ID: <191c3a030910121528w1adb6779xb9923d2a8cdd5943@mail.gmail.com> if you are using ringback variable you now must also use ignore_early_media=true either exported from A leg or in {} on the b leg dial string to get the original behavior. On Tue, Oct 6, 2009 at 10:41 AM, Lars Zeb wrote: > http://pastebin.freeswitch.org/10612 > > > > I having been running v14996 OK for a while. I have upgraded a couple of > times after, but every time, an inbound call is hung up on. The only thing > that has changed is the upgrade. This morning I upgraded to v15098 and the > problem persists. > > > > I believe it has to do with a lua script I use for inbound calls. Reading > from the log, just after the script is launched, the following two lines > appear: > > > > switch_cpp.cpp:1116 session not ready > > switch_cpp.cpp:925 destroy/unlink session from object > > > > Has something changed recently with lua processing? Is there something in > the lua script which is causing the problem? > > > > I would appreciate any help. > > > > Thanks, Lars > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/0b4df46f/attachment.html From gabe at gundy.org Mon Oct 12 15:33:33 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Mon, 12 Oct 2009 16:33:33 -0600 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <903da5680910081201p427a8358n768edb61a96674a4@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> Message-ID: <903da5680910121533wed3544ek6929ee9191a90848@mail.gmail.com> On Mon, Oct 12, 2009 at 11:35 AM, Michael Collins wrote: > It seemed appropriate to do so, therefore I added a small snippet on the > documentation guidelines: > http://wiki.freeswitch.org/wiki/Documentation_guidelines#Keep_It_Professional Good guidelines... Just in time to help the author of this lovely bit: 'I would love some brief descriptions of what you guys are doing with FreeSWITCH so I can write an article to shove down the throats of idiots who keep saying that "FreeSWITCH is an Asterisk alternative that offers basic PBX functionality."' Link: http://wiki.freeswitch.org/wiki/FS_weekly_2009_10_09 Best, Gabe From msc at freeswitch.org Mon Oct 12 15:38:27 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 15:38:27 -0700 Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> References: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> Message-ID: <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> On Mon, Oct 12, 2009 at 3:11 PM, Diego Viola wrote: > Hello, > > I have been doing some work recently on the FreeSWITCH wiki, to improve > things. > > You can see some of my work here: > > > http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola > > I am trying to polish the wiki and give it a more professional and clean > look, this means that we need to enforce some guidelines and strive to make > the wiki even better. > > How can we do this? > > Well, the first thing is to review everything we have, right now we have > too many separated and little pages here and there that no one cares or > read, we should avoid doing little or small pages. We need to correct typos, > I suggest that people click on "Random page" link and start correcting > typos, install an English (US) dictionary in your browser and enable Spell > Checking and start correcting these typos if you want to help, also, make > acronyms and initialisms all-uppercase when you make one. > > When you are adding documentation make sure you don't do a separate page > for an existing page, etc. and we also need to define a size for titles, > body, etc, so different pages don't look different from each other, I will > make sure I add all this into our guidelines and that all pages follow this. > > My goal is to have great documentation, similar to the Apache > documentation: > http://httpd.apache.org/docs/2.2/ > > Or even better, I hope you like this idea. > Diego, Thank you so much for all of your help on this. Many in the community have seen your work - it has not gone unnoticed and it most truly is appreciated. I like the idea of improving the documentation. One thing we need to do is re-think the organization. In many cases the issue with the docs isn't that they aren't complete, but rather that they are hard to find. It's all about organization. I'm definitely open to ideas. For those who are interested in helping out with the wiki please let me know of your availability and skill set. I am maintaining a list of volunteers. Lastly, if you want to talk about documentation in real time please join us in #freeswitch-docs. Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/5a0f2efb/attachment-0001.html From msc at freeswitch.org Mon Oct 12 15:41:48 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 15:41:48 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910121533wed3544ek6929ee9191a90848@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910081538l6e4e4b7dv3aedb2c4d1af58bc@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> <903da5680910121533wed3544ek6929ee9191a90848@mail.gmail.com> Message-ID: <87f2f3b90910121541u180f10fdj18f97f0d8981b097@mail.gmail.com> On Mon, Oct 12, 2009 at 3:33 PM, Gabriel Gunderson wrote: > On Mon, Oct 12, 2009 at 11:35 AM, Michael Collins > wrote: > > It seemed appropriate to do so, therefore I added a small snippet on the > > documentation guidelines: > > > http://wiki.freeswitch.org/wiki/Documentation_guidelines#Keep_It_Professional > > > Good guidelines... > > > Just in time to help the author of this lovely bit: > 'I would love some brief descriptions of what you guys are doing with > FreeSWITCH so I can write an article to shove down the throats of > idiots who keep saying that "FreeSWITCH is an Asterisk alternative > that offers basic PBX functionality."' > Touch?, my good man, touch?. I'll fix that right away. :) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/ed936709/attachment.html From frank at carmickle.com Mon Oct 12 16:02:47 2009 From: frank at carmickle.com (Frank Carmickle) Date: Mon, 12 Oct 2009 19:02:47 -0400 Subject: [Freeswitch-users] torrents Message-ID: <20091012230246.GF25698@base.carmickle.com> Hello I would like to watch these files. Can someone seed please. Thank you. --FC From quentusrex at gmail.com Mon Oct 12 16:15:44 2009 From: quentusrex at gmail.com (William King) Date: Mon, 12 Oct 2009 16:15:44 -0700 Subject: [Freeswitch-users] torrents In-Reply-To: <20091012230246.GF25698@base.carmickle.com> References: <20091012230246.GF25698@base.carmickle.com> Message-ID: <4AD3B8A0.5030501@gmail.com> Opps. didn't realize it was closed. Here you go. Moving it to my seedbox for permanent seeding. -William King Frank Carmickle wrote: > Hello > I would like to watch these files. Can someone seed please. Thank you. > > --FC > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 djbinter at yahoo.com Mon Oct 12 16:45:27 2009 From: djbinter at yahoo.com (DJB) Date: Mon, 12 Oct 2009 16:45:27 -0700 (PDT) Subject: [Freeswitch-users] Problem with Luasql on x86_64 Message-ID: <626589.60602.qm@web37505.mail.mud.yahoo.com> Hello, I am trying to use luasql with freeswitch but having a hard time compile it with x86_64 Server running CentOS 5.3 Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux [root at fsx1 luasql-2.1.1]# make export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic -I../compat/src -I/opt/local/include -I/usr/local/include -o src/sqlite3.so -shared src/luasql.o src/ls_sqlite3.o -L/opt/local/lib -lsqlite3 /usr/bin/ld: src/luasql.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC src/luasql.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [src/sqlite3.so] Error 1 Any suggestions. Thank you. From stkn at freeswitch.org Mon Oct 12 16:56:01 2009 From: stkn at freeswitch.org (Stefan Knoblich) Date: Tue, 13 Oct 2009 01:56:01 +0200 Subject: [Freeswitch-users] Problem with Luasql on x86_64 In-Reply-To: <626589.60602.qm@web37505.mail.mud.yahoo.com> References: <626589.60602.qm@web37505.mail.mud.yahoo.com> Message-ID: <4AD3C211.5070305@freeswitch.org> DJB wrote: > Hello, > > I am trying to use luasql with freeswitch but having a hard time compile it with x86_64 Server running CentOS 5.3 > > Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux > > [root at fsx1 luasql-2.1.1]# make > export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic -I../compat/src -I/opt/local/include -I/usr/local/include -o src/sqlite3.so -shared src/luasql.o src/ls_sqlite3.o -L/opt/local/lib -lsqlite3 > /usr/bin/ld: src/luasql.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC > src/luasql.o: could not read symbols: Bad value > collect2: ld returned 1 exit status > make: *** [src/sqlite3.so] Error 1 > > > Any suggestions. > > Thank you. Well, i'm sure people could've helped you on IRC if you stay for more than two minutes, after asking your question... From Mailings at kh-dev.de Mon Oct 12 17:01:30 2009 From: Mailings at kh-dev.de (Klaus Hochlehnert) Date: Tue, 13 Oct 2009 02:01:30 +0200 Subject: [Freeswitch-users] Problem with transfer and Snom phones... Message-ID: Hi, I'm facing an issue and I don't know why this happens or what I can do to solve this. Here's the scenario: - FS call timeout set to 30 sec - Setting continue_on_fail=true and hangup_after_bridge=false - 1 Snom phone and an external SIP/ISDN gateway (Lancom) connected to FS established a call and talk to each other (dir. from GW to Phone) - The called phone transfers the call to another internal Snom using the transfer button on the phone - The third phone doesn't answer and after 30 sec the call gets hung up with status NORMAL_CLEARING Actually I want the call back to the initiator of the transfer if the 3rd phone doesn't answer. Can anyone tell me why this happens and how I can set it up to do what I want? Thanks, Klaus P.S.: I'm using FS trunk from last week and newest Snom Firmware -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/98c4345b/attachment.html From gabe at gundy.org Mon Oct 12 17:26:42 2009 From: gabe at gundy.org (Gabriel Gunderson) Date: Mon, 12 Oct 2009 18:26:42 -0600 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <87f2f3b90910121541u180f10fdj18f97f0d8981b097@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <903da5680910082238x27bff476s8bea0e74ab516a8d@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> <903da5680910121533wed3544ek6929ee9191a90848@mail.gmail.com> <87f2f3b90910121541u180f10fdj18f97f0d8981b097@mail.gmail.com> Message-ID: <903da5680910121726s17e4dd39u306c2255cd7479ac@mail.gmail.com> On Mon, Oct 12, 2009 at 4:41 PM, Michael Collins wrote: > On Mon, Oct 12, 2009 at 3:33 PM, Gabriel Gunderson wrote: >> On Mon, Oct 12, 2009 at 11:35 AM, Michael Collins >> wrote: >> > It seemed appropriate to do so, therefore I added a small snippet on the >> > documentation guidelines: >> > >> > http://wiki.freeswitch.org/wiki/Documentation_guidelines#Keep_It_Professional >> >> Good guidelines... >> >> Just in time to help the author of this lovely bit: >> 'I would love some brief descriptions of what you guys are doing with >> FreeSWITCH so I can write an article to shove down the throats of >> idiots who keep saying that "FreeSWITCH is an Asterisk alternative >> that offers basic PBX functionality."' > > Touch?, my good man, touch?. I'll fix that right away. :) Never let it be said that you're not a good sport. :) Gabe From djbinter at yahoo.com Mon Oct 12 17:28:13 2009 From: djbinter at yahoo.com (DJB) Date: Mon, 12 Oct 2009 17:28:13 -0700 (PDT) Subject: [Freeswitch-users] Problem with Luasql on x86_64 In-Reply-To: <626589.60602.qm@web37505.mail.mud.yahoo.com> References: <626589.60602.qm@web37505.mail.mud.yahoo.com> Message-ID: <536709.63053.qm@web37502.mail.mud.yahoo.com> If anyone ran into the same problem, here is the fix that I got from [stkn] on IRC: make CFLAGS="-O2 -fPIC" I hope it might help someone in the future. Regards. ----- Original Message ---- From: DJB To: FREESWITCH-USERS MAILING LIST Sent: Mon, October 12, 2009 4:45:27 PM Subject: [Freeswitch-users] Problem with Luasql on x86_64 Hello, I am trying to use luasql with freeswitch but having a hard time compile it with x86_64 Server running CentOS 5.3 Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux [root at fsx1 luasql-2.1.1]# make export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -ansi -pedantic -I../compat/src -I/opt/local/include -I/usr/local/include -o src/sqlite3.so -shared src/luasql.o src/ls_sqlite3.o -L/opt/local/lib -lsqlite3 /usr/bin/ld: src/luasql.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC src/luasql.o: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [src/sqlite3.so] Error 1 Any suggestions. Thank you. _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at 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 mcampbellsmith at gmail.com Mon Oct 12 19:31:14 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 13 Oct 2009 13:31:14 +1100 Subject: [Freeswitch-users] Question about fax tone detection In-Reply-To: <87f2f3b90910121100l40a1b22hff33df032411cf31@mail.gmail.com> References: <1255345270255-3807298.post@n2.nabble.com> <87f2f3b90910121100l40a1b22hff33df032411cf31@mail.gmail.com> Message-ID: <33c87fa30910121931y48c57a94sb8fce42cc946c552@mail.gmail.com> This is what I have in my dialplan and the fax is detected beautifully. Note that in my case, extension 1000 will ring for a second or two before the fax is detected. So in your example, the fax does not have time to be detected, the dialplan exists and the call is hungup. When the fax is detected, the call is transferred to the receivefax extension in context features. The extension 1000 does not have to be answered for the transfer to occur. and in the features context I have On Tue, Oct 13, 2009 at 5:00 AM, Michael Collins wrote: > > > On Mon, Oct 12, 2009 at 4:01 AM, homqua wrote: >> >> Hi, >> I have implemented the solution for tone detection in wiki, and also >> answer >> the channel before detecting the tone: >> >> ? ? >> ? ? >> >> >> >> ? ? ? >> ? ? ? ? >> ? ? ? ? >> ? ? ? ?> >> data="/usr/local/freeswitch/storage/fax/${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.tiff"/> >> ? ? >> ? ? ? ? >> ? ? ? >> ? ? >> >> >> But FS cannot recognize the tone, and therefore cannot move to fax >> extension. ?Below are the error in FS: >> >> 2009-10-12 10:57:16.702287 [NOTICE] switch_channel.c:602 New Channel >> sofia/external/anonymous at anonymous.invalid >> [c431f0a3-9231-4724-ba39-9e4ef7edfca2] >> 2009-10-12 10:57:16.703413 [INFO] mod_dialplan_xml.c:315 Processing >> Anonymous->055138419992 in context public >> 2009-10-12 10:57:16.719288 [NOTICE] switch_ivr.c:1349 Transfer >> sofia/external/anonymous at anonymous.invalid to XML[055138419992 at default] >> 2009-10-12 10:57:16.719288 [INFO] mod_dialplan_xml.c:315 Processing >> Anonymous->055138419992 in context default >> 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:649 Channel >> [sofia/external/anonymous at anonymous.invalid] has been answered >> 2009-10-12 10:57:16.722289 [NOTICE] mod_dptools.c:1324 Enabling tone >> detection 'fax' '1100' >> 2009-10-12 10:57:16.723302 [NOTICE] switch_core_state_machine.c:179 Hangup >> sofia/external/anonymous at anonymous.invalid [CS_EXECUTE] [NORMAL_CLEARING] >> 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1086 Session 1 >> (sofia/external/anonymous at anonymous.invalid) Ended >> 2009-10-12 10:57:16.740285 [NOTICE] switch_core_session.c:1088 Close >> Channel >> sofia/external/anonymous at anonymous.invalid [CS_DESTROY] >> >> And the trace for SIP messages: ?http://pastebin.com/m4e47e7d9 >> >> If anyone has any idea, tell me please. >> Thanks. > > I think the trouble here is that you don't have anything else in the > dialplan after the tone_detect. The tone_detect app is non-block, which > means that it doesn't sit there and wait for a tone. If you want the > dialplan to sit and wait then do a sleep app after your tone_detect. The > other question I would have is this: what happens if the incoming call is > not a fax? What do you want to do then? > > -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 diego.viola at gmail.com Mon Oct 12 19:37:45 2009 From: diego.viola at gmail.com (Diego Viola) Date: Tue, 13 Oct 2009 02:37:45 +0000 Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> References: <86a32abc0910121511m4241faefg4b8d1caf3b0f7a87@mail.gmail.com> <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> Message-ID: <86a32abc0910121937l5fe537fcu48089d1c5e1bfc1@mail.gmail.com> Sure, I'm happy to put my little two cents to help the project :). Diego On Mon, Oct 12, 2009 at 10:38 PM, Michael Collins wrote: > > On Mon, Oct 12, 2009 at 3:11 PM, Diego Viola wrote: > >> Hello, >> >> I have been doing some work recently on the FreeSWITCH wiki, to improve >> things. >> >> You can see some of my work here: >> >> >> http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola >> >> I am trying to polish the wiki and give it a more professional and clean >> look, this means that we need to enforce some guidelines and strive to make >> the wiki even better. >> >> How can we do this? >> >> Well, the first thing is to review everything we have, right now we have >> too many separated and little pages here and there that no one cares or >> read, we should avoid doing little or small pages. We need to correct typos, >> I suggest that people click on "Random page" link and start correcting >> typos, install an English (US) dictionary in your browser and enable Spell >> Checking and start correcting these typos if you want to help, also, make >> acronyms and initialisms all-uppercase when you make one. >> >> When you are adding documentation make sure you don't do a separate page >> for an existing page, etc. and we also need to define a size for titles, >> body, etc, so different pages don't look different from each other, I will >> make sure I add all this into our guidelines and that all pages follow this. >> >> My goal is to have great documentation, similar to the Apache >> documentation: >> http://httpd.apache.org/docs/2.2/ >> >> Or even better, I hope you like this idea. >> > > Diego, > > Thank you so much for all of your help on this. Many in the community have > seen your work - it has not gone unnoticed and it most truly is appreciated. > I like the idea of improving the documentation. One thing we need to do is > re-think the organization. In many cases the issue with the docs isn't that > they aren't complete, but rather that they are hard to find. It's all about > organization. I'm definitely open to ideas. > > For those who are interested in helping out with the wiki please let me > know of your availability and skill set. I am maintaining a list of > volunteers. > > Lastly, if you want to talk about documentation in real time please join us > in #freeswitch-docs. > > Thanks, > MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/5df9f03d/attachment.html From dujinfang at gmail.com Mon Oct 12 20:16:38 2009 From: dujinfang at gmail.com (Seven Du) Date: Tue, 13 Oct 2009 11:16:38 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: <25850181.post@talk.nabble.com> References: <25850181.post@talk.nabble.com> Message-ID: <23f91030910122016q33012754n791ab9629e59c7a0@mail.gmail.com> It was a problem and has been fixed in the last trunk. Just update to the latest code should be ok. btw, the developers using jira to track bugs, so feel free to report one (as you see http://jira.freeswitch.org/browse/FSCORE-463) if you think it's a bug next time. 2009/10/12 Nagalenoj > > Whats the conclusion.?! > > > Brian West-3 wrote: > > > > Please open a jira please this did work but a recent change in > > switch_core_codec caused this to appear I usually test this regularly > > but haven't run thru a full run of tests lately. > > /b > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/49699f6e/attachment.html From dujinfang at gmail.com Mon Oct 12 20:17:37 2009 From: dujinfang at gmail.com (Seven Du) Date: Tue, 13 Oct 2009 11:17:37 +0800 Subject: [Freeswitch-users] Re corded file as voicemail. In-Reply-To: References: <25850181.post@talk.nabble.com> <23f91030910112315h5ea79b81ue55381a3caff0173@mail.gmail.com> Message-ID: <23f91030910122017j6efdfa26l958704ce8d67e53e@mail.gmail.com> I won't try until I need that, but I believe it works. Thanks Brian. 2009/10/13 Brian West > Fixed... svn up. > /b > > On Oct 12, 2009, at 1:15 AM, Seven Du wrote: > > http://jira.freeswitch.org/browse/MODCODEC-15 > > Is it ok I assigned to you ? > > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/0f1aafa9/attachment.html From srinivas.ksvreddy at gmail.com Mon Oct 12 21:44:01 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 10:14:01 +0530 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: <1255347432.3724.4.camel@eli-desktop> References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> <23f91030910120419o74f53279v5f061988ff585d56@mail.gmail.com> <1255347432.3724.4.camel@eli-desktop> Message-ID: exactly that is what i am trying to do now, if any help that would be great. On Mon, Oct 12, 2009 at 5:07 PM, Eli Hayun wrote: > Is it possible to keep a list of registered phone, and when FS will start > it will register them all automatically? > > > > On Mon, 2009-10-12 at 13:19 +0200, Seven Du wrote: > > try open YOUR_FreeSWITCH_INSTALL_DIR/db/*.db, you need sqlite3 to open > them. not sure how to do that on windows, but on linux: > > > # sqlite3 xx.db > sqlite> select * from sip_registration; > > 2009/10/12 srinivasula reddy > > Hi Mike, > > Thanks for your valuable reply, > when i install freeswitch1.0.2 in my machine(Windows xp operation system) i > dont have any databasae installed in my system, then from sqllite will come > into picture, and how can i see the registered users data from sqllite. > > > Thanks > Srinivas > > > On Mon, Oct 12, 2009 at 3:04 AM, Michael Jerris wrote: > > > > On Oct 7, 2009, at 10:48 AM, srinivasula reddy wrote: > > > > Hi > > can any please tell me where registered calls are stored, so when incoming > call came to mod_sofia.c how it will check it is registered or not?\\ > > > > Calls are not registered and calls have nothing to do with > registration. Users are registered so that you may send calls to them. > Registration data is stored either in a sqlite database, or optionally if > you setup odbc, in another database of your choice. If you try to send a > call to an unregistered user in the dialplan using the proper syntax to send > calls to registered users (see the wiki for more details), and that user is > not registered, the bridge app will fail, optionally letting you continue on > in the dialplan based on variables such as continue_on_fail and > hangup_after_bridge. You can use the sofia_contact function to see if there > is anyone registered to a specific user. > > > > Mike > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/a3376bba/attachment.html From msc at freeswitch.org Mon Oct 12 21:51:48 2009 From: msc at freeswitch.org (Michael Collins) Date: Mon, 12 Oct 2009 21:51:48 -0700 Subject: [Freeswitch-users] FS Slide deck? In-Reply-To: <903da5680910121726s17e4dd39u306c2255cd7479ac@mail.gmail.com> References: <903da5680910080742p1a722fa2yd96cf4c89533c1c5@mail.gmail.com> <87f2f3b90910082308i7f6144d9kc887596be54dd609@mail.gmail.com> <903da5680910082341r485092vb0cd10c43c4a2534@mail.gmail.com> <219716B3-C355-4128-A333-1459AC63C364@jerris.com> <86a32abc0910111506m4e6d2740tbd3ac5fe0f59178@mail.gmail.com> <5162D0B7-357C-4D0E-9913-46564A8C0B1D@freeswitch.org> <87f2f3b90910121035v5cfce2bel7d32da1671e325b6@mail.gmail.com> <903da5680910121533wed3544ek6929ee9191a90848@mail.gmail.com> <87f2f3b90910121541u180f10fdj18f97f0d8981b097@mail.gmail.com> <903da5680910121726s17e4dd39u306c2255cd7479ac@mail.gmail.com> Message-ID: <87f2f3b90910122151s324d5dbfpa62901ac653b5c84@mail.gmail.com> On Mon, Oct 12, 2009 at 5:26 PM, Gabriel Gunderson wrote: > On Mon, Oct 12, 2009 at 4:41 PM, Michael Collins > wrote: > > On Mon, Oct 12, 2009 at 3:33 PM, Gabriel Gunderson > wrote: > >> On Mon, Oct 12, 2009 at 11:35 AM, Michael Collins > >> wrote: > >> > It seemed appropriate to do so, therefore I added a small snippet on > the > >> > documentation guidelines: > >> > > >> > > http://wiki.freeswitch.org/wiki/Documentation_guidelines#Keep_It_Professional > >> > >> Good guidelines... > >> > >> Just in time to help the author of this lovely bit: > >> 'I would love some brief descriptions of what you guys are doing with > >> FreeSWITCH so I can write an article to shove down the throats of > >> idiots who keep saying that "FreeSWITCH is an Asterisk alternative > >> that offers basic PBX functionality."' > > > > Touch?, my good man, touch?. I'll fix that right away. :) > > Never let it be said that you're not a good sport. > > :) > > Gabe > > Well, I'm occasionally a good sport. ;) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/28eb6c5c/attachment-0001.html From mctch at yahoo.com Mon Oct 12 22:52:03 2009 From: mctch at yahoo.com (Mark Crane) Date: Mon, 12 Oct 2009 22:52:03 -0700 (PDT) Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> Message-ID: <891080.87141.qm@web56406.mail.re3.yahoo.com> "In many cases the issue with the docs isn't that they aren't complete but rather that they are hard to find." Agreed! The biggest problem with the wiki is that it is hard to find things. How do books solve this problem they use an index. It is quite surprising that the wiki software doesn't come with ability to do this basic task automatically and instead relies solely upon a manually created index. It would be extremely beneficial to have a index of all pages and topics that are available on the wiki. The average person may only see the main links in the documentation and not realize there are actually hundreds of pages. There used to be a pdf that was auto generated from the wiki and it gave a much easier view of all the pages on the wiki. Mark J Crane --- On Mon, 10/12/09, Michael Collins wrote: From: Michael Collins Subject: Re: [Freeswitch-users] Some documentation thoughts To: freeswitch-users at lists.freeswitch.org Date: Monday, October 12, 2009, 4:38 PM On Mon, Oct 12, 2009 at 3:11 PM, Diego Viola wrote: Hello, I have been doing some work recently on the FreeSWITCH wiki, to improve things. You can see some of my work here: http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola I am trying to polish the wiki and give it a more professional and clean look, this means that we need to enforce some guidelines and strive to make the wiki even better. How can we do this? Well, the first thing is to review everything we have, right now we have too many separated and little pages here and there that no one cares or read, we should avoid doing little or small pages. We need to correct typos, I suggest that people click on "Random page" link and start correcting typos, install an English (US) dictionary in your browser and enable Spell Checking and start correcting these typos if you want to help, also, make acronyms and initialisms all-uppercase when you make one. When you are adding documentation make sure you don't do a separate page for an existing page, etc. and we also need to define a size for titles, body, etc, so different pages don't look different from each other, I will make sure I add all this into our guidelines and that all pages follow this. My goal is to have great documentation, similar to the Apache documentation: http://httpd.apache.org/docs/2.2/ Or even better, I hope you like this idea. Diego, Thank you so much for all of your help on this. Many in the community have seen your work - it has not gone unnoticed and it most truly is appreciated. I like the idea of improving the documentation. One thing we need to do is re-think the organization. In many cases the issue with the docs isn't that they aren't complete, but rather that they are hard to find. It's all about organization. I'm definitely open to ideas. For those who are interested in helping out with the wiki please let me know of your availability and skill set. I am maintaining a list of volunteers. Lastly, if you want to talk about documentation in real time please join us in #freeswitch-docs. Thanks, MC -----Inline Attachment Follows----- _______________________________________________ FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/5fb7bf41/attachment.html From velu.technical at gmail.com Mon Oct 12 22:59:49 2009 From: velu.technical at gmail.com (velusamy velu) Date: Tue, 13 Oct 2009 11:29:49 +0530 Subject: [Freeswitch-users] Asynchronous execution in ESL.pm Message-ID: <1452e2980910122259w3e007870m4bda8ce673d584b2@mail.gmail.com> Dear All, I have set my socket mode as full. I have used ESL.pm to develop an IVR. I encounter the situation that I need play some music file while executing some external application. So, I used executeAsync method to play the music file. But the executeAsync application didn't work. What is the problem? Please help me.... Thanks, Velusamy. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/80049655/attachment.html From brian at freeswitch.org Mon Oct 12 23:00:11 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:00:11 -0700 Subject: [Freeswitch-users] Problem with transfer and Snom phones... In-Reply-To: References: Message-ID: Update to latest trunk and try again... then if it persists then collect all the sip traces and debug logs as per the wiki on reporting bugs. Thanks, Brian On Oct 12, 2009, at 5:01 PM, Klaus Hochlehnert wrote: > P.S.: I?m using FS trunk from last week and newest Snom Firmware -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/df9bcdca/attachment.html From srinivas.ksvreddy at gmail.com Mon Oct 12 23:01:55 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 11:31:55 +0530 Subject: [Freeswitch-users] Groups information in sqllite Message-ID: Hi, can any know where group information is exactly stored in sqllite database, i have seen sip_registration here i can find the registered users, in the same way how i can i find the group information, and which user belongs to which user? any help would be great. thanks -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/ce58a546/attachment.html From brian at freeswitch.org Mon Oct 12 23:02:14 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:02:14 -0700 Subject: [Freeswitch-users] mod_sofia.c registered calls how to know In-Reply-To: <1255347432.3724.4.camel@eli-desktop> References: <14A1216A-61C3-4C03-B710-57D2E7F4CD7A@jerris.com> <23f91030910120419o74f53279v5f061988ff585d56@mail.gmail.com> <1255347432.3724.4.camel@eli-desktop> Message-ID: Eli, Well FreeSWITCH already keeps a list... but its the phone's job to register to FreeSWITCH not the other way around. Their are various ways to accomplish your goals but not sure how well each will work. Check out the wiki for sip-force-contact. /b On Oct 12, 2009, at 4:37 AM, Eli Hayun wrote: > Is it possible to keep a list of registered phone, and when FS will > start it will register them all automatically? > From srinivas.ksvreddy at gmail.com Mon Oct 12 23:02:28 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 11:32:28 +0530 Subject: [Freeswitch-users] Fwd: Groups information in sqllite In-Reply-To: References: Message-ID: Hi, can any know where group information is exactly stored in sqllite database, i have seen sip_registration here i can find the registered users, in the same way how i can i find the group information, and which user belongs to which user? any help would be great. thanks -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/8b1ecb1c/attachment.html From brian at freeswitch.org Mon Oct 12 23:04:35 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:04:35 -0700 Subject: [Freeswitch-users] Asynchronous execution in ESL.pm In-Reply-To: <1452e2980910122259w3e007870m4bda8ce673d584b2@mail.gmail.com> References: <1452e2980910122259w3e007870m4bda8ce673d584b2@mail.gmail.com> Message-ID: <994D92AC-0760-453C-AD7E-4D6B706347AE@freeswitch.org> You need "async full" /b On Oct 12, 2009, at 10:59 PM, velusamy velu wrote: > What is the problem? Please help me.... From brian at freeswitch.org Mon Oct 12 23:05:26 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:05:26 -0700 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: References: Message-ID: The sip_registration table contains the contacts for each registered endpoint. Its not for the directory from a database per se... If you wish to serve up your users and groups from a database check out the XML Curl wiki page. /b On Oct 12, 2009, at 11:01 PM, srinivasula reddy wrote: > Hi, > > can any know where group information is exactly stored in sqllite > database, i have seen sip_registration here i can find the > registered users, > in the same way how i can i find the group information, and which > user belongs to which user? > any help would be great. > > thanks > -- > Srinivasula Reddy K From brian at freeswitch.org Mon Oct 12 23:05:47 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:05:47 -0700 Subject: [Freeswitch-users] Fwd: Groups information in sqllite In-Reply-To: References: Message-ID: <3AEBF9B1-E366-44FA-8EE0-1265CED486ED@freeswitch.org> Please DO NOT cross post. /b On Oct 12, 2009, at 11:02 PM, srinivasula reddy wrote: > > > > > Hi, > > can any know where group information is exactly stored in sqllite > database, i have seen sip_registration here i can find the > registered users, > in the same way how i can i find the group information, and which > user belongs to which user? > any help would be great. > > thanks > -- > Srinivasula Reddy K > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/77a24a9e/attachment-0001.html From brian at freeswitch.org Mon Oct 12 23:08:13 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:08:13 -0700 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> Message-ID: Does anyone see a problem with hosting mod_h323 in our SVN? I would like to centralize everything we can to reuse our issue tracking resources and not fragment the community if possible. /b On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: > hi, > > finally i compiled it right ... had a stupid issue with ekiga and > wrong ptlib in place... > > anyhow, i loaded the module and will continue the tests > tomorrow ...first thing i arrive in my office :P > > From brian at freeswitch.org Mon Oct 12 23:09:16 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:09:16 -0700 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <4AD389A8.1080603@gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> <4AD389A8.1080603@gmail.com> Message-ID: <719ED4DA-A7C6-4256-8349-09C874505930@freeswitch.org> Thats called mod_fifo. /b On Oct 12, 2009, at 12:55 PM, William King wrote: > I don't know if this was mentioned yet. It would be useful to have a > way > to have the parking lot automatically find the next available spot and > tts it to the person parking the call. > > Then the auto unpark would pop off the lowest numbered lot, or return > fail if there is nobody in the parking lots etc. > > -William King From srinivas.ksvreddy at gmail.com Mon Oct 12 23:16:55 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 11:46:55 +0530 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: References: Message-ID: HI Brain, thank u very much for valuable reply, you are right, sip_Registration table contains the registered endpoint details, in the same way there is any table for groups, how many groups are there? and information about groups(directory/default.xml this file having the group configuration). Thanks Srinivas On Tue, Oct 13, 2009 at 11:35 AM, Brian West wrote: > The sip_registration table contains the contacts for each registered > endpoint. Its not for the directory from a database per se... If you > wish to serve up your users and groups from a database check out the > XML Curl wiki page. > > /b > > On Oct 12, 2009, at 11:01 PM, srinivasula reddy wrote: > > > Hi, > > > > can any know where group information is exactly stored in sqllite > > database, i have seen sip_registration here i can find the > > registered users, > > in the same way how i can i find the group information, and which > > user belongs to which user? > > any help would be great. > > > > thanks > > -- > > Srinivasula Reddy K > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/84cfc506/attachment.html From brian at freeswitch.org Mon Oct 12 23:25:05 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:25:05 -0700 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: References: Message-ID: <25EFC4E3-88E6-4286-8432-8118CC9E899C@freeswitch.org> NO this is in the XML... not in the db table. /b On Oct 12, 2009, at 11:16 PM, srinivasula reddy wrote: > in the same way there is any table for groups, how many groups are > there? and information about groups(directory/default.xml this file > having the group configuration). From tculjaga at gmail.com Mon Oct 12 23:27:39 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 08:27:39 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> Message-ID: <65d96fc80910122327u54505b44r4ff53e89293bcf9a@mail.gmail.com> this will be perfect ... but it is up to Yuriy if he is willing to donate his work... T. On Tue, Oct 13, 2009 at 8:08 AM, Brian West wrote: > Does anyone see a problem with hosting mod_h323 in our SVN? I would > like to centralize everything we can to reuse our issue tracking > resources and not fragment the community if possible. > > /b > > On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: > > > hi, > > > > finally i compiled it right ... had a stupid issue with ekiga and > > wrong ptlib in place... > > > > anyhow, i loaded the module and will continue the tests > > tomorrow ...first thing i arrive in my office :P > > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/3775c542/attachment.html From brian at freeswitch.org Mon Oct 12 23:31:39 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:31:39 -0700 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910122327u54505b44r4ff53e89293bcf9a@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <65d96fc80910122327u54505b44r4ff53e89293bcf9a@mail.gmail.com> Message-ID: <5F65174C-2CE6-4007-B288-C81227776281@freeswitch.org> I wouldn't call it donating per se... Its just giving it a place to live with easy access for end users without having to do anything extra go get it! ;) /b On Oct 12, 2009, at 11:27 PM, Tihomir Culjaga wrote: > this will be perfect ... but it is up to Yuriy if he is willing to > donate his work... > > T. From srinivas.ksvreddy at gmail.com Mon Oct 12 23:32:19 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 12:02:19 +0530 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: <25EFC4E3-88E6-4286-8432-8118CC9E899C@freeswitch.org> References: <25EFC4E3-88E6-4286-8432-8118CC9E899C@freeswitch.org> Message-ID: OK, then when i call to group number(911) how it will call to all the registered members in group? On Tue, Oct 13, 2009 at 11:55 AM, Brian West wrote: > NO this is in the XML... not in the db table. > > /b > > On Oct 12, 2009, at 11:16 PM, srinivasula reddy wrote: > > > in the same way there is any table for groups, how many groups are > > there? and information about groups(directory/default.xml this file > > having the group configuration). > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/179890bb/attachment.html From brian at freeswitch.org Mon Oct 12 23:48:01 2009 From: brian at freeswitch.org (Brian West) Date: Mon, 12 Oct 2009 23:48:01 -0700 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: References: <25EFC4E3-88E6-4286-8432-8118CC9E899C@freeswitch.org> Message-ID: <5FBD4715-DB4A-481A-AAAF-09D7541EC3F4@freeswitch.org> Its based on the directory and who is in the group... check out the defaults it does exactly this on the 2000 range if I recall correctly. /b On Oct 12, 2009, at 11:32 PM, srinivasula reddy wrote: > OK, then when i call to group number(911) how it will call to all > the registered members in group? From nandy1925 at gmail.com Tue Oct 13 00:00:43 2009 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Tue, 13 Oct 2009 15:00:43 +0800 Subject: [Freeswitch-users] [Freeswitch-dev] FreeSWITCH Update: Valet Parking In-Reply-To: <4AD389A8.1080603@gmail.com> References: <87f2f3b90910081842h6df329c2q74c6853278d3a102@mail.gmail.com> <15b9404e0910102018oda8834ah8cc87787ee00c22b@mail.gmail.com> <87f2f3b90910121201o422c7891vd30ee3761aef0eb7@mail.gmail.com> <4AD389A8.1080603@gmail.com> Message-ID: <7d0bfd8c0910130000i25012d75ldc7f873214d30e12@mail.gmail.com> i come across the valet_park application when i just finished an improved-version of the call parking (using mod_fifo) such that it is parked to different ext'n numbers when the caller is att_xfer'd to ext 777. i used strftime(%s) to generate 700~759 parking numbers. i also added feature that if the parked call is not picked up after xx secs timeout, it's returned back to the transferer. the only glitch here is - when another parking is done exactly 1 minute later (unless we'll limit the timeout to 59 secs). i hv to use att_xfer so that the transferer can hear the parking number. i'll submit the dialplan if it's worth seeing it. On Tue, Oct 13, 2009 at 3:55 AM, William King wrote: > I don't know if this was mentioned yet. It would be useful to have a way > to have the parking lot automatically find the next available spot and > tts it to the person parking the call. > > Then the auto unpark would pop off the lowest numbered lot, or return > fail if there is nobody in the parking lots etc. > > -William King > > Michael Collins wrote: > > > > > > On Sat, Oct 10, 2009 at 8:18 PM, mayamatakeshi > > > wrote: > > > > > > > > On Fri, Oct 9, 2009 at 10:42 AM, Michael Collins > > > wrote: > > > > FYI, > > > > The FreeSWITCH devs have added valet parking! Check it out: > > http://www.freeswitch.org/node/207 > > > > Let us know what you think. > > > > > > Very nice. > > > > But I think a valet_unpark app is missing. > > If the intention of the person sent to the valet lot is to > > retrieve a call there, the person can assume the call was already > > retrieved by someone else or that the caller hung up if he/she > > hears MOH. But it would be nicer to have a valet_unpark app to > > fail and let the dialplan play a message. > > > > I understand what you are saying. I'm not sure I agree, but we'll kick > > the idea around when we have a few minutes and let you know what we > > decide. > > -MC > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/1e539826/attachment-0001.html From dujinfang at gmail.com Tue Oct 13 00:05:24 2009 From: dujinfang at gmail.com (Seven Du) Date: Tue, 13 Oct 2009 15:05:24 +0800 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> Message-ID: <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> that will make life easier. 2009/10/13 Brian West > Does anyone see a problem with hosting mod_h323 in our SVN? I would > like to centralize everything we can to reuse our issue tracking > resources and not fragment the community if possible. > > /b > > On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: > > > hi, > > > > finally i compiled it right ... had a stupid issue with ekiga and > > wrong ptlib in place... > > > > anyhow, i loaded the module and will continue the tests > > tomorrow ...first thing i arrive in my office :P > > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/19141663/attachment.html From tculjaga at gmail.com Tue Oct 13 00:17:54 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 09:17:54 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <5F65174C-2CE6-4007-B288-C81227776281@freeswitch.org> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <65d96fc80910122327u54505b44r4ff53e89293bcf9a@mail.gmail.com> <5F65174C-2CE6-4007-B288-C81227776281@freeswitch.org> Message-ID: <65d96fc80910130017m5cafef68m89efa99493b0b16d@mail.gmail.com> On Tue, Oct 13, 2009 at 8:31 AM, Brian West wrote: > I wouldn't call it donating per se... Its just giving it a place to > live with easy access for end users without having to do anything > extra go get it! ;) > > /b > > I agree with you Brian. > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/e7c1f965/attachment.html From tayeb.meftah at gmail.com Tue Oct 13 01:33:49 2009 From: tayeb.meftah at gmail.com (Meftah Tayeb) Date: Tue, 13 Oct 2009 08:33:49 +0000 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> Message-ID: <4AD43B6D.7000204@gmail.com> hello, yes, host please to let users test it and report bug YATE/Asterisk fully support but freeswitch no fully support it Brian West a ?crit : > Does anyone see a problem with hosting mod_h323 in our SVN? I would > like to centralize everything we can to reuse our issue tracking > resources and not fragment the community if possible. > > /b > > On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: > > >> hi, >> >> finally i compiled it right ... had a stupid issue with ekiga and >> wrong ptlib in place... >> >> anyhow, i loaded the module and will continue the tests >> tomorrow ...first thing i arrive in my office :P >> >> >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4501 (20091012) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4501 (20091012) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/6744cbb9/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 13 01:30:24 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 14:00:24 +0530 Subject: [Freeswitch-users] Groups information in sqllite In-Reply-To: <5FBD4715-DB4A-481A-AAAF-09D7541EC3F4@freeswitch.org> References: <25EFC4E3-88E6-4286-8432-8118CC9E899C@freeswitch.org> <5FBD4715-DB4A-481A-AAAF-09D7541EC3F4@freeswitch.org> Message-ID: hi brain, thank u very much for your valuable time, can u please tell me where the groups data will maintain thought the session, Thanks Srinivas On Tue, Oct 13, 2009 at 12:18 PM, Brian West wrote: > Its based on the directory and who is in the group... check out the > defaults it does exactly this on the 2000 range if I recall correctly. > > /b > > On Oct 12, 2009, at 11:32 PM, srinivasula reddy wrote: > > > OK, then when i call to group number(911) how it will call to all > > the registered members in group? > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/7b150fa6/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 13 01:56:19 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 14:26:19 +0530 Subject: [Freeswitch-users] 606 error Message-ID: Hi, two users are registered in freeswitch, when i making call to another user i am getting 606 error, any help -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/6df7a507/attachment.html From tculjaga at gmail.com Tue Oct 13 02:05:18 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 11:05:18 +0200 Subject: [Freeswitch-users] 606 error In-Reply-To: References: Message-ID: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> what about some console logs & sip traces ? T. On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > Hi, > > two users are registered in freeswitch, when i making call to another user > i am getting 606 error, > any help > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/aeb0046c/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 13 02:13:06 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 14:43:06 +0530 Subject: [Freeswitch-users] 606 error In-Reply-To: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> References: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> Message-ID: Hi, Console user1181 attempted to call console user1171 resulted in failure. Sip server returned "Temporarily unavailable" with reason header cause=606; text="user-not-registered". This also happened with other consoles. Thanks SRINIVAS On Tue, Oct 13, 2009 at 2:35 PM, Tihomir Culjaga wrote: > what about some console logs & sip traces ? > > T. > > On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < > srinivas.ksvreddy at gmail.com> wrote: > >> Hi, >> >> two users are registered in freeswitch, when i making call to another user >> i am getting 606 error, >> any help >> >> -- >> Srinivasula Reddy K >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/880b676c/attachment-0001.html From vhatz at kinetix.gr Tue Oct 13 02:40:58 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Tue, 13 Oct 2009 12:40:58 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <4AD43B6D.7000204@gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <881082ae0910081025o47c6057er675a10ad12019885@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <4AD43B6D.7000204@gmail.com> Message-ID: <4AD44B2A.1040109@kinetix.gr> Meftah Tayeb wrote: > hello, > yes, host please to let users test it and report bug > YATE/Asterisk fully support but freeswitch no fully support it I would disagree about YATE & Asterisk fully supporting H323. :) They both have some support for H323 for years now, but only for voice calls. None of the two platforms can do fax or video calls in H323 for example. YATE especially, cannot even pass DTMF between H323 and SIP unless it is in RTP (RFC 2833). I think it is a good opportunity for FS to make a difference if proper H323 support is built for it. Best regards, Vlasis Hatzistavrou. From mcampbellsmith at gmail.com Tue Oct 13 02:56:16 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 13 Oct 2009 20:56:16 +1100 Subject: [Freeswitch-users] dingaling: Destination out of order Message-ID: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> Hi! I am trying to call from FS to gtalk. This used to work, so not sure if there is a problem with my build (FreeSWITCH Version 1.0.trunk (15126)) freeswitch at internal> dingaling status --DingaLing status-- login | connected mygmailid at gmail.com/gtalk | AUTHORIZED It looks okay and I also see FS registered and online in the GTALK client. When I dial 9999 (which is to call my gtalk user), I get the following in the console: 2009-10-13 20:49:13.458712 [INFO] mod_dialplan_xml.c:391 Processing 1000->9999 in context default 2009-10-13 20:49:13.490719 [NOTICE] mod_dingaling.c:712 Close Channel N/A [CS_NEW] 2009-10-13 20:49:13.498706 [ERR] switch_ivr_originate.c:1667 Cannot create outgoing channel of type [dingaling] cause: [DESTINATION_OUT_OF_ORDER In dingaling.conf.xml, I only have the PCMU codec specified, and the ATA is requesting PCMU/8000. Any ideas why I am seeing this? Thanks! From fdelawarde at wirelessmundi.com Tue Oct 13 03:09:45 2009 From: fdelawarde at wirelessmundi.com (=?ISO-8859-1?Q?Fran=E7ois?= Delawarde) Date: Tue, 13 Oct 2009 12:09:45 +0200 Subject: [Freeswitch-users] sofia gateways and linux multipath routing Message-ID: <1255428585.11786.90.camel@francois.tc.commsmundi.com> Hello all, I'm interested in using mod_sofia with multiple Internet connections (configured as a unique load-balancing route using multipath). One solution would be to define a different profile for each connection, but it would be more practical having a unique external profile that would automatically handle everything (detecting multiple public IPs and selecting the right one for a call, being able to select the router for gateway registration...). Routing table: 192.168.10.0/24 dev eth0 proto kernel scope link src 192.168.10.1 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.2 192.168.2.0/24 dev eth2 proto kernel scope link src 192.168.2.2 default proto static nexthop via 192.168.1.1 dev eth1 weight 1 nexthop via 192.168.2.1 dev eth2 weight 1 Both default routers (192.168.1.1 and 192.168.2.1) would have a distinct public IP. Several questions cross my mind: - Can a unique sofia profile be bound to multiple IPs (not 0.0.0.0)? - How would FS behave with a unique external profile in that situation? * Would FS reply to an incoming call using the same router it came from forcing packet source address? * Would FS stick to a unique router for all flows of an outgoing call (SIP, RTP, UDPTL)? * Can I force a gateway to use a given router (for calls, registration, ...)? * Would the NAT system (using stun or auto-nat) work in that situation, or does it assume only one default router (and a unique public IP) exists per profile? - Knowing the above, would it be necessary to use a different profile for each router/interface, and define the same gateway in each of these? - Tricky question: What if multiple routers are on the same network/interface (192.168.1.1, 192.168.1.2, ...)? Thanks in advance, Fran?ois. From b_ball_henry at hotmail.com Tue Oct 13 03:14:22 2009 From: b_ball_henry at hotmail.com (Henry Huang) Date: Tue, 13 Oct 2009 18:14:22 +0800 Subject: [Freeswitch-users] sched_api doesn't get launched Message-ID: <59ad9ca10910130314g1bd9d995o1b05ed33ffbf385e@mail.gmail.com> Hi: I am using mod_java. And in my script I was able to achieve using: execute("sched_hangup", "+300 alloted_timeout"); However, when I try to run sched_api in the same way, system log returns that it's an invalid application. I have also tried to trigger it with many conditional channel variable api calls , but non of them seemed to execute the api command (because I turned on the highest level of debugging and see no where the sched_api is being called. The closest thing I got was by using "api_after_bridge" like the following, but it only launches when the bridge is teared down(which is not what I want). I originally thought after bridge means right after the 2 party is connected. All I want is to be able to play some message to leg A at certain time. setVariable("api_after_bridge", "sched_api +10 none uuid_displace ${uuid} start /path/to/some.wav 20 mux"); I have been struggling with different combination for a week now.. Please shed some light if you know something. Thanks, -- Henry Huang UniC Solution - Communication Unified VoIP & Open Source software Consultant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/8f6c4036/attachment.html From jason at jasonjgw.net Tue Oct 13 03:16:02 2009 From: jason at jasonjgw.net (Jason White) Date: Tue, 13 Oct 2009 21:16:02 +1100 Subject: [Freeswitch-users] dingaling: Destination out of order In-Reply-To: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> References: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> Message-ID: <20091013101602.GA19589@jdc.jasonjgw.net> Mark Campbell-Smith wrote: > When I dial 9999 (which is to call my gtalk user), I get the following > in the console: [snip] Could you turn on debug logging in the console and post the output? From shaheryarkh at googlemail.com Tue Oct 13 03:15:45 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Tue, 13 Oct 2009 16:15:45 +0600 Subject: [Freeswitch-users] Registering a large number of SIP users Message-ID: Hi, I am creating a load test setup for FreeSWITCH using Sofia SIP. I have two machines both configured with mod_xml_curl, one machine (lets call it SIP Server) has 100 SIP accounts. Now i want to register second machine (lets call it SIP Client) to all these 100 SIP accounts on first machine. How can i do that? One approach that i can think of is that to create a new profile (or use existing external profile) on SIP Client and add all accounts to it as gateways having, ** define in their configuration. Is my approach correct? Are there any better ways to do this? Thank you. -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091013/4367d716/attachment.html From Prometheus001 at gmx.net Tue Oct 13 03:17:04 2009 From: Prometheus001 at gmx.net (Peter P GMX) Date: Tue, 13 Oct 2009 12:17:04 +0200 Subject: [Freeswitch-users] Mod_fifo posision in queue In-Reply-To: <87f2f3b90909101322v68e49f74jbc4cf2052e1811c3@mail.gmail.com> References: <8ccbff060909010737v4a8f17ep4d6175c2a2a2f866@mail.gmail.com> <8ccbff060909092332q1d06e74m8d5ca3a39ca4f572@mail.gmail.com> <87f2f3b90909100037m45b93a9ei7ec62b4d1f84e986@mail.gmail.com> <191c3a030909101123k6ccbf949q74fa22197f44517e@mail.gmail.com> <8ccbff060909101203m5625a991y32138e32913959c5@mail.gmail.com> <86a32abc0909101232k656be844qfa19bb7a679a2e02@mail.gmail.com> <87f2f3b90909101322v68e49f74jbc4cf2052e1811c3@mail.gmail.com> Message-ID: <4AD453A0.4070207@gmx.net> Has anybody managed to get this to work already? How do you play the announcements dependent on the variable in the dialplan? Best regards Peter Michael Collins schrieb: > > > On Thu, Sep 10, 2009 at 12:32 PM, Diego Viola > wrote: > > Lets make sure we add it on the wiki too =D. > > Yep, as soon as we verify its functionality we'll wikify it. :) > -MC > > ------------------------------------------------------------------------ > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 tculjaga at gmail.com Tue Oct 13 03:32:34 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 12:32:34 +0200 Subject: [Freeswitch-users] 606 error In-Reply-To: References: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> Message-ID: <65d96fc80910130332hc94075bq182887b5f6760f49@mail.gmail.com> and you are sure both users are registered to the same context and your dialplan is correct ? T. On Tue, Oct 13, 2009 at 11:13 AM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > > Hi, > > > > Console user1181 attempted to call console user1171 resulted in failure. > Sip server returned "Temporarily unavailable" with reason header cause=606; > > text="user-not-registered". This also happened with other consoles. > > Thanks > SRINIVAS > > > > On Tue, Oct 13, 2009 at 2:35 PM, Tihomir Culjaga wrote: > >> what about some console logs & sip traces ? >> >> T. >> >> On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < >> srinivas.ksvreddy at gmail.com> wrote: >> >>> Hi, >>> >>> two users are registered in freeswitch, when i making call to another >>> user i am getting 606 error, >>> any help >>> >>> -- >>> Srinivasula Reddy K >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/fc59b239/attachment-0001.html From mcampbellsmith at gmail.com Tue Oct 13 03:37:07 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 13 Oct 2009 21:37:07 +1100 Subject: [Freeswitch-users] dingaling: Destination out of order In-Reply-To: <20091013101602.GA19589@jdc.jasonjgw.net> References: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> <20091013101602.GA19589@jdc.jasonjgw.net> Message-ID: <33c87fa30910130337y631ffc41l8064bfc0d9125d1e@mail.gmail.com> This is all I see: console loglevel 9 +OK console log level set to DEBUG freeswitch at internal> 2009-10-13 21:33:05.578863 [NOTICE] switch_channel.c:613 New Channel sofia/internal_nat/1000 at 192.168.1.120 [cad049fe-b7e3-11de-94a7-1dd4d003eac8] 2009-10-13 21:33:05.634924 [INFO] mod_dialplan_xml.c:391 Processing 10000->9999 in context default 2009-10-13 21:33:05.666835 [NOTICE] mod_dingaling.c:712 Close Channel N/A [CS_NEW] 2009-10-13 21:33:05.674929 [ERR] switch_ivr_originate.c:1667 Cannot create outgoing channel of type [dingaling] cause: [DESTINATION_OUT_OF_ORDER] 2009-10-13 21:33:05.674929 [INFO] mod_dptools.c:2133 Originate Failed. Cause: DESTINATION_OUT_OF_ORDER 2009-10-13 21:33:05.674929 [NOTICE] mod_dptools.c:2166 Hangup sofia/internal_nat/1000 at 192.168.1.120 [CS_EXECUTE] [DESTINATION_OUT_OF_ORDER] 2009-10-13 21:33:05.802716 [NOTICE] switch_core_session.c:1087 Session 16 (sofia/internal_nat/1000 at 192.168.1.120) Ended 2009-10-13 21:33:05.807529 [NOTICE] switch_core_session.c:1089 Close Channel sofia/internal_nat/1000 at 192.168.1.120 [CS_DESTROY] On Tue, Oct 13, 2009 at 9:16 PM, Jason White wrote: > Mark Campbell-Smith wrote: >> When I dial 9999 (which is to call my gtalk user), I get the following >> in the console: > > [snip] > > Could you turn on debug logging in the console and post the output? > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 bottleman at icf.org.ru Tue Oct 13 03:44:59 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Tue, 13 Oct 2009 14:44:59 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910081132pc27560ejbfbf6f29ed2055c6@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> Message-ID: On 2009-10-13 15:05 +0800, Seven Du wrote freeswitch-users at lists.freeswitch.org: hm, host it if you wont, i has nothing against it. SD>that will make life easier. SD> SD>2009/10/13 Brian West SD> SD>> Does anyone see a problem with hosting mod_h323 in our SVN? I would SD>> like to centralize everything we can to reuse our issue tracking SD>> resources and not fragment the community if possible. SD>> SD>> /b SD>> SD>> On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: SD>> SD>> > hi, SD>> > SD>> > finally i compiled it right ... had a stupid issue with ekiga and SD>> > wrong ptlib in place... SD>> > SD>> > anyhow, i loaded the module and will continue the tests SD>> > tomorrow ...first thing i arrive in my office :P SD>> > SD>> > SD>> SD>> SD>> _______________________________________________ SD>> FreeSWITCH-users mailing list SD>> FreeSWITCH-users at lists.freeswitch.org SD>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users SD>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users SD>> http://www.freeswitch.org SD>> SD> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From mcampbellsmith at gmail.com Tue Oct 13 03:52:36 2009 From: mcampbellsmith at gmail.com (Mark Campbell-Smith) Date: Tue, 13 Oct 2009 21:52:36 +1100 Subject: [Freeswitch-users] dingaling: Destination out of order In-Reply-To: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> References: <33c87fa30910130256j285c5f52l7a50d8ce19e11f80@mail.gmail.com> Message-ID: <33c87fa30910130352i1f3991d9x5ab1bf9eedd5b6df@mail.gmail.com> I've fixed the problem. My dialplan for outbound calling had a typo: The gtalk was gtallk somehow ..... On Tue, Oct 13, 2009 at 8:56 PM, Mark Campbell-Smith wrote: > Hi! > > I am trying to call from FS to gtalk. ?This used to work, so not sure > if there is a problem with my build (FreeSWITCH Version 1.0.trunk > (15126)) > > freeswitch at internal> dingaling status > --DingaLing status-- > login ? | ? ? ? connected > mygmailid at gmail.com/gtalk ? ?| ? ? ? AUTHORIZED > > It looks okay and I also see FS registered and online in the GTALK client. > > When I dial 9999 (which is to call my gtalk user), I get the following > in the console: > > 2009-10-13 20:49:13.458712 [INFO] mod_dialplan_xml.c:391 Processing > 1000->9999 in context default > 2009-10-13 20:49:13.490719 [NOTICE] mod_dingaling.c:712 Close Channel > N/A [CS_NEW] > 2009-10-13 20:49:13.498706 [ERR] switch_ivr_originate.c:1667 Cannot > create outgoing channel of type [dingaling] cause: > [DESTINATION_OUT_OF_ORDER > > In dingaling.conf.xml, I only have the PCMU codec specified, and the > ATA is requesting PCMU/8000. > > Any ideas why I am seeing this? > > Thanks! > From srinivas.ksvreddy at gmail.com Tue Oct 13 04:03:28 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 16:33:28 +0530 Subject: [Freeswitch-users] 606 error In-Reply-To: <65d96fc80910130332hc94075bq182887b5f6760f49@mail.gmail.com> References: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> <65d96fc80910130332hc94075bq182887b5f6760f49@mail.gmail.com> Message-ID: Hi, thank u very much for your valuable time, s am sure they are both in same it is not occur continuously, i dont know the reason, i am having the wireshark file, any help? thanks srinivas On Tue, Oct 13, 2009 at 4:02 PM, Tihomir Culjaga wrote: > and you are sure both users are registered to the same context and your > dialplan is correct ? > > T. > > > On Tue, Oct 13, 2009 at 11:13 AM, srinivasula reddy < > srinivas.ksvreddy at gmail.com> wrote: > >> >> Hi, >> >> >> >> Console user1181 attempted to call console user1171 resulted in failure. >> Sip server returned "Temporarily unavailable" with reason header cause=606; >> >> text="user-not-registered". This also happened with other consoles. >> >> Thanks >> SRINIVAS >> >> >> >> On Tue, Oct 13, 2009 at 2:35 PM, Tihomir Culjaga wrote: >> >>> what about some console logs & sip traces ? >>> >>> T. >>> >>> On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < >>> srinivas.ksvreddy at gmail.com> wrote: >>> >>>> Hi, >>>> >>>> two users are registered in freeswitch, when i making call to another >>>> user i am getting 606 error, >>>> any help >>>> >>>> -- >>>> Srinivasula Reddy K >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> >> -- >> Srinivasula Reddy K >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/db24e899/attachment.html From srinivas.ksvreddy at gmail.com Tue Oct 13 04:23:36 2009 From: srinivas.ksvreddy at gmail.com (srinivasula reddy) Date: Tue, 13 Oct 2009 16:53:36 +0530 Subject: [Freeswitch-users] 606 error In-Reply-To: References: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> <65d96fc80910130332hc94075bq182887b5f6760f49@mail.gmail.com> Message-ID: wireshark image thanks srinivas On Tue, Oct 13, 2009 at 4:33 PM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > Hi, > > thank u very much for your valuable time, > s am sure they are both in same it is not occur continuously, i dont know > the reason, > i am having the wireshark file, any help? > > thanks > srinivas > > > On Tue, Oct 13, 2009 at 4:02 PM, Tihomir Culjaga wrote: > >> and you are sure both users are registered to the same context and your >> dialplan is correct ? >> >> T. >> >> >> On Tue, Oct 13, 2009 at 11:13 AM, srinivasula reddy < >> srinivas.ksvreddy at gmail.com> wrote: >> >>> >>> Hi, >>> >>> >>> >>> Console user1181 attempted to call console user1171 resulted in failure. >>> Sip server returned "Temporarily unavailable" with reason header cause=606; >>> >>> text="user-not-registered". This also happened with other consoles. >>> >>> Thanks >>> SRINIVAS >>> >>> >>> >>> On Tue, Oct 13, 2009 at 2:35 PM, Tihomir Culjaga wrote: >>> >>>> what about some console logs & sip traces ? >>>> >>>> T. >>>> >>>> On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < >>>> srinivas.ksvreddy at gmail.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> two users are registered in freeswitch, when i making call to another >>>>> user i am getting 606 error, >>>>> any help >>>>> >>>>> -- >>>>> Srinivasula Reddy K >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> Srinivasula Reddy K >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Srinivasula Reddy K > -- Srinivasula Reddy K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/2d6b4c26/attachment-0001.html From tculjaga at gmail.com Tue Oct 13 04:35:45 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 13:35:45 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> Message-ID: <65d96fc80910130435x67405db8s4d0927ad68be05d6@mail.gmail.com> static const char* h323_formats[] = { "G.711-*A*Law-64k", "PCM*U*", "G.711-*u*Law-64k", "PCM*A*", "GSM-06.10", "gsm", "MS-GSM", "msgsm", I've changed this to meed desired caps ... need more tests ... 2009/10/13 Georgiewskiy Yuriy > On 2009-10-13 15:05 +0800, Seven Du wrote > freeswitch-users at lists.freeswitch.org: > > hm, host it if you wont, i has nothing against it. > > SD>that will make life easier. > SD> > SD>2009/10/13 Brian West > SD> > SD>> Does anyone see a problem with hosting mod_h323 in our SVN? I would > SD>> like to centralize everything we can to reuse our issue tracking > SD>> resources and not fragment the community if possible. > SD>> > SD>> /b > SD>> > SD>> On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: > SD>> > SD>> > hi, > SD>> > > SD>> > finally i compiled it right ... had a stupid issue with ekiga and > SD>> > wrong ptlib in place... > SD>> > > SD>> > anyhow, i loaded the module and will continue the tests > SD>> > tomorrow ...first thing i arrive in my office :P > SD>> > > SD>> > > SD>> > SD>> > SD>> _______________________________________________ > SD>> FreeSWITCH-users mailing list > SD>> FreeSWITCH-users at lists.freeswitch.org > SD>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > SD>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > SD>> http://www.freeswitch.org > SD>> > SD> > > C ????????? With Best Regards > ???????????? ????. Georgiewskiy Yuriy > +7 4872 711666 +7 4872 711666 > ???? +7 4872 711143 fax +7 4872 711143 > ???????? ??? "?? ?? ??????" IT Service Ltd > http://nkoort.ru http://nkoort.ru > JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru > YG129-RIPE YG129-RIPE > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/4e8fbaff/attachment.html From bottleman at icf.org.ru Tue Oct 13 04:50:13 2009 From: bottleman at icf.org.ru (Georgiewskiy Yuriy) Date: Tue, 13 Oct 2009 15:50:13 +0400 (MSD) Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: <65d96fc80910130435x67405db8s4d0927ad68be05d6@mail.gmail.com> References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> <65d96fc80910130435x67405db8s4d0927ad68be05d6@mail.gmail.com> Message-ID: On 2009-10-13 13:35 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: this morning me bring in hospital, and now i cannot make much work, i think return to the ranks in 1-2 week. TC>static const char* h323_formats[] = { TC> "G.711-*A*Law-64k", "PCM*U*", TC> "G.711-*u*Law-64k", "PCM*A*", TC> "GSM-06.10", "gsm", TC> "MS-GSM", "msgsm", TC> TC> TC> TC>I've changed this to meed desired caps ... need more tests ... TC> TC> TC>2009/10/13 Georgiewskiy Yuriy TC> TC>> On 2009-10-13 15:05 +0800, Seven Du wrote TC>> freeswitch-users at lists.freeswitch.org: TC>> TC>> hm, host it if you wont, i has nothing against it. TC>> TC>> SD>that will make life easier. TC>> SD> TC>> SD>2009/10/13 Brian West TC>> SD> TC>> SD>> Does anyone see a problem with hosting mod_h323 in our SVN? I would TC>> SD>> like to centralize everything we can to reuse our issue tracking TC>> SD>> resources and not fragment the community if possible. TC>> SD>> TC>> SD>> /b TC>> SD>> TC>> SD>> On Oct 12, 2009, at 2:43 PM, Tihomir Culjaga wrote: TC>> SD>> TC>> SD>> > hi, TC>> SD>> > TC>> SD>> > finally i compiled it right ... had a stupid issue with ekiga and TC>> SD>> > wrong ptlib in place... TC>> SD>> > TC>> SD>> > anyhow, i loaded the module and will continue the tests TC>> SD>> > tomorrow ...first thing i arrive in my office :P TC>> SD>> > TC>> SD>> > TC>> SD>> TC>> SD>> TC>> SD>> _______________________________________________ TC>> SD>> FreeSWITCH-users mailing list TC>> SD>> FreeSWITCH-users at lists.freeswitch.org TC>> SD>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> SD>> UNSUBSCRIBE: TC>> http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> SD>> http://www.freeswitch.org TC>> SD>> TC>> SD> TC>> TC>> C ????????? With Best Regards TC>> ???????????? ????. Georgiewskiy Yuriy TC>> +7 4872 711666 +7 4872 711666 TC>> ???? +7 4872 711143 fax +7 4872 711143 TC>> ???????? ??? "?? ?? ??????" IT Service Ltd TC>> http://nkoort.ru http://nkoort.ru TC>> JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru TC>> YG129-RIPE YG129-RIPE TC>> TC>> _______________________________________________ TC>> FreeSWITCH-users mailing list TC>> FreeSWITCH-users at lists.freeswitch.org TC>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users TC>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users TC>> http://www.freeswitch.org TC>> TC>> TC> C ????????? With Best Regards ???????????? ????. Georgiewskiy Yuriy +7 4872 711666 +7 4872 711666 ???? +7 4872 711143 fax +7 4872 711143 ???????? ??? "?? ?? ??????" IT Service Ltd http://nkoort.ru http://nkoort.ru JID: GHhost at jabber.tula-ix.net.ru JID: GHhost at jabber.tula-ix.net.ru YG129-RIPE YG129-RIPE From tculjaga at gmail.com Tue Oct 13 04:54:34 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 13:54:34 +0200 Subject: [Freeswitch-users] 606 error In-Reply-To: References: <65d96fc80910130205t5ce571ecu7746e4886b9362a3@mail.gmail.com> <65d96fc80910130332hc94075bq182887b5f6760f49@mail.gmail.com> Message-ID: <65d96fc80910130454n1860dc09l968454d32b4cd361@mail.gmail.com> of course, if you can send it thi will be great... T. On Tue, Oct 13, 2009 at 1:03 PM, srinivasula reddy < srinivas.ksvreddy at gmail.com> wrote: > Hi, > > thank u very much for your valuable time, > s am sure they are both in same it is not occur continuously, i dont know > the reason, > i am having the wireshark file, any help? > > thanks > srinivas > > > On Tue, Oct 13, 2009 at 4:02 PM, Tihomir Culjaga wrote: > >> and you are sure both users are registered to the same context and your >> dialplan is correct ? >> >> T. >> >> >> On Tue, Oct 13, 2009 at 11:13 AM, srinivasula reddy < >> srinivas.ksvreddy at gmail.com> wrote: >> >>> >>> Hi, >>> >>> >>> >>> Console user1181 attempted to call console user1171 resulted in failure. >>> Sip server returned "Temporarily unavailable" with reason header cause=606; >>> >>> text="user-not-registered". This also happened with other consoles. >>> >>> Thanks >>> SRINIVAS >>> >>> >>> >>> On Tue, Oct 13, 2009 at 2:35 PM, Tihomir Culjaga wrote: >>> >>>> what about some console logs & sip traces ? >>>> >>>> T. >>>> >>>> On Tue, Oct 13, 2009 at 10:56 AM, srinivasula reddy < >>>> srinivas.ksvreddy at gmail.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> two users are registered in freeswitch, when i making call to another >>>>> user i am getting 606 error, >>>>> any help >>>>> >>>>> -- >>>>> Srinivasula Reddy K >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> Srinivasula Reddy K >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> > > > -- > Srinivasula Reddy K > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/26f2b1f0/attachment.html From tculjaga at gmail.com Tue Oct 13 05:02:56 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 14:02:56 +0200 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> <65d96fc80910130435x67405db8s4d0927ad68be05d6@mail.gmail.com> Message-ID: <65d96fc80910130502k7a3fedf5y1c4d6fb5ad8f7bd7@mail.gmail.com> 2009/10/13 Georgiewskiy Yuriy > On 2009-10-13 13:35 +0200, Tihomir Culjaga wrote > freeswitch-users at lists.fre...: > > this morning me bring in hospital, and now i cannot make much work, > i think return to the ranks in 1-2 week. > > damn, hope you will recover soon... take it easy. T. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/456455e0/attachment.html From vhatz at kinetix.gr Tue Oct 13 05:13:48 2009 From: vhatz at kinetix.gr (Vlasis Hatzistavrou (KTI)) Date: Tue, 13 Oct 2009 15:13:48 +0300 Subject: [Freeswitch-users] mod_opal - call charged before H.225 connect In-Reply-To: References: <65d96fc80910061027x2ab58c13s9e31c2f58e5fe01e@mail.gmail.com> <39EFDD6C-5485-4D99-9234-A1C559B0732B@freeswitch.org> <65d96fc80910120903m439c87dav8ee6364a7cd57a1c@mail.gmail.com> <65d96fc80910121443g996612dha90669349457b9e8@mail.gmail.com> <23f91030910130005m1dc40f90k8f5b047baf1df144@mail.gmail.com> <65d96fc80910130435x67405db8s4d0927ad68be05d6@mail.gmail.com> Message-ID: <4AD46EFC.7060306@kinetix.gr> Georgiewskiy Yuriy wrote: > On 2009-10-13 13:35 +0200, Tihomir Culjaga wrote freeswitch-users at lists.fre...: > > this morning me bring in hospital, and now i cannot make much work, > i think return to the ranks in 1-2 week. I wish you a speedy recovery, Yuriy. Regards, Vlasis. From ryannyl at gmail.com Tue Oct 13 05:21:06 2009 From: ryannyl at gmail.com (Ryanny Lin) Date: Tue, 13 Oct 2009 20:21:06 +0800 Subject: [Freeswitch-users] Registering a large number of SIP users In-Reply-To: References: Message-ID: <4bfcac7e0910130521s44a042c0m25eb5c62032d4764@mail.gmail.com> You may try this tool, "sipp", to execute a load test. http://sipp.sourceforge.net/ 2009/10/13 Muhammad Shahzad > Hi, > > I am creating a load test setup for FreeSWITCH using Sofia SIP. I have two > machines both configured with mod_xml_curl, one machine (lets call it SIP > Server) has 100 SIP accounts. Now i want to register second machine (lets > call it SIP Client) to all these 100 SIP accounts on first machine. How can > i do that? > > One approach that i can think of is that to create a new profile (or use > existing external profile) on SIP Client and add all accounts to it as > gateways having, > > ** > > define in their configuration. > > Is my approach correct? Are there any better ways to do this? > > Thank you. > > > -- > ________________________________________________________ > | > | > | FATAL ERROR --- > O X | > |_______________________________________________________| > | You have moved the mouse. > | > | Windows must be restarted for the changes to take effect. | > | > | > ####################################/ > > > 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 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 regards, Wen-Jen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/a5d7a13c/attachment.html From shaheryarkh at googlemail.com Tue Oct 13 05:31:00 2009 From: shaheryarkh at googlemail.com (Muhammad Shahzad) Date: Tue, 13 Oct 2009 18:31:00 +0600 Subject: [Freeswitch-users] Registering a large number of SIP users In-Reply-To: <4bfcac7e0910130521s44a042c0m25eb5c62032d4764@mail.gmail.com> References: <4bfcac7e0910130521s44a042c0m25eb5c62032d4764@mail.gmail.com> Message-ID: Yes i have used this tool before, but sip registration is just first part of my load test, i will be make SIP call load testing too. Also, i want to use FreeSWITCH against FreeSWITCH to test its capability both as SIP Server and SIP Client. Thank you. On Tue, Oct 13, 2009 at 6:21 PM, Ryanny Lin wrote: > You may try this tool, "sipp", to execute a load test. > http://sipp.sourceforge.net/ > > 2009/10/13 Muhammad Shahzad > >> Hi, >> >> I am creating a load test setup for FreeSWITCH using Sofia SIP. I have two >> machines both configured with mod_xml_curl, one machine (lets call it SIP >> Server) has 100 SIP accounts. Now i want to register second machine (lets >> call it SIP Client) to all these 100 SIP accounts on first machine. How can >> i do that? >> >> One approach that i can think of is that to create a new profile (or use >> existing external profile) on SIP Client and add all accounts to it as >> gateways having, >> >> ** >> >> define in their configuration. >> >> Is my approach correct? Are there any better ways to do this? >> >> Thank you. >> >> >> -- >> ________________________________________________________ >> | >> | >> | FATAL ERROR >> --- O X | >> |_______________________________________________________| >> | You have moved the mouse. >> | >> | Windows must be restarted for the changes to take effect. | >> | >> | >> ####################################/ >> >> >> 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 >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 regards, > Wen-Jen > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- ________________________________________________________ | | | FATAL ERROR --- O X | |_______________________________________________________| | You have moved the mouse. | | Windows must be restarted for the changes to take effect. | | | ####################################/ 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/20091013/99c299d9/attachment.html From lakindia89 at gmail.com Tue Oct 13 06:45:04 2009 From: lakindia89 at gmail.com (lakshmanan ganapathy) Date: Tue, 13 Oct 2009 19:15:04 +0530 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <87f2f3b90910121149x6e2114f0q996a262ad272a1f6@mail.gmail.com> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> <7d79b3930910120454m1ffc6dd4u42b91a4349597166@mail.gmail.com> <87f2f3b90910121149x6e2114f0q996a262ad272a1f6@mail.gmail.com> Message-ID: <7d79b3930910130645y658ae041v8219c4c881fa5698@mail.gmail.com> We are using Reliance as the Carrier. I think, with this same Reliance carrier, in my office, they are able to make outgoing calls through asterisk+libpri. On Tue, Oct 13, 2009 at 12:19 AM, Michael Collins wrote: > Lak, > > Okay I will need a little bit of time to dig into the IE's and what they > contain. In the meantime can you tell me who the carrier is? I'd like to > find out if they have some specific requirements. The fact that it doesn't > work with libpri surprises me because that would mean that Asterisk systems > would probably not work with this carrier as well. > > BTW, thanks for the very complete pastebin entries. :) > -MC > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/95fbfa5f/attachment.html From odermann at googlemail.com Tue Oct 13 06:51:11 2009 From: odermann at googlemail.com (Dennis) Date: Tue, 13 Oct 2009 15:51:11 +0200 Subject: [Freeswitch-users] SIP Overlap support? Message-ID: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> hi there, i would like to ask, if fs has support for something like "SIP Overlap"? instead of receiving the phonenumber from our carrier in a block, we want to receive the phonenumber digit-by-digit and we want to tell fs when the number is complete. our carrier could send us the phonenumber digit-by-digit, but what about the fs-side? thanks and kind regards dennis From jerry.richards at teotech.com Tue Oct 13 07:54:30 2009 From: jerry.richards at teotech.com (Jerry Richards) Date: Tue, 13 Oct 2009 07:54:30 -0700 Subject: [Freeswitch-users] FS Extension Groups Documentation Message-ID: Is there a link to the documentation of FS groups and what can be done with a group (i.e. capabilities)? Thanks And Best Regards, Jerry From anthony.minessale at gmail.com Tue Oct 13 08:03:38 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 13 Oct 2009 10:03:38 -0500 Subject: [Freeswitch-users] SIP Overlap support? In-Reply-To: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> References: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> Message-ID: <191c3a030910130803k321f39e3n265e64ab3c84a5e6@mail.gmail.com> have you tried it? I *think* either we did support it or we would with a small patch to sofia lib that I cannot recall if we ever got committed. On Tue, Oct 13, 2009 at 8:51 AM, Dennis wrote: > hi there, > > i would like to ask, if fs has support for something like "SIP Overlap"? > > instead of receiving the phonenumber from our carrier in a block, we > want to receive the phonenumber digit-by-digit and we want to tell fs > when the number is complete. our carrier could send us the phonenumber > digit-by-digit, but what about the fs-side? > > > thanks and kind regards > dennis > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/c5da21ed/attachment-0001.html From odermann at googlemail.com Tue Oct 13 08:26:56 2009 From: odermann at googlemail.com (Dennis) Date: Tue, 13 Oct 2009 17:26:56 +0200 Subject: [Freeswitch-users] SIP Overlap support? In-Reply-To: <191c3a030910130803k321f39e3n265e64ab3c84a5e6@mail.gmail.com> References: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> <191c3a030910130803k321f39e3n265e64ab3c84a5e6@mail.gmail.com> Message-ID: <5e414ed0910130826j11d45a66q86d785f900e4196e@mail.gmail.com> how could we try? we played arround with a snom phone (snom seems to support something in this direction, but are not shure, how we can test it and how we can see if it is supported or not. any hint? 2009/10/13 Anthony Minessale : > have you tried it? > I *think* either we did support it or we would with a small patch to sofia > lib that I cannot recall if we ever got committed. > > > On Tue, Oct 13, 2009 at 8:51 AM, Dennis wrote: >> >> hi there, >> >> i would like to ask, if fs has support for something like "SIP Overlap"? >> >> instead of receiving the phonenumber from our carrier in a block, we >> want to receive the phonenumber digit-by-digit and we want to tell fs >> when the number is complete. our carrier could send us the phonenumber >> digit-by-digit, but what about the fs-side? >> >> >> thanks and kind regards >> dennis >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 shiyanov at gmail.com Tue Oct 13 08:32:12 2009 From: shiyanov at gmail.com (Artem Shiyanov) Date: Tue, 13 Oct 2009 19:32:12 +0400 Subject: [Freeswitch-users] mod_socket: custom timeout for HEARTBEAT event In-Reply-To: <191c3a030910120726p46d6410ejd94b61612686fbbc@mail.gmail.com> References: <86a32abc0910111444j1ab2e446p3cb94b0ae04126e3@mail.gmail.com> <97B4BDC9-5B11-4A98-B1BF-CC00A82ECBD9@jerris.com> <191c3a030910120726p46d6410ejd94b61612686fbbc@mail.gmail.com> Message-ID: Sorry for my foolishness but I stil can't grasp it. I'm developing app based on inbound mod_event_socket and I don't know how to run "enable_heartbeat" or " sched_heartbeat" without specifying any alive session uuid. I tried to use "create_uuid" and send mentioned commands to the created uuid but this approach doesn't work. I do need to monitor the FS state itself rather then any particular call. Please, enlighten me! Artem On Mon, Oct 12, 2009 at 6:26 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > it works in either case with or without media > the syntax for setting the frequency was answered above. > > > > On Mon, Oct 12, 2009 at 12:38 AM, Artem Shiyanov wrote: > >> Michael, Diego, >> thanks for the rapid answers! >> >> As far as I understand, "enable_heartbeat" app is launching >> SESSION_HEARTBEAT events that will stop when the call will be cleared. Also >> I "heard" that "enable_heartbeat" works only for calls with proxied media. >> >> What I want is to monitor FreeSwitch status: is it alive and what is the >> system status message. This info is provided in HEARTBEAT event gracefully >> but in constant time period = 20 sec. So the main question is- how to >> customize this period? >> >> >> Artem >> >> >> >> >> On Mon, Oct 12, 2009 at 2:52 AM, Michael Jerris wrote: >> >>> >>> On Oct 11, 2009, at 5:44 PM, Diego Viola wrote: >>> >>> > Maybe you want enable_heartbeat or sched_heartbeat from mod_dptools? >>> > >>> > You can pass your parameters in second to these two. >>> > >>> > Example: >>> > >>> > >>> > >>> > >>> > Where 1 in this case is the number of heartbeats per seconds. >>> > >>> >>> Number of seconds between hearbeats, not hearbeats per second. >>> >>> >>> > You can use that example on the Dialplan XML but you can also use it >>> > on mod_event_socket outbound, etc. >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > iax:guest at conference.freeswitch.org/888 > googletalk:conf+888 at conference.freeswitch.org > pstn:213-799-1400 > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/38427baf/attachment.html From mike at jerris.com Tue Oct 13 08:42:46 2009 From: mike at jerris.com (Michael Jerris) Date: Tue, 13 Oct 2009 11:42:46 -0400 Subject: [Freeswitch-users] Fwd: Groups information in sqllite In-Reply-To: References: Message-ID: Group information is not stored in sqlite, it is pulled from the xml registry (switch_xml_locate_group function can find them) . Also, please do not cross post between lists. http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Groups http://wiki.freeswitch.org/wiki/Mod_commands#in_group http://wiki.freeswitch.org/wiki/Mod_commands#group_call Mike On Oct 13, 2009, at 2:02 AM, srinivasula reddy wrote: > can any know where group information is exactly stored in sqllite > database, i have seen sip_registration here i can find the > registered users, > in the same way how i can i find the group information, and which > user belongs to which user? > any help would be great. From pippyduck1127 at hotmail.com Tue Oct 13 06:58:56 2009 From: pippyduck1127 at hotmail.com (Pajongjit Buntaokit) Date: Tue, 13 Oct 2009 13:58:56 +0000 Subject: [Freeswitch-users] Database for Audio Data Message-ID: Hi, Does anyone know whether FreeSWITCH has a function to automatically record every call as an audio file in a server or forward them to be stored in a database with additional parameters such as caller ID, date, starting time and ending time? So that these recorded audio data can be queried and retrieved with the caller ID, date and time. Any suggestion or guidance, please advise. Thank you very much! _________________________________________________________________ Hotmail: Trusted email with Microsoft?s powerful SPAM protection. http://clk.atdmt.com/GBL/go/177141664/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/a260de14/attachment.html From msc at freeswitch.org Tue Oct 13 08:46:10 2009 From: msc at freeswitch.org (Michael S Collins) Date: Tue, 13 Oct 2009 08:46:10 -0700 Subject: [Freeswitch-users] openzap Failure opening channel error In-Reply-To: <7d79b3930910130645y658ae041v8219c4c881fa5698@mail.gmail.com> References: <7d79b3930910090407m5dc81d12pf2b0a47f6017804@mail.gmail.com> <20091009123615.BC50A3FA6E9@mail.cune.org> <7d79b3930910100647u7fd11413ucec0a535d68b3e3a@mail.gmail.com> <87f2f3b90910101009j1295d812jd98cae91e30b1eff@mail.gmail.com> <7d79b3930910120454m1ffc6dd4u42b91a4349597166@mail.gmail.com> <87f2f3b90910121149x6e2114f0q996a262ad272a1f6@mail.gmail.com> <7d79b3930910130645y658ae041v8219c4c881fa5698@mail.gmail.com> Message-ID: <5E7A8451-6264-4822-8152-1B94240BDD48@freeswitch.org> On Oct 13, 2009, at 6:45 AM, lakshmanan ganapathy wrote: > We are using Reliance as the Carrier. > I think, with this same Reliance carrier, in my office, they are > able to make outgoing calls through asterisk+libpri. If that's the case I would be very interested in seeing a pri debug from a working call on an asterisk box. It might give us a clue as to what is not working. -MC > > > On Tue, Oct 13, 2009 at 12:19 AM, Michael Collins > wrote: > Lak, > > Okay I will need a little bit of time to dig into the IE's and what > they contain. In the meantime can you tell me who the carrier is? > I'd like to find out if they have some specific requirements. The > fact that it doesn't work with libpri surprises me because that > would mean that Asterisk systems would probably not work with this > carrier as well. > > BTW, thanks for the very complete pastebin entries. :) > -MC > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/24d97fb2/attachment.html From rupa at rupa.com Tue Oct 13 08:57:05 2009 From: rupa at rupa.com (Rupa Schomaker) Date: Tue, 13 Oct 2009 09:57:05 -0600 Subject: [Freeswitch-users] Database for Audio Data In-Reply-To: References: Message-ID: What I do is record all calls and store the call with the UUID as the filename. Then when the call is hung up a CDR entry is sent to my web server. This CDR contains callerid and other info I might want to query by. The service on the web server inserts appropriate record(s) into the database. The recordings are available to the webserver. When one clicks on the "listen" link, the web server serves up the recording by UUID in the recording directory. I have a process that periodically removes old recordings from that dir. I don't purge the CDRs, though that is certainly possible. On Tue, Oct 13, 2009 at 7:58 AM, Pajongjit Buntaokit wrote: > Hi, > > Does anyone know whether FreeSWITCH has a function to automatically record > every call as an audio file in a server > or forward them to be stored in a database with additional parameters such > as caller ID, date, starting time and ending time? > > So that these recorded audio data can be queried and retrieved with the > caller ID, date and time. > > Any suggestion or guidance, please advise. > > Thank you very much! > > ________________________________ > Hotmail: Trusted email with Microsoft?s powerful SPAM protection. Sign up > now. > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- -Rupa From msc at freeswitch.org Tue Oct 13 09:52:35 2009 From: msc at freeswitch.org (Michael Collins) Date: Tue, 13 Oct 2009 09:52:35 -0700 Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <891080.87141.qm@web56406.mail.re3.yahoo.com> References: <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> <891080.87141.qm@web56406.mail.re3.yahoo.com> Message-ID: <87f2f3b90910130952r5657c8e2g6e11c22140da919c@mail.gmail.com> I will add this thought to the weekly discussion. Perhaps we can crowdsource this one. -MC On Mon, Oct 12, 2009 at 10:52 PM, Mark Crane wrote: > "In many cases the issue with the docs isn't that they aren't complete but > rather that they are hard to find." > > Agreed! The biggest problem with the wiki is that it is hard to find > things. > > How do books solve this problem they use an index. It is quite surprising > that the wiki software doesn't come with ability to do this basic task > automatically and instead relies solely upon a manually created index. It > would be extremely beneficial to have a index of all pages and topics that > are available on the wiki. The average person may only see the main links in > the documentation and not realize there are actually hundreds of pages. > > There used to be a pdf that was auto generated from the wiki and it gave a > much easier view of all the pages on the wiki. > > Mark J Crane > > > > --- On *Mon, 10/12/09, Michael Collins * wrote: > > > From: Michael Collins > Subject: Re: [Freeswitch-users] Some documentation thoughts > To: freeswitch-users at lists.freeswitch.org > Date: Monday, October 12, 2009, 4:38 PM > > > On Mon, Oct 12, 2009 at 3:11 PM, Diego Viola > > wrote: > >> Hello, >> >> I have been doing some work recently on the FreeSWITCH wiki, to improve >> things. >> >> You can see some of my work here: >> >> >> http://wiki.freeswitch.org/index.php?title=Special:Contributions&limit=500&target=Diego.viola >> >> I am trying to polish the wiki and give it a more professional and clean >> look, this means that we need to enforce some guidelines and strive to make >> the wiki even better. >> >> How can we do this? >> >> Well, the first thing is to review everything we have, right now we have >> too many separated and little pages here and there that no one cares or >> read, we should avoid doing little or small pages. We need to correct typos, >> I suggest that people click on "Random page" link and start correcting >> typos, install an English (US) dictionary in your browser and enable Spell >> Checking and start correcting these typos if you want to help, also, make >> acronyms and initialisms all-uppercase when you make one. >> >> When you are adding documentation make sure you don't do a separate page >> for an existing page, etc. and we also need to define a size for titles, >> body, etc, so different pages don't look different from each other, I will >> make sure I add all this into our guidelines and that all pages follow this. >> >> My goal is to have great documentation, similar to the Apache >> documentation: >> http://httpd.apache.org/docs/2.2/ >> >> Or even better, I hope you like this idea. >> > > Diego, > > Thank you so much for all of your help on this. Many in the community have > seen your work - it has not gone unnoticed and it most truly is appreciated. > I like the idea of improving the documentation. One thing we need to do is > re-think the organization. In many cases the issue with the docs isn't that > they aren't complete, but rather that they are hard to find. It's all about > organization. I'm definitely open to ideas. > > For those who are interested in helping out with the wiki please let me > know of your availability and skill set. I am maintaining a list of > volunteers. > > Lastly, if you want to talk about documentation in real time please join us > in #freeswitch-docs. > > Thanks, > MC > > > -----Inline Attachment Follows----- > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/7abd4db1/attachment.html From william.suffill at gmail.com Tue Oct 13 10:09:11 2009 From: william.suffill at gmail.com (William Suffill) Date: Tue, 13 Oct 2009 13:09:11 -0400 Subject: [Freeswitch-users] Some documentation thoughts In-Reply-To: <87f2f3b90910130952r5657c8e2g6e11c22140da919c@mail.gmail.com> References: <87f2f3b90910121538q5cb6d58fq5d12906c8e5d354e@mail.gmail.com> <891080.87141.qm@web56406.mail.re3.yahoo.com> <87f2f3b90910130952r5657c8e2g6e11c22140da919c@mail.gmail.com> Message-ID: <6b65470d0910131009y1cf136c3q8c0932375c19f272@mail.gmail.com> Under special pages there is ways to get a list of all the wiki pages. ( http://wiki.freeswitch.org/wiki/Special:SpecialPages) http://wiki.freeswitch.org/wiki/Special:AllPages Due to the number of pages it's broken into sub pages based in alphabetical order of the page names. -- W -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/11424d6d/attachment.html From tculjaga at gmail.com Tue Oct 13 10:12:11 2009 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 13 Oct 2009 19:12:11 +0200 Subject: [Freeswitch-users] SIP Overlap support? In-Reply-To: <5e414ed0910130826j11d45a66q86d785f900e4196e@mail.gmail.com> References: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> <191c3a030910130803k321f39e3n265e64ab3c84a5e6@mail.gmail.com> <5e414ed0910130826j11d45a66q86d785f900e4196e@mail.gmail.com> Message-ID: <65d96fc80910131012v1f72ac49o6bfe9f2267e541c5@mail.gmail.com> you need a softswitch.... i'm afraid a SIP phone is not designed for overlap... T. On Tue, Oct 13, 2009 at 5:26 PM, Dennis wrote: > how could we try? we played arround with a snom phone (snom seems to > support something in this direction, but are not shure, how we can > test it and how we can see if it is supported or not. > > any hint? > > > 2009/10/13 Anthony Minessale : > > have you tried it? > > I *think* either we did support it or we would with a small patch to > sofia > > lib that I cannot recall if we ever got committed. > > > > > > On Tue, Oct 13, 2009 at 8:51 AM, Dennis wrote: > >> > >> hi there, > >> > >> i would like to ask, if fs has support for something like "SIP Overlap"? > >> > >> instead of receiving the phonenumber from our carrier in a block, we > >> want to receive the phonenumber digit-by-digit and we want to tell fs > >> when the number is complete. our carrier could send us the phonenumber > >> digit-by-digit, but what about the fs-side? > >> > >> > >> thanks and kind regards > >> dennis > >> > >> _______________________________________________ > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > iax:guest at conference.freeswitch.org/888 > > googletalk:conf+888 at conference.freeswitch.org > > pstn:213-799-1400 > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/204d35a9/attachment.html From anthony.minessale at gmail.com Tue Oct 13 11:01:29 2009 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 13 Oct 2009 13:01:29 -0500 Subject: [Freeswitch-users] SIP Overlap support? In-Reply-To: <65d96fc80910131012v1f72ac49o6bfe9f2267e541c5@mail.gmail.com> References: <5e414ed0910130651s69a55d75sc189c999800ea28c@mail.gmail.com> <191c3a030910130803k321f39e3n265e64ab3c84a5e6@mail.gmail.com> <5e414ed0910130826j11d45a66q86d785f900e4196e@mail.gmail.com> <65d96fc80910131012v1f72ac49o6bfe9f2267e541c5@mail.gmail.com> Message-ID: <191c3a030910131101p418e0961t373db68285248ff6@mail.gmail.com> i do think some softphone can do it but i forgot which one it was either snom or grandstream On Tue, Oct 13, 2009 at 12:12 PM, Tihomir Culjaga wrote: > you need a softswitch.... i'm afraid a SIP phone is not designed for > overlap... > > T. > > > On Tue, Oct 13, 2009 at 5:26 PM, Dennis wrote: > >> how could we try? we played arround with a snom phone (snom seems to >> support something in this direction, but are not shure, how we can >> test it and how we can see if it is supported or not. >> >> any hint? >> >> >> 2009/10/13 Anthony Minessale : >> > have you tried it? >> > I *think* either we did support it or we would with a small patch to >> sofia >> > lib that I cannot recall if we ever got committed. >> > >> > >> > On Tue, Oct 13, 2009 at 8:51 AM, Dennis >> wrote: >> >> >> >> hi there, >> >> >> >> i would like to ask, if fs has support for something like "SIP >> Overlap"? >> >> >> >> instead of receiving the phonenumber from our carrier in a block, we >> >> want to receive the phonenumber digit-by-digit and we want to tell fs >> >> when the number is complete. our carrier could send us the phonenumber >> >> digit-by-digit, but what about the fs-side? >> >> >> >> >> >> thanks and kind regards >> >> dennis >> >> >> >> _______________________________________________ >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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 >> > iax:guest at conference.freeswitch.org/888 >> > googletalk:conf+888 at conference.freeswitch.org >> > pstn:213-799-1400 >> > >> > _______________________________________________ >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> > >> > >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 iax:guest at conference.freeswitch.org/888 googletalk:conf+888 at conference.freeswitch.org pstn:213-799-1400 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091013/dc1f5a81/attachment-0001.html From diego.viola at gmail.com Tue Oct 13 11:45:38 2009 From: diego.viola at gmail.com (Diego Viola) Date: Tue, 13 Oct 2009 18:45:38 +0000 Subject: [Freeswitch-users] sched_api doesn't get launched In-Reply-To: <59ad9ca10910130314g1bd9d995o1b05ed33ffbf385e@mail.gmail.com> References: <59ad9ca10910130314g1bd9d995o1b05ed33ffbf385e@mail.gmail.com> Message-ID: <86a32abc0910131145t730d0bc0m842ed7ed0891d425@mail.gmail.com> You need to pass the UUID to sched_hangup. Usage: sched_hangup [+]