Displaying 2 results from an estimated 2 matches for "do_dial".
Did you mean:
cordial
2006 Nov 22
1
gotoiftime and blocking calls
I am trying to use the Gotoiftime CMD to not allow calls to be placed
between the hours of 12am-5am, except if you know the PIN number to dial out
and if the call is for 911.
What is the best way to implement this solutions?
I have the gotoiftime like so:
exten => s,1,GotoIfTime(5:00-11:59|mon-fri|*|*?custom-blacklist,s,1)
and using Read for the PIN like so:
exten => s,3,Read(Secret,,3)
2009 Jan 06
1
"username mismatch, have <x>, digest has <y>"
...6
type=peer
host=10.10.33.228
canreinvite=no
insecure=port,invite
context=from-inside
secret=test2
fromuser=50607796
trustrpid=yes
sendrpid=yes
On the "server", these are configured:
[50607795]
callgroup=
pickupgroup=
callerid=test <50607795>
canreinvite=yes
context=do_dial
mailbox=
secret=test
type=peer
disallow=all
allow=alaw
allow=ulaw
host=dynamic
call-limit=100
dtmfmode=rfc2833
[50607796]
callgroup=
pickupgroup=
callerid=test2 <50607796>
canreinvite=yes
context=do_dial
mailbox=
secret=test2
type=peer
disallow=all
allow=alaw
allow=ulaw...