Re: [asterisk-users] ISDN2 facility code...

2008-02-20 Thread Paul Hales
On Wed, 2008-02-20 at 08:45 +, David Quinton wrote: > On Wed, 20 Feb 2008 12:41:41 +1100, Paul Hales > <[EMAIL PROTECTED]> wrote: > > > > >I have just been given the answer - > > > >exten => *44,1,Answer > > [snip] > > Is this possible for ZAPHFC? > > No idea whatsoevermaybe FLASH fo

Re: [asterisk-users] ISDN2 facility code...

2008-02-20 Thread David Quinton
On Wed, 20 Feb 2008 12:41:41 +1100, Paul Hales <[EMAIL PROTECTED]> wrote: > >I have just been given the answer - > >exten => *44,1,Answer [snip] Is this possible for ZAPHFC? ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] ISDN2 facility code...

2008-02-19 Thread Paul Hales
e- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Paul Hales > > Sent: Tuesday, February 19, 2008 8:42 PM > > To: Asterisk Users List > > Subject: Re: [asterisk-users] ISDN2 facility code... > > > > > > I have

Re: [asterisk-users] ISDN2 facility code...

2008-02-19 Thread Michelle Dupuis
Wow...where did you get that answer? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Paul Hales > Sent: Tuesday, February 19, 2008 8:42 PM > To: Asterisk Users List > Subject: Re: [asterisk-users] ISDN2 facility code... >

Re: [asterisk-users] ISDN2 facility code...

2008-02-19 Thread Paul Hales
I have just been given the answer - exten => *44,1,Answer exten => *44,n,Noop(Check Callforward) exten => *44,n,Set(_MISDN_KEYPAD=*#24#) exten => *44,n,Dial(mISDN/1/) exten => *44,n,Hangup Where the line 'Set(_MISDN_KEYPAD=*#24#)' is where you set your code. later, PaulH On Tue, 2008-02-19 a

Re: [asterisk-users] ISDN2 facility code...

2008-02-18 Thread Paul Hales
I am guessing that 'not yet handled' is not good news. PaulH P[ 2] I IND :SETUP oad:383208100 dad:93409098 pid:415 state:none P[ 2] I SEND:PROCEEDING oad:0383208100 dad:93409098 pid:415 -- Executing Answer("mISDN/2-1", "") in new stack P[ 2] * ANSWER: P[ 2] I SEND:CONNECT oad:0383208100 dad

Re: [asterisk-users] ISDN2 facility code...

2008-02-18 Thread Paul Hales
On Mon, 2008-02-18 at 08:11 -0500, Jared Smith wrote: > On Mon, 2008-02-18 at 16:35 +1100, Paul Hales wrote: > > I spoke to a telco tech and he said I had to send a facility > > codehuh? > > > > Anyone with any ideas on this one? > > I know there's a setting in zapata.conf called "facilityena

Re: [asterisk-users] ISDN2 facility code...

2008-02-18 Thread Jared Smith
On Mon, 2008-02-18 at 16:35 +1100, Paul Hales wrote: > I spoke to a telco tech and he said I had to send a facility > codehuh? > > Anyone with any ideas on this one? I know there's a setting in zapata.conf called "facilityenable" -- have you tried setting it to a value of "yes"? I'm not sure

Re: [asterisk-users] ISDN2 facility code...

2008-02-17 Thread Gordon Henderson
On Mon, 18 Feb 2008, Paul Hales wrote: > I am trying to send 'codes' over an isdn2 link - such as *#24# - to > activate call forwarding. > > But it doesn't work. I have tried sending it as a straight dial, and > also as a DTMF string...but no luck... > > I spoke to a telco tech and he said I had t

[asterisk-users] ISDN2 facility code...

2008-02-17 Thread Paul Hales
I am trying to send 'codes' over an isdn2 link - such as *#24# - to activate call forwarding. But it doesn't work. I have tried sending it as a straight dial, and also as a DTMF string...but no luck... I spoke to a telco tech and he said I had to send a facility codehuh? Anyone with