Hello All, I am trying to setup a SIP to H323 system using SER, Asterisk And GnuGK. Following is the configuration: CISCO ATA (NAT) -> SER -> ASTERISK -> GNUGK My Cisco ATA is registered with SER and When I dial a number, SER forwards the call to Asterisk, and Asterisk forwards the call to the GateKeper. This is ok, call reaches the gatekeeper, however the gatekeeper drops the call immediately after receiving it. Can anyone tell me what is the reason for this? Is it a codec issue or anything i have misconfigured? I would sincerly appreciate any help or guidence on this. I am using Nufone Network's chan_h323 driver. This is from the Asterisk console: -- Executing Dial("SIP/XXX.XX.XXX.XXX-080f5e78", "h323/h323:14083339452@XX.XX.XXX.XX") in new stack -- Called h323:14083339452@XX.XX.XXX.XX == No one is available to answer at this time -- Executing Hangup("SIP/XXX.XX.XXX.XXX-080f5e78", "") in new stack == Spawn extension (default, 14083339452, 2) exited non-zero on 'SIP/XXX.XX.XXX.XXX-080f5e78' This is the gatekeeper log: ACF|XXX.XX.XXX.XXX:1723|3950_endp|5285|14083339452:dialedDigits|995041321:dialedDigits|false; DCF|XXX.XX.XXX.XXX|3950_endp|5285|normalDrop; Registration details on gatekeeper for Asterisk: ? AllRegistrations RCF|XXX.XX.XXX.XXX:1723|root:h323_ID|gateway|3950_endp This is from h323.conf: [general] port = 1723 disallow=all allow=g723.1 allow=ulaw allow=alaw allow=gsm This is from sip.conf: [general] context=default port=5070 disallow=all allow=g723.1 allow=ulaw allow=alaw allow=ilibc allow=gsm Extensions.conf has these entries in the default context: exten => _.,1,Dial(h323/h323:${EXTEN}@gatekeeper_ip) exten => _.,2,Hangup *CLI> show version Asterisk 1.0-RC1 built by root@localhost on a i686 running Linux TIA... /G __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
Can anyone please help? --- "Asterisk ." <asterisk_in@yahoo.com> wrote:> Hello All, > > I am trying to setup a SIP to H323 system using SER, Asterisk And GnuGK. Following is the > configuration: > > CISCO ATA (NAT) -> SER -> ASTERISK -> GNUGK > > My Cisco ATA is registered with SER and When I dial a number, SER forwards the call to Asterisk, > and Asterisk forwards the call to the GateKeper. This is ok, call reaches the gatekeeper, > however > the gatekeeper drops the call immediately after receiving it. Can anyone tell me what is the > reason for this? Is it a codec issue or anything i have misconfigured? I would sincerly > appreciate > any help or guidence on this. I am using Nufone Network's chan_h323 driver. > > This is from the Asterisk console: > > -- Executing Dial("SIP/XXX.XX.XXX.XXX-080f5e78", "h323/h323:14083339452@XX.XX.XXX.XX") in new > stack > -- Called h323:14083339452@XX.XX.XXX.XX > == No one is available to answer at this time > -- Executing Hangup("SIP/XXX.XX.XXX.XXX-080f5e78", "") in new stack > == Spawn extension (default, 14083339452, 2) exited non-zero on 'SIP/XXX.XX.XXX.XXX-080f5e78' > > > This is the gatekeeper log: > ACF|XXX.XX.XXX.XXX:1723|3950_endp|5285|14083339452:dialedDigits|995041321:dialedDigits|false; > DCF|XXX.XX.XXX.XXX|3950_endp|5285|normalDrop; > > Registration details on gatekeeper for Asterisk: > ? > AllRegistrations > RCF|XXX.XX.XXX.XXX:1723|root:h323_ID|gateway|3950_endp > > This is from h323.conf: > > [general] > port = 1723 > disallow=all > allow=g723.1 > allow=ulaw > allow=alaw > allow=gsm > > This is from sip.conf: > > [general] > context=default > port=5070 > disallow=all > allow=g723.1 > allow=ulaw > allow=alaw > allow=ilibc > allow=gsm > > Extensions.conf has these entries in the default context: > exten => _.,1,Dial(h323/h323:${EXTEN}@gatekeeper_ip) > exten => _.,2,Hangup > > *CLI> show version > Asterisk 1.0-RC1 built by root@localhost on a i686 running Linux > > TIA... > > /G >__________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail
Hello, --- Jeremy McNamara <jj@nufone.net> wrote:> H323/${EXTEN} since your using a gatekeeper > > Jeremy McNamara >Thanks to Jeremy, Sebastian and Thomas for the replies. But the calls get dropped from the gatekeeper. Now i am trying only with g711 without using the gatekeeper, and sending the calls to Nextone. But no success. Sometimes the call is accepted, but disconnects after 2 seconds. I have tried this with both chan_h323 and chan_oh323 and the result is same. I am attaching herewith the log (chan_h323) of a call which was dropped before answering. Regards, *CLI> Urgent handler 7:57.232 ThreadID=0x0002e010 h323ep.cxx(1323) H323 Making call to: h323:15619999116@208.xxx.xxx.xxx -- Called h323:15619999116@208.xxx.xxx.xxx Urgent handler 7:57.236 H225 Caller:8132148 transports.cxx(1482) H323TCP Started connection: host=208.xxx.xxx.xxx:1720, if=208.xxx.xxx.253:36897, handle=36 7:57.237 H225 Caller:8132148 h323.cxx(3956) H245 Default OnSelectLogicalChannels, FastStartDisabled 7:57.238 H225 Caller:8132148 h323.cxx(3144) H245 Started control channel 7:57.242 H225 Caller:8132148 h323.cxx(1591) H225 Reading PDUs: callRef=25137 7:57.243 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: "208.xxx.xxx.xxx" 7:57.381 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: "208.xxx.xxx.xxx" -- H323/208.xxx.xxx.xxx is ringing Urgent handler 8:09.772 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: "208.xxx.xxx.xxx" 8:09.773 H225 Caller:8132148 h323.cxx(2898) H225 Received connect PDU. 8:09.774 H225 Caller:8132148 transports.cxx(1482) H323TCP Started connection: host=208.xxx.xxx.xxx:37837, if=208.xxx.xxx.253:36898, handle=39 8:09.775 H245:814f110 h323.cxx(3144) H245 Started control channel 8:09.777 H225 Caller:8132148 h323.cxx(3144) H245 Started control channel 8:09.801 H245:814f110 h323neg.cxx(378) H245 MasterSlaveDetermination: local is slave 8:09.802 H225 Caller:8132148 h323.cxx(1445) H225 Sending release complete PDU: callRef=25137 8:09.805 H225 Caller:8132148 h323.cxx(1634) H225 Signal channel closed. 8:09.805 H245:814f110 h323.cxx(3195) H245 Read error: Bad file descriptor 8:09.806 H245:814f110 h323.cxx(3207) H245 Control channel closed. 8:09.819 H323 Cleaner h323.cxx(1542) H323 Connection ip$localhost/25137 terminated. == No one is available to answer at this time Urgent handler __________________________________ Do you Yahoo!? Y! Messenger - Communicate in real time. Download now. http://messenger.yahoo.com
Please Help... --- "Asterisk ." <asterisk_in@yahoo.com> wrote:> Hello, > > --- Jeremy McNamara <jj@nufone.net> wrote: > > > H323/${EXTEN} since your using a gatekeeper > > > > Jeremy McNamara > > > > Thanks to Jeremy, Sebastian and Thomas for the replies. But the calls get dropped from the > gatekeeper. Now i am trying only with g711 without using the gatekeeper, and sending the calls > to > Nextone. But no success. Sometimes the call is accepted, but disconnects after 2 seconds. I have > tried this with both chan_h323 and chan_oh323 and the result is same. I am attaching herewith > the > log (chan_h323) of a call which was dropped before answering. > > Regards, > > *CLI> Urgent handler > 7:57.232 ThreadID=0x0002e010 h323ep.cxx(1323) H323 Making call to: > h323:15619999116@208.xxx.xxx.xxx > -- Called h323:15619999116@208.xxx.xxx.xxx > Urgent handler > 7:57.236 H225 Caller:8132148 transports.cxx(1482) H323TCP Started connection: > host=208.xxx.xxx.xxx:1720, if=208.xxx.xxx.253:36897, handle=36 > 7:57.237 H225 Caller:8132148 h323.cxx(3956) H245 Default > OnSelectLogicalChannels, FastStartDisabled > 7:57.238 H225 Caller:8132148 h323.cxx(3144) H245 Started control channel > 7:57.242 H225 Caller:8132148 h323.cxx(1591) H225 Reading PDUs: > callRef=25137 > 7:57.243 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: > "208.xxx.xxx.xxx" > 7:57.381 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: > "208.xxx.xxx.xxx" > -- H323/208.xxx.xxx.xxx is ringing > Urgent handler > 8:09.772 H225 Caller:8132148 h323.cxx(2095) H225 Set remote party name: > "208.xxx.xxx.xxx" > 8:09.773 H225 Caller:8132148 h323.cxx(2898) H225 Received connect PDU. > 8:09.774 H225 Caller:8132148 transports.cxx(1482) H323TCP Started connection: > host=208.xxx.xxx.xxx:37837, if=208.xxx.xxx.253:36898, handle=39 > 8:09.775 H245:814f110 h323.cxx(3144) H245 Started control channel > 8:09.777 H225 Caller:8132148 h323.cxx(3144) H245 Started control channel > 8:09.801 H245:814f110 h323neg.cxx(378) H245 > MasterSlaveDetermination: > local is slave > 8:09.802 H225 Caller:8132148 h323.cxx(1445) H225 Sending release complete > PDU: callRef=25137 > 8:09.805 H225 Caller:8132148 h323.cxx(1634) H225 Signal channel closed. > 8:09.805 H245:814f110 h323.cxx(3195) H245 Read error: Bad file > descriptor > 8:09.806 H245:814f110 h323.cxx(3207) H245 Control channel closed. > 8:09.819 H323 Cleaner h323.cxx(1542) H323 Connection > ip$localhost/25137 terminated. > == No one is available to answer at this time > Urgent handler__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
Have u try disabling fast start? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Asterisk . Sent: Friday, August 06, 2004 8:13 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] H323 Call Dropping Please Help... --- "Asterisk ." <asterisk_in@yahoo.com> wrote:> Hello, > > --- Jeremy McNamara <jj@nufone.net> wrote: > > > H323/${EXTEN} since your using a gatekeeper > > > > Jeremy McNamara > > > > Thanks to Jeremy, Sebastian and Thomas for the replies. But the calls > get dropped from the gatekeeper. Now i am trying only with g711 > without using the gatekeeper, and sending the calls to Nextone. But no> success. Sometimes the call is accepted, but disconnects after 2 > seconds. I have tried this with both chan_h323 and chan_oh323 and the > result is same. I am attaching herewith the log (chan_h323) of a call > which was dropped before answering. > > Regards, > > *CLI> Urgent handler > 7:57.232 ThreadID=0x0002e010 h323ep.cxx(1323) H323Making call to:> h323:15619999116@208.xxx.xxx.xxx > -- Called h323:15619999116@208.xxx.xxx.xxx Urgent handler > 7:57.236 H225 Caller:8132148 transports.cxx(1482)H323TCP Started connection:> host=208.xxx.xxx.xxx:1720, if=208.xxx.xxx.253:36897, handle=36 > 7:57.237 H225 Caller:8132148 h323.cxx(3956) H245Default> OnSelectLogicalChannels, FastStartDisabled > 7:57.238 H225 Caller:8132148 h323.cxx(3144) H245Started control channel> 7:57.242 H225 Caller:8132148 h323.cxx(1591) H225Reading PDUs:> callRef=25137 > 7:57.243 H225 Caller:8132148 h323.cxx(2095) H225Set remote party name:> "208.xxx.xxx.xxx" > 7:57.381 H225 Caller:8132148 h323.cxx(2095) H225Set remote party name:> "208.xxx.xxx.xxx" > -- H323/208.xxx.xxx.xxx is ringing Urgent handler > 8:09.772 H225 Caller:8132148 h323.cxx(2095) H225Set remote party name:> "208.xxx.xxx.xxx" > 8:09.773 H225 Caller:8132148 h323.cxx(2898) H225Received connect PDU.> 8:09.774 H225 Caller:8132148 transports.cxx(1482)H323TCP Started connection:> host=208.xxx.xxx.xxx:37837, if=208.xxx.xxx.253:36898, handle=39 > 8:09.775 H245:814f110 h323.cxx(3144) H245Started control channel> 8:09.777 H225 Caller:8132148 h323.cxx(3144) H245Started control channel> 8:09.801 H245:814f110 h323neg.cxx(378) H245> MasterSlaveDetermination: > local is slave > 8:09.802 H225 Caller:8132148 h323.cxx(1445) H225Sending release complete> PDU: callRef=25137 > 8:09.805 H225 Caller:8132148 h323.cxx(1634) H225Signal channel closed.> 8:09.805 H245:814f110 h323.cxx(3195) H245Read error: Bad file> descriptor > 8:09.806 H245:814f110 h323.cxx(3207) H245Control channel closed.> 8:09.819 H323 Cleaner h323.cxx(1542) H323Connection> ip$localhost/25137 terminated. > == No one is available to answer at this time Urgent handler__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail _______________________________________________ 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
--- "Tenorio, Leandro" <LTenorio@intelaction.com> wrote:> Have u try disabling fast start?Yes, but no luck :(> > > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Asterisk . > Sent: Friday, August 06, 2004 8:13 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] H323 Call Dropping > > Please Help... > > --- "Asterisk ." <asterisk_in@yahoo.com> wrote: > > > Hello, > > > > --- Jeremy McNamara <jj@nufone.net> wrote: > > > > > H323/${EXTEN} since your using a gatekeeper > > > > > > Jeremy McNamara > > > > > > > Thanks to Jeremy, Sebastian and Thomas for the replies. But the calls > > get dropped from the gatekeeper. Now i am trying only with g711 > > without using the gatekeeper, and sending the calls to Nextone. But no > > > success. Sometimes the call is accepted, but disconnects after 2 > > seconds. I have tried this with both chan_h323 and chan_oh323 and the > > result is same. I am attaching herewith the log (chan_h323) of a call > > which was dropped before answering. > > > > Regards, > > > > *CLI> Urgent handler > > 7:57.232 ThreadID=0x0002e010 h323ep.cxx(1323) H323 > Making call to: > > h323:15619999116@208.xxx.xxx.xxx > > -- Called h323:15619999116@208.xxx.xxx.xxx Urgent handler > > 7:57.236 H225 Caller:8132148 transports.cxx(1482) > H323TCP Started connection: > > host=208.xxx.xxx.xxx:1720, if=208.xxx.xxx.253:36897, handle=36 > > 7:57.237 H225 Caller:8132148 h323.cxx(3956) H245 > Default > > OnSelectLogicalChannels, FastStartDisabled > > 7:57.238 H225 Caller:8132148 h323.cxx(3144) H245 > Started control channel > > 7:57.242 H225 Caller:8132148 h323.cxx(1591) H225 > Reading PDUs: > > callRef=25137 > > 7:57.243 H225 Caller:8132148 h323.cxx(2095) H225 > Set remote party name: > > "208.xxx.xxx.xxx" > > 7:57.381 H225 Caller:8132148 h323.cxx(2095) H225 > Set remote party name: > > "208.xxx.xxx.xxx" > > -- H323/208.xxx.xxx.xxx is ringing Urgent handler > > 8:09.772 H225 Caller:8132148 h323.cxx(2095) H225 > Set remote party name: > > "208.xxx.xxx.xxx" > > 8:09.773 H225 Caller:8132148 h323.cxx(2898) H225 > Received connect PDU. > > 8:09.774 H225 Caller:8132148 transports.cxx(1482) > H323TCP Started connection: > > host=208.xxx.xxx.xxx:37837, if=208.xxx.xxx.253:36898, handle=39 > > 8:09.775 H245:814f110 h323.cxx(3144) H245 > Started control channel > > 8:09.777 H225 Caller:8132148 h323.cxx(3144) H245 > Started control channel > > 8:09.801 H245:814f110 h323neg.cxx(378) H245 > > > MasterSlaveDetermination: > > local is slave > > 8:09.802 H225 Caller:8132148 h323.cxx(1445) H225 > Sending release complete > > PDU: callRef=25137 > > 8:09.805 H225 Caller:8132148 h323.cxx(1634) H225 > Signal channel closed. > > 8:09.805 H245:814f110 h323.cxx(3195) H245 > Read error: Bad file > > descriptor > > 8:09.806 H245:814f110 h323.cxx(3207) H245 > Control channel closed. > > 8:09.819 H323 Cleaner h323.cxx(1542) H323 > Connection > > ip$localhost/25137 terminated. > > == No one is available to answer at this time Urgent handler > > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > http://promotions.yahoo.com/new_mail > _______________________________________________ > 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 >__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail