ok<br>thanks<br><br><br><div class="gmail_quote">On Sun, Nov 1, 2009 at 11:16 PM, Peter <span dir="ltr"><<a href="mailto:peter.johansson@omnitor.se">peter.johansson@omnitor.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Check the channel driver configuration file, or fire up CLI with max<br>
verbosity and monitor its output while calling the dialplan<br>
extensions. CLI is like a good friend that tells you whats going on<br>
and if there are any errors in you configuration.<br>
<font color="#888888"><br>
Peter<br>
</font><div><div></div><div class="h5"><br>
On Nov 2, 2009, at 4:39 AM, Thomas Perron wrote:<br>
<br>
> How do I check<br>
><br>
> On 11/1/09, Peter <<a href="mailto:peter.johansson@omnitor.se">peter.johansson@omnitor.se</a>> wrote:<br>
>> Try removing the include statements from the default context and see<br>
>> what happens. Also double check to make sure calls are sent to the<br>
>> default context.<br>
>><br>
>> Peter<br>
>><br>
>> On Nov 2, 2009, at 3:40 AM, Thomas Person wrote:<br>
>><br>
>>> I want to match specific contexts to menus.<br>
>>> If users dial a number (example: 17034444444) then start with<br>
>>> context big10-IVR<br>
>>> If users dial a number (example: 15674442222) then start with<br>
>>> context cleveland-IVR<br>
>>> It is not working. I have played with the include statements and am<br>
>>> close but no cigar.<br>
>>><br>
>>> Here is a part of my config. Please send comments. Thank you<br>
>>><br>
>>><br>
>>> [default]<br>
>>> ;include => stdexten<br>
>>> include => big10-IVR<br>
>>> include => cleveland-IVR<br>
>>> exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)<br>
>>> exten => _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)<br>
>>><br>
>>><br>
>>> [big10-IVR]<br>
>>> exten => s,1,Answer()<br>
>>> exten => s,n,Background(dir-welcome)<br>
>>> ;exten => s,n,WaitExten(1)<br>
>>> ;exten => s,n,Background(astcc-please-enter-your)<br>
>>> ;exten => s,n,Background(zip-code)<br>
>>> ;exten => s,n,Wait(7)<br>
>>> exten => s,n,Background(washington-dc)<br>
>>> ;exten => s,n,Authenticate(2222,a)<br>
>>> ;exten => s,n,Background(pin-number-accepted)<br>
>>> exten => s,n,Playback(queue-thankyou)<br>
>>> exten => s,n,Background(ginger110109)<br>
>>><br>
>>> [cleveland-IVR]<br>
>>> exten => s,1,Answer()<br>
>>> exten => s,n,Background(dir-welcome)<br>
>>> exten => s,n,WaitExten(1)<br>
>>> exten => s,n,Background(astcc-please-enter-your)<br>
>>> exten => s,n,Background(zip-code)<br>
>>> exten => s,n,Wait(7)<br>
>>> exten => s,n,Background(washington-dc)<br>
>>> exten => s,n,Authenticate(2222,a)<br>
>>> exten => s,n,Background(pin-number-accepted)<br>
>>> exten => s,n,Playback(queue-thankyou)<br>
>>> exten => s,n,Background(ginger110109)<br>
>>> exten => s,n,Hangup()<br>
>>><br>
>>> _______________________________________________<br>
>>> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a><br>
>>> --<br>
>>><br>
>>> asterisk-users mailing list<br>
>>> To UNSUBSCRIBE or update options visit:<br>
>>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
>><br>
>><br>
>> _______________________________________________<br>
>> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
>><br>
>> asterisk-users mailing list<br>
>> To UNSUBSCRIBE or update options visit:<br>
>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
>><br>
><br>
> _______________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> asterisk-users mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>