no.. it's directly connected to the internet.. it's not an issue of accepting 
calls.. see.. the problem is the call gets to the server.. the server tries to 
route it.. 
but as if the dial plan is not there.. it rejects the call because it doesn't 
know what to do with it.. 
for example of my SIP.Conf
 
[5003]
type=peer
qualify=yes
port=5060
nat=yes
host=HOSTIP
allow=all
dial=SIP/5003
context=from-smarttech
canreinvite=no
call-limit=50
deny=0.0.0.0/0.0.0.0
permit=HOSTIP/255.255.255.255
 
Extensions.conf
[from-smarttech]
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => s,n,Set(__FROM_DID=${EXTEN})
exten => s,n,Gosub(app-blacklist-check,s,1)
exten => s,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => s,n,Set(CALLERID(name)=${CALLERID(num)})
exten => s,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => s,n,Set(__CALLINGPRES_SV=${CALLINGPRES_${CALLINGPRES}})
exten => s,n,SetCallerPres(allowed_not_screened)
exten => s,n,Goto(ext-queues,8004,1)
let's say smarttech is a voip provider.. which forwards calls to my user on 
their system .. now my server is supposed to route those calls according to the 
dial plan.. 
the same exact settings worked like magic on another server.. but on this 
server.. it just as if the context and the dial plan does not exist.!!!
any idea?




AHD Tarek Sawah
Integrated Digital Systems
CCNA, MCSE, RHCE, VoIP
Syria: +963 944 618286
USA: +1 347 562 2308

Date: Fri, 26 Sep 2008 11:55:45 -0500From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [asterisk-users] Dial Plan Issues
Steve Murphy wrote: 
On Thu, 2008-09-25 at 14:21 +0000, Tariq .. wrote:
  
Greetings,
i have two asterisk servers running on Centos with asterisk 1.4.21 and trixbox..
i tried to creat an SIP link between both servers and i discovered that one of 
my servers is not allowing the other to send calls while it is possible in the 
opposit direction.. 
i have the same exact settings for the extensions.conf 
i tried with another friend of mine.. and connected to his server.. and it 
didn't allow him to send me calls.. 
so my question is.. 
is it possible that my server is not accepting any context ? it only runs the 
ones that come default with Trixbix.. like chanspy, ext-local, from-trunk... 
and so on.. 
what can i do to avoide this problem?? i can't rebuild a new box this one is a 
production server and i wasn't making tests.. i was connecting two of my 
employer's servers with each other..
regards
________________________________


    Tariq--

You might try a trixbox users mailing list.
There might be a few trixbox users hanging around in 
this group who might be able to help, but your
chances are much better in that list.

murf

  The server that is not accepting calls is not behind a NAT firewall by any 
chance is it?
_________________________________________________________________
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to