I am having a problem with the following can some one tell me what I am doing wrong. I am trying to specify that we use ulaw or alaw outbound and would like to dial directly out of our dial plan. Here is the iax.conf section [livevoipout] type=peer ;outgoing only host=217.150.244.186 username=username secret=****** disallow=all allow=ulaw allow=alaw [livevoip] type=user secret=****** deny=0.0.0.0/0.0.0.0 permit=217.160.244.186/255.255.255.0 context=incoming disallow=all allow=ulaw allow=alaw Here is the exten that we dial exactly exten => 2151,1,Dial(IAX2/username@livevoipout/19721234567) But this is what I get when I try to dial that exten. -- Called username@livevoipout/19721234567 Apr 13 16:38:34 WARNING[14594]: chan_iax2.c:1477 attempt_transmit: Max retries exceeded to host 217.150.244.186 on IAX2/livevoipout/7 (type = 6, subclass = 1, ts=3, seqno=0) -- Hungup 'IAX2/livevoipout/7' == No one is available to answer at this time Apr 13 16:38:44 NOTICE[14709]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum Apr 13 16:38:44 WARNING[14709]: pbx.c:1945 ast_pbx_run: Timeout, but no rule 't' in context 'local' Any ideas? I have checked all of the passwords etc. I know it is probally something that I am doing really not bright, but hey. -Linn