search for: nas_ip_address

Displaying 4 results from an estimated 4 matches for "nas_ip_address".

2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...> time(), 'CALL_ORIGIN' => $call_origin, 'CALL_TYPE' => $call_type, 'CALL_PROTOCOL' => $protocol, 'CALL_ID' => $event{'Uniqueid'}, 'RADIUS_Server' => $rad_serv, 'RADIUS_Secret' => $rad_sec, 'NAS_IP_Address' => $nas_ip }; $channels{$event{'Channel'}}{'Remoteip'} = $event{'Remoteip'} if defined $event{'Remoteip'}; }; /newexten/i && do { $channels{$event{'Channel'}}{'DNID'} = $event{'DNID'} if defined $event{'DNID...
2007 Feb 19
1
Asterisk with Radius users authentication
Dear all, I've searched the web about Asterisk with Radius integration for user authentication, and got a bit confused... I see that there have been some work around it, there is PortaOne's Radius client patch, an still open branch of Digium Issue Tracker "SIP peer authentication on an external database (RADIUS - LDAP)", etc. Although, none of these seems to give me the
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...o do an outgoing call in my following context, I keep getting the below error from the perl accounting script running in background: Here is the context: [astrad] exten => 5444,1,SetVar(RADIUS_Server=IP_RADIUS) exten => 5444,2,SetVar(RADIUS_Secret=Secret_RADIUS) exten => 5444,3,SetVar(NAS_IP_Address=ASTERISK_IP) exten => 5444,4,SetAccount(${CALLERIDNUM}) exten => 5444,5,agi,radauthentic.pl|AuthorizeBy=Account&IfFailed=DoNotHangup; a copy of agi-rad-auth.pl exten => 5444,6,agi,radauthor.pl|AuthorizeBy=Account&IfFailed=DoNotHangup; a customized copy of agi-rad-auth.pl exten =&g...
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According