<div dir="ltr"><div><b>Dear List</b></div><div>Plz help, i am not much experienced with asterisk. i configured it on ubuntu 12.04. no problem when i call any mobile no(0091XXXXXXXXXX) but when i call on my local asterisk  no.(101,102 or 105) it is not connecting giving error </div><div>"Auto fallthrough, channel 'SIP/lucknow-0000006f' status is 'CHANUNAVAIL'</div><div><b>while when i call 200 it is playing audiofile successfully. Please help </b>here is my sip.conf and extensions.conf.</div><div><br></div><div>thanks.</div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b>=========================sip.conf============================</b></div><div><br></div><div><br></div><div>[general]</div><div>context=unauthenticated</div><div>allowguest=yes</div><div>srvlookup=yes</div><div>udpbindaddr=0.0.0.0</div><div>tcpenable=no</div><div>register => support@mydomain.net:p<a href="mailto:assword@sip.sonetel.com">assword@sip.sonetel.com</a></div><div>outboundproxy=<a href="http://sip.sonetel.com">sip.sonetel.com</a></div><div><br></div><div><div>[usa_number]</div><div>type=friend</div><div>dtmfmode=rfc2833</div><div>context=hello123</div><div>host=<a href="http://sip.sonetel.com">sip.sonetel.com</a></div><div>username=support</div><div>secret=password</div><div>nat=yes</div><div>fromdomain=<a href="http://mydomain.net">mydomain.net</a></div><div>outboundproxy=<a href="http://sip.sonetel.com">sip.sonetel.com</a></div><div>insecure=invite</div><div>disallow=All</div><div>allow=alaw</div><div>allow=ulaw</div><div>allow=gsm</div></div><div><br></div><div><br></div><div><div>[office-phone](!)</div><div>type=friend</div><div>context=LocalSets</div><div>host=dynamic</div><div>nat=yes</div><div>secret=s3CuR#p@s5</div><div>dtmfmode=auto</div><div>disallow=all</div><div>allow=ulaw</div><div><br></div><div>; define a device name and use the office-phone template</div><div>[bombay](office-phone)</div><div><br></div><div>; define another device name using the same template</div><div>[lucknow](office-phone)</div><div><br></div><div>[test5](office-phone)</div></div><div><br></div><div>===========================================================</div><div><br></div><div><br></div><div><br></div><div><br></div><div><b>====================extensions.conf===========================</b></div><div><br></div><div><br></div><div><div>[LocalSets]</div><div><br></div><div>exten => _00X.,1, Answer</div><div>exten => _00X.,n, Set(CALLERID(num)=support)</div><div>exten => _00X.,n, Dial(SIP/${EXTEN}@support)</div><div>exten => _00X.,n, Hangup</div><div><br></div><div><br></div><div>exten => 101,1,Dial(SIP/lucknow) </div><div><br></div><div>exten => 102,1,Dial(SIP/bombay) </div><div><br></div><div>exten => 105,1,Dial(SIP/test5) </div><div><br></div><div><br></div><div>exten => 200,1,Answer()</div><div>    same => n,Playback(an_audio_file)</div><div>    same => n,Hangup()</div><div><br></div><div>[hello123]</div><div>exten => support,1,Answer</div><div>exten => support,n,Playback(Enterprise-Welcome-message);</div><div>exten => support,n, Hangup</div></div><div><br></div><div><br></div><div>===========================================================</div><div><br></div><div><br></div><div><br></div><div><br></div><div>regards</div><div>abhi</div></div>