Hi, On Friday we changed our Telco-Provider (from German Telekom to Mnet) and recieved new Numbers. I changed the extensions in extension conf to match the new numbers. But i always get: Jul 18 12:10:39 WARNING[245776]: pbx.c:1780 ast_pbx_run: Channel 'CAPI[contr1/89064934]/0' sent into invalid extension 's' in context 'default', but no invalid handler I only changed the MSNs in the extension.conf. It has worked with the old numbers from German Telekom. Any help? Tom [makeit] exten => 932,1,Answer exten => 932,2,Wait(1) exten => 932,3,Background(own/wbebuz) exten => 932,4,Queue(noc24) exten => 933,1,Answer exten => 933,2,Wait(1) exten => 933,3,Background(own/wbebuz) exten => 933,4,Queue(ebuz) exten => 934,1,Answer exten => 934,2,Wait(1) exten => 934,3,Background(own/wblimtec) exten => 934,4,Queue(limtec) [nocnummern] exten => 89064932,1,Goto,makeit|932|1 exten => 89064933,1,Goto,makeit|933|1 exten => 89064934,1,Goto,makeit|934|1 [default] include => nocnummern ;exten => s,1,Answer ;exten => s,2,Background(own/tomnoc24) ;exten => s,3,Queue(noc24) ;exten => s,4,Hangup exten => 2100,1,Dial(SIP/vertrieb@vertrieb,60,Ttr) exten => 2200,1,Dial(SIP/2200@2200,60,Ttr) ;W?hlen exten => _99.,1,Dial(CAPI:${EXTEN:1},20,r) exten => _99.,2,Playback(invalid) exten => _99.,3,Hangup
The reason is in the error message. Try using extension number 89064934 instead of 934. Chris. Tom Fischer wrote (on Jul 18):> Hi, > > On Friday we changed our Telco-Provider (from German Telekom to Mnet) and recieved new Numbers. I changed the extensions in extension conf to match the new numbers. But i always get: > > Jul 18 12:10:39 WARNING[245776]: pbx.c:1780 ast_pbx_run: Channel 'CAPI[contr1/89064934]/0' sent into invalid extension 's' in context 'default', but no invalid handler > > I only changed the MSNs in the extension.conf. It has worked with the old numbers from German Telekom. > > Any help? > > Tom > > [makeit] > > exten => 932,1,Answer > exten => 932,2,Wait(1) > exten => 932,3,Background(own/wbebuz) > exten => 932,4,Queue(noc24) > > exten => 933,1,Answer > exten => 933,2,Wait(1) > exten => 933,3,Background(own/wbebuz) > exten => 933,4,Queue(ebuz) > > exten => 934,1,Answer > exten => 934,2,Wait(1) > exten => 934,3,Background(own/wblimtec) > exten => 934,4,Queue(limtec) > > > [nocnummern] > exten => 89064932,1,Goto,makeit|932|1 > exten => 89064933,1,Goto,makeit|933|1 > exten => 89064934,1,Goto,makeit|934|1 > > [default] > > include => nocnummern > > ;exten => s,1,Answer > ;exten => s,2,Background(own/tomnoc24) > ;exten => s,3,Queue(noc24) > ;exten => s,4,Hangup > > exten => 2100,1,Dial(SIP/vertrieb@vertrieb,60,Ttr) > exten => 2200,1,Dial(SIP/2200@2200,60,Ttr) > > ;W?hlen > exten => _99.,1,Dial(CAPI:${EXTEN:1},20,r) > exten => _99.,2,Playback(invalid) > exten => _99.,3,Hangup > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- == chrisy@flirble.org