Hi,

Daniele Orlandi wrote:
> Wait. The need for a timeout is limited to extensions which does not support 
> overlap dialing, SIP, for example. If you are going to call an extension 
> which supports overlap dialing (a VISDN extension, for example) you may use 
> the syntax in samples/extensions.conf:
> 
> ; Dialout with a macro, the 'o-' prefixed exenstion indicates that passthru
> ; overlap dialing is supported by the dialed channel:
> 
> exten => _.,1,Macro(telcobri_out|${EXTEN})
> exten => _o-.,1,Macro(telcobri_out|${EXTEN}:2)

Does have the :2 to appear in the curly braces or is this something else
than skipping the first two characters from ${EXTEN}?

> 
> If VISDN finds an extensions beginning with o-, it will pass the digits one 
> by 
> one and stop as soon as the remote network/user sends PROCEEDING.

Yes, I've seen that, but I'm wondering whether I can still route
extensions this way or that way. See this snippet from my
extensions.conf (for better reading/referencing I've numbered the lines):

 1: [intern]
 2: exten => _01X.,1,Dial(SIP/990049${EXTEN:[EMAIL PROTECTED])
 3: exten => _00X.,1,Dial(SIP/[EMAIL PROTECTED])
 4: exten => _0[2-9].,1,Dial(VISDN/visdn0/${EXTEN})
 5: exten => _Z.,1,Dial(VISDN/visdn0/${EXTEN})
 6:
 7: [voicemail]
 8: exten => 999,1,VoicemailMain(4668957)
 9:
10: [intern-sip]
11: include => voicemail
12: include => intern
13:
14: [intern-isdn]
15: include => voicemail
16: include => intern
17: exten => s,1,VISDNOverlapDial()

Could I do this routing AND passthru by modifying line 4 and 5to

exten => _o-0[2-9].,1,Dial(VISDN/visdn0/${EXTEN:2})
exten => _o-Z.,1,Dial(VISDN/visdn0/${EXTEN:2})

What about line 17 (VISDNOverlapDial)? To be dropped completely?


Thanks,
Wolfgang


> 
> 
>>(I tried change T302 with a patch 55x, but all i got in show visdn
>>interfaces was "T302 = 12 (*)" )
> 
> 
> Look at one of my previous posts, timers may be changes in visdn.conf without 
> patching.
> 
> 
>>BTW: My Dect/ISDN phone (DeTeWe Beetel 440i) always uses overlap to dial,
>>even if you type the digits first and then execute the dial)
> 
> 
> Yes, it's correct, it cannot know if the sent digits are enough or the 
> network 
> will require more of them.
> 
> Bye,
> 

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to