Displaying 3 results from an estimated 3 matches for "contextnam".
Did you mean:
contextname
2005 May 28
0
parsing extension name in a command
I'm working on a multi user database for *, and I'm debating with
myself on something and thought I would throw it out for comment.
I have a design where context names are stored in the database in the
following format:
__username__contextname__
Now, in the web interface it's easy to parse the above string and
display 'contextname' as the context, so the user doesn't have to deal
with the naming convention directly. The trick is parsing context
names entered by the user and formatting them for the database. Every
comm...
2006 Feb 16
2
Cisco 7960 won't register
Hello all, I've got a Cisco 7960 running version 7.4 firmware (heard there
were problems with 7.5) and I can't get it to register with Asterisk. I've
stripped down my configs on the phone to a bare minimum, and posted them
below. Basically, the Cisco phone sends absolutely no packets to the proxy
when it gets booted. If I make an outgoing call I see traffic getting to
Asterisk, but
2005 May 07
4
Setting variable for a context for all extensions?
Hi,
Is it possible to set a variable for a context for all extensions? I
haven't been able to find it. I want something like this in
extensions.conf:
[from-iaxfwd]
exten => .,1,RING=r3
exten => 123456,1,Goto(from-pstn,s,1)
[from-internal]
exten => .,1,RING=r2
include => ext-local
[ext-local]
exten => 1,1,Dial(Zap/1,${LONGTIMEOUT})
exten =>