Open a Jira.
http://jira.freeswitch.org/
On Tue, Jun 9, 2009 at 4:26 AM, Yuriy Ivzhenko wrote:
> Some time ago mod_nibblebill was set variable nibble_total_billed after
> hangup.
>
> But after last few updates of module this variable is no more sets.
>
> Somebody else have this problem?
>
>
>
Sorry, i didn't visited the Jira link you mentioned. Now i know the issue
and I have replied it there.
Thank you.
On Tue, Jun 9, 2009 at 10:45 PM, Giovanni Maruzzelli wrote:
> Hi all,
>
> there are problems for mod_skypiax in recent centos, with more than a
> handful of concurrent Skype calls.
Hi,
What kind of problem you are referring to?
I am using Skypiax from latest FS trunk revision no. 13613 on CentOS 5.3,
Kernel 2.6.18-92.1.22.el5.centos.plusPAE without any problem, the system
seems stable and going in production very soon.
However, i would like to mention here that i have cust
Ok I have added a new MySQL example here.
http://wiki.freeswitch.org/wiki/Mod_lcr#Sample_Data
Diego
On Wed, Jun 10, 2009 at 12:43 AM, Diego Viola wrote:
> Fixed the issue, I will update the wiki now with a MySQL example.
>
> Regards,
>
> Diego
>
>
> On Wed, Jun 10, 2009 at 12:21 AM, Mathieu Re
Fixed the issue, I will update the wiki now with a MySQL example.
Regards,
Diego
On Wed, Jun 10, 2009 at 12:21 AM, Mathieu Rene wrote:
> If we look at the message again,
> (`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)
> REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDA
Kewl, thanks!
/b
Sent from my iPhone
On Jun 9, 2009, at 11:21 PM, "Lars Zeb" wrote:
Done
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of
Brian West
Sent: Tuesday, June 09, 2009 7:32 PM
To: freeswitch-users@lists.
Done
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian
West
Sent: Tuesday, June 09, 2009 7:32 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Documentation error in dialplan XML?
Nope sh
If we look at the message again,
(`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)
REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
And put it into words:
The contrainst names fs_lcr/lcr affecting field carrier_id, and
referencing the id field of the carriers ta
Any other ideas?
On Tue, Jun 9, 2009 at 11:55 PM, Mathieu Rene wrote:
> I think a foreign key constraint is failing, should look into that
>
> On 9-Jun-09, at 11:53 PM, Diego Viola wrote:
>
> Hi everyone,
>
> I have used freeswitch/scripts/contrib/intralanman/C/lcr/sql/mysql-5.0.sql
> to load th
Hi everyone,
I have used freeswitch/scripts/contrib/intralanman/C/lcr/sql/mysql-5.0.sql
to load the mod_lcr schema, that worked well.
But whenever I try to insert data from the "Sample Data" in the wiki it
fails: http://wiki.freeswitch.org/wiki/Mod_lcr#Sample_Data
mysql> INSERT INTO lcr (digits,
I think a foreign key constraint is failing, should look into that
On 9-Jun-09, at 11:53 PM, Diego Viola wrote:
Hi everyone,
I have used freeswitch/scripts/contrib/intralanman/C/lcr/sql/
mysql-5.0.sql to load the mod_lcr schema, that worked well.
But whenever I try to insert data from the "
Nope shouldn't be there .. if you can update the wiki that would be
great.
/b
On Jun 9, 2009, at 9:25 PM, Lars Zeb wrote:
Is the closing of the condition element correct? I’m new at XML.
should the slash at the end of the element be there? -->
Lars
___
Is the closing of the condition element correct? I'm new at XML.
Lars
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSC
On Jun 10, 2009, at 1:26 AM, freeswitch list wrote:
Awesome. Thank you so much guys.
One last question. How would I forward a call in my dialplan to my
cell phone?
I tried
but the caller id changes to the gateway callerid.
depend on your gateway provider, re
if you haven't changed your logging, then it is probably ok. The 0.0.0.0
thing is logged at error level, so will show up in the logs. How did you
search? Grep?
grep '0\.0\.0\.0' freeswitch.log
On Tue, Jun 9, 2009 at 7:35 PM, Lars Zeb wrote:
> Rupa,
>
>
>
> What options do I have for setting
Thanks for your help Rupa :).
Don't worry that I will give everything back to the wiki, as I learn more
and more, I have also contributed back some things to the wiki:
http://wiki.freeswitch.org/wiki/Special:Contributions/Diego.viola
I love to do that, I will also contribute my calling card appl
Rupa,
What options do I have for setting up logging? I'm sorry, but I don't know
anything about this.
Thanks, Lars
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rupa
Schomaker
Sent: Tuesday, June 09, 2009 5:19 PM
Diego,
Here is how I'd go about doing what I think you want. As payment, add a
section to the wiki when you have it working.
Create two profiles in lcr.conf.
the first profile is your callingcard rate deck. Give it a profile id of
1. Then load your data into the lcr tables.
carriers = define
On Tue, Jun 9, 2009 at 6:43 PM, Lars Zeb wrote:
>
> It looks like the error message only appears on the console when started
> without the nc option; and it does not appear in log/freeswitch.log in any
> case.
>
You might want to review how you have your logging setup then. The example
I gave yo
Thanks for the explanation, Brian; it was lost on me before.
It was a DLink DIR-625 which had UPnP enabled. I turned it off.
It looks like the error message only appears on the console when started
without the nc option; and it does not appear in log/freeswitch.log in any
case.
2009-06
Hi everyone,
I'm trying to write a calling card app with A-Z rates, and I plan to use
mod_lcr for this case... the only thing I need mod_lcr to do for me is get
the rate based on the destination number / prefix.
Is there a way I could achieve this with mod_lcr? I seen the wiki page and
the SQL ex
Do something like this
Before you bridge
/b
On Jun 9, 2009, at 5:04 PM, JuanMa wrote:
codec-prefs
Brian West
br...@freeswitch.org
-- Meet us at ClueCon! http://www.cluecon.com
___
Freeswitch-users mailing list
Freeswitch-users@lists.frees
On Tue, Jun 9, 2009 at 2:55 PM, Brian West wrote:
> Someone hung the call up thats all I can imagine. Its not going to be us
> but maybe the far side you're talking to. Look at the sip trace bet the far
> end is sending you a BYE
>
This would make sense. Some systems will have a hard limit on
Hello,
Is it posible to set a codec-pref per Endpoint instead to set it in
sip-profiles?
In my directory:
I do this but FS do codec negotiation with all codecs in the profile
internal. What i am doing wrong?
Thx in
Someone hung the call up thats all I can imagine. Its not going to be
us but maybe the far side you're talking to. Look at the sip trace
bet the far end is sending you a BYE
/b
On Jun 9, 2009, at 4:52 PM, Dan wrote:
The freeswitch log show this before it hits my hangup hook in lua.
I
The freeswitch log show this before it hits my hangup hook in lua. I don't have
a pcap trace of the sip messaging, I can try that tonight, it would definitely
show where the hangup is coming from. I'm recording to a local disk as a .ul
file, so a headerless ulaw format.
2009-06-08 21:25:44 [DE
You have to start freeswitch without -nc to see it. Only happens
during start up.
/b
On Jun 9, 2009, at 4:26 PM, Lars Zeb wrote:
Rupa,
Thanks for the detailed response. After upgrading from 13639 to
13732, I see no log errors. I am accessing Freeswitch vi fs_cli, but
I did look in log/f
What format are you recording in ? And what is the hangup cause?
Happen to have a sip trace?
/b
On Jun 9, 2009, at 3:57 PM, Dan wrote:
330M (345723426 bytes)
D-
Brian West
br...@freeswitch.org
-- Meet us at ClueCon! http://www.cluecon.com
__
Rupa,
Thanks for the detailed response. After upgrading from 13639 to 13732, I see
no log errors. I am accessing Freeswitch vi fs_cli, but I did look in
log/freeswitch.log. Certainly I see nothing that looks like your ERR below.
I too have a dlink router. I will look at its configuration an
330M (345723426 bytes)
D-
- Original Message -
From: "Brian West"
To: freeswitch-users@lists.freeswitch.org
Sent: Tuesday, June 9, 2009 2:39:30 PM GMT -07:00 US/Canada Mountain
Subject: Re: [Freeswitch-users] Recording time limit?
how big is the file?
/b
On Jun 9, 2009, at
how big is the file?
/b
On Jun 9, 2009, at 3:28 PM, freeswitch-us...@digitaldan.com wrote:
Hi guys,
I'm noticing that when recording calls (using session.recordFile in
both lua and javascript) the call is disconnecting after 12 hours
(exactly 12 hours). I'm still looking into our cisco g
Hi guys,
I'm noticing that when recording calls (using session.recordFile in both lua
and javascript) the call is disconnecting after 12 hours (exactly 12 hours).
I'm still looking into our cisco gateways to see if they are doing the call
clearing, but wanted to know if there were any timers o
I couldn't get the gateway to work with register=false. I took the hint
from Brian and scraped the gateway idea and put this in my dialplan.
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
htt
If we get 0.0.0.0 as a public address, upnp support is disabled since we're
getting the info from a gateway that can't route us to the internet. It is
broken, so we don't trust it.
The message you should see in the logs is something like:
2009-06-08 13:51:44.587812 [ERR] switch_nat.c:126 uPNP De
Awesome. Thank you so much guys.
One last question. How would I forward a call in my dialplan to my cell
phone?
I tried
but the caller id changes to the gateway callerid.
On Tue, Jun 9, 2009 at 12:48 PM, dujinfang wrote:
> 2) Is there anyway to have xml_curl send th
Hi, all.
While expecting channel events that are fired in call lifetime, have
encountered that for lot of channel
events Other-Leg-Username points to user that belongs to channel event for
what is fired.
For example, let's say I'm calling from 101 to 102, when receiving events
CHANNEL_UNBRIDGE, C
because 0.0.0.0 causes it to disable upnp cuz its invalid.
/b
On Jun 9, 2009, at 12:00 PM, Lars Zeb wrote:
Thanks, Brian and Mike J and Ken R and Jason W.
Outbound calls are now working OK.
Brian, I don’t know where to look for the 0.0.0.0 addr error
message. I checked the log/freeswitch.l
Thanks, Brian and Mike J and Ken R and Jason W.
Outbound calls are now working OK.
Brian, I don't know where to look for the 0.0.0.0 addr error message. I
checked the log/freeswitch.log but did not recognize anything.
I also noticed that nat_public_addr is not longer displayed in the
gl
2) Is there anyway to have xml_curl send the password for directory
entry requests.
try this:
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:ht
Hi all,
there are problems for mod_skypiax in recent centos, with more than a
handful of concurrent Skype calls.
Probably the problem is ALSA-related.
Until it is solved, for production please use Ubuntu 8.04 (see below),
some other Linux distro (and please write here your experience), or
Windo
2009/6/9 freeswitch list
> 1) How do you setup a gateway where the provider doesn't require a user
> name and password? For freeswitch gateways username and password are
> mandatory.
>
Use the param:
>
> 2) Is there anyway to have xml_curl send the password for directory entry
> requests.
>
d
But the bigger issue is if the far end doesn't require register and
won't 401/407 you and does auth via IP you don't need a gateway.
/b
On Jun 9, 2009, at 11:36 AM, Michael Collins wrote:
On Tue, Jun 9, 2009 at 9:14 AM, freeswitch list
wrote:
1) How do you setup a gateway where the prov
On Tue, Jun 9, 2009 at 9:14 AM, freeswitch list wrote:
> 1) How do you setup a gateway where the provider doesn't require a user
> name and password? For freeswitch gateways username and password are
> mandatory.
>
Find this line in example.xml:
Uncomment that line in your gateway and it won'
1) How do you setup a gateway where the provider doesn't require a user name
and password? For freeswitch gateways username and password are mandatory.
2) Is there anyway to have xml_curl send the password for directory entry
requests.
3) What is the best way to monitor for failed sip register a
I updated the pcre lib last night, and it is trying to add files that
are already there in your working copy. You can try doing:
rm -rf libs/pcre && svn update && ./bootstrap.sh && ./configure &&
make current
Mike
On Jun 9, 2009, at 12:01 PM, Ken Rice wrote:
Re-bootstrap if you just upd
Because rupa on IRC is having the same problem.. Check the error
message I print now and the device url will be printed thanks to
rupa's patch.
/b
On Jun 9, 2009, at 11:03 AM, Lars Zeb wrote:
Brian, I’m curious, how can you tell that a printer is giving out
the 0.0.0.0 addr?
Brian West
Brian, I'm curious, how can you tell that a printer is giving out the
0.0.0.0 addr?
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian
West
Sent: Tuesday, June 09, 2009 7:41 AM
To: freeswitch-users@lists.freeswitch.org
S
Re-bootstrap if you just updated several fixes to the build system and an
update to the pcre lab were recently commited... If you follow the trunk
mailing everyone tries to tag commits that require this in their commit
messages
From: Lars Zeb
Reply-To:
Date: Tue, 9 Jun 2009 08:54:41 -0700
To
Hi all,
I cannot compile on Windows the current svn, 13722.
The first error it gives is:
freeswitch\libs\pcre\pcre_internal.h(368) : fatal error C1189: #error
: LINK_SIZE must be either 2, 3, or 4
then it fails 81 projects (42 succeeded), because no
freeswitchcore.lib (obviously)
I tried both
I tried to make FS current with the following command, which got errors in
the ./configure step. Is it OK to proceed to make install?
make clean && svn up && ./configure
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libedit.pc
config.status: cr
>
>
>
> I’ve updated the wiki
>
>
>
> You're a gentleman and a scholar! :)
-MC
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/ma
FYI,
We've had several people inquire about finding someone with whom to share a
room for ClueCon. Please keep in mind that we do have a minimum number of
rooms we need to book with the Wyndham. However, we would hate for someone
not to attend simply because they could not afford a hotel room. To
I finally got around to looking at why mod vmd didn't appear to run when
using LUA. Turned out that the example in the wiki was wrong.
It should have been session:execute("vmd","start");
And not session:execute("vmd");
I've updated the wiki
Regards,
__
update to 13719, rupa did a patch that fixed this.. also find that
printer that gives out the 0.0.0.0 addr and turn off upnp :P
/b
On Jun 8, 2009, at 9:57 PM, Lars Zeb wrote:
http://pastebin.freeswitch.org/9319
From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-bou
If you don't even see it when debug logging is enabled, there is something
wrong in the other end.
About the IP's. I guess you're just faking IP's in these email,s or are you
using 2.2.2.2 and 1.1.1.1 for real? Cause in that case you're in trouble. I
just wanted to make sure... :)
/Peter
---
Hello,
Below are some changes I have made, Post me if any additions required...
acl.conf.xml
freeswitch.xml
sip_profiles/internal.xml
< param name="apply-inbound-acl" value="inbound_ac" /> under tag
public.xml
default.xml
Hi,
Install unixodbc-dev and run configure again.
Math
On 9-Jun-09, at 3:02 AM, ram wrote:
>
> Hi
>
> i have downloaded latest SVN
>
> and trying to make install
>
> i get the following error
>
> I googled for the same
> but there no information on this error
>
>
> how can i resolve this proble
You have a upnp device handing out 0.0.0.0 as the gateway address ...
I'll patch that shortly to disable that.
/b
On Jun 8, 2009, at 9:57 PM, Lars Zeb wrote:
http://pastebin.freeswitch.org/9319
From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freesw
Incoming calls are not even hitting my FS box console.
Peter Olsson wrote:
>
> Are you able to see anything at all in the console/log?
>
> I'm starting to doubt that the call even gets into the FS box... :)
>
> Try enabling more logs (console loglevel debug), and try again.
>
>
> On 09-06-
Hello,
I can give the all-clear! It was my mistake ( ...and it was a silly one :-/ ) I
had to applications that interfere each other.
They are:
I don't know why I skip that in my dialplan!!!
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_start_dtmf
Yes! A small mistake
Hi,
I'm still looking for a way to reject a call without answering. I've tried
various things without solution.
>From the socket interface i tried:
SendMsg 9015430e-82cf-418c-bf4c-f3ac6e85caf2
call-command: execute
execute-app-name: respond
execute-app-arg: 503
>From Javascript, i tried each
Hallo Ray
Siemens type Gigaset DE380 IPR, Cisco type 7965 and 7960.
Also tested Grandstream type 2010 and Linksys type 921 no problem with these
phones.
I've downloaded a new firmware for the Siemens but wasn't able to test it
jet.
Durk
> Durk de Beer wrote:
>>
>> Hello all,
>>
>> I have observe
On Tue, Jun 9, 2009 at 3:11 PM, bakko wrote:
> Look at /usr/local/freeswitch/log/freeswitch.xml.fsxml
>
> Line 972
>
> This is a sintaxys error in the configuration.
>
>
it was manual mistake when i edited that file
fixed problem
Ram
___
Freeswitch-
Look at /usr/local/freeswitch/log/freeswitch.xml.fsxml
Line 972
This is a sintaxys error in the configuration.
Chao
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UN
A side question: has anyone succesfully installed wikipbx on windows?
On Tue, Jun 9, 2009 at 11:00, ram wrote:
>
>
> On Tue, Jun 9, 2009 at 2:06 PM, ram wrote:
>
>>
>>
>> On Sun, May 31, 2009 at 8:39 PM, bakko wrote:
>>
>>> If you understand spanish please look at:
>>>
>>> http://www.freeswi
Hi,
El mié, 03-06-2009 a las 18:30 +0200, Francois Delawarde escribió:
> Hello,
>
> I'm interested in being able to do video transcoding mainly for
> bridging 3G mobile and sip networks, and maybe later on some
> conferencing with FS.
>
> Are video codecs planned to be added to FS even in a far
On Tue, Jun 9, 2009 at 2:06 PM, ram wrote:
>
>
> On Sun, May 31, 2009 at 8:39 PM, bakko wrote:
>
>> If you understand spanish please look at:
>>
>> http://www.freeswitch.es/node/55
>>
>>
>
> Hi
>
> i have followed this URL
>
> iam using mysql,
>
> when i run the following command iam getting e
Ok I've recieved an error message so if this message is being send a second
time my deepest apologies for it.
Hello Brian,
I observed the problem by a Siemens Gigaset DE380 IPR and A Cisco 7960 and
7965. What happens is this, a call is coming in on Freeswitch and is being
bridged to lets say the
On Sun, May 31, 2009 at 8:39 PM, bakko wrote:
> If you understand spanish please look at:
>
> http://www.freeswitch.es/node/55
>
>
Hi
i have followed this URL
iam using mysql,
when i run the following command iam getting error
what iam doing wrong ?
python manage.py syncdb
Traceback (most
Some time ago mod_nibblebill was set variable nibble_total_billed after
hangup.
But after last few updates of module this variable is no more sets.
Somebody else have this problem?
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.
On Sun, Jun 7, 2009 at 1:38 PM, Meftah Tayeb wrote:
> hello,
> welcome, i'm able to build a Installer for your Freeswitch
> please:
> i have a very small Internet connection (128KBPS) and FS Setup syse is 40MB
> or +...
> i give you only the setup project and you compile it... ok?
> thanks
>
i
Hi
i have downloaded latest SVN
and trying to make install
i get the following error
I googled for the same
but there no information on this error
how can i resolve this problem
Ram
making install mod_nibblebill
Compiling mod_nibblebill.c...
Compiling mod_nibblebill.c ...
mod_nibblebill.c:
72 matches
Mail list logo