no TX audio == no fun
I have a softphone, kiax, which connects to asterisk via IAX which connects to my provider, arrivaltel.com, also via IAX. I have somehow managed to get to the point that I can call out and talk with people in the manner than one expects from an ordinary phone except that some numbers that I call there is exactly no audio heard at the other end. What did I do wrong? Why have the gods chosen to punish me in this manner? I can post my configs if that is helpful. Hopefully when I have some more time today `iax2 debug` will be informative, otherwise I am at the mercy of the relative reticence of the gurus to dispensate as to aid this matter with condescensions of their most august knowledge.
# cat /etc/asterisk/iax.conf | obfuscate_stuff
[general]
bandwidth=low
disallow=all
allow=ulaw
tos=lowdelay
autokill=yes
echocancel=yes
echotraining=yes
jitterbuffer=yes
forcejitterbuffer=yes
[kiax]
type=friend
context=internal
host=dynamic
username=uname
secret=secret
[arrivaltel-out]
type=peer
host=s1.arrivaltel.com
username=me
secret=secret
callerid=me
txgain=1.0
[arrivaltel-in]
type=user
context=incoming
# cat /etc/asterisk/extensions.conf
[incoming]
exten => 1,1,Dial(IAX2/kiax,30)
exten => 1,2,Hangup
[internal]
exten => _1NXXXXXX,1,Dial(IAX2/s1.arriv
exten => _1NXXXXXX,2,Hangup
exten => _1NXXNXXXXXX,1,Dial(IAX2/s1.ar
exten => _1NXXNXXXXXX,2,Hangup

