search for: ivin

Displaying 6 results from an estimated 6 matches for "ivin".

Did you mean: ivan
2016 Oct 01
2
Sorcery with templates
Hi list. I use sorcery to configure an astdb backend to my pjsip endpoints. This works well, but it would be even better if I could set attribute defaults for these endpoints in the config file. The way I do it now forces me to store all endpoint attributes for each endpoint, even when most of them are effectively defaults. If I need to change one, I need to update each endpoint in the astdb.
2016 Jul 04
2
CALLERID on pjsip doesn't work?
On 1 July 2016 at 17:41, Joshua Colp <jcolp at digium.com> wrote: > > >> exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) >> same => n,Dial(PJSIP/phone123, 30) >> > > Your exten line has no priority, is that how it is in your dialplan? > Actually no, I stole that line from an earlier email to this list. Mine has a priority.
2016 Sep 28
3
Asterisk Radius CDR
...ge: ``cdr_radius.c:208 radius_log: Unable > to create RADIUS record. CDR not recorded'' already implies that this is > not possible. I cannot judge it. You can by turning on radiusd -X and have > a close look to the output. > > On Wed, Sep 28, 2016 at 07:59:13AM +0800, Andrew Ivins wrote: > > Hi Ahmed, > > > > I ran into similar problems. freeradius-client returns the same error > code > > for numerous failure cases, so Asterisk doesn't get an opportunity to log > > anything useful. If you look here: > > > > https://github.com...
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 Sep 27
2
Asterisk Radius CDR
I did radius client status testing with radius server, able to access the radius server. However, still getting radius CDR issue after setting debug level 8 even granting 666 access to radiusclient-ng config files. message: cdr_radius.c:208 radius_log: Unable to create RADIUS record. CDR not recorded! Please advise if I missed out anything. Date: Mon, 26 Sep 2016 12:09:34 +0200 > From:
2003 Oct 08
4
OS/390 openssh
...int(&m); - child_state.ssh1key = buffer_get_string(&m, + child_state.ssh1key = buffer_get_binary(&m, &child_state.ssh1keylen); - child_state.ivout = buffer_get_string(&m, + child_state.ivout = buffer_get_binary(&m, &child_state.ivoutlen); - child_state.ivin = buffer_get_string(&m, &child_state.ivinlen); + child_state.ivin = buffer_get_binary(&m, &child_state.ivinlen); goto skip; } else { /* Get the Kex for rekeying */ *pmonitor->m_pkex = mm_get_kex(&m); } - blob = buffer_get_string(&m, &bloblen); + blob =...