[Freeswitch-dev] Woohoo! I'm done core coding!

2010-03-19 Thread Mark Sobkow
Ah nu that ah wud! Ah feelz nice, like sugah an' spice! :D -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-6893-X533 Fax: 306-359-6879 Email: m.sob...@marketelsystems.com Web: http://www

[Freeswitch-dev] Woohoo! We have call recording working!

2010-03-17 Thread Mark Sobkow
means the bridge command was successfully queued for processing, not that it's completed. I guess I wouldn't call this a bug with call recording, but it's definitely a "gotcha". -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Reg

Re: [Freeswitch-dev] JIRA Commented: (DP-15) uuid_record not working

2010-03-13 Thread Mark Sobkow
evant to the problem. uuid_record not working --- Key: DP-15 URL: http://jira.freeswitch.org/browse/DP-15 Project: Dialplan Modules Issue Type: Bug Environment: Ubuntu Hardy 32-bit Reporter: Mark S

Re: [Freeswitch-dev] Problem with call recording

2010-03-11 Thread Mark Sobkow
Sorry, I was just hoping for confirmation that it's a bug before I filed a report. I'll take care of that some time today. :) Brian West wrote: > Mark, > Bug reports belong on Jira. > > http://jira.freeswitch.org > > > /b > > On Mar 9,

[Freeswitch-dev] Problem with call recording

2010-03-09 Thread Mark Sobkow
the entire operator session, just _segments_ of it. -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-6893-X533 Fax: 306-359-6879 Email: m.sob...@marketelsystems.com Web: http://www

Re: [Freeswitch-dev] Bug with variable_endpoint_disposition and Answer-State event parameters

2010-03-02 Thread Mark Sobkow
below.  Note that if the call goes unanswered the Erlang event callback does _not_ fire. originate {call_timeout=2,originate_timeout=2}sofia/external/5...@rats.marketel '&erlang( pbx_called_cust purs...@testsrv )' Andrew Thompson wrote: On Tue, Mar 02, 2010 at 12:39:18PM -0600

Re: [Freeswitch-dev] Bug with variable_endpoint_disposition and Answer-State event parameters

2010-03-02 Thread Mark Sobkow
I tried changing the answer timeout to 2 seconds, but Freeswitch "originate" is definitely not honouring that request. The originate command is: originate, sofia/external/5...@rats.marketel '&erlang( pbx_called_cust purs...@testsrv )' 5 Mark Sobkow wrote: > N

Re: [Freeswitch-dev] Bug with variable_endpoint_disposition and Answer-State event parameters

2010-03-02 Thread Mark Sobkow
sigh* Not that it's any better a result, as we DO need to timeout calls that aren't being answered. Mark Sobkow wrote: > I think I may have found a bug in Freeswitch, as both answered and > ringing calls have an "Answer-State" "answered" and > variable_endpoi

[Freeswitch-dev] Bug with variable_endpoint_disposition and Answer-State event parameters

2010-03-02 Thread Mark Sobkow
ith an answered call, I have to uuid_bridge the operator on the CHANNEL_PARK event within 2 seconds to meet legal requirements, while with an unanswered call it's another 30 seconds (configurable) before the CHANNEL_HANGUP event propagates to let me know that the call went unanswered

[Freeswitch-dev] Need some direction

2010-02-19 Thread Mark Sobkow
her the call was 1) handled; 2) passed to level 2 tech support; 3) passed to level 3 tech support; or 4) scheduled for callback. -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 30

Re: [Freeswitch-dev] .deb sound installation files

2010-01-27 Thread Mark Sobkow
Mark Sobkow wrote: > It looks like the sound files are no longer part of the standard > build, as per emails that were sent out some time ago. > > Is there any word on .deb support for building the sound files? Our > install process requires that we do .deb files for ubuntu rathe

[Freeswitch-dev] .deb sound installation files

2010-01-27 Thread Mark Sobkow
It looks like the sound files are no longer part of the standard build, as per emails that were sent out some time ago. Is there any word on .deb support for building the sound files? Our install process requires that we do .deb files for ubuntu rather than doing a source build. -- Mark

Re: [Freeswitch-dev] How do I issue a "load mod_sofia" from Erlang?

2009-11-19 Thread Mark Sobkow
Mark Sobkow wrote: > I need to automatically load mod_sofia after our Erlang synchronization > process is complete. I tried the following, but it doesn't seem to work > (no debug output and when I go into fs_cli I can still do a "load > mod_sofia" without getting

[Freeswitch-dev] How do I issue a "load mod_sofia" from Erlang?

