search for: cliname

Displaying 3 results from an estimated 3 matches for "cliname".

Did you mean: cli_name
2006 Oct 14
2
issues with validates_associated not throwing error
...9;m having an issue with ruby on rails, and it not throwing an error where it should. I have a class ''clientpool'' that is: class Clientpool < ActiveRecord::Base set_table_name "clientpool" set_primary_key "id" belongs_to :clients, :foreign_key => "cliname" validates_presence_of :cliname validates_associated :client end However, when I try to make a new clientpool, that has an invalid cliname, that is not listed in clients, it will still create it and not error out. I see in the output log it does run the SQL to check, and the SQL querry retu...
2004 Jun 10
4
How to get the Called id with AGI
Hi all, Is there a way to get the "called id" (the B number) with AGI perl ? I know how to get the caller id which is working fine and is just below: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $callerid = $input{'callerid'}; $AGI->say_digits($callerid); } Thanks in advance, Angel.
2023 May 05
0
Calls running forever / CDRs inaccurate
...GRESSTIME_MS= PROGRESSTIME= RINGTIME_MS= RINGTIME= DIALEDTIME_MS= DIALEDTIME= ANSWEREDTIME_MS= ANSWEREDTIME= DIALEDPEERNAME= DIALEDPEERNUMBER= DIALSTATUS= SIPADDHEADER02=X-Something: something AUTO_MONITOR=wav,/var/spool/asterisk/monitor/20230505110016-customer-DE-EXTEN-49xxxxxxx-CLINUM-49xxxxxxxxx-CLINAME--PAICLEAN--CLICLEAN-49xxxxxxxxx-OCLINUM--OCLINAME-,mX MONITOR_EXEC=/var/lib/asterisk/2wav2mp3.sh CALLFILENAME=20230505110016-customer-DE-EXTEN-49xxxxxxx-CLINUM-49xxxxxxxx-CLINAME--PAICLEAN--CLICLEAN-49xxxxxxxxxx-OCLINUM--OCLINAME- SIPADDHEADER01=P-Asserted-Identity: <sip:+49xxxxxxxx at x.x.x.x&g...