From: Ilguiz L. <ila...@in...> - 2004-08-18 17:01:18
|
On Wed, Aug 18, 2004 at 04:46:44PM +0100, Richard Pettitt wrote: > Can anyone help me configure my asterisk server: > I have gotten my Iaxphone to register with the server, but every time I try > to make a call > I get a ?Call Rejected By Remote? message. One can look at the astersik debug messages by connecting to it with "asterisk -r" and entering "iax2 debug" ("help iax2" for more). The client's debug messages can be enabled by uncommenting the respective CFLAGS line in lib/Makefile, CFLAGS:= $(CFLAGS) -Ilibiax2/src -DIAXC_IAX2 -DLIBIAX -DDEBUG_SUPPORT One possible reason for rejection is incompatibility in codecs. Currently, only GSM codec is implemented in libiaxclient. Another reason could be an authentication failure. It seems that the IAX2 channel for incoming connections can have a user name and password separate from those required for outgoing calls. -- Ilguiz Latypov tel. +1 (519) 569-8746 66 Wildlark Crescent Kitchener, Ontario N2N 3E9 |