Dhara [ Bymacht ] schrieb: > Hi, > > Am currently having this configuartion: > > sip.conf > [test1] > type = friend > context = internal > username = test1 > secret = password > host = dynamic > disallow = all ;disallow all codecs > allow = gsm ;allow gsm codec > [test2] > type = friend > context = internal > username = test2 > secret = password2 > host = dynamic > disallow = all ;disallow all codecs > allow = gsm ;allow gsm codec
Is this your extensions.conf ? You need to tell cw that 1000 and 1001 are extensions. So prepend the keyword "exten =>" Your context internal should read like: [internal] exten => 1000,1,Dial(SIP/test1) exten => 1001,1,Dial(SIP/test2) To debug further, increase your verbose level to e.g. 5 set verbose 5 As for the sound files, they need to be installed seperately. Regards Hans > - extensions.conf > [internal] > 1000,1,Dial(SIP/test1) > 1001,1,Dial(SIP/test2) > > I am able to register test1 (1000) and test2 (1001).. however, when i > try to call 1000 from 1001, I get the error as: > > Sep 18 04:16:03 WARNING[3049200528]: file.c:844 cw_streamfile: Unable to > open demo-thanks (format ulaw): No such file or directory > Sep 18 04:16:03 WARNING[3049200528]: app_playback.c:115 playback_exec: > cw_streamfile failed on SIP/216.38.62.82-083b2d88 for demo-thanks > Sep 18 04:16:28 WARNING[3049200528]: file.c:544 cw_openstream_full: File > demo-congrats does not exist in any format > > > I tried to add , allow=ulaw, but still the same error comes. > > > Also, I am trying to register my xlite only when I disable this feature > in xlite: Register with domain and receive incoming calls. > > Kindly please let me know where I am going wrong. > > Regards, > Dhara > > -- > > > ------------------------------------------------------------------------ > > _______________________________________________ > Callweaver-users mailing list > Callweaver-users@callweaver.org > http://lists.callweaver.org/mailman/listinfo/callweaver-users _______________________________________________ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users