Displaying 2 results from an estimated 2 matches for "tozap".
Did you mean:
qozap
2005 Jan 11
1
internal caller id on analog phones connected tozap
> -----Original Message-----
> From: C F [mailto:shmaltz@gmail.com]
> Sent: Tuesday, January 11, 2005 4:38 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] internal caller id on analog phones
> connected tozap
>
> How are the analog phones connected to * ? this is where the setting
> should be.
They're connected to Digium cards.
How do I set it in Zapata.conf? everything we tried didn't work.
Here's an excerpt:
signalling = fxo_ks
context = internal
threewaycalling = yes
transfer...
2005 Jun 07
0
X100P long delay before dial
...I have an X100P which receives an analog line from another PBX.
These are the relevant entries in extensions,
PHONE1=Zap/1
[macro-extensions]
exten => s,1,Dial(${ARG1},20)
exten => s,2,Voicemail2(u${ARG2})
exten => s,102,Voicemail2(b${ARG2})
exten => s,103,Hangup
[home]
include=>tozap
exten => 2201,1,Macro(extensions,${PHONE1},${PHONE1VM})
exten => 2202,1,Macro(extensions,${PHONE2},${PHONE2VM})
[tozap]
ignorepath => 9
exten => _9XXXXXXX,1,Dial(${LINE1}/9WW${EXTEN:1},90,rt)
; is 9 and a second wait for dialing tone from the legacy PBX central,
then the number.
exten...