I'm running * with a 7960/Skinny. I'm seeing several pages with SIPDefault.cnf config file, but as I'm not running SIP for this phone (yet), it is useless now.. Is there any Skinny/SCCP Default.cnf also? Actually, I'm trying to enable the extra 7960 features, like directory, services etc... Thanks, Hermann
Paul Zimm
2004-Feb-26 05:42 UTC
[Asterisk-Users] Grandstream -> firefly call translator problem
When I try to initiate a call from my Grandstream phone (ext 8010) to my
firefly softphone (ext 8030) I get the following error messages, but I
have no problem calling from firefly ext to grandstream ext. Calling
from a Zap phone to firefly works fine also.
Feb 26 07:25:47 WARNING[-1242334288]: chan_iax2.c:5112 iax2_request:
Unable to create translator path for UNKN to G723 on IAX2[marvcomp]/3
-- Hungup 'IAX2[marvcomp]/3'
Feb 26 07:25:47 NOTICE[-1242334288]: app_dial.c:527 dial_exec: Unable to
create channel of type 'IAX2'
== Everyone is busy at this time
I have ULAW, ALAW, and GSM enabled on the firefly softphone.
here are relevant configs.
***** iax.conf ********
[marvcomp]
disallow=all
allow=ulaw
allow=alaw
type=friend
host=dynamic
username=marvcomp
secret=mayhem
context=home
mailbox=8030@bell
callerid="marv" <8030>
****** sip.conf *******
[mhorst]
type=friend
disallow=all
allow=ulaw
allow=alaw
host=dynamic
username=mhorst
mailbox=8010@bell
context=home
callerid="mhorst" <8010>
****** extensions.conf **********
exten => 8010,1,Macro(ext,SIP/mhorst)
exten => 8020,1,Macro(ext,Zap/2)
exten => 8030,1,Macro(ext,IAX2/marvcomp@marvcomp)
exten => 8040,1,Macro(ext,IAX2/roger@roger)
exten => 8050,1,Macro(ext,SIP/roger-gs)