Displaying 4 results from an estimated 4 matches for "astb".
Did you mean:
ast
2011 Aug 29
0
Create ou update values ins ASTB when Asterisk is stopped
Hi,
The title says it all : is it possible to create ou update values ins ASTB
when Asterisk is stopped ?
When Asterisk is running, I'm using :
asterisk -rx "database put Foo Bar 1"
Can I do that when Asterisk is stopped, using some program that can read and
write in ASTDB (I'm using Debian Squeeze).
Will this change when ASTDB will be moving from Berkeley...
2006 Jun 22
1
Routing inboud from ISDN to second * server.
...access to the SNOM phone.
>From my reading I think that I have to make an inbound route or asterisk
will not treat the call at all. This is also what I see if I debug capi.
I have tried to make an inbound route and custom extension for all 7XX
extentions and then entering the dial string IAX2/astB/7255 for extention
725. Also tried the dial string IAX2/725@astB with no luck.
How do I do this ?
Pls help anyone.
Regards
Thomas
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8
Is CALLERID(all) supposed to wok for pjsip? When I do this:
exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)
same => n,Dial(PJSIP/phone123, 30)
I expect the callerid to be as set, but is always seems to be "phone123",
the name of the endpoint.
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jul 04
2
CALLERID on pjsip doesn't work?
...plan to dynamically map extensions to them later on (kind of
like user mode in freepbx).
In the console, if I log the value of CALLERID, it is what I expect to it
to be.
In the pjsip debug, the callerid I am trying to set doesn't appear anywhere.
I'm using your Sorcery stuff backing into astb for pjsip, but I've done a
little script to dump it back into text so I can override it in the config
file. Therefore it's a bit verbose. Thanks for looking.
[DEADDEADBEEF]
type=aor
support_path=true
default_expiration=3600
qualify_timeout=3.000000
mailboxes=
minimum_expiration=60
outbound...