Displaying 2 results from an estimated 2 matches for "asrterisk".
Did you mean:
askterisk
2005 Feb 20
7
bridging iaxtel calls to PSTN
Hello,
I just started using asterisk, and have a question. I have setup two
asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1
FSX modules) and is connected to the PSTN. B has same, but is NOT
connected to PSTN. I want to configure B to call A via iaxtel, and
connect to the PSTN using A's line. How can I configure iaxtel dial
plan for B in extensions.conf? I want to be
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
...ALLERIDNUM, I am just
creating my own fake cid variable. I can also see CALLERIDNUM come in fine
so I can use this later.
Sanity is just a variable to keep track of whether or not cid and vmid are
equal. IN this case they are, so the statement is true, and sanity should be
equal to 1 as per the asrterisk variables and expressions wiki pages. But in
this case sanity=0 so the gotoif statement is false. Screwing the rest of
the vm routine. Gotoif works the way it should if I put in a zero (for
false), or 1 (for true), going to the appropriate lines. I have also tried
doing some arithmetic, but asteris...