2009-11-19 Thread Mark Sobkow
freeswitch:bgapi( State#state.node, load, [mod_sofia] ) -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-6893-X533 Fax: 306-359-6879 Email: m.sob...@marketelsystems.com Web: http:

Re: [Freeswitch-dev] load mod_sofia giving an error

2009-10-19 Thread Mark Sobkow
Chris Burns wrote: > Try building from freeswitch.org source? > > On October 19, 2009 11:36:59 am Mark Sobkow wrote: > >> We're running an Ubuntu 8.04 (Hardy) 32-bit build of >> freeswitch-1.0.4+repack8

[Freeswitch-dev] Is anyone running Ubuntu 8.04/Hardy?

2009-10-19 Thread Mark Sobkow
with the most recent release of Ubuntu on Thursday and Friday. -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-6893-X533 Fax: 306-359-6879 Email: m.sob...@marketelsystems.com Web: http://www.mark

Re: [Freeswitch-dev] load mod_sofia giving an error

2009-10-19 Thread Mark Sobkow
Mark Sobkow wrote: > It turns out that our problems with loading mod_sofia using Erlang > configurations has uncovered a deeper problem. This morning I copied > over the default/sample configs from the Freeswitch build to replace our > sip_profiles directory, but lo and beho

[Freeswitch-dev] load mod_sofia giving an error

2009-10-19 Thread Mark Sobkow
used by a bad configuration. We're running an Ubuntu 8.04 (Hardy) 32-bit build of freeswitch-1.0.4+repack8 downloaded from launchpad.net. -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-

[Freeswitch-dev] Debugging FS-Erlang integration

2009-10-13 Thread Mark Sobkow
the FS source code, but it's starting to look like that's going to be the only option for debugging this problem. -- Mark Sobkow Senior Developer MarkeTel Multi-Line Dialing Systems LTD. 428 Victoria Ave Regina, SK S4N-0P6 Toll-Free: 800-289-8616-X533 Local: 306-359-

[Freeswitch-dev] Loading mod_sofia from Erlang -- good news and bad news

2009-10-08 Thread Mark Sobkow
in fs_cli to see exactly what's happening? I'd like to confirm that it's _receiving_ the XML back from Erlang, especially as attempts by Andrew to use our Erlang source were successful on his installation. Clearly there is still some difference between our boxen. BTW, we're

[Freeswitch-dev] Still getting errors trying to apt-get update

2009-09-29 Thread Mark Sobkow
Hit http://ca.archive.ubuntu.com hardy-updates/main Sources Err http://ppa.launchpad.net hardy/main Packages 404 Not Found Hit http://ca.archive.ubuntu.com hardy-updates/restricted Sources Hit http://ca.archive.ubuntu.com hardy-updates/universe Packages Hit http://ca.archive.ubuntu.com hardy-upda

Re: [Freeswitch-dev] Having some trouble downloading the PPAs

2009-09-28 Thread Mark Sobkow
tly-drivers/ubuntu > hardy main > > In your /etc/apt/sources.list > > -William King > > Mark Sobkow wrote: > >> When I do the apt-get update as instructed by Launchpad, I get the >> following errors. Any ideas? >> >> W: Failed to fetch >&g

[Freeswitch-dev] Having some trouble downloading the PPAs

2009-09-28 Thread Mark Sobkow
When I do the apt-get update as instructed by Launchpad, I get the following errors. Any ideas? W: Failed to fetch http:/ppa.launchpad.net/freeswitch-drivers/dists//freeswitch-nightly-drivers/ubuntu/Release.gpg Unable to connect to http: W: Failed to fetch http:/ppa.launchpad.net/freeswit

[Freeswitch-dev] When is 1.0.5 due out?

2009-09-24 Thread Mark Sobkow
I've been advised that the Ubuntu/.deb packaging won't be getting updated until the 1.0.5 release (1.0.4 slipped through the cracks.) I need to know when 1.0.5 is scheduled for release, as we can't ship source builds to our customers, only .deb installations. (The boxes our customers run don'

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-22 Thread Mark Sobkow
Andrew Thompson wrote: > Okay, so I compiled all your code and ran it like this: > > freeswitch_bind:start('freeswi...@dev-cs1', configuration, self()). > > The third parameter seems to be unused, so I passed the shell's pid in. > I look at freeswitch console and see the messages that the bindings

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-22 Thread Mark Sobkow
Andrew Thompson wrote: > Okay, so I compiled all your code and ran it like this: > > freeswitch_bind:start('freeswi...@dev-cs1', configuration, self()). > > The third parameter seems to be unused, so I passed the shell's pid in. > I look at freeswitch console and see the messages that the bindings

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-22 Thread Mark Sobkow
Andrew Thompson wrote: > I suppose I should have asked this earlier, but what version of > freeswitch are you running? Also, what output do you get in the erlang > shell and in the FS console (in debug mode)? > > Andrew > I checked the timestamps on the files, and it looks like we're installing

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-21 Thread Mark Sobkow
Andrew Thompson wrote: > Mark, > > I just noticed your original version had a typo for the global_settings > closing tab. If I fix that I do indeed get a temporary hang because of > the STUN stuff, but once that times out the module loads successfully. > Have you tried the re-factored module I atta

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-21 Thread Mark Sobkow
I fixed the typo in the XML, but we're still getting a lockup. Also, my log files are indicating that the request for sofia.conf is being issued _twice_ now. I'm attaching all the source code from our freeswitch module. I believe freeswitch.erl is just a copy of the shared source for integra

Re: [Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-21 Thread Mark Sobkow
Andrew Thompson wrote: On Mon, Sep 21, 2009 at 12:58:57PM -0400, Andrew Thompson wrote: I'll try to look at this later today - it's probably a bug (although I do quite a bit of XML config serving myself without having seen this issue). Okay, I just tested this, and it d

[Freeswitch-dev] Freeswitch locking up after reply for ERLang sofia.conf is sent

2009-09-21 Thread Mark Sobkow
I'm sending back XML for sofia.conf from my ERLang code, but after the reply is sent, Freeswitch is locking up. It's only based on the template/default values for mod_sofia, but if I send the not found reply, Freeswitch locks up as well. Any ideas? Code follows... %% Author: mark %% Create