Displaying 3 results from an estimated 3 matches for "registraion".
Did you mean:
registration
2008 Feb 02
0
IAX Registraion Refresh
I have Asterisk 1.4 registering via IAX to another Asterisk machine.
How can I change the default registration timeout of 60s?
I need my Asterisk box to register every HOUR.... Anyone?
Editting source isn't an option.
Doug.
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
2007 Jan 23
1
Operate on registrations
...insert calldate into a mysql DB, etc.....
Maybe this will help me when, for instance a user tries to register but has the wrong username/password.
Now I am aware of regcontext, but it only creates a 1,NoOP for that user, I want it to execute that,
so I can have this maybe:
exten => 666,2,AGI(Registraion.agi)
so when my users register 666,1,NoOp will be created and execution can start there.
Any Ideas on how I can get something like this?
--
thanks,
Yusuf
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
This message has been...
2005 Jul 28
1
different _source_ addresses for registrations?
...and another one when transfering calls
to a destination with the DIAL() command?
The thing is, when I register with my sip provider proxy at let's say
111.111.111.111, I want the registration packets to be sourced from
one of my ip addresses - 222.222.222.222 for example. I will then use
this registraion for incoming local calls.
When I sned an outgoing international call to the sipp provider (at
the same IP 111.111.111.111), I want this transfer to be sourced from
the other IP my asterisk is listening on - e.g. 222.222.222.223.
Is this possible?
Or, is it possible to run multiple asterisk insta...