Hello, I have a small problem with incomming calls. Asterisk has given me the following hint:
Feb 19 16:28:39 NOTICE[5814]: chan_visdn.c:3252 visdn_q931_setup_indication: No extension '' in context 'outsideISDN', rejecting call I have looked at the sourcecode in chan_visdn.c function 'visdn_q931_setup_indication' and it seems that I don't receive Q931_IE_CALLED_PARTY_NUMBER but I get Q931_IE_SENDING_COMPLETE. So later it cannot find the empty extension/called_number in the context and hangs up the line. I have solved the problem with copying "s" into the variable 'called_number'. It works for now, but I'm not sure if I break something else. I use asterisk version 1.2.4 and visdn snapshot 20060217. The ISDN-card is connected over a S0-bus to a NTBA from Telekom Austria. Two more devices are connected to the S0-bus. Here is the visdn.conf file --- [general] [global] cli_rewriting = No national_prefix = 0 international_prefix = 00 network_specific_prefix = subscriber_prefix = abbreviated_prefix = autorelease_dlc = 10 call_bumping = No [visdn0] network_role = private context = outsideISDN tones_option = no outbound_called_ton = unknown force_outbound_cli = force_outbound_cli_ton = no clip_enabled = yes clip_default_name = vISDN clip_default_number = 20909 clip_numbers = _X. clir_mode = default_off overlap_sending = no overlap_receiving = no --- Thanks for your reply, Martin _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
