appliance

Bug/Mis-Config: Recorded Incoming Calls are not saved with the right file extension

TravisWhidden
Posts: 61
Member Since:
2007-12-14

Hello,

I am running the TB CCD. Outgoing calls that have been recorded works great. Inbound calls have a problem where TB thinks the filename is one thing,but its actually slightly different.

Example:

File not found ^/var/spool/asterisk/monitor/user-101-17755554434-in-1199489771-367-Fri_Jan_04_2008_03_36_11_PM_PST.wav^

Where the real filename in the file system is:

user-101-+17755554434-in-1199489771-367-Fri_Jan_04_2008_03_36_11_PM_PST.wav

You can see that there is a "+" sign in the file name, but the redirect does not have it.

I have reported this to my sales guy Brandon, but he has not got back to me.

I attempted to change the caller ID in the menu to see if that helps, and it does not.

This only appears to happen for inbound calls dialing direct to the extension or via the queue.

It may be a config issue.. it looks as if I just need to strip that "+" somehow, but I cant figure out how/where

Any help would be greatly appreciated.

Thanks

Travis Whidden

--

Travis Whidden



achi
Posts: 48
Member Since:
2007-03-19
Hello Travis, This is a

Hello Travis,

This is a known bug. What is your server ID so that I might take a look?

Thank you,
Andy

--

trixbox Support



TravisWhidden
Posts: 61
Member Since:
2007-12-14
Sent via PM

Thanks.. Sent via PM.

Travis Whidden

--

Travis Whidden



TravisWhidden
Posts: 61
Member Since:
2007-12-14
Did you ever get a chance to

Did you ever get a chance to take a look at this? This is seriously annoying. We are paying for this software, and its not working. I sent you a P.M with my server ID.

Can you please come up with a fix for this. We are trying to go live with this Friday.

Travis

--

Travis Whidden



TravisWhidden
Posts: 61
Member Since:
2007-12-14
I love how I pay good money

I love how I pay good money for my licenses, and nobody responds to my posts.

Trixbox stops doing email support.. and requires a support subscription.. even when you have to report a bug. I pay retail prices for my ext on my CCE, and i still have to have a support subscription to get you guys to fix your own bugs??

I report a bug, you say there is a problem, you give them information that is required to get into your box, and yet they still don't attempt to fix or tell you what they are doing to fix a problem.

So, now I am going to have to create a band aid script to remove the "+" in every file that exists in that folder using cron. Is this my job? No... I pay for software that should be working.. especially a critical part of why we bought this software.

Am I willing to do it? Why not? I am already used to being the software debugger when I pay for software.

Am I upset? Yes. I think its retarded that my post gets abandon and nobody re-visits it.

Can you please just fix this bug? Its a real pain.

--

Travis Whidden



TravisWhidden
Posts: 61
Member Since:
2007-12-14
cd

cd /var/spool/asterisk/monitor/
list=`ls -1`; for name in $list; do mv $name `echo $name | sed 's/+//'`; done

I put this in as a Hack... it works great for us.

If anyone else has problems, just do the same in cron hourly.

--

Travis Whidden



samy
Posts: 156
Member Since:
2006-10-21
Travis, Just an update that

Travis,

Just an update that with your feedback, we have resolved this bug and pushed this fix to production tonight!

In the next hour, this should be resolved for you (no cron band-aid necessary.)

Thanks,
Samy

--

Samy Kamkar
Fonality Director of Engineering



TravisWhidden
Posts: 61
Member Since:
2007-12-14
Thanks! I will remove my

Thanks! I will remove my cron scripts tomorrow when I get into the office. These updates get pushed down to the server automagicly right?

BTW, have you ever had any problems where pushing down updates bricks everyones installs? That has me 'slightly' worried... but as long as you test and double test,,, I am good.

--

Travis Whidden



samy
Posts: 156
Member Since:
2006-10-21
Hi Travis, Any major updates

Hi Travis,

Any major updates (such as major backend programs) are only done from our Upgrade tool within the Admin Panel. This allows you to perform the upgrade yourself when you feel comfortable (and when it's necessary to temporarily take down any services that would affect calls.)

Minor updates that would not affect major functionality of your system (and are thoroughly tested!) are done from our end automatically and typically don't even require changes to your system.

Thanks,
Samy

--

Samy Kamkar
Fonality Director of Engineering



TravisWhidden
Posts: 61
Member Since:
2007-12-14
THis bug is back again, in

THis bug is back again, in both of my CCE servers.

Can you please fix it, and send out the updates to everyone? THanks.

Travis

--

Travis Whidden



TravisWhidden
Posts: 61
Member Since:
2007-12-14
TTT :)

TTT :)

--

Travis Whidden



Mike Joyce
Posts: 402
Member Since:
2007-03-07
Hey Travis, I have let Samy

Hey Travis,

I have let Samy know about this and we will take a look into this.

Thanks,
Mike



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.