search for: invalid_calls

Displaying 2 results from an estimated 2 matches for "invalid_calls".

2004 Dec 20
7
'I'nvalid extension handling problems, even with workaround
...there isn't anything not related to the above problem: ;;;extensions.conf [internal] ;;; context used by our internal SIP-phon include => voiptalk.org ;include context below exten => 11,1,Dial(SIP/gsbt100,20,tr);calling <11>: dial our office phone include => invalid_calls ;all ext numbers not handled above are invalid [voiptalk.org] ;forwards any calls starting with an "8" thru voiptalk.org exten => _8.,1,Answer exten => _8.,3,SetCIDNum(55555555) exten => _8.,4,SetCIDName(My Name And Surname) exten => _8.,5,Dial(SIP/${EXTEN:1}@voiptalk.o...
2004 Dec 23
1
Qestion about TDM over enthernet
...gt; >> >;;;extensions.conf >> >[internal] ;;; context used by our internal SIP-phon >> >include => voiptalk.org ;include context below >> >exten => 11,1,Dial(SIP/gsbt100,20,tr);calling : dial our office phone >> >include => invalid_calls ;all ext numbers not handled above are invalid > >The 'separate context' approach _does_ work, but you've just confused >that approach by dropping the Dial statement in the middle. Change this >to something like: > [internal] > include => valid-extensions &gt...