ht@phonitel.com
2005-Feb-07 08:10 UTC
[Asterisk-Users] incoming calls in h323 do not come to right dialplan
Hello, I am moving topic from asterisk-dev list to asterisk-users list. Did anyone succeed receive incoming calls in h323 and orient them to right context based on "host" identification? To summarise, I have quintum Gateway sending call to Asterisk box, and I would like to use asterisk as a protocol converter h323 --> sip. in h323.conf, I have [quintum_gw1] type=user host=192.168.1.210 context=outbound incominglimit=2 disallow=all allow=g723.1 However, when asterisk receives call from this box, it does not send it to context "outbound" b ut the "general" context and call fails because it does not have instructions in this context. Did anyone successfully get incoming h323 call? What is my error ? Thanks in advance, spent too much time on this ! ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Radovan.Mihalik
2005-Feb-07 08:53 UTC
[Asterisk-Users] incoming calls in h323 do not come to rightdialplan
I have asked the forum several weeks ago, but no one responded. I have found out that, [user] selection is working only With h323 (nofune) channel, not with oh323 from inaccess networks. I might be wrong, but with h323 it works. R. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of ht@phonitel.com Sent: Monday, February 07, 2005 4:11 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] incoming calls in h323 do not come to rightdialplan Hello, I am moving topic from asterisk-dev list to asterisk-users list. Did anyone succeed receive incoming calls in h323 and orient them to right context based on "host" identification? To summarise, I have quintum Gateway sending call to Asterisk box, and I would like to use asterisk as a protocol converter h323 --> sip. in h323.conf, I have [quintum_gw1] type=user host=192.168.1.210 context=outbound incominglimit=2 disallow=all allow=g723.1 However, when asterisk receives call from this box, it does not send it to context "outbound" b ut the "general" context and call fails because it does not have instructions in this context. Did anyone successfully get incoming h323 call? What is my error ? Thanks in advance, spent too much time on this ! ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Caleb
2005-Feb-07 09:03 UTC
[Asterisk-Users] incoming calls in h323 do not come to right dialplan
I am also facing the same problem, running on chan_h323 and CVS-HEAD-12/17/04-15:07:40. Anybody managed to solve this? Cheers On Mon, 7 Feb 2005 07:10:55 -0800, ht@phonitel.com <ht@phonitel.com> wrote:> Hello, > I am moving topic from asterisk-dev list to asterisk-users list. Did anyone > succeed receive incoming calls in h323 and orient them to right context based > on "host" identification? > > To summarise, I have quintum Gateway sending call to Asterisk box, and I would > like to use asterisk as a protocol converter h323 --> sip. > > in h323.conf, I have > > [quintum_gw1] > type=user > host=192.168.1.210 > context=outbound > incominglimit=2 > disallow=all > allow=g723.1 > > However, when asterisk receives call from this box, it does not send it to > context "outbound" b ut the "general" context and call fails because it does > not have instructions in this context. > > Did anyone successfully get incoming h323 call? > > What is my error ? > > Thanks in advance, spent too much time on this ! > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
ht@phonitel.com
2005-Feb-07 09:57 UTC
[Asterisk-Users] incoming calls in h323 do not come to right dialplan
Good to hear I am not alone. Actually, I am using the Nufone's h323 module. Still this creates the problem. I had a braod look at the code and it seems that it is not possible that incoming calls go to other places than "general" context (I am not sure I understood it all, but almost). So, one workaround I found is this: 1-) Authenticate incoming calls through caller id. So in the "default" or "general" dialplan, you will move calls coming from specific callerID to the context of your choice. 2-) All other calls are automatically handled with default option. So, this resolves the security issue at least. I will keep you updated if I can manage to find a solution from a code point of view. Any experience to describe here is highly appreciated. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Caleb Sent: Monday, February 07, 2005 5:03 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] incoming calls in h323 do not come to right dialplan I am also facing the same problem, running on chan_h323 and CVS-HEAD-12/17/04-15:07:40. Anybody managed to solve this? Cheers On Mon, 7 Feb 2005 07:10:55 -0800, ht@phonitel.com <ht@phonitel.com> wrote:> Hello, > I am moving topic from asterisk-dev list to asterisk-users list. Did > anyone succeed receive incoming calls in h323 and orient them to right > context based on "host" identification? > > To summarise, I have quintum Gateway sending call to Asterisk box, and > I would like to use asterisk as a protocol converter h323 --> sip. > > in h323.conf, I have > > [quintum_gw1] > type=user > host=192.168.1.210 > context=outbound > incominglimit=2 > disallow=all > allow=g723.1 > > However, when asterisk receives call from this box, it does not send > it to context "outbound" b ut the "general" context and call fails > because it does not have instructions in this context. > > Did anyone successfully get incoming h323 call? > > What is my error ? > > Thanks in advance, spent too much time on this ! > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.