search for: msgto

Displaying 5 results from an estimated 5 matches for "msgto".

Did you mean: msgno
2005 Aug 28
3
Polycom Reboot Script
...line 3. Use of uninitialized value in concatenation (.) or string at ./polycom_reboot.pl line 99, <ARP> line 3. reboot of phone 192.168.3.205 was successful While it does say it is successful, I can tell you the phone does NOT reboot. line 97 looks like this: $call_id = $tm . "msgto$sip_to"; It's part of this sub routine: sub reboot_sip_phone { # Send the phone a check-sync to reboot it $phone_ip = shift; $local_ip = shift; $sip_to = shift; $sip_from = "asterisk"; $tm = time(); $call_id = $tm . "msgto$sip_to";...
2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...$!\n"); > } > } > > sub reboot_sip_phone { # Send the phone a check-sync to reboot it > $phone_ip = shift; > > $local_ip = shift; > $sip_to = shift; > $sip_from = "0"; > $tm = time(); > $call_id = $tm . "msgto$sip_to"; > $httptime = `date -R`; > $MESG = "NOTIFY sip:$sip_to\@$phone_ip:5060 SIP/2.0 > Via: SIP/2.0/UDP $local_ip > From: <sip:$sip_from\@$local_ip> > To: <sip:$sip_to\@$phone_ip> > Event: check-sync > Date: $httptime > Call-ID: $call_id\...
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...) || die ("$0: Couldn't touch file: $!\n"); } } sub reboot_sip_phone { # Send the phone a check-sync to reboot it $phone_ip = shift; $local_ip = shift; $sip_to = shift; $sip_from = "0"; $tm = time(); $call_id = $tm . "msgto$sip_to"; $httptime = `date -R`; $MESG = "NOTIFY sip:$sip_to\@$phone_ip:5060 SIP/2.0 Via: SIP/2.0/UDP $local_ip From: <sip:$sip_from\@$local_ip> To: <sip:$sip_to\@$phone_ip> Event: check-sync Date: $httptime Call-ID: $call_id\@$local_ip CSeq: 1300 NOTIFY Contact: &l...
1999 Dec 17
0
Problem accessing NT
...ssful yet so I have tried to manually enter the password when I'm prompted, it doesn't give me an immediate error, but it does still eventually give me an error, the one above "...ERRDOS...". --A. A. ---------- Message To Spammers -- Game Over! Get spam-free email at http://www.MsgTo.com
2003 May 06
1
SIP NOTIFY Message
any way the you can get * to send a NOTIFY SIP message to all SIP phones? to have the SIP sets recheck thier configs etc?? Like this? NOTIFY sip:sip@192.168.0.3:5060 SIP/2.0 Via: SIP/2.0/UDP ipaddress:5060;branch=1 Via: SIP/2.0/UDP ipaddress From: <sip:webadim@192.168.0.1> To: <sip:sip@192.168.0.3> Event: check-sync Date: Mon, 10 Jul 2000 16:28:53 -0700 Call-ID: test@192.168.0.1