Re: [asterisk-users] Asterisk Call Forwarding

2016-03-03 Thread Steve Edwards
On Fri, 4 Mar 2016, Madushan Geethanga wrote: What is redacted means? same => n,GotoIf($["${CALLERID(num)}"=""]?divert:void) Censored. Ususally for political reasons. In this case, the OP didn't want to put a real phone number in a public list. -- Thanks in advance,

Re: [asterisk-users] Asterisk Call Forwarding

2016-03-03 Thread Madushan Geethanga
Hi What is redacted means? same => n,GotoIf($["${CALLERID(num)}"="**"]?divert:void) Thanks Best Regards, Madushan On Thu, Mar 3, 2016 at 10:58 PM, Madushan Geethanga wrote: > > Hi, > > Thanks Phil, I will implement this and get back to you. > > Best Regards, >

Re: [asterisk-users] Asterisk Call Forwarding

2016-03-03 Thread Madushan Geethanga
Hi, Thanks Phil, I will implement this and get back to you. Best Regards, Madushan On Thu, Mar 3, 2016 at 4:12 PM, Phil Reynolds < phil-aster...@tinsleyviaduct.com> wrote: > On Thu, 3 Mar 2016 08:21:14 +0530 > Madushan Geethanga wrote: > > > Hi > > I have to setup call

Re: [asterisk-users] Asterisk Call Forwarding

2016-03-03 Thread Phil Reynolds
On Thu, 3 Mar 2016 08:21:14 +0530 Madushan Geethanga wrote: > Hi > I have to setup call forwarding. How do we setup Call forwarding in > asterisk?. Eg. user dials a number and insert some mobile number for > forwarding and dial another number to cancel the forwarding.

[asterisk-users] Asterisk Call Forwarding

2016-03-02 Thread Madushan Geethanga
Hi I have to setup call forwarding. How do we setup Call forwarding in asterisk?. Eg. user dials a number and insert some mobile number for forwarding and dial another number to cancel the forwarding. thanks a lot. Best Regards, Madushan --

Re: [asterisk-users] asterisk call forwarding

2011-05-04 Thread satish patel
Look like this is what we need http://www.voip-info.org/wiki/view/Asterisk+call+forwarding What is conditional and unconditional forwarding ? Date: Tue, 3 May 2011 16:41:30 -0700 From: cwall...@lodgingcompany.com To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] asterisk

Re: [asterisk-users] asterisk call forwarding

2011-05-04 Thread satish patel
)) in new stack satish-desktop*CLI database show CFIM 0 results found. satish-desktop*CLI Date: Tue, 3 May 2011 16:41:30 -0700 From: cwall...@lodgingcompany.com To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] asterisk call forwarding On Tue, 3 May 2011 18:10:55 -0400

Re: [asterisk-users] asterisk call forwarding

2011-05-04 Thread satish patel
Oops!! missed your ) Sorry, It has been fixed From: satish...@hotmail.com To: asterisk-users@lists.digium.com Date: Wed, 4 May 2011 20:43:16 + Subject: Re: [asterisk-users] asterisk call forwarding Hey! I tried your statement but its not working but if i insert manually

[asterisk-users] asterisk call forwarding

2011-05-03 Thread satish patel
Hey Guys! Anybody have basic and simple call forwarding dialplan ? I search on google and i found many but those are pretty complicated and most are for trixbox and GUI. -S -- _ --

Re: [asterisk-users] asterisk call forwarding

2011-05-03 Thread satish patel
= *72,14,SayDigits(${fromext}) exten = *72,15,Playback(is-set-to) exten = *72,16,SayDigits(${toext}) exten = *72,17,Hangup() From: satish...@hotmail.com To: asterisk-users@lists.digium.com Date: Tue, 3 May 2011 18:13:30 + Subject: [asterisk-users] asterisk call forwarding Hey Guys

Re: [asterisk-users] asterisk call forwarding

2011-05-03 Thread Chad Wallace
On Tue, 3 May 2011 18:45:32 + satish patel satish...@hotmail.com wrote: I found following dialplan on net but somehow its not going to set CFIM in asterisk database (asterisk 1.8.3.3). Any idea ? exten = *72,1,Answer exten = *72,2,Wait(1) exten =

