<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am having an issue with the phone system 
recognizing keys in an active call. examples being when i call the extension of 
VoiceMailMain() it does not recognize the numbers that i put in (eg. mailbox and 
password) if i call from an internal line. However, if i call from an outside 
line everything works properly. At this moment i have one snom 190 phone and 3 
X-Lite softphones. Anouther example is If i call a bussiness with a voice menu I 
am not able to navigate through the menu. I was wondering if this was an 
asterisk issue or if it was in the phone's config. If it is an asterisk issue i 
have attached my extensions and sip conf files. If not does anyone have an idea 
of where to start, or had the problem before? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>**************************************************************</FONT></DIV>
<DIV><FONT face=Arial size=2>;extensions.conf by tim touhsaent</FONT></DIV>
<DIV><FONT face=Arial 
size=2>**************************************************************</FONT></DIV>
<DIV><FONT face=Arial size=2>[general]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>static=yes<BR>writeprotect=yes&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[globals]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; PHONE1 =&gt; snomphone190<BR>; PHONE2 =&gt; 
softphone</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ALLVOICEMAIL =&gt; 
u109&amp;101&amp;102&amp;103&amp;104<BR>OUTGOING =&gt; Zap/g0<BR>ALL =&gt; 
SIP/101&amp;SIP/102&amp;SIP/103&amp;SIP/104</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; VMMAIN =&gt; main voice mail message<BR>; VMTIM 
=&gt; vm/tim/message<BR>; VMPETER =&gt; vm/peter/message<BR>; VMRIGS =&gt; 
Rigs's<BR>; VMDES =&gt; Des's</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[default]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>include =&gt; incoming<BR>include =&gt; 
internal</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exten =&gt; i,1,Playback,wrongext<BR>exten =&gt; 
i,2,Goto,s|1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exten =&gt; t,1,Playback,vm-goodbye<BR>exten =&gt; 
t,2,Hangup</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[incoming]<BR>;&nbsp; wait one<BR>; exten =&gt; 
s,1,Wait(0)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; Answer the phone<BR>exten =&gt; 
s,1,Answer<BR>;exten =&gt; s,2,MusicOnHold()<BR>exten =&gt; 
s,2,Background(welcome,30,t)<BR>; dial all phones<BR>exten =&gt; 
s,3,Dial(${ALL},30,t)<BR>exten =&gt; s,4,Goto,109|1<BR>; They must respond 
within 10 seconds<BR>; else jump to priority t (terminate call)<BR>exten =&gt; 
s,5,DigitTimeout,3<BR>exten =&gt; s,6,ResponseTimeout,10<BR>exten =&gt; 
s,103,Dial($(ALL),30,t)<BR>exten =&gt; s,104,Goto,109|1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[outgoing]<BR>; outgoing<BR>exten =&gt; 
_NXXNXXXXXX,1,Dial(${OUTGOING}/1${EXTEN})<BR>;exten =&gt; 
_NXXNXXXXXX.,2,Congestion()<BR>exten =&gt; _NXXNXXXXXX.,2,Goto,t|1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>include =&gt; longdistance</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[internal]<BR>; group email at 109<BR>exten =&gt; 
109,1,VoiceMail(${ALLVOICEMAIL})<BR>exten =&gt; 109,2,Goto,t|1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; 1 - Tim's call plan<BR>exten =&gt; 
101,hint,SIP/101<BR>exten =&gt; 101,1,Dial(SIP/101,15,t)<BR>;exten =&gt; 
101,2,Playback,VMTIM<BR>exten =&gt; 101,2,VoiceMail(u101)<BR>exten =&gt; 
101,3,Goto,t|1<BR>exten =&gt; 101,102,VoiceMail(u101)<BR>exten =&gt; 
101,103,Goto,t|1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; 2 - Rigs's voicemail<BR>exten =&gt; 
102,hint,SIP/102<BR>exten =&gt; 102,1,Dial(SIP/102,15,t)<BR>;exten =&gt; 
102,2,Playback,VMRIGS<BR>exten =&gt; 102,2,Voicemail(u102)<BR>exten =&gt; 
102,3,Goto,t|1<BR>exten =&gt; 102,102,VoiceMail(u102)<BR>exten =&gt; 
102,103,Goto,t|1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; 3 - Des's voicemail<BR>exten =&gt; 
103,hint,SIP/103<BR>exten =&gt; 103,1,Dial(SIP/103,15,t)<BR>;exten =&gt; 
103,2,Playback,VMDES<BR>exten =&gt; 103,2,Voicemail(u103)<BR>exten =&gt; 
103,3,Goto,t|1<BR>exten =&gt; 103,102,VoiceMail(u103)<BR>exten =&gt; 
103,103,Goto,t|1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; 4 - Peter's voicemail<BR>exten =&gt; 
104,hint,SIP/104<BR>exten =&gt; 104,1,Dial(SIP/104,15,t)<BR>;exten =&gt; 
104,2,Playback,VMDES<BR>exten =&gt; 104,2,Voicemail(u104)<BR>exten =&gt; 
104,3,Goto,t|1<BR>exten =&gt; 104,102,VoiceMail(u104)<BR>exten =&gt; 
104,103,Goto,t|1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>; 8 - Voice mail administration<BR>exten =&gt; 
111,1,VoicemailMain(<A href="mailto:101@default">101@default</A>)<BR>exten =&gt; 
112,1,VoicemailMain(<A href="mailto:102@default">102@default</A>)<BR>exten =&gt; 
113,1,VoicemailMain(<A href="mailto:103@default">103@default</A>)<BR>exten =&gt; 
114,1,VoicemailMain(<A href="mailto:104@default">104@default</A>)<BR>; exten 
=&gt; 108,1,VoicemailMain(<A 
href="mailto:s${CALLERIDNUM}@default">s${CALLERIDNUM}@default</A>)<BR>include 
=&gt; outgoing</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>; t - terminate call</DIV>
<DIV>&nbsp;</DIV>
<DIV>[longdistance]<BR>exten =&gt; 
_1NXXNXXXXXX,1,Dial(${OUTGOING}/${EXTEN})<BR>exten =&gt; 
911,1,Dial(${OUTGOING}/${EXTEN})<BR>exten =&gt; 
411,1,Dial(${OUTGOING}/${EXTEN})</DIV>
<DIV>&nbsp;</DIV>
<DIV>**********************************************************************************</DIV>
<DIV>sip.conf</DIV>
<DIV>**********************************************************************************</DIV>
<DIV>[general]<BR>port = 
5060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; port to bind 
to<BR>bindaddr = 0.0.0.0&nbsp;&nbsp;&nbsp; </DIV>
<DIV>context = default&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>disallow=gsm<BR>allow=alaw<BR>disallow=ulaw</DIV>
<DIV>&nbsp;</DIV>
<DIV>; register =&gt; 102:xxxx:tim@localhost:5060/102</DIV>
<DIV>&nbsp;</DIV>
<DIV>[101]<BR>type=friend<BR>;secret=xxxxxx<BR>host=dynamic<BR>callerid=TIM&lt;101&gt;<BR>defaultip=10.0.100.132<BR>dtmfmode=inband<BR>mailbox=101</DIV>
<DIV>&nbsp;</DIV>
<DIV>[102]<BR>type=friend<BR>secret=xxxxxx<BR>host=dynamic<BR>callerid=Rigs&lt;102&gt;<BR>defaultip=10.0.100.102<BR>dtmfmode=inband<BR>mailbox=102</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>;auth=md5<BR>;secret=xxxxx<BR>;notransfer=1<BR>;host=dynamic<BR>;allow=gsm</DIV>
<DIV>&nbsp;</DIV>
<DIV>[103]<BR>type=friend<BR>secret=xxxxx<BR>host=dynamic<BR>callerid=Des&lt;103&gt;<BR>defaultip=10.0.100.108<BR>dtmfmode=inband<BR>mailbox=103</DIV>
<DIV>&nbsp;</DIV>
<DIV>[104]<BR>type=friend<BR>; secret=xxxxxxx</DIV>
<DIV>host=dynamic<BR>callerid=Peter&lt;104&gt;<BR>defaultip=10.0.100.120<BR>dtmfmode=inband<BR>mailbox=104<BR></DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>