[Asterisk-Users] Gnophone no sound
Truong
tphuong at wol.be
Fri May 23 08:55:02 MST 2003
Hello all,
I'am trying to use 2 gnophones on my LAN. But I can't get any sound.
Here is my configuration:
1. on PC1, I have:
- Asterisk compiled from CVS (CVS-05/15/03) and it runs.
- Gnophone binary version from Debian: 0.2.4+cvs.20020624-3
- a sound card working ( module es1371 for /dev/dsp)
- I registered it as "alice" in extensions.conf
2. on PC2, I installed:
- Gnophone binary from Debian: 0.2.4+cvs.20020624-3
- PhoneJack-PCI working and not used by other programs
(the PhoneJack is tested with Gnomemeeting)
- I registered it as "bob" in extensions.conf
I didn't load chan_oss.so in the modules.conf for Asterisk.
Here are the portions for IAX protocol in iax.conf and extensions.conf:
- iax.conf:
[bob]
type=friend;
secret=bobpwd
context=default
context=local
auth=plaintext
host=dynamic ;
callerid="Bob user"<503>
[alice]
type=friend;
secret=alicepwd
context=default
context=local
auth=plaintext
host=dynamic ;
callerid="Alice user"<505>
- extentions.conf:
[default]
include = demo
;
; Try calling bob
exten => 503,1,Dial,IAX/bob/s
exten => 503,2,Voicemail,503
;
; Try calling alice
exten => 505,1,Dial,IAX/alice/s
exten => 505,2,Voicemail,505
My problem is that with "bob" (503) I tried to call "alice" (505). But I
got any sound. Gnophones showed, on both side and in the History, the
Caller-ID. Could somebody give me some explications please !
Thank you very much for your helps.
Truong,
--
Truong <tphuong at wol.be>
More information about the asterisk-users
mailing list