bbench@mail.bg
2005-Dec-21 07:03 UTC
[Asterisk-Users] Calls not incoming to any extension from remote proxy 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@proxy-ip/1234register => user:password@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
abhishek
2005-Dec-21 19:45 UTC
[Asterisk-Users] Calls not incoming to any extension from remote proxy server
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@proxy-ip/1234 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
abhishek
2005-Dec-22 13:13 UTC
[Asterisk-Users] Calls not incoming to any extension from remoteproxy 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@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@proxy-ip/1234> > [1234] > > type=friend > > host=dynamic > > context=test_in > > user=phone > > regexten=1234extensions.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@mail.bg> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@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 iam> > 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@proxy-ip/1234 > register => user:password@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 >