[asterisk-users] Manager command that equal to database show CFIM

2009-12-20 Thread Magnus Benngård
Hi! Probably me that cannot read the manual... I am trying to get all Keys that belongs to a certain Family from the manager interface. Can just get single values for example: Action: DBGet Family: CFIM Key: 0317998975 I was looking for something like Action: DBShow Family: CFIM. Any one has

[asterisk-users] Rewrite of calling number for all extensions

2009-12-20 Thread Magnus Benngård
Hi! I am trying to figure out how to rewrite calling number for all extensions. What I am trying to do is: 1) Have a block of rewriting rules that will apply to all calls: Something like... (???),ExecIf($[${CALLERID(num)}=702221448]?Set(CALLERID(all)=Cecilia Benngard))

Re: [asterisk-users] sendmail

2009-12-20 Thread James Stocks
On 19 Dec 2009, at 16:20, Thomas Perron wrote: Anyone have a cookbook on configuring sendmail to work with Asterisk? Or,a few config examples. Postfix is a drop-in replacement for sendmail. I find it to be far, far simpler to administer. Take a look at

[asterisk-users] Dec 20 Global All Free SW HW Culture meeting - BerkeleyTIP

2009-12-20 Thread john_re
A great December Solstice to you yours. :) JOIN the Global All Free SW, HW, Culture meeting via VOIP Dec 20 Sunday, 12N-3PM (Pacific = UTC-8) = 3P-6P Eastern = 8P-11P UTC [Jan 2009 meetings: 2nd, 17th - mark your calendar] http://sites.google.com/site/berkeleytip/schedule == WATCH some

Re: [asterisk-users] Rewrite of calling number for all extensions

