<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html;charset=windows-1252">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
Dialplan Question<br>
<br>
I'm in holland and I have:<br>
<br>
<tt>[naarbuiten]<br>
ignorepat =&gt; 0<br>
; interlocaal<br>
exten =&gt; _00[1-9]XXXXXXXX,1,Dial(Modem/g1:${EXTEN})             <br>
exten =&gt; _00[1-9]XXXXXXXX,2,Congestion<br>
; locaal<br>
exten =&gt; _0[1-9]XXXXXX,1,Dial(Modem/g1:${EXTEN})                <br>
exten =&gt; _0[1-9]XXXXXX,2,Congestion<br>
<br>
</tt>And sometimes I can get out, most of the time however I get a busy
signal halfway throu the number.<br>
<br>
It works more often if I change <br>
<br>
<i>Early Dial: </i>   <input type="radio" name="P29" value="0">No    
 <input type="radio" name="P29" value="1" checked="checked">Yes (use
"Yes" only if proxy supports 484 response)<br>
<br>
to No. In the Budgetone 100 phone.<br>
<br>
regards,<br>
<br>
fredrik chabot<br>
<br>
---<br>
<br>
<tt>*CLI&gt; show dialplan <br>
[ Context 'default' created by 'pbx_config' ]<br>
  Include =&gt;        'demo'                                       
[pbx_config]<br>
<br>
[ Context 'demo' created by 'pbx_config' ]<br>
  '#' =&gt;            1. Playback(demo-thanks)                     
[pbx_config]<br>
                    2. Hangup()                                  
[pbx_config]<br>
  '100' =&gt;          1. Dial(SIP/100)                             
[pbx_config]<br>
  '101' =&gt;          1. Dial(SIP/101)                             
[pbx_config]<br>
  '190' =&gt;          1. Dial(Modem/g1:0064000000)                
[pbx_config]<br>
  '8500' =&gt;         1. VoicemailMain()                           
[pbx_config]<br>
                    2. Goto(s|6)                                 
[pbx_config]<br>
  'i' =&gt;            1. Playback(invalid)                         
[pbx_config]<br>
  's' =&gt;            1. Wait(1)                                   
[pbx_config]<br>
                    2. Answer()                                  
[pbx_config]<br>
                    3. DigitTimeout(5)                           
[pbx_config]<br>
                    4. ResponseTimeout(10)                       
[pbx_config]<br>
                    5. BackGround(demo-congrats)                 
[pbx_config]<br>
                    6. BackGround(demo-instruct)                 
[pbx_config]<br>
  't' =&gt;            1. Goto(#|1)                                 
[pbx_config]<br>
<br>
  Include =&gt;        'naarbuiten'                                 
[pbx_config]<br>
<br>
[ Context 'naarbuiten' created by 'pbx_config' ]<br>
  '_00[1-9]XXXXXXXX' =&gt; 1.
Dial(Modem/g1:${EXTEN})                    [pbx_config]<br>
                    2. Congestion()                              
[pbx_config]<br>
  '_0[1-9]XXXXXX' =&gt; 1. Dial(Modem/g1:${EXTEN})                   
[pbx_config]<br>
                    2. Congestion()                              
[pbx_config]<br>
<br>
  Ignore pattern =&gt; '0'                                          
[pbx_config]<br>
<br>
[ Context 'vanbuiten' created by 'pbx_config' ]<br>
  's' =&gt;            1. Wait(1)                                   
[pbx_config]<br>
                    2. Answer()                                  
[pbx_config]<br>
                    3. DigitTimeout(5)                           
[pbx_config]<br>
                    4. ResponseTimeout(10)                       
[pbx_config]<br>
                    5. Playback(tt-weasels)                      
[pbx_config]<br>
                    6. Dial(SIP/100|4)                           
[pbx_config]<br>
                    7. Dial(SIP/100&amp;SIP/101|10)                  
[pbx_config]<br>
                    8.
Dial(SIP/100&amp;SIP/101&amp;Modem/g1:00640000000) [pbx_config]<br>
</tt><br>
<br>
<br>
<br>
</body>
</html>