[Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread Bohuslav Coufal
Could you kick me, I can't dial more then 9 digits. Is anyone some
default length of extensions or dialed number.

Thanks,

Bob.

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


Re: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread altus
no
I can?
how is your dialout rules ?
I have a client where you have to dial a 4 digit pin and then the rest
of the number
I simply have a
exten = _1234.,1,Dail... 

On Wed, 2005-06-15 at 12:20 +0200, Bohuslav Coufal wrote:
 Could you kick me, I can't dial more then 9 digits. Is anyone some
 default length of extensions or dialed number.
 
 Thanks,
 
 Bob.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

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


RE: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread Bohuslav Coufal
my exten

[general]
static=yes   ; These two lines prevent the command-line interface
writeprotect=yes ; from overwriting the config file. Leave them here.

[default]

; If the number dialed by the calling party was 2000, then
; Dial the user 2000 via the SIP channel driver. Let the number
; ring for 20 seconds, and if no answer, proceed to priority 2.
; If the number gives a busy result, then jump to priority 102


;exten = s,1,Dial(SIP/${EXTEN})
;exten = s,1,Dial(SIP/7406100)

exten = 7406100,1,Dial(SIP/7406100)
exten = 7406101,1,Dial(H323/[EMAIL PROTECTED])
exten = 7406105,1,Dial(SIP/7406105)
exten = 7406106,1,Dial(SIP/7406106)
exten = 7406200,1,Dial(SIP/7406200)


exten = _74068XX,1,Dial(H323/[EMAIL PROTECTED])

exten = _OO.,1,Dial(H323/[EMAIL PROTECTED])

exten = _X,1,Dial(H323/[EMAIL PROTECTED])

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of altus
Sent: Wednesday, June 15, 2005 12:31 PM
To: asterisk
Subject: Re: [Asterisk-Users] Dial more then 9 digits

no
I can?
how is your dialout rules ?
I have a client where you have to dial a 4 digit pin and then the rest
of the number
I simply have a
exten = _1234.,1,Dail... 

On Wed, 2005-06-15 at 12:20 +0200, Bohuslav Coufal wrote:
 Could you kick me, I can't dial more then 9 digits. Is anyone some
 default length of extensions or dialed number.
 
 Thanks,
 
 Bob.
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

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


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


RE: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread altus
The
exten = _X,1,Dial(H323/[EMAIL PROTECTED])
sys any 9 digit number
try _X.,1

On Wed, 2005-06-15 at 13:23 +0200, Bohuslav Coufal wrote:
 my exten
 
 [general]
 static=yes   ; These two lines prevent the command-line interface
 writeprotect=yes ; from overwriting the config file. Leave them here.
 
 [default]
 
 ; If the number dialed by the calling party was 2000, then
 ; Dial the user 2000 via the SIP channel driver. Let the number
 ; ring for 20 seconds, and if no answer, proceed to priority 2.
 ; If the number gives a busy result, then jump to priority 102
 
 
 ;exten = s,1,Dial(SIP/${EXTEN})
 ;exten = s,1,Dial(SIP/7406100)
 
 exten = 7406100,1,Dial(SIP/7406100)
 exten = 7406101,1,Dial(H323/[EMAIL PROTECTED])
 exten = 7406105,1,Dial(SIP/7406105)
 exten = 7406106,1,Dial(SIP/7406106)
 exten = 7406200,1,Dial(SIP/7406200)
 
 
 exten = _74068XX,1,Dial(H323/[EMAIL PROTECTED])
 
 exten = _OO.,1,Dial(H323/[EMAIL PROTECTED])
 
 exten = _X,1,Dial(H323/[EMAIL PROTECTED])
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of altus
 Sent: Wednesday, June 15, 2005 12:31 PM
 To: asterisk
 Subject: Re: [Asterisk-Users] Dial more then 9 digits
 
 no
 I can?
 how is your dialout rules ?
 I have a client where you have to dial a 4 digit pin and then the rest
 of the number
 I simply have a
 exten = _1234.,1,Dail... 
 
 On Wed, 2005-06-15 at 12:20 +0200, Bohuslav Coufal wrote:
  Could you kick me, I can't dial more then 9 digits. Is anyone some
  default length of extensions or dialed number.
  
  Thanks,
  
  Bob.
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 

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


Re: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread Gavin Hamill
On Wednesday 15 June 2005 12:40, altus wrote:

  exten = _OO.,1,Dial(H323/[EMAIL PROTECTED])

Sorry, I couldn't help but notice this...

Is that really meant to be _OO (capital letter 'Oh') rather than _00 as the 
double-zero international prefix?

Cheers,
Gavin.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread Rich Adamson
 Could you kick me, I can't dial more then 9 digits. Is anyone some
 default length of extensions or dialed number.

That's likely the result of the dialplan within whatever phone that
you're using. That dialplan was intended to be modified by you for
whatever your needs happen to be.


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


RE: [Asterisk-Users] Dial more then 9 digits

2005-06-15 Thread Bohuslav Coufal
This is double-zero international prefix.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin
Hamill
Sent: Wednesday, June 15, 2005 1:46 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Dial more then 9 digits

On Wednesday 15 June 2005 12:40, altus wrote:

  exten = _OO.,1,Dial(H323/[EMAIL PROTECTED])

Sorry, I couldn't help but notice this...

Is that really meant to be _OO (capital letter 'Oh') rather than _00 as
the 
double-zero international prefix?

Cheers,
Gavin.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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