2009-12-20 Thread Magnus Benngård
Did found a way to do it: exten = 975,1,ExecIf($[${DB_EXISTS(CFIM/0317998975)}]?Goto(${DB(CFIM/0317998975)},1) exten = 975,2,Goto(set-caller-id,s,1) exten = 975,3,Goto(975-${DEVICE_STATE(SIP/0317998975)},1) exten = 975-INUSE,1,VoiceMail(0317998...@inputinterior.se,bs) ..

Re: [asterisk-users] sendmail

2009-12-20 Thread Luis Morales
Try installa sstmp for mail delivery. Regards, On Sun, Dec 20, 2009 at 11:50 AM, Thomas Perron thomas.per...@gmail.com wrote: Anyone have a cookbook on configuring sendmail to work with Asterisk? Or,a few config examples. ___ -- Bandwidth and

[asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Randy R
Hi, Curious, do many of you check out software or projects when they have a live CD or does that make any difference to you? Does anyone know if the general public (not reading this kind of list) is attracted to a Live CD more than an Install one? thx, /r

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread jon pounder
Randy R wrote: I might try a live cd once or twice, or use it to boot a dead computer or one that is not mine, BUT for anything with any sort of time investment in settings to try anything you lose it all with a live cd so why bother since if you can't try it all in one session, you have to

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Randy R
On Sun, Dec 20, 2009 at 5:10 PM, jon pounder j...@inline.net wrote: Live usb sticks are another matter (assuming your bios actually reliably boots them) at least you can save your changes and pickup where you left off the next time. Excellent point, thanks! /r

Re: [asterisk-users] Rewrite of calling number for all extensions

2009-12-20 Thread Steve Edwards
On Sun, 20 Dec 2009, Magnus Benng??rd wrote: Did found a way to do it: exten = 975,1,ExecIf($[${DB_EXISTS(CFIM/0317998975)}]?Goto(${DB(CFIM/0317998975)},1) exten = 975,2,Goto(set-caller-id,s,1) exten = 975,3,Goto(975-${DEVICE_STATE(SIP/0317998975)},1) exten =

Re: [asterisk-users] sendmail

2009-12-20 Thread Steve Edwards
On Mon, 21 Dec 2009, Luis Morales wrote: Try installa sstmp for mail delivery. Or ssmtp :) -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice: +1-760-468-3867 PST Newline

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Gourav Shah
On Sun, Dec 20, 2009 at 9:47 PM, Randy R randulo2...@gmail.com wrote: On Sun, Dec 20, 2009 at 5:10 PM, jon pounder j...@inline.net wrote: Live usb sticks are another matter (assuming your bios actually reliably boots them) at least you can save your changes and pickup where you left off

Re: [asterisk-users] sendmail

2009-12-20 Thread Tzafrir Cohen
On Sun, Dec 20, 2009 at 08:41:43AM -0800, Steve Edwards wrote: On Mon, 21 Dec 2009, Luis Morales wrote: Try installa sstmp for mail delivery. Or ssmtp :) Note, however, that ssmtp (and similar programs, such as nullmailer) are simpler mainly because they do not handle a mail queue. If

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Tzafrir Cohen
On Sun, Dec 20, 2009 at 11:10:52AM -0500, jon pounder wrote: Randy R wrote: I might try a live cd once or twice, or use it to boot a dead computer or one that is not mine, BUT for anything with any sort of time investment in settings to try anything you lose it all with a live cd so why

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Randy R
On Sun, Dec 20, 2009 at 6:09 PM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: However the writable storage also allowed us in our live CD to save some minimal configuration on the media. We have a CD version and a USB version of our live system, which are basically the same. The system

Re: [asterisk-users] sendmail

2009-12-20 Thread meetmecall
I used msmtp for delivering mail and this is the procedure I documented once, based on info I found on the internet. I hope it is of help. Erik Step 1 Installing needed packages/libs on your system install this packages (I'm not sure if all the packages are needed but with this

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Tzafrir Cohen
On Sun, Dec 20, 2009 at 06:20:11PM +0100, Randy R wrote: On Sun, Dec 20, 2009 at 6:09 PM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: However the writable storage also allowed us in our live CD to save some minimal configuration on the media. We have a CD version and a USB version of

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Steve Totaro
On Sun, Dec 20, 2009 at 1:04 PM, Tzafrir Cohen tzafrir.co...@xorcom.comwrote: On Sun, Dec 20, 2009 at 06:20:11PM +0100, Randy R wrote: On Sun, Dec 20, 2009 at 6:09 PM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: However the writable storage also allowed us in our live CD to save some

Re: [asterisk-users] sendmail

2009-12-20 Thread Tzafrir Cohen
On Sun, Dec 20, 2009 at 06:38:54PM +0100, meetmecall wrote: I used msmtp for delivering mail and this is the procedure I documented once, based on info I found on the internet. I hope it is of help. Erik Step 1 Installing needed packages/libs on your system install this packages (I'm

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Randy R
On Sun, Dec 20, 2009 at 7:18 PM, Steve Totaro stot...@asteriskhelpdesk.com wrote: I am not sure if this is even on-topic for the biz list If in doubt, why not skip it and move on? I am asking people who offer asterisk-related products and voip-related products as Live CD, such as Asterisk

Re: [asterisk-users] Live CD - do you think they are worth doing?

2009-12-20 Thread Darrick Hartman
On 12/20/2009 10:10 AM, jon pounder wrote: Randy R wrote: I might try a live cd once or twice, or use it to boot a dead computer or one that is not mine, BUT for anything with any sort of time investment in settings to try anything you lose it all with a live cd so why bother since if you

Re: [asterisk-users] sendmail

2009-12-20 Thread Darrick Hartman
On 12/20/2009 11:38 AM, meetmecall wrote: I used msmtp for delivering mail and this is the procedure I documented once, based on info I found on the internet. I hope it is of help. msmtp also has a rudimentary 'queue' option if you use the msmtpQ/msmtpq scripts -- Darrick Hartman DJH

Re: [asterisk-users] PAP2 Dialing Delay

2009-12-20 Thread Tim Johnson
Possibly OT? I've hooked up a Linksys PAP2 to my Asterisk 1.6 fairly painlessly. The only issue I can't beat with it is the dial delay when calling internal or external numbers. No matter what it seems to take 10 -15 seconds to actually dial. I've altered the device removing all *xx combos

[asterisk-users] What changed in Directed PickUp between 1.6.1 and 1.6.2 ?

2009-12-20 Thread Olivier
Hi, I'm banging my head over this. Usually, I'm using a SIP hardphone feature called Call Pickup Starcode to enhance BLF with Directed Call Pickup : basically, SIP hardphone (here a Thomson ST2030S) is configured to send an INVITE message whenever a BLF is pressed while blinking. The INVITE is

[asterisk-users] Asterisk Heartbeat Monitor for Fail safe.

2009-12-20 Thread DHAVAL INDRODIYA
Dear All, I want to configure Asterisk/Kamailio Like system monitor with Heartbeat is there any way to monitor Service If NODE1 is stopped or over loaded then NODE 2 will work and vice verse. any help appreciated because i m stuck in heartbeat to configure service. regards Dhaval

Re: [asterisk-users] SOLVED PAP2 Dialing Delay

2009-12-20 Thread listu...@spamomania.co.uk
On Sun, 2009-12-20 at 16:16 -0400, Tim Johnson wrote: Possibly OT? I've hooked up a Linksys PAP2 to my Asterisk 1.6 fairly painlessly. The only issue I can't beat with it is the dial delay when calling internal or external numbers. No matter what it seems to take 10 -15 seconds to

Re: [asterisk-users] Asterisk Heartbeat Monitor for Fail safe.

2009-12-20 Thread Alex Balashov
On 12/21/2009 12:24 AM, DHAVAL INDRODIYA wrote: I want to configure Asterisk/Kamailio Like system monitor with Heartbeat There is, but Asterisk/Kamailio-like system is a meaninglessly vague description. That's like saying, Is there any way I can ride car/elephant-like transportation? is

[asterisk-users] New 1.4 system: registered, but not responding to invite?

2009-12-20 Thread Doug
I've turned on NAT everywhere I can think, but even though I hear ringing on the calling phone (different system) the called phone does not ring. Has anyone bumped into this lately? ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] New 1.4 system: registered, but not responding to invite?

2009-12-20 Thread Alex Balashov
A packet capture would be needed to illuminate the source of the problem. On 12/21/2009 01:39 AM, Doug wrote: I've turned on NAT everywhere I can think, but even though I hear ringing on the calling phone (different system) the called phone does not ring. Has anyone bumped into this

Re: [asterisk-users] Asterisk Heartbeat Monitor for Fail safe.

2009-12-20 Thread DHAVAL INDRODIYA
Thanks Alex, regards Dhaval On Mon, Dec 21, 2009 at 11:52 AM, Alex Balashov abalas...@evaristesys.comwrote: On 12/21/2009 12:24 AM, DHAVAL INDRODIYA wrote: I want to configure Asterisk/Kamailio Like system monitor with Heartbeat There is, but Asterisk/Kamailio-like system is a

Re: [asterisk-users] What changed in Directed PickUp between 1.6.1 and 1.6.2 ?

2009-12-20 Thread Olle E. Johansson
21 dec 2009 kl. 00.04 skrev Olivier: Hi, I'm banging my head over this. Usually, I'm using a SIP hardphone feature called Call Pickup Starcode to enhance BLF with Directed Call Pickup : basically, SIP hardphone (here a Thomson ST2030S) is configured to send an INVITE message whenever