[Asterisk-Users] Little Php question
    Jon Farmer 
    viperdude_uk at yahoo.co.uk
       
    Thu May 26 03:12:25 MST 2005
    
    
  
Ronald wrote:
>
>
> When starting the script I get a parse error (unexpected t_string) in 
> line 15 which is the Exten line
> Can anybody help me out. (I have minimal php knowledge, so Im turning 
> to you all)
Change
fputs($socket, "Exten: 12345678\r\n\);
to
fputs($socket, "Exten: 12345678\r\n");
Regards
Jon
		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
    
    
More information about the asterisk-users
mailing list