Displaying 2 results from an estimated 2 matches for "myofficenumb".
Did you mean:
myofficenumber
2003 Jul 30
0
X100P and incoming Context + CDR?
Hi folks
I have a X100P in my home asterisk box and I have it setup as a default context of
'incoming-pstn'
in my extensions.conf i have
[incoming-pstn]
exten => s,1,Goto(incoming,01225<myofficenumber>,1)
then:
[incoming]
exten => 01225<myofficenumber>,1,Answer
exten => 01225<myofficenumber>,2,Dial(SIP/data|m)
etc etc
Anywho back to the plot.
It all works wonderful, someone dials my home office line, asterisk answers, plays them
the contents of my mp3 partition whilst...
2003 Jul 30
4
SCO/Linux concerns
...R?
> Reply-To: asterisk-users@lists.digium.com
>
> Hi folks
>
> I have a X100P in my home asterisk box and I have it setup as a default
context of
> 'incoming-pstn'
>
> in my extensions.conf i have
>
> [incoming-pstn]
> exten => s,1,Goto(incoming,01225<myofficenumber>,1)
>
> then:
>
> [incoming]
>
> exten => 01225<myofficenumber>,1,Answer
> exten => 01225<myofficenumber>,2,Dial(SIP/data|m)
> etc etc
>
> Anywho back to the plot.
>
> It all works wonderful, someone dials my home office line, asterisk
answ...