[Asterisk-Users] IAXphone -> ip address -> extension number.
Zoltan Szecsei
zoltans at geograph.co.za
Fri Jul 8 10:43:07 MST 2005
Carlos Alperin wrote:
>Ok,
>
>Now you get registration, but still you cannot complete the call.
>
>I don't see your dialplan on your files. However, the error log shows that
>ztdummy is not working, so there is no timming.
>
>Lsmod shows the module already installed?
>
>
>Carlos
>
>
I did have it on a previous post, but here again: (note I have no
special HW so I did not modprobe zapte before modprobe ztdummy - not
sure if that is relevant or not)
gl0:/home/zls # modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 142: Unable to open master device '/dev/zap/ctl'
gl0:/home/zls #
gl0:/home/zls # lsmod | grep z
Module Size Used by
ztdummy 7744 0
zaptel 239620 1 ztdummy
crc_ccitt 6144 1 zaptel
gl0:/home/zls #
***** extensions.conf *****************
[general]
static=yes
writeprotect=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest ; IAXtel username/password
TRUNK=Zap/g2 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip
(usually 1 or 0)
[geograph]
exten => s,1,Answer()
exten => s,2,Playback(goodbye)
exten => s,3,Hangup()
exten => 201,1,Dial(IAX/z1,20,tr)
exten => 202,1,Dial(IAX/z2,20,tr)
exten => 1201,1,Dial(IAX/z1,20,tr)
exten => 1202,1,Dial(IAX/z2,20,tr)
***********************************
************ /var/log/messages **********
Jul 8 19:40:03 WARNING[6707]: Unable to open pseudo channel for
timing... Sound may be choppy.
Jul 8 19:40:03 WARNING[6707]: Unable to open IAX timing interface: No
such file or directory
Jul 8 19:40:03 NOTICE[6707]: Unable to load config sip.conf, SIP disabled
Jul 8 19:40:03 WARNING[6707]: Read error on sound device: Resource
temporarily unavailable
Jul 8 19:40:03 WARNING[6707]: Unable to get our IP address, Skinny disabled
***********************************
More information about the asterisk-users
mailing list