[Asterisk-Users] OH323 doesnt hear ringing

Siggi Langauf langausd at swt.uni-stuttgart.de
Tue Jan 27 03:33:47 MST 2004


On Mon, 26 Jan 2004, 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?

I had the same problem, depending on which kind of channel I was calling.
Adding an explicit ring like this helped:

exten = _X,1,Ringing
exten = _X,2,Dial(SIP/${EXTEN},20,t)
exten = _X,3,Playback(...)
...

Cheers,
	Siggi




More information about the asterisk-users mailing list