[Asterisk-Users] OH323 doesnt hear ringing

Bartosz Jozwiak bartek at cq-link.sr
Mon Jan 26 12:03:39 MST 2004


I am using H323 not OH323
and have the same problem.
My h323.conf :

; The NuFone Network's
; Open H.323 driver configuration
;
[general]
port = 1720
bindaddr = xx.xx.xx.xx
;tos=lowdelay
;
; You may specify a global default AMA flag for iaxtel calls.  It must be
; one of 'default', 'omit', 'billing', or 'documentation'.  These flags
; are used in the generation of call detail records.
;
;amaflags = default
;
; You may specify a default account for Call Detail Records in addition
; to specifying on a per-user basis
;
;accountcode=lss0101
;
; You can fine tune codecs here using "allow" and "disallow" clauses
; with specific codecs.  Use "all" to represent all formats.
;
;allow=all        ; turns on all installed codecs
;allow=g723.1           ; Hm...  Proprietary, don't use it...
;allow=g729       ; Hm...  Proprietary, don't use it...
allow=gsm         ; Always allow GSM, it's cool :)
allow=ulaw
allow=alaw
;
; User-Input Mode (DTMF)
;
; valid entries are:   rfc2833, inband
; default is rfc2833
dtmfmode=inband
;
; Set the gatekeeper
; DISCOVER              - Find the Gk address using multicast
; DISABLE               - Disable the use of a GK
; <IP address> or <Host name> - The acutal IP address or hostname of your GK
gatekeeper = DISABLE
;
;
; Tell Asterisk whether or not to accept Gatekeeper
; routed calls or not. Normally this should always
; be set to yes, unless you want to have finer control
; over which users are allowed access to Asterisk.
; Default: YES
;
AllowGKRouted = yes
;
; Default context gets used in siutations where you are using
; the GK routed model or no type=user was found. This gives you
; the ability to either play an invalid message or to simply not
; use user authentication at all.
;
context=blah
;
; H.323 Alias definitions
;
; Type 'h323' will register aliases to the endpoint
; and Gatekeeper, if there is one.
;
; Example: if someone calls time at your.asterisk.box.com
; Asterisk will send the call to the extension 'time'
; in the context default
;
;[default]
;exten => time,1,Answer
;exten => time,2,Playback,current-time
;
; Keyword's 'prefix' and 'e164' are only make sense when
; used with a gatekeeper. You can specify either a prefix
; or E.164 this endpoint is responsible for terminating.
;
; Example: The H.323 alias 'det-gw' will tell the gatekeeper
; to route any call with the prefix 1248 to this alias. Keyword
; e164 is used when you want to specifiy a full telephone
; number. So a call to the number 18102341212 would be
; routed to the H.323 alias 'time'.
;
;[time]
;type=h323
;e164=18102341212
;context=default
;
;[det-gw]
;type=h323
;prefix=1248,1313
;context=detroit
;
;
; Inbound H.323 calls from BillyBob would land in the incoming
; context with a maximum of 4 concurrent incoming calls
;
;
; Note: If keyword 'incominglimit' are omitted Asterisk will not
; enforce any maximum number of concurrent calls.
;
[blah]
type=friend
host=xx.xx.xx.xx
context=default
exten=>9999,1,Goto(s,1)
incominglimit=4
prefix=9
busydetect=yes
allow=ulaw
allow=alaw





----- Original Message ----- 
From: "Michael Manousos" <manousos at inaccessnetworks.com>
To: <asterisk-users at lists.digium.com>
Sent: Monday, January 26, 2004 10:27 AM
Subject: Re: [Asterisk-Users] OH323 doesnt hear ringing


> Aaron Martin wrote:
> > I have Asterisk running with a combination of SIP and H323 clients.  I
> > am using the OH323 module instead of the H323 one.
> >
> > When the SIP clients ring each other, they can hear a ringing noise in
> > the ear peice to let them know that the other parties phone is ringing.
> > However, when the H323 client rings a SIP client, there is no ringing
> > sound at all, although as soon as the called party picks up the phone,
> > everything works fine.  This is the entry from my extensions.conf:
> >
> > exten => _7[5-9]X,1,Dial(SIP/${EXTEN},20,rt)
> > exten => _7[5-9]X,2,Playback(vm-nobodyavail)
> > exten => _7[5-9]X,3,Hangup
> >
> > I assume that because I havr the 'r' in the dial string, the calling
> > party should hear a ringing noice.  Any ideas?
>
> What are the contents of your oh323.conf? (please hide
> passwords/IPs, if any).
>
> Michael.
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>




More information about the asterisk-users mailing list