So [H225toQ931] is a new feature which is added in 2.2.6?
I was running 2.2.4 and added that feature but maybe that's why it wasn't
working, still I get some errors with 0 code but they are far more less than
it was with the 2.2.4 version and I think that these 0 disconnect cause code
is because gnugk sometimes isn't being able to update the database record on
PostgreSQL table.
I've tried to set the StatusTraceLevel=5 to see what's going on with the
database but I get no extra output info to the gnugk.log file, it was fine
with the 2.2.4.
Was there something changed concerning the trace level?
P.S. Gnugk Control Center doesn't seem to work with the 2.2.6 version, it
connects but doesn't show the calls when there are actually many calls
connected...
On 5/24/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
Send Openh323gk-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/openh323gk-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Openh323gk-users digest..."
Today's Topics:
1. Re: Openh323gk-users Digest, Vol 12, Issue 16 (Suren Hakhnazaryan)
2. Re: GNUGK entering "0" disconnect cause code.
(Zygmuntowicz Michal)
----------------------------------------------------------------------
Message: 1
Date: Wed, 23 May 2007 11:34:51 +0500
From: "Suren Hakhnazaryan" <[EMAIL PROTECTED]>
Subject: Re: [Openh323gk-users] Openh323gk-users Digest, Vol 12, Issue
16
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Actually I found that option, but it doesn't seem to work.
Here's my configuration
[RoutedMode]
GKRouted=1
H245Routed=0
CallSignalHandlerNumber=2
RemoveH245AddressOnTunneling=1
DropCallsByReleaseComplete=1
AcceptUnregisteredCalls=1
CallSignalPort=1720
AcceptNeighborsCalls=1
SupportNATedEndpoints=0
Q931PortRange=30000-39999
H245PortRange=40000-49999
TranslateFacility=1
ActivateFailover=1
FailoverCauses=1-15,21-26,28-37,39-127
[H225toQ931]
0=34
2=34
14=34
Honesly after editing the config I didn't restart the gnugk service, I've
only reloaded the config file, do I have to restart gnugk for the new
changes to take effect?
Thanks.
On 5/23/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Send Openh323gk-users mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/openh323gk-users
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openh323gk-users digest..."
>
>
> Today's Topics:
>
> 1. GNUGK entering "0" disconnect cause code. (Suren Hakhnazaryan)
> 2. Re: GNUGK entering "0" disconnect cause code.
> (Amir Hossein Shenavandeh)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 22 May 2007 17:09:46 +0500
> From: "Suren Hakhnazaryan" <[EMAIL PROTECTED]>
> Subject: [Openh323gk-users] GNUGK entering "0" disconnect cause code.
> To: "[email protected]"
> <[email protected]>
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi!
> The GnuGK enters to my database record many many calls that had been
> disconnected with the cause code 0.
> The provider that sends us the traffic says that they get the 27
> (Destination out of order) or the 38 (Network out of order) cause codes.
>
> Can anyone tell me why would this happen and how can I change the cause
> code
> 0, to 34 (No Circuit/Channel Available)?
>
> Thanks in advance.
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Tue, 22 May 2007 18:42:13 +0330
> From: "Amir Hossein Shenavandeh" <[EMAIL PROTECTED]>
> Subject: Re: [Openh323gk-users] GNUGK entering "0" disconnect cause
> code.
> To: "GNU Gatekeeper Users" <[email protected]>
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Suren,
>
> It is possible to return deferent cause codes in GnuGK.2.2.6, the
recently
> releases version.
> visit this .. http://www.gnugk.org/gnugk-manual-12.html#ss12.2 the [
> H225toQ931] topic .
> please send us a trace or at least your configuration .
>
> [H225toQ931]
> ;0=34 # noBandwidth
> ;1=47 # gatekeeperResources
> 2=34 # unreachableDestination => NoCircuitChannelAvailable (default 3)
> ;3=16 # destinationRejection
> ;4=88 # invalidRevision
> ;5=111 # noPermission
> ;6=38 # unreachableGatekeeper
> ;7=42 # gatewayResources
> ;8=28 # badFormatAddress
> ;9=41 # adaptiveBusy
> ;10=17 # inConf
> ;11=31 # undefinedReason
> ;12=16 # facilityCallDeflection
> ;13=31 # securityDenied
> 14=34 # calledPartyNotRegistered => NoCircuitChannelAvailable (default
20)
> ;15=31 # callerNotRegistered
> ;16=47 # newConnectionNeeded
> ;17=127 # nonStandardReason
> ;18=31 # replaceWithConferenceInvite
> ;19=31 # genericDataReason
> ;20=31 # neededFeatureNotSupported
> ;21=127 # tunnelledSignallingRejected
>
> B Regards,
>
>
> On 5/22/07, Suren Hakhnazaryan <[EMAIL PROTECTED]> wrote:
> >
> > Hi!
> > The GnuGK enters to my database record many many calls that had been
> > disconnected with the cause code 0.
> > The provider that sends us the traffic says that they get the 27
> > (Destination out of order) or the 38 (Network out of order) cause
codes.
> >
> > Can anyone tell me why would this happen and how can I change the
cause
> > code 0, to 34 (No Circuit/Channel Available)?
> >
> > Thanks in advance.
> >
> >
>
-------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________________
> >
> > Posting: mailto:[email protected]
> > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
> > Unsubscribe:
> http://lists.sourceforge.net/lists/listinfo/openh323gk-users
> > Homepage: http://www.gnugk.org/
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
>
> ------------------------------
>
> _______________________________________________
> Openh323gk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openh323gk-users
>
>
> End of Openh323gk-users Digest, Vol 12, Issue 16
> ************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Wed, 23 May 2007 10:45:34 +0200
From: "Zygmuntowicz Michal" <[EMAIL PROTECTED]>
Subject: Re: [Openh323gk-users] GNUGK entering "0" disconnect cause
code.
To: "GNU Gatekeeper Users" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=original
Under normal circumstances, you should get no 0 disconnect cause.
Examining ReleaseComplete messages from both calling and called party
may tell something more.
----- Original Message -----
From: "Suren Hakhnazaryan" <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2007 2:09 PM
> The GnuGK enters to my database record many many calls that had been
> disconnected with the cause code 0.
> The provider that sends us the traffic says that they get the 27
> (Destination out of order) or the 38 (Network out of order) cause codes.
>
> Can anyone tell me why would this happen and how can I change the cause
> code
> 0, to 34 (No Circuit/Channel Available)?
>
> Thanks in advance.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Openh323gk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openh323gk-users
End of Openh323gk-users Digest, Vol 12, Issue 17
************************************************
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________________
Posting: mailto:[email protected]
Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/