[Asterisk-Users] Calls not incoming to any extension fromremoteproxy server

saad saad at palmchip.com
Fri Dec 16 00:20:38 MST 2005


register => user at 10.8.1.1
on the remote side:
[user]
type=friend
host=dynamic
context=sipcall
port=5060
nat=no
disallow=all
;allow=g729
allow=gsm

it will still land in the default context so make an 'include' there.
and finally in extensions.conf:
exten => _71.,1,Dial(SIP/${EXTEN:2}@user)

works like a charm.


----- Original Message -----
From: "abhishek" <abhishekg at itgindia.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>
Sent: Friday, December 23, 2005 1:13 AM
Subject: Re: [Asterisk-Users] Calls not incoming to any extension
fromremoteproxy server


> Thanks a lot for the reply. But i am sucessfully getting registered on the
> remote proxy, so that i am getting right outputs as u said. I think that
is
> why only i am able to route calls outside to remote proxy,
> The problem is when i am writing
> register => user:password at proxy-ip/1234
> , the outside calls are not coming to 1234 extension , which is a Xlite
> client.
>
> The files configuration are as
> sip.conf
>
> register => user:password at proxy-ip/1234
>
> > >  [1234]
> > > type=friend
> > > host=dynamic
> > > context=test_in
> > > user=phone
> > > regexten=1234
>
> extensions.conf
>
> [test_in]
> > > exten=> 1236,1,Dial(SIP/sandhu)
> > > exten=> 1235,1,Dial(SIP/1235)
> > > exten=> _9.,1,Dial(SIP/${EXTEN:1}@sip_proxy-out,30,r)
> > > exten=> 1234,1,Dial(SIP/1234)
>
>
>
> Abhishek
> ----- Original Message -----
> From: <bbench at mail.bg>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> <asterisk-users at lists.digium.com>
> Sent: Wednesday, December 21, 2005 6:03 AM
> Subject: Re: [Asterisk-Users] Calls not incoming to any extension from
> remoteproxy server
>
>
> > On Thursday 22 December 2005 04:45, abhishek wrote:
> > > Hi all,
> > >
> > >    I am testing my hands on asterisk , but got stuck.  Let me tell you
i
> am
> > > only using its VOIP functionlities
> > >   I have registered the asterisk server at a remote proxy server. My
> > > clients registered at asterisk server can make outgoing calls , but
the
> > > calls made from outside is not  incoming to any extension.
> > > I have written
> > >  user:password at proxy-ip/1234
> > register => user:password at proxy-ip/1234
> > is it not?
> > And when you do sip show registry
> > you see
> > server*CLI> sip show registry
> > Host                            Username       Refresh State
> > proxy-ip:5060        user        105 Registered
> > Hope that gines you a clue.
> > benchev
> > >  in sip.conf.
> > > and 1234are defined as
> > >
> > >  [1234]
> > > type=friend
> > > host=dynamic
> > > context=test_in
> > > user=phone
> > > regexten=1234
> > >
> > > in extensions.conf i am using
> > > [test_in]
> > > exten=> 1236,1,Dial(SIP/sandhu)
> > > exten=> 1235,1,Dial(SIP/1235)
> > > exten=> _9.,1,Dial(SIP/${EXTEN:1}@sip_proxy-out,30,r)
> > > exten=> 1234,1,Dial(SIP/1234)
> > >
> > > My clients are on Xlite softphone.
> > >
> > > Can anybody help out ?????????????/
> > >
> > >
> > >
> > >
> > >
> > > Abhishek
> > >
> > > _______________________________________________
> > > --Bandwidth and Colocation provided by Easynews.com --
> > >
> > > Asterisk-Users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > >    http://lists.digium.com/mailman/listinfo/asterisk-users
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list