Re: [asterisk-users] asterisk call forwarding

2011-05-03 Thread Satish Patel
Thank you so much that solved my database issue. Now how asterisk will forward call ? Or I need to specify gotoif statment in my stdexten to check database key and take action? -- Sent from my iPhone On May 3, 2011, at 5:41 PM, Chad Wallace cwall...@lodgingcompany.com wrote: On Tue,

Re: [asterisk-users] asterisk call forwarding

2011-05-03 Thread Chad Wallace
On Tue, 3 May 2011 18:10:55 -0400 Satish Patel satish...@hotmail.com wrote: Thank you so much that solved my database issue. Now how asterisk will forward call ? Or I need to specify gotoif statment in my stdexten to check database key and take action? Yes, you need to write the dialplan

[Asterisk-Users] Asterisk Call Forwarding

2005-12-21 Thread Androtech
Hi, I would like to forward a calling from a specific number to an extension. The dialplan syntax should be: exten=_*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten=_*21*X.,2,Hangup In my case, the phone number to forward is 3473774567, and the extension is 105, hence the syntax

Re: [Asterisk-Users] Asterisk Call Forwarding

2005-12-21 Thread Alberto Sagredo
You need to manage this variable on Asterisk DB in order to make call forwarding. It must be done in extensions.conf . In voip-info you could find how to do that. Androtech wrote: Hi, I would like to forward a calling from a specific number to an extension. The dialplan

Re: [Asterisk-Users] Asterisk Call Forwarding

2005-12-21 Thread Time Bandit
In my case, the phone number to forward is 3473774567, and the extension is 105, hence the syntax should be: exten = 3473774567,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:105}) Let me explain you what this syntax is saying : presuming this number is called from extension 7001 - Put in the DB, under

Re: [Asterisk-Users] Asterisk Call Forwarding

2005-12-21 Thread Androtech
: [Asterisk-Users] Asterisk Call Forwarding In my case, the phone number to forward is 3473774567, and the extension is 105, hence the syntax should be: exten = 3473774567,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:105}) Let me explain you what this syntax is saying : presuming this number is called from

[Asterisk-Users] Asterisk call forwarding / remote dial-in/out?

2004-04-01 Thread Angus Berry
I haven't found this in any docs or faqs yet, so I'm wondering if I can achieve what I would like to do. On an Asterisk PBX with multiple PSTN lines, I'd like to call in from one PSTN line, probably via cellphone and access the PBX as if I were local to it. From here I'd like to get a dial tone

Re: [Asterisk-Users] Asterisk call forwarding / remote dial-in/out?

2004-04-01 Thread creslin
On an Asterisk PBX with multiple PSTN lines, I'd like to call in from one PSTN line, probably via cellphone and access the PBX as if I were local to it. From here I'd like to get a dial tone and call back out. I know this isn't exactly call forwarding per se, but I'm wondering if this can be

RE: [Asterisk-Users] Asterisk call forwarding / remote dial-in/out?

2004-04-01 Thread Ed Rubright
*CLI show application DISA Ed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus Berry Sent: Thursday, April 01, 2004 1:08 PM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Asterisk call forwarding / remote dial-in/out? I haven't found this in any

Re: [Asterisk-Users] Asterisk call forwarding / remote dial-in/out?

2004-04-01 Thread Bill Hamel
Yes you can, It's called DISA. Realize that using DISA has it's potential security concerns. From the asterisk console type show application DISA for more information. DISA = Direct Inward System Access Ciao, -bh Quoting Angus Berry [EMAIL PROTECTED]: I haven't found this in any docs or faqs

Re: [Asterisk-Users] Asterisk call forwarding / remote dial-in/out?

2004-04-01 Thread WipeOut
Angus Berry wrote: I haven't found this in any docs or faqs yet, so I'm wondering if I can achieve what I would like to do. On an Asterisk PBX with multiple PSTN lines, I'd like to call in from one PSTN line, probably via cellphone and access the PBX as if I were local to it. From here I'd like