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 --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 followed by SENDDTMF (which worked
really well for me on an analogue line)

PaulH



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 at 12:07 +1100, Paul Hales wrote:
 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:93409098 pid:415
 -- Executing misdn_facility(mISDN/2-1, calldeflect|83208106) in
 new stack
 P[ 0] TYPE: mISDN
 P[ 2] I SEND:FACILITY oad:0383208100 dad:93409098 pid:415
 -- Executing Wait(mISDN/2-1, 200) in new stack
 P[ 2] I IND :CONNECT_ACKNOWLEDGE  oad:0383208100 dad:93409098 pid:415
 state:CONNECTED
 P[ 2] I IND :FACILITY oad:0383208100 dad:93409098 pid:415
 state:CONNECTED
 P[ 2]  -- not yet handled
 
 
 
 On Tue, 2008-02-19 at 10:45 +1100, Paul Hales wrote:
  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 facilityenable -- have
   you tried setting it to a value of yes?  I'm not sure that'll solve
   your problem, but it's probably worth a try.  
   
  
  Since we are using a B410P (mISDN), is that still a valid setting?
  
  PaulH
  
  
  
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
  
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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...
 
 
 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 at 12:07 +1100, Paul Hales wrote:
  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:93409098 pid:415
  -- Executing misdn_facility(mISDN/2-1, 
 calldeflect|83208106) 
  in new stack P[ 0] TYPE: mISDN P[ 2] I SEND:FACILITY oad:0383208100 
  dad:93409098 pid:415
  -- Executing Wait(mISDN/2-1, 200) in new stack P[ 2] I IND 
  :CONNECT_ACKNOWLEDGE  oad:0383208100 dad:93409098 pid:415 
  state:CONNECTED P[ 2] I IND :FACILITY oad:0383208100 dad:93409098 
  pid:415 state:CONNECTED P[ 2]  -- not yet handled
 
 
 
  On Tue, 2008-02-19 at 10:45 +1100, Paul Hales wrote:
   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 
 facilityenable -- have
you tried setting it to a value of yes?  I'm not sure 
 that'll solve
your problem, but it's probably worth a try.
   
  
   Since we are using a B410P (mISDN), is that still a valid setting?
  
   PaulH
  
  
  
   ___
   -- Bandwidth and Colocation Provided by 
 http://www.api-digital.com --
  
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
  ___
  -- Bandwidth and Colocation Provided by 
 http://www.api-digital.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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

2008-02-19 Thread Paul Hales

From the local Digium reseller.

Not something you would have guessed though, is it?

I should probably enter this onto voip-info.org

later,

PaulH


On Tue, 2008-02-19 at 21:01 -0500, Michelle Dupuis wrote:
 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...
  
  
  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 at 12:07 +1100, Paul Hales wrote:
   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:93409098 pid:415
   -- Executing misdn_facility(mISDN/2-1, 
  calldeflect|83208106) 
   in new stack P[ 0] TYPE: mISDN P[ 2] I SEND:FACILITY oad:0383208100 
   dad:93409098 pid:415
   -- Executing Wait(mISDN/2-1, 200) in new stack P[ 2] I IND 
   :CONNECT_ACKNOWLEDGE  oad:0383208100 dad:93409098 pid:415 
   state:CONNECTED P[ 2] I IND :FACILITY oad:0383208100 dad:93409098 
   pid:415 state:CONNECTED P[ 2]  -- not yet handled
  
  
  
   On Tue, 2008-02-19 at 10:45 +1100, Paul Hales wrote:
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 
  facilityenable -- have
 you tried setting it to a value of yes?  I'm not sure 
  that'll solve
 your problem, but it's probably worth a try.

   
Since we are using a B410P (mISDN), is that still a valid setting?
   
PaulH
   
   
   
___
-- Bandwidth and Colocation Provided by 
  http://www.api-digital.com --
   
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  
  
   ___
   -- Bandwidth and Colocation Provided by 
  http://www.api-digital.com --
  
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
  
  
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
  
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 that'll solve
your problem, but it's probably worth a try.  

-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 facilityenable -- have
 you tried setting it to a value of yes?  I'm not sure that'll solve
 your problem, but it's probably worth a try.  
 

Since we are using a B410P (mISDN), is that still a valid setting?

PaulH



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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:93409098 pid:415
-- Executing misdn_facility(mISDN/2-1, calldeflect|83208106) in
new stack
P[ 0] TYPE: mISDN
P[ 2] I SEND:FACILITY oad:0383208100 dad:93409098 pid:415
-- Executing Wait(mISDN/2-1, 200) in new stack
P[ 2] I IND :CONNECT_ACKNOWLEDGE  oad:0383208100 dad:93409098 pid:415
state:CONNECTED
P[ 2] I IND :FACILITY oad:0383208100 dad:93409098 pid:415
state:CONNECTED
P[ 2]  -- not yet handled



On Tue, 2008-02-19 at 10:45 +1100, Paul Hales wrote:
 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 facilityenable -- have
  you tried setting it to a value of yes?  I'm not sure that'll solve
  your problem, but it's probably worth a try.  
  
 
 Since we are using a B410P (mISDN), is that still a valid setting?
 
 PaulH
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[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 any ideas on this one?

PaulH



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 to send a facility
 codehuh?

 Anyone with any ideas on this one?

Are you using mISDN?

If so, you need to enable it in the dial flags. You most likely want to 
append /:s to the dial-string.

So: Dial(mISDN/g:TEports/*#24#/:s)

Gordon


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users